Difference between revisions of "Team:Jiangnan/Hardware"

(Prototype team page)
 
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Jiangnan}}
+
 
 
<html>
 
<html>
  
 +
<link rel="stylesheet" href="https://2018.igem.org/Team:Jiangnan/CSSmaterializecss?action=raw&ctype=text/css">
 +
<style type="text/css">
 +
        #home_logo, #sideMenu { display:none; }
 +
        #HQ_page p{text-align:inherit;font-size:inherit;}
 +
html{width:100%;height:100%;background:white; list-style:none;}
 +
        #top_menu_under{height:auto;}
 +
#globalWrapper,#HQ_page,#bodyContent,#mw-content-text{height:100%;}
 +
#sideMenu, #top_title, .patrollink  {display:none;}
 +
#content { margin-left:0px;margin-top:-5px; padding:0px; width:100%;height:100%;}
 +
body {background-color:white;height:100%;}
 +
#bodyContent h1, #bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent h5 { margin-bottom: 0px; }
 +
        ul, li{list-style:none;}
 +
        #description p{text-align:center;}
 +
        .mw-content-ltr ul{margin:0px}
 +
h4 {
 +
font-family: Arial,sans-serif;
 +
font-weight: 100;
 +
text-align: center;
 +
}
  
 +
p{
 +
font-size: 1.2em;
 +
}
  
<div class="column full_size judges-will-not-evaluate">
+
.JTrow{
<h3>★  ALERT! </h3>
+
margin-top: 5%;
<p>This page is used by the judges to evaluate your team for the <a href="https://2018.igem.org/Judging/Medals">medal criterion</a> or <a href="https://2018.igem.org/Judging/Awards"> award listed below</a>. </p>
+
margin-bottom:5%;
<p> Delete this box in order to be evaluated for this medal criterion and/or award. See more information at <a href="https://2018.igem.org/Judging/Pages_for_Awards"> Instructions for Pages for awards</a>.</p>
+
margin-left: 10%;
 +
margin-right: 10%;
 +
text-align: center;
 +
}
 +
 
 +
.JTp{
 +
    display: block;
 +
    margin-block-start: 0.2em;
 +
    margin-block-end: 0.2em;
 +
    margin-inline-start: 0px;
 +
    margin-inline-end: 0px;
 +
}
 +
</style>
 +
        <style type="text/css">
 +
.Jnav{position: fixed;top: 17px;opacity: 1;background-color: rgba(255, 255, 255, 0.2); width: 100%;z-index:999;}
 +
.Jnav a{text-decoration: none!important;color:#039be5;}
 +
.Jnavtitle{float: right;width: 10%;text-align: center;padding: 1em 0;}
 +
.Jnavdrag{position: relative;width: 100%;}
 +
.Jnavdrag>ul{position: absolute;top: 0;width: 100%;border-radius: 5px;background-color: white;transition: all .4s ease-in-out;opacity: 0;}
 +
</style>
 +
        <script type="text/javascript">
 +
function Jnavshow(obj){
 +
var ul = obj.getElementsByTagName("ul");
 +
ul = ul[0];
 +
ul.style["opacity"] = 1;
 +
}
 +
function Jnavhide(obj){
 +
var ul = obj.getElementsByTagName("ul");
 +
ul = ul[0];
 +
ul.style["opacity"] = 0;
 +
}
 +
</script>
 +
<div class="Jnav">
 +
<div class="Jnavtitle">
 +
<a href="https://2018.igem.org/Team:Jiangnan/Safety">Safety</a>
 +
</div>
 +
<div class="Jnavtitle">
 +
<a href="https://2018.igem.org/Team:Jiangnan/Hardware">Hardware</a>
 +
</div>
 +
<div class="Jnavtitle" onmouseover="Jnavshow(this)" onmouseleave="Jnavhide(this)">
 +
<a href="https://2018.igem.org/Team:Jiangnan/Team">Team</a>
 +
<div class="Jnavdrag">
 +
<ul>
 +
<li><a href="https://2018.igem.org/Team:Jiangnan/Team">Team Members</a></li>
 +
<li class="divider"></li>
 +
<li><a href="https://2018.igem.org/Team:Jiangnan/Attributions">Attribution</a></li>
 +
<li class="divider"></li>
 +
<li><a href="https://2018.igem.org/Team:Jiangnan/Collaborations">Collaboration</a></li>
 +
</ul>
 +
</div>
 +
</div>
 +
<div class="Jnavtitle" onmouseover="Jnavshow(this)" onmouseleave="Jnavhide(this)">
 +
<a href="https://2018.igem.org/Team:Jiangnan/Human_Practices">Human Practice</a>
 +
<div class="Jnavdrag">
 +
<ul>
 +
<li><a href="https://2018.igem.org/Team:Jiangnan/Human_Practices">Overview</a></li>
 +
<li class="divider"></li>
 +
<li><a href="https://2018.igem.org/Team:Jiangnan/Silver">Silver</a></li>
 +
<li class="divider"></li>
 +
<li><a href="https://2018.igem.org/Team:Jiangnan/Entrepreneurship">Gold</a></li>
 +
<li class="divider"></li>
 +
<li><a href="https://2018.igem.org/Team:Jiangnan/Public_Engagement">Public Engagement</a></li>
 +
<li class="divider"></li>
 +
<li><a href="https://2018.igem.org/Team:Jiangnan/Entrepreneurship">Entrepreneurship</a></li>
 +
</ul>
 +
</div>
 +
</div>
 +
<div class="Jnavtitle">
 +
<a href="https://2018.igem.org/Team:Jiangnan/Model">Model</a>
 +
</div>
 +
<div class="Jnavtitle" onmouseover="Jnavshow(this)" onmouseleave="Jnavhide(this)">
 +
<a href="https://2018.igem.org/Team:Jiangnan/Notebook">Notebook</a>
 +
<div class="Jnavdrag">
 +
<ul>
 +
<li><a href="https://2018.igem.org/Team:Jiangnan/Notebook">Lab Book</a></li>
 +
<li class="divider"></li>
 +
<li><a href="https://2018.igem.org/Team:Jiangnan/Protocol">Protocol</a></li>
 +
</ul>
 +
</div>
 +
</div>
 +
<div class="Jnavtitle" onmouseover="Jnavshow(this)" onmouseleave="Jnavhide(this)">
 +
<a href="https://2018.igem.org/Team:Jiangnan">Project</a>
 +
<div class="Jnavdrag">
 +
<ul>
 +
<li><a href="https://2018.igem.org/Team:Jiangnan/Background">Background</a></li>
 +
<li class="divider"></li>
 +
<li><a href="https://2018.igem.org/Team:Jiangnan/Design">Design</a></li>
 +
<li class="divider"></li>
 +
<li><a href="https://2018.igem.org/Team:Jiangnan/Demonstrate">Demonstration</a></li>
 +
<li class="divider"></li>
 +
<li><a href="https://2018.igem.org/Team:Jiangnan/Results">Result</a></li>
 +
<li class="divider"></li>
 +
<li><a href="https://2018.igem.org/Team:Jiangnan/Parts">Part</a></li>
 +
</ul>
 +
</div>
 +
</div>
 +
<div class="navlogo" style="float: left;width: 20%;text-align: center;">
 +
<a href="https://2018.igem.org/Team:Jiangnan"><img src="https://static.igem.org/mediawiki/2018/d/d7/T--Jiangnan--igemJN_logo.png" style="width: 3em;"></a>
 +
</div>
 
</div>
 
</div>
  
 
+
<div>
<div class="clear"></div>
+
<img src="https://static.igem.org/mediawiki/2018/7/73/T--Jiangnan--device_top.png" width="100%">
 
+
<div class="row">
 
+
<div class="col s10 offset-s1">
 
+
<h3 class="Jbule">Device-plasma</h3>
<div class="column full_size">
+
<h4 class="Jbule">Configuration</h4>
 
+
<p>The plasma equipment consists of a helium bottle, a rotor flowmeter (which monitors gas flow), high and low voltage outlets, a power supply and an oscilloscope (which displays voltage and current conditions). <br>
<h1>Hardware</h1>
+
When using this device, we place samples under the ejection nozzle, open the helium bottle, turn the power until the rotor flowmeter reaches the desired parameters (0.6-0.8 m/h, 20℃, 101325 MPa) and the oscilloscope displays 110V.</p>
 
+
<p></p>
 +
<h4 class="Jbule">Protocol</h4>
 +
<p>1 ml blank DMEM medium was added to the 12-hole plate and placed directly under the low temperature atmospheric pressure plasma generator. The distance between the end of plasma beam and the medium is 1 cm, the injection port is vertically aligned to the center of the hole in the 12-hole plate, the controlled helium flow rate is 1 slm / min, and the output voltage of the high frequency power supply controlled by the transformer is 0.96-1.24 Kv. Plasma activated medium (PAM) was obtained by repeating the aforementioned process. When cells were incubated with viruses, the active oxygen and the active nitrogen in the culture medium had a beneficial effect on virus replication. 500000 MDBK cells were placed in the 6-hole plate for 24 hours. Then the original culture medium was changed to 1 ml PAM (DMEM activated by plasma). IBRV were then added and incubated with MDBK cells for 1 hour before changing the medium to the maintaining 1640 medium (supplemented with serum at 2% final concentration). The culture was collected for virus titer detection after cell lysis.</p>
 +
<p></p>
 +
<h4 class="Jbule">Result</h4>
 +
<p>After incubating IRF7-silenced cells with the DMEM medium for 1 hour, IBRV replication in MDBK was further increased 2.5 folds. </p>
 +
<p>Advantages of using plasma activated medium in cell treatment:<br>
 +
(1) The intensity is controllable and the results are stable.<br>
 +
(2) The approach is simple and fast, which takes about 2 min for the treatment.<br>
 +
(3) The efficacy is obvious, which easily increase virus titer 2.5 folds further. </p>
 +
</div>
 
</div>
 
</div>
  
<div class="column two_thirds_size">
 
<h3>Best Hardware Special Prize</h3>
 
<p>iGEM is about making teams of students making synthetic biology projects. We encourage teams to work with parts and build biological devices in the lab. But we are inclusive and want all teams to work on many other types of problems in synbio. Robotic assembly, microfluidics, low cost equipment and measurement hardware are all areas ripe for innovation in synbio. </p>
 
  
<p>
 
Teams who are interested in working with hardware as a side project are encouraged to apply for the hardware award.
 
  
<br><br>
+
<div style="text-align: center;">
To compete for the <a href="https://2018.igem.org/Judging/Awards">Best Hardware prize</a>, please describe your work on this page and also fill out the description on the <a href="https://2018.igem.org/Judging/Judging_Form">judging form</a>.
+
<div style="width: 100%">
<br><br>
+
<img src="https://static.igem.org/mediawiki/2018/6/67/T--Jiangnan--device_plasmadevice.png" width="40%">
You must also delete the message box on the top of this page to be eligible for this prize.
+
<img src="https://static.igem.org/mediawiki/2018/0/0c/T--Jiangnan--device_plasma.jpeg" width="40%">
</p>
+
<p style="color: #64b5f6"><b>Figure 1.</b> Configuration of cold atmospheric plasma source.</p>
</p>
+
</div>
 +
<img src="https://static.igem.org/mediawiki/2018/2/2b/T--Jiangnan--device_pic2.jpeg" width="70%">
 +
<p style="color: #ef6c00 "><b>Figure 2.</b> Protocol of cold atmospheric plasma activated medium preparation.</p>
 
</div>
 
</div>
 
<div class="column third_size">
 
<div class="highlight decoration_A_full">
 
<h3>Inspiration</h3>
 
<p>You can look at what other teams did to get some inspiration! <br />
 
Here are a few examples:</p>
 
<ul>
 
<li><a href="https://2016.igem.org/Team:Valencia_UPV">2016 Valencia UPV</a></li>
 
<li><a href="https://2016.igem.org/Team:Aachen">2016 Aachen </a></li>
 
<li><a href="https://2015.igem.org/Team:TU_Delft">2015 TU Delft  </a></li>
 
<li><a href="https://2015.igem.org/Team:TU_Darmstadt">2015 TU Darmstadt</a></li>
 
</ul>
 
 
</div>
 
</div>
  
</div>
 
  
  
  
 
</html>
 
</html>

Latest revision as of 03:13, 18 October 2018

Device-plasma

Configuration

The plasma equipment consists of a helium bottle, a rotor flowmeter (which monitors gas flow), high and low voltage outlets, a power supply and an oscilloscope (which displays voltage and current conditions).
When using this device, we place samples under the ejection nozzle, open the helium bottle, turn the power until the rotor flowmeter reaches the desired parameters (0.6-0.8 m/h, 20℃, 101325 MPa) and the oscilloscope displays 110V.

Protocol

1 ml blank DMEM medium was added to the 12-hole plate and placed directly under the low temperature atmospheric pressure plasma generator. The distance between the end of plasma beam and the medium is 1 cm, the injection port is vertically aligned to the center of the hole in the 12-hole plate, the controlled helium flow rate is 1 slm / min, and the output voltage of the high frequency power supply controlled by the transformer is 0.96-1.24 Kv. Plasma activated medium (PAM) was obtained by repeating the aforementioned process. When cells were incubated with viruses, the active oxygen and the active nitrogen in the culture medium had a beneficial effect on virus replication. 500000 MDBK cells were placed in the 6-hole plate for 24 hours. Then the original culture medium was changed to 1 ml PAM (DMEM activated by plasma). IBRV were then added and incubated with MDBK cells for 1 hour before changing the medium to the maintaining 1640 medium (supplemented with serum at 2% final concentration). The culture was collected for virus titer detection after cell lysis.

Result

After incubating IRF7-silenced cells with the DMEM medium for 1 hour, IBRV replication in MDBK was further increased 2.5 folds.

Advantages of using plasma activated medium in cell treatment:
(1) The intensity is controllable and the results are stable.
(2) The approach is simple and fast, which takes about 2 min for the treatment.
(3) The efficacy is obvious, which easily increase virus titer 2.5 folds further.

Figure 1. Configuration of cold atmospheric plasma source.

Figure 2. Protocol of cold atmospheric plasma activated medium preparation.