Team:TU-Munich/Project/Bioaccumulation
From 2013.igem.org
(→The Fluorescein binding Anticalin FluA) |
|||
Line 8: | Line 8: | ||
==BioAccumulation== | ==BioAccumulation== | ||
+ | <div class="box-center">Text</div> | ||
+ | <div class="box-left">Text</div> | ||
+ | <div class="box-right">figure</div> | ||
BioAccumulation is a possibility to remove xenobiotics from the environment by binding them to a protein that has been designed for this purpose. | BioAccumulation is a possibility to remove xenobiotics from the environment by binding them to a protein that has been designed for this purpose. | ||
+ | |||
+ | |||
+ | |||
<br><br> | <br><br> | ||
== The Fluorescein binding Anticalin FluA== | == The Fluorescein binding Anticalin FluA== | ||
+ | <div class="box-center">Text</div> | ||
+ | <div class="box-left">Text</div> | ||
+ | <div class="box-right">figure</div> | ||
There are a broad range of natural as well as engineered binding proteins availible. The most commonly known binding proteins are antibodies which defend mammals against pathogens and toxins. Beside these natural binding proteins there are more and more designed binding proteins such as (1) Anticalins based on a lipocalin scaffold (Ref), (2) Affibodies derived from the z-domain of the antibody-binding protein A (Ref) and (3) DARPins that are based on an ankyrin scaffold. | There are a broad range of natural as well as engineered binding proteins availible. The most commonly known binding proteins are antibodies which defend mammals against pathogens and toxins. Beside these natural binding proteins there are more and more designed binding proteins such as (1) Anticalins based on a lipocalin scaffold (Ref), (2) Affibodies derived from the z-domain of the antibody-binding protein A (Ref) and (3) DARPins that are based on an ankyrin scaffold. | ||
<br><br> | <br><br> | ||
+ | |||
+ | |||
==Glutathione S-transferase == | ==Glutathione S-transferase == | ||
+ | <div class="box-center">Text</div> | ||
+ | <div class="box-left">Text</div> | ||
+ | <div class="box-right">figure</div> | ||
<br><br> | <br><br> | ||
+ | |||
+ | |||
+ | |||
+ | |||
==Protein Phosphotase 1 - A molecular mop for Microcystin== | ==Protein Phosphotase 1 - A molecular mop for Microcystin== | ||
+ | <div class="box-center">Text</div> | ||
+ | <div class="box-left">Text</div> | ||
+ | <div class="box-right">figure</div> | ||
<br><br> | <br><br> | ||
<!-- End of content --> | <!-- End of content --> |
Revision as of 17:14, 25 June 2013
BioAccumulation
BioAccumulation is a possibility to remove xenobiotics from the environment by binding them to a protein that has been designed for this purpose.
The Fluorescein binding Anticalin FluA
There are a broad range of natural as well as engineered binding proteins availible. The most commonly known binding proteins are antibodies which defend mammals against pathogens and toxins. Beside these natural binding proteins there are more and more designed binding proteins such as (1) Anticalins based on a lipocalin scaffold (Ref), (2) Affibodies derived from the z-domain of the antibody-binding protein A (Ref) and (3) DARPins that are based on an ankyrin scaffold.
Glutathione S-transferase
Protein Phosphotase 1 - A molecular mop for Microcystin
$(document).ready(function(){
// put the footer in the right place
$("#footer-box").prepend($("#social-footer"));
// implement image preloading
var images = new Array()
function preload() {
for (i = 0; i < preload.arguments.length; i++) { images[i] = new Image() images[i].src = preload.arguments[i] }
}
// preload menu backgrounds
preload( "",
"", "", "", "", "" );
// preload team pictures
if ( $("div#teamfield").length > 0 ) { preload( "",
"", "", "", "", "", "", "", "", "", // Katrin "", "", "", "", "", "", "", "", "", // Rosario "", "", "", "", "", "", "", "", "", // Fabian "", "", "", "", "", "", "", "", "", // Andreas "", "", "", "", "", "", "", "", "", // Louise "", "", "", "", "", "", "", "", "", // Johanna "", "", "", "", "", "", "", "", "", // Meike "", "", "", "", "", "", "", "", "", // Volker "", "", "", "", "", "", "", "", "", // Polte "", "", "", "", "", "", "", "", "", // Leonie "", "", "", "", "", "", "", "", "", // Philipp "", "", "", "", "", "", "", "", "", // Jeff "", "", "", "", "", "", "", "", "", // Chris "", "", "", "", "", "", "", "", "", // Flo "", "", "", "", "", "", "", "" );
}
// Slideshows
$('.bxslider').bxSlider({
responsive: false, auto: true, autoHover: true
});
$('.bxgallery').bxSlider({
slideMargin: 10, minSlides: 3, maxSlides: 3, moveSlides: 1, slideWidth: 5000
});
$("ul.bxgallery img").slimbox({ loop: true }, function(el) { url = el.src; url = url.substring(0, url.lastIndexOf('/')); url = url.replace('/thumb/', '/'); // description = $(el).parents("div.thumbinner").children("div.thumbcaption").text(); return [url, ]; }, function(el) { return (this == el) || (this.parentNode.parentNode && (this.parentNode.parentNode == el.parentNode.parentNode)); });
// Counter and Countdown
function render_counter(c) { i = 0; iid = window.setInterval(function(){ if ( (c-i) > (c/200) ) { $('span#counter').html(i); i += Math.round(c/200); } else { $('span#counter').html(c); window.clearInterval(iid); } }, 10); }
if ($('span#counter').length > 0) { $.ajax({ url: "https://2013.igem.org/Special:PopularPages", success: function( html ) { dom = $.parseHTML(html); visitors = $(dom).find('a[title="Team:TU-Munich"]').parent().text(); visitors = visitors.substring(visitors.indexOf('(')+1); visitors = visitors.substring(0, visitors.indexOf(' ')); visitors = visitors.replace(',', ); render_counter(visitors); }, error: function( xhr, status ) { render_counter(4700); } }); }
if ($('span#countdown) { clock = window.setInterval(function(){ jetzt = new Date(); time_left = Date.UTC(2013, 9, 5, 4, 0, 0) - Date.UTC(jetzt.getUTCFullYear(), jetzt.getUTCMonth(), jetzt.getUTCDate(), jetzt.getUTCHours(), jetzt.getUTCMinutes(), jetzt.getUTCSeconds()); left_sec = (time_left/1000)%60; left_sec = (left_sec < 10) ? "0" + left_sec : left_sec; left_min = Math.floor(time_left/60000)%60; left_min = (left_min < 10) ? "0" + left_min : left_min; left_h = Math.floor(time_left/3600000)%24; left_h = (left_h < 10) ? "0" + left_h : left_h; left_d = Math.floor(time_left/86400000); left_d = (left_d == 1) ? left_d + " day" : left_d + " days"; $('span#countdown').html(left_d + " " + left_h + ":" + left_min + ":" + left_sec); }, 1000); }
// Animate teamfield
if ( $("div#teamfield").length > 0 ) {
var $members = $("div#teamfield a");
$("body").mousemove(function(event){ for (i=0; i<$members.length; i++) {
if ( $members.eq(i).offset().left > event.pageX ) {
if ( $members.eq(i).offset().top > event.pageY ) {
$members.eq(i).removeClass(); $members.eq(i).addClass("top-left");
} else if ( $members.eq(i).offset().top <= event.pageY && ( $members.eq(i).offset().top + $members.eq(i).height() ) >= event.pageY ) {
$members.eq(i).removeClass(); $members.eq(i).addClass("left");
} else if ( ( $members.eq(i).offset().top + $members.eq(i).height() ) < event.pageY ) {
$members.eq(i).removeClass(); $members.eq(i).addClass("bottom-left");
}
} else if ( $members.eq(i).offset().left <= event.pageX && ( $members.eq(i).offset().left + $members.eq(i).width() ) >= event.pageX ) {
if ( $members.eq(i).offset().top > event.pageY ) {
$members.eq(i).removeClass(); $members.eq(i).addClass("top");
} else if ( $members.eq(i).offset().top <= event.pageY && ( $members.eq(i).offset().top + $members.eq(i).height() ) >= event.pageY ) {
$members.eq(i).removeClass(); $members.eq(i).addClass("front");
} else if ( ( $members.eq(i).offset().top + $members.eq(i).height() ) < event.pageY ) {
$members.eq(i).removeClass(); $members.eq(i).addClass("bottom");
}
} else if ( ( $members.eq(i).offset().left + $members.eq(i).width() ) < event.pageX ) {
if ( $members.eq(i).offset().top > event.pageY ) {
$members.eq(i).removeClass(); $members.eq(i).addClass("top-right");
} else if ( $members.eq(i).offset().top <= event.pageY && ( $members.eq(i).offset().top + $members.eq(i).height() ) >= event.pageY ) {
$members.eq(i).removeClass(); $members.eq(i).addClass("right");
} else if ( ( $members.eq(i).offset().top + $members.eq(i).height() ) < event.pageY ) {
$members.eq(i).removeClass(); $members.eq(i).addClass("bottom-right");
}
}
} });
}
});
AutoAnnotator:
Follow us:
Address:
iGEM Team TU-Munich
Emil-Erlenmeyer-Forum 5
85354 Freising, Germany
Email: igem@wzw.tum.de
Phone: +49 8161 71-4351