Difference between revisions of "Team:UCSC/Parts"

Line 6: Line 6:
 
<script>try{Typekit.load({ async: true });}catch(e){}</script>
 
<script>try{Typekit.load({ async: true });}catch(e){}</script>
  
<style type="text/css">
+
<style>
 +
 
 +
.metabolic-pathway {
 +
  margin: auto;
 +
  background: honeydew;
 +
  width: 100%;
 +
}
  
 
h1 {
 
h1 {
font-family: "objektiv-mk1" !important;
+
  font-family: 'objektiv-mk1'!important;
font-style: normal !important;
+
  font-size: 300%; /*!important*/
font-weight: 300 !important;
+
  font-weight: 300 !important;
        font-size: 275% !important;
+
    width: 90%;
text-align: center;  
+
 
}
 
}
  
h2{
+
h2 {
font-family: "objektiv-mk1" !important;
+
  font-family: 'objektiv-mk1' !important;
font-style: normal !important;
+
  font-size: 200%;
font-weight: 300 !important;
+
  font-weight: 300;
        font-size: 200% !important;
+
text-align: left;  
+
 
}
 
}
  
p{  
+
h3 {
font-family: "objektiv-mk1" !important;
+
  font-family: 'objektiv-mk1' !important;
font-style: normal !important;
+
  font-size: 120%;
        font-size: 100% !important;
+
  font-weight: 200;
        font-weight: 300 !important;
+
        width: 75% !important;
+
 
}
 
}
  
      .page{
+
#page {
background-color: honeydew;
+
  background: honeydew;
padding: 50px 70px;
+
}
}
+
  
  .titleimg {
+
.proj-button {
    vertical-align: middle;
+
    position: relative;
     width: 30%;
+
    width: 25%;
 +
    text-decoration: none !important;
 +
}
 +
 
 +
.proj-button-image {
 +
  opacity: 1;
 +
  display: inline-block;
 +
  width: 30%;
 +
  height: auto;
 +
  transition: .5s ease;
 +
  backface-visibility: hidden;
 +
}
 +
 
 +
.proj-button-image-solo {
 +
  opacity: 1;
 +
  display: inline-block;
 +
  width: 65%;
 +
  height: auto;
 +
  transition: .5s ease;
 +
  backface-visibility: hidden;
 +
}
 +
 
 +
.proj-button-desc {
 +
  transition: .5s ease;
 +
  opacity: 0;
 +
  position: absolute;
 +
  top: 100%;
 +
  left: 50%;
 +
  background: transparent;
 +
  transform: translate(-50%, -50%);
 +
  -ms-transform: translate(-50%, -50%)
 +
}
 +
 
 +
.overlap-button-text {
 +
  background-color: transparent;
 +
  color: black;
 +
  font-size: 20px;
 +
  font-family: "Objektiv-mk1" !important;
 +
  font-weight: 600 !important;
 +
  padding: 16px 32px;
 +
}
 +
 
 +
.proj-button:hover .proj-button-image {
 +
  opacity: 0.3;
 +
}
 +
 
 +
.proj-button:hover .proj-button-image-solo {
 +
  opacity: 0.3;
 +
}
 +
 
 +
.proj-button:hover .proj-button-desc {
 +
  opacity: 0.6;
 +
}
 +
 
 +
.overlap-button-text {
 +
  background-color: transparent;
 +
  color: black;
 +
  font-size: 20px;
 +
  font-family: "Objektiv-mk1" !important;
 +
  font-weight: 600 !important;
 +
  padding: 16px 32px;
 +
}
 +
 
 +
.text {
 +
  background-color: transparent;
 +
  color: black;
 +
  font-size: 20px;
 +
  padding: 16px 32px;
 +
}
 +
 
 +
.paragraph-left {
 +
  font-family: 'objektiv-mk1' !important;
 +
  font-size: 18px;
 +
  text-align: left;
 +
  vertical-align: middle;
 +
}
 +
 
 +
p {
 +
  font-family: 'objektiv-mk1' !important;
 +
/* margin-left: 200px !important;
 +
  margin-right: 200px !important;*/
 +
  font-size: large !important;
 +
}
 +
 
 +
.firstword {
 +
  font-family: 'objektiv-mk1' !important;
 +
  font-size: 100px;
 +
}
 +
.quote {
 +
  font-family: 'objektiv-mk1' !important;
 +
  font-style: italic !important;
 +
  font-size: 28px;
 +
  line-height: 130%;
 +
}
 +
 
 +
.quote-person {
 +
  font-family: 'objektiv-mk1' !important;
 +
  font-size: 22px;
 +
  width: 100% !important;
 +
  text-align: right !important;
 +
  padding-right: 80px !important;
 +
}
 +
 
 +
.titleimg {
 +
  vertical-align: middle;
 +
  width: 20%;
 +
}
 +
 
 +
.titlebox {
 +
  margin-left: 0px !important;
 +
}
 +
 
 +
.reference-list {
 +
  font-family: 'objektiv-mk1';
 +
  font-size: 12px;
 +
  text-align: left;
 +
  list-style-type: none;
 +
  line-height: 100%;
 +
  margin-bottom: 80px;
 +
}
 +
 
 +
.reference-italic {
 +
  font-family: 'objektiv-mk1';
 +
  font-size: 12px;
 +
  font-style: italic;
 +
}
 +
 
 +
figcaption {
 +
  font-family: 'objektiv-mk1';
 +
  font-style: italic;
 +
  font-size: 13px;
 +
}
 +
 
 +
 
 +
@media (min-width: 1144px) {
 +
  .container {
 +
      width: 100% !important;
 +
    }
 +
 
 +
  .text-container {
 +
     width: 70%;
 +
    padding-left: 15px;
 +
    padding-right: 15px;
 
   }
 
   }
  
@media (max-width: 576px) {
+
  .titlebox {
 +
    width: 80%;
 +
  }
 +
 
 +
  figcaption {
 +
    font-size: 16px;
 +
  }
 +
}
 +
 
 +
@media (max-width: 1144px) {
 +
 
 +
    .titlebox {
 +
      margin-left: auto !important;
 +
    }
 +
 
 +
  p {
 +
    font-family: 'objektiv-mk1' !important;
 +
    margin-left: 10px !important;
 +
    margin-right: 10px !important;
 +
    font-size: medium !important;
 +
  }
 +
 
 +
  .quote {
 +
    font-family: 'objektiv-mk1' !important;
 +
    font-style: italic !important;
 +
    font-size: 26px;
 +
  }
 +
 
 +
  .quote-person {
 +
    font-family: 'objektiv-mk1' !important;
 +
    font-size: 20px;
 +
    width: 100%;
 +
    text-align: right;
 +
    padding-right: 80px !important;
 +
  }
 +
 
 +
  .metabolic-pathway {
 +
      margin: auto;
 +
      background: honeydew;
 +
      width: 100%;
 +
  }
 +
 
 +
  .container {
 +
    width: 80% !important;
 +
    padding-left: 0px !important;
 +
    padding-right: 0px !important;
 +
  }
 +
 
 +
  .text-container {
 +
    width: 80%;
 +
    padding-left: 0px;
 +
    padding-right: 0px;
 +
  }
 +
 
 +
  figcaption {
 +
    font-size: 14px;
 +
  }
 +
}
 +
 
 +
@media (max-width: 992px) {
 +
  .proj-button-image-solo {
 +
      opacity: 1;
 +
      display: inline-block;
 +
      width: 30%;
 +
      height: auto;
 +
      transition: .5s ease;
 +
      backface-visibility: hidden;
 +
    }
 +
}
 +
 
 +
@media (max-width: 768px) {
 
   .proj-button-image {
 
   .proj-button-image {
 
       opacity: 1;
 
       opacity: 1;
 
       display: inline-block;
 
       display: inline-block;
       width: 60%;
+
       width: 32%;
 +
      height: auto;
 +
      transition: .5s ease;
 +
      backface-visibility: hidden;
 +
    }
 +
 
 +
    .proj-button-image-solo {
 +
      opacity: 1;
 +
      display: inline-block;
 +
      width: 35%;
 
       height: auto;
 
       height: auto;
 
       transition: .5s ease;
 
       transition: .5s ease;
Line 62: Line 283:
 
   }
 
   }
  
   .titleimg {
+
   .overlap-button-text {
     vertical-align: middle;
+
     background-color: rgba(94, 94, 94, 0.4);
     width: 60%;
+
    border-radius: 60px;
 +
     color: white;
 
   }
 
   }
  
   p {
+
   h1 {
    font-family: 'Objektiv-mk1' !important;
+
      font-family: 'objektiv-mk1'; /*!important*/
    font-size: small !important;
+
      font-size: 220%; /*!important*/
 +
      width: 80%;
 
   }
 
   }
}
 
  
</style>
+
    h2 {
 +
      font-family: 'objektiv-mk1'; /*!important*/
 +
      font-size: 20px; /*!important*/
 +
  }
 +
 
 +
  .quote {
 +
    font-family: 'objektiv-mk1' !important;
 +
    font-style: italic !important;
 +
    font-size: 20px;
 +
  }
  
<div class="page">
+
  .quote-person {
<center><img class="titleimg" src="https://static.igem.org/mediawiki/2017/7/79/Parts.png"></center>
+
    width: 100%;
<h1>PARTS</h1><br>
+
    font-family: 'objektiv-mk1' !important;
</div>
+
    font-size: 16px;
 +
    text-align: right !important;
 +
    padding-right: 20px !important;
 +
  }
  
 +
  .text-container {
 +
    width: 82%;
 +
    padding-left: 0px;
 +
    padding-right: 0px;
 +
  }
  
<!-- Below is the code of what the judges will be looking for... This will need to be TAKEN OUT LATER thx :)
+
  figcaption {
<div class="column full_size">
+
    font-size: 14px;
 +
    line-height: 140%;
 +
  }
  
<h1>Parts</h1>
+
  .reference-list {
 +
    font-family: 'objektiv-mk1';
 +
    font-size: 12px;
 +
    text-align: left;
 +
    list-style-type: none;
 +
    line-height: 100%;
 +
    margin-bottom: 80px;
 +
    margin-right: -70px;
 +
    margin-left: -70px;
 +
  }
 +
}
 +
/*  p {
 +
    margin-left: 10px !important;
 +
    margin-right: 10px !important;
 +
  }
 +
}*/
  
<p>Each team will make new parts during iGEM and will submit them to the Registry of Standard Biological Parts. The iGEM software provides an easy way to present the parts your team has created. The <code>&lt;groupparts&gt;</code> tag (see below) will generate a table with all of the parts that your team adds to your team sandbox.</p>
+
@media (max-width: 576px) {
<p>Remember that the goal of proper part documentation is to describe and define a part, so that it can be used without needing to refer to the primary literature. Registry users in future years should be able to read your documentation and be able to use the part successfully. Also, you should provide proper references to acknowledge previous authors and to provide for users who wish to know more.</p>
+
  .proj-button-image {
 +
      opacity: 1;
 +
      display: inline-block;
 +
      width: 50%;
 +
      height: auto;
 +
      transition: .5s ease;
 +
      backface-visibility: hidden;
 +
    }
  
 +
    .proj-button-image-solo {
 +
      opacity: 1;
 +
      display: inline-block;
 +
      width: 50%;
 +
      height: auto;
 +
      transition: .5s ease;
 +
      backface-visibility: hidden;
 +
    }
  
</div>
+
    .proj-button-desc {
 +
      transition: .5s ease;
 +
      opacity: 1;
 +
      position: absolute;
 +
      top: 100%;
 +
      left: 50%;
 +
      transform: translate(-50%, -50%);
 +
      -ms-transform: translate(-50%, -50%)
 +
  }
  
 +
    .overlap-button-text {
 +
    background-color: rgba(94, 94, 94, 0.5);
 +
    border-radius: 60px;
 +
    color: white;
 +
    font-size: 12px;
 +
  }
  
 +
  .firstword {
 +
    font-family: 'objektiv-mk1' !important;
 +
    font-size: 70px;
 +
  }
  
 +
  .titleimg {
 +
    vertical-align: middle;
 +
    width: 40%;
 +
  }
  
 +
  p {
 +
    font-family: 'objektiv-mk1' !important;
 +
    margin-left: 10px !important;
 +
    margin-right: 10px !important;
 +
    font-size: small !important;
 +
  }
  
<div class="column half_size">
+
  h1 {
<div class="highlight">
+
    font-size: 160%;
<h5>Note</h5>
+
  }
<p>Note that parts must be documented on the <a href="http://parts.igem.org/Main_Page"> Registry</a>. This page serves to <i>showcase</i> the parts you have made. Future teams and other users and are much more likely to find parts by looking in the Registry than by looking at your team wiki.</p>
+
</div>
+
</div>
+
  
 +
  .quote {
 +
    font-family: 'objektiv-mk1' !important;
 +
    font-style: italic !important;
 +
    font-size: 17px;
 +
  }
  
 +
  .quote-person {
 +
    width: 60% !important;
 +
    font-family: 'objektiv-mk1' !important;
 +
    font-size: 12px;
 +
    text-align: right !important;
 +
    margin-right: -120px !important;
 +
  }
  
 +
  .paragraph-left {
 +
    font-size: 13px;
 +
    line-height: 170%;
 +
  }
  
<div class="column half_size">
+
  .text-container {
 +
    width: 85%;
 +
    padding-left: 0px;
 +
    padding-right: 0px;
 +
  }
  
<h5>Adding parts to the registry</h5>
+
  .metabolic-pathway {
<p>You can add parts to the Registry at our <a href="http://parts.igem.org/Add_a_Part_to_the_Registry">Add a Part to the Registry</a> link.</p>
+
      margin: auto;
<p>We encourage teams to start completing documentation for their parts on the Registry as soon as you have it available. The sooner you put up your parts, the better you will remember all the details about your parts. Remember, you don't need to send us the DNA sample before you create an entry for a part on the Registry. (However, you <b>do</b> need to send us the DNA sample before the Jamboree. If you don't send us a DNA sample of a part, that part will not be eligible for awards and medal criteria.)</p>
+
      background: honeydew;
</div>
+
      width: 110%;
 +
      margin-left: -20px;
 +
      margin-right: -20px;
 +
  }
  
 +
  figcaption {
 +
    font-size: 12px;
 +
    line-height: 130%;
 +
  }
  
 +
  .reference-list {
 +
    font-family: 'objektiv-mk1';
 +
    font-size: 12px;
 +
    text-align: left;
 +
    list-style-type: none;
 +
    line-height: 100%;
 +
    margin-bottom: 80px;
 +
    margin-right: -50px;
 +
    margin-left: -50px;
 +
  }
 +
}
  
 +
@media (max-width: 400px) {
 +
  .quote {
 +
    font-size: 15px;
 +
  }
 +
}
  
  
<div class="column half_size">
+
</style>
  
<h5>What information do I need to start putting my parts on the Registry?</h5>
+
<div class="page">
<p>The information needed to initially create a part on the Registry is:</p>
+
<center><img class="titleimg" src="https://static.igem.org/mediawiki/2017/7/79/Parts.png"></center>
<ul>
+
<h1>PARTS</h1><br>
<li>Part Name</li>
+
<br>
<li>Part type</li>
+
<li>Creator</li>
+
<li>Sequence</li>
+
<li>Short Description (60 characters on what the DNA does)</li>
+
<li>Long Description (Longer description of what the DNA does)</li>
+
<li>Design considerations</li>
+
</ul>
+
  
<p>
+
<div class="text-container">
We encourage you to put up <em>much more</em> information as you gather it over the summer. If you have images, plots, characterization data and other information, please also put it up on the part page. </p>
+
  
</div>
+
  <div class="container" style="width: 100%">
 +
    <div class="row">
 +
      <div class="col-md-4">
 +
        <h3><b>Project Homepage</b></h3>
 +
        <hr>
 +
        <a href="https://2017.igem.org/Team:UCSC/Project" class="proj-button">
 +
          <img src="https://static.igem.org/mediawiki/2017/0/0b/Cyano_button_icon.png" class="proj-button-image-solo">
 +
          <div class="proj-button-desc">
 +
            <div class="overlap-button-text">PROJECT</div>
 +
          </div>
 +
        </a>
 +
      </div>
  
 +
      <div class="col-md-8">
 +
        <h3><b>Click here to learn more!</b></h3>
 +
        <hr>
 +
        <div class="row">
  
<div class="column half_size">
+
        <a href="https://2017.igem.org/Team:UCSC/B-12" class="proj-button">
 +
              <img src="https://static.igem.org/mediawiki/2017/7/74/Ace_icon.png" class="proj-button-image">
 +
              <div class="proj-button-desc">
 +
                <div class="overlap-button-text">ACETAMINOPHEN</div>
 +
              </div>
 +
          </a>
  
<h5>Inspiration</h5>
+
        <a href="https://2017.igem.org/Team:UCSC/B-12" class="proj-button">
<p>We have a created  a <a href="http://parts.igem.org/Well_Documented_Parts">collection of well documented parts</a> that can help you get started.</p>
+
              <img src="https://static.igem.org/mediawiki/2017/a/a2/B12_flask_button.png" class="proj-button-image">
 +
              <div class="proj-button-desc">
 +
                <div class="overlap-button-text">VITAMIN B<sub>12</sub></div>
 +
              </div>
 +
          </a>
  
<p> You can also take a look at how other teams have documented their parts in their wiki:</p>
+
          <a href="https://2017.igem.org/Team:UCSC/Model" class="proj-button">
<ul>
+
              <img src="https://static.igem.org/mediawiki/2017/b/be/Modeling_button.png" class="proj-button-image">
<li><a href="https://2014.igem.org/Team:MIT/Parts"> 2014 MIT </a></li>
+
            <div class="proj-button-desc">
<li><a href="https://2014.igem.org/Team:Heidelberg/Parts"> 2014 Heidelberg</a></li>
+
                <div class="overlap-button-text">MODELING</div>
<li><a href="https://2014.igem.org/Team:Tokyo_Tech/Parts">2014 Tokyo Tech</a></li>
+
              </div>
</ul>
+
          </a>
</div>
+
          </div>
 +
          <div class="row">
  
<div class="column full_size">
+
          <a href="https://2017.igem.org/Team:UCSC/Results" class="proj-button">
<h5>Part Table </h5>
+
            <img src="https://static.igem.org/mediawiki/2017/e/e6/Results_icon.png" class="proj-button-image">
 +
            <div class="proj-button-desc">
 +
              <div class="overlap-button-text">RESULTS</div>
 +
            </div>
 +
        </a>
  
<p>Please include a table of all the parts your team has made during your project on this page. Remember part characterization and measurement data must go on your team part pages on the Registry. </p>
+
          <a href="https://2017.igem.org/Team:UCSC/Target-Organism" class="proj-button">
 +
            <img src="https://static.igem.org/mediawiki/2017/0/0b/Cyano_button_icon.png" class="proj-button-image">
 +
            <div class="proj-button-desc">
 +
              <div class="overlap-button-text">TARGET ORGANISM</div>
 +
            </div>
 +
        </a>
 +
      </div>
 +
    </div>
 +
  </div>
 +
<br>
  
<div class="highlight">
 
 
 
</html>
 
<groupparts>iGEM17 UCSC</groupparts>
 
 
<html>
 
 
</div>
 
</div>
</div>-->
+
</div>
 
+
</center>
 +
</div>
 
</html>
 
</html>
 
 
{{UCSC-Footer}}
 
{{UCSC-Footer}}

Revision as of 23:57, 28 October 2017