Difference between revisions of "Team:BostonU HW/Antibiotic"

(Created page with "{{Global_Menubar}} {{Team:BostonU_Hardware/CSS}} <html lang="en"> <head> <meta charset="utf-8" /> <link rel="apple-touch-icon" sizes="76x76" href="assets/img/apple-icon.png"...")
 
 
(18 intermediate revisions by 3 users not shown)
Line 8: Line 8:
 
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
 
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
  
<title>Cell Sorting</title>
+
<title>Antibiotice Resistance</title>
  
 
<meta content='width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0' name='viewport' />
 
<meta content='width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0' name='viewport' />
Line 18: Line 18:
 
}
 
}
 
#page_background{
 
#page_background{
background-image: url("https://static.igem.org/mediawiki/2017/0/04/MARS_General_Background.png");
+
background-image: url("https://static.igem.org/mediawiki/2017/9/94/LARGE_background_MARS.png");
 +
background-size:100%;
 
}
 
}
 
#Header_Pic{
 
#Header_Pic{
Line 35: Line 36:
 
#TITLE{
 
#TITLE{
 
position: absolute;
 
position: absolute;
width: 40%;
+
width: 75%;
 
margin-left: 22%;
 
margin-left: 22%;
 
margin-top: 11%;
 
margin-top: 11%;
Line 65: Line 66:
 
<div class="wrapper" id="page_background">
 
<div class="wrapper" id="page_background">
 
<div class="header" id="Header_Pic">
 
<div class="header" id="Header_Pic">
<img src="https://static.igem.org/mediawiki/2017/0/02/MARSbackground.png" id="BACKGROUND">
+
<img src="https://static.igem.org/mediawiki/2017/9/94/LARGE_background_MARS.png" id="BACKGROUND">
<img src="https://static.igem.org/mediawiki/2017/2/22/MARSLogo2.png" id="MARS">
+
<div class="container" margin-top:"2%;">
<img src="https://static.igem.org/mediawiki/2017/e/ee/MARS_CellSorting.png" id="TITLE">
+
<div class="col-md-3">
 +
 
 +
<img src="https://static.igem.org/mediawiki/2017/2/22/MARSLogo2.png" width="100%" style="margin-top:-37%;">
 +
</div>
 +
<div class="col-md-9" style="color:#eef1f5; font-size:80px; font-family:Arial,Gadget,sans-serif; margin-top:-2.5%;">
 +
Antibiotic<br><br><br><br>Resistance
 
</div>
 
</div>
<div class="main main-raised" style="margin-bottom:5%;">
+
</div>
 +
</div>
 +
<div class="main main-raised" style="margin-top:2%;">
 
<div class="container">
 
<div class="container">
<div class="col-md-9">
+
<div class="col-md-12">
 
<div class="text_section">
 
<div class="text_section">
 
<h1>Summary</h1>
 
<h1>Summary</h1>
 
<div class="text" style="margin-bottom:3%;">
 
<div class="text" style="margin-bottom:3%;">
The ability to sort cells by type or physical properties is a valuable tool in many synthetic biology labs. Prior to analysis or in order to perform specialised protocols, creating homogenous cell suspensions from a mixture is necessary. In addition to sorting cells, the removal of cell fragments, activated magnetic particles or unwanted debris through sorting also makes up a key part of purification protocols.
+
Antibiotic resistance is an important part of evaluating the success of a synthetic biology experiment. This test is usually performed after transforming your plasmid into your chassis organism. The resistance is due to selection markers that are placed within the plasmid that contains your biological part(s). The cells that were not transformed properly will die to their lack of resistance. The remaining cells can be utilized to perform subsequent experiments.
 
</div>
 
</div>
 
</div>
 
</div>
</div>
 
<div class="col-md-3" style="text-align:center; margin:auto; vertical-align:middle;" >
 
<a href="MARStest.zip"download>
 
<button class="btn btn-primary btn-lg btn-danger">Download Files Here!<i class="material-icons">get_app</i></button>
 
</a>
 
 
</div>
 
</div>
 
</div>
 
</div>
Line 88: Line 91:
 
<div class="col-md-9">
 
<div class="col-md-9">
 
<div class="text">
 
<div class="text">
This microfluidic chip design carries out cell sorting as a cell suspension is passed through it. Cells are sorted based on size and pushed to the periphery of the channel. These cells are then carried away from the main solution through the two periphery outputs, and the cell-free solution can be collected from the central output.
+
Antibiotic resistance is an important part of evaluating the success of a synthetic biology experiment.  This test is usually performed after transforming your plasmid into your chassis organism. The resistance is due to selection markers that are placed within the plasmid that contains your biological part(s). The cells that were not transformed properly will die to their lack of resistance. The remaining cells can be utilized to perform subsequent experiments.
 +
                                <br><br>
 +
This chip has not been tested as of this time. For a more complete understanding of the chip, click the download button in order to access its CNC millable SVG files, JSON file, full device documentation and PNG files of its flow and control layers.
 +
<br>
 +
<br>
 +
The design for this chip was inspired by the following paper:
 +
<br>
 +
Mohan, R., Mukherjee, A., Sevgen, S. E., Sanpitakseree, C., Lee, J., Schroeder, C. M., & Kenis, P. J. A. (2013). A multiplexed microfluidic platform for rapid antibiotic susceptibility testing. Biosensors and Bioelectronics, 49, 118–125. <a href="https://doi.org/10.1016/j.bios.2013.04.046">https://doi.org/10.1016/j.bios.2013.04.046</a>
 
</div>
 
</div>
 
</div>
 
</div>
 
<div class="col-md-3">
 
<div class="col-md-3">
 +
<div style="text-align:center; margin:auto; vertical-align:middle;" >
 +
  <a href="https://2017.igem.org/Team:BostonU_HW/Demonstrate#Chips">
 +
    <button class="btn btn-primary btn-lg btn-danger" style="margin-top:0px;">MARS Repository<i class="material-icons">replay</i></button>
 +
  </a>
 +
</div>
 +
<div style="text-align:center; margin:auto; vertical-align:middle;" >
 +
<a href="https://static.igem.org/mediawiki/2017/e/ee/MARS_Antibiotic_Resistance.zip"download>
 +
<button class="btn btn-primary btn-lg btn-danger">Download Files Here!<i class="material-icons">get_app</i></button>
 +
</a>
 +
</div>
 
<div class="profile-tabs">
 
<div class="profile-tabs">
 
<div class="nav-align-center">
 
<div class="nav-align-center">
Line 117: Line 137:
 
<div class="tab-pane active" id="Design">
 
<div class="tab-pane active" id="Design">
 
<div class="col-md-12 text-center" style="margin-bottom:5%;">
 
<div class="col-md-12 text-center" style="margin-bottom:5%;">
<img class="pics" src="https://static.igem.org/mediawiki/2017/6/69/MARS_CellSorting_F.png" alt="Picture" style="margin-top:20px; padding-top:18px;">
+
<img class="pics" src="https://static.igem.org/mediawiki/2017/5/5b/MARS_Antibiotic_F.png" alt="Picture" style="margin-top:20px; padding-top:18px; width:45% !important;">
 
<div class="row text-center">
 
<div class="row text-center">
 
<button class="btn btn-info btn-round"><span style="font-size:17px;">Flow Layer</span></button>
 
<button class="btn btn-info btn-round"><span style="font-size:17px;">Flow Layer</span></button>
Line 125: Line 145:
 
<div class="tab-pane" id="Mill">
 
<div class="tab-pane" id="Mill">
 
<div class="col-md-12 text-center" style="margin-bottom:5%;">
 
<div class="col-md-12 text-center" style="margin-bottom:5%;">
<img class="pics" src="https://static.igem.org/mediawiki/2017/thumb/7/7f/MARS_CellSorting_MF.png/800px-MARS_CellSorting_MF.png.jpeg" alt="Picture" style="margin-top:20px; padding-top:18px; width:45% !important;">
+
<img class="pics" src="https://static.igem.org/mediawiki/2017/6/6c/MARS_Antibiotic_MF.png" alt="Picture" style="margin-top:20px; padding-top:18px; width:45% !important;">
 
<div class="row text-center">
 
<div class="row text-center">
 
<button class="btn btn-info btn-round"><span style="font-size:17px;">Flow Layer</span></button>
 
<button class="btn btn-info btn-round"><span style="font-size:17px;">Flow Layer</span></button>
Line 136: Line 156:
 
</div>
 
</div>
 
</div>
 
</div>
 +
 +
<!-- THIS IS FOOTER -->
 +
<div class="wrapper" style="background:#1c1f1f; margin-top:0px;margin-right:0px !important; margin-left:0px !important;" id="Footer">
 +
  <div class="container" style="text-align:center !important">
 +
 +
    <div class="col-md-2" style="color:white; margin-bottom:30px; margin-top:5px;">
 +
      <h3>CONTACT US</h3>
 +
    <div style="text-align:center;">
 +
      <a href="mailto:igembuhw@gmail.com">
 +
      <img src="https://static.igem.org/mediawiki/2017/7/74/MARS_WHITEEmail.png" style="height:60px; margin-top:20px;">
 +
      </a>
 +
        <a href="https://www.instagram.com/buigemhardware/?hl=en">
 +
        <img src="https://static.igem.org/mediawiki/2017/9/93/MARS_Final_insta.png" style="height:60px; margin-top:20px;">
 +
      </a>
 +
          <a href="https://twitter.com/igemhwbu">
 +
          <img src="https://static.igem.org/mediawiki/2017/b/b6/MARS_Twitter_White.png" style="height:60px; margin-top:20px;">
 +
          </a>
 +
      </div>
 +
      </div>
 +
      <div class="col-md-10" style="margin-bottom:30px;">
 +
        <img src="https://static.igem.org/mediawiki/2017/0/0e/MARS_SponsorsFinal.png" style="width:100%; margin-top:30px;" usemap="#image-map">
 +
    </div>
 +
</div>
 +
 +
</div>
 +
 +
 
</div>
 
</div>
 
</body>
 
</body>

Latest revision as of 16:40, 30 November 2017

BostonU_HW

Antibiotice Resistance
Antibiotic



Resistance

Summary

Antibiotic resistance is an important part of evaluating the success of a synthetic biology experiment. This test is usually performed after transforming your plasmid into your chassis organism. The resistance is due to selection markers that are placed within the plasmid that contains your biological part(s). The cells that were not transformed properly will die to their lack of resistance. The remaining cells can be utilized to perform subsequent experiments.
Antibiotic resistance is an important part of evaluating the success of a synthetic biology experiment. This test is usually performed after transforming your plasmid into your chassis organism. The resistance is due to selection markers that are placed within the plasmid that contains your biological part(s). The cells that were not transformed properly will die to their lack of resistance. The remaining cells can be utilized to perform subsequent experiments.

This chip has not been tested as of this time. For a more complete understanding of the chip, click the download button in order to access its CNC millable SVG files, JSON file, full device documentation and PNG files of its flow and control layers.

The design for this chip was inspired by the following paper:
Mohan, R., Mukherjee, A., Sevgen, S. E., Sanpitakseree, C., Lee, J., Schroeder, C. M., & Kenis, P. J. A. (2013). A multiplexed microfluidic platform for rapid antibiotic susceptibility testing. Biosensors and Bioelectronics, 49, 118–125. https://doi.org/10.1016/j.bios.2013.04.046