Line 1: | Line 1: | ||
{{Hawaii}} | {{Hawaii}} | ||
<html> | <html> | ||
+ | |||
+ | |||
+ | |||
+ | iGEMwiki toolssearchlogin | ||
+ | |||
+ | View source for Template:UCSC-Header | ||
+ | You do not have permission to edit this page, for the following reason: | ||
+ | |||
+ | Edit conflict: The Team Wikis are frozen. They will thaw after the Jamboree. | ||
+ | |||
+ | You can view and copy the source of this page: | ||
+ | |||
+ | |||
+ | {{UCSC-Styles}} | ||
+ | |||
+ | <html> | ||
+ | |||
+ | <!-- External scripts --> | ||
+ | |||
+ | <!-- Fonts Used On Page --> | ||
+ | <link href="https://fonts.googleapis.com/css?family=Quicksand" rel="stylesheet"> | ||
+ | <link href='http://fonts.googleapis.com/css?family=Yanone+Kaffeesatz:400,300,700' rel='stylesheet' type='text/css'> | ||
+ | |||
+ | |||
+ | <!-- For mobile friendly version of website. --> | ||
+ | <head> | ||
+ | <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0"> | ||
+ | </head> | ||
+ | |||
+ | <!-- Functionallity and behaviour JS --> | ||
+ | <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script> | ||
+ | <script src="http://code.jquery.com/jquery-2.1.0.min.js"></script> | ||
+ | |||
+ | <!-- Necessary for nav bar header--> | ||
+ | <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css"> | ||
+ | <!-- <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta/css/bootstrap.min.css" integrity="sha384-/Y6pD6FV/Vv2HJnA6t+vslU6fwYXjCFtcEpHbNJ0lyAFsXTsjBbfaDjzALeQsN6M" crossorigin="anonymous"> --> | ||
+ | |||
+ | <!-- TypeKit Fonts (BW) --> | ||
+ | <script src="https://use.typekit.net/hii0ztv.js"></script> | ||
+ | <script>try{Typekit.load({ async: true });}catch(e){}</script> | ||
+ | |||
+ | <style type="text/css"> | ||
+ | * { | ||
+ | margin:0; | ||
+ | padding:0; | ||
+ | text-decoration:none | ||
+ | } | ||
+ | |||
+ | body { | ||
+ | background:#555; | ||
+ | } | ||
+ | |||
+ | header { | ||
+ | z-index: 9999; | ||
+ | position:relative; | ||
+ | width:100%; | ||
+ | background:#333; | ||
+ | } | ||
+ | |||
+ | .logo-header-custom { | ||
+ | position:relative; | ||
+ | z-index:123; | ||
+ | padding-left: 12px; | ||
+ | padding-right: 10px; | ||
+ | padding-top: 2px; | ||
+ | padding-bottom: 2px; | ||
+ | font:18px verdana; | ||
+ | color:#6DDB07; | ||
+ | float:left; | ||
+ | width:15% | ||
+ | } | ||
+ | |||
+ | .logo-header-custom a { | ||
+ | color:#6DDB07; | ||
+ | } | ||
+ | |||
+ | nav { | ||
+ | position:relative; | ||
+ | width:100%; | ||
+ | margin:0 auto; | ||
+ | } | ||
+ | |||
+ | #cssmenu,#cssmenu ul,#cssmenu ul li,#cssmenu ul li a,#cssmenu #head-mobile { | ||
+ | border:0; | ||
+ | list-style:none; | ||
+ | margin-bottom: -1px; | ||
+ | display:block; | ||
+ | position:relative; | ||
+ | -webkit-box-sizing:border-box; | ||
+ | -moz-box-sizing:border-box; | ||
+ | box-sizing:border-box | ||
+ | } | ||
+ | |||
+ | #cssmenu:after,#cssmenu > ul:after { | ||
+ | content:"."; | ||
+ | display:block; | ||
+ | clear:both; | ||
+ | visibility:hidden; | ||
+ | line-height:0; | ||
+ | height:0 | ||
+ | } | ||
+ | |||
+ | #cssmenu #head-mobile { | ||
+ | display:none | ||
+ | } | ||
+ | |||
+ | #cssmenu { | ||
+ | font-family:"Objektiv-mk1"; | ||
+ | background: #fff; | ||
+ | top: 16px; | ||
+ | } | ||
+ | |||
+ | #cssmenu > ul > li { | ||
+ | float:right; | ||
+ | } | ||
+ | |||
+ | #cssmenu > ul > li > a { | ||
+ | padding:17px; | ||
+ | font-size:14px; | ||
+ | letter-spacing:1px; | ||
+ | text-decoration:none; | ||
+ | color:#333; | ||
+ | font-weight:300; | ||
+ | } | ||
+ | |||
+ | #cssmenu > ul > li:hover > a,#cssmenu ul li.active a { | ||
+ | color:#fff !important; | ||
+ | } | ||
+ | |||
+ | #cssmenu ul li:hover { | ||
+ | color: white !important; | ||
+ | } | ||
+ | |||
+ | #cssmenu > ul > li:hover,#cssmenu ul li.active:hover,#cssmenu ul li.active,#cssmenu ul li.has-sub.active:hover { | ||
+ | background-color:#50A500!important; | ||
+ | -webkit-transition:background .3s ease; | ||
+ | -ms-transition:background .3s ease; | ||
+ | transition:background .3s ease; | ||
+ | } | ||
+ | |||
+ | #cssmenu > ul > li.has-sub > a { | ||
+ | padding-right:30px | ||
+ | } | ||
+ | |||
+ | #cssmenu > ul > li.has-sub > a:after { | ||
+ | position:absolute; | ||
+ | top:28px; | ||
+ | right:11px; | ||
+ | width:8px; | ||
+ | height:2px; | ||
+ | display:block; | ||
+ | background:#363636; | ||
+ | content:'' | ||
+ | } | ||
+ | |||
+ | #cssmenu > ul > li.has-sub > a:before { | ||
+ | position:absolute; | ||
+ | top:25px; | ||
+ | right:14px; | ||
+ | display:block; | ||
+ | width:2px; | ||
+ | height:8px; | ||
+ | background:#363636; | ||
+ | content:''; | ||
+ | -webkit-transition:all .25s ease; | ||
+ | -ms-transition:all .25s ease; | ||
+ | transition:all .25s ease | ||
+ | } | ||
+ | |||
+ | #cssmenu > ul > li.has-sub:hover > a:before { | ||
+ | top:29px; | ||
+ | height:0 | ||
+ | } | ||
+ | |||
+ | #cssmenu ul ul { | ||
+ | position:fixed; | ||
+ | left:-9999px; | ||
+ | top: 75px; | ||
+ | } | ||
+ | |||
+ | #cssmenu ul ul li { | ||
+ | height:0; | ||
+ | line-height: 1; | ||
+ | -webkit-transition:all .25s ease; | ||
+ | -ms-transition:all .25s ease; | ||
+ | background: #fff; | ||
+ | transition: all .25s ease; | ||
+ | border-bottom: 1px solid #999; | ||
+ | border-left: 1px solid #999; | ||
+ | border-right: 1px solid #999; | ||
+ | } | ||
+ | |||
+ | #cssmenu ul ul li:hover { | ||
+ | background-color: #DCDCDC; | ||
+ | } | ||
+ | |||
+ | #cssmenu ul ul li.has-sub:hover { | ||
+ | background-color: #DCDCDC !important; | ||
+ | } | ||
+ | |||
+ | #cssmenu li:hover > ul { | ||
+ | left:auto | ||
+ | } | ||
+ | |||
+ | #cssmenu li:hover > ul > li { | ||
+ | height:35px | ||
+ | } | ||
+ | |||
+ | #cssmenu ul ul li a { | ||
+ | border-bottom:1px solid rgba(150,150,150,0.15); | ||
+ | padding:11px 15px; | ||
+ | width:200px; | ||
+ | font-size:11px; | ||
+ | text-decoration:none; | ||
+ | color:#333; | ||
+ | font-weight:300; | ||
+ | } | ||
+ | |||
+ | #cssmenu ul ul li:last-child > a,#cssmenu ul ul li.last-item > a { | ||
+ | border-bottom:0 | ||
+ | } | ||
+ | |||
+ | #cssmenu ul ul li:hover > a,#cssmenu ul ul li a:hover { | ||
+ | color:#fff | ||
+ | } | ||
+ | |||
+ | #cssmenu ul ul li.has-sub > a:after { | ||
+ | position:absolute; | ||
+ | top:16px; | ||
+ | right:11px; | ||
+ | display:block; | ||
+ | width:8px; | ||
+ | height:2px; | ||
+ | background:#363636; | ||
+ | content:'' | ||
+ | } | ||
+ | |||
+ | #cssmenu ul ul li.has-sub > a:before { | ||
+ | position:absolute; | ||
+ | top:13px; | ||
+ | right:14px; | ||
+ | display:block; | ||
+ | width:2px; | ||
+ | height:8px; | ||
+ | background:#363636; | ||
+ | content:''; | ||
+ | -webkit-transition:all .25s ease; | ||
+ | -ms-transition:all .25s ease; | ||
+ | transition:all .25s ease | ||
+ | } | ||
+ | |||
+ | #cssmenu ul ul > li.has-sub:hover > a:before { | ||
+ | top:17px; | ||
+ | height:0 | ||
+ | } | ||
+ | |||
+ | #cssmenu ul ul li.has-sub:hover,#cssmenu ul li.has-sub ul li.has-sub ul li:hover { | ||
+ | background:#363636; | ||
+ | } | ||
+ | |||
+ | #cssmenu ul ul ul li.active a { | ||
+ | border-left:1px solid #333 | ||
+ | } | ||
+ | |||
+ | #cssmenu > ul > li.has-sub > ul > li.active > a,#cssmenu > ul ul > li.has-sub > ul > li.active> a { | ||
+ | border-top:1px solid #333 | ||
+ | } | ||
+ | |||
+ | @media screen and (min-width: 1020px) { | ||
+ | |||
+ | /*#bodyContent h4 { | ||
+ | margin-bottom: 0px; | ||
+ | position: fixed; | ||
+ | top: 12px; | ||
+ | right: 5px; | ||
+ | font-size: 80%; | ||
+ | }*/ | ||
+ | |||
+ | #cssmenu ul ul li { | ||
+ | left: -28px; | ||
+ | } | ||
+ | |||
+ | #cssmenu ul ul li a:hover { | ||
+ | color: white !important; | ||
+ | background-color: #1B4900 !important; | ||
+ | } | ||
+ | |||
+ | #cssmenu ul ul ul li { | ||
+ | position: relative; | ||
+ | left: 171px !important; | ||
+ | top: 34px; | ||
+ | } | ||
+ | |||
+ | |||
+ | #cssmenu ul ul ul a:before{ | ||
+ | display: none; | ||
+ | position: absolute; | ||
+ | left: -9999px; | ||
+ | top: 20px; | ||
+ | } | ||
+ | |||
+ | #cssmenu ul ul ul a:after { | ||
+ | display: block; | ||
+ | position: absolute; | ||
+ | left: -9999px; | ||
+ | top: 20px; | ||
+ | } | ||
+ | |||
+ | /*h4 { | ||
+ | display: none; | ||
+ | }*/ | ||
+ | |||
+ | .tiny-little-menu-word-above-button { | ||
+ | display: none; | ||
+ | } | ||
+ | } | ||
+ | |||
+ | @media screen and (min-width: 200px) and (max-width:1020px){ | ||
+ | |||
+ | .logo-header-custom2 { | ||
+ | display:none | ||
+ | } | ||
+ | |||
+ | header { | ||
+ | display: block; | ||
+ | z-index: 999999; | ||
+ | } | ||
+ | |||
+ | nav { | ||
+ | width:100%; | ||
+ | z-index: 999999; | ||
+ | } | ||
+ | |||
+ | .tiny-little-menu-word-above-button { | ||
+ | display: block; | ||
+ | font-family: 'objektiv-mk1'; | ||
+ | font-size: 80%; | ||
+ | font-weight: 400; | ||
+ | margin-bottom: 0px; | ||
+ | position: fixed; | ||
+ | top: 21px; | ||
+ | right: 7px; | ||
+ | } | ||
+ | |||
+ | /*h4 { | ||
+ | display: block; | ||
+ | }*/ | ||
+ | |||
+ | #cssmenu { | ||
+ | display: block; | ||
+ | width:100%; | ||
+ | z-index: 999999; | ||
+ | } | ||
+ | |||
+ | #cssmenu ul { | ||
+ | z-index: 9999; | ||
+ | width:100%; | ||
+ | display:none; | ||
+ | margin-left: 0px; | ||
+ | margin-top: 20px; | ||
+ | } | ||
+ | |||
+ | #cssmenu ul li { | ||
+ | width:100%; | ||
+ | border-top:1px solid #444; | ||
+ | border-bottom: 1px solid #444; | ||
+ | } | ||
+ | |||
+ | #cssmenu ul li,#cssmenu ul li a { | ||
+ | line-height: 0.6; | ||
+ | } | ||
+ | |||
+ | #cssmenu ul li:hover { | ||
+ | color: #fff !important; | ||
+ | background:#1B4900; | ||
+ | } | ||
+ | |||
+ | #cssmenu ul ul li,#cssmenu li:hover > ul > li { | ||
+ | height:auto | ||
+ | } | ||
+ | |||
+ | #cssmenu ul li a,#cssmenu ul ul li a { | ||
+ | width:100%; | ||
+ | border-bottom:0 | ||
+ | } | ||
+ | |||
+ | #cssmenu > ul > li { | ||
+ | float:none; | ||
+ | } | ||
+ | |||
+ | #cssmenu ul ul li a { | ||
+ | padding-left:25px | ||
+ | } | ||
+ | |||
+ | #cssmenu ul ul li { | ||
+ | background:#DCDCDC!important; | ||
+ | } | ||
+ | |||
+ | #cssmenu li a:hover { | ||
+ | color: #fff !important; | ||
+ | } | ||
+ | |||
+ | #cssmenu ul ul li:hover { | ||
+ | color: #fff !important; | ||
+ | background:#1B4900!important; | ||
+ | } | ||
+ | |||
+ | #cssmenu ul ul ul li a { | ||
+ | padding-left:50px | ||
+ | } | ||
+ | |||
+ | #cssmenu ul ul li a { | ||
+ | color:#ddd; | ||
+ | background:none | ||
+ | } | ||
+ | |||
+ | #cssmenu ul ul li:hover > a,#cssmenu ul ul li.active > a { | ||
+ | color:#ddd | ||
+ | } | ||
+ | |||
+ | #cssmenu ul ul,#cssmenu ul ul ul { | ||
+ | position:initial; | ||
+ | left:0; | ||
+ | width:100%; | ||
+ | margin:0; | ||
+ | text-align:left | ||
+ | } | ||
+ | |||
+ | #cssmenu > ul > li.has-sub > a:after,#cssmenu > ul > li.has-sub > a:before,#cssmenu ul ul > li.has-sub > a:after,#cssmenu ul ul > li.has-sub > a:before { | ||
+ | display:none | ||
+ | } | ||
+ | |||
+ | #cssmenu #head-mobile { | ||
+ | display:block; | ||
+ | padding:23px; | ||
+ | color:#ddd; | ||
+ | font-size:12px; | ||
+ | font-weight:700 | ||
+ | } | ||
+ | |||
+ | .button-custom { | ||
+ | width:55px; | ||
+ | height:46px; | ||
+ | position:absolute; | ||
+ | right:0; | ||
+ | top:16px; | ||
+ | cursor:pointer; | ||
+ | z-index: 12399994; | ||
+ | } | ||
+ | |||
+ | .button-custom:after { | ||
+ | position:absolute; | ||
+ | top:22px; | ||
+ | right:20px; | ||
+ | display:block; | ||
+ | height:8px; | ||
+ | width:20px; | ||
+ | border-top:2px solid #363636; | ||
+ | border-bottom:2px solid #363636; | ||
+ | content:'' | ||
+ | } | ||
+ | |||
+ | .button-custom:before { | ||
+ | -webkit-transition:all .3s ease; | ||
+ | -ms-transition:all .3s ease; | ||
+ | transition:all .3s ease; | ||
+ | position:absolute; | ||
+ | top:16px; | ||
+ | right:20px; | ||
+ | display:block; | ||
+ | height:2px; | ||
+ | width:20px; | ||
+ | background:#363636; | ||
+ | content:'' | ||
+ | } | ||
+ | |||
+ | .button-custom.menu-opened:after { | ||
+ | -webkit-transition:all .3s ease; | ||
+ | -ms-transition:all .3s ease; | ||
+ | transition:all .3s ease; | ||
+ | top:23px; | ||
+ | border:0;height:2px; | ||
+ | width:19px; | ||
+ | background:#363636; | ||
+ | -webkit-transform:rotate(45deg); | ||
+ | -moz-transform:rotate(45deg); | ||
+ | -ms-transform:rotate(45deg); | ||
+ | -o-transform:rotate(45deg); | ||
+ | transform:rotate(45deg) | ||
+ | } | ||
+ | |||
+ | .button-custom.menu-opened:before { | ||
+ | top:23px; | ||
+ | background:#363636; | ||
+ | width:19px; | ||
+ | -webkit-transform:rotate(-45deg); | ||
+ | -moz-transform:rotate(-45deg); | ||
+ | -ms-transform:rotate(-45deg); | ||
+ | -o-transform:rotate(-45deg); | ||
+ | transform:rotate(-45deg) | ||
+ | } | ||
+ | |||
+ | #cssmenu .submenu-button-custom { | ||
+ | position:absolute; | ||
+ | z-index:99; | ||
+ | right:0; | ||
+ | top:0; | ||
+ | display:block; | ||
+ | border-left:1px solid #444; | ||
+ | height:42px; | ||
+ | width:46px; | ||
+ | cursor:pointer | ||
+ | } | ||
+ | |||
+ | #cssmenu .submenu-button-custom.submenu-opened { | ||
+ | |||
+ | } | ||
+ | |||
+ | #cssmenu ul ul .submenu-button-custom { | ||
+ | height:28px; | ||
+ | width:34px | ||
+ | } | ||
+ | |||
+ | #cssmenu .submenu-button-custom:after { | ||
+ | position:absolute; | ||
+ | top:22px; | ||
+ | right:19px; | ||
+ | width:8px; | ||
+ | height:2px; | ||
+ | display:block; | ||
+ | background:#363636; | ||
+ | content:'' | ||
+ | } | ||
+ | |||
+ | #cssmenu ul ul .submenu-button-custom:after { | ||
+ | top:15px; | ||
+ | right:13px | ||
+ | } | ||
+ | |||
+ | #cssmenu .submenu-button-custom.submenu-opened:after { | ||
+ | background:#fff | ||
+ | } | ||
+ | |||
+ | #cssmenu .submenu-button-custom:before { | ||
+ | position:absolute; | ||
+ | top:19px; | ||
+ | right:22px; | ||
+ | display:block; | ||
+ | width:2px; | ||
+ | height:8px; | ||
+ | background:#363636; | ||
+ | content:'' | ||
+ | } | ||
+ | |||
+ | #cssmenu ul ul .submenu-button-custom:before { | ||
+ | top:12px; | ||
+ | right:16px | ||
+ | } | ||
+ | |||
+ | #cssmenu .submenu-button-custom.submenu-opened:before { | ||
+ | display:none | ||
+ | } | ||
+ | |||
+ | #cssmenu ul ul ul li.active a { | ||
+ | border-left:none | ||
+ | } | ||
+ | |||
+ | #cssmenu > ul > li.has-sub > ul > li.active > a,#cssmenu > ul ul > li.has-sub > ul > li.active > a { | ||
+ | border-top:none | ||
+ | } | ||
+ | |||
+ | } | ||
+ | </style> | ||
+ | |||
+ | <script type="text/javascript"> | ||
+ | (function($) { | ||
+ | $.fn.menumaker = function(options) { | ||
+ | var cssmenu = $(this), settings = $.extend({ | ||
+ | format: "dropdown", | ||
+ | sticky: false | ||
+ | }, options); | ||
+ | return this.each(function() { | ||
+ | $(this).find(".button-custom").on('click', function(){ | ||
+ | $(this).toggleClass('menu-opened'); | ||
+ | var mainmenu = $(this).next('ul'); | ||
+ | if (mainmenu.hasClass('open')) { | ||
+ | mainmenu.slideToggle().removeClass('open'); | ||
+ | } | ||
+ | else { | ||
+ | mainmenu.slideToggle().addClass('open'); | ||
+ | if (settings.format === "dropdown") { | ||
+ | mainmenu.find('ul').show(); | ||
+ | } | ||
+ | } | ||
+ | }); | ||
+ | cssmenu.find('li ul').parent().addClass('has-sub'); | ||
+ | multiTg = function() { | ||
+ | cssmenu.find(".has-sub").prepend('<span class="submenu-button-custom"></span>'); | ||
+ | cssmenu.find('.submenu-button-custom').on('click', function() { | ||
+ | $(this).toggleClass('submenu-opened'); | ||
+ | if ($(this).siblings('ul').hasClass('open')) { | ||
+ | $(this).siblings('ul').removeClass('open').slideToggle(); | ||
+ | } | ||
+ | else { | ||
+ | $(this).siblings('ul').addClass('open').slideToggle(); | ||
+ | } | ||
+ | }); | ||
+ | }; | ||
+ | if (settings.format === 'multitoggle') multiTg(); | ||
+ | else cssmenu.addClass('dropdown'); | ||
+ | if (settings.sticky === true) cssmenu.css('position', 'fixed'); | ||
+ | resizeFix = function() { | ||
+ | var mediasize = 1020; | ||
+ | if ($( window ).width() > mediasize) { | ||
+ | cssmenu.find('ul').show(); | ||
+ | } | ||
+ | // if ($(window).width() <= mediasize) { | ||
+ | // cssmenu.find('ul').hide().removeClass('open'); | ||
+ | // } | ||
+ | }; | ||
+ | resizeFix(); | ||
+ | return $(window).on('resize', resizeFix); | ||
+ | }); | ||
+ | }; | ||
+ | })(jQuery); | ||
+ | |||
+ | (function($){ | ||
+ | $(document).ready(function(){ | ||
+ | $("#cssmenu").menumaker({ | ||
+ | format: "multitoggle" | ||
+ | }); | ||
+ | }); | ||
+ | })(jQuery); | ||
+ | |||
+ | </script> | ||
+ | |||
+ | |||
+ | <header> | ||
+ | <nav id='cssmenu' style="position: fixed;"> | ||
+ | <div class="logo-header-custom"> | ||
+ | <a href="https://2017.igem.org/Team:UCSC"> | ||
+ | <img class="logo" src="https://static.igem.org/mediawiki/2017/2/23/UCSC-logo.png" height="60" width="auto"> | ||
+ | <!--<img class="logo" src="https://static.igem.org/mediawiki/2017/4/42/Logo_click6.png" height ="60" width="auto">--> | ||
+ | </a> | ||
+ | </div> | ||
+ | <div id="head-mobile"></div> | ||
+ | <div class="button-custom"> | ||
+ | <div class="tiny-little-menu-word-above-button">MENU</div> | ||
+ | </div> | ||
+ | <ul> | ||
+ | <li><a href="https://2017.igem.org/Team:UCSC/Judging">JUDGING</a></li> | ||
+ | <li><a href='https://2017.igem.org/Team:UCSC/Notebook'>NOTEBOOK</a></li> | ||
+ | <!-- <li><a href='https://2017.igem.org/Team:UCSC/Moving-Forward'>MOVING FORWARD</a> | ||
+ | <ul> | ||
+ | <li><a href="https://2017.igem.org/Team:UCSC/Implementation">IMPLEMENTATION</a></li> | ||
+ | <li><a href="https://2017.igem.org/Team:UCSC/Target-Organism">TARGET ORGANISM</a></li> | ||
+ | </ul> | ||
+ | </li> --> | ||
+ | <li><a href="https://2017.igem.org/Team:UCSC/Human_Practices">HUMAN PRACTICES</a> | ||
+ | <ul> | ||
+ | <li><a href="https://2017.igem.org/Team:UCSC/Human_Practices">INTRODUCTION</a></li> | ||
+ | <li><a href="https://2017.igem.org/Team:UCSC/Safety">SAFETY</a></li> | ||
+ | <li><a href="https://2017.igem.org/Team:UCSC/Applied_Design">APPLIED DESIGN</a></li> | ||
+ | <li><a href="https://2017.igem.org/Team:UCSC/Engagement">EDUCATION</a></li> | ||
+ | <li><a href="https://2017.igem.org/Team:UCSC/Collaborations">COLLABORATIONS</a></li> | ||
+ | <li><a href="https://2017.igem.org/Team:UCSC/HP/Silver">SILVER</a></li> | ||
+ | <li><a href="https://2017.igem.org/Team:UCSC/HP/Gold_Integrated">GOLD INTEGRATED</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | <li><a href="https://2017.igem.org/Team:UCSC/Project">PROJECT</a> | ||
+ | <ul> | ||
+ | <li><a href="https://2017.igem.org/Team:UCSC/Project">THE PROJECT</a></li> | ||
+ | <li><a href="#">METABOLIC ENGINEERING</a> | ||
+ | <ul> | ||
+ | <li><a href="https://2017.igem.org/Team:UCSC/Acetaminophen">ACETAMINOPHEN</a></li> | ||
+ | <li><a href="https://2017.igem.org/Team:UCSC/B-12">VITAMIN B<sub>12</sub></a></li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | <li><a href="https://2017.igem.org/Team:UCSC/Model">MODELING</a></li> | ||
+ | <li><a href="https://2017.igem.org/Team:UCSC/Demonstrate">RESULTS</a></li> | ||
+ | <li><a href="https://2017.igem.org/Team:UCSC/Target-Organism">TARGET ORGANISM</a></li> | ||
+ | <li><a href="https://2017.igem.org/Team:UCSC/Part_Collection">PARTS</a></li> | ||
+ | <li><a href="https://2017.igem.org/Team:UCSC/InterLab">INTERLAB STUDY</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | <li><a href="https://2017.igem.org/Team:UCSC/Team">TEAM</a> | ||
+ | <ul> | ||
+ | <li><a href="https://2017.igem.org/Team:UCSC/Team">MEET THE TEAM</a></li> | ||
+ | <li><a href="https://2017.igem.org/Team:UCSC/Attributions">ATTRIBUTIONS</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | <li><a href='https://2017.igem.org/Team:UCSC'>HOME</a></li> | ||
+ | </ul> | ||
+ | </nav> | ||
+ | </header> | ||
+ | </html> | ||
+ | |||
+ | {{Scroll}} | ||
+ | |||
+ | Templates used on this page: | ||
+ | |||
+ | Template:Scroll (view source) | ||
+ | Template:UCSC-Styles (view source) | ||
+ | Return to Template:UCSC-Header. | ||
+ | |||
+ | |||
Revision as of 22:21, 15 May 2018
iGEMwiki toolssearchlogin View source for Template:UCSC-Header You do not have permission to edit this page, for the following reason: Edit conflict: The Team Wikis are frozen. They will thaw after the Jamboree. You can view and copy the source of this page: {{UCSC-Styles}}
Templates used on this page:
Template:Scroll (view source) Template:UCSC-Styles (view source) Return to Template:UCSC-Header.
Contents
University of Hawaii at Manoa iGEM Team 2018
Our Retros are Cooler than Popcorn!
<img src="Picture">
Before you start
Please read the following pages:
- <a href="https://2018.igem.org/Competition">Competition Hub</a>
- <a href="https://2018.igem.org/Competition/Deliverables/Wiki">Wiki Requirements page</a>
- <a href="https://2018.igem.org/Resources/Template_Documentation">Template documentation</a>
Styling your wiki
You may style this page as you like or you can simply leave the style as it is. You can easily keep the styling and edit the content of these default wiki pages with your project information and completely fulfill the requirement to document your project.
While you may not win Best Wiki with this styling, your team is still eligible for all other awards. This default wiki meets the requirements, it improves navigability and ease of use for visitors, and you should not feel it is necessary to style beyond what has been provided.
Uploading pictures and files
You must upload any pictures and files to the iGEM 2018 server. Remember to keep all your pictures and files within your team's namespace or at least include your team's name in the file name.
When you upload, set the "Destination Filename" to T--YourOfficialTeamName--NameOfFile.jpg. (If you don't do this, someone else might upload a different file with the same "Destination Filename", and your file would be erased!)
Wiki template information
We have created these wiki template pages to help you get started and to help you think about how your team will be evaluated. You can find a list of all the pages tied to awards here at the <a href="https://2018.igem.org/Judging/Pages_for_Awards">Pages for awards</a> link. You must edit these pages to be evaluated for medals and awards, but ultimately the design, layout, style and all other elements of your team wiki is up to you!
Editing your wiki
On this page you can document your project, introduce your team members, document your progress and share your iGEM experience with the rest of the world!
Use WikiTools - Edit in the black menu bar to edit this page
Tips
This wiki will be your team’s first interaction with the rest of the world, so here are a few tips to help you get started:
- State your accomplishments! Tell people what you have achieved from the start.
- Be clear about what you are doing and how you plan to do this.
- You have a global audience! Consider the different backgrounds that your users come from.
- Make sure information is easy to find; nothing should be more than 3 clicks away.
- Avoid using very small fonts and low contrast colors; information should be easy to read.
- Start documenting your project as early as possible; don’t leave anything to the last minute before the Wiki Freeze. For a complete list of deadlines visit the <a href="https://2018.igem.org/Calendar">iGEM 2018 calendar</a>
- Have lots of fun!
Inspiration
You can also view other team wikis for inspiration! Here are some examples:
- <a href="https://2014.igem.org/Team:SDU-Denmark/"> 2014 SDU Denmark </a>
- <a href="https://2014.igem.org/Team:Aalto-Helsinki">2014 Aalto-Helsinki</a>
- <a href="https://2014.igem.org/Team:LMU-Munich">2014 LMU-Munich</a>
- <a href="https://2014.igem.org/Team:Michigan"> 2014 Michigan</a>
- <a href="https://2014.igem.org/Team:ITESM-Guadalajara">2014 ITESM-Guadalajara </a>
- <a href="https://2014.igem.org/Team:SCU-China"> 2014 SCU-China </a>
</html>