Difference between revisions of "Team:NYU Abu Dhabi"

 
(111 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
<html>
 
<html>
  <head>
+
 
 +
<head>
 
     <!-- jQuery -->
 
     <!-- jQuery -->
 
     <script type="text/javascript" src="https://2017.igem.org/Template:NYU_Abu_Dhabi/jQuery?action=raw&ctype=text/javascript"></script>
 
     <script type="text/javascript" src="https://2017.igem.org/Template:NYU_Abu_Dhabi/jQuery?action=raw&ctype=text/javascript"></script>
 +
    <!-- Popper -->
 +
    <script type="text/javascript" src="https://2017.igem.org/Template:NYU_Abu_Dhabi/Popper?action=raw&ctype=text/javascript"></script>
 
     <!-- Bootstrap -->
 
     <!-- Bootstrap -->
 
     <link rel="stylesheet" href="https://2017.igem.org/Template:NYU_Abu_Dhabi/BootstrapCSS?action=raw&ctype=text/css" />
 
     <link rel="stylesheet" href="https://2017.igem.org/Template:NYU_Abu_Dhabi/BootstrapCSS?action=raw&ctype=text/css" />
 
     <script type="text/javascript" src="https://2017.igem.org/Template:NYU_Abu_Dhabi/BootstrapJS?action=raw&ctype=text/javascript"></script>
 
     <script type="text/javascript" src="https://2017.igem.org/Template:NYU_Abu_Dhabi/BootstrapJS?action=raw&ctype=text/javascript"></script>
 +
 +
 +
 
     <!-- Reset CSS -->
 
     <!-- Reset CSS -->
 
     <link rel="stylesheet" href="https://2017.igem.org/Template:NYU_Abu_Dhabi/ResetCSS?action=raw&ctype=text/css" />
 
     <link rel="stylesheet" href="https://2017.igem.org/Template:NYU_Abu_Dhabi/ResetCSS?action=raw&ctype=text/css" />
 +
  
 
     <!-- BEGIN CUSTOM CSS -->
 
     <!-- BEGIN CUSTOM CSS -->
  
     <link rel="stylesheet" href="https://2017.igem.org/Template:NYU_Abu_Dhabi/CSS?action=raw&ctype=text/css" /> -->
+
     <link rel="stylesheet" href="https://2017.igem.org/Template:NYU_Abu_Dhabi/CSS?action=raw&ctype=text/css" />
 
     <!-- <link rel="stylesheet" href="./style.css" /> -->
 
     <!-- <link rel="stylesheet" href="./style.css" /> -->
  
     <link rel="stylesheet" href="https://2017.igem.org/Template:NYU_Abu_Dhabi/homeCSS?action=raw&ctype=text/css" /> -->
+
     <link rel="stylesheet" href="https://2017.igem.org/Template:NYU_Abu_Dhabi/homeCSS?action=raw&ctype=text/css" />
 
     <!-- <link rel="stylesheet" href="./home.css" /> -->
 
     <!-- <link rel="stylesheet" href="./home.css" /> -->
  
 
     <!-- END CUSTOM CSS -->
 
     <!-- END CUSTOM CSS -->
  
  </head>
+
    <script>
  <body>
+
        window.onload = () => {
 +
            var activated;
 +
            var svg = document.getElementById("hero-image").getSVGDocument();
 +
 
 +
            var links = [
 +
                ["bio", "https://2017.igem.org/Team:NYU_Abu_Dhabi/Description"],
 +
                ["engineering", "https://2017.igem.org/Team:NYU_Abu_Dhabi/Description"],
 +
                ["demo", "https://2017.igem.org/Team:NYU_Abu_Dhabi/Demonstrate"],
 +
                ["integrated", "https://2017.igem.org/Team:NYU_Abu_Dhabi/HP/Gold_Integrated"],
 +
                ["hpsilver", "https://2017.igem.org/Team:NYU_Abu_Dhabi/HP/Silver"],
 +
                ["englab", "https://2017.igem.org/Team:NYU_Abu_Dhabi/Engineering"],
 +
                ["design", "https://2017.igem.org/Team:NYU_Abu_Dhabi/Applied_Design"],
 +
                ["app", "https://2017.igem.org/Team:NYU_Abu_Dhabi/HP/Silver"],
 +
                ["attributions", "https://2017.igem.org/Team:NYU_Abu_Dhabi/Attributions"],
 +
                ["team", "https://2017.igem.org/Team:NYU_Abu_Dhabi/Team"],
 +
                ["parts", "https://2017.igem.org/Team:NYU_Abu_Dhabi/Parts"],
 +
                ["results", "https://2017.igem.org/Team:NYU_Abu_Dhabi/Results"],
 +
                ["protocols", "https://2017.igem.org/Team:NYU_Abu_Dhabi/Protocols"],
 +
                ["biolab", "https://2017.igem.org/Team:NYU_Abu_Dhabi/Biology"]
 +
            ]
 +
 
 +
            links.forEach(function (link) {
 +
                $(svg.getElementById(link[0])).hover(function () {
 +
                    $(this).css('cursor', 'pointer');
 +
                }, function () {
 +
                    $(this).css('cursor', 'auto');
 +
                }).click(function () {
 +
                    window.location.href = link[1];
 +
                });
 +
            });
 +
 
 +
 
 +
        }
 +
    </script>
 +
</head>
 +
 
 +
<body>
 
     <div id="app">
 
     <div id="app">
      <!-- Navbar -->
+
        <!-- Navbar -->
      <nav class="navbar navbar-default navbar-fixed-top" id="nav">
+
        <nav class="navbar navbar-expand-lg fixed-top navbar-light bg-light">
        <div class="container-fluid">
+
             <a class="navbar-brand" href="https://2017.igem.org/Team:NYU_Abu_Dhabi">
          <div class="navbar-header">
+
                <img src="https://static.igem.org/mediawiki/2017/0/0d/T--NYU_Abu_Dhabi--horizontal-logo.png" alt="" />
             <a class="navbar-brand" href="#">
+
              <img src="https://static.igem.org/mediawiki/2017/0/0d/T--NYU_Abu_Dhabi--horizontal-logo.png">
+
 
             </a>
 
             </a>
          </div>
+
            <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNavDropdown" aria-controls="navbarNavDropdown"
          <ul class="nav navbar-nav">
+
                aria-expanded="false" aria-label="Toggle navigation">
            <li><a href="https://2017.igem.org/Team:NYU_Abu_Dhabi">Home</a></li>
+
                <span class="navbar-toggler-icon"></span>
 +
            </button>
 +
            <div class="collapse navbar-collapse" id="navbarNavDropdown">
 +
                <ul class="navbar-nav">
 +
                    <li class="nav-item">
 +
                        <a class="nav-link" href="https://2017.igem.org/Team:NYU_Abu_Dhabi">Home
 +
                            <span class="sr-only">(current)</span>
 +
                        </a>
 +
                    </li>
 +
                    <li class="nav-item dropdown">
 +
                        <a class="nav-link dropdown-toggle" href="#" id="navbarDropdownMenuLink" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
 +
                            Project
 +
                        </a>
 +
                        <div class="dropdown-menu" aria-labelledby="navbarDropdownMenuLink">
 +
                            <a class="dropdown-item" href="https://2017.igem.org/Team:NYU_Abu_Dhabi/Description">Our Project</a>
 +
                            <a class="dropdown-item" href="https://2017.igem.org/Team:NYU_Abu_Dhabi/Results">Results</a>
 +
                            <a class="dropdown-item" href="https://2017.igem.org/Team:NYU_Abu_Dhabi/Parts">Parts</a>
 +
                            <a class="dropdown-item" href="https://2017.igem.org/Team:NYU_Abu_Dhabi/Demonstrate">Demo</a>
 +
                            <a class="dropdown-item" href="https://2017.igem.org/Team:NYU_Abu_Dhabi/Applied_Design">Design</a>
 +
                        </div>
 +
                    </li>
  
            <li class="dropdown">
+
                    <li class="nav-item">
              <a class="dropdown-toggle" data-toggle="dropdown" href="#">Project
+
                        <a class="nav-link" href="https://2017.igem.org/Team:NYU_Abu_Dhabi/Collaborations">Collaborations</a>
              <span class="caret"></span></a>
+
                    </li>
              <ul class="dropdown-menu">
+
                <li><a href="https://2017.igem.org/Team:NYU_Abu_Dhabi/Results">Results</a></li>
+
                <li><a href="https://2017.igem.org/Team:NYU_Abu_Dhabi/Parts">Parts</a></li>
+
                <li><a href="https://2017.igem.org/Team:NYU_Abu_Dhabi/Demonstrate">Demo</a></li>
+
                <li><a href="https://2017.igem.org/Team:NYU_Abu_Dhabi/Model">Model</a></li>
+
                <li><a href="https://2017.igem.org/Team:NYU_Abu_Dhabi/Design">Design</a></li>
+
              </ul>
+
            </li>
+
  
            <li><a href="https://2017.igem.org/Team:NYU_Abu_Dhabi/Collaborations">Collaborations</a></li>
+
                    <li class="nav-item dropdown">
 +
                        <a class="nav-link dropdown-toggle" href="#" id="navbarDropdownMenuLink" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
 +
                            Lab Notebook
 +
                        </a>
 +
                        <div class="dropdown-menu" aria-labelledby="navbarDropdownMenuLink">
 +
                            <a class="dropdown-item" href="https://2017.igem.org/Team:NYU_Abu_Dhabi/Biology">Biology</a>
 +
                            <a class="dropdown-item" href="https://2017.igem.org/Team:NYU_Abu_Dhabi/Engineering">Engineering</a>
 +
                            <a class="dropdown-item" href="https://2017.igem.org/Team:NYU_Abu_Dhabi/Protocols">Protocols</a>
 +
                        </div>
 +
                    </li>
  
            <li class="dropdown">
+
                    <li class="nav-item dropdown">
              <a class="dropdown-toggle" data-toggle="dropdown" href="#">Lab Notebook
+
                        <a class="nav-link dropdown-toggle" href="#" id="navbarDropdownMenuLink" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
              <span class="caret"></span></a>
+
                            Human Practices
              <ul class="dropdown-menu">
+
                        </a>
                <li><a href="https://2017.igem.org/Team:NYU_Abu_Dhabi/Biology">Biology</a></li>
+
                        <div class="dropdown-menu" aria-labelledby="navbarDropdownMenuLink">
                <li><a href="https://2017.igem.org/Team:NYU_Abu_Dhabi/Engineering">Engineering</a></li>
+
                            <a class="dropdown-item" href="https://2017.igem.org/Team:NYU_Abu_Dhabi/HP">Overview</a>
                <li><a href="https://2017.igem.org/Team:NYU_Abu_Dhabi/Protocols">Protocols</a></li>
+
                            <a class="dropdown-item" href="https://2017.igem.org/Team:NYU_Abu_Dhabi/HP/Silver">Human Practices</a>
              </ul>
+
                            <a class="dropdown-item" href="https://2017.igem.org/Team:NYU_Abu_Dhabi/HP/Gold_Integrated">Integrated Human Practices</a>
            </li>
+
                            <a class="dropdown-item" href="https://2017.igem.org/Team:NYU_Abu_Dhabi/Engagement">Engagement and Education</a>
 +
                        </div>
 +
                    </li>
  
            <li class="dropdown">
+
                    <li class="nav-item">
              <a class="dropdown-toggle" data-toggle="dropdown" href="#">Human Practices
+
                        <a class="nav-link" href="https://2017.igem.org/Team:NYU_Abu_Dhabi/InterLab">Interlab</a>
              <span class="caret"></span></a>
+
                    </li>
              <ul class="dropdown-menu">
+
                <li><a href="https://2017.igem.org/Team:NYU_Abu_Dhabi/HP/Silver">Human Practices</a></li>
+
                <li><a href="https://2017.igem.org/Team:NYU_Abu_Dhabi/HP/Gold_Integrated">Integrated Practices</a></li>
+
                <li><a href="https://2017.igem.org/Team:NYU_Abu_Dhabi/Engagement">Engagement and Education</a></li>
+
              </ul>
+
            </li>
+
  
            <li><a href="https://2017.igem.org/Team:NYU_Abu_Dhabi/InterLab">Interlab</a></li>
+
                    <li class="nav-item dropdown">
            <li class="dropdown">
+
                        <a class="nav-link dropdown-toggle" href="#" id="navbarDropdownMenuLink" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
              <a class="dropdown-toggle" data-toggle="dropdown" href="#">Team
+
                            Team
              <span class="caret"></span></a>
+
                        </a>
              <ul class="dropdown-menu">
+
                        <div class="dropdown-menu" aria-labelledby="navbarDropdownMenuLink">
                <li><a href="https://2017.igem.org/Team:NYU_Abu_Dhabi/Team">Team</a></li>
+
                            <a class="dropdown-item" href="https://2017.igem.org/Team:NYU_Abu_Dhabi/Team">Team</a>
                <li><a href="https://2017.igem.org/Team:NYU_Abu_Dhabi/Attributions">Attributions</a></li>
+
                            <a class="dropdown-item" href="https://2017.igem.org/Team:NYU_Abu_Dhabi/Attributions">Attributions</a>
              </ul>
+
                        </div>
            </li>
+
                    </li>
          </ul>
+
                </ul>
        </div>
+
            </div>
      </nav>
+
        </nav>
  
      <!-- BEGIN CONTENT HERE -->
+
        <!-- BEGIN CONTENT HERE https://static.igem.org/mediawiki/2017/b/b2/FinalImg.svg-->
  
      <img id="hero-image" src="https://static.igem.org/mediawiki/2017/4/4c/T--NYU_Abu_Dhabi--homepage.jpg"/>
+
        <object id="hero-image" data="https://static.igem.org/mediawiki/2017/b/b2/FinalImg.svg" type="image/svg+xml"> </object>
      <div class="home-content">
+
        <div class="container-fluid">
+
          <p class="lead">The most common type of bacterial infection stems from contact with Escherichia coli, which when ingested can cause a variety of symptoms ranging from nausea to diarrhea.
+
          Shiga toxin-producing E. coli (STECs) are responsible for the majority of foodborne E. coli infections because the shiga toxin produced inhibits protein synthesis in all cells.
+
          While most countries now have stringent food safety regulations in place to prevent the sale of contaminated foods, small scale manufacturers, particularly street food vendors, often do not have access, time or pressure to consult laboratories about the safety of their food.
+
          Therefore, STEC-illnesses are still a major problem in countries that revolve around street food.</p>
+
          <p class="lead">Our project aims to produce a portable device that allows for the detection of STEC through the use of loop-mediated isothermal amplification (LAMP), a technique that is similar to, but more sensitive than, polymerase chain reaction (PCR). The end goal of our project is to provide food vendors an opportunity to easily and quickly detect for the presence of STEC in their products to ensure that they are complying with government standards efficiently and conveniently. The results of each test will be uploaded into a database that provides consumers with the date, location and result of each STEC test. This will ensure that both vendor and consumer are safe, leading to a decreased incidence of foodborne E.coli infections.</p>
+
        </div>
+
      </div>
+
  
      <!-- END CONTENT HERE -->
+
        <!-- END CONTENT HERE -->
  
      <!-- Footer -->
+
        <!-- Footer -->
      <div class="footer">
+
        <div class="footer">
        <div class = "container-fluid">
+
            <div class="container-fluid">
          <div class="row">
+
                <div class="row">
          <div class = "col-lg-4">
+
                    <div class="col-lg-4 footer-section">
            <p class = "footer-text footer-section">
+
                        <p class="footer-text">
              NYU Abu Dhabi is a research university with a fully integrated liberal arts and science college. It draws students from around the world, and prepares them for the challenges and opportunities of our interconnected world. </br> <a href="http://nyuad.nyu.edu/en/about.html">Read More</a>
+
                            NYU Abu Dhabi is a research university with a fully integrated liberal arts and science college. It draws students from around
            </p>
+
                            the world, and prepares them for the challenges and opportunities of our interconnected world.
          </div>
+
                            </br>
          <div class = "col-lg-4 footer-section">
+
                            <a href="http://nyuad.nyu.edu/en/about.html">Read More</a>
            <p class = "footer-text">
+
                        </p>
              NYUAD Saadiyat Island </br>
+
                    </div>
              Abu Dhabi, P.O. Box 129188, U.A.E </br>
+
                    <div class="col-lg-4 footer-section">
              <a href="mailto:nyuad.igem@nyu.edu">Email</a> </br>
+
                        <p class="footer-text">
              <a href="https://www.facebook.com/iGEMNYUAD/" target="_blank">Facebook</a> </br>
+
                            NYUAD Saadiyat Island </br>
            </p>
+
                            Abu Dhabi, P.O. Box 129188, U.A.E </br>
          </div>
+
                            <a href="mailto:nyuad.igem@nyu.edu">Email</a>
          <div class = "col-lg-4 footer-section">
+
                            </br>
            <img class = "footer-logo" src="https://static.igem.org/mediawiki/2017/d/d5/T--ETH_Zurich--IDT_logo.jpeg" />
+
                            <a href="https://www.facebook.com/iGEMNYUAD/" target="_blank">Facebook</a>
            <img class = "footer-logo" src="https://static.igem.org/mediawiki/2017/c/c8/NYU_Abu_Dhabi.png" />
+
                            </br>
          </div>
+
                        </p>
        </div>
+
                    </div>
      </div>
+
                    <div class="col-lg-4 footer-section">
      <!-- <div class="footer">
+
                        <img class="footer-logo" src="https://static.igem.org/mediawiki/2017/7/71/IDT.png" />
        <div class="container-fluid">
+
                        <img class="footer-logo2" src="https://static.igem.org/mediawiki/2017/2/2d/T--UrbanTundra_Edmonton--igemlogo.jpg" />
          <div class="row">
+
                        <img class="footer-logo" src="https://static.igem.org/mediawiki/2017/c/c8/NYU_Abu_Dhabi.png" />
            <div class="col-xs-6">
+
                    </div>
              <img src="https://static.igem.org/mediawiki/2017/d/d5/T--ETH_Zurich--IDT_logo.jpeg" />
+
                </div>
              <img src="https://static.igem.org/mediawiki/2017/c/c8/NYU_Abu_Dhabi.png" />
+
 
             </div>
 
             </div>
            <div class="col-xs-6">
 
              <p>Contact us:</p>
 
              <ul>
 
                <li><a href="https://www.facebook.com/iGEMNYUAD/" target="_blank">Facebook</a></li>
 
                <li><a href="mailto:nyuad.igem@nyu.edu">Email</a></li>
 
              </ul>
 
            </div>
 
          </div>
 
 
         </div>
 
         </div>
      </div> -->
+
</body>
    </div>
+
 
  </body>
+
 
</html>
 
</html>

Latest revision as of 17:44, 31 October 2017