(14 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
− | |||
<html> | <html> | ||
Line 31: | Line 30: | ||
#sideMenu, #top_title, .patrollink {display:none;} | #sideMenu, #top_title, .patrollink {display:none;} | ||
#content { margin-left:0px; margin-top:-7px; padding:0px; width:100%;} | #content { margin-left:0px; margin-top:-7px; padding:0px; width:100%;} | ||
− | body {background-color:white; | + | /* body {background-color:white; |
− | width: 960px; | + | width: 960px; */ |
/* width: 80%; */ | /* width: 80%; */ | ||
− | margin: auto;} | + | /* margin: auto;} */ |
#bodyContent h1, #bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent h5 { margin-bottom: 0px; } | #bodyContent h1, #bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent h5 { margin-bottom: 0px; } | ||
− | + | ||
/**************************************************************************************************************************************************************************************************/ | /**************************************************************************************************************************************************************************************************/ | ||
/* MENU */ | /* MENU */ | ||
Line 140: | Line 139: | ||
} | } | ||
/*Styling Buttons*/ | /*Styling Buttons*/ | ||
− | + | .fa { | |
− | + | font-size: 20px; | |
− | + | padding:17px; | |
− | + | width: 54px; | |
− | + | text-align: center; | |
− | + | text-decoration: none; | |
− | + | /* margin: 5px 2px; */ | |
− | + | border-radius: 50%; | |
− | + | } | |
− | + | .fa:hover { | |
− | + | opacity: 0.7; | |
− | + | } | |
− | + | .fa-facebook { | |
− | + | background: #7E5BD3; | |
− | + | color: white; | |
− | + | } | |
− | + | .fa-twitter { | |
− | + | background: #7E5BD3; | |
− | + | color: white; | |
− | + | } | |
− | + | .fa-google { | |
− | + | background: #7E5BD3; | |
− | + | color: white; | |
− | + | } | |
− | + | .fa-youtube { | |
− | + | background: #7E5BD3; | |
− | + | color: white; | |
− | + | } | |
− | + | .fa-instagram { | |
− | + | background: #7E5BD3; | |
− | + | color: white; | |
− | + | } | |
− | + | /* end of styling buttons */ | |
/* Styling the footer */ | /* Styling the footer */ | ||
− | + | .footer>.container-fluid { | |
− | + | padding: 10px 10px; | |
− | + | } | |
− | + | .footer>.container-fluid>.row { | |
− | + | display: flex; | |
− | + | } | |
− | + | .footer-section { | |
− | + | text-align: center !important; | |
− | + | /* padding: 0px 25px; */ | |
− | + | display: flex; | |
flex-wrap: wrap; | flex-wrap: wrap; | ||
− | + | flex-direction: row; | |
− | + | align-items: center; | |
− | + | align-content: center; | |
− | + | justify-content: center; | |
− | + | font-family: 'IBM Plex Sans', sans-serif; | |
− | + | } | |
− | + | .footer-text { | |
− | + | text-align: center !important; | |
− | + | font-family: 'IBM Plex Sans', sans-serif; | |
− | + | } | |
− | + | .footer-logo { | |
− | + | width: 80%; | |
− | + | padding-right: 10px; | |
− | + | display: inline-block; | |
− | + | } | |
− | + | .footer-logo2 { | |
− | + | width: 100%; | |
− | + | padding-right: 15px; | |
− | + | display: inline-block; | |
− | + | } | |
− | + | .footer { | |
− | + | font-family: 'IBM Plex Sans', sans-serif; | |
− | + | ||
width:100%; | width:100%; | ||
− | + | } | |
/*end of styling the footer */ | /*end of styling the footer */ | ||
/*mobile menu bar styling*/ | /*mobile menu bar styling*/ | ||
Line 490: | Line 488: | ||
font-family: 'IBM Plex Sans', serif; | font-family: 'IBM Plex Sans', serif; | ||
color: #0BB4C1; | color: #0BB4C1; | ||
− | font-size: | + | font-size: 31px; |
text-align: center; | text-align: center; | ||
} | } | ||
Line 497: | Line 495: | ||
font-family: 'IBM Plex Sans', serif; | font-family: 'IBM Plex Sans', serif; | ||
color: black; | color: black; | ||
− | font-size: | + | font-size: 16px; |
text-align: justify; | text-align: justify; | ||
margin-right: 90px; | margin-right: 90px; | ||
Line 505: | Line 503: | ||
h3 { | h3 { | ||
font-family: 'IBM Plex Sans', serif; | font-family: 'IBM Plex Sans', serif; | ||
− | color: | + | color: white; |
− | font-size: | + | font-size: 16px; |
− | text-align: left; | + | /* text-align: left; */ |
/* margin-right: 90px; | /* margin-right: 90px; | ||
margin-left: 90px; */ | margin-left: 90px; */ | ||
Line 515: | Line 513: | ||
font-family: 'IBM Plex Sans', serif; | font-family: 'IBM Plex Sans', serif; | ||
color: #274F96; | color: #274F96; | ||
− | font-size: | + | font-size: 16px; |
text-align: left; | text-align: left; | ||
margin-right: 90px; | margin-right: 90px; | ||
Line 523: | Line 521: | ||
font-family: 'IBM Plex Sans', serif; | font-family: 'IBM Plex Sans', serif; | ||
color: #0085B6; | color: #0085B6; | ||
− | font-size: | + | font-size: 16px; |
text-align: left; | text-align: left; | ||
margin-right: 90px; | margin-right: 90px; | ||
Line 529: | Line 527: | ||
} | } | ||
body { | body { | ||
− | + | /* background-image: url("https://static.igem.org/mediawiki/2018/d/df/T--NYU_Abu_Dhabi--Homepage.png"); */ | |
background-size: cover; | background-size: cover; | ||
− | background-repeat: repeat; | + | background-repeat: no-repeat; |
} | } | ||
div{ | div{ | ||
Line 559: | Line 557: | ||
font-weight: 800; | font-weight: 800; | ||
} | } | ||
− | . | + | .tablinks6 { |
margin-top: 15px; | margin-top: 15px; | ||
/* margin-left: 50%; | /* margin-left: 50%; | ||
Line 574: | Line 572: | ||
font-weight: 800; | font-weight: 800; | ||
} | } | ||
− | . | + | .tablinks2 { |
margin-top: 15px; | margin-top: 15px; | ||
/* margin-left: 50%; | /* margin-left: 50%; | ||
Line 589: | Line 587: | ||
font-weight: 800; | font-weight: 800; | ||
} | } | ||
− | . | + | .tablinks3 { |
margin-top: 15px; | margin-top: 15px; | ||
/* margin-left: 50%; | /* margin-left: 50%; | ||
Line 604: | Line 602: | ||
font-weight: 800; | font-weight: 800; | ||
} | } | ||
− | . | + | .tablinks4 { |
margin-top: 15px; | margin-top: 15px; | ||
/* margin-left: 50%; | /* margin-left: 50%; | ||
Line 619: | Line 617: | ||
font-weight: 800; | font-weight: 800; | ||
} | } | ||
− | . | + | .tablinks5 { |
margin-top: 15px; | margin-top: 15px; | ||
/* margin-left: 50%; | /* margin-left: 50%; | ||
Line 649: | Line 647: | ||
background-color: #101F40; | background-color: #101F40; | ||
color: white; } | color: white; } | ||
− | + | .tablinks6:hover { | |
− | + | background-color: black; | |
− | + | color: white; } | |
.tabcontent { | .tabcontent { | ||
display: none; | display: none; | ||
Line 658: | Line 656: | ||
button:focus {outline:0;} | button:focus {outline:0;} | ||
+ | html, body { | ||
+ | height: 100%; | ||
+ | margin: 0; | ||
+ | } | ||
+ | .content { | ||
+ | min-height: 100%; | ||
+ | } | ||
+ | .content-inside { | ||
+ | padding: 20px; | ||
+ | padding-bottom: 50px; | ||
+ | } | ||
+ | .footer { | ||
+ | height: 150px; | ||
+ | min-height: 150px; | ||
+ | margin-top: -50px; | ||
+ | background-color: #0085B6; | ||
+ | flex-wrap: wrap; | ||
+ | bottom: 0; | ||
+ | } | ||
+ | .footer .columns { | ||
+ | float: left; | ||
+ | width: 65%; | ||
+ | position: relative; | ||
+ | padding-top: 15px; | ||
+ | } | ||
+ | /* .footer .columns1 { | ||
+ | float: left; | ||
+ | width: 20%; | ||
+ | position: relative; | ||
+ | padding-top: 25px; | ||
+ | } */ | ||
+ | .footer .columns2 { | ||
+ | float: left; | ||
+ | width: 35%; | ||
+ | /* height: 100%; */ | ||
+ | position: relative; | ||
+ | text-align: center; | ||
+ | margin-top: 25px; | ||
+ | |||
+ | } | ||
+ | |||
+ | #globalWrapper { | ||
+ | position: relative; | ||
+ | font-size: 127%; | ||
+ | width: 100%; | ||
+ | margin: 0; | ||
+ | padding: 0; | ||
+ | } | ||
</style> | </style> | ||
− | < | + | <div class="bg"></div> |
− | <h6><b>Home Country Outreach</b></h6> | + | |
+ | <body> | ||
+ | <div class="content"> | ||
+ | <div class="content-inside"><h6><b>Home Country Outreach</b></h6> | ||
<!-- <hr style="width:25%"> --> | <!-- <hr style="width:25%"> --> | ||
Line 685: | Line 734: | ||
<center> | <center> | ||
− | <img src="https://static.igem.org/mediawiki/2018/a/a6/T--NYU_Abu_Dhabi--Mexico.png | + | <img src="https://static.igem.org/mediawiki/2018/a/a6/T--NYU_Abu_Dhabi--Mexico.png" class="center"> |
<br> | <br> | ||
<h4><u>Presenter:</h4></u><h2><i>Cristian Garcia </i></h2> | <h4><u>Presenter:</h4></u><h2><i>Cristian Garcia </i></h2> | ||
Line 696: | Line 745: | ||
<h2>After the American School of Tampico (ATS) administration showed concern over the student body’s falling interest on STEM courses and majors, NYUAD iGEM offered to help. A recurring misception among mexican students is that STEM opportunities in Mexico are subpar and extremely limited. Thus, NYUAD iGEM perform several rounds of a short presentations showcasing opportunities in STEM majors, most prominent among them were iGEM projects. Cristian Garcia shared his experience working in the iGEM project as an ATS alumni and showcased NYUAD iGEM project and the work done by Mexican iGEM projects. Over 80 highschool students attended the presentation throughout its four different timings. | <h2>After the American School of Tampico (ATS) administration showed concern over the student body’s falling interest on STEM courses and majors, NYUAD iGEM offered to help. A recurring misception among mexican students is that STEM opportunities in Mexico are subpar and extremely limited. Thus, NYUAD iGEM perform several rounds of a short presentations showcasing opportunities in STEM majors, most prominent among them were iGEM projects. Cristian Garcia shared his experience working in the iGEM project as an ATS alumni and showcased NYUAD iGEM project and the work done by Mexican iGEM projects. Over 80 highschool students attended the presentation throughout its four different timings. | ||
</h2> | </h2> | ||
+ | <br><br><br> | ||
</center> | </center> | ||
Line 704: | Line 754: | ||
<article> | <article> | ||
<center> | <center> | ||
− | <img src="https://static.igem.org/mediawiki/2018/3/3b/T--NYU_Abu_Dhabi--India.png | + | <img src="https://static.igem.org/mediawiki/2018/3/3b/T--NYU_Abu_Dhabi--India.png"class="center"> |
<br> | <br> | ||
<h4><u>Presenter:</h4></u><h2><i>Doovaraha Maheswarasarma</i></h2> | <h4><u>Presenter:</h4></u><h2><i>Doovaraha Maheswarasarma</i></h2> | ||
Line 724: | Line 774: | ||
<h2>This session was followed by a question answer session in which the teachers and students asked about various topics related to STEM field. | <h2>This session was followed by a question answer session in which the teachers and students asked about various topics related to STEM field. | ||
</h2> | </h2> | ||
+ | <br><br><br> | ||
</center> | </center> | ||
</article> | </article> | ||
Line 730: | Line 781: | ||
<div id="engineering" class="tabcontent"> | <div id="engineering" class="tabcontent"> | ||
<article> | <article> | ||
− | <img src="https://static.igem.org/mediawiki/2018/c/c2/T--NYU_Abu_Dhabi--Egypt.png | + | <img src="https://static.igem.org/mediawiki/2018/c/c2/T--NYU_Abu_Dhabi--Egypt.png" class="center"> |
<br> | <br> | ||
<h4><u>Presenter:</h4></u><h2><i>Mariam Anwar</i></h2> | <h4><u>Presenter:</h4></u><h2><i>Mariam Anwar</i></h2> | ||
Line 743: | Line 794: | ||
<br> | <br> | ||
<embed src="https://static.igem.org/mediawiki/2018/e/ee/T--NYU_Abu_Dhabi--Outreach_presentation.pdf" width="800" height="350" type='application/pdf' class="center"> | <embed src="https://static.igem.org/mediawiki/2018/e/ee/T--NYU_Abu_Dhabi--Outreach_presentation.pdf" width="800" height="350" type='application/pdf' class="center"> | ||
− | + | <br><br><br> | |
</center> | </center> | ||
</article> | </article> | ||
Line 754: | Line 805: | ||
<center> | <center> | ||
− | <img src="https://static.igem.org/mediawiki/2018/0/06/T--NYU_Abu_Dhabi--Hongkong2.png | + | <img src="https://static.igem.org/mediawiki/2018/0/06/T--NYU_Abu_Dhabi--Hongkong2.png" class="center"> |
<br> | <br> | ||
<h4><u>Presenter:</h4></u><h2><i>Kai-Wen Yang</i></h2> | <h4><u>Presenter:</h4></u><h2><i>Kai-Wen Yang</i></h2> | ||
Line 765: | Line 816: | ||
<h2>In relation to our project about food pathogen detection, one of our members taught a class about food sciences when she worked as a student teacher at Summerbridge Hong Kong (a non-profit organization, which aims to improve the educational trajectories of underprivileged students by providing them with tuition-free quality English language education and life skills development opportunities), in which she designed and taught daily for 5 weeks. With the aim of fostering the students’ passion in science and highlighting how science can be applied in our everyday lives, students learned about various science concepts through interesting hands-on experiments with materials that can be found in the kitchen. For instance, they learned about melting point depression through “Making Ice Cream” experiment, the characteristic of fat through “Color-changing Milk”, neutralization through “Building a Volcano”, vibration through “Singing Glasses”, and more. They also learned about the scientific method and applied it to their final project: the students came up with questions they were curious about from their everyday lives and the demonstrations they have done in class. The students then followed the scientific method to discover the answers to the questions, and created a little booklet to share their findings with the general public. | <h2>In relation to our project about food pathogen detection, one of our members taught a class about food sciences when she worked as a student teacher at Summerbridge Hong Kong (a non-profit organization, which aims to improve the educational trajectories of underprivileged students by providing them with tuition-free quality English language education and life skills development opportunities), in which she designed and taught daily for 5 weeks. With the aim of fostering the students’ passion in science and highlighting how science can be applied in our everyday lives, students learned about various science concepts through interesting hands-on experiments with materials that can be found in the kitchen. For instance, they learned about melting point depression through “Making Ice Cream” experiment, the characteristic of fat through “Color-changing Milk”, neutralization through “Building a Volcano”, vibration through “Singing Glasses”, and more. They also learned about the scientific method and applied it to their final project: the students came up with questions they were curious about from their everyday lives and the demonstrations they have done in class. The students then followed the scientific method to discover the answers to the questions, and created a little booklet to share their findings with the general public. | ||
</h2> | </h2> | ||
− | + | <br><br><br> | |
</center> | </center> | ||
Line 776: | Line 827: | ||
<center> | <center> | ||
− | <img src="https://static.igem.org/mediawiki/2018/2/27/T--NYU_Abu_Dhabi--Lebanon.png | + | <img src="https://static.igem.org/mediawiki/2018/2/27/T--NYU_Abu_Dhabi--Lebanon.png"class="center"> |
<br> | <br> | ||
<h4><u>Presenter:</u></h4><h2><i>Adnan Ali-Hassan</i></h2> | <h4><u>Presenter:</u></h4><h2><i>Adnan Ali-Hassan</i></h2> | ||
Line 789: | Line 840: | ||
<h2>The following Saturday, August 25th, a meeting was held with the Rovers, about 15 students, in an eco-cafe in the town of Chebanieh. There, many of the students spoke about what their understanding of the STEM field is, including future job opportunities. A presentation was then given from the iGEM member about the array of possible STEM majors and universities to pursue, putting attention on NYUAD as a good example that not many of the students knew about. The topic followed with what opportunities are available in the STEM field both after graduation and during university.The focus then shifted to iGEM where the presenter spoke about their team’s project and experience, as well as what iGEM is as a whole and what projects other universities have worked on in the past. The idea of starting an iGEM project the following year in new universities, such as the American University of Beirut, was also discussed. The event consisted of short presentations followed by longer conversations and took about 3 hours. | <h2>The following Saturday, August 25th, a meeting was held with the Rovers, about 15 students, in an eco-cafe in the town of Chebanieh. There, many of the students spoke about what their understanding of the STEM field is, including future job opportunities. A presentation was then given from the iGEM member about the array of possible STEM majors and universities to pursue, putting attention on NYUAD as a good example that not many of the students knew about. The topic followed with what opportunities are available in the STEM field both after graduation and during university.The focus then shifted to iGEM where the presenter spoke about their team’s project and experience, as well as what iGEM is as a whole and what projects other universities have worked on in the past. The idea of starting an iGEM project the following year in new universities, such as the American University of Beirut, was also discussed. The event consisted of short presentations followed by longer conversations and took about 3 hours. | ||
</h2> | </h2> | ||
+ | <br><br><br> | ||
</center> | </center> | ||
Line 799: | Line 851: | ||
<center> | <center> | ||
− | <img src="https://static.igem.org/mediawiki/2018/f/f1/T--NYU_Abu_Dhabi--Australia.jpeg | + | <img src="https://static.igem.org/mediawiki/2018/f/f1/T--NYU_Abu_Dhabi--Australia.jpeg" class="center"> |
<br> | <br> | ||
<h4><u>Presenter:</h4></u><h2><i>Sion Hau</i></h2> | <h4><u>Presenter:</h4></u><h2><i>Sion Hau</i></h2> | ||
Line 812: | Line 864: | ||
<br> | <br> | ||
<embed src="https://static.igem.org/mediawiki/2018/e/ee/T--NYU_Abu_Dhabi--Outreach_presentation.pdf" width="800" height="350" type='application/pdf' class="center"> | <embed src="https://static.igem.org/mediawiki/2018/e/ee/T--NYU_Abu_Dhabi--Outreach_presentation.pdf" width="800" height="350" type='application/pdf' class="center"> | ||
− | + | <br><br><br> | |
</center> | </center> | ||
</article> | </article> | ||
</div> | </div> | ||
+ | </div> | ||
+ | <footer class="footer"> | ||
+ | <div class="columns2"> | ||
+ | <a href="https://2018.igem.org/Team:NYU_Abu_Dhabi" target="_blank"><img src="https://static.igem.org/mediawiki/2018/d/d9/T--NYU_Abu_Dhabi--PathoGene2.png" alt="sponsor" width="200" margin-left="60px" ></a> | ||
+ | <br> | ||
+ | <a href="mailto:nyuad.igem@nyu.edu" target="_blank"><span class="fa fa-google"></span></a> | ||
+ | <a href="https://www.facebook.com/iGEMNYUAD/" target="_blank"><span class="fa fa-facebook"></span></a> | ||
+ | <a href="https://www.twitter.com/igemnyuad/" target="_blank"><span class="fa fa-twitter"></span></a> | ||
+ | <a href="https://www.instagram.com/igem_nyuad/" target="_blank"><span class="fa fa-instagram"></span></a> | ||
+ | |||
+ | </div> | ||
+ | <div class="columns"> | ||
+ | <h3>Sponsors:</h3> | ||
+ | <a href="https://worldwide.promega.com/" target="_blank"><img src="https://static.igem.org/mediawiki/2018/2/23/T--NYU_Abu_Dhabi--Promega.jpeg" alt="sponsor" width="90"></a> | ||
+ | <a href="http://www.appslink-me.com/" target="_blank"><img src="https://static.igem.org/mediawiki/2018/f/f6/T--NYU_Abu_Dhabi--Appslink2.png" alt="sponsor" width="90"></a> | ||
+ | <a href="https://eu.idtdna.com/pages" target="_blank"><img src="https://static.igem.org/mediawiki/2018/1/17/T--NYU_Abu_Dhabi--IDT.png" alt="sponsor" width="90"></a> | ||
+ | <a href="https://www.mathworks.com/" target="_blank"><img src="https://static.igem.org/mediawiki/2018/7/7f/T--NYU_Abu_Dhabi--Mathworks.png" alt="sponsor" width="90"></a> | ||
+ | <a href="http://www.snapgene.com/" target="_blank"><img src="https://static.igem.org/mediawiki/2018/5/59/T--NYU_Abu_Dhabi--snapgene.png" alt="sponsor" width="90"></a> | ||
+ | <a href="https://www.geneious.com/" target="_blank"><img src="https://static.igem.org/mediawiki/2018/0/06/T--NYU_Abu_Dhabi--Geneious.png" alt="sponsor" width="90"></a> | ||
+ | <a href="https://www.jenabioscience.com/" target="_blank"><img src="https://static.igem.org/mediawiki/2018/7/7a/T--NYU_Abu_Dhabi--JenaBioscience.png" alt="sponsor" width="90"></a> | ||
+ | |||
+ | </div> | ||
+ | |||
+ | </footer> | ||
+ | </body> | ||
<!--script for buttons --> | <!--script for buttons --> | ||
Line 837: | Line 914: | ||
− | |||
− | |||
Line 896: | Line 971: | ||
</button> | </button> | ||
− | + | <div class="collapse navbar-collapse" id="navbarSupportedContent"> | |
− | + | <ul class="navbar-nav mr-auto"> | |
− | + | <li class="nav-item" > | |
− | + | <a class="nav-link" href="https://2018.igem.org/Team:NYU_Abu_Dhabi">Home<span class="sr-only"></span></a> | |
− | + | </li> | |
− | + | <li class="nav-item dropdown"> | |
− | + | <a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> | |
− | + | People | |
− | + | </a> | |
− | + | <div class="dropdown-menu" aria-labelledby="navbarDropdown"> | |
− | + | <a class="dropdown-item" href="https://2018.igem.org/Team:NYU_Abu_Dhabi/Team">Team</a> | |
− | + | <a class="dropdown-item" href="https://2018.igem.org/Team:NYU_Abu_Dhabi/Attributions">Attributions</a> | |
− | + | <a class="dropdown-item" href="https://2018.igem.org/Team:NYU_Abu_Dhabi/Sponsors">Sponsors</a> | |
− | + | <a class="dropdown-item" href="https://2018.igem.org/Team:NYU_Abu_Dhabi/About_Us">About Us</a> | |
− | + | </div> | |
− | + | </li> | |
− | + | <li class="nav-item dropdown"> | |
− | + | <a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> | |
− | + | Project | |
− | + | </a> | |
− | + | <div class="dropdown-menu" aria-labelledby="navbarDropdown"> | |
− | + | <a class="dropdown-item" href="https://2018.igem.org/Team:NYU_Abu_Dhabi/Description">Description</a> | |
− | + | ||
− | + | <a class="dropdown-item" href="https://2018.igem.org/Team:NYU_Abu_Dhabi/Demonstrate">Demonstration</a> | |
− | + | <a class="dropdown-item" href="https://2018.igem.org/Team:NYU_Abu_Dhabi/Results">Results</a> | |
− | + | <a class="dropdown-item" href="https://2018.igem.org/Team:NYU_Abu_Dhabi/Parts">Parts</a> | |
− | + | <a class="dropdown-item" href="https://2018.igem.org/Team:NYU_Abu_Dhabi/Safety">Safety</a> | |
− | + | <a class="dropdown-item" href="https://2018.igem.org/Team:NYU_Abu_Dhabi/InterLab">Interlab</a> | |
− | <a class="dropdown-item" href="https://2018.igem.org/Team:NYU_Abu_Dhabi/ | + | <a class="dropdown-item" href="https://2018.igem.org/Team:NYU_Abu_Dhabi/Model">Modelling</a> |
+ | <a class="dropdown-item" href="https://2018.igem.org/Team:NYU_Abu_Dhabi/Medal_Requirements">Medal Requirements</a> | ||
+ | </div> | ||
+ | </li> | ||
+ | <li class="nav-item" > | ||
+ | <a class="nav-link" href="https://2018.igem.org/Team:NYU_Abu_Dhabi/Hardware">Design<span class="sr-only"></span></a> | ||
+ | </li> | ||
+ | <li class="nav-item dropdown"> | ||
+ | <a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> | ||
+ | Lab notebooks | ||
+ | </a> | ||
+ | <div class="dropdown-menu" aria-labelledby="navbarDropdown"> | ||
+ | <a class="dropdown-item" href="https://2018.igem.org/Team:NYU_Abu_Dhabi/Biology">Biology</a> | ||
+ | <a class="dropdown-item" href="https://2018.igem.org/Team:NYU_Abu_Dhabi/Ideation">Ideation</a> | ||
+ | <a class="dropdown-item" href="https://2018.igem.org/Team:NYU_Abu_Dhabi/Engineering">Engineering</a> | ||
</div> | </div> | ||
− | + | </li> | |
+ | <li class="nav-item" > | ||
+ | <a class="nav-link" href="https://2018.igem.org/Team:NYU_Abu_Dhabi/Entrepreneurship">Entrepreneurship<span class="sr-only"></span></a> | ||
+ | </li> | ||
− | + | <li class="nav-item dropdown"> | |
− | + | <a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> | |
− | + | Human practices | |
− | + | </a> | |
− | + | <div class="dropdown-menu" aria-labelledby="navbarDropdown"> | |
− | + | <a class="dropdown-item" href="https://2018.igem.org/Team:NYU_Abu_Dhabi/Public_Engagement">Education and Public Engagement</a> | |
− | + | <a class="dropdown-item" href="https://2018.igem.org/Team:NYU_Abu_Dhabi/Human_Practices">Integrated Human Practices</a> | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | <a class="dropdown-item" href="https://2018.igem.org/Team:NYU_Abu_Dhabi/ | + | |
− | + | ||
<a class="dropdown-item" href="https://2018.igem.org/Team:NYU_Abu_Dhabi/Home_Outreach">Home Country Outreach</a> | <a class="dropdown-item" href="https://2018.igem.org/Team:NYU_Abu_Dhabi/Home_Outreach">Home Country Outreach</a> | ||
<a class="dropdown-item" href="https://2018.igem.org/Team:NYU_Abu_Dhabi/Social_Media">Social Media</a> | <a class="dropdown-item" href="https://2018.igem.org/Team:NYU_Abu_Dhabi/Social_Media">Social Media</a> | ||
− | + | </div> | |
− | + | </li> | |
− | + | <li class="nav-item" > | |
− | + | <a class="nav-link" href="https://2018.igem.org/Team:NYU_Abu_Dhabi/Collaborations">Collaborations<span class="sr-only"></span></a> | |
− | + | </li> | |
+ | </ul> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
</div> | </div> | ||
</nav> | </nav> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
<!-- Footer Ends --> | <!-- Footer Ends --> |
Latest revision as of 19:53, 17 October 2018