Difference between revisions of "Team:Baltimore Bio-Crew/Basic Part"

(Prototype team page)
 
Line 1: Line 1:
 
{{Baltimore_Bio-Crew}}
 
{{Baltimore_Bio-Crew}}
 +
{{Team:Baltimore Bio-Crew/CSS}}
 +
 
<html>
 
<html>
 +
<!-- This is the tab title styling-->
 +
      <head>
 +
<style media="screen" type="text/css">
  
<div class="column full_size judges-will-not-evaluate">
+
/*
<h3>★  ALERT! </h3>
+
html5doctor.com Reset Stylesheet
<p>This page is used by the judges to evaluate your team for the <a href="https://2017.igem.org/Judging/Medals">medal criterion</a> or <a href="https://2017.igem.org/Judging/Awards"> award listed above</a>. </p>
+
v1.6.1
<p> Delete this box in order to be evaluated for this medal criterion and/or award. See more information at <a href="https://2017.igem.org/Judging/Pages_for_Awards"> Instructions for Pages for awards</a>.</p>
+
Last Updated: 2010-09-17
</div>
+
Author: Richard Clark - http://richclarkdesign.com
<div class="clear"></div>
+
Twitter: @rich_clark
 +
*/
  
<div class="column full_width">
+
html, body, div, span, object, iframe,
 +
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
 +
abbr, address, cite, code,
 +
del, dfn, em, img, ins, kbd, q, samp,
 +
small, strong, sub, sup, var,
 +
b, i,
 +
dl, dt, dd, ol, ul, li,
 +
fieldset, form, label, legend,
 +
table, caption, tbody, tfoot, thead, tr, th, td,
 +
article, aside, canvas, details, figcaption, figure,
 +
footer, header, hgroup, menu, nav, section, summary,
 +
time, mark, audio, video {
 +
    margin:0;
 +
    padding:0;
 +
    border:0;
 +
    outline:0;
 +
    font-size:100%;
 +
    vertical-align:baseline;
 +
    background:transparent;
 +
}
  
 +
body {
 +
    line-height:1;
 +
}
  
<h1>Basic Parts</h1>
+
article,aside,details,figcaption,figure,
 +
footer,header,hgroup,menu,nav,section {
 +
    display:block;
 +
}
  
<p>
+
nav ul {
A <b>basic part</b> is a functional unit of DNA that cannot be subdivided into smaller component parts. <a href="http://parts.igem.org/wiki/index.php/Part:BBa_R0051">BBa_R0051</a> is an example of a basic part, a promoter regulated by lambda cl.
+
    list-style:none;
</p>
+
}
  
<p>Most genetically-encoded functions have not yet been converted to BioBrick parts. Thus, there are <b>many</b> opportunities to find new, cool, and important genetically encoded functions, and refine and convert the DNA encoding these functions into BioBrick standard biological parts. </p>
+
blockquote, q {
<br>
+
    quotes:none;
<h3>Best Basic Part Special Prize</h3>
+
}
  
<p>Most genetically-encoded functions have not yet been converted to BioBrick parts. Thus, there are *many* opportunities to find new, cool, and important genetically encoded functions, and refine and convert the DNA encoding these functions into BioBrick standard biological parts. To be eligible for this award, this part must adhere to <a href="http://parts.igem.org/DNA_Submission">Registry sample submission guidelines</a> and have been sent to the Registry of Standard Biological Parts. If you have a part you wish to nominate your team for this <a href="https://2017.igem.org/Judging/Awards">special prize</a>, make sure you add your part number to your <a href="https://2017.igem.org/Judging/Judging_Form">judging form</a> and delete the box at the top of this page.
+
blockquote:before, blockquote:after,
 +
q:before, q:after {
 +
    content:'';
 +
    content:none;
 +
}
  
<br><br>
+
a {
<b>Please note:</b> Judges will only look at the first part number you list, so please only enter ONE (1) part number in the judging form for this prize. </p>
+
    margin:0;
<br>
+
    padding:0;
 +
    font-size:100%;
 +
    vertical-align:baseline;
 +
    background:transparent;
 +
}
  
 +
/* change colours to suit your needs */
 +
ins {
 +
    background-color:#ff9;
 +
    color:#000;
 +
    text-decoration:none;
 +
}
  
 +
/* change colours to suit your needs */
 +
mark {
 +
    background-color:#ff9;
 +
    color:#000;
 +
    font-style:italic;
 +
    font-weight:bold;
 +
}
  
<div class="highlight">
+
del {
<h4>Note</h4>
+
    text-decoration: line-through;
<p>This page should list all the basic parts your team has made during your project. You must add all characterization information for your parts on the Registry. You should not put characterization information on this page. Remember judges will only look at the first part in the list for the Best Basic Part award, so put your best part first!</p>
+
}
  
 +
abbr[title], dfn[title] {
 +
    border-bottom:1px dotted;
 +
    cursor:help;
 +
}
  
</div>
+
table {
 +
    border-collapse:collapse;
 +
    border-spacing:0;
 +
}
  
 +
/* change border colour to suit your needs */
 +
hr {
 +
    display:block;
 +
    height:1px;
 +
    border:0;
 +
    border-top:1px solid #cccccc;
 +
    margin:1em 0;
 +
    padding:0;
 +
}
  
</html>
+
input, select {
 +
    vertical-align:middle;
 +
}
 +
--------------------------------------------------------------------------------
 +
.html{
 +
  height: 100%;
 +
}
 +
.website{
 +
  width: 100%;
 +
  height:100%;
 +
  margin: 0 0 0 0;
 +
}
 +
.website h2{
 +
  font-size: 90px;
 +
  text-align: center;
 +
  color: black;
 +
  font-family: 'Saira', sans-serif;
 +
  padding-top: 40px;
 +
}
 +
.website h3{
 +
  font-size: 18px;
 +
  font-style: italic;
 +
  text-align: center;
 +
  padding-top: 20px;
 +
  padding-bottom: 30px;
 +
  font-family: 'Abel', san-serif;
 +
  font-style: italic;
 +
  color: black;
 +
}
 +
.page{
 +
  background-image: url("https://static.igem.org/mediawiki/2017/8/84/Pageback1.png");
 +
  background-size: cover;
 +
  height: 1050px;
 +
}
 +
.page h2{
 +
  padding: 75px 0 0 0;
 +
  font-size: 36px;
 +
  font-style: normal;
 +
  font-family: 'Saira', sans-serif;
 +
  text-align: center;
 +
  color: #6b9eff;
 +
  width: 100%;
 +
}
 +
.navbar{
 +
  height: 300px;
 +
  width: 100%;
 +
}
 +
.navbar nav{
 +
  height:40px;
 +
  display: block;
 +
  margin: 0 auto;
 +
  text-transform: uppercase;
 +
  background-color: #6b9eff;
 +
}
 +
.navbar nav a{
 +
  display: block;
 +
  text-decoration: none;
 +
  font-family: 'Share Tech Mono', monospace;
 +
  font-size: 20pt;
 +
  color: #000000;
 +
  font-style: bold;
 +
}
 +
.navbar nav a:hover{
 +
  color: #FF4212;
 +
}
 +
.navbar nav ul{
 +
  list-style: none;
 +
}
 +
.navbar nav ul li{
 +
  height: 300px;
 +
  line-height: 40px;
 +
  text-align: center;
 +
  float: left;
 +
  width: 200px;
 +
}
 +
.navbar nav ul li ul{
 +
  display: none;
 +
  line-height: 35px;
 +
  text-align: center;
 +
  width: 135px;
 +
}
 +
.navbar nav ul li:hover ul{
 +
  display: block;
 +
}
 +
.navbar nav ul li:hover{
 +
  display: block;
 +
}
 +
</style>
 +
        <title>Baltimore Bio-Crew</title>
 +
        <link rel="icon" type="image/png" sizes="16x16" href="http://icons.iconarchive.com/icons/glyphish/glyphish/32/91-beaker-2-icon.png">
 +
        <meta charset= "utf-8">
 +
        <link rel="stylesheet" href="style.css" type="text/css"
 +
        <meta http-equiv="x-ua-compatible" content="ie=edge">
 +
        <link href="https://fonts.googleapis.com/css?family=Saira|Bubbler+One|Abel|Source+Sans+Pro|Share+Tech+Mono|Kalam" rel="stylesheet">
 +
      </head>
 +
      <body>
 +
<!-- This is the header-->
 +
        <div class="website">
 +
          <h2>BALTIMORE BIO-CREW</h2>
 +
          <h3>Bio-Engineering E.Coli To Degrade Plastic and Save The Baltimore Inner Harbor</h3>
 +
            <div class="navbar">
 +
              <nav>
 +
                  <ul>
 +
                    <li><a href="https://2017.igem.org/Team:Baltimore_Bio-Crew">HOME</a></li>
 +
                    <li><a href="https://2017.igem.org/Team:Baltimore_Bio-Crew/Team">TEAM</a></li>
 +
                    <li><a href="#">PROJECT</a>
 +
                        <ul><a href="https://2017.igem.org/Team:Baltimore_Bio-Crew/Experiment">EXPERIMENT</a></ul>
 +
                        <ul><a href="https://2017.igem.org/Team:Baltimore_Bio-Crew/Results">RESULTS</a></ul>
 +
                        <ul><a href="https://2017.igem.org/Team:Baltimore_Bio-Crew/Safety">SAFETY<a/></ul>
 +
                        <ul><a href="https://2017.igem.org/Team:Baltimore_Bio-Crew/Software">SOFTWARE</a></ul>
 +
                        <ul><a href="https://2017.igem.org/Team:Baltimore_Bio-Crew/Hardware">HARDWARE</a></ul>
 +
                    </li>
 +
                    <li><a href="https://2017.igem.org/Team:Baltimore_Bio-Crew/Notebook">NOTEBOOK<a/></li>
 +
                    <li><a href="#">PARTS</a>
 +
                        <ul><a href="https://2017.igem.org/Team:Baltimore_Bio-Crew/Parts_Collection">COLLECTION</a></ul>
 +
                        <ul><a href="https://2017.igem.org/Team:Baltimore_Bio-Crew/Basic_Part">BASIC PART</a></ul>
 +
                        <ul><a href="https://2017.igem.org/Team:Baltimore_Bio-Crew/Composite_Part">COMPOSITE PART</a></ul>
 +
                        <ul><a href="https://2017.igem.org/Team:Baltimore_Bio-Crew/Model">MODEL</a></ul>
 +
                        <ul><a href="https://2017.igem.org/Team:Baltimore_Bio-Crew/Measurement">MEASUREMENT</a></ul>
 +
                    </li>
 +
                    <li><a href="#">ENGAGEMENT</a>
 +
                        <ul><a href="https://2017.igem.org/Team:Baltimore_Bio-Crew/Engagement">PUBLIC ENGAGEMENT</a></ul>
 +
                        <ul><a href="https://2017.igem.org/Team:Baltimore_Bio-Crew/Integrated-Practices">INTEGRATED HUMAN PRACTICES</a></ul>
 +
                    </li>
 +
                  </ul>
 +
              </nav>
 +
            </div>
 +
            <div class="page">
 +
              <h2>BASIC PART</h2>
 +
            </div>
 +
        </div>
 +
<!-- This is an experiment-->
 +
<!-- This is the body-->
 +
<!-- This is the footer-->
 +
        </div>
 +
      </body>

Revision as of 05:11, 29 September 2017


Baltimore Bio-Crew

BALTIMORE BIO-CREW

Bio-Engineering E.Coli To Degrade Plastic and Save The Baltimore Inner Harbor

BASIC PART