Difference between revisions of "Team:Technion Israel/Lab Notebook/Protocols"
Line 11: | Line 11: | ||
} | } | ||
− | + | .slides {height: 560px; | |
− | + | width: 700px; | |
− | + | float: left; | |
− | + | padding: 20px; | |
− | + | margin: auto;} | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | li {list-style-type: none;} | |
− | + | ||
− | + | .cloning_left{margin-left: 20px; float: left; width: 330px; list-style: none;} | |
− | + | .cloning_left h2{font-size: 16px;} | |
− | + | .cloning_left h3{font-size: 12px;} | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | .cloning_right{float: left; width: 340px; list-style: none;} | |
− | + | .cloning_right h2{font-size: 16px;} | |
− | + | .cloning_right h3{font-size: 12px;} | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
+ | .sp-slideshow { | ||
+ | position: relative; | ||
+ | margin: 0px auto; | ||
+ | width: 800px; | ||
+ | max-width: 1000px; | ||
+ | min-width: 260px; | ||
+ | height: 560px; | ||
+ | border: 10px solid #ddd; | ||
+ | border: 10px solid rgba(255,255,255,0.9); | ||
+ | box-shadow: 0 2px 6px rgba(0,0,0,0.4); | ||
+ | } | ||
+ | |||
+ | .sp-content { | ||
+ | position: relative; | ||
+ | width: 100%; | ||
+ | height: 100%; | ||
+ | overflow: hidden; | ||
+ | } | ||
+ | |||
+ | .sp-parallax-bg { | ||
+ | position: absolute; | ||
+ | top: 0; | ||
+ | left: 0; | ||
+ | background-size: cover; | ||
+ | width: 100%; | ||
+ | height: 100%; | ||
+ | overflow: hidden; | ||
+ | } | ||
+ | |||
+ | .sp-slideshow input { | ||
+ | position: absolute; | ||
+ | bottom: 15px; | ||
+ | left: 50%; | ||
+ | width: 9px; | ||
+ | height: 9px; | ||
+ | z-index: 1001; | ||
+ | cursor: pointer; | ||
+ | opacity: 0; | ||
+ | } | ||
+ | |||
+ | .sp-slideshow input + label { | ||
+ | position: absolute; | ||
+ | bottom: 15px; | ||
+ | left: 50%; | ||
+ | width: 6px; | ||
+ | height: 6px; | ||
+ | display: block; | ||
+ | z-index: 1000; | ||
+ | border: 3px solid white; | ||
+ | border: 3px solid navy; | ||
+ | border-radius: 50%; | ||
+ | transition: background-color linear 0.1s; | ||
+ | } | ||
+ | |||
+ | .sp-slideshow input:checked + label { | ||
+ | background-color: white; | ||
+ | background-color: navy; | ||
+ | } | ||
+ | |||
+ | .sp-selector-1, .button-label-1 { | ||
+ | margin-left: -36px; | ||
+ | } | ||
+ | |||
+ | .sp-selector-2, .button-label-2 { | ||
+ | margin-left: -18px; | ||
+ | } | ||
+ | .sp-selector-4, .button-label-4 { | ||
+ | margin-left: 18px; | ||
+ | } | ||
+ | |||
+ | |||
+ | .sp-arrow { | ||
+ | position:absolute; | ||
+ | top:50%; | ||
+ | width:26px; | ||
+ | height:33px; | ||
+ | margin-top:-35px; | ||
+ | display:none; | ||
+ | opacity:0.8; | ||
+ | cursor:pointer; | ||
+ | z-index:1000; | ||
+ | background: url(http://i.imgur.com/L6FjFzo.png) no-repeat; | ||
+ | -webkit-transition:opacity linear 0.3s; | ||
+ | -moz-transition:opacity linear 0.3s; | ||
+ | -o-transition:opacity linear 0.3s; | ||
+ | -ms-transition:opacity linear 0.3s; | ||
+ | transition:opacity linear 0.3s; } | ||
+ | |||
+ | .sp-arrow:hover { | ||
+ | opacity:1; } | ||
+ | |||
+ | .sp-arrow:active { | ||
+ | margin-top:-35px; } | ||
− | + | .sp-selector-1:checked ~ .sp-arrow.sp-a2, | |
− | + | .sp-selector-2:checked ~ .sp-arrow.sp-a3, | |
− | + | .sp-selector-3:checked ~ .sp-arrow.sp-a4 { | |
+ | right: 15px; | ||
+ | display: block; | ||
+ | background-position: top right; | ||
+ | } | ||
+ | .sp-selector-2:checked ~ .sp-arrow.sp-a1, | ||
+ | .sp-selector-3:checked ~ .sp-arrow.sp-a2, | ||
+ | .sp-selector-4:checked ~ .sp-arrow.sp-a3 { | ||
+ | left: 15px; | ||
+ | display: block; | ||
+ | background-position: top left; | ||
+ | } | ||
+ | |||
+ | .sp-slideshow input:checked ~ .sp-content { | ||
+ | transition: background-position linear 0.6s, background-color linear 0.8s; | ||
+ | } | ||
+ | |||
+ | .sp-slideshow input:checked ~ .sp-content .sp-parallax-bg { | ||
+ | transition: background-position linear 0.7s; | ||
+ | } | ||
+ | |||
+ | input.sp-selector-1:checked ~ .sp-content { | ||
+ | background-position: 0 0; | ||
+ | background-color: white; | ||
+ | } | ||
+ | |||
+ | input.sp-selector-2:checked ~ .sp-content { | ||
+ | background-position: 0 0; | ||
+ | background-color: white; | ||
+ | } | ||
+ | |||
+ | input.sp-selector-3:checked ~ .sp-content { | ||
+ | background-position: 0 0; | ||
+ | background-color: white; | ||
+ | } | ||
+ | |||
+ | input.sp-selector-4:checked ~ .sp-content { | ||
+ | background-position: 0 0; | ||
+ | background-color: white; | ||
+ | } | ||
+ | |||
+ | |||
+ | input.sp-selector-1:checked ~ .sp-content .sp-parallax-bg { | ||
+ | background-position: 0 0; | ||
+ | } | ||
+ | |||
+ | input.sp-selector-2:checked ~ .sp-content .sp-parallax-bg { | ||
+ | background-position: 0 0; | ||
+ | } | ||
+ | |||
+ | input.sp-selector-3:checked ~ .sp-content .sp-parallax-bg { | ||
+ | background-position: 0 0; | ||
+ | } | ||
+ | |||
+ | input.sp-selector-4:checked ~ .sp-content .sp-parallax-bg { | ||
+ | background-position: 0 0; | ||
+ | } | ||
+ | |||
+ | |||
+ | .sp-slider { | ||
+ | position: relative; | ||
+ | left: 0; | ||
+ | width: 500%; | ||
+ | height: 100%; | ||
+ | list-style: none; | ||
+ | margin: 0; | ||
+ | padding: 0; | ||
+ | transition: left ease-in 0.8s; | ||
+ | } | ||
+ | |||
+ | .sp-slider > li { | ||
+ | color: purple; | ||
+ | width: 20%; | ||
+ | box-sizing: border-box; | ||
+ | height: 100%; | ||
+ | padding: 0 0px; | ||
+ | float: left; | ||
+ | opacity: 1; | ||
+ | transition: opactiy ease-in 0.4s 0.8s; | ||
+ | } | ||
+ | |||
+ | .sp-slider > li a{ | ||
+ | color: purple; | ||
+ | font-size: 16px;} | ||
+ | .sp-slider > li img { | ||
+ | box-sizing: border-box; | ||
+ | display: block; | ||
+ | margin: 0 auto; | ||
+ | padding: 40px 0 50px 0; | ||
+ | max-height: 100%; | ||
+ | max-width: 100%; | ||
+ | } | ||
+ | |||
+ | input.sp-selector-1:checked ~ .sp-content .sp-slider { | ||
+ | left: 0; | ||
+ | } | ||
+ | |||
+ | input.sp-selector-2:checked ~ .sp-content .sp-slider { | ||
+ | left: -100%; | ||
+ | } | ||
+ | |||
+ | input.sp-selector-3:checked ~ .sp-content .sp-slider { | ||
+ | left: -200%; | ||
+ | } | ||
+ | |||
+ | input.sp-selector-4:checked ~ .sp-content .sp-slider { | ||
+ | left: -300%; | ||
+ | } | ||
+ | |||
+ | |||
+ | input.sp-selector-1:checked ~ .sp-content .sp-slider > li:first-child, | ||
+ | input.sp-selector-2:checked ~ .sp-content .sp-slider > li:nth-child(2), | ||
+ | input.sp-selector-3:checked ~ .sp-content .sp-slider > li:nth-child(3), | ||
+ | input.sp-selector-4:checked ~ .sp-content .sp-slider > li:nth-child(4){ | ||
+ | opacity: 1; | ||
+ | } | ||
+ | |||
+ | |||
+ | |||
+ | </style> | ||
<title>Team: Technion 2015</title> | <title>Team: Technion 2015</title> | ||
</head> | </head> | ||
<body> | <body> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
<!---------------------------------------dropdown menu-----------------------------------> | <!---------------------------------------dropdown menu-----------------------------------> | ||
Line 193: | Line 308: | ||
<!---------------------------------------dropdown menu-end-----------------------------------> | <!---------------------------------------dropdown menu-end-----------------------------------> | ||
− | <div class= " | + | <div class= "content"> |
− | + | <header> | |
− | + | <img src="https://static.igem.org/mediawiki/2015/5/52/Technion_Israel_2015_Design-heading.jpg" alt="Design" width="914px" height="300px"/> | |
+ | </header> | ||
+ | <div class="container"> | ||
+ | |||
+ | <div class="sp-slideshow"> | ||
+ | |||
+ | <input type="radio" id="button-1" name="radio-set" class="sp-selector-1" checked="checked" /> | ||
+ | <label for="button-1" class="button-label-1"></label> | ||
+ | |||
+ | <input type="radio" id="button-2" name="radio-set" class="sp-selector-2" /> | ||
+ | <label for="button-2" class="button-label-2"></label> | ||
+ | |||
+ | <input type="radio" id="button-3" name="radio-set" class="sp-selector-3" /> | ||
+ | <label for="button-3" class="button-label-3"></label> | ||
+ | |||
+ | <input type="radio" id="button-4" name="radio-set" class="sp-selector-4" /> | ||
+ | <label for="button-4" class="button-label-4"></label> | ||
+ | |||
+ | |||
+ | <label for="button-1" class="sp-arrow sp-a1"></label> | ||
+ | <label for="button-2" class="sp-arrow sp-a2"></label> | ||
+ | <label for="button-3" class="sp-arrow sp-a3"></label> | ||
+ | <label for="button-4" class="sp-arrow sp-a4"></label> | ||
+ | |||
+ | |||
+ | <div class="sp-content"> | ||
+ | <div class="sp-parallax-bg"></div> | ||
+ | <ul class="sp-slider clearfix"> | ||
+ | <li> | ||
+ | <div class="slides"> | ||
+ | <div class="four_columns"> | ||
<div id="pic_cloning"> | <div id="pic_cloning"> | ||
− | <img | + | <img src="https://static.igem.org/mediawiki/2015/4/47/DNA.png" alt="DNA and Cloning" width="900px" height="100px"> |
</div> | </div> | ||
<div class="wrapper"> | <div class="wrapper"> | ||
Line 207: | Line 352: | ||
<li> | <li> | ||
<h2>Sigma-Aldrich Miniprep</h2> | <h2>Sigma-Aldrich Miniprep</h2> | ||
+ | </li> | ||
<li> | <li> | ||
<h2>Phusion PCR</h2> | <h2>Phusion PCR</h2> | ||
Line 221: | Line 367: | ||
</ul> | </ul> | ||
</div> | </div> | ||
− | <div class=" | + | <div class="cloning_right"> |
<ul> | <ul> | ||
<li> | <li> | ||
Line 236: | Line 382: | ||
<ol><a href="https://static.igem.org/mediawiki/2015/b/bf/Technion_Israel_2015_Colony_PCR_for_B.Subtilis_.pdf"><h3><i>B. Subtilis</i></h3></a> | <ol><a href="https://static.igem.org/mediawiki/2015/b/bf/Technion_Israel_2015_Colony_PCR_for_B.Subtilis_.pdf"><h3><i>B. Subtilis</i></h3></a> | ||
</ol> | </ol> | ||
+ | </li> | ||
<li> | <li> | ||
<h2>Preparing Competent <i>E.coli</i></h2> | <h2>Preparing Competent <i>E.coli</i></h2> | ||
Line 249: | Line 396: | ||
</div> | </div> | ||
</div> | </div> | ||
− | + | </div> | |
+ | </li> | ||
+ | <li> | ||
+ | <div class="slides"> | ||
+ | <div class="four_columns"> | ||
<div id="pic_proof"> | <div id="pic_proof"> | ||
− | <img style="border-top: 5px solid black; border-bottom: 5px solid black" src="https://static.igem.org/mediawiki/2015/6/66/Technion_Israel_2015_Protocols_Proof.jpg" alt="Proof of Concept" width=" | + | <img style="border-top: 5px solid black; border-bottom: 5px solid black" src="https://static.igem.org/mediawiki/2015/6/66/Technion_Israel_2015_Protocols_Proof.jpg" alt="Proof of Concept" width="800px" height="100px"> |
</div> | </div> | ||
− | <div class=" | + | <div class="wrapper"> |
<div class="cloning_left"> | <div class="cloning_left"> | ||
<ul> | <ul> | ||
− | + | <li><a href="https://static.igem.org/mediawiki/2015/4/4b/Technion_Israel_2015_LysisMethodComparison.pdf" target="_blank"><h2>Comparison of Lysis Procedures</h2></a> | |
− | + | </li><li><a href="https://static.igem.org/mediawiki/2015/e/e2/Technion_Israel_2015_protocols_B.subtilis-mCherry-secretion.pdf" target="_blank"><h2>Bacillus Secretion Verification</h2></a></li> | |
− | + | </div> | |
− | + | </div> | |
− | + | </div> | |
− | + | </div> | |
− | + | </li> | |
− | + | <li> | |
− | + | <div class="slides"> | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
<div id="pic_misc"> | <div id="pic_misc"> | ||
− | <img style="border-top: 5px solid black; border-bottom: 5px solid black" src="https://static.igem.org/mediawiki/2015/7/7c/Technion_Israel_2015_Protocols_Misc.jpg" alt="Miscellaneous" width="900px" height=" | + | <img style="border-top: 5px solid black; border-bottom: 5px solid black" src="https://static.igem.org/mediawiki/2015/7/7c/Technion_Israel_2015_Protocols_Misc.jpg" alt="Miscellaneous" width="900px" height="100px"></a> |
</div> | </div> | ||
− | |||
<div class="cloning_left"> | <div class="cloning_left"> | ||
<ul> | <ul> | ||
Line 279: | Line 425: | ||
</div> | </div> | ||
</div> | </div> | ||
− | + | </li> | |
− | + | <li> | |
+ | <div class="slides"> | ||
+ | <div id="slide4-text-top"> | ||
+ | <h1><b>Prototype #4</b></h1> | ||
+ | <h4><i>The final prototype for the iGEM 2015 competition</i></h4> | ||
+ | <p>The final model has a unique, aesthetic design. It can be easily adjusted to fit any hand size.</p> | ||
+ | </div> | ||
+ | </div> | ||
+ | </li> | ||
+ | </ul> | ||
+ | </div><!-- sp-content --> | ||
+ | |||
+ | |||
+ | </div> <!-- sp-slideshow --> | ||
+ | <!-------end of slider-------> | ||
</div> | </div> | ||
− | |||
<footer> | <footer> | ||
<div class="team_name"> | <div class="team_name"> | ||
Line 298: | Line 457: | ||
</nav> | </nav> | ||
</footer> | </footer> | ||
+ | </div> | ||
+ | </body> | ||
</html> | </html> |
Revision as of 06:36, 11 September 2015