Difference between revisions of "Team:Dundee/Modelling"

(Blanked the page)
 
(11 intermediate revisions by the same user not shown)
Line 1: Line 1:
<html>
 
  
 
 
<script>
 
$('.chevron_toggleable').on('click', function() {
 
    $(this).toggleClass('glyphicon-chevron-down glyphicon-chevron-up');
 
});
 
</script>
 
<script type="text/javascript">
 
  $(document).ready(function(){
 
  $('a[href^="#"]').on('click',function (e) {
 
      e.preventDefault();
 
 
      var target = this.hash,
 
      $target = $(target);
 
 
      $('html, body').stop().animate({
 
          'scrollTop': $target.offset().top
 
      }, 900, 'swing', function () {
 
          window.location.hash = target;
 
      });
 
  });
 
});
 
</script>
 
<script type="text/x-mathjax-config">
 
MathJax.Hub.Config({
 
  TeX: { equationNumbers: { autoNumber: "AMS" } }
 
});
 
</script>
 
<!--The following script tag is to allow for Latex chemical schematics/equations to be shown-->
 
<script type="text/x-mathjax-config">
 
MathJax.Hub.Config({
 
  TeX: {extensions: ["mhchem.js"]}
 
});
 
</script>
 
<!--The following script tag allows for MathJax to be used, a language that allows for Latex code to be displayed in html-->
 
<script type="text/javascript"
 
  src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML">
 
</script>
 
<body>
 
 
 
<meta name="viewport" content="width=device-width, initial-scale=1.0">
 
 
 
 
 
    <header>
 
    <a class="anchor" id="top"></a>
 
        <center>
 
            <h1><highlight class="highlight">DRY LAB</highlight></h1>
 
            <h3><highlight class="highlight">Introduction</highlight></h3>
 
        </center>
 
      </header>
 
 
 
 
<a class="anchor" id="model1"></a>
 
    <section id="model1">
 
      <div class="row3">
 
        <div class="row">
 
          <div class="">
 
              <img src="img/igem-sponsor.png" align="right" width="50%" height="auto" class="img-mockup">
 
              </div>
 
          <div class="col-md-6 feature" style="">
 
            <div class="row">
 
                <h3>Introduction</h3>
 
            <p><font color="white"> Mathematical modelling and analysis techniques were used throughout the project to gain a better understanding of the events occurring and to inform lab based decision making. Models were created for each of the aspects of the project; aging of fingerprints, the BioSpray and the chromate sensor.</font></p>
 
              </div> 
 
   
 
              </div>
 
            </div>
 
           
 
 
      </div>
 
    </section>
 
 
<a class="anchor" id="model2"></a>
 
    <section id="model2">
 
      <div class="row3">
 
        <div class="row">
 
         
 
          <div class="col-md-6 feature" style="">
 
            <div class="row">
 
                <h3>BioSpray</h3>
 
            <p><font color="white"> The models for the BioSpray all follow a similar methodology. The law of mass action allows the description of chemical schematics or reaction pathways by equations. Ordinary differential equations (ODEs) were used to describe the binding reactions between the molecules in the BioSpray with their targets in the sample. Each ODE has one independent variable and its derivatives, describing the change of the variable over time. This allows for the investigation of the concentrations of substances left after binding has occurred, allowing for the analysis of the optimum concentration required in the BioSpray.</font></p>
 
              </div> 
 
<a href="" class="btn btn-primary btn-lg pull-right" role="button">Learn more</a>   
 
              </div>
 
            </div>
 
            <a href="#selection" class="btn btn-info btn-md pull-right" role="button">&uarr;</a>
 
 
      </div>
 
    </section>
 
 
<a class="anchor" id="model3"></a>
 
    <section id="model3">
 
      <div class="row3">
 
        <div class="row">
 
         
 
          <div class="col-md-6 feature" style="">
 
            <div class="row">
 
                <h3>Fingerprint Aging</h3>
 
            <p><font color="white">Blah,Blah</font></p>
 
              </div> 
 
<a href="" class="btn btn-primary btn-lg pull-right" role="button">Learn more</a>   
 
              </div>
 
            </div>
 
            <a href="#selection" class="btn btn-info btn-md pull-right" role="button">&uarr;</a>
 
 
      </div>
 
    </section>
 
 
<a class="anchor" id="model4"></a>
 
    <section id="model4">
 
      <div class="row3">
 
        <div class="row">
 
         
 
          <div class="col-md-6 feature" style="">
 
            <div class="row">
 
                <h3>Chromate Detector</h3>
 
            <p><font color="white"> BlahHhhhhhh</font></p>
 
              </div> 
 
<a href="" class="btn btn-primary btn-lg pull-right" role="button">Learn more</a>   
 
              </div>
 
            </div>
 
            <a href="#selection" class="btn btn-info btn-md pull-right" role="button">&uarr;</a>
 
 
      </div>
 
    </section>
 
 
 
   
 
 
 
  </body>
 
 
 
 
</html>
 
 
{{:Team:Dundee/navbar}}
 
{{:Team:Dundee/footer}}
 

Latest revision as of 11:05, 6 August 2015