Team:Arizona State/Test

From 2011.igem.org

(Difference between revisions)
(Replaced content with "{{:Team:Arizona State/Templates/main|title=Test|content= __NOTOC__ 3: }} <!-- close content attribute for menubar -->")
Line 2: Line 2:
__NOTOC__
__NOTOC__
-
 
+
3:
-
<html xmlns="http://www.w3.org/1999/xhtml">
+
-
 
+
-
<head>
+
-
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
+
-
<title>CSS-Only Accordion Effect: Horizontal Accordian</title>
+
-
<style>
+
-
body {
+
-
  font: small/1.2 Arial, Helvetica, sans-serif; }
+
-
#accordion {
+
-
  width: 700px;
+
-
  margin: 75px auto; }
+
-
#accordion div {
+
-
  float: left;
+
-
  width:25%;
+
-
  height: 500px;
+
-
  overflow: hidden;}
+
-
#accordion:hover div {
+
-
  width: 20px; }
+
-
#accordion:hover div:hover {
+
-
  width: 650px;
+
-
  overflow: auto; }
+
-
 
+
-
#overview {
+
-
  background-color: #238E68; }
+
-
#crispr {
+
-
  background-color:#66CDAA; }
+
-
#outreach {
+
-
  background-color: #2FAA96; }
+
-
#future {
+
-
  background-color:#90FEFB; }
+
-
h1 {
+
-
  font-size: 100%;
+
-
  margin: 10px 10px .2em 25px; }
+
-
p {
+
-
  margin: 1em 25px; }
+
-
</style>
+
-
</head>
+
-
<body>
+
-
  <div id="accordion">
+
-
      <div id="overview">
+
-
        <h1><b>Overview</b></h1>
+
-
        <p>Clustered Regularly Interspaced Short Palindromic Repeats (CRISPR) are a genomic feature of many prokaryotic and archeal species. CRISPR functions as an adaptive immune system, targeting exogenous sequences that match spacers integrated into the genome. Our project focuses on developing a set of tools for synthetic control over the CRISPR pathway. This includes a method for creating polymers of repeat-spacer-repeat units, the development of CRISPR biobricks (CAS genes, leader sequences) for several CRISPR subtypes (E. coli, B. halodurans, and L. innocua), testing these components on plasmids containing GFP, and a software tool to collect and display CRISPR information, as well as select spacers from a particular sequence. Given the relatively recent progress in the scientific understanding of this system, we see the potential for a wide range of biotechnological applications of CRISPR in the future.</p>
+
-
        <p><b>Project Links:</b></p>
+
-
        <p>[https://2011.igem.org/Team:Arizona_State/Project/E_coli E. coli]</p>
+
-
        <p>[https://2011.igem.org/Team:Arizona_State/Project/B_halodurans B. halodurans]</p>
+
-
        <p>[https://2011.igem.org/Team:Arizona_State/Project/L_innocua L. innocua]</p>
+
-
        <p>[https://2011.igem.org/Team:Arizona_State/Project/Software Software Tool]</p>
+
-
      </div>
+
-
      <div id="crispr">
+
-
        <h1><b>CRISPR</b></h1>
+
-
        <p>Clustered Regularly Interspaced Short Palindromic Repeats (CRISPR) are a genomic feature of many prokaryotic and archeal species. CRISPR functions as an adaptive immune system. A CRISPR locus consists of a set of CAS (CRISPR associated) genes, a leader, or promoter, sequence, and an array. This array consists of repeating elements along with "spacers". These spacer regions direct the CRISPR machinery to degrade or otherwise inactivate a complementary sequence in the cell.</p>
+
-
        <p>Want to read more? See our detailed review of CRISPR research here:</p>
+
-
        <p>[https://2011.igem.org/Team:Arizona_State/Project/CRISPR CRISPR Review]</p>
+
-
      </div>
+
-
      <div id="outreach">
+
-
        <h1><b>Human Practices</b></h1>
+
-
        <p>The field of synthetic biology is rapidly expanding, and efforts to increase public understanding are crucial. Over the past few months, ASU iGEM has been busy collaborating with other iGEM teams to build an ultimate resource for synbio human practices, culminating in CommunityBricks: The Standard Registry of Synbio Activities, and AlumniGEM, an alumni network for former iGEMers. In addition, we have visited local high schools, spoken at university events, and helped found the very first high school iGEM team in the state of Arizona.</p>
+
-
        <p><b>Human Practices links:</b></p>
+
-
        <p>[https://2011.igem.org/Team:Arizona_State/Outreach/Events Events]</p>
+
-
        <p>[https://2011.igem.org/Team:Arizona_State/Outreach/Collaborations Collaborations]</p>
+
-
        <p>[https://2011.igem.org/Team:Arizona_State/Outreach/Exploring_Synthetic_Biology Curriculum]</p>
+
-
        <p>[https://2011.igem.org/Team:Arizona_State/Outreach/Outreach_in_Practice Outreach in Practice]</p>
+
-
      </div>
+
-
      <div id="future">
+
-
        <h1><b>Applications</b></h1>
+
-
        <p>CRISPR is a BFD.</p>
+
-
        <p>Read more here:</p>
+
-
        <p>[https://2011.igem.org/Team:Arizona_State/Project/Future Future Applications]</p>
+
-
      </div>
+
-
      <div style="float: none; clear: both; height: 0;"> </div>
+
-
  </div>
+
-
 
+
-
</body>
+
-
</html>
+
}} <!-- close content attribute for menubar -->
}} <!-- close content attribute for menubar -->

Revision as of 11:36, 27 September 2011


Test


ASU Logo.png
3: