Line 1: | Line 1: | ||
− | + | ||
<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; | ||
+ | } | ||
+ | .JTrow{ | ||
+ | margin-top: 5%; | ||
+ | margin-bottom:5%; | ||
+ | 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">Pulic 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 class=" | + | <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> |
− | + | <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> |
− | + | 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 style="text-align: center;"> |
− | + | <div style="width: 100%"> | |
− | < | + | <img src="https://static.igem.org/mediawiki/2018/6/67/T--Jiangnan--device_plasmadevice.png" width="40%"> |
− | + | <img src="https://static.igem.org/mediawiki/2018/0/0c/T--Jiangnan--device_plasma.jpeg" width="40%"> | |
− | < | + | <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> | </div> | ||
− | |||
</html> | </html> |
Revision as of 14:16, 16 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.