Team:Uppsala/modeling

From 2013.igem.org

(Difference between revisions)
Line 12: Line 12:
</style>
</style>
 +
<script type="text/javascript">
 +
/*Acts once the document is loaded*/ $(document).ready(function() { /*Move the tn-main-wrap as child of <body>*/ $("#tn-main-wrap-wrap").prependTo($("body")); /*Move the menubars in the tn-main-wrap*/ $("#menubar.left-menu").appendTo($("#tn-main-wrap")); $("#menubar.right-menu").appendTo($("#tn-main-wrap"));
 +
/*Spoiler JS*/ $(".tn-spoiler div").slideUp(); $(".tn-spoiler a").click(function(e) { e.preventDefault(); $(".tn-spoiler-active").removeClass("tn-spoiler-active"); $(this).parent().addClass("tn-spoiler-active"); $(".tn-spoiler").not(".tn-spoiler-active").children("div").slideUp(); $(".tn-spoiler-active").children("div").slideToggle(); });
 +
/*Add favicon*/ $("link[rel='shortcut icon']").remove(); $("head").append("<link rel='shortcut icon' type='image/png' href='https://static.igem.org/mediawiki/2013/6/6d/Uppsalas-cow-con.png'>"); });
 +
</script>
</head>
</head>

Revision as of 20:12, 3 October 2013

Modeling

When we first set out to create this year's modeling contibution, we asked ourselves what we wanted from our project. None of us had much experience in the ways of modeling biological systems, so the first objective was to find inspiration for the project at hand. Naturally, the first place to look was the wikis of the teams that came before us. We wanted to see what other teams had accomplished, what they had brought to the table and perhaps what we thought could be improved in their modeling projects. After much searching, and more than a little contemplation, we arrived at the decision of making two different models, with two quite different goals.


Goal number one: Applicability



Goal number two: Accessability