Difference between revisions of "Team:Lambert GA/HP/Silver"

(Prototype team page)
Line 1: Line 1:
{{Lambert_GA}}
 
 
<html>
 
<html>
<div class="column full_size judges-will-not-evaluate">
+
<head>
<h3> ALERT! </h3>
+
<style>
<p>This page is used by the judges to evaluate your team for the <a href="https://2017.igem.org/Judging/Medals">medal criterion</a> or <a href="https://2017.igem.org/Judging/Awards"> award listed above</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://2017.igem.org/Judging/Pages_for_Awards"> Instructions for Pages for awards</a>.</p>
+
#sideMenu { display:none; }
 +
 
 +
a:hover {
 +
text-decoration: none;
 +
}
 +
 
 +
#mainContainer{
 +
    background-color: white;
 +
    width: 100%;
 +
}
 +
#main{
 +
    width: 100%;
 +
margin: auto;
 +
    padding: 0px;
 +
    background-color: white;
 +
}
 +
 
 +
body { background-color: white; margin: auto; padding: 0px; width: 100%;}
 +
 
 +
a.drplink {
 +
color:white;
 +
}
 +
a.drplink:hover {
 +
color:dimgray;
 +
}
 +
 
 +
 
 +
div {
 +
color: gray;
 +
}
 +
 
 +
#content {
 +
margin: 0px auto;
 +
background-color: white;
 +
width: 100%;
 +
padding: 0px;
 +
}
 +
 
 +
 
 +
.logo_2017 {display:none;}
 +
 
 +
 
 +
.column full_size {width: 100%;
 +
height: 700px;
 +
position: center; }
 +
 
 +
 
 +
p {
 +
margin: auto;
 +
width: 75%;
 +
color: gray;
 +
}
 +
 
 +
#firstHeading {
 +
font-size: 16px;
 +
color: #9D0EC8;}
 +
 
 +
a {
 +
opacity: 1.0;
 +
}
 +
 
 +
a:visited {
 +
color: #D49AE6;
 +
}
 +
 
 +
a.HeaderLinks {
 +
height: 50px;
 +
position: center;
 +
border: none;
 +
color: #D49AE6;
 +
text-align: center;
 +
text-decoration: none;
 +
font-size: 16px;
 +
}
 +
 
 +
 
 +
#top_title {
 +
background-color: white;
 +
}
 +
 
 +
 
 +
#MainTitle {
 +
padding-top: 50px;
 +
padding-bottom: 7px;
 +
font-size: 45px;
 +
color: dimgray; }
 +
 
 +
.firstHeading{
 +
    display: none;
 +
}
 +
 
 +
 
 +
body{
 +
font-size:15px;
 +
}
 +
 
 +
 
 +
header h1{
 +
text-align:center;
 +
color: dimgray;
 +
}
 +
 
 +
h2{
 +
color: #D49AE6;
 +
}
 +
 
 +
 
 +
#headerLinks {
 +
position: fixed;
 +
text-decoration: none;
 +
color: #b8975e;
 +
width: 100%;
 +
height: 50px;
 +
line-height: 50px;
 +
background-color: white;
 +
margin: auto;
 +
text-align:center;
 +
opacity: 0.7;
 +
}
 +
 
 +
 
 +
.header{
 +
width: 100%;
 +
padding: 0;
 +
margin: 0 auto;
 +
top: 0px;
 +
background-color: rgba(255,255,255,0.0);
 +
}
 +
 
 +
 
 +
#text{
 +
width: 900px;
 +
    padding: 0px;
 +
display: block;
 +
margin: 0px auto;
 +
}
 +
 
 +
#space{
 +
height:50px;
 +
}
 +
 
 +
 
 +
#sponsors-bottom{
 +
width: 100%;
 +
margin: 0px auto;
 +
text-align: center;
 +
display: block;
 +
}
 +
 
 +
 
 +
#sponsors-bottom a{
 +
margin: auto;
 +
width: 50%
 +
display: inline-block;
 +
}
 +
 
 +
 
 +
#space2{
 +
height:100px;
 +
}
 +
 
 +
 
 +
img.transparent {
 +
    opacity: 0.4;
 +
    filter: alpha(opacity=40); /* For IE8 and earlier */
 +
transition: opacity 0.5s ease-in-out;
 +
}
 +
 
 +
 
 +
img.transparent:hover {
 +
    opacity: 1.0;
 +
    filter: alpha(opacity=100); /* For IE8 and earlier */
 +
}
 +
 
 +
 
 +
.img-right{
 +
width: 50%;
 +
float: right;
 +
}
 +
 
 +
 
 +
.img-left{
 +
width: 50%;
 +
float: left;
 +
}
 +
 
 +
 
 +
.display-block{
 +
width: 100%;
 +
margin: 0 auto;
 +
}
 +
 
 +
 
 +
.display-block img{
 +
display: block;
 +
}
 +
 
 +
#globalWrapper{
 +
background-color: white;
 +
padding: 0px;
 +
 
 +
 
 +
}
 +
 
 +
 
 +
/* Dropdown Button */
 +
.dropbtn {
 +
  margin: auto;
 +
  position: left; 
 +
  height: 100%;
 +
  width: 100%;
 +
  background-color: white;
 +
  color: #D49AE6;
 +
  padding: 14px;
 +
  font-size: 20px;
 +
  text-align: left;
 +
  border: none;
 +
  cursor: pointer;
 +
  transition: background-color 0.5s ease-in-out, color 0.5s ease-in-out;
 +
}
 +
 
 +
/* The container <div> - needed to position the dropdown content */
 +
.dropdown {
 +
    position: relative;
 +
    display: inline-block;
 +
}
 +
 
 +
/* Dropdown Content (Hidden by Default) */
 +
.dropdown-content {
 +
    display: none;
 +
    opacity: 0.0;
 +
    position: absolute;
 +
    background-color: #D49AE6;
 +
    min-width: 200px;
 +
    text-align: left;
 +
    box-shadow: 0px 8px 12px 0px rgba(0,0,0,0.2);
 +
    transition: opacity 0.5s ease-in-out;
 +
}
 +
 
 +
/* Links inside the dropdown */
 +
.dropdown-content a {
 +
    color: white;
 +
    opacity: 0.0;
 +
    padding: 0px 10px;
 +
    font-size: 20px;
 +
    text-decoration: none;
 +
    display: block;
 +
    transition: opacity 0.5s ease-in-out;
 +
}
 +
 
 +
/* Change color of dropdown links on hover */
 +
.dropdown-content a:hover {background-color: #D49AE6}
 +
 
 +
/* Show the dropdown menu on hover */
 +
.dropdown:hover .dropdown-content {
 +
    display: block;
 +
    opacity: 1.0;
 +
}
 +
 
 +
.dropdown:hover .dropdown-content a {
 +
  opacity: 1.0;
 +
}
 +
 
 +
/* Change the background color of the dropdown button when the dropdown content is shown*/
 +
.dropbtn:hover {
 +
    background-color: #D49AE6;
 +
    color: white;
 +
}
 +
 
 +
#mainbanner{
 +
text-align: center;
 +
}
 +
 
 +
#mainbanner{
 +
    display: block;
 +
    margin: auto;;
 +
}
 +
#logo{
 +
height: 50px;
 +
opacity:0.4;
 +
}
 +
</style>
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
</head>
 +
 
 +
<body>
 +
 
 +
 
 +
 
 +
<header>
 +
<div id="headerLinks">
 +
<a href="https://2017.igem.org/Team:Lambert_GA" class="dropbtn">Home</a><!--
 +
--><li class="dropdown" >
 +
      <a href="https://2017.igem.org/Team:Lambert_GA/Team" class="dropbtn">Team</a>
 +
      <div class="dropdown-content">
 +
      <a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/Team">Team</a>
 +
      <a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/Collaborations">Collaborations</a>
 +
    </div>
 +
  </li><!--
 +
--><li class="dropdown">
 +
  <a href="https://2017.igem.org/Team:Lambert_GA/Description" class="dropbtn">Project</a>
 +
    <div class="dropdown-content" style="transition: display 0.5s ease-in-out;">
 +
      <a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/Description">Description</a>
 +
      <a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/Design">Design</a>
 +
      <a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/Experiments">Experiments</a>
 +
<a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/Notebook">Notebook</a>
 +
      <a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/InterLab">InterLab</a>
 +
<a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/Contribution">Contribution</a>
 +
<a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/Model">Model</a>
 +
<a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/Results">Results</a><a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/Demonstrate">Demonstrate</a>
 +
<a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/Improve">Improve</a>
 +
<a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/Attributions">Attributions</a>
 +
     
 +
     
 +
    </div>
 +
  </li><!--
 +
--><li class="dropdown" >
 +
      <a href="https://2017.igem.org/Team:Lambert_GA/Parts" class="dropbtn">Parts</a>
 +
      <div class="dropdown-content">
 +
      <a class="drplink" style="transition: color 0.5s ease-in-out;"
 +
href="https://2017.igem.org/Team:Lambert_GA/Parts">Parts</a>
 +
      <a class="drplink" style="transition: color 0.5s ease-in-out;"
 +
href="https://2017.igem.org/Team:Lambert_GA/Basic_Part">Basic Parts</a>
 +
      <a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/Composite Part">Composite Parts</a>
 +
    <a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/Part Collection">Part_Collection</a></div>
 +
  </li><!--
 +
--><!--
 +
--><a href="https://2017.igem.org/Team:Lambert_GA/Safety"class="dropbtn">Safety</a><!--
 +
--><li class="dropdown" >
 +
      <a href="https://2017.igem.org/Team:Lambert_GA/Human_Practices" class="dropbtn">Human Practices</a>
 +
      <div class="dropdown-content">
 +
      <a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/Human_Practices">Human Practices</a>
 +
      <a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/HP/Silver">Silver HP</a>
 +
      <a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/HP/Gold_Integrated">Integrated and Gold</a>
 +
      <a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/Integrated_Practices">Integrated Practices</a>
 +
      <a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/Engagement">Public Engagement</a>
 +
    </div>
 +
  </li><!--
 +
--><li class="dropdown" >
 +
      <a href="https://2017.igem.org/Team:Lambert_GA/Hardware" class="dropbtn">Awards</a>
 +
      <div class="dropdown-content">
 +
      <a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/Applied_Design">Applied Design</a>
 +
<a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/Entrepreneurship">Entrepreneurship</a>
 +
<a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/Hardware">Hardware</a>
 +
      <a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/Measurement">Measurement</a>
 +
      <a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/Model">Model</a>
 +
<a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/Plant">Plant</a>
 +
<a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/Software">Software</a>
 +
    </div>
 +
  </li>
 +
<a  href="https://igem.org/2017_Judging_Form?team=Lambert_GA"class="dropbtn">JUDGING FORM</a>
 
</div>
 
</div>
<div class="clear"></div>
 
  
 +
</header>
  
<div class="column full_size">
 
  
<h1>Silver Medal Human Practices</h1>
+
<div class="column full_size" style="width:70%; margin:auto;" >
<p>iGEM teams are leading in the area of Human Practices because they conduct their projects within a social/environmental context, to better understand issues that might influence the design and use of their technologies.</p>
+
 
<p>Teams work with students and advisors from the humanities and social sciences to explore topics concerning ethical, legal, social, economic, safety or security issues related to their work. Consideration of these Human Practices is crucial for building safe and sustainable projects that serve the public interest. </p>
+
 
<p>For more information, please see the <a href="https://2017.igem.org/Competition/Human_Practices">Human Practices page</a>.</p>
+
<script type="text/javascript"></script>
 +
 
 +
<br>
 +
 
 +
<center> <h1 id="MainTitle"><b> Silver </b></h1><img src="https://static.igem.org/mediawiki/2017/2/26/T--LambertGA--purpleline.jpg" style="width:18%; margin:auto;"> </center> <br>
 +
 
 +
<h2 style="text-align:center" color: #D49AE6 > Maker Faire: Building With Biology </h2>
 +
 
 +
<br>
 +
 
 +
<div>
 +
 +
<img style="width:400px" hspace="20" src=https://static.igem.org/mediawiki/2017/2/22/T--LambertGA--bwb.jpg align='left' />
 +
 +
  The Maker Faire is a two day event where scientists, engineers and other “makers” gather to promote their craft to the   public. We partnered with the Atlanta Science Festival in hosting the venue where the public could learn about synthetic  biology. <a href="https://2017.igem.org/Team:LambertGA/Engagement" color: #D49AE6> Click here to read more... </a>
 +
 
 
</div>
 
</div>
  
<div class="clear"></div>
+
<br><br><br><br><br><br><br><br>
  
<div class="column half_size">
+
<h2 style="text-align:center" color: #D49AE6 > Atlanta Science Festival </h2>
<h3>Silver Medal Criterion #3</h3>
+
 
<p>Convince the judges you have thought carefully and creatively about whether your work is safe, responsible and good for the world. You could accomplish this through engaging with your local, national and/or international communities or other approaches. Please note that standard surveys will not fulfill this criteria.</p>
+
<br><br>
 +
 
 +
<div>
 +
 
 +
 +
<img style="width:400px" hspace="20" src=https://static.igem.org/mediawiki/2015/8/80/Lambert_asflogo.jpg align='left' />
 +
 
 +
The Atlanta Science Festival is an annual event in Georgia where interested people of all ages are able to learn more about science and see how it affects our daily lives. Our iGEM team was chosen to host a Discovery Dialogue discussing genetically modified organisms with the public.<a href="https://2017.igem.org/Team:LambertGA/Engagement" color: #D49AE6> Click here to read more... </a>
 
</div>
 
</div>
  
<div class="column half_size">
+
<br><br><br><br><br><br>
<h5>Some Human Practices topic areas </h5>
+
<h2 style="text-align:center" color: #D49AE6 > Regional Education Service Agencies </h2>
<ul>
+
 
<li>Philosophy</li>
+
<br><br>
<li>Public Engagement / Dialogue</li>
+
 
<li>Education</li>
+
<div>
<li>Product Design</li>
+
<img style="width:400px" hspace="20" src=https://static.igem.org/mediawiki/2017/9/9f/T--LambertGA--RESA.jpg align='left' />
<li>Scale-Up and Deployment Issues</li>
+
 
<li>Environmental Impact</li>
+
At RESA, a professional learning agency focused on improving the work of educators, our team met with science educators across the region and held a workshop on synthetic biology. Throughout our presentation, we focused on how teachers could integrate synthetic biology curriculum into high school classrooms. <a href="https://2017.igem.org/Team:LambertGA/Engagement" color: #D49AE6> Click here to read more... </a> </table>
<li>Ethics</li>
+
 
<li>Safety</li>
+
<li>Security</li>
+
<li>Public Policy</li>
+
<li>Law and Regulation</li>
+
<li>Risk Assessment</li>
+
</ul>
+
 
</div>
 
</div>
  
 +
<br><br><br><br><br><br><br>
 +
 +
<h2 style="text-align:center" color: #D49AE6 > Next Generation Focus: </h2>
 +
 +
<br><br>
 +
 +
<div>
 +
<img style="width:300px" hspace="20" src=https://static.igem.org/mediawiki/2017/8/82/T--LambertGA--ngf.jpg align='left' />
 +
 +
Next Generation Focus is a non-profit organization created to reach out to youth in economically challenged families in our community to provide resources to expand academic and enrichment opportunities. Once a semester, our iGEM team hosts a “Science Day” where we perform hands-on activities with the students to teach them basic science principles. By exposing them to engaging experiments the students do not encounter in the classroom, we hope to spark their interest in science.
  
<div class="column half_size">
 
<h5>What should we write about on this page?</h5>
 
<p>On this page, you should write about the Human Practices topics you considered in your project, and document any special activities you did (such as visiting experts, talking to lawmakers, or doing public engagement). This should include all of the work done for the Silver Medal Criterion #3. Details for your Gold medal work and/or work for the two Human Practices special prizes should be put on those specified pages.</p>
 
 
</div>
 
</div>
  
 +
<br><br><br><br><br><br><br><br><br>
 +
 +
<h2 style="text-align:center" color: #D49AE6 > Congenital Heart Defect walk: </h2>
 +
 +
<br><br>
 +
 +
<div>
 +
 +
<img style="width:400px" hspace="20" src=https://static.igem.org/mediawiki/2017/e/ee/T--LambertGA--chd.jpg align='left' />
 +
 +
In the spring, our iGEM team partnered with the Medical Science Academy to host a walk in awareness of Congenital Heart Defect. At the walk, we arranged activities for young children explaining the basics of genetics and the cause of congenital heart defects. Our iGEM team made bracelets with the genetic code for congenital heart defects, creating an easy way for children to understand the concept of single polymorphisms. We also discussed possible gene therapy to cure congenital heart defects.
  
<div class="column half_size">
 
<h5>Inspiration</h5>
 
<p>Read what other teams have done:</p>
 
<ul>
 
<li><a href="https://2014.igem.org/Team:Dundee/policypractice/experts">2014 Dundee </a></li>
 
<li><a href="https://2014.igem.org/Team:UC_Davis/Policy_Practices_Overview">2014 UC Davis </a></li>
 
<li><a href="https://2013.igem.org/Team:Manchester/HumanPractices">2013 Manchester </a></li>
 
<li><a href="https://2013.igem.org/Team:Cornell/outreach">2013 Cornell </a></li>
 
</ul>
 
 
</div>
 
</div>
  
 +
<br><br><br><br><br><br><br>
 +
 +
<h2 style="text-align:center" color: #D49AE6 >  Sharon Science Days: </h2>
 +
 +
<br><br>
 +
 +
<div>
 +
 +
<img style="width:500px" hspace="20" src=https://static.igem.org/mediawiki/2017/9/90/T--LambertGA--sharonelementary.jpg align='left' />
 +
Our team regularly hosts science days at a local elementary school to inform and excite the next generation of future scientists. Our iGEM team leads science experiments where we introduce the scientific method to elementary school students and teach them about the importance of polymers in everyday life. These science days are a fun way to involve students and create interest in science at a young age. Our main goal was to educate young students in an interactive way not available to them in the classroom.
 +
 +
</div>
 +
 +
<br><br><br>
 +
 +
<div class="button_click"  onClick=" parent.location= 'https://2017.igem.org/Special:Upload '">
 +
 +
<!--<h2>2015 Lambert iGEM</h2>-->
 +
                <div id="officialLogo">
 +
 +
                </div>
 +
            </footer>
 +
<div id="space2">
 +
</div>
 +
<div id="sponsors-bottom">
 +
 +
<a href="http://www.forsyth.k12.ga.us/lhs"><img src="https://static.igem.org/mediawiki/2017/9/9e/T--LambertGA--longhorn_iGEM_logo.png" class="transparent" style="height:100px;padding:20px;"></a>
 +
 +
</div>
  
  
 
</html>
 
</html>

Revision as of 03:14, 25 June 2017


Silver


Maker Faire: Building With Biology


The Maker Faire is a two day event where scientists, engineers and other “makers” gather to promote their craft to the public. We partnered with the Atlanta Science Festival in hosting the venue where the public could learn about synthetic biology. Click here to read more...








Atlanta Science Festival



The Atlanta Science Festival is an annual event in Georgia where interested people of all ages are able to learn more about science and see how it affects our daily lives. Our iGEM team was chosen to host a Discovery Dialogue discussing genetically modified organisms with the public. Click here to read more...






Regional Education Service Agencies



At RESA, a professional learning agency focused on improving the work of educators, our team met with science educators across the region and held a workshop on synthetic biology. Throughout our presentation, we focused on how teachers could integrate synthetic biology curriculum into high school classrooms. Click here to read more...







Next Generation Focus:



Next Generation Focus is a non-profit organization created to reach out to youth in economically challenged families in our community to provide resources to expand academic and enrichment opportunities. Once a semester, our iGEM team hosts a “Science Day” where we perform hands-on activities with the students to teach them basic science principles. By exposing them to engaging experiments the students do not encounter in the classroom, we hope to spark their interest in science.









Congenital Heart Defect walk:



In the spring, our iGEM team partnered with the Medical Science Academy to host a walk in awareness of Congenital Heart Defect. At the walk, we arranged activities for young children explaining the basics of genetics and the cause of congenital heart defects. Our iGEM team made bracelets with the genetic code for congenital heart defects, creating an easy way for children to understand the concept of single polymorphisms. We also discussed possible gene therapy to cure congenital heart defects.







Sharon Science Days:



Our team regularly hosts science days at a local elementary school to inform and excite the next generation of future scientists. Our iGEM team leads science experiments where we introduce the scientific method to elementary school students and teach them about the importance of polymers in everyday life. These science days are a fun way to involve students and create interest in science at a young age. Our main goal was to educate young students in an interactive way not available to them in the classroom.