Team:SDU-Denmark/menu
From 2012.igem.org
Introduction
<a href="/Team:SDU-Denmark">Home
</a> <a href="/Team:SDU-Denmark/Team">Team<p></a> </span> </div>
Project
<a href="/Team:SDU-Denmark/Project/Overview">Overview<p></a> <a href="/Team:SDU-Denmark/Project/Background">Background<p></a> <a href="/Team:SDU-Denmark/Project/BioBricks">Bio Bricks<p></a> <a href="/Team:SDU-Denmark/Project/Parts">Parts<p></a>
<a href="/Team:SDU-Denmark/Project/Results">Results<p></a> <a href="/Team:SDU-Denmark/Project/Future">Future Applications <p></a> <a href="/Team:SDU-Denmark/Project/Achievements">Achievements<p></a>
Lab Work
<a href="/Team:SDU-Denmark/labwork/Protocols">Protocols<p></a>
<a href="/Team:SDU-Denmark/labwork/Experiments">Experiments<p></a>
<a href="/Team:SDU-Denmark/labwork/Constructs">Constructs<p></a> <a href="/Team:SDU-Denmark/labwork/Safety">Lab Safety<p></a> <a href="/Team:SDU-Denmark/labwork/Notebook">Notebook<p></a>
Human Practices
<a href="/Team:SDU-Denmark/HumanPractices/overview">Overview<p></a> <a href="/Team:SDU-Denmark/HumanPractices/ethics">Ethics<p></a> <a href="/Team:SDU-Denmark/HumanPractices/biosafety">Bio Safety<p></a>
Collaboration
<a href="/Team:SDU-Denmark/collaboration/podcast">PodCast<p></a> <a href="/Team:SDU-Denmark/collaboration/bielefeld">TEAM BIELEFELD<p></a> <a href="/Team:SDU-Denmark/collaboration/Sponsors">Sponsors<p></a>
Media/Press
<a href="/Team:SDU-Denmark/Media/photogallery">Photo Gallery<p></a> <a href="/Team:SDU-Denmark/Media/videogallery">Video Gallery<p></a> <a href="/Team:SDU-Denmark/Media/Press">Press<p></a>
</div>
<script type="text/javascript"> var ContentHeight = 200; var TimeToSlide = 300.0;
var openAccordion = ;
function runAccordion(index, AccHeight)
{
ContentHeight = AccHeight;
var nID = "Accordion" + index + "Content"; if(openAccordion == nID) nID = ;
setTimeout("animate(" + new Date().getTime() + "," + TimeToSlide + ",'" + openAccordion + "','" + nID + "')", 33);
openAccordion = nID;
}
function animate(lastTick, timeLeft, closingId, openingId) { var curTick = new Date().getTime(); var elapsedTicks = curTick - lastTick;
var opening = (openingId == ) ? null : document.getElementById(openingId); var closing = (closingId == ) ? null : document.getElementById(closingId);
if(timeLeft <= elapsedTicks) { if(opening != null) opening.style.height = ContentHeight + 'px';
if(closing != null) { closing.style.display = 'none'; closing.style.height = '0px'; } return; }
timeLeft -= elapsedTicks; var newClosedHeight = Math.round((timeLeft/TimeToSlide) * ContentHeight);
if(opening != null) { if(opening.style.display != 'block') opening.style.display = 'block'; opening.style.height = (ContentHeight - newClosedHeight) + 'px'; }
if(closing != null) closing.style.height = newClosedHeight + 'px';
setTimeout("animate(" + curTick + "," + timeLeft + ",'" + closingId + "','" + openingId + "')", 33); }
</script>
</div> </div>