Team:NYU/Safety

From 2010.igem.org

(Difference between revisions)
 
(2 intermediate revisions not shown)
Line 1: Line 1:
-
{| style="color:#1b2c8a;background-color:#0c6;" cellpadding="3" cellspacing="1" border="1" bordercolor="#fff" width="62%" align="center"
+
<html>
-
!align="center"|[[Team:NYU|Home]]
+
-
!align="center"|[[Team:NYU/Team|Team]]
+
-
!align="center"|[[Team:NYU/Project|Project]]
+
-
!align="center"|[[Team:NYU/Parts|BioBricks]]
+
-
!align="center"|[[Team:NYU/Modeling|Modeling]]
+
-
!align="center"|[[Team:NYU/Notebook|Notebook]]
+
-
!align="center"|[[Team:NYU/Safety|Safety]]
+
-
|}
+
 +
<div id="allcontent">
 +
<img class="bannerimage" src="https://static.igem.org/mediawiki/2010/2/2d/NYU_bannerv_6.png" height="200px" width="950px"><br />
-
{|align="justify"
+
<div id="headerlinks">
-
|Safety considerations are very important when conducting any research with recombinant DNA technologies to control or prevent possible adverse outcomes of the research. When designing our project, we asked ourselves if our project ideas would raise safety issues in terms of researcher's safety, public safety or environmental safety. While it is not necessary to steer completely clear of research agendas that might pose safety risks because of their possible positive benefits, it is important to account for those risks by implementing safety protocols to protect the health of the researchers, public and environment.  
+
<ul id="nav">
-
|[[Image:NYU_logo.png|200px|right]]
+
<li>
-
|-
+
<a class="bannertoplinks" href="https://2010.igem.org/Team:NYU">Home</a>
-
|
+
</li>
 +
 +
<li><a class="bannertoplinks" href="https://2010.igem.org/Team:NYU/Project">Project</a>
 +
<ul style="z-index:1">
 +
<li><a class="bannerlinks" href="https://2010.igem.org/Team:NYU/Project">Overview</a></li>
 +
                        <li><a class="bannerlinks" href="https://2010.igem.org/Team:NYU/Experiments">Experiments</a></li>
 +
                        <li><a class="bannerlinks" href="https://2010.igem.org/Team:NYU/Assembly">Overlap Assembly</a></li>
 +
<li><a class="bannerlinks" href="https://2010.igem.org/Team:NYU/Notebook">Notebook</a></li>
 +
<li><a class="bannerlinks" href="https://2010.igem.org/Team:NYU/Parts">Biobricks</a></li>
 +
<li><a class="bannerlinks" href="https://2010.igem.org/Team:NYU/Programming">Programming</a></li>
 +
</ul>
 +
</li>
 +
<li><a class="bannertoplinks" href="https://2010.igem.org/Team:NYU/Team">Team</a>
 +
                <ul style="z-index:1">
 +
                        <li><a class="bannerlinks" href="https://2010.igem.org/Team:NYU/Team">NYU</a></li>
 +
                        <li><a class="bannerlinks" href="https://2010.igem.org/Team:NYU/CornellMed">Cornell Med</a></li>
 +
                </ul>
 +
</li>
 +
<li><a class="bannertoplinks" href="https://2010.igem.org/Team:NYU/Sponsors">Sponsors</a>
 +
                <ul style="z-index:1">
 +
                        <li><a class="bannerlinks" href="https://2010.igem.org/Team:NYU/Sponsors">Sponsors</a></li>
 +
                        <li><a class="bannerlinks" href="http://www.sciencehouse.com">ScienceHouse</a></li>
 +
                        <li><a class="bannerlinks" href="http://www.nysynbio.org">NY synbio</a></li>
 +
                </ul>
 +
</li>
 +
<li><a class="bannertoplinks" href="https://2010.igem.org/Team:NYU/Contact">Contact Us</a>
 +
             
 +
</li>
 +
</ul>
 +
</div>
 +
 
 +
</p><p><br />
 +
 
 +
<style type="text/css">
 +
 
 +
 
 +
#allcontent {
 +
      width: 950px;
 +
}
 +
 
 +
 
 +
body {
 +
        margin-left: auto;
 +
        margin-right: auto;
 +
font-family: Helvetica, Arial, sans-serif;
 +
width: 900px;
 +
}
 +
 
 +
table {
 +
        color: #000000;
 +
font-family: Helvetica, Arial, sans-serif;
 +
        }
 +
 
 +
#content {
 +
        color: #000000;
 +
font-family: Helvetica, Arial, sans-serif;
 +
width: 965px;
 +
        line-height: 1.2em;
 +
 
 +
}
 +
 
 +
a {
 +
  text-decoration: none;
 +
  color: #7F5217;
 +
  }
 +
 
 +
a:hover {
 +
color: #A0C544;
 +
        text-decoration: none;
 +
}
 +
 +
h1, h2, h3, h4, h5, h6 {
 +
        color: #254117;
 +
}
 +
 
 +
#headerlinks{
 +
      margin-left: -20px;
 +
}
 +
 
 +
#nav, #nav ul {
 +
padding: 0;
 +
list-style: none;
 +
}
 +
 
 +
#nav a {
 +
display: block;
 +
width: 149px;
 +
}
 +
 
 +
#nav li {
 +
float: left;
 +
width: 149px;
 +
margin-right: 41px;
 +
}
 +
 
 +
#nav li ul {
 +
position: absolute;
 +
width: 149px;
 +
left: -999em;
 +
}
 +
 
 +
#nav li:hover ul {
 +
left: auto;
 +
      text-decoration: none;
 +
      color: white !important;
 +
 
 +
}
 +
 
 +
#nav li:hover ul, #nav li.sfhover ul {
 +
left: auto;
 +
      text-decoration: none;
 +
      color: white !important;
 +
}
 +
 
 +
sfHover = function() {
 +
var sfEls = document.getElementById("nav").getElementsByTagName("LI");
 +
for (var i=0; i<sfEls.length; i++) {
 +
sfEls[i].onmouseover=function() {
 +
this.className+=" sfhover";
 +
}
 +
sfEls[i].onmouseout=function() {
 +
this.className=this.className.replace(new RegExp(" sfhover\\b"), "");
 +
}
 +
}
 +
}
 +
if (window.attachEvent) window.attachEvent("onload", sfHover);
 +
 +
.bannerimage {
 +
 +
}
 +
 
 +
a.bannerlinks {
 +
  color: white !important;
 +
  text-decoration: none;
 +
  }
 +
 
 +
 
 +
a.bannertoplinks {
 +
  color: white !important;
 +
  text-decoration: none;
 +
}
 +
 
 +
a.bannerlinks:hover, a.bannertoplinks:hover {
 +
  background-color: #A0C544;
 +
  color: white;
 +
  }
 +
 +
.bannerlinks {
 +
background-color: #698B69;
 +
border-style: solid;
 +
border-color: white;
 +
border-width: 1px;
 +
color: white;
 +
padding: 3px 20px 3px 20px;
 +
        margin-left: -19px;
 +
}
 +
 
 +
.bannertoplinks {
 +
background-color: #006400;
 +
border-style: solid;
 +
border-color: white;
 +
border-width: 1px;
 +
color: white;
 +
        margin-bottom: -2px;
 +
padding: 3px 20px 3px 20px;
 +
}
 +
 
 +
#sidebar {
 +
width: 300px;
 +
float: right;
 +
margin-right: 0px;
 +
border-style: solid;
 +
border-color: white;
 +
border-width: 1px;
 +
padding: 0px;
 +
        padding-top:5px;
 +
}
 +
 
 +
#abstract {
 +
width: 600px;
 +
border-style: solid;
 +
border-color: white;
 +
border-width: 1px;
 +
padding: 10px;
 +
line-height: 1.2em;
 +
        font-size: 14px;
 +
}
 +
 +
 +
#rightgroup {
 +
float: right;
 +
width: 300px;
 +
padding: 10px;
 +
}
 +
 +
#leftgroup {
 +
width: 300px;
 +
padding: 10px;
 +
        margin-right: 20px;
 +
}
 +
 +
#maincontent {
 +
width: 610px;
 +
}
 +
 
 +
#headerlinks > #nav > li {
 +
        border-bottom: 4px solid white;
 +
}
 +
 
 +
#sidebar a{
 +
      text-decoration: none;
 +
      color: #7F5217;
 +
}
 +
 
 +
#sidebar a:hover{
 +
    color: #A0C544;
 +
    text-decoration: none;
 +
}
 +
 
 +
a.sidebarlinks {
 +
display: block;
 +
width: 300px;
 +
font-size: 1.2em;
 +
text-align: center;
 +
background-color: #827B60;
 +
color: white !important;
 +
padding: 10px 0px 10px 0px;
 +
margin-bottom: 5px
 +
}
 +
 
 +
a.sidebarlinks:hover {
 +
background-color: #A0C544;
 +
        color: white !important;
 +
}
 +
 
 +
a.timelinelinks {
 +
      color: #7F5217 !important;
 +
}
 +
 
 +
a.timelinelinks:hover {
 +
      color: #A0C544 !important;
 +
}
 +
 
 +
 
 +
</style>
 +
<!-- !END NYU CSS- Thanks Harvard -->
 +
 
 +
</html>
 +
 
 +
 
 +
[[Image:Nyu_banner2.png|200px|right]]
 +
 
 +
[[Image:NYU_logo.png|200px|left]]
 +
Safety considerations are very important when conducting any research with recombinant DNA technologies to control or prevent possible adverse outcomes of the research. When designing our project, we asked ourselves if our project ideas would raise safety issues in terms of researcher's safety, public safety or environmental safety. While it is not necessary to steer completely clear of research agendas that might pose safety risks because of their possible positive benefits, it is important to account for those risks by implementing safety protocols to protect the health of the researchers, public and environment.  
 +
 
Because no organism or biobrick part we used is from an infectious organism, we use no human cell lines or cultures, no biological toxins or toxin coding regions and do not release our organisms into the environment for testing, the safety considerations of our project are less than the projects of many other teams.  
Because no organism or biobrick part we used is from an infectious organism, we use no human cell lines or cultures, no biological toxins or toxin coding regions and do not release our organisms into the environment for testing, the safety considerations of our project are less than the projects of many other teams.  
-
Our project is done in two phases. First, the construction of genetic constructs through biobrick parts in DH5alpha bacteria and Second, the transformation of the completed constructs into trp- FY4 yeast for intrabody library screening and production. While some strains of E. coli are more suitable to recombinant DNA work because of genomic deletions that make them less stable in the wild, the DH5alpha strain is important to our work because of its very high transformation efficiency. Because this strain is slightly more hardy, certain safety protocols must be instituted to prevent escape of biological agents into the environment: All bacterial cultures are deposited in biohazard waste collection which is autoclaved before disposal, all liquid cultures are kept under 5 mL and are combined with 10% bleach and left for 30 minutes to kill all biological agents before disposal. The trp- FY4 strain of yeast is unable to survive in the wild due to its incapacity to synthesize tryptophan, but the same safety procedures are still used.
+
Our project is done in two phases. First, the construction of genetic constructs through biobrick parts in DH5alpha bacteria and Second, the transformation of the completed constructs into trp- FY4 yeast for intrabody library screening and production. While some strains of E. coli are more suitable to recombinant DNA work because of genomic deletions that make them less stable in the wild, the DH5alpha strain is important to our work because of its very high transformation efficiency. Because this strain is slightly more hardy, certain safety protocols have been instituted to prevent escape of biological agents into the environment: All petri plates deposited in biohazard waste collection which is incinerated before disposal, all liquid cultures are kept under 5 mL and are combined with 10% bleach and left for 30 minutes to kill all biological agents before disposal. The trp- FY4 strain of yeast is unable to survive in the wild due to its incapacity to synthesize tryptophan, but the same safety procedures are still used.
The inherent danger of the genetic constructs in our system is minimal. The constructs entailing the most thought of biological safety are the gene expression control elements, the diversified iDab library constructs, which affect transcription of the yeast genome. Because these constructs are only active in the genome of the organism with Lex operators, it is very unlikely that even direct human exposure to yeast translating these proteins will have any effect on the cellular metabolism. Regardless, safety protocols for dealing with recombinant organisms are observed including gloves worn at all times in the laboratory and proper disposal of biological cultures as previously described.''
The inherent danger of the genetic constructs in our system is minimal. The constructs entailing the most thought of biological safety are the gene expression control elements, the diversified iDab library constructs, which affect transcription of the yeast genome. Because these constructs are only active in the genome of the organism with Lex operators, it is very unlikely that even direct human exposure to yeast translating these proteins will have any effect on the cellular metabolism. Regardless, safety protocols for dealing with recombinant organisms are observed including gloves worn at all times in the laboratory and proper disposal of biological cultures as previously described.''

Latest revision as of 03:10, 28 October 2010




Nyu banner2.png
NYU logo.png

Safety considerations are very important when conducting any research with recombinant DNA technologies to control or prevent possible adverse outcomes of the research. When designing our project, we asked ourselves if our project ideas would raise safety issues in terms of researcher's safety, public safety or environmental safety. While it is not necessary to steer completely clear of research agendas that might pose safety risks because of their possible positive benefits, it is important to account for those risks by implementing safety protocols to protect the health of the researchers, public and environment.

Because no organism or biobrick part we used is from an infectious organism, we use no human cell lines or cultures, no biological toxins or toxin coding regions and do not release our organisms into the environment for testing, the safety considerations of our project are less than the projects of many other teams.

Our project is done in two phases. First, the construction of genetic constructs through biobrick parts in DH5alpha bacteria and Second, the transformation of the completed constructs into trp- FY4 yeast for intrabody library screening and production. While some strains of E. coli are more suitable to recombinant DNA work because of genomic deletions that make them less stable in the wild, the DH5alpha strain is important to our work because of its very high transformation efficiency. Because this strain is slightly more hardy, certain safety protocols have been instituted to prevent escape of biological agents into the environment: All petri plates deposited in biohazard waste collection which is incinerated before disposal, all liquid cultures are kept under 5 mL and are combined with 10% bleach and left for 30 minutes to kill all biological agents before disposal. The trp- FY4 strain of yeast is unable to survive in the wild due to its incapacity to synthesize tryptophan, but the same safety procedures are still used.

The inherent danger of the genetic constructs in our system is minimal. The constructs entailing the most thought of biological safety are the gene expression control elements, the diversified iDab library constructs, which affect transcription of the yeast genome. Because these constructs are only active in the genome of the organism with Lex operators, it is very unlikely that even direct human exposure to yeast translating these proteins will have any effect on the cellular metabolism. Regardless, safety protocols for dealing with recombinant organisms are observed including gloves worn at all times in the laboratory and proper disposal of biological cultures as previously described.