|
|
Line 97: |
Line 97: |
| <div class="section-block"> | | <div class="section-block"> |
| | | |
| + | <div class="tab"> |
| + | <button class="tablinks" onclick="openTab(event, 'Workshop in Indonesia')" id="defaultOpen">Workshop in Indonesia</button> |
| + | <button class="tablinks" onclick="openTab(event, 'iGEM Presentation to Introductory Science Courses')">iGEM Presentation to Introductory Science Courses</button> |
| + | <button class="tablinks" onclick="openTab(event, 'Characterized Parts')">Characterized Parts</button> |
| + | </div> |
| + | |
| + | <br> |
| + | |
| + | <div id="Workshop in Indonesia" class="tabcontent"> |
| + | <article> |
| <h2 class="section-header">Workshop in Indonesia</h2> | | <h2 class="section-header">Workshop in Indonesia</h2> |
| + | |
| + | |
| <p class="section-content"> | | <p class="section-content"> |
| On August 3, Nisa, one of the team leaders of the 2017 iGEM NYUAD team, visited an after-school program for elementary school students at the Ar-Rahmah Mosque, Yogyakarta, Indonesia. In line with iGEM NYUAD team’s mission this year, she spoke to 25 students about the importance of food and personal hygiene in preventing pathogenic E. coli infection. This workshop is part of the iGEM NYUAD team’s human practices, demonstrating that the scope of iGEM NYUAD’s work includes not only developing a portable device to detect shiga-toxin producing E. coli in the lab, but also raising awareness of everyday hygienic practices, particularly in places where food safety remains a high concern. | | On August 3, Nisa, one of the team leaders of the 2017 iGEM NYUAD team, visited an after-school program for elementary school students at the Ar-Rahmah Mosque, Yogyakarta, Indonesia. In line with iGEM NYUAD team’s mission this year, she spoke to 25 students about the importance of food and personal hygiene in preventing pathogenic E. coli infection. This workshop is part of the iGEM NYUAD team’s human practices, demonstrating that the scope of iGEM NYUAD’s work includes not only developing a portable device to detect shiga-toxin producing E. coli in the lab, but also raising awareness of everyday hygienic practices, particularly in places where food safety remains a high concern. |
Line 123: |
Line 135: |
| </a> | | </a> |
| </div> | | </div> |
− |
| + | |
| + | </article> |
| + | </div> |
| + | |
| + | <div id="iGEM Presentation to Introductory Science Courses" class="tabcontent"> |
| + | <article> |
| <h2 class="section-header">iGEM Presentation to Introductory Science Courses</h2> | | <h2 class="section-header">iGEM Presentation to Introductory Science Courses</h2> |
| + | |
| + | |
| <p class="section-content"> | | <p class="section-content"> |
| The iGEM NYU Abu Dhabi team held a workshops during the courses <i>Foundations of Science 1 & 2</i> and <i>Foundations of Science 3 & 4</i>, which is a fundamental yet rigorous program that focus on the overview of science and majorly on the interrelationships between chemistry, biology and physics (<a href="http://nyuad.nyu.edu/en/academics/academic-divisions/science.html">read more</a>). <i>Foundations of Science</i> courses are compulsory for all STEM majors in NYU Abu Dhabi and throughout the years there have been a lot of debate if the engineers should take this course as they feel that studying biology cannot be applied for their major. <br> | | The iGEM NYU Abu Dhabi team held a workshops during the courses <i>Foundations of Science 1 & 2</i> and <i>Foundations of Science 3 & 4</i>, which is a fundamental yet rigorous program that focus on the overview of science and majorly on the interrelationships between chemistry, biology and physics (<a href="http://nyuad.nyu.edu/en/academics/academic-divisions/science.html">read more</a>). <i>Foundations of Science</i> courses are compulsory for all STEM majors in NYU Abu Dhabi and throughout the years there have been a lot of debate if the engineers should take this course as they feel that studying biology cannot be applied for their major. <br> |
Line 149: |
Line 168: |
| </a> | | </a> |
| </div> | | </div> |
− | | + | </article> |
| + | </div> |
| | | |
| </div> | | </div> |
| + | |
| + | <script> |
| + | function openTab(evt, header) { |
| + | var i, tabcontent, tablinks; |
| + | tabcontent = document.getElementsByClassName("tabcontent"); |
| + | for (i = 0; i < tabcontent.length; i++) { |
| + | tabcontent[i].style.display = "none"; |
| + | } |
| + | tablinks = document.getElementsByClassName("tablinks"); |
| + | for (i = 0; i < tablinks.length; i++) { |
| + | tablinks[i].className = tablinks[i].className.replace(" active", ""); |
| + | } |
| + | document.getElementById(header).style.display = "block"; |
| + | evt.currentTarget.className += " active"; |
| + | } |
| + | |
| + | document.getElementById("defaultOpen").click(); |
| + | </script> |
| | | |
| <!-- Footer --> | | <!-- Footer --> |