Difference between revisions of "Team:Dundee/Modeling"

Line 1: Line 1:
 
<html>
 
<html>
 
<style>body { text-align:center; min-width:800px; }
 
<style>body { text-align:center; min-width:800px; }
#pagebox { text-align:left; width:800px; margin-left:auto; margin-right:auto; }</style>
+
#pagebox { text-align:left; width:800px; margin-left:auto; margin-right:auto; }</style><!-- This style command adds margins to the page so that the content is all centred and easy to read. -->
  
 
<script>
 
<script>
Line 7: Line 7:
 
     $(this).toggleClass('glyphicon-chevron-down glyphicon-chevron-up');
 
     $(this).toggleClass('glyphicon-chevron-down glyphicon-chevron-up');
 
});
 
});
</script>
+
</script><!-- This script sets the icons to change once clicked.-->
 +
 
 
<script type="text/javascript">
 
<script type="text/javascript">
 
   $(document).ready(function(){
 
   $(document).ready(function(){
Line 23: Line 24:
 
   });
 
   });
 
});
 
});
</script>
+
</script><!-- This script allows for smooth scrolling and allows the use of internal links within the page, with the section name with a # symbol before it.-->
  
 
<body>
 
<body>
  
  
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
+
  <meta name="viewport" content="width=device-width, initial-scale=1.0"><!-- This command ensures that the page width and scale is transferable to mobile devices.-->  
  
  
Line 34: Line 35:
  
 
     <header>
 
     <header>
     <a class="anchor" id="top"></a>
+
     <a class="anchor" id="top"></a><!--This sets an anchor so that internal links can later be used to scroll back to this section quickly.-->
 
         <center>
 
         <center>
 
             <h1><highlight class="highlight">Dry Lab</highlight></h1>
 
             <h1><highlight class="highlight">Dry Lab</highlight></h1>
 
             <h3><highlight class="highlight">Introduction</highlight></h3>
 
             <h3><highlight class="highlight">Introduction</highlight></h3>
 
         </center>
 
         </center>
       </header>
+
       </header><!--The header is set with this command.-->
<div id="pagebox">
+
<div id="pagebox"><!--This sets where the margined part of the pages is started.-->
  
<font size="4">
+
<font size="4"><!--The font size is set as 4 throughout.-->
<a class="anchor" id="overview"></a>
+
<a class="anchor" id="overview"></a><!--This sets an anchor so that internal links can later be used to scroll back to this section quickly.-->
     <section id="overview">
+
     <section id="overview"><!--Set the section name as overview.-->
       <div class="row3">
+
       <div class="row3"><!--set class as defined in the style.css file.-->
         <div class="row">
+
         <div class="row"><!--set class as defined in the style.css file.-->
 
          
 
          
           <div class="col-md-12 feature"  style="">
+
           <div class="col-md-12 feature"  style=""><!--set class as defined in the style.css file.-->
             <div class="row">
+
             <div class="row"><!--set class as defined in the style.css file.-->
 
                  
 
                  
             <p ><font color="white"> <h3>Introduction</h3>In our project three approaches were taken within the dry lab; data analysis using PCA, modeling using ordinary differential equations (ODEs) and practical physics experiments. Mathematical modeling can be used within synthetic biology to reduce complex biological systems to their key components, allowing for a quantitative understanding of the reactions occurring. Models can then be considered in the lab to allow for optimisation of the techniques to produce the best end result.  ODEs were used to model the change in concentration of substances over time, this was implemented within all aspects of the project; the BioSpray, fingerprint aging and chromate detection.</p>
+
             <p ><!--The p tag starts a new paragraph.--> <font color="white"><!--The font colour tag ensures all text is white.-->  <h3>Introduction</h3><!--Set Introduction as a heading for the section.--> In our project three approaches were taken within the dry lab; data analysis using PCA, modeling using ordinary differential equations (ODEs) and practical physics experiments. Mathematical modeling can be used within synthetic biology to reduce complex biological systems to their key components, allowing for a quantitative understanding of the reactions occurring. Models can then be considered in the lab to allow for optimisation of the techniques to produce the best end result.  ODEs were used to model the change in concentration of substances over time, this was implemented within all aspects of the project; the BioSpray, fingerprint aging and chromate detection.</p><!--End the paragraph.-->  
 
<p> PCA is a statistical procedure whereby a dataset with many dimensions is simplified to its principal components in order to visualise hidden correlations. PCA was used to analyse the composition of fingerprints for the fingerprint aging. Physics experiments were used to investigate the incisions on bones by stainless steel knifes to complement the chromium biosensor part of the toolkit. </p>
 
<p> PCA is a statistical procedure whereby a dataset with many dimensions is simplified to its principal components in order to visualise hidden correlations. PCA was used to analyse the composition of fingerprints for the fingerprint aging. Physics experiments were used to investigate the incisions on bones by stainless steel knifes to complement the chromium biosensor part of the toolkit. </p>
 
<p>Click on the sections below to find out more about each part described. The development of software, such as MATLAB, has allowed for greater use of mathematical models across the whole of Synthetic Biology. MATLAB was used in all aspects of the dry lab work, all code used can be found in our appendix via links at the bottom of each section.</font></p>
 
<p>Click on the sections below to find out more about each part described. The development of software, such as MATLAB, has allowed for greater use of mathematical models across the whole of Synthetic Biology. MATLAB was used in all aspects of the dry lab work, all code used can be found in our appendix via links at the bottom of each section.</font></p>
               </div>   
+
               </div><!--End the div class setting.-->   
 
      
 
      
               </div>
+
               </div><!--End the div class setting.-->  
             </div>
+
             </div><!--End the div class setting.-->  
 
              
 
              
  
       </div>
+
       </div><!--End the div class setting.-->  
     </section>
+
     </section><!--End the section.-->
 +
 
 +
</div><!--End the div class setting.-->  
  
</div>
+
<a class="anchor" id="selection"></a><!--This sets an anchor so that internal links can later be used to scroll back to this section quickly.-->
<a class="anchor" id="selection"></a>
+
     <section id="about" class="row1"><!--Set name of section for links and set class defined by style.css-->     
     <section id="about" class="row1">     
+
 
       <div class="row">
 
       <div class="row">
 
         <div class="col-lg-4">
 
         <div class="col-lg-4">
           <a href="https://2015.igem.org/Team:Dundee/Modeling/Biospray"> <span class="glyphicon glyphicon-tint" type="button"></span></a>  
+
           <a href="https://2015.igem.org/Team:Dundee/Modeling/Biospray"> <span class="glyphicon glyphicon-tint" type="button"></span></a> <!--This button contains a link to the BioSpray models page.-->
 
           <h3>BioSpray</h3>
 
           <h3>BioSpray</h3>
           <p class="about-content">Find out more about the modeling for each of the components of the BioSpray.</p>
+
           <p class="about-content">Find out more about the modeling for each of the components of the BioSpray.</p><!--This is the text displayed underneath the button.-->
 
         </div>
 
         </div>
 
         <div class="col-lg-4">
 
         <div class="col-lg-4">
           <a href="https://2015.igem.org/Team:Dundee/Modeling/Fingerprints"><span class="glyphicon glyphicon-hand-down" type="button"></span></a>
+
           <a href="https://2015.igem.org/Team:Dundee/Modeling/Fingerprints"><span class="glyphicon glyphicon-hand-down" type="button"></span></a><!--This button contains a link to the Fingerprints models page.-->
 
           <h3>Fingerprint Aging</h3>
 
           <h3>Fingerprint Aging</h3>
           <p class="about-content">Find out more about principal component analysis and modeling of fingerprint aging.</p>
+
           <p class="about-content">Find out more about principal component analysis and modeling of fingerprint aging.</p><!--This is the text displayed underneath the button.-->
 
         </div>
 
         </div>
 
         <div class="col-lg-4">
 
         <div class="col-lg-4">
           <a href="https://2015.igem.org/Team:Dundee/Modeling/Chromate"><span class="glyphicon glyphicon-pushpin" type="button"></span></a>  
+
           <a href="https://2015.igem.org/Team:Dundee/Modeling/Chromate"><span class="glyphicon glyphicon-pushpin" type="button"></span></a> <!--This button contains a link to the Chromate models page.-->
 
           <h3>Chromate Sensor</h3>
 
           <h3>Chromate Sensor</h3>
           <p class="about-content">Find out more about modeling of chromate and bone incision experiments.</p>
+
           <p class="about-content">Find out more about modeling of chromate and bone incision experiments.</p><!--This is the text displayed underneath the button.-->
 
         </div>
 
         </div>
  
Line 86: Line 88:
 
     </section>
 
     </section>
 
      
 
      
</font>
+
</font><!-- End the font size tag.-->
  
 
   </body>
 
   </body>
Line 94: Line 96:
 
</html>
 
</html>
  
{{:Team:Dundee/navbar}}
+
{{:Team:Dundee/navbar}}<!--This adds the navbar from the navbar page.-->
{{:Team:Dundee/footer}}
+
{{:Team:Dundee/footer}}<!--This adds the footer from the navbar page.-->

Revision as of 12:14, 14 August 2015

Dry Lab

Introduction

Introduction

In our project three approaches were taken within the dry lab; data analysis using PCA, modeling using ordinary differential equations (ODEs) and practical physics experiments. Mathematical modeling can be used within synthetic biology to reduce complex biological systems to their key components, allowing for a quantitative understanding of the reactions occurring. Models can then be considered in the lab to allow for optimisation of the techniques to produce the best end result. ODEs were used to model the change in concentration of substances over time, this was implemented within all aspects of the project; the BioSpray, fingerprint aging and chromate detection.

PCA is a statistical procedure whereby a dataset with many dimensions is simplified to its principal components in order to visualise hidden correlations. PCA was used to analyse the composition of fingerprints for the fingerprint aging. Physics experiments were used to investigate the incisions on bones by stainless steel knifes to complement the chromium biosensor part of the toolkit.

Click on the sections below to find out more about each part described. The development of software, such as MATLAB, has allowed for greater use of mathematical models across the whole of Synthetic Biology. MATLAB was used in all aspects of the dry lab work, all code used can be found in our appendix via links at the bottom of each section.

BioSpray

Find out more about the modeling for each of the components of the BioSpray.

Fingerprint Aging

Find out more about principal component analysis and modeling of fingerprint aging.

Chromate Sensor

Find out more about modeling of chromate and bone incision experiments.