Difference between revisions of "Team:NYU-AD"

 
(151 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{NYU-AD}}
+
<html lang="en">
<html>
+
  <head>
 +
    <meta charset="utf-8">
 +
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
 +
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
 +
    <title>Random Page</title>
 +
<!-- font awesome css -->
 +
<link rel="stylesheet" href="https://2016.igem.org/Team:NYU-AD/libraries/css/font-awesome_min_css?action=raw&ctype=text/css" type="text/css" />
 +
    <!-- <link href="template.css" rel="stylesheet"> -->
 +
    <!-- the above link is for local work -->
  
<div class="column full_size" >
+
    <link href="https://2016.igem.org/Team:NYU-AD/libraries/theCSSFilev9?action=raw&amp;ctype=text/css" rel="stylesheet">
<img src="https://upload.wikimedia.org/wikipedia/commons/9/9b/Carl_Friedrich_Gauss.jpg">
+
</div>
+
  
<div class="column full_size" >
+
<script type="text/javascript" src="https://2016.igem.org/Team:NYU-AD/libraries/jquery-1_12_4_min_js?action=raw&amp;ctype=text/javascript"></script>
<h2> Welcome to iGEM 2016! </h2>
+
<script type="text/javascript" src="https://2016.igem.org/Team:NYU-AD/libraries/Bootstrap-js?action=raw&amp;ctype=text/javascript"></script>
<p>Your team has been approved and you are ready to start the iGEM season! </p>
+
<script>
 +
$(window).scroll(function() {
 +
  if ($(document).scrollTop() > 50) {
 +
$('nav').addClass('shrink');
 +
  } else {
 +
$('nav').removeClass('shrink');
 +
  }
 +
});
 +
</script>
  
</div>
 
  
<div class="column half_size" >
+
  <style>
<h5>Before you start: </h5>
+
/*
<p> Please read the following pages:</p>
+
////////////Taming media wiki settings///////////////////*/
<ul>
+
body {
<li>  <a href="https://2016.igem.org/Requirements">Requirements page </a> </li>
+
    font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
<li> <a href="https://2016.igem.org/Wiki_How-To">Wiki Requirements page</a></li>
+
    font-size: 14px;
<li> <a href="https://2016.igem.org/Resources/Template_Documentation"> Template Documentation </a></li>
+
    line-height: 1.42857143;
</ul>
+
    color: #555;
</div>
+
    background-color: #fff;
 +
}
  
<div class="column half_size" >
+
#HQ_page p{
<div class="highlight">
+
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
<h5> Styling your wiki </h5>
+
    font-size: 14px;
<p>You may style this page as you like or you can simply leave the style as it is. You can easily keep the styling and edit the content of these default wiki pages with your project information and completely fulfill the requirement to document your project.</p>
+
    line-height: 1.42857143;
<p>While you may not win Best Wiki with this styling, your team is still eligible for all other awards. This default wiki meets the requirements, it improves navigability and ease of use for visitors, and you should not feel it is necessary to style beyond what has been provided.</p>
+
 
</div>
+
    text-align: center;
</div>
+
    /*this above textalig is only for the homepage*/
 +
 
 +
}
  
<div class="column full_size" >
+
#contentSub, #search-controls, .firstHeading, #footer-box, #catlinks, #p-logo {
<h5> Wiki template information </h5>
+
    display: none;
<p>We have created these wiki template pages to help you get started and to help you think about how your team will be evaluated. You can find a list of all the pages tied to awards here at the <a href="https://2016.igem.org/Judging/Pages_for_Awards/Instructions">Pages for awards</a> link. You must edit these pages to be evaluated for medals and awards, but ultimately the design, layout, style and all other elements of your team wiki is up to you!</p>
+
}
 +
#content {
 +
    margin: 0;
 +
    padding: 0;
 +
    width: 100%;
  
</div>
+
    color: #555555;
 +
}
  
  
 +
#globalWrapper {
 +
  font-size: 100%;
 +
}
  
  
<div class="column half_size" >
+
#bodyContent {
<h5> Editing your wiki </h5>
+
    margin-top: -15px;
<p>On this page you can document your project, introduce your team members, document your progress and share your iGEM experience with the rest of the world! </p>
+
    margin-bottom: -20px;
<p> <a href="https://2016.igem.org/wiki/index.php?title=Team:Example&action=edit"> Click here to edit this page! </a></p>
+
}
  
</div>
+
#top_title, #sideMenu {
 +
    display: none;
 +
}
 +
a {
 +
    color: #000000;
 +
    text-decoration: none;
 +
}
  
 +
a:visited {
 +
    color: #000000;
 +
}
  
<div class="column half_size" >
+
#big-container a:visited {
<h5>Tips</h5>
+
    color: #002bb8;
<p>This wiki will be your team’s first interaction with the rest of the world, so here are a few tips to help you get started: </p>
+
}
<ul>
+
<li>State your accomplishments! Tell people what you have achieved from the start. </li>
+
<li>Be clear about what you are doing and how you plan to do this.</li>
+
<li>You have a global audience! Consider the different backgrounds that your users come from.</li>
+
<li>Make sure information is easy to find; nothing should be more than 3 clicks away.  </li>
+
<li>Avoid using very small fonts and low contrast colors; information should be easy to read.  </li>
+
<li>Start documenting your project as early as possible; don’t leave anything to the last minute before the Wiki Freeze. For a complete list of deadlines visit the <a href="https://2016.igem.org/Calendar">iGEM 2016 calendar</a> </li>
+
<li>Have lots of fun! </li>
+
</ul>
+
</div>
+
  
  
<div class="column half_size" >
+
/*
<h5>Inspiration</h5>
+
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
<p> You can also view other team wikis for inspiration! Here are some examples:</p>
+
/*///////////////////////the below setting will be used for each page except the HOME PAGE///////////////////////////////////////////////////////////////////////////////*/
<ul>
+
</style>
<li> <a href="https://2014.igem.org/Team:SDU-Denmark/"> 2014 SDU Denmark </a> </li>
+
<li> <a href="https://2014.igem.org/Team:Aalto-Helsinki">2014 Aalto-Helsinki</a> </li>
+
<li> <a href="https://2014.igem.org/Team:LMU-Munich">2014 LMU-Munich</a> </li>
+
<li> <a href="https://2014.igem.org/Team:Michigan"> 2014 Michigan</a></li>
+
<li> <a href="https://2014.igem.org/Team:ITESM-Guadalajara">2014 ITESM-Guadalajara </a></li>
+
<li> <a href="https://2014.igem.org/Team:SCU-China"> 2014 SCU-China </a></li>
+
</ul>
+
</div>
+
  
<div class="column half_size" >
+
<!-- ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -->
<h5> Uploading pictures and files </h5>
+
<p> You can upload your pictures and files to the iGEM 2016 server. Remember to keep all your pictures and files within your team's namespace or at least include your team's name in the file name. <br />
+
When you upload, set the "Destination Filename" to <code>Team:YourOfficialTeamName/NameOfFile.jpg</code>. (If you don't do this, someone else might upload a different file with the same "Destination Filename", and your file would be erased!)</p>
+
  
 +
  </head>
  
<div class="button_click" onClick=" parent.location= 'https://2016.igem.org/Special:Upload '"
+
  <body>
UPLOAD FILES
+
    <div id="page">
</div>
+
      <header id="header" class="site-header">
  
</div>
+
        <nav id="navbar" class="site-navbar navbar navbar-fixed-top" role="navigation">
 +
          <div class="container">
 +
            <div class="navbar-header">
 +
              <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar-collapse-1">
 +
                <span class="sr-only">Toggle navigation</span>
 +
                <i class="fa fa-bars"></i>
 +
              </button>
 +
<a href="https://2016.igem.org/Team:NYU-AD">
 +
              <img id="nav-logo" src="https://static.igem.org/mediawiki/2016/9/9c/T--NYU-AD--NYUAD_logo.jpg" width="250px" height="80px"/>
 +
</a>
 +
            </div>
 +
            <div class="collapse navbar-collapse" id="navbar-collapse-1">
 +
              <ul id="navigation" class="nav navbar-nav navbar-right">
 +
<li class="dropdown">
 +
<a class="dropdown-toggle" data-toggle="dropdown" href="#">PROJECT<span class="caret"></span></a>
 +
<ul class="dropdown-menu">
 +
<li><a href="https://2016.igem.org/Team:NYU-AD/Description">Description</a></li>
 +
<li><a href="https://2016.igem.org/Team:NYU-AD/Design">Design</a></li>
 +
<li><a href="https://2016.igem.org/Team:NYU-AD/Experiments">Experiments</a></li>
 +
 +
 +
<li><a href="https://2016.igem.org/Team:NYU-AD/Results">Results</a></li>
 +
<li><a href="https://2016.igem.org/Team:NYU-AD/Notebook">Notebook</a></li>
 +
<li><a href="https://2016.igem.org/Team:NYU-AD/Interlab">Interlab</a></li>
 +
</ul>
 +
</li>
 +
<li class="dropdown">
 +
<a class="dropdown-toggle" data-toggle="dropdown" href="#">TEAM<span class="caret"></span></a>
 +
<ul class="dropdown-menu">
 +
<li><a href="https://2016.igem.org/Team:NYU-AD/Team">Members</a></li>
 +
<li><a href="https://2016.igem.org/Team:NYU-AD/Instructors">Instructors</a></li>
 +
<li><a href="https://2016.igem.org/Team:NYU-AD/Collaborations">Collaborations</a></li>
  
 +
</ul>
 +
</li>
 +
<li class="dropdown">
 +
                                              <a href="https://2016.igem.org/Team:NYU-AD/Parts">PARTS</a>
 +
 +
 +
 +
 +
</li>
 +
<li class="dropdown">
 +
<a class="dropdown-toggle" data-toggle="dropdown" href="#">HUMAN PRACTICES<span class="caret"></span></a>
 +
<ul class="dropdown-menu">
 +
<li><a href="https://2016.igem.org/Team:NYU-AD/Human_Practices">Human Practices</a></li>
 +
<li><a href="https://2016.igem.org/Team:NYU-AD/HP/Silver">Silver Criterion</a></li>
 +
<li><a href="https://2016.igem.org/Team:NYU-AD/HP/Gold">Gold Criterion</a></li>
 +
<li><a href="https://2016.igem.org/Team:NYU-AD/Integrated_Practices">Integrated Practices</a></li>
 +
 +
</ul>
 +
</li>
 +
  
 +
<li><a href="https://2016.igem.org/Team:NYU-AD/Safety">SAFETY</a></li>
  
  
  
 +
</li>
 +
<li class="dropdown">
  
 +
<li><a href="https://2016.igem.org/Team:NYU-AD/Attributions">ATTRIBUTIONS</a></li>
  
 +
 +
 +
 +
 +
 +
 +
 +
              </ul>
 +
            </div>
 +
          </div>
 +
        </nav>
 +
      </header>
 +
 +
 +
    <main id="main" class="site-main">
 +
        <section class="section section-center section-cta section-top">
 +
          <div class="container">
 +
      <div class="row">
 +
        <div class="col-md-12">
 +
          <img src="https://static.igem.org/mediawiki/2016/1/13/T--NYU-AD--igem-logo.png" width="500" id="home-page-logo" /><br/><br/>
 +
 +
          <img src="https://static.igem.org/mediawiki/2016/1/1e/T--NYU-AD--logo-headingv2.png" width="500" id="home-page-logo-heading" /><br/><br/>
 +
         
 +
          <!-- <p style="font-size: 42px; color: #1aa89d; text-align: center; font-family: 'Roboto Slab', Georgia, "Times New Roman", Times, serif; font-weight: 900;">
 +
   
 +
      PROCARYEAT
 +
 
 +
    </p> -->
 +
    <a href="#main-intro" id="scroll-down"><img src="https://static.igem.org/mediawiki/2016/c/c7/T--NYU-AD--arrow.png" width="50px" height="50px"/></a>
 +
        </div>
 +
      </div>
 +
          </div>
 +
        </section>
 +
    <section id="main-intro" class="section section-center section-cta">
 +
          <div class="container">
 +
      <div class="row">
 +
        <div class="col-md-12">
 +
       
 +
          <h1 id="project-abstract-heading">Project Abstract</h1>
 +
          <p id="abstract-para">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.</p>
 +
 +
          <br>
 +
          <br>
 +
        </div>
 +
       
 +
      </div>
 +
          </div>
 +
        </section>
 +
 +
        <section id="features" class="section section-center section-hilite section-features">
 +
          <div class="container">
 +
            <h2 class="section-title"><span>Interested? Find out more about our...</span></h2>
 +
<br>
 +
            <div class="row">
 +
 +
              <div class="col-md-4 col-sm-6 icon000">
 +
                <a href="https://2016.igem.org/Team:NYU-AD/Description"><div class="icon-wrap"><img src="https://static.igem.org/mediawiki/2016/e/e6/T--NYU-AD--iconno1.png" alt=""></div>
 +
                <h4>Project Description</h4></a>
 +
           
 +
              </div>
 +
 +
              <div class="col-md-4 col-sm-6 icon000">
 +
                <a href="https://2016.igem.org/Team:NYU-AD/Human_Practices"><div class="icon-wrap"><img src="https://static.igem.org/mediawiki/2016/6/60/T--NYU-AD--iconno2.png" alt=""></div>
 +
                <h4>Human Practices</h4></a>
 +
             
 +
              </div>
 +
 +
              <div class="col-md-4 col-sm-6 icon000">
 +
              <a href="https://2016.igem.org/Team:NYU-AD/Team"> <div class="icon-wrap"><img src="https://static.igem.org/mediawiki/2016/8/88/T--NYU-AD--iconno3.png" alt=""></div>
 +
                <h4>Team</h4></a>
 +
             
 +
              </div>
 +
 +
 +
             
 +
 +
            </div>
 +
<br><br><br><br>
 +
          </div>
 +
        </section>
 +
 +
 +
   
 +
  </body>
 
</html>
 
</html>
 +
{{:Team:NYU-AD/footer}}

Latest revision as of 03:36, 3 December 2016

Random Page





Project Abstract

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 E. coli 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.



Interested? Find out more about our...