|
|
(34 intermediate revisions not shown) |
Line 1: |
Line 1: |
- | __NOTOC__
| + | {{Template:TUDelftiGEM2009_top}} |
- | <html>
| + | |
- | <style type="text/css">
| + | |
| | | |
| + | {{Template:TUDelftiGEM2009_menu_M1_conj_top}} |
| | | |
- | /*----------------------------------------------------------------------------*/
| + | {{Template:TUDelftiGEM2009_menu_M2_SDP_top}} |
- | /* color scheme */
| + | |
- | /*----------------------------------------------------------------------------*/
| + | |
| | | |
- | /* COLOR #1 background of the top most bar */
| + | {{Template:TUDelftiGEM2009_menu_M3_Time_top}} |
- | .logo-div{background-color:#8dcff4;}
| + | |
| | | |
- | /* COLOR #2 background of the horizontal bar */
| + | {{Template:TUDelftiGEM2009_menu_Integration_top}} |
- | #topbar-nav{background-color:#bfe2f9;}
| + | |
| | | |
- | /* COLOR #3 background of buttons in the horizontal bar on hover */
| + | {{Template:TUDelftiGEM2009_menu_Model_top}} |
- | #topbar-nav a:hover{background-color:#8dcff4;}
| + | |
| | | |
- | /* COLOR #4 background of button when on that page, no link (should be same as COLOR #8) */
| + | {{Template:TUDelftiGEM2009_menu_Ethics_top}} |
- | #topbar-nav .selflink{background-color:#bfe2f9;}
| + | |
| | | |
- | /* COLOR #5 background left side menu */
| + | {{Template:TUDelftiGEM2009_menu_Comm_top}} |
- | #leftsidemenu .body {background-color:#bfe2f9;}
| + | |
- | #leftsidemenu .normal{background-color:#bfe2f9;}
| + | |
- | #leftsidemenu .counter {background-color:#bfe2f9;}
| + | |
| | | |
- | /* COLOR #6 background left side menu lighter color boxes (eg Sponsors) */
| |
- | #leftsidemenu .light{background-color:#bfe2f9;}
| |
| | | |
- | /* COLOR #7 background of buttons in left side menu on hover */
| |
- | #leftsidemenu a:hover{background-color:#8dcff4;}
| |
| | | |
- | /* COLOR #8 background of button when on that page, no link */
| + | {{Template:TUDelftiGEM2009_menu_end}} |
- | #leftsidemenu .selflink{background-color:#8dcff4;}
| + | |
- | | + | |
- | | + | |
- | /*----------------------------------------------------------------------------*/
| + | |
- | /* header area */
| + | |
- | /*----------------------------------------------------------------------------*/
| + | |
- | | + | |
- | #header {
| + | |
- | width: 965px;
| + | |
- | height: 153px;
| + | |
- | position: relative;
| + | |
- | } | + | |
- | | + | |
- | #header_left .plainlinks a {
| + | |
- | width: 288px;
| + | |
- | height: 153px;
| + | |
- | position: absolute;
| + | |
- | top: 0px;
| + | |
- | left: 5px;
| + | |
- | text-decoration: none;
| + | |
- | background: url(https://static.igem.org/mediawiki/2009/d/d0/TUDheaderorange_01.png) no-repeat left top !important;
| + | |
- | } | + | |
- | | + | |
- | #header_middle .plainlinks a {
| + | |
- | width: 667px;
| + | |
- | height: 136px;
| + | |
- | position: absolute;
| + | |
- | top: 0px;
| + | |
- | left: 293px;
| + | |
- | text-decoration: none;
| + | |
- | background: url(https://static.igem.org/mediawiki/2009/9/99/TUDheader_02.png) no-repeat left top !important;
| + | |
- | }
| + | |
- | | + | |
- | | + | |
- | #header_bar_link {
| + | |
- | width: 667px;
| + | |
- | height: 17px;
| + | |
- | position: absolute;
| + | |
- | top: 136px;
| + | |
- | left: 292px;
| + | |
- | background-color:#FF6600;
| + | |
- | background: url(https://static.igem.org/mediawiki/2009/b/b8/TUDheader_03.png) no-repeat left top !important;
| + | |
- | }
| + | |
- | | + | |
- | #header_bar_link a, #header_bar_link .selflink {
| + | |
- | text-decoration: none;
| + | |
- | color:#fff;
| + | |
- | position: relative;
| + | |
- | float: right;
| + | |
- | margin: 0 10px 5px 0;
| + | |
- | height: 17px;
| + | |
- | font-size: 87%;
| + | |
- | font-weight: bolder;
| + | |
- | }
| + | |
- | | + | |
- | #header_bar_link a:hover {
| + | |
- | color: #ccc;
| + | |
- | }
| + | |
- | | + | |
- | #header_bar_link .selflink {
| + | |
- | color: #444;
| + | |
- | }
| + | |
- | | + | |
- | | + | |
- | /*reset*/
| + | |
- | p {
| + | |
- | margin:0;
| + | |
- | }
| + | |
- | | + | |
- | .editsection {
| + | |
- | font-size: 75%;
| + | |
- | font-weight: normal;
| + | |
- | }
| + | |
- | | + | |
- | body {
| + | |
- | font-family: Tahoma,Helvetica,Arial,Verdana,sans-serif;
| + | |
- | line-height: 1.5;
| + | |
- | color: #222;
| + | |
- | }
| + | |
- | | + | |
- | /* hide table of contents */
| + | |
- | toc {
| + | |
- | display: none;
| + | |
- | }
| + | |
- | | + | |
- | h1 {
| + | |
- | font-size: 160%;
| + | |
- | }
| + | |
- |
| + | |
- | /* add margin beneath a paragraph */
| + | |
- | p {
| + | |
- | margin-bottom: 10px;
| + | |
- | }
| + | |
- | | + | |
- | .today {
| + | |
- | background-color: #ccc;
| + | |
- | }
| + | |
- | /* link color */
| + | |
- | a, a:visited {
| + | |
- | color: #27809f;
| + | |
- | }
| + | |
- | a:hover {
| + | |
- | color: #00a7e7;
| + | |
- | text-decoration: none;
| + | |
- | }
| + | |
- | ul {
| + | |
- | margin-bottom: 5px;
| + | |
- | }
| + | |
- | | + | |
- | #element {
| + | |
- | overflow: hidden;
| + | |
- | }
| + | |
- | .gallery {
| + | |
- | max-width: 550px;
| + | |
- | margin: 10px 2px !important;
| + | |
- | }
| + | |
- | .gallerytext {
| + | |
- | text-align: left;
| + | |
- | }
| + | |
- | .footnote {
| + | |
- | text-align: left;
| + | |
- | font-size: smaller;
| + | |
- | }
| + | |
- | | + | |
- | /*----------------------------------------------------------------------------*/
| + | |
- | /* menu left */
| + | |
- | /*----------------------------------------------------------------------------*/
| + | |
- | | + | |
- | #menu {
| + | |
- | width: 158px;
| + | |
- | margin: 20px 13px 0 7px;
| + | |
- | position: relative;
| + | |
- | float: left;
| + | |
- | }
| + | |
- | | + | |
- | #menu a {
| + | |
- | display: block;
| + | |
- | background: #FF6600 url(https://static.igem.org/mediawiki/2009/3/31/TUDarr.png) no-repeat center left;
| + | |
- | color: #FFFFFF;
| + | |
- | padding: 5px 0 5px 19px;
| + | |
- | margin: 0 0 1px 0;
| + | |
- | text-decoration: none;
| + | |
- | }
| + | |
- | | + | |
- | #menu a:hover {
| + | |
- | color: #000000;
| + | |
- | background: #FFCC66 url(https://static.igem.org/mediawiki/2009/0/0b/TUDarr_on.png) no-repeat center left;
| + | |
- | }
| + | |
- | | + | |
- | #menu .selflink {
| + | |
- | display: block;
| + | |
- | background: #FFCC66 url(https://static.igem.org/mediawiki/2009/3/31/TUDarr.png) no-repeat center left;
| + | |
- | color: #000000;
| + | |
- | padding: 5px 0 5px 19px;
| + | |
- | margin: 0 0 1px 0;
| + | |
- | text-decoration: none;
| + | |
- | }
| + | |
- | | + | |
- | /*----------------------------------------------------------------------------*/
| + | |
- | /* content area */
| + | |
- | /*----------------------------------------------------------------------------*/
| + | |
- | | + | |
- | #tudelft_content_wrapper {
| + | |
- | width: 593px;
| + | |
- | position: relative;
| + | |
- | float: left;
| + | |
- | margin-top: 20px;
| + | |
- | }
| + | |
- | | + | |
- | #tudelft_content_boxtop {
| + | |
- | width: 593px;
| + | |
- | height: 10px;
| + | |
- | background:url(https://static.igem.org/mediawiki/2009/a/a1/Tudelft_content_top.png) no-repeat bottom left;
| + | |
- | position: relative;
| + | |
- | float: left;
| + | |
- | }
| + | |
- | | + | |
- | #tudelft_content_boxbottom {
| + | |
- | width: 593px;
| + | |
- | height: 10px;
| + | |
- | background:url(https://static.igem.org/mediawiki/2009/8/89/Tudelft_content_bottom.png) no-repeat top left;
| + | |
- | position: relative;
| + | |
- | float: left;
| + | |
- | }
| + | |
- | | + | |
- | #tudelft_content {
| + | |
- | width: 571px;
| + | |
- | padding: 10px;
| + | |
- | border-left: 1px solid #FF6600;
| + | |
- | border-right: 1px solid #FF6600;
| + | |
- | position: relative;
| + | |
- | float: left;
| + | |
- | font-size: 9pt;
| + | |
- | text-align: justify;
| + | |
- | }
| + | |
- | | + | |
- | /*----------------------------------------------------------------------------*/
| + | |
- | /* general stuff */
| + | |
- | /*----------------------------------------------------------------------------*/
| + | |
- | | + | |
- | /*turn off title at top.*/
| + | |
- | .firstHeading{width: 0px;
| + | |
- | height: 0px;
| + | |
- | margin-bottom: 0px;
| + | |
- | display: none;
| + | |
- | position: relative;
| + | |
- | top:0;
| + | |
- | left:0;
| + | |
- | margin:0;
| + | |
- | | + | |
- | }
| + | |
- | | + | |
- | #contentSub {display:none;
| + | |
- | margin: 0px 0px 0px 0px;
| + | |
- | }
| + | |
- | | + | |
- | | + | |
- | | + | |
- | | + | |
- | | + | |
- | body{margin:0;
| + | |
- | padding:0;}
| + | |
- | | + | |
- | .noborder{border-top:0px;}
| + | |
- | | + | |
- | /* colors lab notebook */
| + | |
- | .day-empty {
| + | |
- | color: red;
| + | |
- | }
| + | |
- | .day-active {
| + | |
- | color: green;
| + | |
- | }
| + | |
- | | + | |
- | /*----------------------------------------------------------------------------*/
| + | |
- | /* sidebar right */
| + | |
- | /*----------------------------------------------------------------------------*/
| + | |
- | | + | |
- | #sidebar {
| + | |
- | width: 172px;
| + | |
- | margin: 20px 7px 0 13px;
| + | |
- | position: relative;
| + | |
- | float: left;
| + | |
- | text-align: right;
| + | |
- | }
| + | |
- | | + | |
- | #sidebar_extra {
| + | |
- | margin-top: 0px;
| + | |
- | }
| + | |
- | | + | |
- | #sidebar ul {
| + | |
- | padding: 0;
| + | |
- | margin: 0;
| + | |
- | list-style: none;
| + | |
- | }
| + | |
- | | + | |
- | .section_box {
| + | |
- | margin: 0px;
| + | |
- | padding: 5px;
| + | |
- | border: 1px dashed #FF6600;
| + | |
- | background: #FFFFFF;
| + | |
- | }
| + | |
- | .subtitle {
| + | |
- | padding-bottom: 6px;
| + | |
- | font-size: 14px;
| + | |
- | font-weight: bold;
| + | |
- | color: #FF6600;
| + | |
- | }
| + | |
- | | + | |
- | | + | |
- | /*----------------------------------------------------------------------------*/
| + | |
- | /* menu left */
| + | |
- | /*----------------------------------------------------------------------------*/
| + | |
- | | + | |
- | a.side-link:link, a.side-link:active, a.side-link:visited, a.side-link:hover{border:1px solid #ececec}
| + | |
- | | + | |
- | #content{padding:1px 5px 5px 5px;
| + | |
- | }
| + | |
- |
| + | |
- | </style>
| + | |
- | </html>
| + | |
- | <!-- *** HEADER *** -->
| + | |
- | <div id="header">
| + | |
- | <div id="header_left"><span class="plainlinks">[https://2009.igem.org/Team:TUDelft ]</span></div>
| + | |
- | <div id="header_middle"><span class="plainlinks">[https://2009.igem.org/Team:TUDelft ]</span></div>
| + | |
- | <div id="header_bar_link">
| + | |
- | [[Team:TUDelft/Brainstorm | Brainstorm]]
| + | |
- | [[Team:TUDelft/Pictures| Pictures]]
| + | |
- | [[Team:TUDelft/Acknowledgements | Acknowledgements]]
| + | |
- | [[Team:TUDelft/Calendar| Calendar]]
| + | |
- | [[Team:TUDelft/Contact | Contact]]
| + | |
- | </div></div><!--end header-->
| + | |
- | <html>
| + | |
- | <!-- *** LEFTSIDEMENU *** -->
| + | |
- | <div id="menu" background-color:#bfe2f9;>
| + | |
- | | + | |
- | </html>
| + | |
- | | + | |
- | [[Team:TUDelft | Home]]
| + | |
- | [[Team:TUDelft/Team | Team]]
| + | |
- | [[Team:TUDelft/Meetings | Meetings]]
| + | |
- | | + | |
- | <div class="subtitle">PROJECT</div>
| + | |
- | [[Team:TUDelft/Project | Overview]]
| + | |
- | [[Team:TUDelft/Notebook | Lab Notebook]]
| + | |
- | [[Team:TUDelft/Protocols | Protocols used]]
| + | |
- | [http://partsregistry.org/cgi/partsdb/pgroup.cgi?pgroup=iGEM2009&group=TUDelft Parts]
| + | |
- | | + | |
- | <div class="subtitle">Module 1: Conjugation System</div>
| + | |
- | [[Team:TUDelft/Conjugation_Overview | Overview]]
| + | |
- | [[Team:TUDelft/Conjugation_Procedure | Experimental Procedure]]
| + | |
- | [[Team:TUDelft/Conjugation_Cloning | Cloning Strategy]]
| + | |
- | [[Team:TUDelft/Conjugation_Results | Experimental Results]]
| + | |
- | [[Team:TUDelft/Conjugation_References | References]]
| + | |
- | | + | |
- | <div class="subtitle">Module 2: Self Destructive Plasmid</div>
| + | |
- | [[Team:TUDelft/SDP_Overview | Overview]]
| + | |
- | [[Team:TUDelft/SDP_Cloning | Cloning Strategy]]
| + | |
- | [[Team:TUDelft/SDP_Results | Experimental Results]]
| + | |
- | [[Team:TUDelft/SDP_References | References]]
| + | |
- | | + | |
- | <div class="subtitle">Module 3: Time-Delay Device</div>
| + | |
- | [[Team:TUDelft/Module 3 Overview | Overview]]
| + | |
- | [[Team:TUDelft/Synthetic Transcriptional Cascade | Transcriptional Cascade]]
| + | |
- | [[Team:TUDelft/Biosynthetic AND gate | Biosynthetic AND gate]]
| + | |
- | [[Team:TUDelft/Lock/Key library | Lock/Key library]]
| + | |
- | [[Team:TUDelft/Module 3 References | References]]
| + | |
- | | + | |
- | <div class="subtitle">MODELING</div>
| + | |
- | [[Team:TUDelft/Modeling | Overview]]
| + | |
- | [[Team:TUDelft/Modeling_Cascade | Transcriptional Cascade]]
| + | |
- | [[Team:TUDelft/Modeling_RiboReg | Biosynthetic AND gate]]
| + | |
- | [[Team:TUDelft/Modeling_Conjugation | Conjugation]]
| + | |
- | [[Team:TUDelft/Modeling_Parameters | Parameters]]
| + | |
- | <div class="subtitle">ETHICS</div>
| + | |
- | [[Team:TUDelft/Ethics | Introduction]]
| + | |
- | [[Team:TUDelft/Ethics_background | Background information]]
| + | |
- | [[Team:TUDelft/Ethics_methods | Methods]]
| + | |
- | [[Team:TUDelft/Ethics_results | Results and Discussion]]
| + | |
- | [[Team:TUDelft/Ethics_conclusions | Conclusions]]
| + | |
- | [[Team:TUDelft/Ethics_references | References]]
| + | |
- | [[Team:TUDelft/Teamethics | Team Ethics]]
| + | |
- | | + | |
- | <html>
| + | |
- | </div>
| + | |
- | <!--end links div-->
| + | |
- | | + | |
- | | + | |
- | </div>
| + | |
- | <!--end leftsidemenu-->
| + | |
- | </html>
| + | |
- | <html>
| + | |
- | | + | |
- | <!--
| + | |
- | ////////////////////////////////////////////////////////////////////////
| + | |
- | \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
| + | |
- | -->
| + | |
- | | + | |
- | | + | |
- | <!--//// CONTENT \\\\-->
| + | |
- | | + | |
- | <div id="tudelft_content_wrapper">
| + | |
- | <div id=tudelft_content_boxtop></div>
| + | |
- | <div id="tudelft_content">
| + | |
- | | + | |
- | </html>
| + | |