Team:Penn/Safety

From 2013.igem.org

(Difference between revisions)
 
(56 intermediate revisions not shown)
Line 1: Line 1:
-
<html>
+
<html lang="en">
-
  <head>
+
<head>
-
     <title></title>
+
 
-
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
+
     <title>Penn iGEM</title>
-
    <!-- Bootstrap and mainstyle css -->
+
    <link href="https://googledrive.com/host/0B4ZBZOYYKBzEVHRaZEdUVGo5cjA" type="text/css" rel="stylesheet"/> <!--css-->
-
    <link href="https://googledrive.com/host/0B4ZBZOYYKBzEeUFaR1lNWFZWMnc" rel="stylesheet" media="screen">
+
 
-
    <link href="https://googledrive.com/host/0B4ZBZOYYKBzEYUtsRS1ZWHM2bTQ" type="text/css" rel="stylesheet"/>
+
<script src="https://googledrive.com/host/0B4ZBZOYYKBzETkFqdnhMeV9fMzA" ></script> <!--jquery-->
-
  <script src="https://googledrive.com/host/0B4ZBZOYYKBzETkFqdnhMeV9fMzA" ></script>
+
-
    <script src="https://googledrive.com/host/0B4ZBZOYYKBzEZTdBSFdUV19LYjQ"></script>
+
-
    <script src="https://googledrive.com/host/0B4ZBZOYYKBzEOFVQV0ZLWEZqN2M"></script>
+
      
      
-
    <script>
+
<script>
-
        jQuery(document).ready(function($) {
+
        $(document).ready(function($) {
-
       
+
-
        $('body').scrollspy({ target: '#nav-circles' });
+
-
       
+
$('.nav_wrap').load('https://googledrive.com/host/0B4ZBZOYYKBzEclFHMmpZcVlydmc');
-
        });
+
  });
     </script>
     </script>
-
    <style>
+
</head>
-
        /*hero unit positioning*/
+
<body>
-
        .hero-unit {
+
<div id = "banner_wrap">
-
            margin-left: 20px;
+
<div class = "banner"></div>
-
            padding: 50px;
+
</div>
-
margin-top: 20px;
+
<div id = "nav_holder">
-
           
+
<div class = "nav_wrap"></div>
-
        }
+
</div>
-
       
+
</div>
-
        /*navigation circles*/
+
<div id="text">
-
        #nav-circles {
+
<div class = "textwrap">
-
            position: fixed;
+
                <h2><center>Safety</center></h2> <!--title-->
-
            top: 100px;
+
                 <p>
-
            right: 20px;
+
<b> Do the biological materials used in your lab work pose any of the following risks? Please describe. </b>
-
            z-index: 9999;
+
<br>
-
        }
+
<br>
-
       
+
-
        #nav-circles li {
+
-
            display: block;
+
-
            height: 30px;
+
-
            width: 30px;
+
-
            border-radius: 100%;
+
-
            margin:10px;
+
-
            top: 100px;
+
-
            right: 100px;
+
-
            background-color: gray;
+
-
        }
+
-
       
+
-
        /*Sections*/
+
-
        .section {
+
-
            min-height: 700px;
+
-
            min-width: 500px;
+
-
        }
+
-
       
+
-
         
+
-
        /*rows with images*/
+
-
        .row{
+
-
            width: 100%;
+
-
            margin-top: 100px;
+
-
        }
+
-
       
+
-
        .span4 {
+
-
            height: 150px;
+
-
            width: 150px;
+
-
            position: relative;
+
-
              -moz-border-radius: 100%;
+
-
    -webkit-border-radius: 100%;
+
-
    -khtml-border-radius: 100%;
+
-
            border-radius: 100%;
+
-
            overflow: hidden;
+
-
            background-size: 300px;
+
-
            background-position: -70px -20px;
+
-
            opacity: .7;
+
-
            margin: 50px;
+
-
            display: inline-block;
+
-
           
+
-
        }
+
-
        }
+
-
       
+
-
      .span4 img {
+
-
            height: 150px;
+
-
         
+
-
            position: relative;
+
-
        }
+
-
       
+
-
                 .span4:hover {
+
-
            opacity: 1;
+
-
        }
+
-
        .img-span {
+
-
    overflow: hidden;
+
-
    height: 100px;
+
-
    width: 100%;
+
-
    margin: auto;
+
-
    background-image: url("https://www.storesonlinepro.com/files/1690661/uploaded/99090,%20goggles%20pic,%205414.JPG?size=200&icon=true&cache=1371081866942");
+
-
    background-attachment: fixed;
+
-
background-size: 80%;
+
-
}
+
-
     
+
<b>a. Risks to the safety and health of team members or others working in the lab?</b>
-
      /*jumbotron colors*/
+
<br>
-
      .jumbotron {
+
-
  position: relative;
+
-
  min-height: 600px;
+
-
  padding: 40px 0;
+
-
  color: #fff;
+
-
  text-align: center;
+
-
  text-shadow: 0 1px 3px rgba(0,0,0,.4), 0 0 30px rgba(0,0,0,.075);
+
-
  background: #4b0058; /* Old browsers */
+
-
  background: -moz-linear-gradient(45deg,  #4b0058 0%, #ffe688 100%); /* FF3.6+ */
+
-
  background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#4b0058), color-stop(100%,#ffe688)); /* Chrome,Safari4+ */
+
-
  background: -webkit-linear-gradient(45deg,  #4b0058 0%,#ffe688 100%); /* Chrome10+,Safari5.1+ */
+
-
  background: -o-linear-gradient(45deg, #4b0058 0%,#ffe688100%); /* Opera 11.10+ */
+
-
  background: -ms-linear-gradient(45deg,  #4b0058 0%,#ffe688 100%); /* IE10+ */
+
-
  background: linear-gradient(45deg,  #380060 0%,#ffe688100%); /* W3C */
+
-
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe688', endColorstr='#3fffe6',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
+
-
  -webkit-box-shadow: inset 0 3px 7px rgba(0,0,0,.2), inset 0 -3px 7px rgba(0,0,0,.2);
+
-
    -moz-box-shadow: inset 0 3px 7px rgba(0,0,0,.2), inset 0 -3px 7px rgba(0,0,0,.2);
+
-
          box-shadow: inset 0 3px 7px rgba(0,0,0,.2), inset 0 -3px 7px rgba(0,0,0,.2);
+
-
}
+
-
       
+
-
    </style>
+
-
  </head>
+
-
 
+
-
    <body data-spy="scroll" data-target="#nav-circles">
+
-
      <div class="navbar-wrapper">
+
-
      <!-- Wrap the .navbar in .container to center it within the absolutely positioned parent. -->
+
-
      <div class="container">
+
-
        <div class="navbar navbar-inverse navbar-fixed-top">
+
We work with SYBR<sup>TM</sup> Safe DNA Gel Stain which is not classified as hazardous waste under US federal regulations. As far as bacteria, none of our strains are above level 1. Our team uses gloves and exercises caution when working in the lab in order to reduce risks to our health.
-
          <div class="navbar-inner" style="padding-left: 50px;">
+
<br>
-
            <!-- Responsive Navbar Part 1: Button for triggering responsive navbar (not covered in tutorial). Include responsive CSS to utilize. -->
+
<br>
-
            <button type="button" class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
+
<b>
-
              <span class="icon-bar"></span>
+
b. Risks to the safety and health of the general public, if released by design or by accident?
-
              <span class="icon-bar"></span>
+
</b>
-
              <span class="icon-bar"></span>
+
<br>
-
            </button>
+
The strain of E. coli we use should not pose any risks to the safety and health of the general public' our plasmids do not produce toxic protein.
-
            <a class="brand" href="https://2013.igem.org/Team:Penn">Penn's iGEM Team</a>
+
<br>
-
            <!-- Responsive Navbar Part 2: Place all navbar contents you want collapsed withing .navbar-collapse.collapse. -->
+
<br>
-
            <div class="nav-collapse collapse">
+
<b>
-
              <ul class="nav">
+
c. Risks to the environment, if released by design or by accident?
-
             
+
</b>
-
                <!-- Read about Bootstrap dropdowns at http://twitter.github.com/bootstrap/javascript.html#dropdowns -->
+
<br>
-
                <li class="dropdown">
+
Our plasmid is made so that expression is regulated by aT7 polymerase; it should not create risks to the environment if accidentally released.
-
                  <a href="#" class="dropdown-toggle" data-toggle="dropdown">About <b class="caret"></b></a>
+
<br>
-
                  <ul class="dropdown-menu">
+
<br>
-
                    <li><a href="https://2013.igem.org/Team:Penn/Team">Team</a></li>
+
<b>
-
                    <li><a href="https://2013.igem.org/Team:Penn/Sponsors">Sponsors</a></li>
+
-
                    <li><a href="https://igem.org/Team.cgi?id=1128">Official Team Profile</a></li>
+
-
                    <!--<li class="divider"></li>
+
-
                    <li class="nav-header">Nav header</li>
+
-
                    <li><a href="#">Separated link</a></li>
+
-
                    <li><a href="#">One more separated link</a></li>-->
+
-
                  </ul>
+
-
                </li>
+
-
                <li><a href="https://2013.igem.org/Team:Penn/HumanPractices">Human Practices</a></li>
+
-
<li><a href="https://2013.igem.org/Team:Penn/Notebook">Notebook</a></li>
+
-
                <li class="dropdown">
+
-
                  <a href="#" class="dropdown-toggle" data-toggle="dropdown">Project <b class="caret"></b></a>
+
-
                  <ul class="dropdown-menu">
+
-
                 
+
-
                    <li><a href="https://2013.igem.org/Team:Penn/Project">Project</a></li>
+
-
                    <li><a href="https://2013.igem.org/Team:Penn/Parts">Parts</a></li>
+
-
                    <li><a href="https://2013.igem.org/Team:Penn/Modeling">Modeling</a></li>
+
-
                    <li><a href="https://2013.igem.org/Team:Penn/Safety">Safety</a></li>
+
-
                  </ul>
+
-
                </li>
+
-
              </ul>
+
-
            </div><!--/.nav-collapse -->
+
-
          </div><!-- /.navbar-inner -->
+
-
        </div><!-- /.navbar -->
+
-
      </div> <!-- /.container -->
+
d. Risks to security through malicious misuse by individuals, groups, or countries?
-
    </div><!-- /.navbar-wrapper -->
+
</b>
-
   
+
<br>
 +
We do not foresee the usefulness of our systems to individuals, groups or countries with malicious intents.
 +
<br>
 +
<br>
 +
<b>
 +
If your project moved from a small-scale lab study to become widely used as a commercial/industrial product, what new risks might arise? (Consider the different categories of risks that are listed in parts a-d of the previous question.) Also, what risks might arise if the knowledge you generate or the methods you develop became widely available? (Note: This is meant to be a somewhat open-ended discussion question.)
 +
</b>
 +
<br>
 +
Since our system is an assay it should not pose risks if it becomes a widely used tool, it does however lend itself to the development of tools which could, if developed and used inappropriately, create harmful methylation patterns in organisms.
-
    <!--Giant Image At the Top-->
+
<br>
-
    <div class="jumbotron masthead">
+
<br>
-
  <div class="container">
+
<b>
-
    <h1>Safety</h1>
+
-
    <p>Lorem ipsum dolor sit amet.</p>
+
-
    <p>
+
-
  </div>
+
-
</div>
+
-
   
+
-
<div class="img-span">
+
-
    <!--<img src="https://dl.dropboxusercontent.com/sh/h4cxid18rzzjgan/uN-wv6h07i/Unified%20Artwork%20Styles%20Here/science%21%21%21/20130513135201-0.jpg?token_hash=AAGlfzG2xZpKrOTI8pyH02EbYxY1vK3QLUWKsWuYdaPbYg"/>-->
+
-
</div>
+
-
    <!--First section-->
+
Does your project include any design features to address safety risks? (For example: kill switches, auxotrophic chassis, etc,) Note that including such features is not mandatory to participate in iGEM, but many groups choose to include them)
-
    <div class="section" id="first-section">
+
</b>
-
       
+
<br>
-
  <div class="row">
+
-
      <div class="span4" style="background-image: url('https://dl.dropboxusercontent.com/sh/h4cxid18rzzjgan/0RorW85BOS/Lynch%20Labs%20PGFI/BE_LynchLabGroup_DSC2733.jpg?token_hash=AAGlfzG2xZpKrOTI8pyH02EbYxY1vK3QLUWKsWuYdaPbYg'); left: 5%;">
+
-
        </div><!-- /.span4 -->
+
-
    <div class="span4" style="background-image: url('https://dl.dropboxusercontent.com/sh/h4cxid18rzzjgan/8auH76HSpC/Lynch%20Labs%20PGFI/BE_LynchLabGroup_DSC2721.jpg?token_hash=AAGlfzG2xZpKrOTI8pyH02EbYxY1vK3QLUWKsWuYdaPbYg'); left: 15%;">
+
-
          <!--<img src="https://dl.dropboxusercontent.com/sh/h4cxid18rzzjgan/WTlON78GgW/IMG_0264.JPG?token_hash=AAGlfzG2xZpKrOTI8pyH02EbYxY1vK3QLUWKsWuYdaPbYg"/>-->
+
-
        </div><!-- /.span4 -->
+
-
<div class="span4" style="background-image: url('https://dl.dropboxusercontent.com/sh/h4cxid18rzzjgan/Cqv03LbbM-/Lynch%20Labs%20PGFI/BE_LynchLabGroup_DSC2809.jpg?token_hash=AAGlfzG2xZpKrOTI8pyH02EbYxY1vK3QLUWKsWuYdaPbYg');left: 30%;">
+
Yes, our main project is designing a new assay to test for off target methylation. We are designing a one plasmid system that will help ascertain whether or not off target methylation occurs and the extent to which it occurs.
-
          <!--<img src="https://dl.dropboxusercontent.com/sh/h4cxid18rzzjgan/APrj2Se2i-/Lynch%20Labs%20PGFI/BE_LynchLabGroup_DSC2811.jpg?token_hash=AAGlfzG2xZpKrOTI8pyH02EbYxY1vK3QLUWKsWuYdaPbYg"/>-->
+
-
        </div><!-- /.span4 --></div>
+
-
    <!--first hero unit-->
+
<br>
-
    <div class="hero-unit" id="text">
+
<br>
-
        <h4>First Section</h4>
+
<b>
-
        <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor
+
What safety training have you received (or plan to receive in the future)? Provide a brief description, and a link to your institution's safety training requirements, if available.
-
  incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud
+
</b>
-
  exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor
+
<br>
-
  in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur
+
All lab members have gone through a rigorous Penn environmental health and safety training course and are certified to work with hazardous substance, infectious agents and human source materials.
-
  sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum</p>
+
<br>
-
<p>Use this page to answer the questions on the [[Safety | safety page]].</p>
+
<br>
-
    </div>
+
<b>
-
</div>
+
Please provide a link to your institution biosafety guidelines.
 +
</b>
 +
<br>
 +
http://www.ehrs.upenn.edu/programs/bio/
 +
<br>
 +
<br>
 +
<b>
 +
Does your institution have an Institutional Biosafety Committee, or an equivalent group? If yes, have you discussed project with them? Describe any concerns they raised with your project, and any changes you made to your project based on their review.
 +
</b>
 +
<br>
 +
 
 +
We have not discussed our project with our institution's biosafety committee.
 +
 
 +
<br>
 +
<br>
 +
<b>
 +
Does your country have national biosafety regulations or guidelines? If so, please provide a link to these regulations or guidelines if possible.
 +
</b>
 +
<br>
 +
 
 +
http ://www. absa. org/resbslinks. Html
 +
 
 +
<br>
 +
<br>
 +
<b>
 +
According to the WHO Biosafety Manual, what is the BioSafety Level rating of your lab? (Check the summary table on page 3, and the fuller description that starts on page 9.) If your lab does not fit neatly into category 1,2,3, or 4, please describe its safety features [see 20l3.igem.org/Safety for help].
 +
</b>
 +
<br>
 +
1
 +
<br>
 +
<br>
 +
<b>
 +
 
 +
What is the Risk Group of your chassis organism(s), as you stated in question l? If it does not match the BSL rating of your laboratory, please explain what additional safety measures you are taking.
 +
</b>
 +
<br>
 +
1
 +
 
 +
<br>
 +
<br>
 +
<br>
 +
Our team also filled out a second safety form since we are using a part from Spiroplasma sp. Strain MQ1 which is a risk group 2 organism, bellow is our response to the questions:
 +
<br>
 +
<br>
 +
<b>
 +
If you are using this organism as a chassis, write "chassis". If you are using a genetic part from
 +
the organism, give the name of the part and a brief description of what it does and why you are
 +
using it.
 +
</b>
 +
<br>
 +
Name of part: M.SssI Methyltransferase Gene. This enzyme methylates CpG sites in DNA. We are using it as part of a set of targeted methylatransferase fusion proteins.
 +
<br>
 +
<br>
 +
<b>
 +
How did you physically acquire the organism or part?
 +
</b>
 +
<br>
 +
We synthesized the gene from Integrated DNA Technologies.
 +
<br>
 +
<br>
 +
<b>
 +
What potential safety/health risks to team members, other people at your institution, or the
 +
general public could arise from your use of this organism/part?
 +
</b>
 +
<br>
 +
The part is non toxic, it should not raise any health or safety risks.
 +
<br>
 +
<br>
 +
<b>
 +
What measures do you intend to take to ensure that your project is safe for team members,
 +
other people at your institution, and the general public?
 +
</b>
 +
<br>
 +
Standard safety protocols were effectively used to ensure the containment of biologically hazardous agents, we do not work with any pathogenic bacteria in the lab.
 +
<br>
 +
<br>
 +
<b>
 +
If you are using only a part from the organism, and you believe the part by itself is not
 +
dangerous, explain why you believe it is not dangerous.
 +
</b>
 +
<br>
 +
It is not dangerous because it is not toxic. Most cells have their own mechanisms for methylating DNA and it is unlikely that our gene would be transferred into other cells, but even if it were, it is difficult to imagine that it would be dangerous.
 +
<br>
 +
<br>
 +
<b>
 +
Why do you need to use this organism/part? Is there an organism/part from a less dangerous
 +
Risk Group that would accomplish the same purpose?
 +
</b>
 +
<br>
 +
We chose this part because it is the most commonly and most readily available CpG Methyltransferase that has been expressed in E. coli.
 +
<br>
 +
<br>
 +
<b>
 +
Is the organism/part listed under the Australia Group guidelines, or otherwise restricted for
 +
transport? If so, how will your team ship this part to iGEM and the Jamborees?
 +
</b>
 +
<br>
 +
No.
 +
<br>
 +
<br>
 +
<b>
 +
Please describe the BioSafety Level of the lab in which the team works, or description of
 +
safety features of lab (Refer to Basic Safety form, question 8. d.). If you are using organisms with
 +
a BSL level greater than you lab, please explain any additional safety precautions you are taking.
 +
</b>
 +
<br>
 +
Level 1. No hazardous organisms.
 +
<br>
 +
 
 +
 
 +
</p>
-
 
 
          
          
-
    </body>
+
        </div>
-
 
+
       
 +
 +
       
 +
 
 +
   
    
    
 +
   
 +
     
 +
      <!--text-wrap: use this to wrap two or more text boxes as long as the width plus margins
 +
      of the content doesn't equal more than 700.  Float one left, one right to have two columns
 +
      (for more than 2, add margins to center it.  The text-wrap keeps the margins even between
 +
      the sidebar and the rest of the page-->   
 +
      <div class="text-wrap" style="margin-top: 50px; margin-bottom: 50px;">
 +
       
 +
<div id ="pagefooter">
 +
<br>
 +
<br>
 +
<center><a href = "https://2013.igem.org/Team:Penn"> Home  </a> <a href = "https://static.igem.org/mediawiki/2013/e/e5/Spec_Sheet.pdf" >Spec Sheet</a> <a href = "https://2013.igem.org/Team:Penn/sitemap" >Sitemap</a>
 +
</center>
 +
<br>
 +
Penn iGem &copy; 2013
 +
</div> 
 +
       
    
    
-
</html>
+
</body>

Latest revision as of 20:02, 28 October 2013

Penn iGEM

Safety

Do the biological materials used in your lab work pose any of the following risks? Please describe.

a. Risks to the safety and health of team members or others working in the lab?
We work with SYBRTM Safe DNA Gel Stain which is not classified as hazardous waste under US federal regulations. As far as bacteria, none of our strains are above level 1. Our team uses gloves and exercises caution when working in the lab in order to reduce risks to our health.

b. Risks to the safety and health of the general public, if released by design or by accident?
The strain of E. coli we use should not pose any risks to the safety and health of the general public' our plasmids do not produce toxic protein.

c. Risks to the environment, if released by design or by accident?
Our plasmid is made so that expression is regulated by aT7 polymerase; it should not create risks to the environment if accidentally released.

d. Risks to security through malicious misuse by individuals, groups, or countries?
We do not foresee the usefulness of our systems to individuals, groups or countries with malicious intents.

If your project moved from a small-scale lab study to become widely used as a commercial/industrial product, what new risks might arise? (Consider the different categories of risks that are listed in parts a-d of the previous question.) Also, what risks might arise if the knowledge you generate or the methods you develop became widely available? (Note: This is meant to be a somewhat open-ended discussion question.)
Since our system is an assay it should not pose risks if it becomes a widely used tool, it does however lend itself to the development of tools which could, if developed and used inappropriately, create harmful methylation patterns in organisms.

Does your project include any design features to address safety risks? (For example: kill switches, auxotrophic chassis, etc,) Note that including such features is not mandatory to participate in iGEM, but many groups choose to include them)
Yes, our main project is designing a new assay to test for off target methylation. We are designing a one plasmid system that will help ascertain whether or not off target methylation occurs and the extent to which it occurs.

What safety training have you received (or plan to receive in the future)? Provide a brief description, and a link to your institution's safety training requirements, if available.
All lab members have gone through a rigorous Penn environmental health and safety training course and are certified to work with hazardous substance, infectious agents and human source materials.

Please provide a link to your institution biosafety guidelines.
http://www.ehrs.upenn.edu/programs/bio/

Does your institution have an Institutional Biosafety Committee, or an equivalent group? If yes, have you discussed project with them? Describe any concerns they raised with your project, and any changes you made to your project based on their review.
We have not discussed our project with our institution's biosafety committee.

Does your country have national biosafety regulations or guidelines? If so, please provide a link to these regulations or guidelines if possible.
http ://www. absa. org/resbslinks. Html

According to the WHO Biosafety Manual, what is the BioSafety Level rating of your lab? (Check the summary table on page 3, and the fuller description that starts on page 9.) If your lab does not fit neatly into category 1,2,3, or 4, please describe its safety features [see 20l3.igem.org/Safety for help].
1

What is the Risk Group of your chassis organism(s), as you stated in question l? If it does not match the BSL rating of your laboratory, please explain what additional safety measures you are taking.
1


Our team also filled out a second safety form since we are using a part from Spiroplasma sp. Strain MQ1 which is a risk group 2 organism, bellow is our response to the questions:

If you are using this organism as a chassis, write "chassis". If you are using a genetic part from the organism, give the name of the part and a brief description of what it does and why you are using it.
Name of part: M.SssI Methyltransferase Gene. This enzyme methylates CpG sites in DNA. We are using it as part of a set of targeted methylatransferase fusion proteins.

How did you physically acquire the organism or part?
We synthesized the gene from Integrated DNA Technologies.

What potential safety/health risks to team members, other people at your institution, or the general public could arise from your use of this organism/part?
The part is non toxic, it should not raise any health or safety risks.

What measures do you intend to take to ensure that your project is safe for team members, other people at your institution, and the general public?
Standard safety protocols were effectively used to ensure the containment of biologically hazardous agents, we do not work with any pathogenic bacteria in the lab.

If you are using only a part from the organism, and you believe the part by itself is not dangerous, explain why you believe it is not dangerous.
It is not dangerous because it is not toxic. Most cells have their own mechanisms for methylating DNA and it is unlikely that our gene would be transferred into other cells, but even if it were, it is difficult to imagine that it would be dangerous.

Why do you need to use this organism/part? Is there an organism/part from a less dangerous Risk Group that would accomplish the same purpose?
We chose this part because it is the most commonly and most readily available CpG Methyltransferase that has been expressed in E. coli.

Is the organism/part listed under the Australia Group guidelines, or otherwise restricted for transport? If so, how will your team ship this part to iGEM and the Jamborees?
No.

Please describe the BioSafety Level of the lab in which the team works, or description of safety features of lab (Refer to Basic Safety form, question 8. d.). If you are using organisms with a BSL level greater than you lab, please explain any additional safety precautions you are taking.
Level 1. No hazardous organisms.