Team:Uppsala/human-practice

From 2013.igem.org

(Difference between revisions)
Line 14: Line 14:
</style>
</style>
 +
 +
<script type="text/javascript">
 +
function preloadimages(arr){
 +
    var newimages=[]
 +
    var arr=(typeof arr!="object")? [arr] : arr //force arr parameter to always be an array
 +
    for (var i=0; i<arr.length; i++){
 +
        newimages[i]=new Image()
 +
        newimages[i].src=arr[i]
 +
    }
 +
}
 +
 +
</script>
</head>
</head>
Line 147: Line 159:
<div id="main_cow" >
<div id="main_cow" >
<img src="https://static.igem.org/mediawiki/2013/e/e8/Uppsala2013_pic1.png" name="imageTag" />
<img src="https://static.igem.org/mediawiki/2013/e/e8/Uppsala2013_pic1.png" name="imageTag" />
 +
preloadimages(['https://static.igem.org/mediawiki/2013/9/98/Uppsala2013_pic2.png', 'https://static.igem.org/mediawiki/2013/9/9d/Uppsala2013_pic4.png', 'https://static.igem.org/mediawiki/2013/3/39/Uppsala2013_pic3.png'])
</div>
</div>

Revision as of 18:29, 2 October 2013

preloadimages(['https://static.igem.org/mediawiki/2013/9/98/Uppsala2013_pic2.png', 'https://static.igem.org/mediawiki/2013/9/9d/Uppsala2013_pic4.png', 'https://static.igem.org/mediawiki/2013/3/39/Uppsala2013_pic3.png'])

The next generation of synthetic probiotics

When we first set out to create this year's modelling contibution, we asked ourselves what we wanted from our project. None of us had much experience in the ways of modelling 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.