Line 31: | Line 31: | ||
#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; } | ||
.judges-will-not-evaluate { border: 4px solid #e4dede; padding: 2% !important; width: 92%!important;} | .judges-will-not-evaluate { border: 4px solid #e4dede; padding: 2% !important; width: 92%!important;} | ||
Line 140: | Line 140: | ||
} | } | ||
/*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 504: | Line 504: | ||
h3 { | h3 { | ||
font-family: 'IBM Plex Sans', serif; | font-family: 'IBM Plex Sans', serif; | ||
− | color: | + | color: white; |
− | font-size: | + | font-size: 15px; |
− | text-align: left; | + | /* text-align: left; */ |
/* margin-right: 90px; | /* margin-right: 90px; | ||
margin-left: 90px; */ | margin-left: 90px; */ | ||
Line 528: | Line 528: | ||
} | } | ||
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: no-repeat; | |
} | } | ||
div{ | div{ | ||
Line 541: | Line 541: | ||
margin-left: auto; | margin-left: auto; | ||
margin-right: auto; | margin-right: auto; | ||
− | width: | + | width: 50%; |
} | } | ||
.tablinks { | .tablinks { | ||
Line 640: | Line 640: | ||
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: 15px; | ||
+ | |||
+ | } | ||
+ | |||
+ | #globalWrapper { | ||
+ | position: relative; | ||
+ | font-size: 127%; | ||
+ | width: 100%; | ||
+ | margin: 0; | ||
+ | padding: 0; | ||
+ | } | ||
</style> | </style> | ||
− | < | + | |
− | + | <div class="bg"></div> | |
− | + | ||
− | < | + | <body> |
− | < | + | <div class="content"> |
− | <h6><b>Ideation & Analysis</b></h6> | + | <div class="content-inside"> |
+ | <h6><b>Ideation & Analysis</b></h6> | ||
<h2> Before we began working on any aspect of the project from engineering to biology to design, we went through an extensive ideation phase which involved utilizing ideation methods like mind maps, sketching, SCAMPER, and alternatives words.</h2> | <h2> Before we began working on any aspect of the project from engineering to biology to design, we went through an extensive ideation phase which involved utilizing ideation methods like mind maps, sketching, SCAMPER, and alternatives words.</h2> | ||
Line 763: | Line 812: | ||
</h2> | </h2> | ||
<br> | <br> | ||
− | <h2>What we have discovered during our global outreach to pregnant women from Bosnia and Herzegovina, Abu Dhabi, to Taiwan is that the device can help alleviate worries and simplify many everyday activities. We have noticed the general knowledge among the women of dangers in food such as contraction of Listeria and its threat to the child. They have expressed strong interest in using the device for help in making sure the threat of the food they consume both at home and in restaurants is as low as possible. The desired price fluctuated between 25 and 100$ and 5$ for the repeatable and replaceable part of the device. A possible point of concern for some was the awkwardness of using a device to check food publicly in restaurants which is something the culture dictates. We foresee that as the device and food safety become more popular, the public usage of the device will become more acceptable and normal. For detailed interview records of pregnant women, please consult the following | + | <h2>What we have discovered during our global outreach to pregnant women from Bosnia and Herzegovina, Abu Dhabi, to Taiwan is that the device can help alleviate worries and simplify many everyday activities. We have noticed the general knowledge among the women of dangers in food such as contraction of Listeria and its threat to the child. They have expressed strong interest in using the device for help in making sure the threat of the food they consume both at home and in restaurants is as low as possible. The desired price fluctuated between 25 and 100$ and 5$ for the repeatable and replaceable part of the device. A possible point of concern for some was the awkwardness of using a device to check food publicly in restaurants which is something the culture dictates. We foresee that as the device and food safety become more popular, the public usage of the device will become more acceptable and normal. For detailed interview records of pregnant women, please consult the following |
<a href="https://static.igem.org/mediawiki/2018/9/96/T--NYU_Abu_Dhabi--Interview_Pregnant_Women.pdf" target="_blank">link.</a></h2> | <a href="https://static.igem.org/mediawiki/2018/9/96/T--NYU_Abu_Dhabi--Interview_Pregnant_Women.pdf" target="_blank">link.</a></h2> | ||
<br> | <br> | ||
Line 865: | Line 914: | ||
</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/b/b4/T--NYU_Abu_Dhabi--PathoGene.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 --> | ||
<script> | <script> | ||
Line 884: | Line 956: | ||
</script> | </script> | ||
− | |||
− | |||
− | |||
Line 976: | Line 1,045: | ||
<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/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/Interlab">Interlab</a> | ||
+ | <a class="dropdown-item" href="https://2018.igem.org/Team:NYU_Abu_Dhabi/Modelling">Modelling</a> | ||
<a class="dropdown-item" href="https://2018.igem.org/Team:NYU_Abu_Dhabi/Medal_Requirments">Medal Requirements</a> | <a class="dropdown-item" href="https://2018.igem.org/Team:NYU_Abu_Dhabi/Medal_Requirments">Medal Requirements</a> | ||
</div> | </div> | ||
Line 1,002: | Line 1,072: | ||
<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> | </div> | ||
− | |||
− | |||
− | |||
− | |||
</li> | </li> | ||
Line 1,024: | Line 1,090: | ||
</div> | </div> | ||
</nav> | </nav> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
<!-- Footer Ends --> | <!-- Footer Ends --> | ||
</body> | </body> |
Revision as of 18:18, 11 October 2018
<!DOCTYPE html>