Line 83: | Line 83: | ||
.panel { | .panel { | ||
position:relative; | position:relative; | ||
− | |||
padding: 0px 18px; | padding: 0px 18px; | ||
background-color: white; | background-color: white; | ||
Line 179: | Line 178: | ||
</div> | </div> | ||
− | <div class="vignette_back" id=" | + | <div class="vignette_back" id="back_0"> |
</div> | </div> | ||
Line 186: | Line 185: | ||
</div> | </div> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
</div> | </div> | ||
+ | |||
<div class="vignette"> | <div class="vignette"> | ||
Line 213: | Line 192: | ||
</div> | </div> | ||
− | <div class="vignette_back" id=" | + | <div class="vignette_back" id="back_1"> |
</div> | </div> | ||
Line 220: | Line 199: | ||
</div> | </div> | ||
+ | </div> | ||
− | + | ||
− | + | <div class="panel" id="pan_0"> | |
− | + | <div class="close_button"> | |
+ | </div> | ||
− | + | <h3>Materials</h3> | |
− | + | <ul> | |
− | + | <li> PDMS and curing agent (Sigma-aldrich, Sylgard 184, 761036-5EA) </li> | |
− | + | <li> Isopropanol </li> | |
− | + | </ul> | |
− | + | <br> | |
− | + | <h3>Protocol</h3> | |
− | + | <p>According to <a href="https://static.igem.org/mediawiki/igem.org/2/29/T--Technion_Israel-HardwarespecsPDMS.pdf">manufacturer's instruction</a>. <br> Pour PDMS into a beaker (80 g should be | |
+ | enough for most applications). Pour curing agent into the same beaker (10 :1 | ||
+ | proportion : if you used 80 g PDMS, you need 8 g curing | ||
+ | agent) and mix with a spatula for 30 seconds. Spatula can be cleaned afterwards with some paper dipped in isopropanol. Put beaker in vacuum machine in order to extract | ||
+ | the | ||
+ | air bubbles from the mixture (at least 10 minutes vacuum, look out for overflowings). Pour mixture onto mold. Put mold+mixture in oven at 70 degrees Celsius for 3 hours at | ||
+ | least. We do not recommend letting the mold with the mixture more than 2 days in the oven, otherwise there is a chance you'll break the chip when demolding it. | ||
+ | </p> | ||
+ | </div> | ||
+ | <div class="panel" id="pan_1"> | ||
+ | <div class="close_button"> | ||
</div> | </div> | ||
+ | |||
+ | <h3>Materials</h3> | ||
+ | <ul> | ||
+ | <li> Item </li> | ||
+ | <li> Another item </li> | ||
+ | </ul> | ||
+ | <br> | ||
+ | <h3>Protocol</h3> | ||
+ | <p>J'en ai marre les amis</p> | ||
+ | |||
</div> | </div> | ||
</div> | </div> | ||
Line 245: | Line 246: | ||
for (i = 0; i < acc.length; i++) { | for (i = 0; i < acc.length; i++) { | ||
acc[i].addEventListener("click", function() { | acc[i].addEventListener("click", function() { | ||
− | var | + | |
+ | /*get clicked element index*/ | ||
+ | var index = String(this.id).substring(5,6); | ||
+ | |||
+ | /*locate elements to move*/ | ||
+ | var panel = document.getElementById("pan_"+index); | ||
var vignFor = this.previousElementSibling; | var vignFor = this.previousElementSibling; | ||
var vignText = this.nextElementSibling; | var vignText = this.nextElementSibling; | ||
+ | /*move it*/ | ||
if (panel.style.maxHeight){ | if (panel.style.maxHeight){ | ||
+ | |||
+ | /*close it*/ | ||
panel.style.maxHeight = null; | panel.style.maxHeight = null; | ||
vignFor.style.opacity = 1; | vignFor.style.opacity = 1; | ||
Line 270: | Line 279: | ||
/*close active element*/ | /*close active element*/ | ||
var panel_act = document.getElementById("pan_"+index_act); | var panel_act = document.getElementById("pan_"+index_act); | ||
− | var for_act= | + | var back_act = document.getElementById("back_"+index_act); |
− | var text_act= | + | var for_act=back_act.previousElementSibling; |
+ | var text_act=back_act.nextElementSibling; | ||
panel_act.style.maxHeight = null; | panel_act.style.maxHeight = null; | ||
for_act.style.opacity = 1; | for_act.style.opacity = 1; | ||
Line 293: | Line 303: | ||
acc[i].addEventListener("click", function() { | acc[i].addEventListener("click", function() { | ||
var panel = this.parentElement; | var panel = this.parentElement; | ||
− | var | + | var index = String(panel.id).substring(4,5); |
− | var vignText = | + | var vignBack = document.getElementById("back_"+index); |
+ | var vignFor = vignBack.previousElementSibling; | ||
+ | var vignText = vignBack.nextElementSibling; | ||
panel.style.maxHeight = null; | panel.style.maxHeight = null; | ||
vignFor.style.opacity = 1; | vignFor.style.opacity = 1; |
Revision as of 16:03, 1 August 2018
What should this page contain?
- Protocols
- Experiments
- Documentation of the development of your project
Inspiration
Experiments
Describe the research, experiments, and protocols you used in your iGEM project. These should be detailed enough for another team to repeat your experiments.
Please remember to put all characterization and measurement data for your parts on the corresponding Registry part pages.
Microfluidics
PDMS (Polydimethylsiloxane) is a widely used polymer in microfluidics, for its biocompatibility and transparence, among other qualities. Here we show how to prepare PDMS for microfluidic chips, as well as how to demold them, bond them to other surfaces and treat them for neuron growth.
PDMS Preparation
PDMS Preparation
Materials
- PDMS and curing agent (Sigma-aldrich, Sylgard 184, 761036-5EA)
- Isopropanol
Protocol
According to manufacturer's instruction.
Pour PDMS into a beaker (80 g should be
enough for most applications). Pour curing agent into the same beaker (10 :1
proportion : if you used 80 g PDMS, you need 8 g curing
agent) and mix with a spatula for 30 seconds. Spatula can be cleaned afterwards with some paper dipped in isopropanol. Put beaker in vacuum machine in order to extract
the
air bubbles from the mixture (at least 10 minutes vacuum, look out for overflowings). Pour mixture onto mold. Put mold+mixture in oven at 70 degrees Celsius for 3 hours at
least. We do not recommend letting the mold with the mixture more than 2 days in the oven, otherwise there is a chance you'll break the chip when demolding it.
Materials
- Item
- Another item
Protocol
J'en ai marre les amis