Difference between revisions of "Team:Dundee/Modelling"

(Blanked the page)
 
(20 intermediate revisions by the same user not shown)
Line 1: Line 1:
<html>
 
  
<?php include ("navbar.php"); ?>
 
 
<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>
 
 
 
<!-- Collapsible target structure is as follows: collapsibleWx-y. x refers to the week in which the section is found, y refers to the specific day. Eg. Week 5, day 3 would be collapsiblew5-3. #collapsiblew5-3 would be added to the button data-target and the id of the desidered ible section would be collapsiblew5-3. -->
 
 
 
<section>
 
<h3>Introduction</h3>
 
<p>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.</p>
 
</section>
 
 
<section>
 
<h3>BioSpray</h3>
 
<p>
 
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.
 
</p>
 
</section>
 
 
<section>
 
<h3>Fingerprint Aging</h3>
 
<p>blah, blah</p>
 
</section>
 
<section>
 
<h3>Chromate Detector</h3>
 
<p>blah, blah</p>
 
</section>
 
 
 
   
 
 
 
  </body>
 
 
 
 
</html>
 
 
{{:Team:Dundee/navbar}}
 
{{:Team:Dundee/footer}}
 

Latest revision as of 11:05, 6 August 2015