Difference between revisions of "Team:HUST-China/Notebook"
(Prototype team page) |
|||
Line 1: | Line 1: | ||
{{HUST-China}} | {{HUST-China}} | ||
+ | <!DOCTYPE html> | ||
<html> | <html> | ||
− | < | + | <head> |
+ | <meta charset="utf-8" /> | ||
+ | <meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
+ | <title>description</title> | ||
− | |||
− | < | + | <link rel="stylesheet" type="text/css" |
− | + | href="https://2015.igem.org/Team:HUST-China/CSS?action=raw&ctype=text/css" /> | |
− | + | <script type="text/javascript" src="https://2015.igem.org/Team:HUST-China/jquery? | |
− | < | + | action=raw&ctype=text/javascript"></script> |
− | + | <script type="text/javascript" src="https://2015.igem.org/Team:HUST-China/JS? | |
− | < | + | action=raw&ctype=text/javascript"></script> |
− | </ | + | |
+ | <link rel="stylesheet" type="text/css" | ||
+ | href="https://2015.igem.org/Team:HUST-China/main.css?action=raw&ctype=text/css" /> | ||
+ | <link rel="stylesheet" type="text/css" | ||
+ | href="https://2015.igem.org/Team:HUST-China/bellow.css?action=raw&ctype=text/css" /> | ||
− | |||
− | |||
− | < | + | <style type="text/css"> |
− | + | .viewport, .container { | |
− | + | max-width: 100%;} | |
− | + | .picture{ width: 80%; | |
− | + | margin-left: 10%; | |
− | + | height: auto; } | |
+ | body{ background-color: white; | ||
+ | position: absolute; | ||
+ | margin: 0px; | ||
+ | font-family:Arial,Verdana,Sans-serif; | ||
+ | z-index:-1; | ||
+ | color: black; | ||
+ | font-size: 20px;} | ||
+ | .header{position: fixed; | ||
+ | width: 100%; | ||
+ | height:7%; | ||
+ | padding-left: 10%; | ||
+ | padding-top:0px; | ||
+ | background-color:#2c4e8d; | ||
+ | filter:alpha(opacity:30);opacity:0.8; -moz-opacity:0.4; -khtml-opacity: 0.4; | ||
+ | z-index:1;} | ||
+ | .first-menu{float: left; | ||
+ | margin-left: 2%; | ||
+ | font-size:0.9em; | ||
+ | max-width: 18%;} | ||
+ | .other-menu{float: left; | ||
+ | margin-left:1.2%; | ||
+ | font-size:0.9em; | ||
+ | max-width: 20%;} | ||
+ | .navbar .nav > li .dropdown-menu {margin: 0;} | ||
+ | .navbar .nav > li:hover .dropdown-menu {display: block;} | ||
+ | |||
+ | a:link,a:visited { | ||
+ | color:white; | ||
+ | text-decoration:none; | ||
+ | } | ||
+ | a:hover,a:active { | ||
+ | color:#007fff; | ||
+ | text-decoration:underline; | ||
+ | } | ||
+ | |||
+ | ul.ul{list-style-type:none; | ||
+ | margin-bottom: 0px;} | ||
+ | li.li{margin-top: 25px;} | ||
+ | |||
+ | #pic{ background-image: url(https://static.igem.org/mediawiki/2015/2/2b/Reef1.jpg); | ||
+ | width:100%; | ||
+ | height:650px; | ||
+ | float: left; | ||
+ | z-index: 1; | ||
+ | background-size: 100%,100%; | ||
+ | margin-top: 0px;} | ||
+ | #pic .wenzi{font-size: 5em; | ||
+ | height:400px; | ||
+ | color: white; | ||
+ | } | ||
+ | .pic_a img{width: 8%; | ||
+ | height: 6%; | ||
+ | } | ||
+ | .pic_a{float: left; | ||
+ | margin-top: 50px; | ||
+ | width: 100%; | ||
+ | text-align:center;} | ||
+ | |||
+ | |||
+ | .description {margin-left: 10%; | ||
+ | margin-right: 10%; | ||
+ | margin-top: 100px; | ||
+ | text-align: left; | ||
+ | float: left; | ||
+ | font-size: 1em; | ||
+ | } | ||
+ | .nextpage{ width:100px; | ||
+ | height: auto; | ||
+ | font-size: 50px; | ||
+ | background-color: blue; | ||
+ | text-align:center; | ||
+ | margin-top: 30px; | ||
+ | font-color:white; | ||
+ | opacity:0.6; | ||
+ | float: right;} | ||
+ | .scroll{ | ||
+ | width:80px; | ||
+ | height:80px; | ||
+ | background:#2c4e8d; | ||
+ | color:white; | ||
+ | line-height:80px; | ||
+ | text-align:center; | ||
+ | position:fixed; | ||
+ | right:10px; | ||
+ | bottom:20px; | ||
+ | cursor:pointer; | ||
+ | font-size:14px; | ||
+ | opacity:0.6; | ||
+ | } | ||
+ | .bellows__header{ | ||
+ | margin-top: 0px; | ||
+ | height: 50px; | ||
+ | font-size: 30px; | ||
+ | padding-top:2px; | ||
+ | margin-left: 100px; | ||
+ | width: 800px; | ||
+ | } | ||
+ | .bellows__content h3{ text-align: center;} | ||
+ | |||
+ | </style> | ||
+ | <!--点击TOP回滚到顶部js如下:--> | ||
+ | <script type="text/javascript"> | ||
+ | $(function(){ | ||
+ | showScroll(); | ||
+ | function showScroll(){ | ||
+ | $(window).scroll( function() { | ||
+ | var scrollValue=$(window).scrollTop(); | ||
+ | scrollValue > 100 ? $('div[class=scroll]').fadeIn():$('div[class=scroll]').fadeOut(); | ||
+ | } ); | ||
+ | $('#scroll').click(function(){ | ||
+ | $("html,body").animate({scrollTop:0},500); | ||
+ | }); | ||
+ | } | ||
+ | }) | ||
+ | </script> | ||
+ | <script type="text/javascript"> | ||
+ | $(function(){ | ||
+ | showdes(); | ||
+ | function showdes(){ | ||
+ | $('#to_des').click(function(){ | ||
+ | $("html,body").animate({scrollTop:700},800); | ||
+ | }); | ||
+ | } | ||
+ | }) | ||
+ | </script> | ||
+ | </head> | ||
+ | |||
+ | <body > | ||
+ | <!--上栏--> | ||
+ | <div class="container header" style="top:10px"> | ||
+ | |||
+ | <!--悬浮菜单--> | ||
+ | <div class="navbar"> | ||
+ | <div class="navbar-inner"> | ||
+ | <div class="container" style="padding:0px"> | ||
+ | <ul class="nav"> | ||
+ | <li class="first-menu"><a href="https://2015.igem.org/Team:HUST-China">HOME</a> | ||
+ | </li> | ||
+ | <li class="dropdown other-menu" id="accountmenu"><a href="https://2015.igem.org/Team:HUST-China/Description">PROJECT<b class="caret"></b></a> | ||
+ | <ul class="dropdown-menu"> | ||
+ | <li><a href="https://2015.igem.org/Team:HUST-China/Description">Description</a></li> | ||
+ | <li class="divider"></li> | ||
+ | <li><a href="https://2015.igem.org/Team:HUST-China/Experiments">Experiments&protocol</a></li> | ||
+ | <li class="divider"></li> | ||
+ | <li><a href="https://2015.igem.org/Team:HUST-China/Results">Results</a></li> | ||
+ | <li class="divider"></li> | ||
+ | <li><a href="https://2015.igem.org/Team:HUST-China/Design">Design</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | |||
+ | <li class="dropdown other-menu" id="accountmenu"><a href="https://2015.igem.org/Team:HUST-China/Parts">PARTS<b class="caret"></b></a> | ||
+ | <ul class="dropdown-menu"> <li><a href="https://2015.igem.org/Team:HUST-China/Parts">Team Parts</a></li> | ||
+ | <li class="divider"></li> | ||
+ | <li><a href="https://2015.igem.org/Team:HUST-China/Basic_part">Basic Parts</a></li> | ||
+ | <li class="divider"></li> | ||
+ | <li><a href="https://2015.igem.org/Team:HUST-China/Composite_part">Composite Parts</a></li> | ||
+ | <li class="divider"></li> | ||
+ | <li><a href="https://2015.igem.org/Team:HUST-China/Part _Collection">Part Collection</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | |||
+ | <li class="dropdown other-menu" id="accountmenu"><a href="https://2015.igem.org/Team:HUST-China/Modeling">MODELING</a> </li> | ||
+ | |||
+ | <li class="dropdown other-menu" id="accountmenu"><a href="https://2015.igem.org/Team:HUST-China//Team">TEAM</a> </li> | ||
+ | |||
+ | <li class="dropdown other-menu" id="accountmenu"> | ||
+ | <a class="dropdown-toggle" data-toggle="dropdown" href="https://2015.igem.org/Team:HUST-China/Practices">HUMAN PRACTICES<b class="caret"></b></a> | ||
+ | <ul class="dropdown-menu"> | ||
+ | <li><a href="https://2015.igem.org/Team:HUST-China/Safety">Safety</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | |||
+ | <li class="dropdown other-menu" id="accountmenu"> | ||
+ | <a class="dropdown-toggle" data-toggle="dropdown" href="https://2015.igem.org/Team:HUST-China#">OUTREACH<b class="caret"></b></a> | ||
+ | <ul class="dropdown-menu"> | ||
+ | <li><a href="https://2015.igem.org/Team:HUST-China/Attributions">Attributions</a></li> | ||
+ | <li class="divider"></li> | ||
+ | <li><a href="https://2015.igem.org/Team:HUST-China/Collaboration">Collaboration</a></li> | ||
+ | <li class="divider"></li> | ||
+ | <li><a href="https://2015.igem.org/Team:HUST-China/Measurement">Measurement</a></li> | ||
+ | <li class="divider"></li> | ||
+ | <li><a href="https://2015.igem.org/Team:HUST-China/Notebook">Notebook</a></li> | ||
+ | <li class="divider"></li> | ||
+ | <li><a href="https://2015.igem.org/Team:HUST-China/Measurement">InterLab Study</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | </ul> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | <script type="text/javascript"> | ||
+ | $(document).ready(function () { | ||
+ | $('.dropdown-toggle').dropdown(); }); </script> | ||
+ | </div> | ||
+ | <!--标题栏--> | ||
+ | <div id="pic" > | ||
+ | <div class="wenzi" align="center"><b><br> | ||
+ | Euk.cement</b><br> | ||
+ | <div style="font-size:30px" align="center">A live eukaryotic cell based auto-cementation kit</div> | ||
+ | </div> | ||
+ | <br><br><br> | ||
+ | <div class="pic_a" > | ||
+ | <h4 style="color:white">Scroll down to read more</h4> | ||
+ | <img style="cursor:pointer;" id="to_des" src="https://static.igem.org/mediawiki/2014/3/3e/Aalto_Helsinki_Nuoli.png"/> | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | <!--描述--> | ||
+ | <div align="center" class="description"> | ||
+ | <h2 style="color:black" align="center"><b>Background</b></h2> | ||
+ | <p>With the expanding of human settlements and the development of civil engineering, the demand of novel cementation material is increasing rapidly. To echo such demand, we developed Euk.cement: a live eukaryotic cell based auto-cementation kit. By surface displayed silica binding peptides and secreted flocculating proteins, Euk.cement will target onto any silica containing particles, such as sands and rocks, and stick them together. This system will be automatically initiated only in dark with a light operated switch. While carbon dioxide released from the metabolism of cells will finally complete the calcium carbonate sedimentation. This economical and ecological friendly innovation can be utilized for a wide range of industrial or environmental applications, such as construction and restoration of building foundations, bridge piers, or even artificial reefs for aquaculture. Since we have exploited a new kind of marine yeast as chassis, the application field of eukaryotic synthetic biology has then been considerably broadened. | ||
+ | </p> | ||
+ | <p>To echo such demand, we developed Euk.cement: a live eukaryotic cell based auto-cementation kit. Euk.cement is supposed to target onto any silica containing particles, such as sands and rocks, and stick them together. And conditions permitting,with the addition of Ca2+ in our substrate,carbon dioxide released from the metabolism of cells will together making calcium carbonate sedimentation to final enhance the consolidation progress. | ||
+ | </p> | ||
+ | <p> | ||
+ | Euk.cement owns an abroad industrial or environmental application’s prospect, such as construction and restoration of building foundations, bridge piers, or even artificial reefs for aquaculture. | ||
+ | </p> | ||
+ | </div> | ||
+ | |||
+ | |||
+ | |||
+ | <!--收缩栏--> | ||
+ | <div class="viewport container"> | ||
+ | <div class="main-content"> | ||
+ | <h2 id="demo" align="center">Details</h2> | ||
+ | <div class="bellows"> | ||
+ | <div class="bellows__item bellows--is-open"> | ||
+ | |||
+ | <div class="bellows__header"> | ||
+ | <h3>Standalization</h3> | ||
+ | </div> | ||
+ | <div class="bellows__content"> | ||
+ | <!-- 可以开始改了--> | ||
+ | <p> | ||
+ | Week 1 6.29-7.5 | ||
+ | </p> | ||
+ | <p> | ||
+ | Week 2 7.6-7.12 | ||
+ | </p> | ||
+ | |||
+ | <p> | ||
+ | Week 3 7.13-7.19 | ||
+ | </p> | ||
+ | |||
+ | <p> | ||
+ | Week 4 7.20-7.26 | ||
+ | </p> | ||
+ | |||
+ | <p> | ||
+ | Week 5 7.27-8.2 | ||
+ | </p> | ||
+ | |||
+ | |||
+ | |||
+ | <p> | ||
+ | Week 6 8.3-8.9 | ||
+ | </p> | ||
+ | <p> | ||
+ | PCR: | ||
+ | |||
+ | More details, protocol | ||
+ | |||
+ | WangJie Liu and JunJie Xu | ||
+ | |||
+ | </p> | ||
+ | <img style="width:350px;height:350px" src="https://static.igem.org/mediawiki/2015/0/09/Standar-1-form.png" class="picture"> | ||
+ | <p> | ||
+ | |||
+ | </p> | ||
+ | <img style="width:423px;height:200px" src="https://static.igem.org/mediawiki/2015/f/f6/Standar-1-form-1-pic.png" class="picture"> | ||
+ | <img style="width:359px;height:347px" src="https://static.igem.org/mediawiki/2015/c/c7/Standar-1-form-2-pic.png" class="picture"> | ||
+ | <img style="width:600px;height:370px" src="https://static.igem.org/mediawiki/2015/8/8b/Standar-1-form-3-pic.png" class="picture"> | ||
+ | <p> | ||
+ | <p> | ||
+ | Restriction Enzyme Digestion | ||
+ | <br> | ||
+ | WangJie Liu and JunJie Xu | ||
+ | |||
+ | </p> | ||
+ | <img style="width:350px;height:350px" src="https://static.igem.org/mediawiki/2015/4/4c/Standar-2-form.png" class="picture"> | ||
+ | <img style="width:300px;height:300px" src="https://static.igem.org/mediawiki/2015/0/01/Standar-2-form-2-pic.png" class="picture"> | ||
+ | <p> | ||
+ | <p> | ||
+ | DNA ligation&Transformation | ||
+ | <br> | ||
+ | WangJie Liu and JunJie Xu | ||
+ | </p> | ||
+ | |||
+ | |||
+ | <img style="width:350px;height:350px" src="https://static.igem.org/mediawiki/2015/4/4b/Standar-3-form.png" class="picture"> | ||
+ | |||
+ | |||
+ | Successfully align the sequencing results with the objective sequences: | ||
+ | <br> | ||
+ | Colony PCR | ||
+ | <br> | ||
+ | WangJie Liu and JunJie Xu | ||
+ | </p> | ||
+ | |||
+ | <p> | ||
+ | |||
+ | </p> | ||
+ | <img style="width:350px;height:350px" src="https://static.igem.org/mediawiki/2015/f/fd/Standar-4-form.png" class="picture"> | ||
+ | <img style="width:400px;height:400px" src="https://static.igem.org/mediawiki/2015/c/c5/Standar-4-form-1-pic.png" class="picture"> | ||
+ | <img style="width:340px;height:240px" src="https://static.igem.org/mediawiki/2015/1/1f/Standar-4-form-2-pic.png" class="picture"> | ||
+ | <img style="width:730px;height:330px" src="https://static.igem.org/mediawiki/2015/9/90/Standar-4-form-3-pic.png" class="picture"> | ||
+ | <img style="width:420px;height:400px" src="https://static.igem.org/mediawiki/2015/5/56/Standar-4-form-4-pic.png" class="picture"> | ||
+ | <img style="width:350px;height:270px" src="https://static.igem.org/mediawiki/2015/6/66/Standar-4-form-5-pic.png" class="picture"> | ||
+ | |||
+ | <p> | ||
+ | Extract the plasmid,Conserving. | ||
+ | </p> | ||
+ | |||
+ | <p> | ||
+ | Week 7 8.10-8.16 | ||
+ | </p> | ||
+ | <p> | ||
+ | PCR: | ||
+ | <br> | ||
+ | More details, protocol | ||
+ | <br> | ||
+ | WangJie Liu | ||
+ | <br> | ||
+ | </p> | ||
+ | <img style="width:350px;height:350px" src="https://static.igem.org/mediawiki/2015/3/34/Standar-5-form.png" class="picture"> | ||
+ | <p> | ||
+ | <p> | ||
+ | Restriction Enzyme Digestion | ||
+ | <br> | ||
+ | WangJie Liu | ||
+ | <br> | ||
+ | </p> | ||
+ | <img style="width:350px;height:350px" src="https://static.igem.org/mediawiki/2015/f/f9/Standar-6-form.png" class="picture"> | ||
+ | <img style="width:350px;height:350px" src="https://static.igem.org/mediawiki/2015/5/5b/Standar-5-form-1-pic.png" class="picture"> | ||
+ | <p> | ||
+ | DNA ligation&Transformation | ||
+ | <br> | ||
+ | WangJie Liu | ||
+ | <br> | ||
+ | </p> | ||
+ | |||
+ | |||
+ | <img style="width:350px;height:350px" src="https://static.igem.org/mediawiki/2015/9/98/Standar-7-form.png" class="picture"> | ||
+ | <p> | ||
+ | Colony PCR | ||
+ | <br> | ||
+ | Successfully align the sequencing results with the objective sequences: | ||
+ | <br> | ||
+ | WangJie Liu | ||
+ | <br> | ||
+ | |||
+ | </p> | ||
+ | <img style="width:350px;height:450px" src="https://static.igem.org/mediawiki/2015/2/2d/Standar-8-form.png" class="picture"> | ||
+ | <p> | ||
+ | <p> | ||
+ | Extract the plasmid,Conserving. | ||
+ | <br> | ||
+ | </p> | ||
+ | Week 8 8.17-8.23 | ||
+ | </p> | ||
+ | <img style="width:350px;height:450px" src="https://static.igem.org/mediawiki/2015/a/a7/S-l-W8P1.png" class="picture"> | ||
+ | <img style="width:350px;height:350px" src="https://static.igem.org/mediawiki/2015/1/1d/S-l-W8P2.png" class="picture"> | ||
+ | <img style="width:600px;height:420px" src="https://static.igem.org/mediawiki/2015/f/fc/S-l-W8P3.png" class="picture"> | ||
+ | <img style="width:450px;height:250px" src="https://static.igem.org/mediawiki/2015/a/a1/S-l-W8P4.png" class="picture"> | ||
+ | |||
+ | <p> | ||
+ | Week 9 8.24-8.30 | ||
+ | </p> | ||
+ | <img style="width:500px;height:390px" src="https://static.igem.org/mediawiki/2015/2/27/S-l-W9P1.png" class="picture"> | ||
+ | <p> | ||
+ | Week 10 8.31-9.6 | ||
+ | </p> | ||
+ | <p> | ||
+ | Successfully align the sequencing results with the objective sequences | ||
+ | <br> | ||
+ | Standalization of BD-CRY2 and AD-CIB1 finished. | ||
+ | <br> | ||
+ | |||
+ | </p> | ||
+ | <img style="width:350px;height:250px" src="https://static.igem.org/mediawiki/2015/d/da/S-l-W10P1.png" class="picture"> | ||
+ | <img style="width:450px;height:260px"src="https://static.igem.org/mediawiki/2015/8/89/S-l-W10P2.png" class="picture"> | ||
+ | <img style="width:450px;height:260px" src="https://static.igem.org/mediawiki/2015/1/1b/S-l-W10P3.png" class="picture"> | ||
+ | <img style="width:510px;height:450px" src="https://static.igem.org/mediawiki/2015/4/4a/S-l-W10P4.png" class="picture"> | ||
+ | <p> | ||
+ | Successfully align the sequencing results with the objective sequences | ||
+ | <br> | ||
+ | Standalization of CRY2 and CIB1 finished. | ||
+ | <br> | ||
+ | </p> | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | <div class="bellows__item"> | ||
+ | <div class="bellows__header"> | ||
+ | <h3>Light Control</h3> | ||
+ | </div> | ||
+ | <div class="bellows__content"> | ||
+ | <p> | ||
+ | Week 1 6.29-7.5 | ||
+ | </p> | ||
+ | |||
+ | <p> | ||
+ | Week 2 7.6-7.12 | ||
+ | </p> | ||
+ | <img style="width:450px;height:300px" src="https://static.igem.org/mediawiki/2015/1/15/L-prt-W2P1.png" class="picture"> | ||
+ | <img style="width:450px;height:300px" src="https://static.igem.org/mediawiki/2015/1/19/L-prt-W2P2.png" class="picture"> | ||
+ | <img style="width:700px;height:350px" src="https://static.igem.org/mediawiki/2015/6/64/L-prt-W2P3.png" class="picture"> | ||
+ | <img style="width:570px;height:420px" src="https://static.igem.org/mediawiki/2015/4/41/L-prt-W2P4.png" class="picture"> | ||
+ | <img style="width:630px;height:720px" src="https://static.igem.org/mediawiki/2015/4/4f/L-prt-W2P5.png" class="picture"> | ||
+ | <p> | ||
+ | Successfully align the sequencing results with the objective sequences of Pgal1 and CYC_TT. | ||
+ | <br> | ||
+ | Extract the plasmid. | ||
+ | <br> | ||
+ | Conserving. | ||
+ | |||
+ | <br> | ||
+ | </p> | ||
+ | |||
+ | |||
+ | <p> | ||
+ | Week 3 7.13-7.19 | ||
+ | </p> | ||
+ | |||
+ | <p> | ||
+ | Week 4 7.20-7.26 | ||
+ | </p> | ||
+ | <img style="width:450px;height:250px" src="https://static.igem.org/mediawiki/2015/9/9b/L-prt-W4P1.png" class="picture"> | ||
+ | <img style="width:450px;height:250px" src="https://static.igem.org/mediawiki/2015/8/8d/L-prt-W4P2.png" class="picture"> | ||
+ | <img style="width:570px;height:300px" src="https://static.igem.org/mediawiki/2015/d/dd/L-prt-W4P3.png" class="picture"> | ||
+ | |||
+ | <p> | ||
+ | Week 5 7.27-8.2 | ||
+ | </p> | ||
+ | <p> | ||
+ | Successfully align the sequencing results with the objective sequences <br> | ||
+ | </p> | ||
+ | <img style="width:420px;height:270px" src="https://static.igem.org/mediawiki/2015/9/94/L-prt-W5P1.png" class="picture"> | ||
+ | <img style="width:610px;height:350px" src="https://static.igem.org/mediawiki/2015/3/3e/L-prt-W5P2.png" class="picture"> | ||
+ | <img style="width:430px;height:350px" src="https://static.igem.org/mediawiki/2015/7/71/L-prt-W5P3.png" class="picture"> | ||
+ | <img style="width:560px;height:270px" src="https://static.igem.org/mediawiki/2015/1/1d/L-prt-W5P4.png" class="picture"> | ||
+ | <img style="width:520px;height:230px" src="https://static.igem.org/mediawiki/2015/5/5b/L-prt-W5P5.png" class="picture"> | ||
+ | <p> | ||
+ | Digestion Test | ||
+ | <br> | ||
+ | Guozhao Wu | ||
+ | <br> | ||
+ | </p> | ||
+ | |||
+ | <p> | ||
+ | Week 6 8.3-8.9 | ||
+ | </p> | ||
+ | <img style="width:400px;height:200px" src="https://static.igem.org/mediawiki/2015/8/8a/L-prt-W6P1.png" class="picture"> | ||
+ | <img style="width:460px;height:250px" src="https://static.igem.org/mediawiki/2015/f/fb/L-prt-W6P2.png" class="picture"> | ||
+ | <img style="width:490px;height:250px" src="https://static.igem.org/mediawiki/2015/8/8a/L-prt-W6P3.png" class="picture"> | ||
+ | <p> | ||
+ | Successfully align the sequencing results with the objective sequences | ||
+ | <br> | ||
+ | Pgal-ROX1-CYC_TT circuit was constructed. | ||
+ | <br> | ||
+ | </p> | ||
+ | <p> | ||
+ | Week 7 8.10-8.16 | ||
+ | </p> | ||
+ | |||
+ | <p> | ||
+ | Week 8 8.17-8.23 | ||
+ | </p> | ||
+ | |||
+ | <p> | ||
+ | Week 9 8.24-8.30 | ||
+ | </p> | ||
+ | |||
+ | <p> | ||
+ | Week 10 8.31-9.6 | ||
+ | </p> | ||
+ | |||
+ | |||
+ | |||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | </div> | ||
+ | <div class="bellows__item"> | ||
+ | <div class="bellows__header"> | ||
+ | <h3>viscous parts</h3> | ||
+ | </div> | ||
+ | <div class="bellows__content"> | ||
+ | <p> | ||
+ | Week 1 6.29-7.5 | ||
+ | </p> | ||
+ | |||
+ | <p> | ||
+ | Week 2 7.6-7.12 | ||
+ | </p> | ||
+ | <p> | ||
+ | PCR: | ||
+ | <br> | ||
+ | More details, protocol | ||
+ | <br> | ||
+ | Wang Xi and JunJie Xu | ||
+ | <br> | ||
+ | </p> | ||
+ | <img style="width:310px;height:320px" src="https://static.igem.org/mediawiki/2015/0/0e/STMcfp-1-form.png" class="picture"> | ||
+ | <img style="width:230px;height:200px" src="https://static.igem.org/mediawiki/2015/c/c0/STMcfp-1-form-1-pic.png" class="picture"> | ||
+ | <p> | ||
+ | Restriction Enzyme Digestion | ||
+ | <br> | ||
+ | Wang Xi and JunJie Xu | ||
+ | <br> | ||
+ | </p> | ||
+ | <img style="width:200px;height:260px" src="https://static.igem.org/mediawiki/2015/6/67/STMcfp-2-form.png" class="picture"> | ||
+ | <img style="width:340px;height:240px" src="https://static.igem.org/mediawiki/2015/9/95/STMcfp-2-form-1-pic.png" class="picture"> | ||
+ | <p> | ||
+ | DNA ligation&Transformation | ||
+ | <br> | ||
+ | Wang Xi and JunJie Xu | ||
+ | <br> | ||
+ | </p> | ||
+ | <img style="width:290px;height:220px" src="https://static.igem.org/mediawiki/2015/f/f9/STMcfp-3-form.png" class="picture"> | ||
+ | <p> | ||
+ | Colony PCR | ||
+ | <br> | ||
+ | Successfully align the sequencing results with the objective sequences: | ||
+ | <br> | ||
+ | Wang Xi and JunJie Xu | ||
+ | <br> | ||
+ | </p> | ||
+ | <img style="width:260px;height:423px" src="https://static.igem.org/mediawiki/2015/b/b7/STMcfp-4-form.png" class="picture"> | ||
+ | <img style="width:500px;height:290px" src="https://static.igem.org/mediawiki/2015/7/71/STMcfp-4-form-1-pic.png" class="picture"> | ||
+ | <img style="width:440px;height:300px" src="https://static.igem.org/mediawiki/2015/b/bf/STMcfp-4-form-2-pic.png" class="picture"> | ||
+ | <p> | ||
+ | Extract the plasmid,Conserving<br> | ||
+ | </p> | ||
+ | |||
+ | <p> | ||
+ | Week 3 7.13-7.19 | ||
+ | </p> | ||
+ | <p> | ||
+ | PCR: | ||
+ | |||
+ | <br> | ||
+ | More details, protocol | ||
+ | <br> | ||
+ | ZhangYu Cheng | ||
+ | <br> | ||
+ | </p> | ||
+ | <img style="width:420px;height:340px" src="https://static.igem.org/mediawiki/2015/b/be/STMcfp-5-form.png" class="picture"> | ||
+ | <img style="width:340px;height:200px" src="https://static.igem.org/mediawiki/2015/a/a0/STMcfp-5-form-1-pic.png" class="picture"> | ||
+ | <p> | ||
+ | Restriction Enzyme Digestion | ||
+ | <br> | ||
+ | ZhangYu Cheng | ||
+ | <br> | ||
+ | </p> | ||
+ | <img style="width:420px;height:400px" src="https://static.igem.org/mediawiki/2015/6/64/STMcfp-6-form.png" class="picture"> | ||
+ | <p> | ||
+ | DNA ligation&Transformation | ||
+ | <br> | ||
+ | ZhangYu Cheng | ||
+ | <br> | ||
+ | </p> | ||
+ | <img style="width:640px;height:150px" src="https://static.igem.org/mediawiki/2015/0/07/STMcfp-7-form.png" class="picture"> | ||
+ | <p> | ||
+ | Colony PCR | ||
+ | <br> | ||
+ | ZhangYu Cheng | ||
+ | <br> | ||
+ | Successfully align the sequencing results with the objective sequences: | ||
+ | <br> | ||
+ | </p> | ||
+ | <img style="width:480px;height:320px" src="https://static.igem.org/mediawiki/2015/c/c3/STMcfp-8-form.png" class="picture"> | ||
+ | <img style="width:250px;height:300px" src="https://static.igem.org/mediawiki/2015/9/93/STMcfp-8-form-1-pic.png" class="picture"> | ||
+ | <p> | ||
+ | Extract the plasmid,Conserving.<br> | ||
+ | </p> | ||
+ | <p> | ||
+ | Week 4 7.20-7.26 | ||
+ | </p> | ||
+ | <p> | ||
+ | PCR: | ||
+ | <br> | ||
+ | More details, protocol | ||
+ | <br> | ||
+ | Wang Xi and JunJie Xu | ||
+ | <br> | ||
+ | </p> | ||
+ | <img style="width:420px;height:200px" src="https://static.igem.org/mediawiki/2015/c/ce/STMcfp-9-form.png" class="picture"> | ||
+ | <p> | ||
+ | Restriction Enzyme Digestion | ||
+ | <br> | ||
+ | Wang Xi and JunJie Xu | ||
+ | <br> | ||
+ | </p> | ||
+ | <img style="width:420px;height:300px" src="https://static.igem.org/mediawiki/2015/c/cc/STMcfp-10-form.png" class="picture"> | ||
+ | <p> | ||
+ | DNA ligation&Transformation | ||
+ | <br> | ||
+ | Wang Xi and ZhangYu Cheng | ||
+ | <br> | ||
+ | </p> | ||
+ | <img style="width:620px;height:430px" src="https://static.igem.org/mediawiki/2015/e/ec/STMcfp-11-form.png" class="picture"> | ||
+ | <p> | ||
+ | Colony PCR | ||
+ | <br> | ||
+ | Wang Xi and JunJie Xu | ||
+ | <br> | ||
+ | Successfully align the sequencing results with the objective sequences: | ||
+ | <br> | ||
+ | </p> | ||
+ | <img style="width:470px;height:250px" src="https://static.igem.org/mediawiki/2015/8/83/STMcfp-12-form.png" class="picture"> | ||
+ | <img style="width:300px;height:300px" src="https://static.igem.org/mediawiki/2015/f/f2/STMcfp-12-form-1-pic.png" class="picture"> | ||
+ | <p> | ||
+ | Extract the plasmid,Conserving. | ||
+ | </p> | ||
+ | <p> | ||
+ | Tramsformation to yeast | ||
+ | <br> | ||
+ | Lei Yin | ||
+ | <br> | ||
+ | </p> | ||
+ | <img style="width:440px;height:480px" src="https://static.igem.org/mediawiki/2015/0/0d/STMcfp-13-form.png" class="picture"> | ||
+ | <p> | ||
+ | Genome extract and PCR test | ||
+ | <br> | ||
+ | Lei Yin | ||
+ | <br> | ||
+ | </p> | ||
+ | <img style="width:390px;height:480px" src="https://static.igem.org/mediawiki/2015/c/c8/STMcfp-14-form.png" class="picture"> | ||
+ | <p> | ||
+ | Positive strain conservation | ||
+ | <br> | ||
+ | </p> | ||
+ | <p> | ||
+ | Week 5 7.27-8.2 | ||
+ | </p> | ||
+ | <p> | ||
+ | PCR: | ||
+ | <br> | ||
+ | More details, protocol | ||
+ | <br> | ||
+ | ZhangYu Cheng | ||
+ | <br> | ||
+ | </p> | ||
+ | <img style="width:420px;height:340px" src="https://static.igem.org/mediawiki/2015/4/46/STMcfp-15-form.png" class="picture"> | ||
+ | <p> | ||
+ | Restriction Enzyme Digestion | ||
+ | <br> | ||
+ | ZhangYu Cheng | ||
+ | <br> | ||
+ | </p> | ||
+ | <img style="width:420px;height:380px" src="https://static.igem.org/mediawiki/2015/d/d1/STMcfp-16-form.png" class="picture"> | ||
+ | <p> | ||
+ | DNA ligation&Transformation | ||
+ | <br> | ||
+ | ZhangYu Cheng | ||
+ | <br> | ||
+ | </p> | ||
+ | <img style="width:620px;height:280px" src="https://static.igem.org/mediawiki/2015/2/20/STMcfp-17-form.png" class="picture"> | ||
+ | <p> | ||
+ | Colony PCR | ||
+ | <br> | ||
+ | ZhangYu Cheng | ||
+ | <br> | ||
+ | Successfully align the sequencing results with the objective sequences: | ||
+ | <br> | ||
+ | </p> | ||
+ | <img style="width:470px;height:340px" src="https://static.igem.org/mediawiki/2015/6/63/STMcfp-18-form.png" class="picture"> | ||
+ | <img style="width:320px;height:270px" src="https://static.igem.org/mediawiki/2015/1/17/STMcfp-18-form-1-pic.png" class="picture"> | ||
+ | <img style="width:200px;height:270px" src="https://static.igem.org/mediawiki/2015/0/0a/STMcfp-18-form-2-pic.png" class="picture"> | ||
+ | <img style="width:410px;height:280px" src="https://static.igem.org/mediawiki/2015/0/0d/STMcfp-18-form-3-pic.png" class="picture"> | ||
+ | <img style="width:300px;height:300px" src="https://static.igem.org/mediawiki/2015/a/a0/STMcfp-18-form-4-pic.png" class="picture"> | ||
+ | <p> | ||
+ | Extract the plasmid,Conserving. | ||
+ | <br> | ||
+ | </p> | ||
+ | <p> | ||
+ | Trasnsform to yeast | ||
+ | <br> | ||
+ | </p> | ||
+ | <img style="width:500px;height:340px" src="https://static.igem.org/mediawiki/2015/a/a4/STMcfp-19-form.png" class="picture"> | ||
+ | <p> | ||
+ | Genome extract and PCR test | ||
+ | <br> | ||
+ | Lei Yin | ||
+ | <br> | ||
+ | </p> | ||
+ | <img style="width:390px;height:340px" src="https://static.igem.org/mediawiki/2015/c/c2/STMcfp-20-form.png" class="picture"> | ||
+ | <p> | ||
+ | Positive strain conservation | ||
+ | <br> | ||
+ | </p> | ||
+ | <p> | ||
+ | Week 6 8.3-8.9 | ||
+ | </p> | ||
+ | <p> | ||
+ | PCR: | ||
+ | <br> | ||
+ | More details, protocol | ||
+ | <br> | ||
+ | ZhangYu Cheng | ||
+ | <br> | ||
+ | </p> | ||
+ | <img style="width:420px;height:240px" src="https://static.igem.org/mediawiki/2015/9/99/STMcfp-21-form.png" class="picture"> | ||
+ | <p> | ||
+ | Restriction Enzyme Digestion | ||
+ | <br> | ||
+ | ZhangYu Cheng | ||
+ | <br> | ||
+ | </p> | ||
+ | <img style="width:420px;height:250px" src="https://static.igem.org/mediawiki/2015/5/5d/STMcfp-22-form.png" class="picture"> | ||
+ | <p> | ||
+ | DNA ligation&Transformation | ||
+ | <br> | ||
+ | ZhangYu Cheng | ||
+ | <br> | ||
+ | </p> | ||
+ | <img style="width:660px;height:250px" src="https://static.igem.org/mediawiki/2015/a/a9/STMcfp-23-form.png" class="picture"> | ||
+ | <p> | ||
+ | Colony PCR | ||
+ | <br> | ||
+ | ZhangYu Cheng | ||
+ | <br> | ||
+ | Successfully align the sequencing results with the objective sequences: | ||
+ | <br> | ||
+ | </p> | ||
+ | <img style="width:470px;height:240px" src="https://static.igem.org/mediawiki/2015/e/e9/STMcfp-24-form.png" class="picture"> | ||
+ | <img style="width:380px;height:250px" src="https://static.igem.org/mediawiki/2015/a/ad/STMcfp-24-form-1-pic.png" class="picture"> | ||
+ | <img style="width:250px;height:220px" src="https://static.igem.org/mediawiki/2015/a/a8/STMcfp-24-form-2-pic.png" class="picture"> | ||
+ | <p> | ||
+ | Extract the plasmid,Conserving. | ||
+ | <br> | ||
+ | </p> | ||
+ | <p> | ||
+ | Trasnsform to yeast | ||
+ | <br> | ||
+ | Lei Yin | ||
+ | <br> | ||
+ | </p> | ||
+ | <img style="width:440px;height:260px" src="https://static.igem.org/mediawiki/2015/d/d4/STMcfp-25-form.png" class="picture"> | ||
+ | <p> | ||
+ | Genome extract and PCR test | ||
+ | <br> | ||
+ | Lei Yin | ||
+ | <br> | ||
+ | </p> | ||
+ | <img style="width:400px;height:240px" src="https://static.igem.org/mediawiki/2015/2/21/STMcfp-26-form.png" class="picture"> | ||
+ | <p> | ||
+ | Positive strain conservation<br> | ||
+ | </p> | ||
+ | <p> | ||
+ | Week 7 8.10-8.16 | ||
+ | </p> | ||
+ | <p> | ||
+ | SDS-PAGE | ||
+ | <br> | ||
+ | Lei Yin | ||
+ | <br> | ||
+ | </p> | ||
+ | <img style="width:400px;height:200px" src="https://static.igem.org/mediawiki/2015/6/65/STMcfp-27-form.png" class="picture"> | ||
+ | <p> | ||
+ | Immunoflourecense | ||
+ | <br> | ||
+ | ZhangYu Cheng | ||
+ | <br> | ||
+ | </p> | ||
+ | <img style="width:400px;height:200px" src="https://static.igem.org/mediawiki/2015/a/ac/STMcfp-28-form.png" class="picture"> | ||
+ | <p> | ||
+ | Verification of the secreting Mcfp-3 (Coomassie blue staining) <br> | ||
+ | |||
+ | ZhangYu Cheng | ||
+ | <br> | ||
+ | </p> | ||
+ | <p> | ||
+ | Week 8 8.17-8.23 | ||
+ | </p> | ||
+ | |||
+ | <p> | ||
+ | Week 9 8.24-8.30 | ||
+ | </p> | ||
+ | |||
+ | <p> | ||
+ | Week 10 8.31-9.6 | ||
+ | </p> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="bellows__item"> | ||
+ | <div class="bellows__header"> | ||
+ | <h3>Improvement</h3> | ||
+ | </div> | ||
+ | <div class="bellows__content"> | ||
+ | <p> | ||
+ | Week 1 6.29-7.5 | ||
+ | </p> | ||
+ | |||
+ | <p> | ||
+ | Week 2 7.6-7.12 | ||
+ | </p> | ||
+ | |||
+ | <p> | ||
+ | Week 3 7.13-7.19 | ||
+ | </p> | ||
+ | <img style="width:650px;height:300px" src="https://static.igem.org/mediawiki/2015/3/3f/I-W3P1.png" class="picture"> | ||
+ | <img style="width:520px;height:500px" src="https://static.igem.org/mediawiki/2015/3/39/I-W3P2.png" class="picture"> | ||
+ | <p> | ||
+ | Week 4 7.20-7.26 | ||
+ | </p> | ||
+ | |||
+ | <p> | ||
+ | Week 5 7.27-8.2 | ||
+ | </p> | ||
+ | <img style="width:620px;height:300px" src="https://static.igem.org/mediawiki/2015/4/49/I-W5P1.png" class="picture"> | ||
+ | <img style="width:470px;height:300px" src="https://static.igem.org/mediawiki/2015/d/dd/I-W5P2.png" class="picture"> | ||
+ | <img style="width:460px;height:300px" src="https://static.igem.org/mediawiki/2015/e/e3/I-W5P3.png" class="picture"> | ||
+ | <img style="width:530px;height:490px" src="https://static.igem.org/mediawiki/2015/3/33/I-W5P4.png" class="picture"> | ||
+ | <img style="width:280px;height:400px" src="https://static.igem.org/mediawiki/2015/6/6d/I-W5P5.png" class="picture"> | ||
+ | <p> | ||
+ | Week 6 8.3-8.9 | ||
+ | </p> | ||
+ | <img style="width:500px;height:340px" src="https://static.igem.org/mediawiki/2015/e/ee/I-W6P1.png" class="picture"> | ||
+ | <img style="width:340px;height:330px" src="https://static.igem.org/mediawiki/2015/0/02/I-W6P2.png" class="picture"> | ||
+ | <img style="width:300px;height:270px" src="https://static.igem.org/mediawiki/2015/1/17/I-W6P3.png" class="picture"> | ||
+ | <img style="width:260px;height:240px" src="https://static.igem.org/mediawiki/2015/d/df/I-W6P4.png" class="picture"> | ||
+ | <p> | ||
+ | Week 7 8.10-8.16 | ||
+ | </p> | ||
+ | |||
+ | <p> | ||
+ | Week 8 8.17-8.23 | ||
+ | </p> | ||
+ | |||
+ | <p> | ||
+ | Week 9 8.24-8.30 | ||
+ | </p> | ||
+ | |||
+ | <p> | ||
+ | Week 10 8.31-9.6 | ||
+ | </p> | ||
+ | </div> | ||
+ | |||
+ | <div class="bellows__item"> | ||
+ | <div class="bellows__header"> | ||
+ | <h3>Consolidation</h3> | ||
+ | </div> | ||
+ | <div class="bellows__content"> | ||
+ | <p> | ||
+ | |||
+ | Week 1 6.29-7.5 | ||
+ | </p> | ||
+ | |||
+ | <p> | ||
+ | Week 2 7.6-7.12 | ||
+ | </p> | ||
+ | |||
+ | <p> | ||
+ | Week 3 7.13-7.19 | ||
+ | </p> | ||
+ | |||
+ | <p> | ||
+ | Week 4 7.20-7.26 | ||
+ | </p> | ||
+ | <p> | ||
+ | Week 5 7.27-8.2 | ||
+ | </p> | ||
+ | |||
+ | <p> | ||
+ | Week 6 8.3-8.9 | ||
+ | </p> | ||
+ | |||
+ | <p> | ||
+ | Week 7 8.10-8.16 | ||
+ | </p> | ||
+ | |||
+ | <p> | ||
+ | Week 8 8.17-8.23 | ||
+ | </p> | ||
+ | |||
+ | <p> | ||
+ | Week 9 8.24-8.30 | ||
+ | </p> | ||
+ | |||
+ | <p> | ||
+ | Week 10 8.31-9.6 | ||
+ | </p> | ||
+ | <img src="https://static.igem.org/mediawiki/2015/6/67/STYZ1.png" class="picture"> | ||
+ | <img src="https://static.igem.org/mediawiki/2015/d/d4/STYZ2.png" class="picture"> | ||
+ | <img src="https://static.igem.org/mediawiki/2015/8/82/STYZ3.png" class="picture"> | ||
+ | <img src="https://static.igem.org/mediawiki/2015/8/88/STYZ4.png" class="picture"> | ||
+ | |||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | <!--例子--> | ||
+ | <div class="bellows__item"> | ||
+ | <div class="bellows__header"> | ||
+ | <h3>Host strain</h3> | ||
+ | </div> | ||
+ | <div class="bellows__content"> | ||
+ | <img src="dizhi " class="picture"> | ||
+ | <p>We adopt a marine yeast Yarrowia lipolytca JMY1212 as our chassis for the specific application this year--building artificial reef. Our host is generally regarded as safe microorganism and has an abroad application prospect in industries of foods and medicine. Researches shows that Y.lipolytica is widely found in marine environment which exists stably in the ocean and healthy marine fishes’ intestine and it is able to make use of Glucose,ethanol,acetate or other hydrophobic substrate(alkanes,fatty acid and lipid ) as carbon source with fast growing capacity and adaptability for high-density fermentation. Moreover in the expression system of Y.lipolytica, transformed plasmids can integrate into multiple site and they are all genetically stable in the genome. And the signal peptide XPR2 pre,LIP2 prepro and so on are all demonstrated to own high efficiency of secreting protein.So it is obvious Y.lipolytica is a powerful host to express and secrete complex recombinant protein. Based on the above reasons,Yarrowia lipolytica are regarded as ideal strain for our marine application of micro-solidation | ||
+ | </p> | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | <div class="bellows__item"> | ||
+ | <div class="bellows__header"> | ||
+ | <h3>Improvement</h3> | ||
+ | </div> | ||
+ | <div class="bellows__content"> | ||
+ | <p> | ||
+ | </p> | ||
+ | </div> | ||
+ | </div> | ||
+ | <!--reference--> | ||
+ | <div class="reference"> | ||
+ | |||
+ | </div> | ||
+ | <!--下一页--> | ||
+ | <a href="https://2015.igem.org/Team:HUST-China/Experiments" class="nextpage"> | ||
+ | > | ||
+ | </a> | ||
+ | <!--top--> | ||
+ | <div class="scroll" id="scroll" style="display:none;"> | ||
+ | TOP | ||
+ | </div> | ||
+ | </div> | ||
+ | <!-- JavaScript --> | ||
+ | <script src="js/jquery-1.10.1.min.js"></script> | ||
+ | <script src="js/highlight.pack.js"></script> | ||
+ | <script src="js/velocity.min.js"></script> | ||
+ | <script src="js/bellows.min.js"></script> | ||
+ | <script> | ||
+ | $(function(){ | ||
+ | $('.bellows').bellows(); | ||
+ | }); | ||
+ | </script> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div style="text-align:center;margin:50px 0; font:normal 14px/24px 'MicroSoft YaHei';"> | ||
</div> | </div> | ||
+ | </body> | ||
</html> | </html> |
Revision as of 12:10, 17 September 2015
<!DOCTYPE html>
Euk.cement
Scroll down to read more
Background
With the expanding of human settlements and the development of civil engineering, the demand of novel cementation material is increasing rapidly. To echo such demand, we developed Euk.cement: a live eukaryotic cell based auto-cementation kit. By surface displayed silica binding peptides and secreted flocculating proteins, Euk.cement will target onto any silica containing particles, such as sands and rocks, and stick them together. This system will be automatically initiated only in dark with a light operated switch. While carbon dioxide released from the metabolism of cells will finally complete the calcium carbonate sedimentation. This economical and ecological friendly innovation can be utilized for a wide range of industrial or environmental applications, such as construction and restoration of building foundations, bridge piers, or even artificial reefs for aquaculture. Since we have exploited a new kind of marine yeast as chassis, the application field of eukaryotic synthetic biology has then been considerably broadened.
To echo such demand, we developed Euk.cement: a live eukaryotic cell based auto-cementation kit. Euk.cement is supposed to target onto any silica containing particles, such as sands and rocks, and stick them together. And conditions permitting,with the addition of Ca2+ in our substrate,carbon dioxide released from the metabolism of cells will together making calcium carbonate sedimentation to final enhance the consolidation progress.
Euk.cement owns an abroad industrial or environmental application’s prospect, such as construction and restoration of building foundations, bridge piers, or even artificial reefs for aquaculture.