|
|
Line 1: |
Line 1: |
- | <html xmlns="http://www.w3.org/1999/xhtml"> | + | <html> |
| <head> | | <head> |
| + | <style type="text/css"> |
| | | |
- | <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
| + | #contentSub, #footer-box, #catlinks, #search-controls, #p-logo, .printfooter, .visualClear {display: none;} /*-- hides default wiki settings --*/ |
| | | |
- | <script type="text/javascript" src="http://linacabal.com/juan/ddaccordion.js">
| + | .firstHeading { |
- | | + | width: 975px; |
- | /***********************************************
| + | margin: 0px auto; |
- | * Accordion Content script- (c) Dynamic Drive DHTML code library (www.dynamicdrive.com)
| + | padding-top: 100px; |
- | * Visit http://www.dynamicDrive.com for hundreds of DHTML scripts
| + | margin-bottom: 20px; |
- | * This notice must stay intact for legal use
| + | font-family: Georgia, Times, "Times New Roman", serif; |
- | ***********************************************/
| + | |
- | | + | |
- | </script>
| + | |
- | | + | |
- | <script type="text/javascript">
| + | |
- | | + | |
- | //Initialize Arrow Side Menu:
| + | |
- | ddaccordion.init({
| + | |
- | headerclass: "menuheaders", //Shared CSS class name of headers group | + | |
- | contentclass: "menucontents", //Shared CSS class name of contents group | + | |
- | revealtype: "mouseover", //Reveal content when user clicks or onmouseover the header? Valid value: "click", or "mouseover" | + | |
- | mouseoverdelay: 200, //if revealtype="mouseover", set delay in milliseconds before header expands onMouseover | + | |
- | collapseprev: true, //Collapse previous content (so only one open at any time)? true/false | + | |
- | defaultexpanded: [0], //index of content(s) open by default [index1, index2, etc]. [] denotes no content.
| + | |
- | onemustopen: false, //Specify whether at least one header should be open always (so never all headers closed)
| + | |
- | animatedefault: false, //Should contents open by default be animated into view?
| + | |
- | persiststate: true, //persist state of opened contents within browser session?
| + | |
- | toggleclass: ["unselected", "selected"], //Two CSS classes to be applied to the header when it's collapsed and expanded, respectively ["class1", "class2"]
| + | |
- | togglehtml: ["none", "", ""], //Additional HTML added to the header when it's collapsed and expanded, respectively ["position", "html1", "html2"] (see docs)
| + | |
- | animatespeed: 500, //speed of animation: integer in milliseconds (ie: 200), or keywords "fast", "normal", or "slow"
| + | |
- | oninit:function(expandedindices){ //custom code to run when headers have initalized
| + | |
- | //do nothing
| + | |
- | },
| + | |
- | onopenclose:function(header, index, state, isuseractivated){ //custom code to run whenever a header is opened or closed
| + | |
- | //do nothing
| + | |
- | }
| + | |
- | })
| + | |
- | | + | |
- | </script>
| + | |
- | | + | |
- | <style type="text/css">
| + | |
- | | + | |
- | #content {
| + | |
- |
| + | |
| } | | } |
| | | |
- | #toc, .toc {
| + | h1, h2, h3, h4, h5 { font-family: Georgia, Times, "Times New Roman", serif;} |
- | display:none;
| + | |
| | | |
| + | #top-section { /*-- styling for default menu bar (edit, page, history, etc.) --*/ |
| + | background-color: #383838; |
| + | border: 0 none; |
| + | height: 14px; |
| + | z-index: 100; |
| + | top: 0; |
| + | position: fixed; |
| + | width: 975px; |
| + | left: 50%; |
| + | margin-left: -487px; |
| } | | } |
| | | |
- | h1, h2, h3, h4, h5, h6 {
| + | #top-section-bar { /*-- styling full width bar which hides behind default menu bar (edit, page, history, etc.) --*/ |
- | border: 0px; | + | background-color: #383838; |
- | color: #00523C;
| + | height: 14px; |
- | family-font: "Myriad Web Pro";
| + | display: block; |
| + | z-index: 10; |
| + | position: fixed; |
| + | width: 100%; |
| + | top: 0; |
| } | | } |
| | | |
- | .arrowsidemenu{
| + | #menubar a:link, #menubar a:active, #menubar a:visited, #menubar a:hover, #menubar:hover { /*-- styling for default menu bar links (edit, page, history, etc.) --*/ |
- | width: 180px; /*width of menu*/
| + | color: #727272; |
- | border-style: solid solid none solid; | + | text-decoration: none; |
- | border-color: #94AA74;
| + | background-color: transparent; |
- | border-size: 1px; | + | |
- | border-width: 1px; | + | |
- |
| + | |
- |
| + | |
- |
| + | |
- | | + | |
| } | | } |
| | | |
- | .arrowsidemenu ul{
| + | body { |
- | list-style-type: none;
| + | background-color: #fff; |
- | list-style-image: none;
| + | |
- | }
| + | |
- |
| + | |
- | .arrowsidemenu div a{ /*header bar links*/
| + | |
- | font: bold 12px Helvetica, Arial, sans-serif;
| + | |
- | display: block;
| + | |
- | background: transparent url(https://static.igem.org/mediawiki/2012/e/e6/Arrowgreen.gif) 100% 0; | + | |
- | height: 24px; /*Set to height of bg image-padding within link (ie: 32px - 4px - 4px)*/
| + | |
- | padding: 4px 0 4px 10px;
| + | |
- | line-height: 24px; /*Set line-height of bg image-padding within link (ie: 32px - 4px - 4px)*/
| + | |
- | text-decoration: none;
| + | |
- | }
| + | |
- |
| + | |
- | .arrowsidemenu div a:link, .arrowsidemenu div a:visited{
| + | |
- | color: #26370A;
| + | |
| } | | } |
| | | |
- | .arrowsidemenu div a:hover{
| + | #globalWrapper, #content { /*-- changes default wiki settings --*/ |
- | background-position: 100% -32px; | + | width: 100%; |
| + | height: 100%; |
| + | border: 0px; |
| + | background-color: transparent; |
| + | margin: 0px; |
| + | padding: 0px; |
| } | | } |
| | | |
- | .arrowsidemenu div.unselected a{ /*header that's currently not selected*/ | + | html, body, .wrapper { /*-- changes default wiki settings --*/ |
- | color: #283b00; | + | width: 100%; |
| + | height: 100%; |
| + | background-color: transparent; |
| } | | } |
| | | |
- |
| + | #contentcontainer { /*-- creates container for all content on page --*/ |
- | .arrowsidemenu div.selected a{ /*header that's currently selected*/
| + | font-family: Arial, Helvetica, sans-serif; |
- | color: #616161; | + | font-weight: normal; |
- | background-position: 100% -64px !important; | + | font-size: 14px; |
| + | color: #414141; |
| + | width: 960px; |
| + | margin-left: auto; |
| + | margin-right: auto; |
| + | background-color: #transparent; |
| + | margin-top: 0px; |
| } | | } |
| | | |
- | .arrowsidemenu ul{ | + | .sidemenu, .sidemenu li { |
- | list-style-type: none; | + | list-style-type: none; |
- | margin: 0; | + | list-style-image: none; |
- | padding: 0; | + | font-family: verdana; |
| + | text-decoration: none; |
| + | color:#000; |
| + | font-size: 14px; |
| } | | } |
| | | |
- | .arrowsidemenu ul li{ | + | .sidemenu li {display: block;} |
- | border-bottom: 1px solid #a1c67b;
| + | |
- | list-style-type: none;
| + | |
| | | |
| + | .sidemenu a { |
| + | text-decoration:none; |
| + | color: #000; |
| + | display: block; |
| + | width: 180px; |
| + | height: 100%; |
| + | padding: 3px 5px; |
| + | transition: .25s ease-in-out; |
| + | -moz-transition: .25s ease-in-out; |
| + | -webkit-transition: .25s ease-in-out; |
| + | } |
| | | |
| + | .sidemenu a.greyout { color: #909090; } |
| + | |
| + | .sidemenu a:hover { |
| + | color:#666; |
| + | background-color: #d9f5aa; |
| } | | } |
| | | |
| + | .sub-sidemenu {font-size: 10px; margin-bottom: 20px; color: #666; display: none;} |
| + | .sub-sidemenu a {color: #666;} |
| | | |
- | .arrowsidemenu ul li a{ /*sub menu links*/ | + | div.underconst |
- | display: block;
| + | { |
- | background: #ffffff;
| + | padding:10px; |
- | font: normal 12px Helvetica, Arial, sans-serif;
| + | border-radius:5px; |
- | text-decoration: none;
| + | background-color:pink; |
- | color: black;
| + | text-align:center; |
- | padding: 5px 0;
| + | |
- | padding-left: 10px;
| + | |
- | border-left: 10px double #a1c67b;
| + | |
- | list-style-type: none;
| + | |
| } | | } |
| | | |
- | .arrowsidemenu ul li a:hover{
| + | a.anchor{display: block; position: relative; top: -80px; visibility: hidden;} |
- | background: #d5e5c1;
| + | |
- | } | + | |
| | | |
- | </style>
| + | .contentpara {margin-bottom: 30px;} |
| | | |
- | <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
| + | span.email{font-family: monospace; font-weight: normal;} |
- | <style type="text/css">
| + | |
- | /* These styles just pretty up the page a bit. */
| + | |
- | html
| + | |
- | { | + | |
- | overflow: -moz-scrollbars-vertical !important;
| + | |
- | resize: none;
| + | |
- | background: url(https://static.igem.org/mediawiki/2012/d/da/Fondo1.png) repeat;
| + | |
- | background-color: #fff;
| + | |
- | } | + | |
| | | |
- | #top-section {
| + | fieldset {border: 1px solid #337f53;} |
- | height: 0px;
| + | |
- | border-top: 1 | + | |
- | border-left: none;
| + | |
- | border-right: none;
| + | |
- | } | + | |
| | | |
- | #siteSub {
| + | .greyout {color: #A0A0A0;} |
- | display:none;
| + | .highlightme {background-color: #FFFF00;} |
- | } | + | |
| | | |
- | #search-controls { | + | #alertContainer {border: 2px solid red; margin-bottom: 10px; width: 936px;} |
- | display:none;
| + | #annContainer {margin-left: 8px;} |
- | } | + | #newsContainer {border: 1px solid #ccc;} |
| | | |
- | .firstHeading { | + | .newsTitle { |
- | display:none; | + | display: block; |
| + | color: #414141; |
| + | font-size: 25px; |
| + | font-family: Georgia, Times, "Times New Roman", serif; |
| + | padding: 10px 15px 5px 10px; |
| + | border-bottom: 1px solid #ccc; |
| + | margin-bottom: 0px; |
| } | | } |
| | | |
- | #search-controls {
| + | .newsItem { |
- | margin-top:0px; | + | border-bottom: 1px solid #ccc; |
| + | display: block; |
| + | padding: 5px 15px 0px 10px; |
| + | margin-bottom: 0px; |
| } | | } |
| | | |
- | #footer-box {
| + | .newsItem h3 { |
- | display:none; | + | width: auto; |
| + | display: inline; |
| + | font-size: 14px; |
| + | font-family: Arial, Helvetica, sans-serif; |
| + | padding: 0px; |
| + | margin: 0px; |
| } | | } |
| | | |
- | body
| + | .newsItem img { |
- | { | + | float: right; |
- | background: url(https://static.igem.org/mediawiki/2012/d/da/Fondo1.png) repeat;
| + | clear: right; |
- | background-color: #fff;
| + | width: 80px; |
| + | padding-left: 15px; |
| + | display: inline-block; |
| } | | } |
| | | |
- | body {
| + | .newsItem .newsDate { |
- | font: 65%/1.2 Arial, Helvetica, sans-serif;
| + | font-style: italic; |
- | background-color: #eee; }
| + | font-size: 14px; |
- | #wrap {
| + | display: inline-block; |
- | font-size: 1.1em;
| + | color: #999; |
- | width: 180px;
| + | float: right; |
- | padding: 0px;
| + | padding: 0px 0px 10px 15px; |
- | margin-left: 15px;
| + | |
- | background-color: #fff;
| + | |
- | position: relative;
| + | |
- | height: 100%;
| + | |
- | | + | |
- | margin-right: 20px;
| + | |
- | margin-bottom: 20px; | + | |
- | margin-top: 10px;
| + | |
- | float: left;
| + | |
- | | + | |
- | | + | |
| } | | } |
| | | |
- | .right_box{ | + | .newsItem p, .newsItem ul, .newsItem li { |
- | width: 730px; | + | padding: 0px; |
- | margin-left: 210px; | + | margin-left: 20px; |
- | margin-top: 20px;
| + | font-size: 12px; |
- | | + | line-height: 1.2; |
- | | + | |
| } | | } |
| | | |
- | /* These styles create the dropdown menus. */
| + | .newsItem p {margin-top: 10px;} |
- | #navbar {
| + | |
- | margin: 1600;
| + | |
- | padding: 0;
| + | |
- | height: 1em; }
| + | |
- | #navbar li {
| + | |
- | list-style: none;
| + | |
- | float: left; }
| + | |
- | #navbar li a {
| + | |
- | padding-left: 6px;
| + | |
- | padding-bottom: 4px;
| + | |
- | padding-right: 6px;
| + | |
- | padding-top: 4px;
| + | |
- | display: block;
| + | |
- | background-color: #5d9548;
| + | |
- | color: #fff;
| + | |
- | text-decoration: none; }
| + | |
- | #navbar li ul {
| + | |
- | display: none;
| + | |
- | width: 10em; /* Width to help Opera out */
| + | |
- | background-color: #80ff00;}
| + | |
- | #navbar li:hover ul, #navbar li.hover ul {
| + | |
- | display: block;
| + | |
- | position: absolute;
| + | |
- | background-color: #5d9549;
| + | |
- | margin: 0;
| + | |
- | padding: 0; }
| + | |
- | #navbar li:hover li, #navbar li.hover li {
| + | |
- | float: none; }
| + | |
- | #navbar li:hover li a, #navbar li.hover li a {
| + | |
- | background-color: #66b83d;
| + | |
- | border-bottom: 1px solid #fff;
| + | |
- | color: white; }
| + | |
- | #navbar li li a:hover {
| + | |
- | background-color: #8db3ff; }
| + | |
- | </style>
| + | |
| | | |
- | <script>
| + | .annItem { |
- | // Javascript originally by Patrick Griffiths and Dan Webb.
| + | border: 2px solid #49b677; |
- | // http://htmldog.com/articles/suckerfish/dropdowns/
| + | display: block; |
- | sfHover = function() {
| + | padding: 0px 15px 10px 10px; |
- | var sfEls = document.getElementById("navbar").getElementsByTagName("li");
| + | margin-bottom: 18px; |
- | for (var i=0; i<sfEls.length; i++) {
| + | position: relative; |
- | sfEls[i].onmouseover=function() {
| + | height: 160px; |
- | this.className+=" hover";
| + | vertical-align: middle; |
- | }
| + | |
- | sfEls[i].onmouseout=function() {
| + | |
- | this.className=this.className.replace(new RegExp(" hover\\b"), "");
| + | |
- | }
| + | |
- | }
| + | |
| } | | } |
- | if (window.attachEvent) window.attachEvent("onload", sfHover);
| |
- | </script>
| |
- |
| |
- |
| |
- | <script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js"></script>
| |
- | <script type="text/javascript" src="http://linacabal.com/juan/s3Slider.js"></script>
| |
- | <script type="text/javascript">
| |
- | $(document).ready(function() {
| |
- | $('#slider').s3Slider({
| |
- | timeOut: 5000
| |
- | });
| |
- | });
| |
- | </script>
| |
| | | |
- | <style type="text/css" media="screen">
| + | .annItem .annCentered { |
- | #slider {
| + | display: table-cell; |
- | width: 970px; /* important to be same as image width */
| + | vertical-align: middle; |
- | height: 244px; /* important to be same as image height */
| + | height: 160px; |
- | position: relative; /* important */
| + | |
- | overflow: hidden; /* important */ | + | |
- | margin-left: -2px;
| + | |
| } | | } |
- | #sliderContent {
| |
- | width: 970px; /* important to be same as image width or wider */
| |
- | position: absolute;
| |
- | top: 0;
| |
- | margin-left: 0;
| |
- | }
| |
- | .sliderImage {
| |
- | float: left;
| |
- | position: relative;
| |
- | display: none;
| |
- | }
| |
- | .sliderImage span {
| |
- | position: absolute;
| |
- | font: 10px/15px Arial, Helvetica, sans-serif;
| |
- | width: 384px;
| |
| | | |
- | display: none; | + | .annCentered h3 { |
- |
| + | padding: 0px; |
| + | display: block; |
| + | margin-left: auto; |
| + | margin-right: auto; |
| + | text-align: center; |
| } | | } |
- | .clear {
| |
- | clear: both;
| |
- | }
| |
- | .sliderImage span strong {
| |
- | font-size: 14px;
| |
- | }
| |
- | .top {
| |
- | top: 0;
| |
- | left: 0;
| |
- | }
| |
- | .bottom {
| |
- | bottom: 0;
| |
- | left: 0;
| |
- | }
| |
- | ul { list-style-type: none;}
| |
- | </style>
| |
| | | |
- | </head>
| + | .annItem ul, .annItem li {padding: 0px; margin: 0px;} |
- | <body>
| + | .annItem li {list-style: none; margin: 5px} |
| | | |
- | <div id="slider">
| |
- | <ul id="sliderContent">
| |
- | <li class="sliderImage">
| |
- | <img src="https://static.igem.org/mediawiki/2012/a/a0/SL1.png" alt="1" />
| |
- | <span class="top"><img src="https://static.igem.org/mediawiki/2012/9/97/Logo_COL_1.png" alt="1" /></span>
| |
- | </li>
| |
- | <li class="sliderImage">
| |
- | <img src="https://static.igem.org/mediawiki/2012/e/ef/SL2.png" alt="2" />
| |
- | <span class="top"><img src="https://static.igem.org/mediawiki/2012/9/97/Logo_COL_1.png" alt="2" /></span>
| |
- | </li>
| |
- | <li class="sliderImage">
| |
- | <img src="https://static.igem.org/mediawiki/2012/7/72/SL3.png" alt="3" />
| |
- | <span class="top"><img src="https://static.igem.org/mediawiki/2012/9/97/Logo_COL_1.png" alt="3" /></span>
| |
- | </li>
| |
- | <li class="sliderImage">
| |
- | <img src="https://static.igem.org/mediawiki/2012/6/6f/SL4.png" alt="4" />
| |
- | <span class="top"><img src="https://static.igem.org/mediawiki/2012/9/97/Logo_COL_1.png" alt="4" /></span>
| |
- | </li>
| |
- | <li class="sliderImage">
| |
- | <img src="https://static.igem.org/mediawiki/2012/5/5d/SL5.png" alt="5" />
| |
- | <span class="top"><img src="https://static.igem.org/mediawiki/2012/9/97/Logo_COL_1.png" alt="5" /></span>
| |
- | </li>
| |
- | <li class="sliderImage">
| |
- | <img src="https://static.igem.org/mediawiki/2012/3/33/SL6.png" alt="6" />
| |
- | <span class="top"><img src="https://static.igem.org/mediawiki/2012/9/97/Logo_COL_1.png" alt="6" /></span>
| |
- | </li>
| |
- | <li class="sliderImage">
| |
- | <img src="https://static.igem.org/mediawiki/2012/c/c6/SL7.png" alt="7" />
| |
- | <span class="top"><img src="https://static.igem.org/mediawiki/2012/9/97/Logo_COL_1.png" alt="7" /></span>
| |
- | </li>
| |
- | <li class="sliderImage">
| |
- | <img src="https://static.igem.org/mediawiki/2012/1/1d/SL8.png" alt="8" />
| |
- | <span class="top"><img src="https://static.igem.org/mediawiki/2012/9/97/Logo_COL_1.png" alt="8" /></span>
| |
- | </li>
| |
- | <li class="sliderImage">
| |
- | <img src="https://static.igem.org/mediawiki/2012/9/9e/SL9.png" alt="9" />
| |
- | <span class="top"><img src="https://static.igem.org/mediawiki/2012/9/97/Logo_COL_1.png" alt="9" /></span>
| |
- | </li>
| |
- | <li class="sliderImage">
| |
- | <img src="https://static.igem.org/mediawiki/2012/6/6f/SL10.png" alt="10" />
| |
- | <span class="top"><img src="https://static.igem.org/mediawiki/2012/9/97/Logo_COL_1.png" alt="10" /></span>
| |
- | </li>
| |
- | <div class="clear sliderImage"></div>
| |
- | </ul>
| |
- | </div>
| |
- |
| |
| | | |
| | | |
- | <div id="wrap"> | + | </style> |
- | | + | </style> |
- | <div class="arrowsidemenu">
| + | |
- | <div><a href="https://2012.igem.org/Team:Colombia">Home</a></div>
| + | |
- |
| + | |
- | <div class="menuheaders"><a href="https://2012.igem.org/Team:Colombia/Team">The Team</a></div>
| + | |
- | <ul class="menucontents">
| + | |
- | <li><a href="https://2012.igem.org/Team:Colombia/Team#The_Team">The Team</a></li>
| + | |
- | <li><a href="https://2012.igem.org/Team:Colombia/Team#Undergrads">Undergrads</a></li>
| + | |
- | <li><a href="https://2012.igem.org/Team:Colombia/Team#Grad_students_.28Also_known_as_the_Aging_ones.21.29">Grad Students</a></li>
| + | |
- | <li><a href="https://2012.igem.org/Team:Colombia/Team#Instructors:">Instructors</a></li>
| + | |
- | </ul>
| + | |
- |
| + | |
- | <div class="menuheaders"><a>Pest Busters</a></div>
| + | |
- | <ul class="menucontents">
| + | |
- | <li><a href="https://2012.igem.org/Team:Colombia/Project/Problem">The Problem</a></li>
| + | |
- | <li><a href="https://2012.igem.org/Team:Colombia/Project/Basics">The Basics</a></li>
| + | |
- | <li><a href="https://2012.igem.org/Team:Colombia/Project/Experiments/Our_Design">Our Design</a></li>
| + | |
- | <li><a href="https://2012.igem.org/Team:Colombia/Project/Experiments/Pseudomonas">Experiments and Results: Toxin Antitoxin module</a></li>
| + | |
- | <li><a href="https://2012.igem.org/Team:Colombia/Project/Experiments/Ralstonia">Experiments and Results: Ralstonia</a></li>
| + | |
- | <li><a href="https://2012.igem.org/Team:Colombia/Project/Experiments/Aliivibrio and Streptomyces">Experiments and Results: Aliivibrio and Streptomyces</a></li>
| + | |
- |
| + | |
- | </ul>
| + | |
- | <div><a href="https://2012.igem.org/Team:Colombia/Parts">Parts</a></div>
| + | |
- | <!--ul>
| + | |
- | <li><a href="#">Via Email</a></li>
| + | |
- | <li><a href="#">Stalk Us Elsewhere</a></li>
| + | |
- | </ul-->
| + | |
- | <div class="menuheaders"><a>Modeling</a></div>
| + | |
- | <ul class="menucontents">
| + | |
- | <li><a href="https://2012.igem.org/Team:Colombia/Modeling/Diff">Diferential Equations</a></li>
| + | |
- | <li><a href="https://2012.igem.org/Team:Colombia/Modeling/Paramterers">Parameters</a></li>
| + | |
- | <li><a href="https://2012.igem.org/Team:Colombia/Modeling/Stochastic">Stochastic Model</a></li>
| + | |
- | <li><a href="https://2012.igem.org/Team:Colombia/Modeling/Scripting">Scripting</a></li>
| + | |
- | <li><a href="https://2012.igem.org/Team:Colombia/Modeling/Results">Results</a></li>
| + | |
- | <li><a href="https://2012.igem.org/Team:Colombia/Modeling/Ecological Model">Implementation Model</a></li>
| + | |
- | </ul>
| + | |
- | <!-- <div><a href="https://2012.igem.org/Team:Colombia/Notebook">Results</a></div> -->
| + | |
- | <div class="menuheaders"><a href="https://2012.igem.org/Team:Colombia/Human">Human Practices</a></div>
| + | |
- | <ul class="menucontents">
| + | |
- | <li><a href="https://2012.igem.org/Team:Colombia/Human/Social: Schools">Social: Schools and Coffee Growers</a></li>
| + | |
- | <li><a href="https://2012.igem.org/Team:Colombia/Human/Research">Research in Colombia</a></li>
| + | |
- | <li><a href="https://2012.igem.org/Team:Colombia/Human/SynthEthics">SynthEthics: A Phylosophical Debate</a></li>
| + | |
- | <li><a href="https://2012.igem.org/Team:Colombia/Human/Essay">Essay: The Impact of Genetic Technologies on Society</a></li>
| + | |
- | </ul>
| + | |
- |
| + | |
- | <div class="menuheaders"><a>Notebook</a></div>
| + | |
- | <ul class="menucontents">
| + | |
- | <li><a href="https://2012.igem.org/Team:Colombia/Notebook/Journal">Journal</a></li>
| + | |
- | <li><a href="https://2012.igem.org/Team:Colombia/Notebook/Meetings">Meetings</a></li>
| + | |
- | <li><a href="https://2012.igem.org/Team:Colombia/Notebook/Classes">Classes</a></li>
| + | |
- | <li><a href="https://2012.igem.org/Team:Colombia/Notebook/Protocols">Protocols</a></li>
| + | |
- | <li><a href="https://2012.igem.org/Team:Colombia/Notebook/Howto">How To: Parts</a></li>
| + | |
- | <li><a href="https://2012.igem.org/Team:Colombia/Notebook/Human">Human Practices</a></li>
| + | |
- | </ul>
| + | |
- | <div class="menuheaders"><a href="https://2012.igem.org/Team:Colombia/Safety">Safety</a></div>
| + | |
- | <ul class="menucontents">
| + | |
- | <li><a href="https://2012.igem.org/Team:Colombia/Safety#Biosafety_Provisions">Biosafety Provisions</a></li>
| + | |
- | <li><a href="https://2012.igem.org/Team:Colombia/Safety#Safety_Considerations:_Hazardous_reagents_and_Biohazards">Hazard</a></li>
| + | |
- | <li><a href="https://2012.igem.org/Team:Colombia/Safety#Biological_Parts_and_Devices">Biological Parts and Devices</a></li>
| + | |
- | </ul>
| + | |
- | <div><a href="https://2012.igem.org/Team:Colombia/Attributions">Attributions</a></div>
| + | |
- | <!--ul>
| + | |
- | <li><a href="#">Bench Press</a></li>
| + | |
- | <li><a href="#">Military Press</a></li>
| + | |
- | <li><a href="#">Press n Seal</a></li>
| + | |
- | </ul-->
| + | |
- | <div><a href="https://2012.igem.org/Team:Colombia/Gallery">Gallery</a></div>
| + | |
- | <div class="menuheaders"><a>University & Jamboree</a></div>
| + | |
- | <ul class="menucontents">
| + | |
- | <li><a href="http://www.uniandes.edu.co">UniAndes</a></li>
| + | |
- | <li><a href="https://2012.igem.org/Regions/Latin_America/Jamboree">Latin American Jamboree 2012</a></li>
| + | |
- | </ul>
| + | |
- | <div><a href="https://2012.igem.org/Team:Colombia/Sponsors">Our Sponsors</a></div>
| + | |
- | <!--ul>
| + | |
- | <li><a href="#">Bench Press</a></li>
| + | |
- | <li><a href="#">Military Press</a></li>
| + | |
- | <li><a href="#">Press n Seal</a></li>
| + | |
- | </ul-->
| + | |
- |
| + | |
- | <div><a href="https://2012.igem.org/">iGEM</a></div>
| + | |
- |
| + | |
- | </div>
| + | |
| | | |
- |
| |
| | | |
- |
| |
- | </div>
| |
| | | |
- | </body>
| |
| </html> | | </html> |