Team:Manchester/collabtest

From 2013.igem.org

(Difference between revisions)
Line 244: Line 244:
{
{
margin-top:10px;
margin-top:10px;
 +
-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
 +
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
 +
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
 +
}
 +
 +
.box3
 +
{
 +
float:right;
 +
background-color:#CCC;
 +
padding:10px;
 +
margin:5px 10px 10px 10px;
 +
width:420px;
 +
height:250px;
 +
}
 +
 +
.box3 p
 +
{
 +
padding:10px;
 +
width:410px;
 +
background-color:#F2F2F2;
 +
font-style:Trebuchet MS;
 +
font-size:14px;
 +
color:#088A29;
 +
 +
-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
 +
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
 +
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
 +
}
 +
 +
.box3 img
 +
{
 +
margin-top:30px;
-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
Line 339: Line 371:
           </div>
           </div>
-
           <div class="box2">
+
           <div class="box3">
           <p>COPASI (COmplex PAthway SImulator) is open-source piece of software that can be used to model a wide range of biological systems, including metabolic networks and cell signalling pathways. In this video, the University Of Manchester team show you how to get started with COPASI by firstly creating a simple model of the first two reactions in the glycolysis pathway, followed by how to analyse something more complex</p>
           <p>COPASI (COmplex PAthway SImulator) is open-source piece of software that can be used to model a wide range of biological systems, including metabolic networks and cell signalling pathways. In this video, the University Of Manchester team show you how to get started with COPASI by firstly creating a simple model of the first two reactions in the glycolysis pathway, followed by how to analyse something more complex</p>

Revision as of 21:58, 2 October 2013

Top

Safety

Our team believes that modelling is critically important for the success of a project, and have therefore used it extensively throughout all aspects of our project...MORE INFO ABOUT WHY IMPORTANT

We wanted to share our enthusiasm for modelling with the wider iGEM community, and feel there is currently no resource of teams to easily find out about the basics of modelling. At the YSB 1.0 conference, we discussed this with other teams and they agreed with us on this issue. Therefore we collaborated with the University of York and the University of Newcastle to produce tutorial videos on three different modelling softwares, explaining what each software is used for and the basics of how to use them.

The Registry of Standard Biological Parts already has a number of protocols for various standard wetwork methods. We hope that one day, a similar concept could be introduced to modelling.

Modelling in 'R'

In this video, the University of York team discuss the pros and cons of different types of modelling software that teams could potentially used for their model. This is followed by an introduction to the concept of delayed differential equations, and a guide showing how R can be used to to model them.

COPASI

COPASI (COmplex PAthway SImulator) is open-source piece of software that can be used to model a wide range of biological systems, including metabolic networks and cell signalling pathways. In this video, the University Of Manchester team show you how to get started with COPASI by firstly creating a simple model of the first two reactions in the glycolysis pathway, followed by how to analyse something more complex

BioNetGen

In this video, the University of York team discuss the pros and cons of different types of modelling software that teams could potentially used for their model. This is followed by an introduction to the concept of delayed differential equations, and a guide showing how R can be used to to model them.