Difference between revisions of "Team:UNC-Asheville/Model"

Line 1: Line 1:
{{UNC-Asheville}}
+
{{:Team:UNC-Asheville/Templates/NavBar}}
 +
 
 
<html>
 
<html>
 +
<head>
 +
  <title>
 +
  iGEM UNC-Asheville Jupyter Notebooks
 +
  </title>
 +
  <meta name="viewport" content="width=device-width, initial-scale=1" />
 +
  <meta http-equiv="X-UA-Compatible" content="IE=edge" />
 +
  <meta charset="utf-8" />
 +
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
 +
<link href="https://fonts.googleapis.com/css?family=Raleway" rel="stylesheet">
  
<div class="column full_size">
+
 
<h1> Modeling</h1>
+
<style>
 +
.jumbotron {
 +
    background-image: url("https://static.igem.org/mediawiki/2017/0/01/UNC-Asheville-Model.jpg");
 +
    margin-bottom: 0;
 +
    min-height: 600px;
 +
    background-repeat: no-repeat;
 +
    background-position: fixed;
 +
    -webkit-background-size: cover;
 +
    background-size: cover;
 +
    padding: 50em inherit;
 +
    background-color: hsla(0,0%,100%,0.50);
 +
    background-blend-mode: overlay;
 +
    background-repeat: no-repeat;
 +
    padding-left: 30px;
 +
    padding-right: 30px;
  
<p>Mathematical models and computer simulations provide a great way to describe the function and operation of BioBrick Parts and Devices. Synthetic Biology is an engineering discipline, and part of engineering is simulation and modeling to determine the behavior of your design before you build it. Designing and simulating can be iterated many times in a computer before moving to the lab. This award is for teams who build a model of their system and use it to inform system design or simulate expected behavior in conjunction with experiments in the wetlab.</p>
+
}
  
</div>
+
div.jumbotron{
<div class="clear"></div>
+
  padding-top:250px;
 +
}
  
<div class="column half_size">
+
.jumbotron h1{
<h3> Gold Medal Criterion #3</h3>
+
    color: black;
<p>
+
    font-size: 80px;
To complete for the gold medal criterion #3, please describe your work on this page and fill out the description on your <a href="https://2017.igem.org/Judging/Judging_Form">judging form</a>. To achieve this medal criterion, you must convince the judges that your team has gained insight into your project from modeling. You may not convince the judges if your model does not have an effect on your project design or implementation.
+
    font-family: 'Raleway', sans-serif;
</p>
+
    text-shadow: 2px 2px white;
 +
    letter-spacing: 10px;
 +
}
  
<p>
+
.jumbotron p{
Please see the <a href="https://2017.igem.org/Judging/Medals"> 2017 Medals Page</a> for more information.
+
    color: black;
</p>
+
    font-size: 30px;
</div>
+
    font-family: 'Raleway', sans-serif;
 +
    text-shadow: 2px 2px white;
 +
    font-weight: Semi-Bold
 +
    letter-spacing: 10px;
 +
}
  
<div class="column half_size">
+
.row h1{
<h3>Best Model Special Prize</h3>
+
    color: black;
 +
    font-size: 30px;
 +
    font-family: 'Raleway', sans-serif;
 +
    text-shadow: 2px 2px white;
 +
    letter-spacing: 4px;
 +
}
  
<p>
+
.row h2{
To compete for the <a href="https://2017.igem.org/Judging/Awards">Best Model prize</a>, please describe your work on this page  and also fill out the description on the <a href="https://2017.igem.org/Judging/Judging_Form">judging form</a>. Please note you can compete for both the gold medal criterion #3 and the best model prize with this page.
+
    color: black;
<br><br>
+
    font-size: 25px;
You must also delete the message box on the top of this page to be eligible for the Best Model Prize.
+
    font-family: 'Raleway', sans-serif;
</p>
+
    text-shadow: 2px 2px white;
 +
    letter-spacing: 2px;
 +
}
  
</div>
+
.row blockquote{
<div class="clear"></div>
+
    color: black;
 +
    font-size: 20px;
 +
    font-family: 'Raleway', sans-serif;
 +
    border-left: 1px solid grey;
 +
    border-right: 1px solid grey;
 +
    border-bottom: 1px solid grey;
 +
    border-top: 1px solid grey;
  
<div class="column full_size">
+
}
<h5> Inspiration </h5>
+
<p>
+
Here are a few examples from previous teams:
+
</p>
+
<ul>
+
<li><a href="https://2016.igem.org/Team:Manchester/Model">Manchester 2016</a></li>
+
<li><a href="https://2016.igem.org/Team:TU_Delft/Model">TU Delft 2016  </li>
+
<li><a href="https://2014.igem.org/Team:ETH_Zurich/modeling/overview">ETH Zurich 2014</a></li>
+
<li><a href="https://2014.igem.org/Team:Waterloo/Math_Book">Waterloo 2014</a></li>
+
</ul>
+
  
 +
.header h1{
 +
  color: black;
 +
  font-size: 60px;
 +
  font-family: 'Raleway', sans-serif;
 +
}
  
 +
body {
 +
    background-color: #edece6;
 +
}
 +
.img-fluid {
 +
  width: 100%;
 +
}
 +
img {
 +
  display: block;
 +
  max-width: 90%;
 +
  height: auto;
 +
}
 +
 +
 +
 +
</style>
 +
 +
 +
</head>
 +
 +
 +
<body>
 +
<div class="jumbotron center">
 +
  <div class="container center">
 +
<h1>Jupyter Notebooks.</h1>
 +
  <p>Transparency.</p>
 +
  </div>
 
</div>
 
</div>
 +
<br>
 +
 +
 +
<iframe src="http://nbviewer.jupyter.org/github/davidchall/random-direction/blob/master/Generate_Beam_Directions.ipynb" width="100%" height="800" scrolling="yes"></iframe>
  
</html>
+
<br>
 +
<hr>

Revision as of 00:26, 29 October 2017

About Us

iGEM UNC-Asheville Jupyter Notebooks

Jupyter Notebooks.

Transparency.