(7 intermediate revisions by 3 users not shown) | |||
Line 155: | Line 155: | ||
</head> | </head> | ||
<body> | <body> | ||
− | |||
<!--menu--> | <!--menu--> | ||
Line 179: | Line 178: | ||
<ul id="sub_03"> | <ul id="sub_03"> | ||
<li><a href="https://2018.igem.org/Team:NEFU_China/Lock_Key" target="_self">LOCK & KEY</a></li> | <li><a href="https://2018.igem.org/Team:NEFU_China/Lock_Key" target="_self">LOCK & KEY</a></li> | ||
− | <li><a href="https://2018.igem.org/Team:NEFU_China/Suicide" target="_self">INFORMATION | + | <li><a href="https://2018.igem.org/Team:NEFU_China/Suicide" target="_self">INFORMATION DESTRUCTION</a></li> |
<li><a href="https://2018.igem.org/Team:NEFU_China/Splicing" target="_self">Pre-RNA SPLICING</a></li> | <li><a href="https://2018.igem.org/Team:NEFU_China/Splicing" target="_self">Pre-RNA SPLICING</a></li> | ||
<li><a href="https://2018.igem.org/Team:NEFU_China/Demonstrate" target="_self">DEMONSTRATE</a></li> | <li><a href="https://2018.igem.org/Team:NEFU_China/Demonstrate" target="_self">DEMONSTRATE</a></li> | ||
Line 198: | Line 197: | ||
<li><a href="https://2018.igem.org/Team:NEFU_China/Model" target="_self">OVERVIEW</a></li> | <li><a href="https://2018.igem.org/Team:NEFU_China/Model" target="_self">OVERVIEW</a></li> | ||
<li><a href="https://2018.igem.org/Team:NEFU_China/Model1" target="_self">CORRESPONDING COEFFICIENT</a></li> | <li><a href="https://2018.igem.org/Team:NEFU_China/Model1" target="_self">CORRESPONDING COEFFICIENT</a></li> | ||
− | <li><a href="https://2018.igem.org/Team:NEFU_China/Model2" target="_self"> | + | <li><a href="https://2018.igem.org/Team:NEFU_China/Model2" target="_self">KILLING MODEL</a></li> |
</ul> | </ul> | ||
</li> | </li> | ||
Line 246: | Line 245: | ||
var context =canvas.getContext("2d"); | var context =canvas.getContext("2d"); | ||
var W = window.innerWidth; | var W = window.innerWidth; | ||
− | var H = | + | var H = 2600; |
//var H = window.innerHeight*1.5; | //var H = window.innerHeight*1.5; | ||
canvas.width = W; | canvas.width = W; | ||
Line 314: | Line 313: | ||
<p> | <p> | ||
− | Since ancient time, people have been seeking safe ways of information storage and transfer to combat message leaks that have recently become a public security problem and | + | Since ancient time, people have been seeking for safe ways of information storage and transfer to combat message leaks that have recently become a public security problem and greatly concerns all over the world. To overcome this, encryption technologies have been developed and widely used to ensure the safety of important information. |
</p> | </p> | ||
<br> | <br> | ||
Line 323: | Line 322: | ||
<p> | <p> | ||
− | For example, the <i>Da Vinci code cylinder</i> was recorded in the<i>Da Vinci </i>manuscript. If the messages were retrieved in a wrong way, the letter with the white phosphorus would be self-destroyed. | + | For example, the <i>Da Vinci code cylinder</i> was recorded in the <i>Da Vinci </i>manuscript. If the messages were retrieved in a wrong way, the letter with the white phosphorus would be self-destroyed. |
</p> | </p> | ||
Line 335: | Line 334: | ||
<br> | <br> | ||
<table id="table2" > | <table id="table2" > | ||
− | <td valign="top" width=" | + | <td valign="top" width="35%"> |
<img style="width:330px;" src="https://static.igem.org/mediawiki/2018/b/bc/T--NEFU_China--Introduction04.png" alt="Figure2" id="Figure2-img"> | <img style="width:330px;" src="https://static.igem.org/mediawiki/2018/b/bc/T--NEFU_China--Introduction04.png" alt="Figure2" id="Figure2-img"> | ||
</td> | </td> | ||
− | <td valign="top" width=" | + | <td valign="top" width="65%"> |
Line 388: | Line 387: | ||
</div> | </div> | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
</body> | </body> | ||
</html> | </html> |
Latest revision as of 21:34, 17 October 2018
Background
Since ancient time, people have been seeking for safe ways of information storage and transfer to combat message leaks that have recently become a public security problem and greatly concerns all over the world. To overcome this, encryption technologies have been developed and widely used to ensure the safety of important information.
For example, the Da Vinci code cylinder was recorded in the Da Vinci manuscript. If the messages were retrieved in a wrong way, the letter with the white phosphorus would be self-destroyed. |
However, these self-destruction approaches could not provide sufficient confidentiality. Then the steganography technique was developed, by which the information could only be present after special treatments, like dipped in alum water, instead of being read directly with naked eyes. |
In 1854, the Playfair cipher invented by Charles Wheatstone made the English alphabet frequency statistical analysis useless. This method is convenient and safe to be used, which also provides a great reference to our password books. |
Recently, two biological encryption systems built on the spores of Bacillus subtilis have been used to safely send a key and an encrypted message, respectively. Based on the previous work, we planned to establish a DNA-based information storage and transmission system of high safety using the knowledge and techniques of synthetic biology and computer science, and this time, we used yeast to achieve our goal. |
In this project, we built an information storage and transfer system with high security on using yeast spores, which consists of six modules, including “CODING”, “WRITE IN”, “LOCKING”, “MISLEADING”, “TIME DELAY SUICIDE” and “READ OUT”. Together with the computation methods developed in this project, we designed and incorporated a considerable number of genetic parts into the six modules above to ensure the safety of information stored in and transferred using our system.