Difference between revisions of "Team:Dundee/Forensic Toolkit"

Line 1: Line 1:
 +
<!DOCTYPE html>
 
<html>
 
<html>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
+
  <head>
 +
    <title>Dundee iGEM 2015</title>
 +
    <meta name="viewport" content="user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1, width=320, height=device-height, target-densitydpi=medium-dpi" />
  
 +
    <!-- remove when hosted -->
 +
    <link href="css/bootstrap.css" rel="stylesheet">
 +
    <link href="css/style.css" rel="stylesheet">
 +
    <link href="css/font-awesome.css" rel="stylesheet" type="text/css"/>
 +
    <script src="js/jquery.js"></script>
 +
    <script src="js/bootstrap.js"></script>
 +
  </head>
  
 +
  <body>
 +
 +
 +
  <div id="nav">
 +
    <nav class="navbar navbar-default navbar-fixed-top navbar-collapse" role="navigation">
 +
      <div class="container">
 +
      <div class="navbar-header">
 +
        <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
 +
          <span class="icon-bar"></span>
 +
          <span class="icon-bar"></span>
 +
          <span class="icon-bar"></span>
 +
        </button>
 +
        <a href="http://www.dundee.ac.uk/" target="_blank">
 +
            <span class="navbar-logo"><img src="https://static.igem.org/mediawiki/2015/2/23/Dundee15-uod-crest.png"/></span>
 +
            <span class="navbar-brand">&nbsp;&nbsp;University of Dundee</span>
 +
        </a>
 +
      </div>
 +
 +
 +
      <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
 +
        <ul class="nav navbar-nav">
 +
        </ul>
 +
        <ul class="nav navbar-nav navbar-right">
 +
          <li><a href="https://2015.igem.org/Team:Dundee"><span class="glyphicon glyphicon-home"></span>&nbsp;Home</a></li>
 +
          <!-- Team -->
 +
          <li class="dropdown">
 +
            <li><a href="https://2015.igem.org/Team:Dundee/TeamFiles"><span class="glyphicon glyphicon-user"></span>&nbsp;Team</a><li>
 +
          </li>
 +
          <!--- Project-->
 +
          <!--<li><a href="project.html">Project</a></li>-->
 +
          <li class="dropdown">
 +
            <a href="#" class="dropdown-toggle" data-toggle="dropdown"><span class="glyphicon glyphicon-inbox"></span>&nbsp;Project</a>
 +
            <ul class="dropdown-menu" style="left:0">
 +
              <li><a href="#">Abstract</a></li>
 +
              <li><a href="https://2015.igem.org/Team:Dundee/Forensic_Toolkit">Project Overview</a></li>
 +
              <li class="divider"/>
 +
              <li class="dropdown-header">Devices</li>
 +
              <li><a href="https://2015.igem.org/Team:Dundee/Forensic_Toolkit/Biospray">Biospray</a></li>
 +
              <li><a href="https://2015.igem.org/Team:Dundee/Forensic_Toolkit/Fingerprints">Fingerprint Aging</a></li>
 +
              <li><a href="https://2015.igem.org/Team:Dundee/Forensic_Toolkit/Chromate">Chromate Biosensor</a></li>
 +
              <li class="divider"></li>
 +
              <li><a href="#">Future Work</a></li>
 +
            </ul>
 +
          </li>
 +
          <!-- wetlab -->
 +
          <li class="dropdown">
 +
            <a href="#" class="dropdown-toggle" data-toggle="dropdown"><span class="glyphicon glyphicon-tint"></span>&nbsp;Wet Lab</a>
 +
            <ul class="dropdown-menu" style="left:0">
 +
              <li class="dropdown-header">Lab Book</li>
 +
                <li><a href="#">Biospray</a></li>
 +
                <li><a href="#">Fingerprints</a></li>
 +
                <li><a href="#">Chromium</a></li>
 +
              <li class="divider"/>
 +
              <li class="dropdown-header">Useful Information</li>
 +
                <li><a href="#">Protocols</a></li>
 +
                <li><a href="#">Sequences</a></li>
 +
 +
 +
            </ul>
 +
          </li>
 +
          <!--- modelling -->
 +
          <li class="dropdown">
 +
            <a href="#" class="dropdown-toggle" data-toggle="dropdown"><span class="glyphicon glyphicon-pencil"></span>&nbsp;Dry Lab</a>
 +
            <ul class="dropdown-menu" style="left:0">
 +
                <li><a href="https://2015.igem.org/Team:Dundee/Modeling">Introduction</a></li>
 +
                <li><a href="https://2015.igem.org/Team:Dundee/Modeling/Biospray">BioSpray</a></li>
 +
                <li><a href="https://2015.igem.org/Team:Dundee/Modeling/Fingerprints">Fingerprint Aging</a></li>
 +
                <li><a href="https://2015.igem.org/Team:Dundee/Modeling/Chromate">Chromate Biosensor</a></li>
 +
            <li class="divider"></li>
 +
                <li><a href="https://2015.igem.org/Team:Dundee/Modeling/Appendix1">Appendix : Code</a></li>
 +
            </ul>
 +
          </li>
 +
          <!-- outreach -->
 +
          <li><a href="https://2015.igem.org/Team:Dundee/Practices"><span class="glyphicon glyphicon-globe"></span>&nbsp;Human Practices</a></li>
 +
          <li><img src="https://static.igem.org/mediawiki/2015/4/4f/Dundee15-igem-navbar.png" class="igem-navbar"/></li>
 +
            </ul>
 +
          </li>
 +
        </ul>
 +
      </div><!-- /.navbar-collapse -->
 +
    </div>
 +
    </nav>
 +
  </div>
 +
 +
 +
 +
 +
 +
 +
 +
 +
<html>
 +
<meta name="viewport" content="width=device-width, initial-scale=1.0">
 +
 +
<script src="https://2015.igem.org/Team:Dundee/bsjs?action=raw&ctype=text/javascript"></script>
  
 
     <header>
 
     <header>
Line 9: Line 113:
 
             <h1><highlight class="highlight">The Forensic Toolkit</highlight></h1>
 
             <h1><highlight class="highlight">The Forensic Toolkit</highlight></h1>
 
             <h3><highlight class="highlight">Summary</highlight></h3>
 
             <h3><highlight class="highlight">Summary</highlight></h3>
 +
            <a href="https://2015.igem.org/Team:Dundee/intro_video" class="btn btn-primary btn-lg">Watch Our Introduction Video</a>
 
         </center>
 
         </center>
 
       </header>
 
       </header>
 +
 +
<body>
 +
 +
 +
  <div class="rows">
 +
    <h1>Introduction</h1>
 +
      <p>The <e>Forensic Toolkit</e> aims to offer crime scene investigators a set of synthetic tools to aid them in gathering of evidence at a crime scene. Drawing from advice offered to us from experts in the forensic world we molded our tools to offer crime scene analysis that is not currently available. From a detector that glows and sticks to certain types of body fluid, a method to age fingerprints and a stainless steel detector our forensic toolkit we hope to inspire the development for scientific based tools to help crime investigation to allow for justice can be served confidently and categorically. </p>
 +
  </div>
 +
      <div class="ft-biospray"></div>
 +
 +
  <div class="rows">
 +
    <h1>FluID Detector</h1>
 +
      <h4>What would it be used for?</h4>
 +
        <p>Our <e>FluID detector</e> aims to act as an all in one tool for crime scene investigators to analyse evidence at a crime scene. When applied to an area of a crime scene, the nanobead-labelled proteins found in FluID will bind to characteristic ligands found in various body fluids and result in a fluorescent glow.</p>
 +
 +
        <p>Current methods for distinction of body fluids, such as Luminol to detect blood, are time consuming and can result in false positives, such as Luminol reacting with common household chemicals such as bleach. Furthermore, to avoid contamination of the crime scene with foreign DNA, our detector aims to be <e>cell free</e>, with our proteins being purified using affinity and size exclusion chromatography.</p>
 +
 +
 +
      <h2>Blood</h2>
 +
        <p>For the detection of blood, we used <i>E. coli</i> to express the human protein <e>haptoglobin</e> which is responsible for binding free haemoglobin in the body. While the majority of haemoglobin is contained within red blood cells <e>0.1g/L</e> of free haemoglobin is present in blood. Our nanobead-tagged protein will detect this free haemoglobin and yield fluorescence when in contact with blood.</p>
 +
 +
 +
      <h2>Semen</h2>
 +
        <p>A common constituent of semen is the polyamine spermidine which we seek to target with the bacterial protein <e>PotD</e>. We overexpressed PotD in <i>E. coli</i>, purified and attached synthetic fluorescent particles to the protein. Our tagged protein will bind to this spermidine found in semen and fluorescently glow.</p>
 +
 +
 +
      <h2>Saliva</h2>
 +
        <p>The characteristic ligand present in saliva which we aim to target is <e>lactoferrin</e>, an iron transporting protein used in the innate immune system. To target lactoferrin we are used the <i>N. meningitidis</i> membrane protein <e>lactoferrin binding protein A</e> (LbpA) which is used by the bacterium to sequester iron under pathogenic conditions. When labelled with nanobeads, LbpA will bind to lactoferrin in a saliva sample and fluoresce.</p>
 +
 +
 +
      <h2>Nasal Mucus</h2>
 +
        <p>For the detection of nasal mucus we aim to use a novel approach, dissimilar from the other aspects of the FluID detector. We used the human protein <e>odorant binding protein 2A (OBP2A)</e> as the nanobead-labelled detector molecule. OBPA2 is responsible for transportation of odorants to the olfactory receptors found within the walls of the nasal cavity.</p>
 +
 +
        <p>Our aim was to use site-targetted mutagenesis on the C-terminal of OBPA2 so that our mutated form will displace the wildtype OBPA2. Therefore when applied to a crime scene, our mutated, nanobead-labelled protein will preferentially bind to the odorants found in nasal mucus.</p>
 +
 +
      <a href="#" class="btn btn-primary btn-lg pull-right" role="button">Learn more</a>
 +
 +
  </div>
 +
 +
 +
 +
 +
      <div class="ft-fingerprint"></div>
 +
 +
  <div class="rows">
 +
    <h2>Fingerprint Aging</h2>
 +
      <h4>What would it be used for?</h4>
 +
        <p>At a crime scene there may be hundreds of fingerprints present placed over years. Our detector aims to be able to distinguish which fingerprints have been placed within 7 days and therefore indicate which are most likely linked to the crime in question. When a fingerprint is deposited on a surface a residue is left behind. This residue has a chemical composition that contains <e>fatty acids and cholesterol</e>. It is these chemical components of a fingerprint which our device aims to target.</p>
 +
 +
        <p>Our fingerprint aging device works on a similar principle as the FluID detector in that proteins were synthetically produced by <i>E. coli</i> and were tagged with a fluorescent nanobead. The labelled protein which we used is called <e>lanosterol synthase</e> which we isolated from a mouse genome. Site-directed mutagenesis was also used on this enzyme to mutate the residues at the active site to make it enzymatically inactive but to leave its binding properties intact.</p>
 +
 +
        <p>Upon application to a fingerprint, our tagged protein will bind to a compound called <e>squalene epoxide</e> in the fingerprint, which is only present for 7 days before it is converted into lanosterol by the naturally present, wild-type enzyme.</p>
 +
        <a href="#" class="btn btn-primary btn-lg pull-right" role="button">Learn more</a>
 +
  </div>
 +
 +
      <div class="ft-chromate"></div>
 +
 +
  <div class="rows">
 +
    <h2>Chromate Sensor</h2>
 +
      <h4>What would it be used for?</h4>
 +
        <p>In the case where bones are discovered and the source of cuts on the bone are unknown, our chromium detector aims to distinguish bones that have simply been gnawed on by a passing animal or have been dismembered by a stainless steel weapon.</p>
 +
 +
        <p>Our system uses the chromate detection system from <i>Ochrobactrum tritici</i> which was previously isolated by iGEM's 2013 Beijing Institute of Technology team, part number <e><a target="_blank" href="http://parts.igem.org/Part:BBa_K1058008">K1058008.</a></e>
 +
        <a href="#" class="btn btn-primary btn-lg pull-right" role="button">Learn more</a>
 +
</div>
 +
 +
 +
</body>
  
  

Revision as of 11:09, 14 September 2015

<!DOCTYPE html> Dundee iGEM 2015

The Forensic Toolkit

Summary

Watch Our Introduction Video

Introduction

The Forensic Toolkit aims to offer crime scene investigators a set of synthetic tools to aid them in gathering of evidence at a crime scene. Drawing from advice offered to us from experts in the forensic world we molded our tools to offer crime scene analysis that is not currently available. From a detector that glows and sticks to certain types of body fluid, a method to age fingerprints and a stainless steel detector our forensic toolkit we hope to inspire the development for scientific based tools to help crime investigation to allow for justice can be served confidently and categorically.

FluID Detector

What would it be used for?

Our FluID detector aims to act as an all in one tool for crime scene investigators to analyse evidence at a crime scene. When applied to an area of a crime scene, the nanobead-labelled proteins found in FluID will bind to characteristic ligands found in various body fluids and result in a fluorescent glow.

Current methods for distinction of body fluids, such as Luminol to detect blood, are time consuming and can result in false positives, such as Luminol reacting with common household chemicals such as bleach. Furthermore, to avoid contamination of the crime scene with foreign DNA, our detector aims to be cell free, with our proteins being purified using affinity and size exclusion chromatography.

Blood

For the detection of blood, we used E. coli to express the human protein haptoglobin which is responsible for binding free haemoglobin in the body. While the majority of haemoglobin is contained within red blood cells 0.1g/L of free haemoglobin is present in blood. Our nanobead-tagged protein will detect this free haemoglobin and yield fluorescence when in contact with blood.

Semen

A common constituent of semen is the polyamine spermidine which we seek to target with the bacterial protein PotD. We overexpressed PotD in E. coli, purified and attached synthetic fluorescent particles to the protein. Our tagged protein will bind to this spermidine found in semen and fluorescently glow.

Saliva

The characteristic ligand present in saliva which we aim to target is lactoferrin, an iron transporting protein used in the innate immune system. To target lactoferrin we are used the N. meningitidis membrane protein lactoferrin binding protein A (LbpA) which is used by the bacterium to sequester iron under pathogenic conditions. When labelled with nanobeads, LbpA will bind to lactoferrin in a saliva sample and fluoresce.

Nasal Mucus

For the detection of nasal mucus we aim to use a novel approach, dissimilar from the other aspects of the FluID detector. We used the human protein odorant binding protein 2A (OBP2A) as the nanobead-labelled detector molecule. OBPA2 is responsible for transportation of odorants to the olfactory receptors found within the walls of the nasal cavity.

Our aim was to use site-targetted mutagenesis on the C-terminal of OBPA2 so that our mutated form will displace the wildtype OBPA2. Therefore when applied to a crime scene, our mutated, nanobead-labelled protein will preferentially bind to the odorants found in nasal mucus.

Learn more

Fingerprint Aging

What would it be used for?

At a crime scene there may be hundreds of fingerprints present placed over years. Our detector aims to be able to distinguish which fingerprints have been placed within 7 days and therefore indicate which are most likely linked to the crime in question. When a fingerprint is deposited on a surface a residue is left behind. This residue has a chemical composition that contains fatty acids and cholesterol. It is these chemical components of a fingerprint which our device aims to target.

Our fingerprint aging device works on a similar principle as the FluID detector in that proteins were synthetically produced by E. coli and were tagged with a fluorescent nanobead. The labelled protein which we used is called lanosterol synthase which we isolated from a mouse genome. Site-directed mutagenesis was also used on this enzyme to mutate the residues at the active site to make it enzymatically inactive but to leave its binding properties intact.

Upon application to a fingerprint, our tagged protein will bind to a compound called squalene epoxide in the fingerprint, which is only present for 7 days before it is converted into lanosterol by the naturally present, wild-type enzyme.

Learn more

Chromate Sensor

What would it be used for?

In the case where bones are discovered and the source of cuts on the bone are unknown, our chromium detector aims to distinguish bones that have simply been gnawed on by a passing animal or have been dismembered by a stainless steel weapon.

Our system uses the chromate detection system from Ochrobactrum tritici which was previously isolated by iGEM's 2013 Beijing Institute of Technology team, part number K1058008. Learn more