|
|
Line 3: |
Line 3: |
| <script> | | <script> |
| $('#slideshow').ready(function(){ | | $('#slideshow').ready(function(){ |
− | console.log('Slideshow loaded!'); | + | console.log('Slideshow1 loaded!'); |
| var urls = ['one', 'two', 'three', 'four', 'five']; | | var urls = ['one', 'two', 'three', 'four', 'five']; |
| | | |
Line 13: |
Line 13: |
| c++ | | c++ |
| if(c == 5) c = 0; | | if(c == 5) c = 0; |
| + | }, 3000); |
| + | }); |
| + | </script> |
| + | <script> |
| + | $('#slideshow2').ready(function(){ |
| + | console.log('Slideshow2 loaded!'); |
| + | var urlss = ['one_2', 'two_2', 'three_2', 'four_2', 'five_2', 'six_2', 'seven_2', 'eight_2']; |
| + | |
| + | var k = 0; |
| + | setInterval(function(){ |
| + | console.log( $('#'+urlss[k]).attr('src') ); |
| + | console.log(k); |
| + | $('#slide_image2').attr({'src': $('#'+urlss[k]).attr('src')}) |
| + | k++ |
| + | if(k == 8) k = 0; |
| }, 3000); | | }, 3000); |
| }); | | }); |
Line 203: |
Line 218: |
| <header><strong style="font-family: 'Poiret One', cursive">The Muses Initiative</strong></header></br> | | <header><strong style="font-family: 'Poiret One', cursive">The Muses Initiative</strong></header></br> |
| <span>As an addition to our <a href='https://2017.igem.org/Team:Greece/OSIRIS_Protocol'>OSIRIS protocol</a> we invited students to join our ranks as a Muse; an ambassador of synthetic biology, on a mission to promote collaborative research projects all around the globe. Muses have contacted oncologists and experts in molecular biology, shared our informative flyer about synthetic biology in their universities and engaged in lively discussions about our project’s ethical considerations and commercialization potential.</span> | | <span>As an addition to our <a href='https://2017.igem.org/Team:Greece/OSIRIS_Protocol'>OSIRIS protocol</a> we invited students to join our ranks as a Muse; an ambassador of synthetic biology, on a mission to promote collaborative research projects all around the globe. Muses have contacted oncologists and experts in molecular biology, shared our informative flyer about synthetic biology in their universities and engaged in lively discussions about our project’s ethical considerations and commercialization potential.</span> |
− | <!-- Slideshow -->
| + | <div id='slideshow2'> |
− | </section></br>
| + | </br><img id='slide_image2' class='slideshow_images' src /></br> |
| + | |
| + | <img style='display:none' id='one_2' src='https://static.igem.org/mediawiki/2017/2/23/Greekom_muse1.jpeg' /> |
| + | <img style='display:none' id='two_2' src='https://static.igem.org/mediawiki/2017/0/00/Greekom_muse2.jpeg' /> |
| + | <img style='display:none' id='three_2' src='https://static.igem.org/mediawiki/2017/9/9c/Greekom_muse3.jpeg' /> |
| + | <img style='display:none' id='four_2' src='https://2017.igem.org/File:Greekom_muse4.jpeg' /> |
| + | <img style='display:none' id='five_2' src='https://static.igem.org/mediawiki/2017/8/89/Greekom_muse6.jpeg' /> |
| + | <img style='display:none' id='six_2' src='https://static.igem.org/mediawiki/2017/8/88/Greekom_muse7.jpeg' /> |
| + | <img style='display:none' id='seven_2' src='https://static.igem.org/mediawiki/2017/b/b8/Greekom_muse8.jpeg' /> |
| + | <img style='display:none' id='eight_2' src='https://static.igem.org/mediawiki/2017/8/8c/Greekom_muse9.jpeg' /> |
| + | </div> |
| + | </section></br> |
| </article> | | </article> |
| </div> | | </div> |