Difference between revisions of "Team:Lambert GA/Attributions"

 
(46 intermediate revisions by 7 users not shown)
Line 3: Line 3:
 
<html>
 
<html>
  
<br><br><br>
+
<head>
  
<div class="column full_size judges-will-not-evaluate">
 
<h3>★  ALERT! </h3>
 
<p>This page is used by the judges to evaluate your team for the <a href="https://2018.igem.org/Judging/Medals">medal criterion</a> or <a href="https://2018.igem.org/Judging/Awards"> award listed below</a>. </p>
 
<p> Delete this box in order to be evaluated for this medal criterion and/or award. See more information at <a href="https://2018.igem.org/Judging/Pages_for_Awards"> Instructions for Pages for awards</a>.</p>
 
</div>
 
  
 +
<link href="https://fonts.googleapis.com/css?family=Codystar:300,400" rel="stylesheet">
 +
<link href="https://fonts.googleapis.com/css?family=Montserrat" rel="stylesheet">
 +
<link href="https://fonts.googleapis.com/css?family=Lora" rel="stylesheet">
 +
<style type="text/css">
 +
#holder {
 +
position: fixed;
 +
top: 0%;
 +
left: 0%;
 +
height: 100%;
 +
width: 100%;
 +
z-index: -3;
 +
}
 +
#oceanvideo {
 +
position: fixed;
 +
top: 0%;
 +
left: 0%;
 +
width: 100%;
 +
height: 100%;
 +
object-fit: fill;
 +
z-index: 1;
 +
}
 +
#overlay {
 +
position: fixed;
 +
top: 0%;
 +
left: 0%;
 +
width: 100%;
 +
height: 100%;
 +
background-color: #000000;
 +
opacity: 0.3;
 +
z-index: 3;
 +
}
 +
#bigtitle {
 +
position: absolute;
 +
top: 43%;
 +
left: 0%;
 +
height: 10%;
 +
width: 100%;
 +
z-index: 2;
 +
font-family: 'Montserrat', sans-serif;
 +
color: #FFFFFF;
 +
font-size: 70px;
 +
text-align: center;
 +
z-index: 4;
 +
}
 +
#actualtext {
 +
position: relative;
 +
top: 400%;
 +
left: 0%;
 +
height: 170%;
 +
width: 100%;
 +
background-color: #FFFFFF;
 +
z-index: 4;
 +
}
 +
#afterhome {
 +
position: relative;
 +
top: 99%;
 +
left: 0%;
 +
height: 170%;
 +
width: 100%;
 +
}
 +
#sidebar {
 +
position: absolute;
 +
top: 0%;
 +
left: 8%;
 +
height: 35%;
 +
width: 13%;
 +
z-index: 6;
 +
}
 +
#link {
 +
font-family: 'Montserrat', sans-serif;
 +
color: #000000;
 +
font-size: 24px;
 +
cursor: pointer;
 +
transition: all 0.4s ease;
 +
-webkit-transition: all 0.4s ease;
 +
-moz-transition: all 0.4s ease;
 +
-ms-transition: all 0.4s ease;
 +
-o-transition: all 0.4s ease;
 +
}
 +
#link:hover {
 +
color: #0077be;
 +
text-decoration: none;
 +
}
 +
#target1{
 +
position: relative;
 +
top: -80px;
 +
}
 +
#target2{
 +
position: relative;
 +
top: -80px;
 +
}
 +
#target3{
 +
position: relative;
 +
top: -80px;
 +
}
 +
#target4{
 +
position: relative;
 +
top: -80px;
 +
}
 +
#maincontent {
 +
position: relative;
 +
top: 0%;
 +
left: 28%;
 +
height: 92%;
 +
width: 64%;
 +
}
 +
#subheading1 {
 +
font-size: 36px;
 +
font-family: 'Montserrat', sans-serif;
 +
}
 +
#content1 {
 +
font-family: 'Lora', serif;
 +
font-size: 15px;
 +
line-height: 1.75em;
  
<div class="clear"></div>
+
}
 +
#subheading2 {
 +
font-size: 36px;
 +
font-family: 'Montserrat', sans-serif;
 +
}
 +
#content2 {
 +
font-family: 'Lora', serif;
 +
font-size: 15px;
 +
line-height: 1.75em;
  
 +
}
 +
#subheading3 {
 +
font-size: 36px;
 +
font-family: 'Montserrat', sans-serif;
 +
}
 +
#content3 {
 +
font-family: 'Lora', serif;
 +
font-size: 15px;
 +
line-height: 1.75em;
  
 +
}
 +
#subheading4 {
 +
font-size: 36px;
 +
font-family: 'Montserrat', sans-serif;
 +
}
 +
#subheading5 {
 +
font-size: 36px;
 +
font-family: 'Montserrat', sans-serif;
 +
}
 +
#footer {
 +
height: 100px;
 +
width: 100%;
 +
background-color: #FFFFFF;
 +
z-index: 7;
 +
}
 +
td, th {
 +
width:200px;
 +
}
 +
#flogo {
 +
font-size:28px;
 +
color: #767676;
 +
transition: all 0.4s ease;
 +
-webkit-transition: all 0.4s ease;
 +
-moz-transition: all 0.4s ease;
 +
-ms-transition: all 0.4s ease;
 +
-o-transition: all 0.4s ease;
 +
}
 +
#flogo:hover {
 +
color: #3B5998;
 +
}
 +
#tlogo {
 +
font-size:28px;
 +
color: #767676;
 +
transition: all 0.4s ease;
 +
-webkit-transition: all 0.4s ease;
 +
-moz-transition: all 0.4s ease;
 +
-ms-transition: all 0.4s ease;
 +
-o-transition: all 0.4s ease;
 +
}
 +
#tlogo:hover {
 +
color: #00aced;
 +
}
 +
#ilogo {
 +
font-size:28px;
 +
color: #767676;
 +
transition: all 0.4s ease;
 +
-webkit-transition: all 0.4s ease;
 +
-moz-transition: all 0.4s ease;
 +
-ms-transition: all 0.4s ease;
 +
-o-transition: all 0.4s ease;
 +
}
 +
#ilogo:hover {
 +
color: #bc2a8d;
 +
}
 +
#afterhome {
 +
position: relative;
 +
top: 99%;
 +
left: 0%;
 +
height: 170%;
 +
width: 100%;
 +
}
 +
</style>
 +
</head>
  
 +
<body>
  
  
 +
<div id="holder">
 +
    <video style= "z-index:1;" id="oceanvideo"  autoplay muted loop>
 +
              <source src="https://static.igem.org/mediawiki/2018/1/1b/T--Lambert_GA--hi.mp4" type="video/mp4">
 +
              Your browser does not support video.
 +
            </video>
 +
    <div id="overlay"></div>
 +
          <div id="bigtitle">
 +
              A T T R I B U T I O N S
 +
          </div>
 +
</div>
  
<div class="column full_size">
+
<br><br><br>
<h1>Attributions</h1>
+
<br><br><br>
<p>This page is your opportunity to explain what parts of your project you did and what was done by technicians, advisers, etc. This requirement is not about literature references - these can and should be displayed throughout your wiki.
+
<br><br><br>
</p>
+
<br><br><br>
 +
<br><br><br>
 +
<br><br><br>
 +
<br><br><br>
 +
<br><br><br>
 +
<br><br><br>
 +
<br><br><br>
 +
<br><br><br>
  
<h3> Bronze Medal Criterion #3</h3>
+
<div id="actualtext">
<p> All of the work done in your project must be attributed correctly on this page. You must clearly state the work that was done by the students on your team and note any work that was done by people outside of your team, including the host labs, advisors, instructors, and individuals not on the team roster.  
+
 
 +
 
 +
<div id="afterhome">
 +
      <div id="sidebar">
 +
<br><br>
 +
                      <div id="link">
 +
                            <b><a style="color:black; text-decoration: none; line-height:1.1;" href="#target1">RESEARCHERS</a></b>
 +
                      </div>
 +
<br><br>
 +
                      <div id="link">
 +
                            <b><a style="color:black; text-decoration: none; line-height:1.1;" href="#target2">PROJECT FOUNDATION</a></b>
 +
                      </div>
 +
<br><br>
 +
                      <div id="link">
 +
                            <b><a style="color:black; text-decoration: none; line-height:1.1;" href="#target3">SUPPORT</a></b>
 +
                      </div>
 +
<br><br>
 +
                      <div id="link">
 +
                            <b><a style="color:black; text-decoration: none; line-height:1.1;" href="#target4">REFERENCES</a></b>
 +
                      </div>
 
<br><br>
 
<br><br>
Please see the <a href="https://2018.igem.org/Judging/Medals">Medals requirements page</a> for more details.</p>
+
      </div>
 
</div>
 
</div>
  
 +
  <div id="maincontent">
  
<div class="clear extra_space"></div>
+
<br><br>
 +
<div id="target1"></div>
 +
<div id="subheading1">
 +
<b>Researchers</b>
 +
</div>
 +
<br><br>
 +
<div id="content2">
 +
<center>
 +
<table>
 +
<tr>
 +
<th>Abby Bell <br> <i>Wet Lab</i></th>
 +
<th>Annie Pei<br> <i>Human Practices</i></th>
 +
<th>Ashtyn Cauffman <br> <i>Human Practices</i></th>
 +
<th>Christina Lee<br> <i>Human Practices</i></th>
 +
</tr>
 +
<tr>
 +
<th>Courtney Taing<br> <i>Human Practices</i></th>
 +
<th>Ellie Kim<br> <i>Wet Lab</i></th>
 +
<th>Gaurav Byagathvalli<br> <i>ElectroPen</i></th>
 +
<th>Katie Barr<br> <i>Wet Lab</i></th>
 +
</tr>
 +
<th>Kevin Li<br> <i>Wiki</i></th>
 +
<th>Krishi Kishore<br> <i>Software</i></th>
 +
<th>Megan Hong<br> <i>Wet Lab</i></th>
 +
<th>Michelle Wu<br> <i>Human Practices</i></th>
 +
</tr>
 +
<tr>
 +
<th>Nithik Balachandran<br> <i>Wiki</i></th>
 +
<th>Rohil Badkundri<br> <i>CALM Lead</i></th>
 +
<th>Sahil Jain<br> <i>Software</i></th>
 +
<th>Sai Mettupalli<br> <i>Hardware</i></th>
 +
</tr>
 +
<tr>
 +
<th>Shanthi Hegde<br> <i>Graphic Design</i></th>
 +
<th>Srikusumanjali Pinnamareddy<br> <i>CALM</i></th>
 +
<th>Tapasya Katta<br> <i>Human Practices</i></th>
 +
<th>Victor Valbuena<br> <i>CALM</i></th>
 +
</tr>
 +
</table>
 +
</center>
 +
</div>
  
  
 +
<br><br>
 +
<div id="target2"></div>
 +
<div id="subheading1">
 +
<b>Project Foundation</b>
 +
</div>
 +
<br><br>
 +
<div id="content2">
 +
This year's project toehold switch circuit design was a result of collaborative discussions with Dr. Styczysnki, Ms. Zhang and Ms. McNerney from Georgia Institute of Technology. Lambert iGEM worked extensively with third parties for this year's project, and we would like to offer our most sincere thanks for their help. Attributions are listed below by subproject.
 +
</div>
  
<div class="column third_size">
+
<br><br>
<h3> What should this page contain?</h3>
+
<div id="target3"></div>
 +
<div id="subheading1"><b>Support</b></div>
 +
<br><br>
 +
<div id="content2">
 +
<b style="font-size:20px;">Scientific</b>
 +
<br>
 +
<ul>
 +
<li>Dr. Mark Styczynski from Georgia Institute of Technology</li>
 +
<li>Dr. Saad Bhamla from Georgia Institute of Technology</li>
 +
<li>Ms. Yan Zhang from Georgia Institute of Technology</li>
 +
<li>Ms. Monica McNerney from Georgia Institute of Technology</li>
 +
</ul>
 +
<br>
 +
Dr. Styczynski, Dr. Bhamla, Ms. Zhang and Ms. McNerney have assisted Lambert iGEM throughout their project by acting as mentors. They have helped the team troubleshoot and revise its project, constantly providing advice to improve it. In addition, they have generously provided materials that a high school team would not have access to. We would like to thank them for helping us complete our project.
 +
<br><br>
 +
<b style="font-size:20px;">Parts</b>
 +
<br>
 +
<ul>
 +
<li>Sequences and initial DNA from Styczynski Lab at Georgia Tech</li>
 +
<li>Snapgene- software for sequence analysis</li>
 +
<li>IDT-Generous DNA synthesis</li>
 +
</ul>
  
 +
<br><br>
 +
<b style="font-size:20px;">CALM Model</b>
 +
<br>
 
<ul>
 
<ul>
<li>Clearly state what the team accomplished</li>
+
<li>The AI Day One Challenge, coordinated by Mr. Scott Henderson through Sandbox ATL, also allowing Lambert iGEM to meet with the following:</li>
<li>General Support</li>
+
<li>Dr. Eric Mintz</li>
<li>Project support and advice</li>
+
<li>Mr. Chris Waites</li>
<li>Fundraising help and advice</li>
+
<li>Mr. Luigi Ray-Montanez</li>
<li>Lab support</li>
+
<li>Mr. Jackson Morgan</li>
<li>Difficult technique support</li>
+
<li>Mr. TJ Muehlemen</li>
<li>Project advisor support</li>
+
<li>Mr. Shane Matthews</li>
<li>Wiki support</li>
+
<li>Mr. Michael Koohang</li>
<li>Presentation coaching</li>
+
<li>Mrs. Alexa Morse</li>
<li>Human Practices support</li>
+
<li>Mr. Greg Torre</li>
<li> Thanks and acknowledgements for all other people involved in helping make a successful iGEM team</li>
+
<li>Mr. Daniel Youmans</li>
 +
<li>Ms. Winne Luo</li>
 +
<li>Tanishk Sinha (a student at Lambert High School)
 
</ul>
 
</ul>
</div>
 
  
<div class="column third_size">
+
<br><br>
<p>Tell us if your institution teaches an iGEM or synthetic biology class and when you started your project:</p>
+
<b style="font-size:20px;">ElectroPen</b>
 +
<br>
 
<ul>
 
<ul>
<li>Does your institution teach an iGEM or synthetic biology course?</li>
+
<li>The ElectroPen project would not have been possible without our collaboration with the Bhamla Lab at the Georgia Institute of Technology:</li>
<li>When did you start this course?</li>
+
<li>Dr. Saad Bhamla</li>
<li>Are the syllabus and course materials freely available online?</li>
+
<li>Soham Sinha</li>
<li>When did you start your brainstorming?</li>
+
<li>When did you start in the lab?</li>
+
<li>When did you start working on  your project?</li>
+
 
</ul>
 
</ul>
</div>
 
  
 +
<br><br>
 +
<b style="font-size:20px;">Advisor</b>
 +
<br>
 +
<ul>
 +
<li>Mrs. Standeven</li>
 +
<li>Dr. Cantrell</li>
 +
</ul>
  
<div class="column third_size">
+
<br><br>
<div class="highlight decoration_A_full">
+
<b style="font-size:20px;">Outreach</b>
 +
<br>
 +
<ul>
 +
<li>Dr. Rainyer- Dominican Republic</li>
 +
<li>Girl Scout Troops</li>
 +
<li>Riverwatch and South Forsyth Middle Schools</li>
 +
<li>Atlanta Science Festival</li>
 +
<li>University of Georgia (UGA) iGEM Team</li>
 +
<li>Georgia State University (GSU) iGEM </li>
 +
<li>Emory University iGEM </li>
 +
<li>TASTaipei iGEM </li>
 +
</ul>
  
<h3>Inspiration</h3>
+
<br><br>
<p>Take a look at what other teams have done:</p>
+
<b style="font-size:20px;">Community</b>
 +
<br>
 
<ul>
 
<ul>
<li><a href="https://2011.igem.org/Team:Imperial_College_London/Team">2011 Imperial College London</a> (scroll to the bottom)</li>
+
<li>Open House- family members, local business owners and professionals</li>
<li><a href="https://2014.igem.org/Team:Exeter/Attributions">2014 Exeter </a></li>
+
<li>Lambert Administrators and teachers</li>
<li><a href="https://2014.igem.org/Team:Melbourne/Attributions">2014 Melbourne </a></li>
+
<li>Dr. Christian Epe, Dr. Sammy Bell,  Dr. Marcus Terneus, Dr. Dave Lowery, Dr. Tong and Boeheim Ingelheim Animal Health R&D</li>
<li><a href="https://2014.igem.org/Team:Valencia_Biocampus/Attributions">2014 Valencia Biocampus</a></li>
+
</ul>
 +
 
 +
<br><br>
 +
<b style="font-size:20px;">Fundraising and Financial Support</b>
 +
<br>
 +
<ul>
 +
<li>National Science Foundation Grant #1254382</li>
 +
<li>Johns Creek Chipotle</li>
 +
<li>Teen Arnold</li>
 +
<li>Gibson Software</li>
 +
</ul>
 +
 
 +
<br><br>
 +
<b style="font-size:20px;">Presentation</b>
 +
<br>
 +
<ul>
 +
<li>Dr. Christian Epe, Dr. Sammy Bell,  Dr. Marcus Terneus, Dr. Dave Lowery, and Dr. Tong from Boeheim Ingelheim</li>
 +
<li>Mike Gibson from Gibson Software</li>
 +
<li>Mark Styzinski, Yan Zhang, and Saad Bhamla from Georgia Tech</li>
 +
<li>Paul Standeven from Philips Healthcare North America</li>
 +
<li>Dr. Dana Boyd Barr, Dr. P. Barry Ryan, Dr. Christine L Moe, and Dr. Parinya Panuwet from Emory Healthcare</li>
 +
<li>Dr. Davison, Principal Lambert High School</li>
 
</ul>
 
</ul>
 
</div>
 
</div>
 +
 +
<br><br>
 +
<div id="target4"></div>
 +
<div id="subheading2"><b>References</b></div>
 +
<br><br>
 +
<div id="content2">
 +
[1] Wholey, W. Y., & Jakob, U. (2012, March). Hsp33 confers bleach resistance by protecting elongation factor Tu against oxidative degradation in Vibrio cholerae. Retrieved October 8, 2018, from https://www.ncbi.nlm.nih.gov/pubmed/22296329
 +
<br>
 +
[2] Cholera - Vibrio cholerae infection. (2018, July 20). Retrieved October 8, 2018, from https://www.cdc.gov/cholera/diagnosis.html
 +
<br>
 +
[3] Nelson, E. J., Harris, J. B., Morris, J. G., Calderwood, S. B., & Camilli, A. (2009, October). Cholera transmission: The host, pathogen and bacteriophage dynamic. Retrieved October 8, 2018, from https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3842031/
 +
<br>
 +
[4] Kaye N. Ballantyne, Renato Salemi, Fabio Guarino, James R. Pearson, Dale Garlepp, Stephen Fowler & Roland A.H. van Oorschot (2015) DNA contamination minimisation – finding an effective cleaning method, Australian Journal of Forensic Sciences, 47:4, 428-439, DOI: <u>10.1080/00450618.2015.1004195</u>
 +
<br>
 +
[5] 10.3 - Sensitivity, Specificity, Positive Predictive Value, and Negative Predictive Value. (2018). Retrieved October 8, 2018, from https://onlinecourses.science.psu.edu/stat507/node/71/
 +
<br>
 +
[6] Cholera - Vibrio cholerae infection. (2018, July 20). Retrieved from https://www.cdc.gov/cholera/diagnosis.html
 +
<br>
 +
[7] Nelson, E. J., Harris, J. B., Morris, J. G., Calderwood, S. B., & Camilli, A. (2009, October). Cholera transmission: The host, pathogen and bacteriophage dynamic. Retrieved October 8, 2018, from https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3842031/
 +
<br>
 +
[8] Bjerketorp, J., Håkansson, S., Belkin, S., & Jansson, J. K. (2006, February). Advances in preservation methods: Keeping biosensor microorganisms alive and active. Retrieved October 8, 2018, from https://www.ncbi.nlm.nih.gov/pubmed/16368231
 +
<br>
 +
[9] <i>EXAMINATION OF FOOD AND ENVIRONMENTAL SAMPLES</i> [PDF]. (n.d.). Centers for Disease Control.London School of Hygiene & Tropical Medicine. (2018, May 03). Upcoming rainy season likely to trigger renewed cholera outbreak in Yemen. Retrieved from https://www.lshtm.ac.uk/newsevents/news/2018/upcoming-rainy-season-likely-trigger-renewed-cholera-outbreak-yemen
 +
<br>
 +
[10] Drinking-water. (2018, February 7). Retrieved from http://www.who.int/news-room/fact- sheets/detail/drinking-water
 +
(n.d.). Retrieved from http://www.who.int/water_sanitation_health/takingcharge.html
 +
<br>
 +
[11] Berman, J. (2009, October 29). WHO: Waterborne Disease is World's Leading Killer. Retrieved from https://www.voanews.com/a/a-13-2005-03-17-voa34-67381152/274768.html
 +
<br>
 +
[12] Learn How to Use the Crystal VC Dipstick Test to Detect Vibrio Cholera in Our New Video | DOVE: Stop Cholera. (n.d.). Retrieved from https://www.stopcholera.org/blog/learn-how-use-crystal-vc-dipstick-test-detect-vibrio-cholera-our-new-video
 +
<br>
 +
[13] Cholera - Vibrio cholerae infection. (2018, May 14). Retrieved from https://www.cdc.gov/cholera/diagnosis.html
 +
<br>
 +
[14]The Burden of Soil-transmitted Helminths (STH). (2011, June 06). Retrieved from https://www.cdc.gov/globalhealth/ntd/diseases/sth_burden.html
 +
<br>
 +
[15] Water. (2016, April 22). Retrieved from https://www.cdc.gov/parasites/water.html
 +
<br>
 +
[16] Collender, P. A., Kirby, A. E., Addiss, D. G., Freeman, M. C., & Remais, J. V. (2015, December). Retrieved from https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4679500/
 +
<br>
 +
[17] Action Against Worms. (2008, February). Retrieved from http://www.who.int/neglected_diseases/preventive_chemotherapy/pctnewsletter11.pdf
 +
<br>
 +
[18] Pilotte, N., Papaiakovou, M., Grant, J. R., Bierwert, L. A., Llewellyn, S., McCarthy, J. S., & Williams, S. A. (n.d.). Improved PCR-Based Detection of Soil Transmitted Helminth Infections Using a Next-Generation Sequencing Approach to Assay Design. Retrieved from http://journals.plos.org/plosntds/article?id=10.1371/journal.pntd.0004578
 +
<br>
 +
[19] <i>Detection of Cholera Toxin</i> [PDF]. (n.d.). Atlanta: Centers for Disease Control and Prevention.
 +
https://www.cdc.gov/cholera/pdf/laboratory-methods-for-the-diagnosis-of-vibrio-cholerae-chapter-7.pdf
 +
 +
 
</div>
 
</div>
  
 +
<br><br><br>
  
 +
</div>
  
<div class="clear extra_space"></div>
+
<div id="footer">
 +
<br><br>
 +
<a href="https://www.facebook.com/groups/198318606966726/"><i class="fa fa-facebook" id="flogo"></i></a>
 +
 
 +
<a href="https://twitter.com/lamberths_igem?lang=en"><i class="fa fa-twitter" id="tlogo"></i></a>
 +
 
 +
<a href="https://www.instagram.com/lambertigem/"><i class="fa fa-instagram" id="ilogo"></i></a>
  
<div class="column two_thirds_size">
 
<h3> Why is this page needed? </h3>
 
<p>The Attribution requirement helps the judges know what you did yourselves and what you had help with. We don't mind if you get help with difficult or complex techniques, but you must report what work your team did and what work was done by others.</p>
 
<p>
 
For example, you might choose to work with an animal model during your project. Working with animals requires getting a license and applying far in advance to conduct certain experiments in many countries. This is difficult to achieve during the course of a summer, but much easier if you can work with a postdoc or PI who has the right licenses.</p>
 
 
</div>
 
</div>
  
<div class="column third_size">
 
<div class="highlight decoration_B_full">
 
<h3> Can we base our project on a previous one? </h3>
 
<p>Yes! You can have a project based on a previous team, or based on someone else's idea, <b>as long as you state this fact very clearly and give credit for the original project.</b> </p>
 
</div>
 
 
</div>
 
</div>
 +
</body>
 +
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
 +
<script>
 +
$(window).scroll(function(e){
 +
  parallax();
 +
});
 +
 +
//PARALLAX FUNCTION
 +
function parallax(){
 +
  var scrolled = $(window).scrollTop();
 +
  $('#oceanvideo').css('top',-(scrolled*0.35)+'px');
 +
}
 +
 +
//NOT THE MOST EFFICIENT PARALLAX, BUT SIMPLE
 +
</script>
  
  
  
 
</html>
 
</html>

Latest revision as of 21:26, 2 November 2018

A T T R I B U T I O N S



































Researchers


Abby Bell
Wet Lab
Annie Pei
Human Practices
Ashtyn Cauffman
Human Practices
Christina Lee
Human Practices
Courtney Taing
Human Practices
Ellie Kim
Wet Lab
Gaurav Byagathvalli
ElectroPen
Katie Barr
Wet Lab
Kevin Li
Wiki
Krishi Kishore
Software
Megan Hong
Wet Lab
Michelle Wu
Human Practices
Nithik Balachandran
Wiki
Rohil Badkundri
CALM Lead
Sahil Jain
Software
Sai Mettupalli
Hardware
Shanthi Hegde
Graphic Design
Srikusumanjali Pinnamareddy
CALM
Tapasya Katta
Human Practices
Victor Valbuena
CALM


Project Foundation


This year's project toehold switch circuit design was a result of collaborative discussions with Dr. Styczysnki, Ms. Zhang and Ms. McNerney from Georgia Institute of Technology. Lambert iGEM worked extensively with third parties for this year's project, and we would like to offer our most sincere thanks for their help. Attributions are listed below by subproject.


Support


Scientific
  • Dr. Mark Styczynski from Georgia Institute of Technology
  • Dr. Saad Bhamla from Georgia Institute of Technology
  • Ms. Yan Zhang from Georgia Institute of Technology
  • Ms. Monica McNerney from Georgia Institute of Technology

Dr. Styczynski, Dr. Bhamla, Ms. Zhang and Ms. McNerney have assisted Lambert iGEM throughout their project by acting as mentors. They have helped the team troubleshoot and revise its project, constantly providing advice to improve it. In addition, they have generously provided materials that a high school team would not have access to. We would like to thank them for helping us complete our project.

Parts
  • Sequences and initial DNA from Styczynski Lab at Georgia Tech
  • Snapgene- software for sequence analysis
  • IDT-Generous DNA synthesis


CALM Model
  • The AI Day One Challenge, coordinated by Mr. Scott Henderson through Sandbox ATL, also allowing Lambert iGEM to meet with the following:
  • Dr. Eric Mintz
  • Mr. Chris Waites
  • Mr. Luigi Ray-Montanez
  • Mr. Jackson Morgan
  • Mr. TJ Muehlemen
  • Mr. Shane Matthews
  • Mr. Michael Koohang
  • Mrs. Alexa Morse
  • Mr. Greg Torre
  • Mr. Daniel Youmans
  • Ms. Winne Luo
  • Tanishk Sinha (a student at Lambert High School)


ElectroPen
  • The ElectroPen project would not have been possible without our collaboration with the Bhamla Lab at the Georgia Institute of Technology:
  • Dr. Saad Bhamla
  • Soham Sinha


Advisor
  • Mrs. Standeven
  • Dr. Cantrell


Outreach
  • Dr. Rainyer- Dominican Republic
  • Girl Scout Troops
  • Riverwatch and South Forsyth Middle Schools
  • Atlanta Science Festival
  • University of Georgia (UGA) iGEM Team
  • Georgia State University (GSU) iGEM
  • Emory University iGEM
  • TASTaipei iGEM


Community
  • Open House- family members, local business owners and professionals
  • Lambert Administrators and teachers
  • Dr. Christian Epe, Dr. Sammy Bell, Dr. Marcus Terneus, Dr. Dave Lowery, Dr. Tong and Boeheim Ingelheim Animal Health R&D


Fundraising and Financial Support
  • National Science Foundation Grant #1254382
  • Johns Creek Chipotle
  • Teen Arnold
  • Gibson Software


Presentation
  • Dr. Christian Epe, Dr. Sammy Bell, Dr. Marcus Terneus, Dr. Dave Lowery, and Dr. Tong from Boeheim Ingelheim
  • Mike Gibson from Gibson Software
  • Mark Styzinski, Yan Zhang, and Saad Bhamla from Georgia Tech
  • Paul Standeven from Philips Healthcare North America
  • Dr. Dana Boyd Barr, Dr. P. Barry Ryan, Dr. Christine L Moe, and Dr. Parinya Panuwet from Emory Healthcare
  • Dr. Davison, Principal Lambert High School


References


[1] Wholey, W. Y., & Jakob, U. (2012, March). Hsp33 confers bleach resistance by protecting elongation factor Tu against oxidative degradation in Vibrio cholerae. Retrieved October 8, 2018, from https://www.ncbi.nlm.nih.gov/pubmed/22296329
[2] Cholera - Vibrio cholerae infection. (2018, July 20). Retrieved October 8, 2018, from https://www.cdc.gov/cholera/diagnosis.html
[3] Nelson, E. J., Harris, J. B., Morris, J. G., Calderwood, S. B., & Camilli, A. (2009, October). Cholera transmission: The host, pathogen and bacteriophage dynamic. Retrieved October 8, 2018, from https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3842031/
[4] Kaye N. Ballantyne, Renato Salemi, Fabio Guarino, James R. Pearson, Dale Garlepp, Stephen Fowler & Roland A.H. van Oorschot (2015) DNA contamination minimisation – finding an effective cleaning method, Australian Journal of Forensic Sciences, 47:4, 428-439, DOI: 10.1080/00450618.2015.1004195
[5] 10.3 - Sensitivity, Specificity, Positive Predictive Value, and Negative Predictive Value. (2018). Retrieved October 8, 2018, from https://onlinecourses.science.psu.edu/stat507/node/71/
[6] Cholera - Vibrio cholerae infection. (2018, July 20). Retrieved from https://www.cdc.gov/cholera/diagnosis.html
[7] Nelson, E. J., Harris, J. B., Morris, J. G., Calderwood, S. B., & Camilli, A. (2009, October). Cholera transmission: The host, pathogen and bacteriophage dynamic. Retrieved October 8, 2018, from https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3842031/
[8] Bjerketorp, J., Håkansson, S., Belkin, S., & Jansson, J. K. (2006, February). Advances in preservation methods: Keeping biosensor microorganisms alive and active. Retrieved October 8, 2018, from https://www.ncbi.nlm.nih.gov/pubmed/16368231
[9] EXAMINATION OF FOOD AND ENVIRONMENTAL SAMPLES [PDF]. (n.d.). Centers for Disease Control.London School of Hygiene & Tropical Medicine. (2018, May 03). Upcoming rainy season likely to trigger renewed cholera outbreak in Yemen. Retrieved from https://www.lshtm.ac.uk/newsevents/news/2018/upcoming-rainy-season-likely-trigger-renewed-cholera-outbreak-yemen
[10] Drinking-water. (2018, February 7). Retrieved from http://www.who.int/news-room/fact- sheets/detail/drinking-water (n.d.). Retrieved from http://www.who.int/water_sanitation_health/takingcharge.html
[11] Berman, J. (2009, October 29). WHO: Waterborne Disease is World's Leading Killer. Retrieved from https://www.voanews.com/a/a-13-2005-03-17-voa34-67381152/274768.html
[12] Learn How to Use the Crystal VC Dipstick Test to Detect Vibrio Cholera in Our New Video | DOVE: Stop Cholera. (n.d.). Retrieved from https://www.stopcholera.org/blog/learn-how-use-crystal-vc-dipstick-test-detect-vibrio-cholera-our-new-video
[13] Cholera - Vibrio cholerae infection. (2018, May 14). Retrieved from https://www.cdc.gov/cholera/diagnosis.html
[14]The Burden of Soil-transmitted Helminths (STH). (2011, June 06). Retrieved from https://www.cdc.gov/globalhealth/ntd/diseases/sth_burden.html
[15] Water. (2016, April 22). Retrieved from https://www.cdc.gov/parasites/water.html
[16] Collender, P. A., Kirby, A. E., Addiss, D. G., Freeman, M. C., & Remais, J. V. (2015, December). Retrieved from https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4679500/
[17] Action Against Worms. (2008, February). Retrieved from http://www.who.int/neglected_diseases/preventive_chemotherapy/pctnewsletter11.pdf
[18] Pilotte, N., Papaiakovou, M., Grant, J. R., Bierwert, L. A., Llewellyn, S., McCarthy, J. S., & Williams, S. A. (n.d.). Improved PCR-Based Detection of Soil Transmitted Helminth Infections Using a Next-Generation Sequencing Approach to Assay Design. Retrieved from http://journals.plos.org/plosntds/article?id=10.1371/journal.pntd.0004578
[19] Detection of Cholera Toxin [PDF]. (n.d.). Atlanta: Centers for Disease Control and Prevention. https://www.cdc.gov/cholera/pdf/laboratory-methods-for-the-diagnosis-of-vibrio-cholerae-chapter-7.pdf