Difference between revisions of "Team:Dundee/Modelling"

(Blanked the page)
 
(26 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. -->
 
 
 
 
 
<!-- button navigation -->
 
<a class="anchor" id="selection"></a>
 
    <section id="about" class="row1">   
 
      <div class="row">
 
        <div class="col-lg-4">
 
          <a href="#section1" class="scroll"><span class="glyphicon glyphicon-briefcase"></span></a>
 
          <h3>BioSpray</h3>
 
          <p class="about-content">The models for the BioSpray focus on each of the components of the BioSpray binding with their targets in the sample.</p>
 
        </div>
 
        <div class="col-lg-4">
 
          <a href="#section2"><span class="glyphicon glyphicon-search" type="button"></span></a>
 
          <h3>Fingerprint Aging</h3>
 
          <p class="about-content">Principle component analysis was used to find the most likely composites to be found in the fingerprint. A second model was used to describe the binding between the target composites and the molecules in our device</p>
 
        </div>
 
        <div class="col-lg-4">
 
          <a href="#section3"><span class="glyphicon glyphicon-eye-open"></span></a>
 
          <h3>Chromium Detector</h3>
 
          <p class="about-content">A model of the interactions occuring over time was created. Bone incision experiments were done to complement this.</p>
 
        </div>
 
      </div>
 
    </section>
 
 
 
 
 
<div id ="mainContainer">
 
<div id="general">
 
<b>Introduction</b>
 
<hr>
 
<br><br>
 
<!--The notation \(....\) is used where the four dots are a math notation that we want in a text line-->
 
 
 
 
        </div>
 
      </div>
 
 
 
   
 
 
 
  </body>
 
 
 
 
</html>
 
 
{{:Team:Dundee/navbar}}
 

Latest revision as of 11:05, 6 August 2015