Difference between revisions of "Template:IngenuityLab Canada"

 
Line 1: Line 1:
 
<html>
 
<html>
<head>
+
 
<meta charset="UTF-8">
+
<title>Ingenuity Lab - dNANO</title>
+
 
<style>
 
<style>
body {
+
 
margin: 0;
+
/********************************* DEFAULT WIKI SETTINGS  ********************************/
padding: 0;  
+
 
position: relative;
+
#sideMenu, #top_title {display:none;}
background: url(http://ingenuitylab.ca/igem/images/il_nano_bg.jpg) no-repeat fixed center;
+
#content { padding:0px; width:1000px; margin-top:-7px; margin-left:0px;}
background-size: cover;
+
body {background-color:white; }
font-size: 16px;
+
#bodyContent h1, #bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent h5 { margin-bottom: 0px; }
font-family: 'Titillium Web', helvetica, Arial, sans-serif;
+
 
}
+
/********************************* MENU ********************************/
h1 {
+
/* Wrapper for the menu */
color: #ce559f;
+
.menu_wrapper {
font-weight: 700;
+
width:150px;
font-size: 2.2em;
+
height:100vh;
}
+
position:fixed;  
h2 {
+
padding:0px;
color: #405e88;
+
float:left;  
font-weight: 700;
+
background-color:#f2f2f2;
font-size: 1.6em;
+
text-align:left;
margin: 1.8em 0 0;
+
}
}
+
 
h3 {
+
/* styling for the menu items */
color: #595959;
+
.menu_item {
margin: 1em 0 0;
+
width:100%;
}
+
margin:-2px 0px 0px -20px;
ol h3 {
+
padding: 10px 10px; 
margin: 1em 0 0 -1.5em;
+
border-bottom: 1px solid #d3d3d3;  
}
+
font-weight:bold;
em {
+
color:#000000;  
color: #00c2f4;
+
cursor: pointer;
font-weight: 700;
+
}
font-style: normal;
+
 
font-size: 1.2em;
+
/* when hovering on a menu item */
}
+
.menu_item:hover {
p {
+
color:#000000;  
font-size: 1.1em;
+
background-color: #72c9b6;
}
+
}
.header {
+
 
background-color: #fff;
+
/* decoration icon for the menu buttons*/
box-shadow: 0 0 10px rgba(0,0,0,0.3);
+
.icon {
position: fixed;
+
float:right; 
height: 70px;
+
font-size:16px;  
width: 100%;
+
font-weight:bold;  
top: 0;
+
}
}
+
.logo {
+
/* this is the icon for when the content is collapsed */
width: 250px;
+
.plus::before {
margin-top: 16px;
+
content: "+";  
float: left;
+
}
}
+
/* this is the icon for when the content is expanded */
.menu {
+
.less::before {
color: #405e88;
+
content: "–";  
float: right;
+
}
font-size: 1.1em;
+
 
font-weight: 600;
+
/* styling for the ul that creates the buttons */
}
+
ul.menu_items {
.menu ul {
+
width:100%;  
  background-color: #ffffff;
+
margin-left:0px;  
  display: block;
+
padding:0px;
  float: left;
+
list-style: none;  
  height: 70px;
+
}
  line-height: 4em;
+
 
  list-style-type: none;
+
/* styling for the li that are the menu items */
  margin: 0;
+
.menu_items li {
  padding: 0;
+
width:90%;
  text-align: center;
+
margin-top:-2px;  
  width: 110px;
+
padding: 15px 0px 15px 15px ;
  cursor: pointer;
+
display:block;
}
+
border-bottom: 1px solid #d3d3d3;
.menu ul li {
+
text-align:left;
color: #405e88;
+
font-weight:bold;
display: none;
+
text-decoration:none;
background-color: #ffffff;
+
color:#000000;  
box-shadow: 0 5px 5px rgba(0,0,0,0.3);
+
list-style-type:none;
height: 60px;
+
cursor:pointer;
line-height: 3.2em;
+
-webkit-transition: all 0.4s ease;  
margin: -1px 0 0;
+
-moz-transition: all 0.4s ease;  
padding: 0;
+
-ms-transition: all 0.4s ease;  
text-align: center;
+
-o-transition: all 0.4s ease; transition: all 0.4s ease;
width: 180px;
+
}
cursor: pointer;
+
 
}
+
.menu_item a {
.menu ul:hover {
+
width: 100%;
color: #ffffff;
+
margin-left: -20px;
background-color: #405e88;
+
padding: 11px 90px 12px 20px;
}
+
text-decoration: none;
.menu ul:hover > li {
+
color:black;
display: block;
+
}
}
+
 
.menu ul li:hover {
+
/* When hovering on a menu item */
color: #ffffff;
+
.menu_items li:hover {
background-color: #405e88;
+
background-color:#72c9b6;
}
+
color: #000000;
.menu ul li:last-child {
+
}
border-radius: 0 0 16px 16px;
+
 
}
+
/* styling for the submenus */
.menu ul a {
+
.submenu {
  color: #405e88;
+
width:100%;  
  display: block;
+
display: none; 
  text-decoration: none;
+
font-weight:bold;
}
+
cursor:pointer;
.menu ul a:hover {
+
 
  color: #ffffff;
+
}
}
+
 
.main-image {
+
/* moving the margin for the submenu ul list */
  text-align: center;
+
ul.submenu {  
  width: 100%;
+
width: 100%;
  padding: 140px 0 100px;
+
margin: 10px 0px -11px 0px;
}
+
list-style: none;
.main-image img {
+
}
width: 680px;
+
 
height: auto;
+
/*styling for the submenu buttons */
}
+
.submenu li {
.contents {
+
width: 100%;  
margin-top: 70px;
+
margin-left: 10px;
}
+
margin-bottom: 0px;
.wrapper {
+
}
margin: 0 auto;
+
 
}
+
 
.article {
+
/* hover state for the submenu buttons */
background-color: #fff;
+
.submenu li a {
box-shadow: 0 0 10px rgba(0,0,0,0.3);
+
width: 100%;  
padding: 50px 0;
+
padding: 5px 10px;  
}
+
display: inline-block;
.header .wrapper {
+
border-bottom: 1px solid #d3d3d3;
width: 100%;
+
background-color:white;  
max-width: 1020px;  
+
text-decoration:none;
}
+
color:#000000;
.article .wrapper {
+
}
border: 1px solid #cccccc;
+
 
border-radius: 20px;
+
 
display: block;
+
 
padding: 0.5em 2% 2em;
+
.submenu li a:hover  {
max-width: 800px;
+
background-color:#000000;
}
+
color: #72c9b6;
.article img {
+
}
width: 100%;
+
 
}
+
 
.members figure {
+
/* When the screen is smaller than 680px, the menu has the option to hide/show - this button controls that */
    margin: 5em 0 1em;
+
.collapsable_menu_control {
}
+
width:100%;
.members img {
+
padding: 15px 0px;
max-width: 422px;
+
display:none;  
}
+
background-color:#000000;  
.members figcaption {
+
text-align:center;
text-align: center;
+
font-weight:bold;  
}
+
color:#72c9b6;
figure {
+
cursor:pointer;
text-align: center;
+
-webkit-transition: all 0.4s ease;  
margin: 3em 0;
+
-moz-transition: all 0.4s ease;  
}
+
-ms-transition: all 0.4s ease;  
figcaption {
+
-o-transition: all 0.4s ease;  
text-align: left;
+
transition: all 0.4s ease;  
}
+
}
.members figure {
+
 
    margin: 5em 0 1em;
+
/* when hovering on that button */
}
+
.collapsable_menu_control:hover {  
.members img {
+
background-color: #72c9b6;
max-width: 422px;
+
color:#000000;
}
+
}
.members figcaption {
+
 
text-align: center;
+
/********************************* CONTENT OF THE PAGE ********************************/
}
+
 
.sponsors figure {
+
/* Wrapper for the content */
    margin: 2em 0;
+
.content_wrapper {
}
+
width: 85%;
.buttons-tabs {
+
margin-left:150px;
  height: 30px;
+
padding:10px 0px;
  margin: 0 auto;
+
float:left;  
  max-width: 800px;
+
background-color:white;  
  padding: 0 2% 0.6em;
+
}
  width: 100%;
+
 
}
+
/*LAYOUT */
.project-protocols .buttons-tabs {
+
.column  {  
margin: 0 auto 1.24em;
+
padding: 10px 0px;
}
+
float:left;  
.buttons-tabs div {
+
background-color:white;  
background-color: #ffffff;
+
}
border-left: 1px solid #ccc;
+
 
border-radius: 10px 10px 0 0;
+
.full_size {
border-right: 1px solid #ccc;
+
width:100%;  
border-top: 1px solid #ccc;
+
}
box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.1);
+
 
float: left;
+
.full_size img {  
margin: 0 0 0 1px;
+
padding: 10px 15px;
padding: 0.33em 1em;
+
width:96.5%;  
cursor: pointer;
+
}
}
+
 
.buttons-tabs div:hover > em {
+
.half_size {
color: #ff7000;
+
width: 50%;  
}
+
}
.project-protocols .buttons-tabs div {
+
.half_size img {  
padding: 0.6em 1em 0.1em;
+
padding: 10px 15px;
}
+
width: 93%;  
.project-protocols .buttons-tabs div em {
+
}
line-height: 1em;
+
 
}
+
 
#pd_tab2, #pd_tab3 {
+
.clear {
display:none;
+
clear:both;
}
+
}
.alphabetic-list {
+
 
  list-style-type: lower-alpha;
+
.highlight {  
}
+
width: 90%;
ul {
+
margin: auto;  
list-style-type: disc;
+
padding: 15px 5px;
}
+
background-color: #f2f2f2;  
.equation {
+
}
width: 100%;
+
 
max-width: 420px;
+
.judges-will-not-evaluate {
}
+
border: 4px solid #72c9b6;
.footer {
+
display: block;
display: block;
+
margin: 5px 15px;
background-color: #73a79e;
+
width: 95%;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
+
font-weight:bold;
height: 70px;
+
}
width: 100%;
+
 
}
+
 
table {
+
/*STYLING */
border-collapse: collapse;
+
 
border-spacing: 0;
+
/* styling for the titles */
margin: 1em 0;
+
.content_wrapper h1, .content_wrapper h2 {
}
+
padding:5px 15px;  
td {
+
border-bottom:0px;  
border: 1px solid #dddddd;
+
color:#72c9b6;
padding: 0.5em 1em;  
+
 
}
+
}
 +
.content_wrapper h3, .content_wrapper h4, .content_wrapper h5, .content_wrapper h6 {
 +
padding:5px 15px;  
 +
border-bottom:0px;  
 +
color: #000000;
 +
}
 +
 
 +
 
 +
/* font and text */
 +
.content_wrapper p {  
 +
padding:0px 15px;  
 +
font-size: 13px;
 +
font-family:Tahoma, Geneva, sans-serif;  
 +
}
 +
 
 +
/* Links */
 +
.content_wrapper a {  
 +
font-weight: bold;
 +
text-decoration: underline;
 +
text-decoration-color:#72c9b6;
 +
color: #72c9b6;
 +
-webkit-transition: all 0.4s ease;
 +
-moz-transition: all 0.4s ease;
 +
-ms-transition: all 0.4s ease;  
 +
-o-transition: all 0.4s ease;
 +
transition: all 0.4s ease;
 +
}
 +
 
 +
/* hover for the links */
 +
.content_wrapper a:hover {  
 +
text-decoration:none;
 +
color:#000000;
 +
}
 +
 
 +
/* non numbered lists */
 +
.content_wrapper ul {
 +
padding:0px 20px;
 +
font-size: 13px;
 +
font-family:Tahoma, Geneva, sans-serif;
 +
}
 +
 
 +
/* numbered lists */
 +
.content_wrapper ol {
 +
padding:0px;  
 +
font-size: 13px;
 +
font-family:Tahoma, Geneva, sans-serif;  
 +
}
 +
 
 +
/* Table */
 +
.content_wrapper table {
 +
width: 97%;  
 +
margin:15px 10px;
 +
border: 1px solid #d3d3d3;
 +
border-collapse: collapse;  
 +
}
 +
 
 +
/* table cells */
 +
.content_wrapper  td {  
 +
padding: 10px;
 +
vertical-align: text-top;  
 +
border: 1px solid #d3d3d3;  
 +
border-collapse: collapse;  
 +
}
 +
 
 +
/* table headers */
 +
.content_wrapper th {
 +
padding: 10px;  
 +
vertical-align: text-top;
 +
border: 1px solid #d3d3d3;  
 +
border-collapse: collapse;  
 +
background-color:#f2f2f2;  
 +
}
 +
 
 +
/* Button class */
 +
.button_click {
 +
margin: 10px auto;
 +
padding: 15px; width:12%;
 +
text-align:center;  
 +
font-weight:bold;
 +
background-color: #72c9b6;
 +
cursor:pointer; 
 +
-webkit-transition: all 0.4s ease;
 +
-moz-transition: all 0.4s ease;  
 +
-ms-transition: all 0.4s ease;
 +
-o-transition: all 0.4s ease;  
 +
transition: all 0.4s ease;  
 +
}
 +
 
 +
/* button class on hover */
 +
.button_click:hover {
 +
background-color:#000000;  
 +
color:#72c9b6;
 +
}
 +
 
 +
/********************************* RESPONSIVE STYLING ********************************/
 +
 
 +
/* IF THE SCREEN IS LESS THAN 1000PX */
 +
 
 +
@media only screen and (max-width: 1000px) {
 +
 
 +
#content {width:100%; }
 +
.menu_wrapper {width:15%;}
 +
.content_wrapper {margin-left: 15%;}
 +
.menu_item {display:block;}
 +
.icon {display:none;}
 +
.highlight {padding:10px 0px;}
 +
}
 +
 
 +
 
 +
/* IF THE SCREEN IS LESS THAN 680PX */
 +
 
 +
@media only screen and (max-width: 680px) {
 +
.collapsable_menu_control { display:block;}
 +
.menu_item {display:none;}
 +
.menu_wrapper { width:100%; height: 15%; position:relative;}
 +
.content_wrapper {width:100%; margin-left:0px;}
 +
.column.half_size {width:100%; }
 +
.column img { width: 100%; padding: 5px 0px;}
 +
.icon {display:block;}
 +
.highlight {padding:15px 5px;}
 +
}
 +
 
 
</style>
 
</style>
 +
 +
 +
 +
 +
<!--- THIS IS WHERE THE HTML BEGINS --->
 +
 +
 +
<!-- This tells the browser that your page is responsive -->
 +
 +
<head>
 +
<meta name="viewport" content="width=device-width, initial-scale=1">
 
</head>
 
</head>
  
<body>
+
 
<div class="header">
+
 
<div class="wrapper">
+
 
<div class="logo"><a href="http://ingenuitylab.ca"><img src="http://ingenuitylab.ca/igem/images/il_logo_img.png" /></a></div>
+
<div class="menu_wrapper" >
<div class="menu">
+
 
<ul><a href="http://ingenuitylab.ca/igem/index.html">Home</a></ul>
+
 
<ul><a href="http://ingenuitylab.ca/igem/blog.html">Blog</a></ul>
+
 
<ul>Project
+
 
<li><a href="http://ingenuitylab.ca/igem/project_description.html">Description</a></li>
+
<div class="collapsable_menu_control"> MENU ▤ </div>
<li><a href="http://ingenuitylab.ca/igem/project_protocols.html">Protocols</a></li>
+
 
<li><a href="http://ingenuitylab.ca/igem/project_results.html">Results</a></li>
+
<ul id="accordion" class="accordion">
</ul>
+
 
<ul>Practices
+
<li class="menu_item"> <a href="https://2016.igem.org/Team:IngenuityLab_Canada">HOME </a> </li>
<li><a href="http://ingenuitylab.ca/igem/community_outreach.html">Community Outreach</a></li>
+
 
<li><a href="http://ingenuitylab.ca/igem/human_practices.html">Human Practices</a></li>
+
 
</ul>
+
<li class="menu_item"> <div class="icon plus"></div> TEAM
<ul>Team
+
<ul class="submenu">
<li><a href="http://ingenuitylab.ca/igem/members.html">Members</a></li>
+
<li> <a href=" https://2016.igem.org/Team:IngenuityLab_Canada/Team"> Team  </a> </li>
<li><a href="http://ingenuitylab.ca/igem/sponsors.html">Sponsors</a></li>
+
<li> <a href="https://2016.igem.org/Team:IngenuityLab_Canada/Collaborations">★  Collaborations </a> </li>
</ul>
+
                    </ul>
<ul><a href="http://ingenuitylab.ca/igem/safety.html">Safety</a></ul>
+
                </li>
</div>
+
 
</div>
+
<li class="menu_item"> <div class="icon plus"></div> PROJECT 
</div>
+
<ul class="submenu">
<div class="contents">
+
<li> <a href="https://2016.igem.org/Team:IngenuityLab_Canada/Description"> ★  Description </a></li>
<div class="main-image"><div class="wrapper"><img src="http://ingenuitylab.ca/igem/images/il_icons_img.png" /></div></div>
+
<li> <a href="https://2016.igem.org/Team:IngenuityLab_Canada/Design"> ★ Design </a></li>
<div class="article">
+
<li> <a href="https://2016.igem.org/Team:IngenuityLab_Canada/Experiments"> Experiments </a></li>
<div class="wrapper">
+
<li> <a href="https://2016.igem.org/Team:IngenuityLab_Canada/Proof"> ★ Proof of Concept </a></li>
<h1>dNANO</h1>
+
<li> <a href="https://2016.igem.org/Team:IngenuityLab_Canada/Demonstrate"> ★ Demonstrate </a></li>
<p><em>
+
<li> <a href="https://2016.igem.org/Team:IngenuityLab_Canada/Results"> Results </a></li>
Despite recent advances in nanotechnology, techniques have been largely geared towards a specific type of application. One of the fundamental problems that scientists face is choosing the type of material that is compatible with the whole system.</em>
+
<li> <a href="https://2016.igem.org/Team:IngenuityLab_Canada/Notebook"> Notebook </a></li>
</p><p>
+
                    </ul>
In dNANO, our team has developed a nanoscaffold built on what we find is the ideal nanomaterial: DNA. It is relatively cheap to manufacture synthetically and well suited to the purpose because of its biocompatibility and flexible structure. One of the biggest advantages of DNA-based nanostructure is its single-pot reaction, with the self-assembling properties of DNA.
+
                </li>
</p><p>
+
 
Using computer software called CADnano, we have designed a 3D structure that serves as a scaffold with a hollow cavity. The cavity can be used for variety of purposes; one test we recently did was to build gold nanowire via gold precipitation along the hollow cavity. The DNA-based gold nanowires can be self-assembled via Teslaphoresis into a long chain of wires. The self-assembly of the structure is what our team of young innovators has always strived for - because of its uniqueness.   
+
<li class="menu_item"> <div class="icon plus"></div> PARTS 
</p><p>
+
<ul class="submenu">
To further suggest an application for our product, we attempted to test if we can successfully harvest electron from an organic source. The source we choose was Photosystem II, a protein that is highly efficient in converting light energy into electrical energy. This protein was isolated from a mutant strain of cyanobacteria and stabilized in liposomes.
+
<li> <a href="https://2016.igem.org/Team:IngenuityLab_Canada/Parts">Parts </a></li>
</p><p>
+
<li> <a href="https://2016.igem.org/Team:IngenuityLab_Canada/Basic_Part"> ★ Basic Parts </a></li>
Through development of this DNA-based scaffold, we have attempted to create an assembly standard where anyone with minimal experience can create 3D shape out of DNA and apply it in various fields such as the healthcare and energy sectors. 
+
<li> <a href="https://2016.igem.org/Team:IngenuityLab_Canada/Composite_Part"> ★ Composite Parts </a></li>
</p>
+
<li> <a href="https://2016.igem.org/Team:IngenuityLab_Canada/Part_Collection"> ★ Part Collection </a></li>
</div> <!-- wrapper -->
+
                    </ul>
</div> <!-- article -->
+
                </li>
<div class="footer"></div>
+
 
</div> <!-- content -->
+
 
</body>
+
<li class="menu_item"> <a href="https://2016.igem.org/Team:IngenuityLab_Canada/Safety"> SAFETY </a> </li>
 +
 
 +
 
 +
<li class="menu_item"> <a href="https://2016.igem.org/Team:IngenuityLab_Canada/Attributions">★  ATTRIBUTIONS </a></li>
 +
 
 +
 
 +
<li class="menu_item"> <div class="icon plus"></div> HUMAN PRACTICES
 +
<ul class="submenu">
 +
<li> <a href="https://2016.igem.org/Team:IngenuityLab_Canada/Human_Practices"> Human Practices </a></li>
 +
<li> <a href="https://2016.igem.org/Team:IngenuityLab_Canada/HP/Silver">★ Silver </a></li>
 +
<li> <a href="https://2016.igem.org/Team:IngenuityLab_Canada/HP/Gold">★ Gold </a></li>
 +
<li> <a href="https://2016.igem.org/Team:IngenuityLab_Canada/Integrated_Practices"> ★ Integrated Practices </a></li>
 +
<li> <a href="https://2016.igem.org/Team:IngenuityLab_Canada/Engagement">★ Engagement </a></li>
 +
                    </ul>
 +
                </li>
 +
 
 +
 
 +
<li class="menu_item"> <div class="icon plus"></div> AWARDS
 +
<ul class="submenu">
 +
<li><a href="https://2016.igem.org/Team:IngenuityLab_Canada/Entrepreneurship"> ★ Entrepreneurship </a></li>
 +
<li> <a href="https://2016.igem.org/Team:IngenuityLab_Canada/Hardware"> ★ Hardware </a></li>
 +
<li> <a href="https://2016.igem.org/Team:IngenuityLab_Canada/Software">★ Software </a></li>
 +
<li> <a href="https://2016.igem.org/Team:IngenuityLab_Canada/Measurement">★ Measurement </a></li>
 +
<li> <a href="https://2016.igem.org/Team:IngenuityLab_Canada/Model">★ Model </a></li>
 +
 
 +
                    </ul>
 +
                </li>
 +
</ul>
 +
 
 +
</div>
 +
 
 +
 
 +
 
 +
 
 +
 
 +
<div class="content_wrapper">
 +
 
 +
 
 +
 
 +
<h1 id="team_name">  </h1>
 +
<h4 id="page_name">  </h4>
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
<script>
 +
 
 +
// This is the jquery part of your template.  Try not modify any of this code since it makes your menu work.
 +
 
 +
$(document).ready(function() {
 +
 
 +
$("#HQ_page").attr('id','');
 +
 +
 
 +
if ( wgPageName.substring( 0,  8) == "Template")  {  // if the page is a template it displays the full name in a single line
 +
$("#team_name").html( wgPageName );
 +
}
 +
 
 +
else if (  ( (wgPageName.match(/\//g) || []).length ) == 0 ) {  // if it is the home page , just print the team's name
 +
$("#team_name").html( wgPageName.substring( 5, wgPageName.length ) );
 +
}
 +
 
 +
else {
 +
// this adds the team's name as an h1
 +
$("#team_name").html( wgPageName.substring( 5 , wgPageName.indexOf("/")  ) );
 +
 
 +
// this adds the page's title as an h4
 +
$("#page_name").html (    ( wgPageName.substring( wgPageName.indexOf("/") + 1, wgPageName.length ) ).replace( /\/|_/g , " ")  );
 +
}
 +
 
 +
 
 +
 
 +
 
 +
$('#accordion').find('.menu_item').click(function(){
 +
 
 +
//Expand or collapse this panel
 +
submenu = $(this).find('.submenu');
 +
submenu.toggle();
 +
 
 +
icon = $(this).find('.icon');
 +
 
 +
if ( !$( submenu ).is(':visible') ) {
 +
icon.removeClass("less").addClass("plus");
 +
}
 +
else {
 +
icon.removeClass("plus").addClass("less");
 +
}
 +
 
 +
//Hide the other panels
 +
$(".submenu").not(submenu).hide();
 +
$(".icon").not(icon).removeClass("less").addClass("plus");
 +
});
 +
 
 +
 
 +
$(".collapsable_menu_control").click(function() {
 +
$(".menu_item").toggle();
 +
});
 +
 
 +
$( window ).resize(function() {
 +
$(".menu_item").show();
 +
});
 +
 
 +
 
 +
});
 +
 
 +
 
 +
 
 +
 
 +
</script>
 +
 
  
 
</html>
 
</html>

Latest revision as of 12:06, 14 October 2016