Difference between revisions of "Team:UMaryland/Hardware"

 
(40 intermediate revisions by 4 users not shown)
Line 11: Line 11:
 
<!--Attention! If you are not part of the website team, you are NOT allowed to touch anything above this line without the express permission of Best Kohai.-->
 
<!--Attention! If you are not part of the website team, you are NOT allowed to touch anything above this line without the express permission of Best Kohai.-->
  
<style>  
+
<style type="text/css">
  
.container{  
+
h1,h2,h3,h4,p,a {
+
text-decoration: none;
    border: 5px solid #6fe654;
+
}
    border-radius: 20px;
+
h1 {
    display: inline;  
+
font-size: 250%;
    background-color: #97e116;  
+
}
 +
h2 {
 +
font-size: 200%;
 +
}
 +
h3 {
 +
font-size: 150%;
 +
}
 +
h4 {
 +
font-size: 125%;
 +
}
 +
p {
 +
font-size: 100%;
 
}
 
}
  
.container .wrapper p{
+
#layer1 {
    text-align:center;  
+
overflow:hidden;
    font-size: 10px;  
+
position:relative;
}  
+
width:100%;
 +
margin:0px;
 +
padding:20px;
 +
background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #f9f8ea 50%, #FFFFFF 100%);
 +
min-height:42px;
 +
top:-220px;
 +
}
 +
#layer2 {
 +
overflow:hidden;
 +
position:relative;
 +
width:100%;
 +
margin:0px;
 +
padding:20px;
 +
background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #d02a2a 50%, #FFFFFF 100%);
 +
min-height:42px;
 +
top:-220px;
 +
}
 +
#layer3 {
 +
overflow:hidden;
 +
position:relative;
 +
width:100%;
 +
margin:0px;
 +
padding:20px;
 +
background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #fbf000 50%, #FFFFFF 100%);
 +
min-height:42px;
 +
top:-220px;
 +
}
  
.container a img{  
+
#contentbox{
    width: 55%;  
+
width: 80%;
    height: 55%;  
+
max-width: 1900px;
  margin: auto;
+
min-width: 1000px;
 +
text-align: center;
 +
margin:auto;
 +
}
 +
#contentbox p{
 +
font-size:18px;
 
}
 
}
  
 +
#cover {
 +
overflow:hidden;
 +
position:relative;
 +
width:100%;
 +
margin:auto;
 +
padding:0px;
 +
background-image: url("http://i.imgur.com/Ki9vlAm.jpg");
 +
background-size: 100% ;
 +
background-repeat: no-repeat;
 +
height: 100%;
 +
width:100%;
 +
min-height:1109;
 +
min-width:675;
 +
color: #0DFF00;
 +
font-family: Tahoma, Geneva, sans-serif;
 +
font-size:xx-large;
 +
bottom:0px;
 +
top:-220px;
 +
}
 +
#bar{
 +
display: inline-block;
 +
opacity:1;
 +
background-color: rgba(255,255,255,.5);
 +
color:black;
 +
border-top:4px solid black;
 +
border-bottom:4px solid black;
 +
width:100%;
 +
text-align:center;
 +
height:150px;
 +
position:absolute;
 +
bottom:0px;
 +
}
  
 
</style>  
 
</style>  
<!-- HTML -->
 
  
<div id='swagcontent'>
+
<div id='cover'>
 +
<br>
 +
<div id='bar'>
 +
<p style="font-size:64px"><u><b>CHIP: UMD's homemade PCR</b></u></style>
 +
</div>
  
<div style="background-color: #edffce; padding:10px; border-radius: 10px ">
 
<h2 style = "text-align:center">UMD PCR</h2>
 
  
 +
</div>
  
<a href ="#What is PCR" class = "container btn btn-primary btn-lg col-xs-10 col-xs-offset-1  col-sm-2 col-sm-offset-1">What is PCR</a>
+
<div id='layer1'>
<a href ="#Purpose" class = "container btn btn-primary btn-lg col-xs-10 col-xs-offset-1  col-sm-2 col-sm-offset-2">Purpose</a>
+
<div id='contentbox'>
<a href ="#CHIP" class = "container btn btn-primary btn-lg col-xs-10 col-xs-offset-1  col-sm-2 col-sm-offset-2">CHIP</a>
+
<h1><b>What is PCR?</b></h1>
<a href ="#Design" class = "container btn btn-primary btn-lg col-xs-10 col-xs-offset-1  col-sm-2 col-sm-offset-1">Design</a>
+
 
+
<div style="clear:both">  
+
 
+
<a name = "What is PCR">  
+
<h1> What is PCR </h1>
+
</a>  
+
 
+
 
<p>
 
<p>
Polymerase Chain Reaction or PCR is a common tool used in the field of biology to amplify DNA or RNA. Invented by Dr. Kary Mullis, PCR is conducted trough cycling DNA, primers and enzyme through various temperatures. Generally starting with a value near and above 90 degrees Celsius; used to break the Hydrogen bonds between double strands a process called denaturation. The machine then cools down to annealing temperature, with values near 50-60 degrees, at this point primers are able to attach to the template strand of DNA. This stage is then followed by extension temperature, around 72 degrees, at this point the polymerase is able to extend and add nucleotides to the primer.  
+
Polymerase Chain Reaction or PCR is a common tool used in the field of biology to amplify DNA or RNA. Invented by Dr. Kary Mullis, PCR is conducted trough cycling DNA, primers and enzyme through various temperatures. Generally starting with a value near 95 degrees Celsius; used to break the Hydrogen bonds between double strands a process called denaturation. The machine then cools down to annealing temperature, with values near 50-60 degrees, at this point primers are able to attach to the template strand of DNA. This stage is then followed by extension temperature, around 72 degrees, at this point the polymerase is able to extend and add nucleotides to the primer.  
 
<br>
 
<br>
  
Line 62: Line 130:
  
  
<br>
+
</div>
   
+
</div>
 
+
<div id='layer2'>
<div style="clear:both">  
+
<div id='contentbox'>
 
+
<h1><b>Purpose</b></h1>
<a name = "Purpose">  
+
<h1> Purpose </h1>
+
</a>  
+
 
+
  
 
<p>
 
<p>
Line 79: Line 143:
 
I remember, along with my fellow teammates, learning about PCR by cutting up little paper nucleotides and putting them into a brown bag and then having our hands act as the "polymerase" that would pluck the nucleotides out and match them with the template strand we were given. I remember taking away very little from this "lab" other than a few paper cuts. In subsequent years, I went through a few internship programs where I was able to learn in greater detail the steps of PCR, eventually learning how to design primers, program the machine, and setup my own reactions. However, I believe that if we truly want to bring synthetic biology to the public, we have to allow them the opportunity to actually do PCR, not through a paper bag which is conceptual understanding, but a real reaction where the end products are the real deal, actual amplified DNA. We still have a ways to go... the enzymes have to become cheaper pipettes need to become cheaper, but designing a below 50 dollar PCR machine is the first step in this endeavor.                   
 
I remember, along with my fellow teammates, learning about PCR by cutting up little paper nucleotides and putting them into a brown bag and then having our hands act as the "polymerase" that would pluck the nucleotides out and match them with the template strand we were given. I remember taking away very little from this "lab" other than a few paper cuts. In subsequent years, I went through a few internship programs where I was able to learn in greater detail the steps of PCR, eventually learning how to design primers, program the machine, and setup my own reactions. However, I believe that if we truly want to bring synthetic biology to the public, we have to allow them the opportunity to actually do PCR, not through a paper bag which is conceptual understanding, but a real reaction where the end products are the real deal, actual amplified DNA. We still have a ways to go... the enzymes have to become cheaper pipettes need to become cheaper, but designing a below 50 dollar PCR machine is the first step in this endeavor.                   
  
 
+
</div>
<br>
+
</div>
<br>
+
<div id='layer3'>
<img src=""> </>
+
<div id='contentbox'>
<br>
+
<h1><b>C.H.I.P: Cheap Homemade Innovative PCR</b></h1>
<div style="clear:both">  
+
 
+
<a name = "CHIP">  
+
<h1> Cheap Homemade Innovative PCR</h1>
+
</a>  
+
 
    
 
    
<p>Our first design for CHIP and employed, in many respects, a more conventional PCR design. CHIP utilized two peltier units below an aluminium heating block to heat the PCR tubes sitting inside the block. We used a temperature sensor to detect the temperature of the wells in which the PCR tubes were housed. The sensor then reported back to the Arduino unit, which regulated the energy flow to the peltier units, thereby heating and cooling the block and the tubes, and close the control loop. However our first design for CHIP proved to be unoriginal, expensive and inefficient. The design was conventional which in itself did not pose an issue, however, since these parts were generally not easily accessible to the general public we saw a problem going forward with this design. In addition although the price of the first PCR prototype was relatively inexpensive in contrast to laboratory grade PCR machines the price still ranged in the hundreds of dollars. The largest issue with our design was the inefficiency in the hardware; we found that the peltier units were not able to cycle fast enough. The unit would take a couple minutes to rise to 95 degrees. After considering all of these issues we began a redesign of CHIP to better suit the needs of the do it yourself market. </p>
+
<p> Our first design for C.H.I.P. was modeled after a more conventional PCR machine design. This first prototype used two peltier units, stacked on top of each other, to heat a customized aluminum block that sat on top of the two units and held the PCR tubes. In order for our system to have feedback, we embedded a temperature sensor in the aluminum block to detect the temperature of the wells that held the PCR tubes. The sensor then reported back to an Arduino UNO, which then regulated the energy flow to the peltier units, thereby heating and cooling the block and tubes while closing the control loop. However, after much testing, this design proved to be unoriginal, expensive, and inefficient. While the conventionality of the design itself did not pose an issue, we realized that the parts used to assemble it were not as well-known or easily accessible to the general public, which we felt would take away from the possible applications of this machine. In addition, although the price of this first prototype was relatively inexpensive in contrast to laboratory grade PCR machines, the price still ranged in the hundreds of dollars. Lastly and most importantly, the greatest issue with our design was the inefficiency of the hardware; we found that the peltier units were not able to cycle through the desired temperatures fast enough, e.g., the unit would take 5 to 10 minutes just to rise up to 95℃. After considering all of these factors, we began a redesign of C.H.I.P. to better suit the needs of the “Do-It-Yourself” market. </p>
 
<br>
 
<br>
<p>  Our second thermocycler design, was mostly made out of a salvaged hair dryer. We came about this idea when we found that CHIP was not ramping up to the desired temperatures fast enough. Because of this problem, we looked to other options for heating the machine and disassembled a hair dryer to find out how the heating mechanism worked. To our pleasant surprise, we found that the hair dryer was able to reach very high temperatures—much higher than the desired maximum of 95 degrees Celsius for PCR—in a few seconds. We then made a decision to pause construction of CHIP in order to see how successful we could be at making a rapid PCR machine out of a hair dryer. We knew that working on the hair dryer would be much more dangerous and was risk since at the time we were unsure if the machine could be controlled to effectively cycle and amplify DNA.   
+
<p>  The idea for our current thermocycler design first came into form when we found that our original prototype was not ramping up to the desired temperatures fast enough. Because of this problem, we looked into other options for heating the machine and, in the process, disassembled a hair dryer to find out how the heating mechanism worked. To our pleasant surprise, we found that the hair dryer was able to reach very high temperatures—much higher than the desired maximum of 95℃ for PCR—in a matter of seconds. We then made a decision to suspend construction on the peltier-centered thermocycler in order to see how successful we could be and how far we could go with making a rapid PCR machine out of a hair dryer. Before this decision, we took into consideration the danger of working with a hair dryer, failure due to uncertainty that the machine could be effectively controlled, and, on top of that, having less time to work on it. Nevertheless, we took the risk and are pleased to show you the results of our efforts—the creation of C.H.I.P.   
  
<div style="clear:both">  
+
</div>
 
+
</div>
<a name = "Design">  
+
<div id='layer1'>
<h1> Design of CHIP</h1>
+
<div id='contentbox'>
</a>  
+
<h1><b>C.H.I.P.'s Design</b></h1>
 
    
 
    
 
<p>The design of CHIP started when we bought a hairdryer in the hopes of using the heating unit as part of our first PCR machine. However, as we were dismantling and testing the hairdryer, it became apparent to us that the heating system inside the hairdryer could reach the necessary temperatures independent of the peltier units already in use. With this in mind, we began working out how to wire the hairdryer so that we could regulate the heating unit and the fan separately.  
 
<p>The design of CHIP started when we bought a hairdryer in the hopes of using the heating unit as part of our first PCR machine. However, as we were dismantling and testing the hairdryer, it became apparent to us that the heating system inside the hairdryer could reach the necessary temperatures independent of the peltier units already in use. With this in mind, we began working out how to wire the hairdryer so that we could regulate the heating unit and the fan separately.  
Line 104: Line 163:
 
After a lot of soldering and reworking the internal safety measures inside the hairdryer, we were able to wire the system so that we could turn the heat on and off while running the fan continuously. Using autoclave tape, we secured a sheet of aluminium foil to the top of the heating unit of the hairdryer. The outer casing of the hairdryer had been removed. We placed a heat sensor inside the tin to measure the temperature of the air inside the machine.  By wiring the heat sensor to the arduino we were able to receive input/feedback from the sensor and adjust heating of the device to maintain our desired setpoints. We were able to regulate the heat of the machine and CHIP now thermocycled.  
 
After a lot of soldering and reworking the internal safety measures inside the hairdryer, we were able to wire the system so that we could turn the heat on and off while running the fan continuously. Using autoclave tape, we secured a sheet of aluminium foil to the top of the heating unit of the hairdryer. The outer casing of the hairdryer had been removed. We placed a heat sensor inside the tin to measure the temperature of the air inside the machine.  By wiring the heat sensor to the arduino we were able to receive input/feedback from the sensor and adjust heating of the device to maintain our desired setpoints. We were able to regulate the heat of the machine and CHIP now thermocycled.  
 
<br></br>
 
<br></br>
At this point, we tried to perform our first PCR reaction, unfortunately we soon found that we had melted our tube. We learned that the machine had difficulty with evenly distributing the heat, since the tin foil was a rudimentary cover with holes punched into it without a proper understanding of when these holes would do to the heat distribution(see picture below). To better distribute the heat we removed our tinfoil led and replaced with with a soda can. This can was designed with evenly spaced holes enabling for better heat distribution. Although we did not and still have not modeled the heat transfer of between the can's surface and the convection heating generated by the hair dryer, we were able to experimentally conclude that the heat distribution was more even across the can than the tin foil. For a better understanding we are currently in the process of modeling the heat transfer within the can to better design the apparatus.  
+
At this point, we tried to perform our first PCR reaction, unfortunately we soon found that we had melted our tube. We learned that the machine had difficulty with evenly distributing the heat, since the tin foil was a rudimentary cover with holes punched into it without a proper understanding of what these holes would do to the heat distribution(see picture below). To better distribute the heat we removed our tinfoil lid and replaced with with a soda can. This can was designed with evenly spaced holes enabling for better heat distribution. Although we did not and still have not modeled the heat transfer of between the can's surface and the convection heating generated by the hair dryer, we were able to experimentally conclude that the heat distribution was more even across the can than the tin foil. For a better understanding we are currently in the process of modeling the heat transfer within the can to better design the apparatus.We are also in the process of milling aluminum with certain specifications in order to better regulate heat transfer. 
 
<br></br>
 
<br></br>
<img src="https://static.igem.org/mediawiki/2015/0/01/IMG_07741.jpg">
+
<div>
 +
<img src="https://static.igem.org/mediawiki/2015/0/01/IMG_07741.jpg" style="width:450px;height:450px;float:left;">
 +
<img src="https://static.igem.org/mediawiki/2015/d/d5/2015-08-24_13.13.46.jpg" style="width:450px;height:600px;float:center;">
 +
</div>
 
<br></br>
 
<br></br>
<img src="https://static.igem.org/mediawiki/2015/d/d5/2015-08-24_13.13.46.jpg">
+
<p>After construction of the can based cover we tried PCR once more and still found that the reaction did not occur. We assumed that the heat sensor might have been an issue,; the sensor was exposed to the convected air and was relaying information about the air temperature instead of the temperature inside of the PCR tubes. This meant that our feedback system was not accurately responding and controlling the temperature inside of the PCR tubes. Assuming the temperatures inside the machine were not representative of the temperatures inside the PCR tubes, we put the heat sensor inside a PCR tube with mineral oil and placed this inside one of the holes. We ran another PCR reaction, ran the products on a gel and saw a large band of the correct size, indicating that CHIP worked.
 
<br></br>
 
<br></br>
After construction of the can based cover we tried PCR once more and still found that the reaction did not occur. We assumed that the heat sensor might have been an issue,; the sensor was exposed to the convected air and was relaying information about the air temperature instead of the temperature inside of the PCR tubes. This meant that our feedback system was not accurately responding and controlling the temperature inside of the PCR tubes. Assuming the temperatures inside the machine were not representative of the temperatures inside the PCR tubes, we put the heat sensor inside a PCR tube with mineral oil and placed this inside one of the holes. We ran another PCR reaction, ran the products on a gel and saw a large band of the correct size, indicating that CHIP worked.
+
<img src="https://static.igem.org/mediawiki/2015/5/5a/IGEM_2015_PCR_wire_schematic.png" style="width:800px;height:500px;">
 +
<br></br>
 +
<img src="https://static.igem.org/mediawiki/2015/e/e8/IGEMUMDPCR.png"style="width:800px;height:400px;">
 +
<br></br>
 +
<img src="https://static.igem.org/mediawiki/2015/d/d5/IGEMCYCDATAGRAPH.png"style="width:800px;height:500px;">
  
 
</div>
 
</div>
 +
</div>
 +
</div>
 +
<div id='layer2'>
 +
<div id='contentbox'>
 +
<h1><b>Problems and Current issues </b></h1>
 +
 
 +
<p> We have had one successful amplification with our machine however we understand that repeatability is a vital component of all lab work and currently we are attempting to make our device repeatable. From our early days of testing we found that peltier units were not powerful enough to enable PCR tube to reach 95 degrees. Although conventional PCR machines use these units frequently they are often specialized and tailored made to perform PCR. With this tailoring comes a high price tag that does not suit the DIY market, and so we found a solution in the form of a hairdryer. The fan and heating element of a hairdryer provide a control scheme that enables for cycling of temperature rapidly and accurately and they are relatively inexpensive. We have found that developing a housing for the PCR tubes and enabling even heat distribution is challenging. We often have found that our temperature sensor and the pcr reaction tube are not at the same temperature and degree of difference is a delta of over 10 degrees celsius. We are currently working of milling a block of aluminum with better and more consistent heat transfer properties, and modeling the heat transfer within the can. Our ambition is that this will enable better control of temperature within the device.       
 +
<br></br>
 +
 +
<div>
 
</div>
 
</div>
 
</div>
 
</div>
 
</div>
 
</div>
 
</html>
 
</html>

Latest revision as of 04:20, 18 September 2015