Difference between revisions of "Team:Dundee/Modelling/Fingerprints"

(Blanked the page)
 
(5 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">Fingerprint Aging</highlight></h1>
 
            <h3><highlight class="highlight">Analysis and Modelling</highlight></h3>
 
        </center>
 
      </header>
 
 
 
 
<a class="anchor" id="fingerprint1"></a>
 
    <section id="fingerprint1">
 
      <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>Overview</h3>
 
            <p><font color="white"> Two techniques used PCA, and model BLAHHHHH.</font></p>
 
              </div> 
 
   
 
              </div>
 
            </div>
 
           
 
 
      </div>
 
    </section>
 
<a class="anchor" id="selection"></a>
 
    <section id="about" class="row1">   
 
      <div class="row">
 
        <div class="col-lg-g">
 
          <a href="#pca" class="scroll"><span class="glyphicon glyphicon-briefcase"></span></a>
 
          <h3>PCA</h3>
 
          <p class="about-content">Principal Component Analysis.</p>
 
        </div>
 
        <div class="col-lg-6">
 
          <a href="#fmodel"><span class="glyphicon glyphicon-search" type="button"></span></a>
 
          <h3>Squalene and Lanosterol Synthase Binding Model</h3>
 
          <p class="about-content">Consider the binding between Squalene and Lanosterol Synthase.</p>
 
        </div>
 
     
 
      </div>
 
    </section>
 
 
 
 
 
 
 
<a class="anchor" id="pca"></a>
 
    <section id="pca">
 
      <div class="row3">
 
        <div class="row">
 
         
 
          <div class="col-md-6 feature" style="">
 
            <div class="row">
 
                <h3>Principal Component Analysis</h3>
 
            <p><font color="white"> PCA stuff</font></p>
 
              </div> 
 
<a href="#fingerprint1" class="btn btn-primary btn-lg pull-right" role="button">Back to Overview</a> 
 
<a href="#pca" class="btn btn-primary btn-lg pull-right" role="button">Back to Start of PCA</a>       
 
              </div>
 
            </div>
 
           
 
 
      </div>
 
    </section>
 
 
<a class="anchor" id="fmodel"></a>
 
    <section id="fmodel">
 
      <div class="row3">
 
        <div class="row">
 
         
 
          <div class="col-md-6 feature" style="">
 
            <div class="row">
 
                <h3>Squalene and Lanosterol synthase binding.</h3>
 
            <p><font color="white">Blah,Blah</font></p>
 
              </div> 
 
<a href="#overview" class="btn btn-primary btn-lg pull-right" role="button">Back to Overview</a> 
 
<a href="#fmodel" class="btn btn-primary btn-lg pull-right" role="button">Back to Start of Model</a> 
 
              </div>
 
            </div>
 
         
 
 
      </div>
 
    </section>
 
 
 
   
 
 
 
  </body>
 
 
 
 
</html>
 
 
{{:Team:Dundee/navbar}}
 
{{:Team:Dundee/footer}}
 

Latest revision as of 11:09, 6 August 2015