|
|
Line 99: |
Line 99: |
| <div class="section-block"> | | <div class="section-block"> |
| | | |
| + | <div class="tab"> |
| + | <button class="tablinks" onclick="openTab(event, 'High School Workshop')" id="defaultOpen">High School Workshop</button> |
| + | <button class="tablinks" onclick="openTab(event, 'Magazine')">Magazine</button> |
| + | <button class="tablinks" onclick="openTab(event, 'How do you start an iGEM Team?')">How do you start an iGEM Team?</button> |
| + | </div> |
| + | |
| + | <br> |
| + | |
| + | <div id="High School Workshop" class="tabcontent"> |
| + | <article> |
| <h2 class="section-header" >High School Workshop</h2> | | <h2 class="section-header" >High School Workshop</h2> |
| + | |
| <p class="section-content"> | | <p class="section-content"> |
| On October 1, 2017, the NYUAD iGEM team invited 18 high school students and 2 teachers from Brighton College in Abu Dhabi, UAE, to experience an iGEM research environment. This one-day workshop provided the students with the opportunity to channel their interest in both biology and engineering. This is the first high school workshop that is tailored to exposing talented high school students to iGEM in the UAE. | | On October 1, 2017, the NYUAD iGEM team invited 18 high school students and 2 teachers from Brighton College in Abu Dhabi, UAE, to experience an iGEM research environment. This one-day workshop provided the students with the opportunity to channel their interest in both biology and engineering. This is the first high school workshop that is tailored to exposing talented high school students to iGEM in the UAE. |
Line 148: |
Line 159: |
| The NYUAD team is proud to have pioneered the first iGEM-specific workshop for high school students in the UAE. The workshop achieved the original aim of propagating the impact of iGEM in the region and encouraging interest in scientific research among high school students. In the future, the NYUAD team envisions similar workshops that can reach a larger audience in the UAE. | | The NYUAD team is proud to have pioneered the first iGEM-specific workshop for high school students in the UAE. The workshop achieved the original aim of propagating the impact of iGEM in the region and encouraging interest in scientific research among high school students. In the future, the NYUAD team envisions similar workshops that can reach a larger audience in the UAE. |
| </p> | | </p> |
| + | </article> |
| + | </div> |
| | | |
| + | <div id="Magazine" class="tabcontent"> |
| + | <article> |
| <h2 class="section-header">Magazine</h2> | | <h2 class="section-header">Magazine</h2> |
| | | |
Line 159: |
Line 174: |
| </object></div></div> | | </object></div></div> |
| | | |
| + | </article> |
| + | </div> |
| + | |
| + | <div id="How do you start an iGEM Team?" class="tabcontent"> |
| + | <article> |
| <h2 class="section-header">How do you start an iGEM Team?</h2> | | <h2 class="section-header">How do you start an iGEM Team?</h2> |
− | <p class="section-content">
| + | <p class="section-content"> |
| | | |
| One Saturday evening, inspired by a TED talk that he recently watched on iGEM, a student from NYU New York emailed us, “How can I start my own iGEM team?”. For a freshman minoring in genetics, iGEM must have seemed like a Disneyland for him; a Jamboree of 4000 outstanding minds, representing 300 teams from five different continents, all gathered at the same place to share what they’ve accomplished in the past year. So, how can we answer his question? | | One Saturday evening, inspired by a TED talk that he recently watched on iGEM, a student from NYU New York emailed us, “How can I start my own iGEM team?”. For a freshman minoring in genetics, iGEM must have seemed like a Disneyland for him; a Jamboree of 4000 outstanding minds, representing 300 teams from five different continents, all gathered at the same place to share what they’ve accomplished in the past year. So, how can we answer his question? |
Line 171: |
Line 191: |
| What’s next? Apply on behalf of your school for the contest, come up with a cool project idea involving Biobricks, keep dedications high, and take it a step further to Boston to show the world what you’ve accomplished! | | What’s next? Apply on behalf of your school for the contest, come up with a cool project idea involving Biobricks, keep dedications high, and take it a step further to Boston to show the world what you’ve accomplished! |
| </p> | | </p> |
− | </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 --> |
| <div class="footer"> | | <div class="footer"> |