|
|
Line 1: |
Line 1: |
- |
| |
| | | |
| <html xmlns="http://www.w3.org/1999/xhtml"> | | <html xmlns="http://www.w3.org/1999/xhtml"> |
Line 45: |
Line 44: |
| } | | } |
| /* end of global setting*/ | | /* end of global setting*/ |
| + | |
| + | |
| + | |
| + | /*news*/ |
| + | .sp{ |
| + | width:340px; |
| + | } |
| + | .sp img { border: 0;} |
| + | .sp h2.title_name { |
| + | font-family: normal Georgia,'Times New Roman',Times,serif; |
| + | font-weight: normal; |
| + | font-size: 4em; |
| + | margin: 0; |
| + | padding: 50px 0 20px 0; |
| + | text-align: center; |
| + | } |
| + | .sp h2.title_name span { |
| + | font-family: normal Georgia,'Times New Roman',Times,serif; |
| + | color: #f9f66d; |
| + | font-size: 0.9em; |
| + | } |
| + | .sp h2.title_name small { |
| + | color: #AAAAAA; |
| + | display: block; |
| + | font-family: normal Verdana,Arial,Helvetica,sans-serif; |
| + | font-size: 0.2em; |
| + | letter-spacing: 1.0em; |
| + | text-transform: uppercase; |
| + | } |
| + | .sp p.copy_right a:hover { |
| + | text-decoration: none; |
| + | } |
| + | /* Content Begin */ |
| + | .sp #col { |
| + | width: 342px; |
| + | margin: 0 0 0 auto; |
| + | clear: both; |
| + | padding-bottom: 50px; |
| + | position:absolute; |
| + | top: 16px; |
| + | height: -1px; |
| + | } |
| + | /* Homepage Style */ |
| + | .sp .sliderbox { |
| + | width: 340px; /*290*/ |
| + | height: 900px; /*375*/ |
| + | margin: 0 auto; |
| + | overflow:hidden; |
| + | position:absolute; |
| + | } |
| + | .sp .sliderbox a { color:#01B2F1;} |
| + | .sp .sliderbox a:hover { |
| + | color:#00F; |
| + | text-decoration: none; |
| + | } |
| + | .sp .sliderbox dt { |
| + | height:32px; |
| + | cursor:pointer; |
| + | background: #333 url(https://static.igem.org/mediawiki/2013/3/3f/NJU_NJUT_CHINA_Newsclosedbg.gif) no-repeat; |
| + | } |
| + | |
| + | .sp .sliderbox .open { |
| + | font-size: 13px; |
| + | background: url(https://static.igem.org/mediawiki/2013/1/18/NJU_NJUT_CHINA_Newsopenbgtop.gif) no-repeat; |
| + | color:#666; |
| + | cursor: default; |
| + | } |
| + | |
| + | .sp .sliderbox .title { |
| + | font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif; |
| + | font-size: 13px; |
| + | color: #01b2f1; |
| + | padding: 0 0 0 40px; |
| + | line-height: 30px; |
| + | } |
| + | .sp .sliderbox .date { |
| + | font-family: Arial, Helvetica, sans-serif; |
| + | font-size: 10px; |
| + | color: #366a80; |
| + | float: right; |
| + | display: block; |
| + | padding: 10px 15px 0 0; |
| + | } |
| + | .sp .sliderbox dt:hover span { color:#003;} |
| + | .sp .sliderbox .open:hover span { color:#01b2f1;} |
| + | .sp .sliderbox .open:hover .date { color:#366A80;} |
| + | .sp .sliderbox .n_thumb { |
| + | width: 113px; |
| + | height: 125px; |
| + | float:right; |
| + | padding:0 0 20px 20px; |
| + | } |
| + | .sp .sliderbox dd { |
| + | font-family: Arial, Helvetica, sans-serif; |
| + | font-size: 12px; |
| + | color: #add9e8; |
| + | height: 700px; /*160*/ |
| + | padding: 0; |
| + | margin: 0; |
| + | left:0px; |
| + | background: url(https://static.igem.org/mediawiki/2013/8/86/NJU_NJUT_CHINA_Newsopenbgmid.jpg) fixed; |
| + | position:relative; |
| + | overflow:hidden; |
| + | } |
| + | .sp .sliderbox .text { |
| + | padding: 0 40px 35px 40px; |
| + | font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif; |
| + | font-size: 11px; |
| + | color: #000000; |
| + | } |
| + | .sp .sliderbox .text .readmoreline { |
| + | text-transform:uppercase; |
| + | padding: 12px 0 0 0; |
| + | display: block; |
| + | } |
| + | .sp .sliderbox .text .readmoreline .arrow { |
| + | width: 14px; |
| + | height: 14px; |
| + | background: url(images/readmore.gif) top left no-repeat; |
| + | display: block; |
| + | float: left; |
| + | margin: 1px 8px 0 0; |
| + | font-size: 0px; |
| + | line-height: 0px; |
| + | } |
| + | .sp .sliderbox .text .readmoreline:hover .arrow { background-position: bottom left;} |
| + | .sp .sliderbox .text .readmoreline:hover { text-decoration: none;} |
| + | .sp .sliderbox .thumb { |
| + | cursor:pointer; |
| + | margin:5px 15px 10px 20px; |
| + | } |
| + | |
| + | .sp .newsarchive .thumb, .sliderbox .thumb { |
| + | width: 113px;/*113*/ |
| + | height: 125px; |
| + | background-repeat: no-repeat; |
| + | display: block; |
| + | float: right; |
| + | } |
| + | .sp .sliderbox .text .readmoreline { |
| + | display: block; |
| + | padding: 12px 0 0; |
| + | text-transform: uppercase; |
| + | } |
| + | |
| + | /*news end*/ |
| <head> | | <head> |
| <meta name="keywords" content="IGEM" /> | | <meta name="keywords" content="IGEM" /> |
Line 547: |
Line 692: |
| <div id="sidebar"> | | <div id="sidebar"> |
| <h3 style="left:100px">What's new about CRISPR/Cas</h3> | | <h3 style="left:100px">What's new about CRISPR/Cas</h3> |
- | <iframe width=350 height=600 frameborder=0 scrolling=auto src=http://igem.3vfree.us/news.html></iframe>
| + | <iframe width=350 height=600 frameborder=0 scrolling=auto > |
| + | |
| + | |
| + | <div class="sp"> |
| + | <div id="col"> |
| + | <dl class="sliderbox" id="slider2"> |
| + | <dt class="open"> |
| + | <span class="date"> |
| + | Epub 2012 Dec 30 </span> |
| + | <span class="title">Folia microbiologica </span></dt> |
| + | <dd> |
| + | <!--<div class="thumb"><a href="" onclick="window.open(this.href); return false"><img src="images/cata-launch.jpg" alt="TITLE01"></a></div>--> |
| + | <div class="text"> |
| + | <p style="font-size:15px"> Molecular identification and characterization of clustered regularly interspaced short palindromic repeat (CRISPR) gene cluster in Taylorella equigenitalis.</p> |
| + | Clustered regularly interspaced short palindromic repeats (CRISPRs), of approximately 10,000base pairs (bp) in length, were shown to occur in the Japanese Taylorella equigenitalis strain, EQ59. The locus was composed of the putative CRISPRs-associated with 5 (cas5), RAMP csd1, csd2, recB, cas1, a leader region, 13 CRISPR consensus sequence repeats (each 32bp; 5'-TCAGCCACGTTCGCGTGGCTGTGTGTTTAAAG-3'). These were in turn separated by 12 non repetitive unique spacer regions of similar length. In addition, a leader region, a transposase/IS protein, a leader region, and cas3 were also seen. All seven putative open reading frames carry their ribosome binding sites. Promoter consensus sequences at the -35 and -10 regions and putative intrinsic rho-independent transcription terminator regions also occurred. A possible long overlap of 170bp in length occurred between the recB and cas1 loci. Positive reverse transcription PCR signals of cas5, RAMP csd1, csd2-recB/cas1, and cas3 were generated. A putative secondary structure of the CRISPR consensus repeats was constructed. Following this, CRISPR results of the T. equigenitalis EQ59 isolate were subsequently compared with those from the Taylorella asinigenitalis MCE3 isolate. </div> |
| + | </dd> |
| + | |
| + | <dt> |
| + | |
| + | <span class="date"> |
| + | Epub 2013 May 24 </span><span class="title">Genetics</span></dt> |
| + | <dd> |
| + | |
| + | <div class="text"> |
| + | <p style="font-size:16px"> Genome Engineering of Drosophila with the CRISPR RNA-Guided Cas9 Nuclease.</p> |
| + | We have adapted a bacterial CRISPR RNA/Cas9 system to precisely engineer the Drosophila genome and report that Cas9-mediated genomic modifications are efficiently transmitted through the germline. This RNA-guided Cas9 system can be rapidly programmed to generate targeted alleles for probing gene function in Drosophila. </div> |
| + | </dd> |
| + | |
| + | <dt> |
| + | <span class="date"> |
| + | Epub 2013 Jun 30 </span><span class="title">Nature methods </span></dt> |
| + | <dd> |
| + | |
| + | <div class="text"> |
| + | <p style="font-size:16px">Heritable genome editing in C. elegans via a CRISPR-Cas9 system.</p> |
| + | We report the use of clustered, regularly interspaced, short palindromic repeats (CRISPR)-associated endonuclease Cas9 to target genomic sequences in the Caenorhabditis elegans germ line using single-guide RNAs that are expressed from a U6 small nuclear RNA promoter. Our results demonstrate that targeted, heritable genetic alterations can be achieved in C. elegans, providing a convenient and effective approach for generating loss-of-function mutants. </div> |
| + | </dd> |
| + | |
| + | <dt> |
| + | <span class="date"> |
| + | JUL 18 2013 </span><span class="title">CELL</span></dt> |
| + | <dd> |
| + | |
| + | <div class="text"> |
| + | <p style="font-size:16px">CRISPR-Mediated Modular RNA-Guided Regulation of Transcription in Eukaryotes</p> |
| + | The genetic interrogation and reprogramming of cells requires methods for robust and precise targeting of genes for expression or repression. The CRISPR-associated catalytically inactive dCas9 protein offers a general platform for RNA-guided DNA targeting. Here, we show that fusion of dCas9 to effector domains with distinct regulatory functions enables stable and efficient transcriptional repression or activation in human and yeast cells, with the site of delivery determined solely by a coexpressed short guide (sg)RNA. Coupling of dCas9 to a transcriptional repressor domain can robustly silence expression of multiple endogenous genes. RNA-seq analysis indicates that CRISPR interference (CRISPRi)-mediated transcriptional repression is highly specific. Our results establish that the CRISPR system can be used as a modular and flexible DNA-binding platform for the recruitment of proteins to a target DNA sequence, revealing the potential of CRISPRi as a general tool for the precise regulation of gene expression in eukaryotic cells. </div> |
| + | </dd> |
| + | |
| + | <dt> |
| + | <span class="date"> |
| + | JUL 15 2013 </span><span class="title">BIOCHEMICAL JOURNAL</span></dt> |
| + | <dd> |
| + | |
| + | <div class="text"> |
| + | <p style="font-size:16px">CRISPR interference: a structural perspective</p> |
| + | CRISPR (cluster of regularly interspaced palindromic repeats) is a prokaryotic adaptive defence system, providing immunity against mobile genetic elements such as viruses. Genomically encoded crRNA (CRISPR RNA) is used by Cas (CRISPR-associated) proteins to target and subsequently degrade nucleic acids of invading entities in a sequence-dependent manner. The process is known as 'interference'. In the present review we cover recent progress on the structural biology of the CRISPR/Cas system, focusing on the Cas proteins and complexes that catalyse crRNA biogenesis and interference. Structural studies have helped in the elucidation of key mechanisms, including the recognition and cleavage of crRNA by the Cas6 and Cas5 proteins, where remarkable diversity at the level of both substrate recognition and catalysis has become apparent. The RNA-binding RAMP (repeat-associated mysterious protein) domain is present in the Cas5, Cas6, Cas7 and Cmr3 protein families and RAMP-like domains are found in Cas2 and Cas10. Structural analysis has also revealed an evolutionary link between the small subunits of the type I and type III-B interference complexes. Future studies of the interference complexes and their constituent components will transform our understanding of the system. </div> |
| + | </dd> |
| + | |
| + | |
| + | <dt> |
| + | <span class="date"> |
| + | JUL 2013 </span><span class="title">CELL REPORTS </span></dt> |
| + | <dd> |
| + | |
| + | <div class="text"> |
| + | <p style="font-size:16px"> Highly Efficient Targeted Mutagenesis of Drosophila with the CRISPR/Cas9 System</p> |
| + | Here, we present a simple and highly efficient method for generating and detecting mutations of any gene in Drosophila melanogaster through the use of the CRISPR/Cas9 system (clustered regularly interspaced palindromic repeats/CRISPR-associated). We show that injection of RNA into the Drosophila embryo can induce highly efficient mutagenesis of desired target genes in up to 88% of injected flies. These mutations can be transmitted through the germline to make stable lines. Our system provides at least a 10-fold improvement in efficiency over previously published reports, enabling wider application of this technique. We also describe a simple and highly sensitive method of detecting mutations in the target gene by high-resolution melt analysis and discuss how the new technology enables the study of gene function. </div> |
| + | </dd> |
| + | </dl> |
| + | </div> |
| + | <script type="text/javascript"> |
| + | var slider2=new accordion.slider("slider2"); |
| + | slider2.init("slider2",0,"open"); |
| + | </script> |
| + | </div> |
| + | </div> |
| + | |
| + | </div> |
| + | </div> |
| + | </div> |
| + | <!-- end #news --> |
| + | </div> |
| + | |
| + | </iframe> |
| </div> | | </div> |
| <!-- end #sidebar --> | | <!-- end #sidebar --> |