Line 1: | Line 1: | ||
− | + | ||
<html> | <html> | ||
+ | <link href="https://2018.igem.org/Team:Macquarie_Australia/CSS_Navbar?action=raw&ctype=text/css" rel="stylesheet"> | ||
+ | <link href="https://fonts.googleapis.com/css?family=Raleway" rel="stylesheet"> | ||
− | <link href="https://fonts.googleapis.com/css?family= | + | <link href="https://fonts.googleapis.com/css?family=Raleway" rel="stylesheet"> |
− | < | + | <link href="https://fonts.googleapis.com/css?family=Quicksand:300,400|Roboto:400,400i" rel="stylesheet"> |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | + | <head> | |
− | + | <meta name="viewport" content="width=device-width, initial-scale=1"> | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | <style> | |
− | + | DO NOT REMOVE | |
− | + | #content { | |
− | + | width: 100vw; | |
− | + | margin: 0; | |
− | + | padding: 0; | |
− | + | } | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | } | + | |
− | /* | + | /* Clear the default wiki settings */ |
− | + | #home_logo, #sideMenu { display:none; } | |
− | + | #sideMenu, #top_title, .patrollink {display:none;} | |
− | + | #content { width:100%; padding:0px; margin-top:-7px; margin-left:0px;} | |
− | + | body {background-color: #f2f2f2; } | |
− | + | #bodyContent h1, #bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent h5 { margin-bottom: 0px; } | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | } | + | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | } | + | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | } | + | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | } | + | |
− | /* | + | /* Unique to page */ |
+ | body { | ||
+ | background-color: #f2f2f2; | ||
+ | width: 100%; | ||
+ | z-index: 3; | ||
+ | } | ||
+ | #bodyContent { | ||
+ | padding-right: 0px; | ||
+ | padding-top: 50px; | ||
+ | width: 100 vw; | ||
+ | background-color: #f2f2f2; | ||
+ | } | ||
+ | /* Wrapper for the content */ | ||
+ | .content_wrapper { | ||
+ | width: 85%%; | ||
+ | margin-left: 150px; | ||
+ | padding: 0px; | ||
+ | float: left; | ||
+ | background-color: #f2f2f2; | ||
+ | } | ||
− | /* | + | /* non numbered lists */ |
+ | .content_wrapper ul { | ||
+ | padding: 0px 20px; | ||
+ | font-size: 13px; | ||
+ | font-family: 'Quicksand', sans-serif; | ||
+ | }s | ||
− | . | + | .bio_paragraph{ |
− | + | box-sizing: border-box; | |
− | } | + | width: 100%; |
+ | float: right; | ||
+ | } | ||
+ | .bio_page_grid{ | ||
+ | display: grid; | ||
+ | grid-template-columns: 50% 50%; | ||
+ | grid-template-rows: repeat(13, 50%); | ||
+ | } | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
+ | /* For hte rotating image */ | ||
+ | .Landing_image_container { | ||
+ | width: 50%; | ||
+ | display: flex; | ||
+ | position: relative; | ||
+ | margin: 0 auto; | ||
+ | align-items: center; | ||
+ | justify-content: center; | ||
+ | } | ||
− | . | + | .Landing_image_container img { |
− | + | width: 100%; | |
− | + | } | |
− | } | + | |
− | . | + | .Landing_image_container img.overlap { |
− | + | position: absolute; | |
− | + | } | |
− | + | ||
− | + | ||
− | + | ||
− | } | + | |
− | + | </style> | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | |||
− | |||
− | |||
− | |||
− | + | </head> | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | + | <body> | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | + | <nav class="navbar navbar-default navbar-fixed-top" style="padding-top: 20px;"> | |
− | + | <div class="container-fluid"> | |
− | + | <div class="navbar-header"> | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | <a class="navbar-logo" href="https://2018.igem.org/Team:Macquarie_Australia"> | |
− | + | <image class="img-responsive" src="https://static.igem.org/mediawiki/2018/8/8a/T--Macquarie_Australia--Header_Circle.png" height="80" width="80" style = "position: absolute; left: 10px; top: 30px;"> | |
− | + | </image> | |
− | + | </a> | |
− | + | ||
− | + | ||
− | + | </div> | |
− | + | <div class="navbar-header" style="padding-top: 15px; padding-left: 100px;"> | |
− | + | <a class="navbar-logo" href="https://2018.igem.org/Team:Macquarie_Australia"> | |
+ | <image class="img-responsive" src="https://static.igem.org/mediawiki/2018/2/25/T--Macquarie_Australia--Logo_onlyText.png" height="120" width="120"> | ||
+ | </image> | ||
+ | </a> | ||
+ | </div> | ||
+ | <div id="navbar" class="navbar-collapse collapse"> | ||
+ | <ul class="nav navbar-nav navbar-right" style="margin-top: 15px;"> | ||
+ | <li class="dropdown"> | ||
+ | <a class="dropdown-toggle active" style = "font-family: 'Raleway', sans-serif;">Project<span class="caret"></span></a> | ||
+ | <ul class="dropdown-menu" style="left:0;"> | ||
+ | <li><a style = "font-family: 'Raleway', sans-serif;" href="https://2018.igem.org/Team:Macquarie_Australia/Description">Description</a></li> | ||
+ | <li><a style = "font-family: 'Raleway', sans-serif;" href="https://2018.igem.org/Team:Macquarie_Australia/Design">Design</a></li> | ||
+ | <li><a style = "font-family: 'Raleway', sans-serif;" href="https://2018.igem.org/Team:Macquarie_Australia/Experiments">Experiments</a></li> | ||
+ | <li><a style = "font-family: 'Raleway', sans-serif;" href="https://2018.igem.org/Team:Macquarie_Australia/Results">Results</a></li> | ||
+ | <li><a style = "font-family: 'Raleway', sans-serif;" href="https://2018.igem.org/Team:Macquarie_Australia/ProjectSafety">Safety</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
− | + | <li class="dropdown"> | |
− | / | + | <a class="dropdown-toggle active" style = "font-family: 'Raleway', sans-serif;" >Notebook<span class="caret"></span></a> |
+ | <ul class="dropdown-menu" style="left:0;"> | ||
+ | <li><a style = "font-family: 'Raleway', sans-serif;" href="https://2018.igem.org/Team:Macquarie_Australia/Notebook">Notebook</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
− | + | <li class="dropdown"> | |
− | + | <a style = "font-family: 'Raleway', sans-serif;" class="dropdown-toggle active">Parts<span class="caret"></span></a> | |
− | + | <ul class="dropdown-menu" style="left:0;"> | |
− | + | <li><a style = "font-family: 'Raleway', sans-serif;" href="https://2018.igem.org/Team:Macquarie_Australia/Parts">Summary</a></li> | |
− | + | <li><a style = "font-family: 'Raleway', sans-serif;" href="https://2018.igem.org/Team:Macquarie_Australia/CompositeParts">Composite parts</a></li> | |
+ | <li><a style = "font-family: 'Raleway', sans-serif;" href="https://2018.igem.org/Team:Macquarie_Australia/PartsValidation">Validation</a></li> | ||
+ | <li><a style = "font-family: 'Raleway', sans-serif;" href="https://2018.igem.org/Team:Macquarie_Australia/ImprovedParts">Improved Parts</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
− | + | <li class="dropdown"> | |
− | + | <a style = "font-family: 'Raleway', sans-serif;" class="dropdown-toggle active">Interlab<span class="caret"></span></a> | |
− | + | <ul class="dropdown-menu" style="left:0;"> | |
− | + | <li><a style = "font-family: 'Raleway', sans-serif;" href="https://2018.igem.org/Team:Macquarie_Australia/Interlab">Interlab Overview</a></li> | |
− | + | </ul> | |
− | + | </li> | |
− | + | <li class="dropdown"> | |
− | + | <a style = "font-family: 'Raleway', sans-serif;" class="dropdown-toggle active">Human Practices<span class="caret"></span></a> | |
− | + | <ul class="dropdown-menu"> | |
− | + | <li><a style = "font-family: 'Raleway', sans-serif;" href="https://2018.igem.org/Team:Macquarie_Australia/Human_Practices">Overview</a></li> | |
− | + | <li><a style = "font-family: 'Raleway', sans-serif;" href="https://2018.igem.org/Team:Macquarie_Australia/Interviews">Interviews</a></li> | |
+ | <li><a style = "font-family: 'Raleway', sans-serif;" href="https://2018.igem.org/Team:Macquarie_Australia/PublicEngagement">Public Engagement</a></li> | ||
+ | <li><a style = "font-family: 'Raleway', sans-serif;" href="https://2018.igem.org/Team:Macquarie_Australia/IntergratedHumanPractices">Intergrated Human Practices</a></li> | ||
+ | <li><a style = "font-family: 'Raleway', sans-serif;" href="https://2018.igem.org/Team:Macquarie_Australia/Toolkit">Toolkit</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | <li class="dropdown"> | ||
+ | <a style = "font-family: 'Raleway', sans-serif;" class="dropdown-toggle active">Team<span class="caret"></span></a> | ||
+ | <ul class="dropdown-menu"> | ||
+ | <li><a style = "font-family: 'Raleway', sans-serif;" href="https://2018.igem.org/Team:Macquarie_Australia/Team">Meet The Team</a></li> | ||
+ | <li><a style = "font-family: 'Raleway', sans-serif;" href="https://2018.igem.org/Team:Macquarie_Australia/Staff">Staff</a></li> | ||
+ | <li><a style = "font-family: 'Raleway', sans-serif;" href="https://2018.igem.org/Team:Macquarie_Australia/Attributions">Attributions</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
− | + | <li class="dropdown"> | |
− | + | <a style = "font-family: 'Raleway', sans-serif;" class="dropdown-toggle active">Modelling<span class="caret"></span></a> | |
− | + | <ul class="dropdown-menu"> | |
+ | <li><a style = "font-family: 'Raleway', sans-serif;" href="https://2018.igem.org/Team:Macquarie_Australia/Model">Our Model</a></li> | ||
+ | <li><a style = "font-family: 'Raleway', sans-serif;" href="https://2018.igem.org/Team:Macquarie_Australia/ModelExperimentation">Experimental Data</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
− | + | <li class="dropdown"> | |
− | + | <a style = "font-family: 'Raleway', sans-serif;" class="dropdown-toggle active">Collaboration<span class="caret"></span></a> | |
− | + | <ul class="dropdown-menu"> | |
+ | <li><a style = "font-family: 'Raleway', sans-serif;" href="https://2018.igem.org/Team:Macquarie_Australia/Collaboration">Overview</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | . | + | </ul> |
− | + | </div> | |
− | + | <!-- /.navbar-collapse --> | |
+ | </div> | ||
+ | <!-- /.container-fluid --> | ||
+ | </nav> | ||
− | |||
− | |||
− | |||
− | |||
+ | <!-- NEW CODE --> | ||
− | |||
+ | <html> | ||
− | + | <link href="https://2018.igem.org/Team:Macquarie_Australia/CSS_Navbar?action=raw&ctype=text/css" rel="stylesheet"> | |
− | + | <link href="https://fonts.googleapis.com/css?family=Raleway" rel="stylesheet"> | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | / | + | |
− | + | ||
− | + | ||
− | . | + | |
− | + | ||
− | + | ||
− | + | ||
− | . | + | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | / | + | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | / | + | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | / | + | |
− | + | ||
− | . | + | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | / | + | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | |||
− | . | + | <link href="https://fonts.googleapis.com/css?family=Raleway" rel="stylesheet"> |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | |||
− | + | <link href="https://fonts.googleapis.com/css?family=Quicksand:300,400|Roboto:400,400i" rel="stylesheet"> | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | |||
− | + | <head> | |
− | + | <meta name="viewport" content="width=device-width, initial-scale=1"> | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
+ | <style> | ||
+ | DO NOT REMOVE | ||
+ | #content { | ||
+ | width: 100vw; | ||
+ | margin: 0; | ||
+ | padding: 0; | ||
+ | } | ||
− | /* | + | /* Clear the default wiki settings */ |
+ | #home_logo, #sideMenu { display:none; } | ||
+ | #sideMenu, #top_title, .patrollink {display:none;} | ||
+ | #content { width:100%; padding:0px; margin-top:-7px; margin-left:0px;} | ||
+ | body {background-color: #f2f2f2; } | ||
+ | #bodyContent h1, #bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent h5 { margin-bottom: 0px; } | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | /* | + | /* Unique to page */ |
+ | body { | ||
+ | background-color: #f2f2f2; | ||
+ | width: 100%; | ||
+ | z-index: 3; | ||
+ | } | ||
− | + | #bodyContent { | |
− | + | padding-right: 0px; | |
− | + | padding-top: 50px; | |
− | + | width: 100 vw; | |
− | + | background-color: #f2f2f2; | |
− | + | } | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | } | + | |
+ | /* Wrapper for the content */ | ||
+ | .content_wrapper { | ||
+ | width: 85%%; | ||
+ | margin-left: 150px; | ||
+ | padding: 0px; | ||
+ | float: left; | ||
+ | background-color: #f2f2f2; | ||
+ | } | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | . | + | /* non numbered lists */ |
− | + | .content_wrapper ul { | |
− | } | + | padding: 0px 20px; |
+ | font-size: 13px; | ||
+ | font-family: 'Quicksand', sans-serif; | ||
+ | }s | ||
− | + | .bio_paragraph{ | |
− | + | box-sizing: border-box; | |
− | + | width: 100%; | |
− | + | float: right; | |
− | + | } | |
+ | .bio_page_grid{ | ||
+ | display: grid; | ||
+ | grid-template-columns: 50% 50%; | ||
+ | grid-template-rows: repeat(13, 50%); | ||
+ | } | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | + | /* For hte rotating image */ | |
− | + | .Landing_image_container { | |
− | + | width: 50%; | |
− | + | display: flex; | |
− | } | + | position: relative; |
+ | margin: 0 auto; | ||
+ | align-items: center; | ||
+ | justify-content: center; | ||
+ | } | ||
− | + | .Landing_image_container img { | |
− | . | + | width: 100%; |
− | + | } | |
− | + | ||
− | + | ||
− | } | + | |
− | + | .Landing_image_container img.overlap { | |
− | . | + | position: absolute; |
− | + | } | |
− | + | ||
− | + | ||
− | + | </style> | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | + | </head> | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | |||
− | + | <body> | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | |||
− | |||
− | |||
+ | <nav class="navbar navbar-default navbar-fixed-top" style="padding-top: 20px;"> | ||
+ | <div class="container-fluid"> | ||
+ | <div class="navbar-header"> | ||
− | </ | + | <a class="navbar-logo" href="https://2018.igem.org/Team:Macquarie_Australia"> |
+ | <image class="img-responsive" src="https://static.igem.org/mediawiki/2018/8/8a/T--Macquarie_Australia--Header_Circle.png" height="80" width="80" style = "position: absolute; left: 10px; top: 30px;"> | ||
+ | </image> | ||
+ | </a> | ||
+ | </div> | ||
+ | <div class="navbar-header" style="padding-top: 15px; padding-left: 100px;"> | ||
+ | <a class="navbar-logo" href="https://2018.igem.org/Team:Macquarie_Australia"> | ||
+ | <image class="img-responsive" src="https://static.igem.org/mediawiki/2018/2/25/T--Macquarie_Australia--Logo_onlyText.png" height="120" width="120"> | ||
+ | </image> | ||
+ | </a> | ||
+ | </div> | ||
+ | <div id="navbar" class="navbar-collapse collapse"> | ||
+ | <ul class="nav navbar-nav navbar-right" style="margin-top: 15px;"> | ||
+ | <li class="dropdown"> | ||
+ | <a class="dropdown-toggle active" style = "font-family: 'Raleway', sans-serif;">Project<span class="caret"></span></a> | ||
+ | <ul class="dropdown-menu" style="left:0;"> | ||
+ | <li><a style = "font-family: 'Raleway', sans-serif;" href="https://2018.igem.org/Team:Macquarie_Australia/Description">Description</a></li> | ||
+ | <li><a style = "font-family: 'Raleway', sans-serif;" href="https://2018.igem.org/Team:Macquarie_Australia/Design">Design</a></li> | ||
+ | <li><a style = "font-family: 'Raleway', sans-serif;" href="https://2018.igem.org/Team:Macquarie_Australia/Experiments">Experiments</a></li> | ||
+ | <li><a style = "font-family: 'Raleway', sans-serif;" href="https://2018.igem.org/Team:Macquarie_Australia/Results">Results</a></li> | ||
+ | <li><a style = "font-family: 'Raleway', sans-serif;" href="https://2018.igem.org/Team:Macquarie_Australia/ProjectSafety">Safety</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | + | <li class="dropdown"> | |
− | + | <a class="dropdown-toggle active" style = "font-family: 'Raleway', sans-serif;" >Notebook<span class="caret"></span></a> | |
− | + | <ul class="dropdown-menu" style="left:0;"> | |
− | + | <li><a style = "font-family: 'Raleway', sans-serif;" href="https://2018.igem.org/Team:Macquarie_Australia/Notebook">Notebook</a></li> | |
+ | </ul> | ||
+ | </li> | ||
− | + | <li class="dropdown"> | |
− | + | <a style = "font-family: 'Raleway', sans-serif;" class="dropdown-toggle active">Parts<span class="caret"></span></a> | |
− | + | <ul class="dropdown-menu" style="left:0;"> | |
− | + | <li><a style = "font-family: 'Raleway', sans-serif;" href="https://2018.igem.org/Team:Macquarie_Australia/Parts">Summary</a></li> | |
− | + | <li><a style = "font-family: 'Raleway', sans-serif;" href="https://2018.igem.org/Team:Macquarie_Australia/CompositeParts">Composite parts</a></li> | |
− | + | <li><a style = "font-family: 'Raleway', sans-serif;" href="https://2018.igem.org/Team:Macquarie_Australia/PartsValidation">Validation</a></li> | |
− | + | <li><a style = "font-family: 'Raleway', sans-serif;" href="https://2018.igem.org/Team:Macquarie_Australia/ImprovedParts">Improved Parts</a></li> | |
− | + | </ul> | |
− | + | </li> | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
+ | <li class="dropdown"> | ||
+ | <a style = "font-family: 'Raleway', sans-serif;" class="dropdown-toggle active">Interlab<span class="caret"></span></a> | ||
+ | <ul class="dropdown-menu" style="left:0;"> | ||
+ | <li><a style = "font-family: 'Raleway', sans-serif;" href="https://2018.igem.org/Team:Macquarie_Australia/Interlab">Interlab Overview</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
− | + | <li class="dropdown"> | |
− | + | <a style = "font-family: 'Raleway', sans-serif;" class="dropdown-toggle active">Human Practices<span class="caret"></span></a> | |
− | + | <ul class="dropdown-menu"> | |
− | + | <li><a style = "font-family: 'Raleway', sans-serif;" href="https://2018.igem.org/Team:Macquarie_Australia/Human_Practices">Overview</a></li> | |
− | + | <li><a style = "font-family: 'Raleway', sans-serif;" href="https://2018.igem.org/Team:Macquarie_Australia/Interviews">Interviews</a></li> | |
− | + | <li><a style = "font-family: 'Raleway', sans-serif;" href="https://2018.igem.org/Team:Macquarie_Australia/PublicEngagement">Public Engagement</a></li> | |
− | + | <li><a style = "font-family: 'Raleway', sans-serif;" href="https://2018.igem.org/Team:Macquarie_Australia/IntergratedHumanPractices">Intergrated Human Practices</a></li> | |
− | + | <li><a style = "font-family: 'Raleway', sans-serif;" href="https://2018.igem.org/Team:Macquarie_Australia/Toolkit">Toolkit</a></li> | |
− | + | </ul> | |
− | + | </li> | |
+ | <li class="dropdown"> | ||
+ | <a style = "font-family: 'Raleway', sans-serif;" class="dropdown-toggle active">Team<span class="caret"></span></a> | ||
+ | <ul class="dropdown-menu"> | ||
+ | <li><a style = "font-family: 'Raleway', sans-serif;" href="https://2018.igem.org/Team:Macquarie_Australia/Team">Meet The Team</a></li> | ||
+ | <li><a style = "font-family: 'Raleway', sans-serif;" href="https://2018.igem.org/Team:Macquarie_Australia/Staff">Staff</a></li> | ||
+ | <li><a style = "font-family: 'Raleway', sans-serif;" href="https://2018.igem.org/Team:Macquarie_Australia/Attributions">Attributions</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
− | + | <li class="dropdown"> | |
− | + | <a style = "font-family: 'Raleway', sans-serif;" class="dropdown-toggle active">Modelling<span class="caret"></span></a> | |
− | + | <ul class="dropdown-menu"> | |
− | + | <li><a style = "font-family: 'Raleway', sans-serif;" href="https://2018.igem.org/Team:Macquarie_Australia/Model">Our Model</a></li> | |
− | + | <li><a style = "font-family: 'Raleway', sans-serif;" href="https://2018.igem.org/Team:Macquarie_Australia/ModelExperimentation">Experimental Data</a></li> | |
− | + | </ul> | |
− | + | </li> | |
− | + | <li class="dropdown"> | |
− | + | <a style = "font-family: 'Raleway', sans-serif;" class="dropdown-toggle active">Collaboration<span class="caret"></span></a> | |
− | + | <ul class="dropdown-menu"> | |
− | + | <li><a style = "font-family: 'Raleway', sans-serif;" href="https://2018.igem.org/Team:Macquarie_Australia/Collaboration">Overview</a></li> | |
− | + | </ul> | |
− | + | </li> | |
− | + | ||
− | + | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
+ | </ul> | ||
+ | </div> | ||
+ | <!-- /.navbar-collapse --> | ||
+ | </div> | ||
+ | <!-- /.container-fluid --> | ||
+ | </nav> | ||
− | |||
+ | <!-- NEW CODE --> | ||
− | |||
− | < | + | <div> |
− | + | </div> | |
− | + | ||
− | </div> | + | |
− | < | + | <div class="Landing_image_container"> |
+ | <img class="rotate" src="https://static.igem.org/mediawiki/2018/3/3f/T--Macquarie_Australia--Logo_onlyMembrane.png"> | ||
+ | <img class="overlap" src="https://static.igem.org/mediawiki/2018/b/be/T--Macquarie_Australia--Logo_onlyText_Square.png"> | ||
+ | </div> | ||
− | <div style="width: 50%; margin-left: auto; margin-right: auto; display: block;"> | + | <div style="width: 50%; margin-left: auto; margin-right: auto; display: block;"> |
− | + | <h style= "font-size: 20px; font-weight: bold;">This year - a new frontier! </h> | |
− | + | <p style="text-align: justify;"> | |
+ | This year Team Macquarie is working on a modified strain of Escherichia coli to produce Chives — no, not the herb! — Chives is actually an acronym for Chlorophyll-Induced Vesicles. Previous reports have indicated that during the chlorophyll biosynthesis pathway, crystalline structures amass when cells are grown in the dark. When light is shone onto them, they form vesicles — a completely isolated environment in the cell! This opens up whole new avenues for the medical field, food, and other industries as these vesicles provide a segregated space to produce cytotoxic products, or products which the cell would ordinarily metabolise. This novel system of artificial compartmentalisation is certain to revolutionize the world! As such, we will first incorporate chlorophyll a into E. coli and aim to produce these biomolecular compartments (which we have dubbed Chives) — the first of their kind! | ||
+ | </p> | ||
− | |||
− | + | </div> | |
− | </ | + | <!--INVISIBLE BOX, MAYBE USE TO HOST CONTENT? --> |
+ | <div class="row" style="background-color: #f2f2f2;"> | ||
+ | <div class="column side left" style="background-color: #f2f2f2;"> | ||
+ | </div> | ||
− | < | + | <div class="column middle"style="background-color: #f2f2f2;"> |
− | <div | + | </div> |
− | + | ||
− | + | ||
+ | <div class="column side right"style="background-color: #f2f2f2;"> | ||
− | + | </div> | |
+ | </div> | ||
− | |||
− | < | + | <!--INVISIBLE BOX, MAYBE USE TO HOST CONTENT? --> |
+ | <div class="row" style="background-color: #f2f2f2;"> | ||
+ | <div class="column side left" style="background-color: #f2f2f2;"> | ||
+ | </div> | ||
− | <div | + | <div class="column middle"style="background-color: #f2f2f2;"> |
− | + | ||
− | + | ||
+ | </div> | ||
− | + | <div class="column side right"style="background-color: #f2f2f2;"> | |
− | < | + | </div> |
+ | </div> | ||
+ | <!-- END OF BOX --> | ||
− | |||
− | </ | + | <!-- FOOTER CODE DO NOT TOUCH --> |
+ | <div class="footerContainer"> | ||
+ | <div class="footerItemSponsor" > | ||
+ | <img style = "height: auto; width: 70%; float: left;" src="https://static.igem.org/mediawiki/2018/d/de/T--Macquarie_Australia--Footer_Sponsor.png"> | ||
+ | </div> | ||
+ | <div class="footerItem" > | ||
+ | <img style = "width: 4%; float: left;padding-top: 5%;padding-right: 2%; padding-left: 5%;" src="https://static.igem.org/mediawiki/2018/d/d3/T--Macquarie_Australia--Footer_Email.png"> | ||
+ | </div> | ||
+ | <div class="footerItem" > | ||
+ | <img style = "width: 4%;float: left; padding-top: 5%;padding-right: 2%; " src="https://static.igem.org/mediawiki/2018/1/1a/T--Macquarie_Australia--Footer_Facebook.png"> | ||
+ | </div> | ||
+ | <div class="footerItem" > | ||
+ | <img style = "width: 4%;float: left;padding-top: 5%;padding-right: 2%;" src="https://static.igem.org/mediawiki/2018/1/11/T--Macquarie_Australia--Footer_Instagram.png"> | ||
+ | </div> | ||
+ | <div class="footerItem"> | ||
+ | <img style = "width: 4%;float: left; padding-top: 5.5%; padding-right: 2%;" src="https://static.igem.org/mediawiki/2018/4/4c/T--Macquarie_Australia--Footer_Twitter.png"> | ||
+ | </div> | ||
+ | </div> | ||
+ | <!--END OF FOOTER CODE --> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
</body> | </body> | ||
</html> | </html> |
Revision as of 05:37, 4 October 2018
This year Team Macquarie is working on a modified strain of Escherichia coli to produce Chives — no, not the herb! — Chives is actually an acronym for Chlorophyll-Induced Vesicles. Previous reports have indicated that during the chlorophyll biosynthesis pathway, crystalline structures amass when cells are grown in the dark. When light is shone onto them, they form vesicles — a completely isolated environment in the cell! This opens up whole new avenues for the medical field, food, and other industries as these vesicles provide a segregated space to produce cytotoxic products, or products which the cell would ordinarily metabolise. This novel system of artificial compartmentalisation is certain to revolutionize the world! As such, we will first incorporate chlorophyll a into E. coli and aim to produce these biomolecular compartments (which we have dubbed Chives) — the first of their kind!