Line 14: | Line 14: | ||
+ | <div id="general_printing"> | ||
− | + | </div> | |
− | + | ||
Line 25: | Line 25: | ||
</div> | </div> | ||
</div> | </div> | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | <script> | ||
+ | |||
+ | $(document).ready(function() { | ||
+ | |||
+ | |||
+ | // all_teams_info | ||
+ | var all_teams_info = [ | ||
+ | { | ||
+ | 'team_name':'Aachen', | ||
+ | 'wiki_link':'https://2018.igem.org/Team:Aachen', | ||
+ | 'location':'Germany', | ||
+ | 'institution':'RWTH Aachen University', | ||
+ | 'section':'Overgrad', | ||
+ | 'project_title':'Melasense', | ||
+ | 'track':'Diagnostics', | ||
+ | 'abstract':'We plan on developing a melatonin biosensor. Our approach for the biosensor is to genetically modify Saccharomyces cerevisiae by integrating a highly specific human melatonin receptor into the cells. Melatonin has a high membrane permeability which permits us to use the nuclear retinoid z receptor (RZR) which is directly regulating gene expression. We express the RZR as a fusion-protein with the recognition sequence of the human estrogen receptor alpha (ERα). When melatonin is bound.. the modified receptor binds to the estrogen receptor responsive element (ERE) and as a consequence regulate expression of firefly luciferase reporter genes. In our second approach.. we will use the membrane-receptor MT1 for our biosensor. When melatonin binds to the G protein-coupled receptor.. β-arrestins can be recruited. This mechanism allows us to use an enzyme fragment complementation assay based on two fusion-proteins.', | ||
+ | 'parts_link':'http://parts.igem.org/cgi/partsdb/pgroup.cgi?pgroup=iGEM2018&group=Aachen', | ||
+ | 'medal':'Gold', | ||
+ | 'nominations':'Best Hardware', | ||
+ | 'awards':'' | ||
+ | }, | ||
+ | |||
+ | { | ||
+ | 'team_name':'Aalto-Helsinki', | ||
+ | 'wiki_link':'https://2018.igem.org/Team:Aalto-Helsinki', | ||
+ | 'location':'Finland', | ||
+ | 'institution':'Aalto University', | ||
+ | 'section':'Overgrad', | ||
+ | 'project_title':'Silkolor - A sustainable approach to dyeing industry using fusion proteins', | ||
+ | 'track':'New Application', | ||
+ | 'abstract':'Textile dyeing is one of the biggest polluters of natural waters. Many of the synthetic dyes used are non-biodegradable.. toxic and large amounts of them end up in waters during the dyeing process. Natural dyes.. although less toxic than synthetic ones.. require mordants in order to bind to the fabric. Mordants often contain aluminum or other metals.. which are harmful to the environment. We are addressing the problem by using two types of colorful fusion proteins. Chromoproteins are fused with binding domains to create colorful proteins which can bind cellulose or keratin based materials.. such as cotton or wool.. respectively. Spider silk is added to some of the proteins in order to make colored silk proteins that can be made into fibers.. which would erase the need for the dyeing step from the textile value chain completely. Our experiments were focused on binding tests and silk fiber production.', | ||
+ | 'parts_link':'http://parts.igem.org/cgi/partsdb/pgroup.cgi?pgroup=iGEM2018&group=Aalto-Helsinki', | ||
+ | 'medal':'Gold', | ||
+ | 'nominations':'Best Product Design', | ||
+ | 'awards':'' | ||
+ | } | ||
+ | |||
+ | ]; | ||
+ | |||
+ | /* | ||
+ | Aachen</h2> <p> <b> Region: </b>Europe - Germany<br><b>Section: </b>Overgraduate<br> <b>Track: </b>Diagnostics<br><b>Poster: </b>Zone 5 - #302 - Saturday - Session K & L - 6:45 PM - 8:15 PM<br><b> Presentation: </b>Saturday - Room304 - 4:45 PM - 5:15 PM</p> <p><a href='https://2018.igem.org/Team:Aachen'>Melasense</a></p> <p>We plan on developing a melatonin biosensor. Our approach for the biosensor is to genetically modify Saccharomyces cerevisiae by integrating a highly specific human melatonin receptor into the cells. Melatonin has a high membrane permeability which permits us to use the nuclear retinoid z receptor (RZR) which is directly regulating gene expression. We express the RZR as a fusion-protein with the recognition sequence of the human estrogen receptor alpha (ERα). When melatonin is bound, the modified receptor binds to the estrogen receptor responsive element (ERE) and as a consequence regulate expression of firefly luciferase reporter genes. In our second approach, we will use the membrane-receptor MT1 for our biosensor. When melatonin binds to the G protein-coupled receptor, β-arrestins can be recruited. This mechanism allows us to use an enzyme fragment complementation assay based on two fusion-proteins.<p></div> | ||
+ | */ | ||
+ | |||
+ | |||
+ | //PRINTING | ||
+ | for( x=0; x< all_teams_info.length; x++) { | ||
+ | |||
+ | $("#general_printing").append("<div class='column half_size'> <h2>"+all_teams_info[x].team_name+"</h2></div>"); | ||
+ | } | ||
+ | |||
+ | }); | ||
+ | |||
+ | |||
+ | </script> | ||
+ | |||
</html> | </html> | ||
{{Footer2019}} | {{Footer2019}} |
Revision as of 18:43, 3 September 2019