Line 68: | Line 68: | ||
]; | ]; | ||
− | + | ||
− | + | <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> | |
*/ | */ | ||
Line 76: | Line 76: | ||
for( x=0; x< all_teams_info.length; x++) { | 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>"); | + | $("#general_printing").append("<div class='column half_size'> <h2>" + all_teams_info[x].team_name + |
+ | "</h2> <p><b>Region:</b>" +all_teams_info[x].location+","+all_teams_info[x].institution + | ||
+ | "<br><b>Section:</b>"+all_teams_info[x].section+ | ||
+ | "<br><b>Track:</b>"+all_teams_info[x].track+ | ||
+ | "</p><p><a href='"+all_teams_info[x].wiki_link+"'>"+all_teams_info[x].project_title+ | ||
+ | "</a></p><p>"+all_teams_info[x].abstract+"</p></div>"); | ||
} | } | ||
Revision as of 18:58, 3 September 2019