|
|
(185 intermediate revisions by 5 users not shown) |
Line 3: |
Line 3: |
| <!-- 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" /> |
Line 8: |
Line 10: |
| <!-- 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="https://2017.igem.org/Template:NYU_Abu_Dhabi/homeCSS?action=raw&ctype=text/css" /> |
| + | <!-- <link rel="stylesheet" href="./home.css" /> --> |
| + | |
| <!-- END CUSTOM CSS --> | | <!-- END CUSTOM CSS --> |
− |
| + | |
| </head> | | </head> |
| <body> | | <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="#">
| + | </a> |
− | <img src="https://static.igem.org/mediawiki/2017/0/0d/T--NYU_Abu_Dhabi--horizontal-logo.png">
| + | <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNavDropdown" aria-controls="navbarNavDropdown" aria-expanded="false" aria-label="Toggle navigation"> |
− | </a>
| + | <span class="navbar-toggler-icon"></span> |
− | </div>
| + | </button> |
− | <ul class="nav navbar-nav">
| + | <div class="collapse navbar-collapse" id="navbarNavDropdown"> |
− | <li><a href="https://2017.igem.org/Team:NYU_Abu_Dhabi">Home</a></li>
| + | <ul class="navbar-nav"> |
− |
| + | <li class="nav-item active"> |
− | <li class="dropdown">
| + | <a class="nav-link" href="https://2017.igem.org/Team:NYU_Abu_Dhabi">Home <span class="sr-only">(current)</span></a> |
− | <a class="dropdown-toggle" data-toggle="dropdown" href="#">Project
| + | |
− | <span class="caret"></span></a>
| + | |
− | <ul class="dropdown-menu">
| + | |
− | <li><a href="https://2017.igem.org/Team:NYU_Abu_Dhabi/Description">Description</a></li>
| + | |
− | <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>
| + | |
− | </ul>
| + | |
| </li> | | </li> |
− |
| + | <li class="nav-item dropdown"> |
− | <li><a href="https://2017.igem.org/Team:NYU_Abu_Dhabi/Collaborations">Collaborations</a></li>
| + | <a class="nav-link dropdown-toggle" href="#" id="navbarDropdownMenuLink" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> |
− |
| + | Project |
− | <li class="dropdown"> | + | </a> |
− | <a class="dropdown-toggle" data-toggle="dropdown" href="#">Lab Notebook | + | <div class="dropdown-menu" aria-labelledby="navbarDropdownMenuLink"> |
− | <span class="caret"></span></a>
| + | <a class="dropdown-item" href="https://2017.igem.org/Team:NYU_Abu_Dhabi/Description">Our Project</a> |
− | <ul class="dropdown-menu"> | + | <a class="dropdown-item" href="https://2017.igem.org/Team:NYU_Abu_Dhabi/Results">Results</a> |
− | <li><a href="https://2017.igem.org/Team:NYU_Abu_Dhabi/Biology">Biology</a></li> | + | <a class="dropdown-item" href="https://2017.igem.org/Team:NYU_Abu_Dhabi/Parts">Parts</a> |
− | <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/Demonstrate">Demo</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/Applied_Design">Design</a> |
− | </ul> | + | </div> |
| </li> | | </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/Collaborations">Collaborations</a> |
− | <span class="caret"></span></a> | + | |
− | <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</a></li>
| + | |
− | </ul>
| + | |
| </li> | | </li> |
− |
| + | |
− | <li><a href="https://2017.igem.org/Team:NYU_Abu_Dhabi/InterLab">Inter Lab</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 | + | Lab Notebook |
− | <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/Biology">Biology</a> |
− | <li><a href="https://2017.igem.org/Team:NYU_Abu_Dhabi/Instructors">Instructors</a></li>
| + | <a class="dropdown-item" href="https://2017.igem.org/Team:NYU_Abu_Dhabi/Engineering">Engineering</a> |
− | <li><a href="https://2017.igem.org/Team:NYU_Abu_Dhabi/About">About Our Lab</a></li>
| + | <a class="dropdown-item" href="https://2017.igem.org/Team:NYU_Abu_Dhabi/Protocols">Protocols</a> |
− | <li><a href="https://2017.igem.org/Team:NYU_Abu_Dhabi/Attributions">Attributions</a></li> | + | </div> |
− | </ul> | + | </li> |
| + | |
| + | <li class="nav-item dropdown"> |
| + | <a class="nav-link dropdown-toggle" href="#" id="navbarDropdownMenuLink" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> |
| + | Human Practices |
| + | </a> |
| + | <div class="dropdown-menu" aria-labelledby="navbarDropdownMenuLink"> |
| + | <a class="dropdown-item" href="https://2017.igem.org/Team:NYU_Abu_Dhabi/HP">Overview</a> |
| + | <a class="dropdown-item" href="https://2017.igem.org/Team:NYU_Abu_Dhabi/HP/Silver">Human Practices</a> |
| + | <a class="dropdown-item" href="https://2017.igem.org/Team:NYU_Abu_Dhabi/HP/Gold_Integrated">Integrated Human Practices</a> |
| + | <a class="dropdown-item" href="https://2017.igem.org/Team:NYU_Abu_Dhabi/Engagement">Engagement and Education</a> |
| + | </div> |
| + | </li> |
| + | |
| + | <li class="nav-item"> |
| + | <a class="nav-link" href="https://2017.igem.org/Team:NYU_Abu_Dhabi/InterLab">Interlab</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"> |
| + | Team |
| + | </a> |
| + | <div class="dropdown-menu" aria-labelledby="navbarDropdownMenuLink"> |
| + | <a class="dropdown-item" href="https://2017.igem.org/Team:NYU_Abu_Dhabi/Team">Team</a> |
| + | <a class="dropdown-item" href="https://2017.igem.org/Team:NYU_Abu_Dhabi/Attributions">Attributions</a> |
| + | </div> |
| </li> | | </li> |
| </ul> | | </ul> |
| </div> | | </div> |
| </nav> | | </nav> |
| + | |
| + | <img id="illustration-hero-image" src="https://static.igem.org/mediawiki/2017/c/c1/OrPj.png"/> |
| + | <div class="section-block"> |
| + | |
| + | <div class="tab"> |
| + | <button class="tablinks" onclick="openTab(event, 'Concern')" id="defaultOpen">Concern</button> |
| + | <button class="tablinks" onclick="openTab(event, 'Project Description')">Project Description</button> |
| + | <button class="tablinks" onclick="openTab(event, 'iGEM NYU Abu Dhabi 2016')">iGEM NYU Abu Dhabi 2016</button> |
| + | <button class="tablinks" onclick="openTab(event, 'Medal Requirements')" id="defaultOpen">Medal Requirements</button> |
| + | |
| + | </div> |
| + | |
| + | <br> |
| + | |
| + | <div id="Concern" class="tabcontent"> |
| + | <article> |
| + | <h2 class="section-header">What is STEC?</h2> |
| + | <p class="section-content"> |
| + | |
| + | <i>Escherichia coli</i> is part of the Enterobacteriaceae family, which includes a great diversity of Gram-negative rods and some of the most common etiologic agents of foodborne disease. Organisms of this family contain antigenic walls that allow the distinction of several serotypes within the same species. There are three types of antigens used in the classification of serotypes: O-antigens (composed by the outer lipopolysaccharide or LPS), K-antigens (capsule-forming polysaccharides), and H-antigens (flagellar proteins). The name of the serotype is given by the variant (a number) of each type of antigen next to its letter. Not all organisms contain the three types. |
| + | </p> |
| + | <p class="section-content"> |
| + | Shiga toxin-producing <i>Escherichia coli</i> (STEC) is a group of enterohemorrhagic strains of <i>E. coli</i> (EHEC) that are responsible for foodborne disease. The O157:H7 serotype is the most prevalent strain of STEC. <sup>1</sup> |
| + | </p> |
| + | |
| + | <h2 class="section-header">Why is STEC a major concern?</h2> |
| + | <p class="section-content"> |
| + | |
| + | Globally, 1 in every 10 people is affected by foodborne diseases each year. In 2015, the WHO found that 600 million individuals were affected by such diseases and 420,000 died as a result (Figure 1). |
| + | STEC causes over 70,000 infections per year in the United States alone. A portion of these individuals will experience kidney failure after 6 days, 50% of which will require renal replacement therapy.<sup>2</sup> |
| + | Countries of low- and middle-income are the most affected due to unsafe practices of food production and storage (Figure 2). <br> |
| + | <img class="section-image-larger" src="https://static.igem.org/mediawiki/2017/0/00/WHOFoodborneDis2.png"/> |
| + | <center><div id="caption"> <figcaption><center><b>Figure 1.</b> WHO epidemiological data of foodborne illnesses</center></figcaption> </div> |
| + | <br> |
| + | <img class="section-image-full" src="https://static.igem.org/mediawiki/2017/5/5a/Foodborne_disease_WHO.png"/> |
| + | <center><div id="caption"> <figcaption><center><b>Figure 2. </b>WHO prevalence map of foodborne illnesses</center></figcaption> </div> |
| + | <br> |
| + | </p> |
| + | |
| + | <h2 class="section-header">What is the mode of action?</h2> |
| + | <p class="section-content"> |
| + | |
| + | |
| + | Shiga toxin is an exotoxin of the AB type. The subunit B directs binding to a glycolipid that acts as a receptor in eukaryotic cells, globotriasylceramide (Gb3). Upon binding, the Shiga toxin is internalised by endocytosis. The endocytotic vacuole is transported to the trans-Golgi network, where subunit A exits through the vacuolar membrane and enters the cytoplasm. Then, this subunit enzymatically modifies the 28S rRNA of the 60S rRNA subunit by removing an adenine base. As a result, the binding of aminoacyl tRNA to the ribosome (dependent on elongation factor 1) is prevented, effectively blocking protein synthesis.<sup>2</sup> Shiga toxin also induces apoptosis (Figure 3).<sup>3</sup> <br> <br> |
| + | <img class="section-image-larger" src="https://static.igem.org/mediawiki/2017/8/83/ModeAction.png"/> |
| + | <center><div id="caption"> <figcaption><center><b>Figure 3.</b> Shiga-toxin's mode of action</center></figcaption> </div> |
| + | <br> |
| + | </p> |
| + | <h2 class="section-header">What are the symptoms of STEC infections?</h2> |
| + | <p class="section-content"> |
| + | |
| + | As an EHEC strain, STEC are capable of delivering virulence factors to epithelial cells in the surface of the colon through a contact secretion system. These factors alter the structure of the cytoskeleton of the eukaryotic cell, resulting in the formation of a pedestal where the bacterium sits. Moreover, the virulence factors trigger the expression of intimin receptors that tightly bind to the bacterium. It is thought that the deformation of the intestinal epithelium affects its absorptive functions, thus leading to diarrhea. In addition, the secretion of Shiga toxin causes capillary thrombosis and inflammation in the colonic mucosa, |
| + | leading to the manifestation of blood in stool. In more severe cases, the circulation of Shiga toxin can cause hemolytic uremic syndrome (HUS), a life threatening disease characterized by renal failure, low platelet count, and haemolytic anemia.<sup>4</sup> In the US alone, this strain causes 70,000 infections per year. Even more worrying is the fact that 6-9% of those causes resulted in HUS. 5-7% of the individuals affected by HUS did not survive (Fig. 4).<sup>5,6</sup><br><br> |
| + | |
| + | <img class="section-image-larger" src="https://static.igem.org/mediawiki/2017/7/7f/Symptoms-stec-infection.png"/> |
| + | <center><div id="caption"> <figcaption><center><b>Figure 4.</b>Symptoms of STEC infection</center></figcaption> </div> |
| + | <br> |
| + | </p> |
| + | |
| + | </article> |
| + | </div> |
| + | |
| + | |
| + | <div id="Project Description" class="tabcontent"> |
| + | <article> |
| + | <h2 class="section-header">What are we doing?</h2> |
| + | <p class="section-content"> |
| + | Due to the geographic location of NYUAD, which is in close proximity to countries where food safety is a daily, life-threatening concern, we were inspired to design and deliver an efficient solution to reduce the severity of this issue. We have produced a rapid, affordable and portable device that allows for the detection of Shiga toxin-producing <i>Escherichia coli</i> using loop-mediated isothermal amplification (LAMP). |
| + | </p> |
| + | <h2 class="section-header">How are we doing it?</h2> |
| + | <p class="section-content"> |
| + | |
| + | LAMP is a highly specific, efficient and rapid DNA amplification technique that uses 4-6 primers that bind to 6-8 distinct regions of target DNA. This technique was <a href="https://2017.igem.org/Team:NYU_Abu_Dhabi/Results">shown</a> to be more specific than colony PCR without the need for heat lysis or centrifugation steps. Since the NYU Abu Dhabi iGEM team cares deeply about biosafety, the selectivity of our system was tested using the <i>rfbE</i> gene, a non-toxic coding sequence required for O157-antigen synthesis. A part containing this sequence was created and transformed into DH5α in order to obtain a strain that we could use in our trials. This way, we managed to test our device without employing a toxic strain of <i>E. coli</i>, ensuring the safety of our project and protecting the environment of the United Arab Emirates. </p> |
| + | <br> |
| + | <img class="section-image-larger" src="https://static.igem.org/mediawiki/2017/d/d3/LAMP.png"/> |
| + | <div id="caption"> <figcaption><center>Source: <a href="https://www.neb.com/IsothermalAmplification">New England Biolabs</a></center></figcaption> </div> |
| + | <br> |
| + | <p class="section-content"> |
| + | |
| + | The samples are contained in a PDMS chip that contains wells for positive control, negative control, and three samples. Heating is supplied by a Peltier Modular Cooling system. The reaction temperature of 65˚C was achieved using the Peltier system supplied with a 6V, 1.5A external power supply. The reaction was visualized under UV and blue light. It is envisioned that a smartphone will suffice for capturing the output of the reaction.<sup>5</sup> |
| + | </p> |
| + | <h2 class="section-header">Why E.coLAMP?</h2> |
| + | |
| + | <!-- |
| + | <p class="section-content"> |
| + | |
| + | <img class="image-left" src="https://static.igem.org/mediawiki/2017/f/f9/Diagnostics.png" alt="Avatar"> |
| + | |
| + | After surveying potential device users hailing from various parts of the world, we discovered that there was a shortage of quick and reliable methods to detect pathogenic <i>E. coli</i>. Most available methods are time- and resource-consuming, as they require the expertise of laboratory-trained technicians. More than 70% of the survey participants indicated the need of a method to detect pathogenic <i>E. coli</i> in less than 30 minutes. In response to this, we tailored our device to complete a diagnostic reaction within 20 minutes, from the the beginning of sample submission to the attainment of the fluorescence signal. |
| + | </p> |
| + | --> |
| + | <p class="section-content"> |
| + | |
| + | <div class="media reversed media-white"> |
| + | <img class="image-right" src="https://static.igem.org/mediawiki/2017/5/5d/Pathogen_Surveillance.jpeg" alt="Generic placeholder image"> |
| + | <div class="media-body reversed"> |
| + | Our device offers a novel method to aid in pathogen surveillance by allowing every individual to become citizen scientists. With our easy-to-use device, which can be tailored for the detection of any known pathogen or virus, our device allows for the better collection of statistics to track and prevent potential outbreaks. This information can be combined on a cloud-based app that can be sorted to provide actionable data and allow public health officials and scientists to better understand the emergence and spread of diseases. |
| + | |
| + | </div> |
| + | </div> |
| + | </p> |
| + | |
| + | <div class="media media-white"> |
| + | <img class="image-left" src="https://static.igem.org/mediawiki/2017/f/f9/Diagnostics.png" alt="Generic placeholder image"> |
| + | <div class="media-body"> |
| + | After surveying potential device users hailing from various parts of the world, we discovered that there was a shortage of quick and reliable methods to detect pathogenic <i>E. coli</i>. Most available methods are time- and resource-consuming, as they require the expertise of laboratory-trained technicians. More than 70% of the survey participants indicated the need of a method to detect pathogenic <i>E. coli</i> in less than 30 minutes. In response to this, we tailored our device to complete a diagnostic reaction within 20 minutes from the the beginning of sample submission to the attainment of the fluorescence signal. |
| + | </div> |
| + | </div> |
| + | </p> |
| + | <div class="media reversed media-white"> |
| + | <img class="image-right" src="https://static.igem.org/mediawiki/2017/2/20/Consumer-safety.png" alt="Generic placeholder image"> |
| + | <div class="media-body reversed"> |
| + | There is a lack of stringent government regulations regarding food safety in many parts of the world. As most food vendor stalls are not subjected to government procedures and regulations about food safety, it is our priority to protect potential consumers from the possibility of ingesting harmful diseases or toxins. Our device aims to address this issue by allowing consumers to own a cost-effective, easy-to-use handheld device that can assess the safety of a product that they wish to buy. The results of our device can be easily recorded, exported to an Excel file, and uploaded to a public database, which can be accessed by anyone. |
| + | |
| + | </div> |
| + | </div> |
| + | </p> |
| + | |
| + | <div class="media media-white"> |
| + | <img class="image-left" src="https://static.igem.org/mediawiki/2017/1/13/Industry.png" alt="Generic placeholder image"> |
| + | <div class="media-body"> |
| + | Foodborne diseases are often detected in undercooked meat, raw milk, and raw produce. In these scenarios, these pathogens may be unknowingly and exponentially spread throughout the food chain. In the food industry, it is important to prioritize food hygiene and prevent the sale of contaminated food to potential buyers. Our device is well-suited as a surveillance method for food vendors, ranging from small-scale individual sellers at traditional markets to large-scale supermarkets selling meat and produce as well as cooked food. Its rapid and easy method allows users from all kinds of background to interpret its results and discard the contaminated food accordingly. This device offers a simple solution to easily prevent and stem outbreaks. |
| + | |
| + | </div> |
| + | </div> |
| + | <div class="media reversed media-white"> |
| + | <img class="image-right" src="https://static.igem.org/mediawiki/2017/d/df/Specificity.png" alt="Generic placeholder image"> |
| + | <div class="media-body reversed"> |
| + | As a proof of concept, we have acquired specific amplification of the target gene <i>rfbE</i> specific to STEC O157:H7 by using four LAMP primers, rather than the usual pair of primers in PCR. In the future, the LAMP primers can be designed to target the Shiga toxin <i>stx1</i> and <i>stx2</i> gene as well, which we deliberately chose to exclude in this project due to our consideration of the iGEM safety standards and of the health standards in the United Arab Emirates. We have also shown that our device is able to detect other pathogens by testing our device for the detection of malaria by targeting the <i>Plasmodium falciparum</i> mitochondrial cytochrome oxidase subunit 1 gene. The versatility of the technique and the design of the device allows for a broad range of diagnostic uses. |
| + | |
| + | </div> |
| + | </div> |
| + | |
| + | <div class="media media-white"> |
| + | <img class="image-right" src="https://static.igem.org/mediawiki/2017/3/35/Sensitivity.png" alt="Generic placeholder image"> |
| + | <div class="media-body"> |
| + | By using a 12.5µL total reaction volume, we have shown that our lower limit of detection is 10<sup>6</sup> cells/mL. Improved limit of detection can also be attained by using a 25µL reaction volume. Additionally, our device only requires a swab of the food sample to attain such sensitivity. |
| + | </div> |
| + | </div> |
| + | |
| + | <div class="media reversed media-white"> |
| + | <img class="image-left" src="https://static.igem.org/mediawiki/2017/e/ef/Affordability.png" alt="Generic placeholder image"> |
| + | <div class="media-body reversed"> |
| + | Another major concern for most diagnostic methods is the high cost per use. Problems arise when a device is accurate but expensive to use or, inversely, cost-effective but not reliable. We aim to solve both problems by bringing the price of the device as low as possible while still maintaining high sensitivity and accuracy. About 44% of the survey participants indicated that they would pay between $50-70 USD for this device. By optimising the materials and size of the device, we have currently reduced the price to $50 USD, with an additional $13 USD for the biological reagents needed to run the 5 reactions contained on each chip. |
| + | </div> |
| + | </div> |
| + | |
| + | |
| + | </article> |
| + | </div> |
| + | |
| + | <div id="iGEM NYU Abu Dhabi 2016" class="tabcontent"> |
| + | <article> |
| + | <h2 class="section-header">iGEM NYU Abu Dhabi 2016 Project</h2> |
| + | <br> |
| + | <h3 class="subheading">Award: Silver medal </h3><br> |
| + | <p class="section-content"> |
| + | <a href="https://2016.igem.org/Team:NYU-AD"><img class="section-image" src="https://static.igem.org/mediawiki/2016/1/13/T--NYU-AD--igem-logo.png" /></a> |
| + | </p> |
| + | |
| + | <p class="section-content"> |
| + | In many developing countries, people depend on reasonably priced and conveniently available street food. However, lack of action taken by governments to regulate street food vendors has led to the prevalence of severe street food-related illnesses. One of the primary microbial contaminants in street food is <i>E. coli</i> O157:H7, which acts by secreting the Shiga-like toxin (SLT). Currently, there is no detection method for SLT outside of a lab setting, thus putting the consumers of foods at risk. Our project aims to develop a device that would be used by street vendors and restaurant owners to verify the safety of their products. Through our device, we exploit the binding of Gb3 to subunit B of the Shiga toxin, and compare the migration pattern of the bound Gb3-subunit B complex to a non bound subunit B. A shift in the migration pattern on a PAGE gel will occur when Gb3 is bound, indicating the presence of the toxin in the food sample. If no shift occurs in the SLT migration pattern, this implies the absence of the toxin within the sample, and reflects the safety status of the food.<sup>7</sup> |
| + | |
| + | </p> |
| + | <h2 class="section-header">Our improvements</h2> |
| + | <p class="section-content"> |
| + | Shiga toxin is an exotoxin that consists of two subunits. Subunit B binds to Gb3 receptor expressed in the surface of target cells and permits the entry of subunit A, which inhibits protein synthesis.<sup>4</sup> 2016 Team NYU Abu Dhabi exploited the binding of Gb3 to subunit |
| + | B to detect for the presence of STEC. Their prototype compared the migration pattern of a bound Gb3-subunit |
| + | B complex to that of free subunit B using a PAGE gel. Their device was estimated to take 45 minutes and their |
| + | prototyping process ran into several issues that negatively impacted the specificity, affordability, and accessibility of the product. However, based on feedback from food vendors, we discovered that very few individuals would wait for so long to obtain results. Since they also had issues with expressing their protein of interest, we decided to target a DNA sequence for our device. |
| + | </p> |
| + | </article> |
| + | </div> |
| + | |
| + | <div id="Medal Requirements" class="tabcontent"> |
| + | <article> |
| + | |
| + | <p class="section-content"> |
| + | <div class="media media-white"> |
| + | <img class="image-medal" src="https://static.igem.org/mediawiki/2017/1/1b/Bronze2NYU.png" alt="Generic placeholder image"> |
| + | <div class="media-body"> |
| | | |
− | <!-- BEGIN CONTENT HERE -->
| + | ✔ <font color="#b36200">Register/attend:</font> Registered for iGEM and will be attending the Giant Jamboree. <br> |
− |
| + | ✔ <font color="#b36200"> Team wiki:</font> Created a wiki page and documented our project. <br> |
− | <div class="container-fluid">
| + | ✔ <font color="#b36200">Project Attribution:</font> Recorded and attributed the work done for our project (<a href="https://2017.igem.org/Team:NYU_Abu_Dhabi/Attributions">Read more</a>) . <br> |
− | | + | ✔ <font color="#b36200"> Team Poster:</font> Created a poster and are waiting to present it in the Giant Jamboree. <br> |
− | </div>
| + | ✔ <font color="#b36200"> Team presentation:</font> Plan to present our project during the Giant Jamboree. <br> |
− |
| + | ✔ <font color="#b36200"> Safety Forms:</font> Have submitted the safety forms. <br> |
− | <!-- END CONTENT HERE -->
| + | ✔ <font color="#b36200"> Judging Forms:</font> Have submitted the judging form. <br> |
− |
| + | ✔ <font color="#b36200"> Registry Part Pages:</font> Have created and documented the part pages (<a href="https://2017.igem.org/Team:NYU_Abu_Dhabi/Parts">Read more</a>). <br> |
| + | ✔ <font color="#b36200"> Sample Submission:</font> Submitted the DNA samples of our parts (<a href="https://2017.igem.org/Team:NYU_Abu_Dhabi/Parts">Read more</a>). <br> |
| + | ✔ <font color="#b36200"> Characterization/contribution:</font> Participated in the Interlab Measurement Study and improved the characterization of three existing BioBrick Parts and entered it on that part's Main Page in the Registry. <br> |
| + | </div> |
| + | </div> |
| + | |
| + | |
| + | <div class="media media-white"> |
| + | <img class="image-medal" src="https://static.igem.org/mediawiki/2017/d/d7/SilverNYU.png" alt="Generic placeholder image"> |
| + | <div class="media-body"> |
| + | |
| + | ✔ <font color="#b36200"> Validated Part:</font> Validated and documented <i>rfbE</i> gene for O157 expression</b> <a href="http://parts.igem.org/Part:BBa_K2495001">(BBa_K2495001)</a> (<a href="https://2017.igem.org/Team:NYU_Abu_Dhabi/Parts">Read more</a>) <br> |
| + | ✔ <font color="#b36200"> Collaboration: </font> Worked with other registered iGEM teams: participated in Team Dusseldorf-Cologne postcard campaign, organized a virtual conferences with Teams Vilnius-Lithuania and Groningen, participated in variety of other Team’s surveys. (<a href="https://2017.igem.org/Team:NYU_Abu_Dhabi/Collaborations">Read more</a>) <br> |
| + | ✔ <font color="#b36200"> Human Practices: </font> We hosted the first iGEM workshop for high schools students in the UAE, published a magazine <i>Synthetic Biology 101</i>, helped and advised a student from the NYU New York campus on how to start their own iGEM team, and developed a program that allows users to facilitate information sharing regarding their detection results. (<a href="https://2017.igem.org/Team:NYU_Abu_Dhabi/HP/Silver">Read more</a>) <br> |
| + | </div> |
| + | </div> |
| + | |
| + | <div class="media media-white"> |
| + | <img class="image-medal" src="https://static.igem.org/mediawiki/2017/4/43/GoldNYU.png" alt="Generic placeholder image"> |
| + | <div class="media-body"> |
| + | |
| + | ✔ <font color="#b36200"> Integrated Human Practices: </font> We surveyed potential consumers of different backgrounds: (1) food vendors from Pakistan and Indonesia, and (2) individuals from our international student body and modified our eco-friendly device according to the survey results. Their feedback was integral in the development of our heating method and chip design. Their genuine interest in our device led us to pitch our idea to startAD, an innovation and entrepreneurship platform for start-ups in the UAE, in order to meet the initial consumer demand. (<a href="https://2017.igem.org/Team:NYU_Abu_Dhabi/HP/Gold_Integrated">Read more</a>)<br> |
| + | ✔ <font color="#b36200"> Improve a previous part or project: </font> Team NYU Abu Dhabi 2017 improved upon the Team NYU Abu Dhabi 2016's project and created a working device that detects the presence of Shiga toxin. (<a href="https://2017.igem.org/Team:NYU_Abu_Dhabi/Description">Read more</a>)<br> |
| + | ✔ <font color="#b36200"> Demonstrate your work: </font> We created a video that demonstrates our working project. (<a href="https://2017.igem.org/Team:NYU_Abu_Dhabi/Demonstrate">Read more</a>)<br> |
| + | |
| + | </div> |
| + | </div> |
| + | |
| + | |
| + | </div> |
| + | </p> |
| + | </article> |
| + | </div> |
| + | |
| + | <p class="section-content"> |
| + | 1. Ryan, K. J., Ray, C. G. (2003) <i>Sherris Medical Microbiology</i> (McGraw-Hill). </br> |
| + | 2. Borgatta, B.; Kmet-Lunaček, N.; Rello, J., <i>E. coli</i> O104:H4 outbreak and haemolytic–uraemic syndrome. <i>Medicina Intensiva (English Edition)</i> 2012, 36 (8), 576-583.</br> |
| + | 3. Tesh, V.L. (2010) Induction of apoptosis by Shiga toxins. <i>Future microbiology</i> 5:431-453. <br> |
| + | 4. Pacheco, A. R., Sperandio, V., Shiga toxin in enterohermorrhagic <i>E. coli</i>: regulation and novel anti-virulence strategies. <i>Front. Cell. Infect. Microbiol.</i> 2012, 2 (81), 1-12. <br> |
| + | 5. Borgatta, B.; Kmet-Lunaček, N.; Rello, J., <i>E. coli</i> O104:H4 outbreak and haemolytic–uraemic syndrome. <i>Medicina Intensiva (English Edition)</i> 2012, 36 (8), 576-583. <br> |
| + | 6. "Virulence factors of entertoxigenic <i>E. coli</i> from Epidemiology of Infectious Diseases. Available at: http://ocw.jhsph.edu. Copyright © Johns Hopkins Bloomberg School of Public Health. Creative Commons BY-NC-SA. <br> |
| + | 7. Team NYU Abu Dhabi - 2016. Available at: https://2016.igem.org/Team:NYU-AD.<br> |
| + | </p> |
| + | </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"> |
− | <div class="container-fluid"> | + | <div class = "container-fluid"> |
| <div class="row"> | | <div class="row"> |
− | <div class="col-xs-6">
| + | <div class = "col-lg-4 footer-section"> |
− | <img src="https://static.igem.org/mediawiki/2017/d/d5/T--ETH_Zurich--IDT_logo.jpeg" />
| + | <p class = "footer-text"> |
− | <img src="https://static.igem.org/mediawiki/2017/c/c8/NYU_Abu_Dhabi.png" /> | + | 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> |
− | </div> | + | </p> |
− | <div class="col-xs-6">
| + | </div> |
− | <p>Contact us:</p>
| + | <div class = "col-lg-4 footer-section"> |
− | <ul> | + | <p class = "footer-text"> |
− | <li><a href="https://www.facebook.com/iGEMNYUAD/" target="_blank">Facebook</a></li>
| + | NYUAD Saadiyat Island </br> |
− | <li><a href="mailto:nyuad.igem@nyu.edu">Email</a></li>
| + | Abu Dhabi, P.O. Box 129188, U.A.E </br> |
− | </ul>
| + | <a href="mailto:nyuad.igem@nyu.edu">Email</a> </br> |
− | </div> | + | <a href="https://www.facebook.com/iGEMNYUAD/" target="_blank">Facebook</a> </br> |
| + | </p> |
| + | </div> |
| + | <div class = "col-lg-4 footer-section"> |
| + | <img class = "footer-logo" src="https://static.igem.org/mediawiki/2017/7/71/IDT.png" /> |
| + | <img class = "footer-logo2" src="https://static.igem.org/mediawiki/2017/2/2d/T--UrbanTundra_Edmonton--igemlogo.jpg" /> |
| + | <img class = "footer-logo" src="https://static.igem.org/mediawiki/2017/c/c8/NYU_Abu_Dhabi.png" /> |
| </div> | | </div> |
| </div> | | </div> |