Difference between revisions of "Team:Pasteur Paris/Experiments"

 
(41 intermediate revisions by 5 users not shown)
Line 1: Line 1:
 
{{Pasteur_Paris/MenuBlock}}
 
{{Pasteur_Paris/MenuBlock}}
 +
{{Pasteur_Paris/Vignettes}}
 
<html>
 
<html>
 
     <style type="text/css">
 
     <style type="text/css">
 
         #runningchip {
 
         #runningchip {
             left: 245px;
+
             left: 605px;
 
         }
 
         }
 
         #labwork_small {
 
         #labwork_small {
 
             background-color: #292929;
 
             background-color: #292929;
        }
+
}
        #banner {
+
#bannerchanged{
            background-image: ;
+
    width: 100%;
        }
+
    overflow: hidden;
        @media screen and (max-width: 760px) {
+
    margin: 0 auto;
            #banner {
+
}
                background-image: ;
+
@media screen and (max-width: 760px) {
        }  
+
/*#wrapper {
    </style>
+
    width: 100%;
 +
    overflow: hidden;
 +
}
 +
#container {
 +
  width: 100%;
 +
    margin: 0 auto;
 +
}*/
 +
.banner-img {
 +
    width: 100%;
 +
}
 +
}
  
    <style>
+
</style>
        .vignette {                            /*element that contains ONE vignette*/
+
            height:20em;
+
            width:20em;
+
            margin:0;
+
            position:relative;
+
            display: inline-block;
+
        }
+
        .vignette_for {              /*foreground part of the vignettes, gets transparent*/
+
            width: 15em;
+
            height: 16em;
+
            position:absolute;
+
            left:2.5em;
+
            top:2em;
+
  
            z-index:2;
+
<div id="bannerchanged">
            border: 1px solid #333;
+
                <img class="banner-img" src="https://static.igem.org/mediawiki/2018/3/3e/T--Pasteur_Paris--Banner_Protocols.jpg">
            border-radius:20px;
+
         </div>
            background-image: url("https://static.igem.org/mediawiki/2018/c/cd/T--Pasteur_Paris--Logo-Neuronarch_gradient.jpg");
+
<h1></h1>
            background-size:100%;
+
</div>
 
+
            pointer-events:none;
+
 
+
            -webkit-transition: opacity 0.7s;
+
            -moz-transition: opacity 0.7s;
+
            -o-transition: opacity 0.7s;
+
            transition: opacity 0.7s;
+
        }
+
        #for_0000 {
+
            background-image: url("https://static.igem.org/mediawiki/2018/a/aa/T--Pasteur_Paris--Logo-PDMS-Chips-Fabrication.jpg");
+
        }
+
        #for_0001 {
+
            background-image: url("https://static.igem.org/mediawiki/2018/8/8a/T--Pasteur_Paris--Logo-PDMS-Chip-Demolding.jpg");
+
        }
+
        #for_0002 {
+
            background-image: url("https://static.igem.org/mediawiki/2018/a/a9/T--Pasteur_Paris--Logo-PDMS-Chip-Bonding.jpg");
+
        }
+
        #for_0003 {
+
            background-image: url("https://static.igem.org/mediawiki/2018/a/a1/T--Pasteur_Paris--Logo-PDMS-Chip-Treatment-Neuron.jpg");
+
        }
+
        #for_0100 {
+
            background-image: url("https://static.igem.org/mediawiki/2018/6/68/T--Pasteur_Paris--Logo-PDMS-Well-Chip-Mold-Fabrication.jpg");
+
        }
+
        #for_0101 {
+
            background-image: url("https://static.igem.org/mediawiki/2018/c/ce/T--Pasteur_Paris--Logo-PDMS-Well-Chip-Fabrication.jpg");
+
        }
+
        #for_0200 {
+
            background-image: url("https://static.igem.org/mediawiki/2018/2/2d/T--Pasteur_Paris--Logo-PDMS-Microchannel-Chip-Mold-Fabrication.jpg");
+
        }
+
 
+
        .vignette_back {          /*background part of the vignettes, picture*/
+
            width: 15em;
+
            height: 16em;
+
            position:absolute;
+
            left:2.5em;
+
            top:2em;
+
 
+
            cursor:pointer;
+
 
+
            z-index: 1;
+
            border: 1px solid #333;
+
            border-radius: 20px;
+
            background-size:100%;
+
        }
+
        #back_0000 {
+
            background-image:url("https://static.igem.org/mediawiki/2018/0/03/T--Pasteur_Paris--PDMS_prep.jpg");
+
        }
+
        #back_0001 {
+
            background-image:url("https://static.igem.org/mediawiki/2018/8/8e/T--Pasteur_Paris--PDMS_chip_demolding.jpg");
+
        }
+
        #back_0002 {
+
            background-image:url("https://static.igem.org/mediawiki/2018/e/e9/T--Pasteur_Paris--PDMS_chip_bonding.jpg");
+
        }
+
        .vignette_text {            /*small panel that slides down on the vignettes*/
+
            width: 17em;
+
            height: 3em;
+
            position:absolute;
+
            top:4em;
+
            left:1.5em;
+
 
+
            display:flex;
+
 
+
            z-index: 3;
+
            border-radius:10px;
+
            border: 1px solid #333;
+
            background-color:white;
+
            box-shadow: 2px 2px 3px grey;
+
            opacity: 0.8;
+
 
+
            pointer-events:none;
+
            -webkit-transition: top 0.7s, opacity 0.7s;
+
            -moz-transition: top 0.7s, opacity 0.7s;
+
            -o-transition: top 0.7s, opacity 0.7s;
+
            transition: top 0.7s, opacity 0.7s;
+
        }
+
        .panel {
+
            width: 90%;
+
            padding: 0px 18px;
+
            background-color: white;
+
            max-height: 0;
+
            text-align:left;
+
            overflow: hidden;
+
            -webkit-transition: max-height 0.7s;
+
            -moz-transition: max-height 0.7s ;
+
            -o-transition: max-height 0.7s ;
+
            transition: max-height 0.7s ;
+
        }
+
        .close_button {
+
            width:3em;
+
            height:3em;
+
            z-index:6;
+
            position:relative;
+
            float: right;
+
            margin-top: 1em;
+
            background-image: url("https://static.igem.org/mediawiki/2018/d/d3/T--Pasteur_Paris--Cross.png");
+
            background-size:100%;
+
            opacity:0.3;
+
            border-radius:4px;
+
 
+
            cursor:pointer;
+
        }
+
        .close_button:hover {
+
            opacity:1;
+
        }
+
 
+
        .close_button:active {
+
            background-color:#3C519F;
+
            opacity:0.2;
+
                }
+
        .protocol_box {
+
            border: 0.2em solid #AF3D57;
+
            width:15em;
+
 
+
         </style>
+
 
+
 
+
    <div id="banner">
+
        <h1>EXPERIMENTS</h1>
+
        <p style="text-align:center;"> Text written on this website is not intended for use as protocols, but to give an idea of the main steps and complexity of each experiment. Please follow the links to the full protocols at the bottom of each sliding panel. </p>
+
    </div>
+
  
 
     <div id="GeneralContent">
 
     <div id="GeneralContent">
 
         <div id="MainContent">
 
         <div id="MainContent">
  
 +
<a href="https://2018.igem.org/Team:Pasteur_Paris/Protocols/CellBio">
 +
<div class="block onglet">
 +
<div class="ongletImg" style="background-image: url(https://static.igem.org/mediawiki/2018/c/c1/T--Pasteur_Paris--Logo-Big-Vignette-Cellular-Biology.png);">
 +
</div>
 +
<div class= "textOnglet" style="background-color: #dedede;">
 +
<h1>Microbiology</h1>
 +
</div>
 +
</div>
 +
</a>
 +
<a href="https://2018.igem.org/Team:Pasteur_Paris/Experiments/Microflu">
 +
<div class="block onglet">
 +
<div class="ongletImg" style="background-image: url(https://static.igem.org/mediawiki/2018/1/13/T--Pasteur_Paris--Logo-Big-Vignette-Microfluidics.png);">
 +
</div>
 +
<div class= "textOnglet" style="background-color: #dedede;">
 +
<h1>Microfluidics</h1>
 +
</div>
 +
</div>
 +
</a>
 +
<a href="https://2018.igem.org/Team:Pasteur_Paris/Protocols/CellBio2">
 +
<div class="block onglet">
 +
<div class="ongletImg" style="background-image: url(https://static.igem.org/mediawiki/2018/3/3c/T--Pasteur_Paris--Logo-Big-Vignette-Molecular-Biology.png);">
 +
</div>
 +
<div class= "textOnglet" style="background-color: #dedede;">
 +
<h1>Cellular Biology</h1>
 +
</div>
 +
                        </a>
 +
</div>
  
  
 +
<a href="https://2018.igem.org/Team:Pasteur_Paris/Technicals">
 +
<div class="block onglet">
 +
<div class="ongletImg" style="background-image: url(https://static.igem.org/mediawiki/2018/e/ed/T--Pasteur_Paris--Big-Vignette-Design.png);">
 +
</div>
 +
<div class= "textOnglet" style="background-color: #dedede;">
 +
<h1>Design*</h1>
 +
</div>
 +
                        </a>
 +
</div>
  
  
 
+
             <p> (*) There are not really protocols in design, but rather methodologies. You will be redirected to Product Design - Methodology. </p>
        <div class="block title">
+
            <h1> PROTOCOLS </h1>
+
        </div>
+
 
+
 
+
 
+
 
+
 
+
 
+
 
+
 
+
 
+
 
+
 
+
 
+
       
+
        <div class="block separator-mark">
+
        </div>
+
       
+
        <div class="block full" id="micro_0" style="display:flex;flex-flow: row wrap;justify-content:center;margin:auto;">
+
 
+
            <h2 style="order:1;">Microfluidics: general protocols</h2>
+
 
+
             <p style="text-indent:0px;order:2;margin:2em;">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. Also, we explain how our molds and chips were fabricated.</p>                         
+
 
+
 
+
            <div class="vignette" id="vign_0000">
+
                <div class="vignette_for" id="for_0000">
+
                </div>
+
 
+
                <div class="vignette_back" id="back_0000">
+
                </div>
+
 
+
                <div class="vignette_text">
+
                    <p style="margin:auto; text-align:center;font-weight:bold;" >PDMS Chip Fabrication</p>
+
                </div>
+
            </div>
+
 
+
            <div class="vignette" id="vign_0001">
+
                <div class="vignette_for" id="for_0001">
+
                </div>
+
               
+
                <div class="vignette_back" id="back_0001">
+
                </div>
+
               
+
                <div class="vignette_text">
+
                    <p style="margin:auto; text-align:center;font-weight:bold;">PDMS Chip Demolding</p>
+
                </div>
+
            </div>
+
 
+
            <div class="vignette" id="vign_0002">
+
                <div class="vignette_for" id="for_0002">
+
                </div>
+
               
+
                <div class="vignette_back" id="back_0002">
+
                </div>
+
               
+
                <div class="vignette_text">
+
                    <p style="margin:auto; text-align:center;font-weight:bold;">PDMS Chip Bonding</p>
+
                </div>
+
            </div>
+
 
+
            <div class="vignette" id="vign_0003">
+
                <div class="vignette_for" id="for_0003">
+
                </div>
+
               
+
                <div class="vignette_back" id="back_0003">
+
                </div>
+
               
+
                <div class="vignette_text">
+
                    <p style="margin:auto; text-align:center;font-weight:bold;">PDMS Chip Treatment for Nerve Growth</p>
+
                </div>
+
            </div>
+
 
+
 
+
 
+
 
+
            <div class="panel" id="pan_0000" style="text-align:left;">
+
                <div class="close_button">
+
                </div>
+
                <br>
+
                <h3>Materials</h3>
+
                <ul>
+
                    <li> Sylgard 184 Elastomer Kit    </li>
+
                    <li> Vacuum pump unit  </li>
+
                    <li> Stove </li>
+
                </ul>
+
                <br>
+
                <h3>Protocol</h3>
+
                <p>According to <a target="_blank" rel="noopener noreferrer" href="https://static.igem.org/mediawiki/igem.org/2/29/T--Technion_Israel-HardwarespecsPDMS.pdf">manufacturer's instruction</a>. <br>
+
                <ol>
+
                    <li> Mix monomer and curing agent (10:1 proportion) for 30 seconds.  </li>
+
                    <li> Use a vacuum pump unit and a  vacuum bell jar to extract air bubbles until the mixture is clear. </li>
+
                    <li> Pour mixture onto mold. </li>
+
                    <li> Put mixture+mold in stove at 70 degrees Celsius for 3 hours. </li>
+
                </ol>
+
                <br>
+
                <div class="protocol_box">
+
                    <p> <a href="https://static.igem.org/mediawiki/2018/3/3d/T--Pasteur_Paris--Microfluidics-general-protocols.pdf" target="_blank">Get full protocol here</a> </p>
+
                </div>
+
                <br>
+
            </div>
+
 
+
            <div class="panel" id="pan_0001"  style="text-align:left;">
+
                <div class="close_button">
+
                </div>
+
                <br>
+
                <h3>Materials</h3>
+
                <ul>
+
                    <li> Razor blade    </li>
+
                    <li> Biopsy puncher 4mm  </li>
+
                </ul>
+
                <br>
+
                <h3>Protocol</h3>
+
                <br>
+
                <ol>
+
                    <li> Cut the borders of the chip with the razor blade.  </li>
+
                    <li> Extract the chip from its mold. </li>
+
                    <li> Drill input and output holes with the biopsy puncher. </li>
+
                </ol>
+
                <br>
+
                <div class="protocol_box">
+
                    <p> <a href="https://static.igem.org/mediawiki/2018/3/3d/T--Pasteur_Paris--Microfluidics-general-protocols.pdf" target="_blank">Get full protocol here</a> </p>
+
                </div>
+
                <br>
+
            </div>
+
 
+
            <div class="panel" id="pan_0002"  style="text-align:left;">
+
                <div class="close_button">
+
                </div>
+
                <br>
+
                <h3>Materials</h3>
+
                <ul>
+
                    <li>  Plasma cleaner  </li>
+
                    <li>  Distilled water  </li>
+
                    <li>  Isopropanol  </li>
+
                    <li>  Office duct tape </li>
+
                    <li>  Fume hood </li>
+
                </ul>
+
                <br>
+
                <h3>Protocol</h3>
+
                <br>
+
                <ol>
+
                    <li> Take chip and the surface it needs to be bonded to into the fume hood.  </li>
+
                    <li> Clean chip with duct tape and isopropanol. </li>
+
                    <li> Put the chip and the surface into the plasma cleaner. </li>
+
                    <li> Expose chip and surface 30 seconds to plasma. </li>
+
                    <li> Take the chip and the surface back in the fume hood. </li>
+
                    <li> Press the microfluidic chip against the surface. </li>
+
                </ol>
+
                <br>
+
                <div class="protocol_box">
+
                    <p> <a href="https://static.igem.org/mediawiki/2018/3/3d/T--Pasteur_Paris--Microfluidics-general-protocols.pdf" target="_blank">Get full protocol here</a> </p>
+
                </div>
+
                    <br>
+
            </div>
+
 
+
            <div class="panel" id="pan_0003"  style="text-align:left;">
+
                <div class="close_button">
+
                </div>
+
                <br>
+
                <h3>Materials</h3>
+
                <ul>
+
                    <li>  Poly-D-Lysine solution 1.0 mg/mL  </li>
+
                    <li>  Laminin </li>
+
                </ul>
+
                <br>
+
                <h3>Protocol</h3>
+
                <br>
+
 
+
                <ol>
+
                    <li> Pour poly-D-lysine with concentration 10 &mu g/mL into the chip.  </li>
+
                    <li> Incubate over night. </li>
+
                    <li> Pour laminine with concentration 4 &mu g/mL. </li>
+
                    <li> Incubate for a few hours.</li>
+
                </ol>
+
                <br>
+
                <div class="protocol_box">
+
                    <p> <a href="https://static.igem.org/mediawiki/2018/3/3d/T--Pasteur_Paris--Microfluidics-general-protocols.pdf" target="_blank">Get full protocol here</a> </p>
+
                </div>
+
                    <br>
+
            </div>
+
                                 
+
 
+
            <script>
+
                var cont = document.getElementById("micro_0"); 
+
                var vign_back_lis = cont.getElementsByClassName("vignette_back");
+
                var i;
+
 
+
                for (i = 0; i < vign_back_lis.length; i++) {
+
                    vign_back_lis[i].addEventListener("click", function() {
+
                        var cont = document.getElementById("micro_0"); 
+
                        var vign_back_lis = cont.getElementsByClassName("vignette_back");
+
                        var cont_index = "00";
+
                        /*get clicked element index*/
+
                        var index = String(this.id).substring(7,9);
+
 
+
                        /*locate elements to move*/
+
                        var panel = document.getElementById("pan_"+cont_index+index);
+
                        var vignFor = this.previousElementSibling;
+
                        var vignText = this.nextElementSibling;
+
                        /*move it*/
+
                        if (panel.style.maxHeight){
+
 
+
                            /*close it*/
+
                            panel.style.maxHeight = null;
+
                            vignFor.style.opacity = 1;
+
                            vignText.style.opacity = 0.8;
+
                            vignText.style.top = "4em";
+
                        }
+
                        else {
+
                           
+
                            /*find active element*/
+
                            var j;
+
                            var index_act = -1 ;
+
                            var el_foc;
+
                            for (j = 0; j < vign_back_lis.length; j++) {
+
                                    if (j<10) {
+
                                        el_foc=document.getElementById("pan_" + cont_index + "0" + j);
+
                                        if (el_foc.style.maxHeight != 0) {
+
                                            index_act="0"+j;
+
                                            break;
+
                                        }
+
                                    } else {
+
                                        el_foc=document.getElementById("pan_" + cont_index + j);
+
                                        if (el_foc.style.maxHeight != 0) {
+
                                            index_act=j;
+
                                            break;
+
                                    }
+
                                }
+
                            }
+
                            if (index_act != -1) {
+
                                /*close active element*/
+
                                var panel_act = document.getElementById("pan_"+cont_index+index_act);
+
                                var back_act = document.getElementById("back_"+cont_index+index_act);
+
                                var for_act=back_act.previousElementSibling;
+
                                var text_act=back_act.nextElementSibling;
+
                                panel_act.style.maxHeight = null;
+
                                for_act.style.opacity = 1;
+
                                text_act.style.opacity = 0.8;
+
                                text_act.style.top = "4em";
+
                            }
+
 
+
                            /*open clicked element*/
+
                            panel.style.maxHeight = panel.scrollHeight + "px";
+
                            vignFor.style.opacity = 0;
+
                            vignText.style.opacity = 1;
+
                            vignText.style.top = "15em";
+
                        }
+
                    });
+
                }
+
 
+
            </script>
+
 
+
        </div>
+
 
+
 
+
 
+
 
+
 
+
 
+
 
+
 
+
 
+
 
+
 
+
 
+
 
+
 
+
 
+
 
+
 
+
 
+
 
+
        <div class="block separator-mark">
+
        </div>
+
 
+
        <div class="block full" id="micro_1" style="display:flex;flex-flow: row wrap;justify-content:center;margin:auto;">
+
 
+
            <h2 style="order:1;width:100%">Microfluidics: well chip</h2>
+
 
+
            <p style="text-indent:0px;order:2;margin:2em;width:100%"> The well chip was designed and assembled by our team. It was used to test the biocompatibility of our membranes, as well as the culture of bacteria in the presence of current. Here we show how the molds were made, how the chip itself was assembled, how well's conductivity was measured and how biofilm culture was performed on it. </p> 
+
 
+
            <div class="vignette" id="vign_0100">
+
                <div class="vignette_for" id="for_0100">
+
                </div>
+
               
+
                <div class="vignette_back" id="back_0100">
+
                </div>
+
               
+
                <div class="vignette_text">
+
                    <p style="margin:auto; text-align:center;font-weight:bold;">PDMS Well Chip Mold Fabrication</p>
+
                </div>
+
            </div>
+
 
+
            <div class="vignette" id="vign_0101">
+
                <div class="vignette_for" id="for_0101">
+
                </div>
+
               
+
                <div class="vignette_back" id="back_0101">
+
                </div>
+
               
+
                <div class="vignette_text">
+
                    <p style="margin:auto; text-align:center;font-weight:bold;">PDMS Well Chip Fabrication</p>
+
                </div>
+
            </div>
+
 
+
            <div class="vignette" id="vign_0102">
+
                <div class="vignette_for" id="for_0102">
+
                </div>
+
               
+
                <div class="vignette_back" id="back_0102">
+
                </div>
+
               
+
                <div class="vignette_text">
+
                    <p style="margin:auto; text-align:center;font-weight:bold;">PDMS Well Chip Conductivity Measurement</p>
+
                </div>
+
            </div>
+
 
+
 
+
 
+
            <div class="panel" id="pan_0100"  style="text-align:left;">
+
                <div class="close_button">
+
                </div>
+
                <br>
+
                <br>
+
                <br>
+
                <p style="text-indent:0px;"> Molds were made of aluminium according to the following plans (Figure 1). Part 1 Mold's center cylinder part is detachable from the bottom to make the demolding ot PDMS easier. </p>
+
                <br>
+
                <div style="position:relative;left:13em;">
+
                    <img src="https://static.igem.org/mediawiki/2018/2/29/T--Pasteur_Paris--PDMS_well_chip_mold_plans.jpg" alt="PDMS Well Chip Mold Plans" style="width:60%;">
+
                </div>
+
                <br>
+
                <br>
+
            </div> 
+
 
+
 
+
          <div class="panel" id="pan_0101"  style="text-align:left;">
+
                <div class="close_button">
+
                </div>
+
                <br>
+
                <h3>Materials</h3>
+
                <ul>
+
                    <li>  Molds  </li>
+
                    <li>  Syringe without needle </li>
+
                    <li>  Platinum 24mm x 2 mm strip  </li>
+
                    <li>  Circular 13mm diameter membrane </li>
+
                </ul>
+
                <br>
+
                <h3>Protocol</h3>
+
                <br>
+
 
+
                <ol>
+
                    <li> Prepare 15g of PDMS monomer using our protocol, section 1. Replace step 5 by : Fill the syringe with PDMS. Fill part 1 mold until it's full and part 2 mold until the PDMS layer is more or less 1 cm thick.  </li>
+
                    <li> Demold the chip following our protocol, section 2. Ignore step 2. </li>
+
                    <li> Put membrane and platinum strip on PDMS part 1. </li>
+
                    <li> Refer to our protocol, section 3 to bond PDMS part 2 to the PDMS part prepared in the previous step.</li>
+
                    <li> Apply a small layer of PDMS with the syringe on the contact zone of the PDMS part 2 and the platinum strip. </li>
+
                    <li> Put the chip in the stove for 3 hours. </li>
+
                </ol>
+
                <br>
+
                <div class="protocol_box">
+
                    <p> Get full protocol here </p>
+
                </div>
+
                <br>
+
            </div>
+
 
+
 
+
          <div class="panel" id="pan_0102"  style="text-align:left;">
+
                <div class="close_button">
+
                </div>
+
                <br>
+
                <h3>Materials</h3>
+
                <ul>
+
                    <li>  Oscilloscope  </li>
+
                    <li>  Function generator  </li>
+
                    <li>  Solderless breadboard assembly  </li>
+
                    <li>  Electric wires with banana connectors </li>
+
                    <li>  Coaxial cable  </li>
+
                    <li>  Male BCN to 2 female banana connectors converter  </li>
+
                    <li>  BNC Splitter    </li>
+
                    <li>  1 kOhm resistor
+
</li>
+
                </ul>
+
                <br>
+
                <h3>Protocol</h3>
+
                <br>
+
 
+
                <ol>
+
                    <li> Reproduce the following electric circuit.  </li>
+
                    <br>
+
 
+
                    <div style="position:relative;left:13em;">
+
                        <img src="https://static.igem.org/mediawiki/2018/b/bb/T--Pasteur_Paris--Electrical_circuit_1.pdf" alt="Electric circuit 1" style="width:50%;">
+
                    </div>
+
                    <br>
+
                    <li> Set function generator on sine, no offset, 4.5 V amplitude. </li>
+
                    <li> Measure Y2 peak-to-peak amplitude and Y2's phase relative to Y1.</li>
+
 
+
                </ol>
+
                <br>
+
                <div class="protocol_box">
+
                    <p> Get full protocol here </p>
+
                </div>
+
                <br>
+
            </div>
+
 
+
 
+
 
+
            <script>
+
                var cont = document.getElementById("micro_1"); 
+
                var vign_back_lis = cont.getElementsByClassName("vignette_back");
+
                var i;
+
 
+
                for (i = 0; i < vign_back_lis.length; i++) {
+
                    vign_back_lis[i].addEventListener("click", function() {
+
                        var cont = document.getElementById("micro_1"); 
+
                        var vign_back_lis = cont.getElementsByClassName("vignette_back");
+
                        var cont_index = "01";
+
                        /*get clicked element index*/
+
                        var index = String(this.id).substring(7,9);
+
 
+
                        /*locate elements to move*/
+
                        var panel = document.getElementById("pan_"+cont_index+index);
+
                        var vignFor = this.previousElementSibling;
+
                        var vignText = this.nextElementSibling;
+
                        /*move it*/
+
                        if (panel.style.maxHeight){
+
 
+
                            /*close it*/
+
                            panel.style.maxHeight = null;
+
                            vignFor.style.opacity = 1;
+
                            vignText.style.opacity = 0.8;
+
                            vignText.style.top = "4em";
+
                        }
+
                        else {
+
                           
+
                            /*find active element*/
+
                            var j;
+
                            var index_act = -1 ;
+
                            var el_foc;
+
                            for (j = 0; j < vign_back_lis.length; j++) {
+
                                    if (j<10) {
+
                                        el_foc=document.getElementById("pan_" + cont_index + "0" + j);
+
                                        if (el_foc.style.maxHeight != 0) {
+
                                            index_act="0"+j;
+
                                            break;
+
                                        }
+
                                    } else {
+
                                        el_foc=document.getElementById("pan_" + cont_index + j);
+
                                        if (el_foc.style.maxHeight != 0) {
+
                                            index_act=j;
+
                                            break;
+
                                    }
+
                                }
+
                            }
+
                            if (index_act != -1) {
+
                                /*close active element*/
+
                                var panel_act = document.getElementById("pan_"+cont_index+index_act);
+
                                var back_act = document.getElementById("back_"+cont_index+index_act);
+
                                var for_act=back_act.previousElementSibling;
+
                                var text_act=back_act.nextElementSibling;
+
                                panel_act.style.maxHeight = null;
+
                                for_act.style.opacity = 1;
+
                                text_act.style.opacity = 0.8;
+
                                text_act.style.top = "4em";
+
                            }
+
 
+
                            /*open clicked element*/
+
                            panel.style.maxHeight = panel.scrollHeight + "px";
+
                            vignFor.style.opacity = 0;
+
                            vignText.style.opacity = 1;
+
                            vignText.style.top = "15em";
+
                        }
+
                    });
+
                }
+
 
+
            </script>
+
 
+
        </div>
+
 
+
 
+
 
+
 
+
 
+
 
+
 
+
 
+
 
+
 
+
 
+
 
+
 
+
 
+
 
+
 
+
        <div class="block separator-mark">
+
        </div>
+
 
+
        <div class="block full" id="micro_2" style="display:flex;flex-flow: row wrap;justify-content:center;margin:auto;">
+
 
+
            <h2 style="order:1;width:100%">Microfluidics: microchannel chip</h2>
+
 
+
            <p style="text-indent:0px;order:2;margin:2em;width:100%"> We used the microchannel chip to test the effect of NGF on the neuron's growth. </p> 
+
 
+
            <div class="vignette" id="vign_0200">
+
                <div class="vignette_for" id="for_0200">
+
                </div>
+
               
+
                <div class="vignette_back" id="back_0200">
+
                </div>
+
 
+
                <div class="vignette_text">
+
                    <p style="margin:auto; text-align:center;font-weight:bold;">PDMS Microchannel Chip Mold Fabrication</p>
+
                </div>
+
            </div>
+
 
+
            <div class="panel" id="pan_0200"  style="text-align:left;">
+
                <div class="close_button">
+
                </div>
+
                <br>
+
                <br>
+
                <br>
+
                <p style="text-indent:0px;"> We were allowed to use the molds made by Institut Curie. We were not involved in the process of their fabrication. Here is a short video we made about how these molds were created. </p>
+
                <br>
+
 
+
                <iframe width="854" height="480" src="https://www.youtube.com/embed/3ivw0Yeeve4" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
+
                <br>
+
                <br>
+
            </div> 
+
 
+
            <script>
+
                var cont = document.getElementById("micro_2"); 
+
                var vign_back_lis = cont.getElementsByClassName("vignette_back");
+
                var i;
+
 
+
                for (i = 0; i < vign_back_lis.length; i++) {
+
                    vign_back_lis[i].addEventListener("click", function() {
+
                        var cont = document.getElementById("micro_2"); 
+
                        var vign_back_lis = cont.getElementsByClassName("vignette_back");
+
                        var cont_index = "02";
+
                        /*get clicked element index*/
+
                        var index = String(this.id).substring(7,9);
+
 
+
                        /*locate elements to move*/
+
                        var panel = document.getElementById("pan_"+cont_index+index);
+
                        var vignFor = this.previousElementSibling;
+
                        var vignText = this.nextElementSibling;
+
                        /*move it*/
+
                        if (panel.style.maxHeight){
+
 
+
                            /*close it*/
+
                            panel.style.maxHeight = null;
+
                            vignFor.style.opacity = 1;
+
                            vignText.style.opacity = 0.8;
+
                            vignText.style.top = "4em";
+
                        }
+
                        else {
+
                           
+
                            /*find active element*/
+
                            var j;
+
                            var index_act = -1 ;
+
                            var el_foc;
+
                            for (j = 0; j < vign_back_lis.length; j++) {
+
                                    if (j<10) {
+
                                        el_foc=document.getElementById("pan_" + cont_index + "0" + j);
+
                                        if (el_foc.style.maxHeight != 0) {
+
                                            index_act="0"+j;
+
                                            break;
+
                                        }
+
                                    } else {
+
                                        el_foc=document.getElementById("pan_" + cont_index + j);
+
                                        if (el_foc.style.maxHeight != 0) {
+
                                            index_act=j;
+
                                            break;
+
                                    }
+
                                }
+
                            }
+
                            if (index_act != -1) {
+
                                /*close active element*/
+
                                var panel_act = document.getElementById("pan_"+cont_index+index_act);
+
                                var back_act = document.getElementById("back_"+cont_index+index_act);
+
                                var for_act=back_act.previousElementSibling;
+
                                var text_act=back_act.nextElementSibling;
+
                                panel_act.style.maxHeight = null;
+
                                for_act.style.opacity = 1;
+
                                text_act.style.opacity = 0.8;
+
                                text_act.style.top = "4em";
+
                            }
+
 
+
                            /*open clicked element*/
+
                            panel.style.maxHeight = panel.scrollHeight + "px";
+
                            vignFor.style.opacity = 0;
+
                            vignText.style.opacity = 1;
+
                            vignText.style.top = "15em";
+
                        }
+
                    });
+
                }
+
 
+
            </script>
+
 
+
        </div>
+
 
+
 
+
 
+
 
+
 
+
 
+
 
+
 
+
       
+
      <script>
+
 
+
        /*panels and vignettes flexbox automatic order*/
+
 
+
        function redim() {
+
            if("matchMedia" in window) {
+
                var vign_lis = document.getElementsByClassName("vignette");
+
                var pan_lis = document.getElementsByClassName("panel");
+
                var i;
+
                if(window.matchMedia("(min-width:850px)").matches) {
+
                    /*big*/
+
                    for (i = 0; i < vign_lis.length; i++) {
+
                        var act_vign = vign_lis[i];
+
                        var act_pan = pan_lis[i];
+
                        var index = String(act_vign.id).substring(7,9);
+
                        switch (index) {
+
                            case '00':
+
                                act_vign.style.order="3";
+
                                act_pan.style.order="6" ;
+
                                break;
+
                            case '01':
+
                                act_vign.style.order="4";
+
                                act_pan.style.order="7";
+
                                break;
+
                            case '02':
+
                                act_vign.style.order="5";
+
                                act_pan.style.order="8";
+
                                break;
+
                            case '03':
+
                                act_vign.style.order="9";
+
                                act_pan.style.order="10";                             
+
                        }
+
                    }
+
                } else if (window.matchMedia("(max-width:760px)").matches) {
+
                    /* very small*/
+
                    for (i = 0; i < vign_lis.length; i++) {
+
                        var act_vign = vign_lis[i];
+
                        var act_pan = pan_lis[i];
+
                        var index = String(act_vign.id).substring(7,9);
+
                        switch (index) {
+
                            case '00':
+
                                act_vign.style.order="3";
+
                                act_pan.style.order="4" ;
+
                                break;
+
                            case '01':
+
                                act_vign.style.order="5";
+
                                act_pan.style.order="6";
+
                                break;
+
                            case '02':
+
                                act_vign.style.order="7";
+
                                act_pan.style.order="8";
+
                                break;
+
                            case '03':
+
                                act_vign.style.order="9";
+
                                act_pan.style.order="10";                             
+
                        }
+
                    }   
+
                } else {
+
                    /*small*/
+
                    for (i = 0; i < vign_lis.length; i++) {
+
                        var act_vign = vign_lis[i];
+
                        var act_pan = pan_lis[i];
+
                        var index = String(act_vign.id).substring(7,9);
+
                        switch (index) {
+
                            case '00':
+
                                act_vign.style.order="3";
+
                                act_pan.style.order="5" ;
+
                                break;
+
                            case '01':
+
                                act_vign.style.order="4";
+
                                act_pan.style.order="6";
+
                                break;
+
                            case '02':
+
                                act_vign.style.order="7";
+
                                act_pan.style.order="9";
+
                                break;
+
                            case '03':
+
                                act_vign.style.order="8";
+
                                act_pan.style.order="10";                             
+
                        }
+
                    }
+
                }
+
            }
+
        }
+
 
+
        window.addEventListener('resize', redim, false);
+
 
+
        redim();
+
 
+
        </script>
+
 
+
 
+
 
+
 
+
 
+
 
+
 
+
 
+
 
+
 
+
        <script>
+
 
+
        /*close buttons*/
+
 
+
                var acc = document.getElementsByClassName("close_button");
+
 
+
                for (i = 0; i < acc.length; i++) {
+
                    acc[i].addEventListener("click", function() {
+
                        var panel = this.parentElement;
+
                        var index = String(panel.id).substring(4,8);
+
                        var vignBack = document.getElementById("back_"+index);
+
                        var vignFor = vignBack.previousElementSibling;
+
                        var vignText = vignBack.nextElementSibling;
+
                        panel.style.maxHeight = null;
+
                        vignFor.style.opacity = 1;
+
                        vignText.style.opacity = 0.8;
+
                        vignText.style.top = "4em";
+
                    });
+
                }
+
 
+
 
+
        </script>
+
 
+
 
+
        <br>
+
        <br>
+
        <br>
+
        <br>
+
  
  

Latest revision as of 03:48, 18 October 2018

""

Microbiology

Microfluidics

(*) There are not really protocols in design, but rather methodologies. You will be redirected to Product Design - Methodology.