Difference between revisions of "Main Page"

m (Protected "Main Page" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)))
m
 
(218 intermediate revisions by 5 users not shown)
Line 1: Line 1:
 +
{{MainPageCSS}}{{SimpleGridCSS}}
 
<html>
 
<html>
<style type="text/css">
+
<style>
#headerBox {
+
 
display: block;  
+
 
position: relative;  
+
#header-box {
left: -15px;  
+
background-image: url(https://static.igem.org/websites/competition/2024/banner/banner-competition-2024-may24.webp);
top: -22px;  
+
background-position: center bottom;
width: 975px;
+
background-size: 975px 157px;
border-bottom: 1px solid #000;  
+
height: 157px; //height: 310px;
 +
width: 975px;  
 
}
 
}
#headerBox #headline {
+
 
position: absolute;  
+
#timeline-bar {
top: 0px;  
+
position: absolute;
right: 0px;  
+
top: 155px;
padding: 12px 15px;  
+
height: 20px;
background-color: red;  
+
width: 975px;
color: white;
+
      background: #222;
font-family: arial;
+
display: block;
font-size: 26px;
+
letter-spacing: 2px;
+
font-weight: bold;
+
 
}
 
}
#headerBox #headerText {
+
 
position: absolute;
+
.header-block {
top: 50px;
+
display: hidden;
right: 10px;
+
      background-color: #f2f2f2;
width: 360px;
+
border: 4px solid #00A19B;
padding: 10px 10px 15px 10px;
+
      color: #222;
background: #222;
+
      font-size: 10pt;
color: #f0f0f0;
+
height: 160px;
font-size: 10pt;
+
padding: 5px 15px;
}
+
margin-bottom: 10px;
#headerBox #linkBox {
+
display: block;
+
position: absolute;
+
padding: 5px 10px;
+
background: #222;
+
right: 10px;
+
bottom: 20px;
+
color: black;
+
font-size: 14pt;
+
font-weight: bold;
+
}
+
#headerBox #linkBox ul {
+
list-style: none;
+
margin: 0px;
+
text-indent: 0px;
+
}
+
#headerBox a, #linkBox a {
+
text-decoration: none;
+
color: #3aa76c;
+
}
+
#headerBox a:hover, #linkBox a:hover {
+
color: #b5dec7;
+
}
+
.featureBlock, .featureBlockList {
+
width: 295px;
+
padding-left: 5px;
+
padding-right: 5px;
+
height: 150px;
+
margin-right: 15px;
+
margin-top: 10px;
+
float: left;
+
color: #000;
+
font-size:13px;
+
/*animate transition */
+
-webkit-transition: background 0.2s linear;
+
-moz-transition: background 0.2s linear;
+
-ms-transition: background 0.2s linear;
+
-o-transition: background 0.2s linear;
+
transition: background 0.2s linear;
+
}
+
.featureBlock:hover {
+
background-color:#E6E6FA;
+
cursor:pointer;
+
text-decoration: none;
+
}
+
.featureBlockList:hover {
+
background-color:#ebeea9;
+
text-decoration: none;
+
}
+
.featureLast {
+
margin-right: 0px;
+
float: right;
+
}
+
#registryAbout {
+
display: block;
+
width: auto;
+
padding: 10px 15px;
+
margin-top: 10px;
+
float: left;
+
font-size: 14px;
+
font-style: italic;
+
color:#555;
+
background-color:#f0f0f0;
+
}
+
.featureBlock h4, .featureBlockList h4 {
+
font-size: 22px;
+
color: #3aa76c;
+
}
+
.featureBlockList h4 a {
+
color: #3aa76c;
+
}
+
#highlight_box {
+
padding: 10px;
+
color: black;
+
display: block;
+
background-color: #e9232f;
+
color: white;
+
margin: 10px;
+
margin-bottom: 40px;
+
 
}
 
}
 +
 +
      .header-block a {
 +
        text-decoration: none;
 +
        color: #085156;
 +
      }
 +
    .header-block a:hover {
 +
        color: #007B8A;
 +
      }
 +
 
</style>
 
</style>
  
<!--
+
<body>
<div id="highlight_box">
+
 
<br />
+
 
<center><b>Attention: All igem.org sites will be down for software maintenance Wednesday June 8 from 8:00 to 10:00AM Boston time.</b></center>
+
 
<br />
+
 
 +
 
 +
 
 +
<div class="column full-size" id="header-box">
 +
 
 +
 
 
</div>
 
</div>
-->
 
  
<div id="headerBox">
+
 
<img src="https://static.igem.org/mediawiki/parts/5/5d/Header_2015_Submission_Kit.jpg" style="width: 975px; height: 310px;">
+
 
<div id="headline">Adding Parts to the Registry</div>
+
<div class="column one-third">
<div id="headerText">
+
  <div class="header-block" id="header-link" style="margin-right: 20px;">
The Registry's Repository contains thousands of documented parts with available DNA samples. Last year, iGEM teams submitted samples for over 1900 parts.
+
<h3>Part Wiki Login</h3>
<br /><br />
+
Due to changes in our user accounts, we have created a <a href="https://parts.igem.org/Help:New_Login">new system</a> to login to the Registry. In order to edit the Registry wikis, you need to first log in through <a href="https://igem.org">igem.org</a>. Then when on the Registry, use the login bar to login to the part wikis.
Be sure to add your parts and send samples to the Registry so that they can be made available to the community! <br />
+
</div>
</div>
+
<div id="linkBox">
+
<ul>
+
<li><a href="https://parts.igem.org/Add_a_Part_to_the_Registry">add a part</a></li>
+
<li><a href="https://parts.igem.org/DNA_Submission">sample submission</a></li>
+
</ul>
+
</div>
+
 
</div>
 
</div>
  
<a href="https://parts.igem.org/Catalog">
+
<div class="column one-third">
<div class="featureBlock">
+
  <div class="header-block" id="header-link">
<h4>Catalog</h4>
+
<h3>Registry Server Testing</h3>
<p>The iGEM Registry has over 20,000 documented parts. The Catalog organizes many of these parts by part type, chassis, function, and more. Browse for parts through the Registry Catalog or use the search menu.</p>
+
We have moved the Registry to a new server, and are currently fixing issues and bugs related to that transition. While you are able to add parts and edit the part wiki pages, you may encounter some bugs/errors. If so, please see here for <a href="https://parts.igem.org/Help:Bug_Tracking">error reporting</a>.
 +
</div>
 
</div>
 
</div>
</a>
 
  
 +
<div class="column one-third">
 +
  <div class="header-block" id="header-link" style="margin-left: 20px;">
 +
<h3>Uploads</h3>Upload your images for parts to <a href="https://tools.igem.org/uploads">uploads.igem.org</a> and use the html tags for images in your Registry wiki code.
 +
</div>
 +
</div>
  
<a href="https://parts.igem.org/Help:2016_DNA_Distribution">
+
</div>
<div class="featureBlock">
+
</div>
<h4>2016 DNA Distribution</h4>
+
 
<p>The iGEM 2016 DNA Distribution is shipping to registered teams and labs. We've added some new material this year, so be sure to read through the 2016 Distribution Handbook before using your kit.</p>
+
<a href="https://technology.igem.org/distribution/">
 +
<div class="column two-thirds">
 +
  <div class="feature-block" style="height: 310px;">
 +
  <h4>Featured Collection</h4>
 +
  <div class="featuredparts-box">
 +
  <h3>Now shipping: 2024 iGEM Distribution</h3>
 +
  <img class="featuredparts-img" src="https://static.igem.org/websites/technology/2022/distribution/2023-distribution-kit-small.jpg" />
 +
  <div class="featuredparts-text">
 +
    <p>The iGEM 2024 distribution builds upon our 2023 one. It will include expansions to the Open Yeast collection and the iGEM Engineering Committee collections!</p> 
 +
<p>Like last year, we have partnered with Asimov to manufacture a distribution of the highest quality, bringing in their best manufacturing practices, new automation workflows, and high quality control check points.</p>
 +
 
 +
  </div>
 +
  </div>
 +
  </div>
 
</div>
 
</div>
 
</a>
 
</a>
  
  
<div class="featureBlockList featureLast" style="height: 310px;">
+
<div class="column one-third">
<h4><a href="https://parts.igem.org/Collections">Collections</a> <span style="color:red; font-size:60%;">[updated!]</span></h4>
+
  <div class="feature-block">
<p>We've <strong>updated</strong> the Registry <a href="https://parts.igem.org/Collections">part collections</a>. There are part collections for reporter proteins, plant chassis, cellulose-related parts, and more. Users can discover new parts and collections and build upon what previous iGEM teams and labs have achieved.</p>
+
  <h4>Composite Parts</h4>
<p>
+
  <p>If you synthesized or used a different assembly system to create a composite part, you can now enter specific <a href="https://parts.igem.org/Help:Assembly/Scars">scars</a> between subparts. If you have any issues with functionality, please contact <strong>registry (at) igem (dot) org</strong>.</p>
<ul>
+
  </div>
<li><a href="https://parts.igem.org/Collections/Plants">Plant Chassis</a><span style="color:red; font-size:80%;">  [UPDATED!]</span></li>
+
<li style="font-style: italic"><a href="https://parts.igem.org/Bacillus_subtilis">Bacillus subtilis</a><span style="color:red; font-size:80%; font-style:normal;">  [UPDATED!]</span></li>
+
<li><a href="https://parts.igem.org/Protein_coding_sequences/Reporters">Reporter Proteins</a><span style="color:red; font-size:80%;">  [UPDATED!]</span></li>
+
<li><a href="https://parts.igem.org/Promoters/Catalog/Anderson">Anderson Promoters</a></li>
+
<li><a href="https://parts.igem.org/Collections/Cellulose">Cellulose & Related Parts</a><span style="color:red; font-size:80%;">  [UPDATED!]</span></li>
+
<li><a href="https://parts.igem.org/Collections">more...</a></li>
+
</ul>
+
</p>
+
 
</div>
 
</div>
  
 +
<a href="https://parts.igem.org/Catalog">
 +
<div class="column one-third">
 +
  <div class="feature-block">
 +
  <h4>Catalog</h4>
 +
  <p>The iGEM Registry has over 20,000 documented parts. The Catalog organizes many of these parts by part type, chassis, function, and more. Browse for parts through the Registry Catalog or use the search menu.</p>
 +
  </div>
 +
</div>
 +
</a>
  
  
<div class="featureBlockList" style="height: 310px;">
+
<div class="column one-third">
<h4><a href="https://parts.igem.org/Help">Registry Help</a></h4>
+
  <div class="feature-block">
<p>Before starting your projects, be sure to read through our <a href="https://parts.igem.org/Help">help pages</a>. If you can't find an answer to your question, contact <strong>hq (at) igem . org</strong>. </p>
+
  <h4>Collections</h4></html>
<p>
+
  <p>We've <strong>updated</strong> the Registry [[Collections|part collections]]. Users can discover new parts and collections and build upon what previous iGEM teams and labs have achieved.</p>
<ul>Useful help topics:
+
  <p>
<li><a href="https://parts.igem.org/Help:Prefix-Suffix">BioBrick Prefix and Suffix</a></li>
+
<li><a href="https://parts.igem.org/Help:Standards/Assembly">Assembly Standards</a></li>
+
<li><a href="https://parts.igem.org/Help:Assembly_Compatibility">Assembly Compatibility</a></li>
+
<li><a href="https://parts.igem.org/Help:Requesting%20Parts">Requesting Parts</a></li>
+
<li><a href="https://parts.igem.org/Help:Adding_Parts">Add a Part</a></li>
+
<li><a href="https://parts.igem.org/Help:Contributions">Part Contributions</a></li>
+
<li><a href="https://parts.igem.org/Help:Sending_Parts">Part Submission</a></li>
+
<li><a href="https://parts.igem.org/DNA_Synthesis">DNA Synthesis</a></li>
+
<li><a href="https://parts.igem.org/Help:FAQ">FAQ</a></li>
+
</ul>
+
 
</p>
 
</p>
 +
<html></div>
 
</div>
 
</div>
  
 
+
<div class="column one-third">
 
+
  <div class="feature-block">
<div class="featureBlockList" style="height: 310px;">
+
    <h4>Registry Help</h4></html>
<h4><a href="https://parts.igem.org/Help">Protocols</a></h4>
+
  <p>Before starting your projects, be sure to read through our [[Help:Contents|help pages]]. If you can't find an answer to your question, contact <strong>technology (at) igem . org</strong>. </p>
<p>Registry recommended protocols that have been tested using the DNA Distribution Kit and BioBrick parts. See the Registry <a href="https://parts.igem.org/Help">help pages</a> for more protocols.</p>
+
  <p>
<p>
+
<ul>
+
<li><a href="https://parts.igem.org/Help:Competent_Cell_Test_Kit">competent cell test kit</a></li>
+
<li><a href="https://parts.igem.org/Help:Protocols/Transformation">transformation</a></li>
+
<li><a href="https://parts.igem.org/Help:Protocols/3A_Assembly">3A assembly</a></li>
+
<li><a href="https://parts.igem.org/Help:Protocols/Linearized_Plasmid_Backbones">linearized plasmid backbone</a></li>
+
<li><a href="https://parts.igem.org/Help:Protocols/PCR_Standardization">PCR standardization</a></li>
+
<li><a href="https://parts.igem.org/Help:Protocols/Restriction_Digest">restriction digest</a></li>
+
<li><a href="https://parts.igem.org/Help:Protocols/Competent_Cells">competent cells</a></li>
+
<li><a href="http://2015.igem.org/Troubleshooting">cloning help</a> <span style="color: red; font-size: 75%;">(on 2015.igem.org)</span></li>
+
</ul>
+
 
</p>
 
</p>
 +
<html></div>
 
</div>
 
</div>
  
<a href="http://2016.igem.org/Sponsors/IDT">
+
 
<div class="featureBlock featureLast">
+
 
<h4>DNA Synthesis Offer: IDT</h4>
+
<a href="https://parts.igem.org/Help:Contents#protocols">
<p>IDT is proud to sponsor iGEM 2016 and offer <strong>20 kb of free custom DNA!</strong> IDT is offering 20 kb of DNA as gBlocks® Gene Fragments free of charge to each iGEM 2016 team.</p>
+
<div class="column one-third">
 +
  <div class="feature-block">
 +
    <h4>Protocols</h4>
 +
  <p>Be sure to read through the Registry recommended protocols. They've been tested using the DNA Distribution Kit and BioBrick parts. See the Registry help pages for a list of protocols.</p>
 +
  </div>
 
</div>
 
</div>
 
</a>
 
</a>
  
 +
<div class="column full-size" id="footer-about">
 +
  <img id="footer-logo" src="https://static.igem.org/websites/common/2022/logos/igem-logo-dark.svg" width="180" />
 +
  <div id="footer-text">
 +
    <p>The iGEM Parts Registry is a growing collection of genetic parts that can
 +
      be mixed and matched to build synthetic biology devices and systems.</p>
 +
    <p>As part of the synthetic biology community's efforts to make biology
 +
      easier to engineer, it provides a source of genetic parts to iGEM teams.</p>
 +
    <p>You can learn more about iGEM Teams, the iGEM Competition, and other iGEM programs at
 +
      <a href='https://igem.org'>iGEM.org</a>.</p>
 +
  </div>
  
<div id="registryAbout">
 
<img src="https://static.igem.org/mediawiki/parts/e/ee/Igemlogo_200px.png" width="140px" style="margin-right: 20px; float: left;">
 
<div style="display: block;">
 
<p>The iGEM Registry is a growing collection of genetic parts that can be mixed and matched to build synthetic biology devices and systems.</p>
 
<p>As part of the synthetic biology community's efforts to make biology easier to engineer, it provides a source of genetic parts to iGEM teams and academic labs.</p>
 
<p>You can learn more about iGEM Teams and Labs at <a href='https://igem.org'>iGEM.org</a>.</p>
 
</div>
 
 
</div>
 
</div>
  
</html>
+
 
 +
 
 +
</body>
 +
</html>  
  
  
<nocomments />
 
 
__NOTOC__ __NOEDITSECTION__
 
__NOTOC__ __NOEDITSECTION__

Latest revision as of 12:48, 23 July 2024

Featured Collection

Now shipping: 2024 iGEM Distribution

The iGEM 2024 distribution builds upon our 2023 one. It will include expansions to the Open Yeast collection and the iGEM Engineering Committee collections!

Like last year, we have partnered with Asimov to manufacture a distribution of the highest quality, bringing in their best manufacturing practices, new automation workflows, and high quality control check points.