Difference between revisions of "Template:Team:Calgary/BasicPageDva"

 
(37 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
{{Team:Calgary-Reset}}
 
{{Team:Calgary-Reset}}
 +
{{Team:Calgary/Rocket}}
 
{{Team:Calgary/StyleSheets/stylingdva.css}}
 
{{Team:Calgary/StyleSheets/stylingdva.css}}
 
<html>
 
<html>
 
<head>
 
<head>
 
<script src="https://use.fontawesome.com/e9ba5c663b.js"></script>
 
<script src="https://use.fontawesome.com/e9ba5c663b.js"></script>
 
  
 
<style>
 
<style>
Line 16: Line 16:
  
 
}
 
}
 
  
 
@media only screen and (max-width: 1131px){
 
@media only screen and (max-width: 1131px){
Line 51: Line 50:
 
}
 
}
  
/*
 
.box:hover {
 
  border: 5px solid rgba(0,160,80,0);
 
 
 
  color: #FFF;
 
}
 
*/
 
 
.box::before, .box::after {
 
.box::before, .box::after {
 
   width: 100%;
 
   width: 100%;
Line 143: Line 135:
  
 
.leftColumn img{   
 
.leftColumn img{   
max-width: 65%;
+
max-width: 100%;
  
 
}
 
}
Line 156: Line 148:
  
 
.leftColumn{
 
.leftColumn{
width:15%;  
+
width:10%;  
 
padding: 0em;
 
padding: 0em;
 
min-height: 100%;
 
min-height: 100%;
Line 186: Line 178:
 
<script type="text/javascript">
 
<script type="text/javascript">
  
 +
 
$(document).ready(function(){
 
$(document).ready(function(){
/* $('#TopBar').css('position', 'static');
 
$('#MainContent').css('margin-top', '0');*/
 
 
var ulNav= "#nav", openNav = "active";
 
var ulNav= "#nav", openNav = "active";
  
/*
 
if (window.pageYOffset < 430) {
 
$('#TopBar').css('position', 'static');
 
$('#TopBar').css('margin-top', '-1rem');
 
}
 
else {
 
$('#TopBar').css('position', 'fixed');
 
$('#TopBar').css('margin-top', '1.5rem');
 
}
 
 
$(window).scroll(function() {
 
if(window.pageYOffset < 430) {
 
$('#TopBar').css('position', 'static');
 
$('#TopBar').css('margin-top', '-1rem');
 
$('#MainContent').css('margin-top', '0');
 
}
 
else {
 
$('#TopBar').css('position', 'fixed');
 
$('#TopBar').css('margin-top', '1.5rem');
 
$('#MainContent').css('margin-top', '12rem');
 
}
 
});
 
*/
 
  
 
$('.toggle-menu').click(function(e){
 
$('.toggle-menu').click(function(e){
Line 222: Line 190:
 
}
 
}
 
e.preventDefault();
 
e.preventDefault();
})
+
});
  
$('.toggle-drop').on('click', function() {
+
$('.toggle-drop').on('click', function(e) {
 +
$('ul[id^="drop"]').hide();
 
$(this).next().slideToggle(400);
 
$(this).next().slideToggle(400);
 
   $(this).toggleClass('active');
 
   $(this).toggleClass('active');
 +
    e.preventDefault();
 
});
 
});
 +
 +
$('.toggle-drop2').on('click', function(e) {
 +
$('ul[id^="drop2"]').hide();
 +
$(this).next().slideToggle(400);
 +
  $(this).toggleClass('active2');
 +
    e.preventDefault();
 +
});
 +
 
})
 
})
 
  </script>
 
  </script>
Line 250: Line 228:
 
<li><a href="#" class="toggle-drop">Project</a>
 
<li><a href="#" class="toggle-drop">Project</a>
 
<ul id="drop">
 
<ul id="drop">
<li><a href="https://2017.igem.org/Team:Calgary/Description/imposter">Problem/Description</a></li>
+
<li><a href="https://2017.igem.org/Team:Calgary/Description">Problem/Description</a></li>
<li><a href="https://2017.igem.org/Team:Calgary/Experiments/imposter">Experiments</a></li>
+
<li><a href="#" class="toggle-drop2">Synthesis <i class="fa fa-chevron-down"> </i></a>
<li><a href="https://2017.igem.org/Team:Calgary/Results/imposter">Results</a></li>
+
<ul id="drop2">
<li><a href="https://2017.igem.org/Team:Calgary/Parts/imposter">Parts</a></li>
+
<li><a href="https://2017.igem.org/Team:Calgary/Synthesis">Synthesis Overview</a></li>
<li><a href="https://2017.igem.org/Team:Calgary/Model/imposter">Modelling</a></li>
+
<li><a href="https://2017.igem.org/Team:Calgary/BetaOxidation">Beta Oxidation</a></li>
<li><a href="https://2017.igem.org/Team:Calgary/Synthesis">Synthesis</a></li>
+
<li><a href="https://2017.igem.org/Team:Calgary/Glycolysis">Glycolysis</a></li>
 +
</ul>
 +
</li>
 
<li><a href="https://2017.igem.org/Team:Calgary/Secretion">Secretion</a></li>
 
<li><a href="https://2017.igem.org/Team:Calgary/Secretion">Secretion</a></li>
<li><a href="https://2017.igem.org/Team:Calgary/Process">Process</a></li>
+
<li><a href="#" class="toggle-drop2">Process  <i class="fa fa-chevron-down"> </i></a>
</ul>
+
<ul id="drop2">
</li>
+
<li><a href="https://2017.igem.org/Team:Calgary/Process">Process Overview</a></li>
<li><a href="#" class="toggle-drop">Notebook</a>
+
<li><a href="https://2017.igem.org/Team:Calgary/VFA_Fermentation">VFA Fermentation</a></li>
<ul id="drop">
+
<li><a href="https://2017.igem.org/Team:Calgary/SolidLiquidSeparation">Solid-Liquid Separation</a></li>
<li><a href="https://2017.igem.org/Team:Calgary/Journal">Journal</a></li>
+
<li><a href="https://2017.igem.org/Team:Calgary/PHB_Fermentation">PHB Fermentation</a></li>
<li><a href="#">Data Page</a></li>
+
<li><a href="https://2017.igem.org/Team:Calgary/Extraction">Extraction</a></li>
 +
<li><a href="https://2017.igem.org/Team:Calgary/Products">Products</a></li>
 +
</ul>
 +
</li>
 +
<li><a href="https://2017.igem.org/Team:Calgary/Applied_Design">Applied Design</a></li>
 +
<li><a href="https://2017.igem.org/Team:Calgary/Experiments">Experiments</a></li>
 +
<li><a href="https://2017.igem.org/Team:Calgary/Results">Results</a></li>
 +
<li><a href="https://2017.igem.org/Team:Calgary/Composite_Part">Composite Parts</a></li>
 +
 
 +
<li><a href="https://2017.igem.org/Team:Calgary/Model">Modelling</a></li>
 +
 
 
</ul>
 
</ul>
 
</li>
 
</li>
 +
 +
<li><a href="https://2017.igem.org/Team:Calgary/Journal">Notebook</a></li>
 
<li><a href="#" class="toggle-drop">Team</a>
 
<li><a href="#" class="toggle-drop">Team</a>
 
<ul id="drop">
 
<ul id="drop">
<li><a href="https://2017.igem.org/Team:Calgary/Team/imposter">Team Members</a></li>
+
<li><a href="https://2017.igem.org/Team:Calgary/Team">Team Members</a></li>
<li><a href="https://2017.igem.org/Team:Calgary/Attributions/imposter">Attributions</a></li>
+
<li><a href="https://2017.igem.org/Team:Calgary/Attributions">Attributions</a></li>
 
<li><a href="https://2017.igem.org/Team:Calgary/Sponsors">Sponsors</a></li>
 
<li><a href="https://2017.igem.org/Team:Calgary/Sponsors">Sponsors</a></li>
<li><a href="https://igem.org/Team.cgi">Our Profile</a></li>
 
 
</ul>
 
</ul>
 
</li>
 
</li>
 
<li><a href="#" class="toggle-drop">Human <br>Practices</a>
 
<li><a href="#" class="toggle-drop">Human <br>Practices</a>
 
<ul id="drop">
 
<ul id="drop">
<li><a href="https://2017.igem.org/Team:Calgary/Human_Practices/imposter">HP Summary</a></li>
+
<li><a href="https://2017.igem.org/Team:Calgary/Human_Practices">HP Summary</a></li>
<li><a href="https://2017.igem.org/Team:Calgary/Gold_Integrated/imposter">HP Gold/Integrated HP</a></li>
+
<li><a href="https://2017.igem.org/Team:Calgary/HP/Silver">HP Silver</a></li>
<li><a href="https://2017.igem.org/Team:Calgary/HP/Silver/imposter">HP Silver</a></li>
+
<li><a href="https://2017.igem.org/Team:Calgary/HP/Gold_Integrated">HP Gold/Integrated HP</a></li>
<li><a href="https://2017.igem.org/Team:Calgary/Collaborations/imposter">Collaborations</a></li>
+
<li><a href="https://2017.igem.org/Team:Calgary/Collaborations">Collaborations</a></li>
<li><a href="https://2017.igem.org/Team:Calgary/Engagement/imposter">Engagement</a></li>
+
<li><a href="https://2017.igem.org/Team:Calgary/Engagement">Engagement</a></li>
<li><a href="https://2017.igem.org/Team:Calgary/Safety/imposter">Safety</a></li>
+
<li><a href="https://2017.igem.org/Team:Calgary/Safety">Safety</a></li>
 
</ul>
 
</ul>
 
</li>
 
</li>
 
<li><a href="#" class="toggle-drop">Judging</a>
 
<li><a href="#" class="toggle-drop">Judging</a>
 
<ul id="drop">
 
<ul id="drop">
<li><a href="https://2017.igem.org/Team:Calgary/MedalRequirements/imposter">Medal Requirements</a></li>
+
<li><a href="https://2017.igem.org/Team:Calgary/MedalRequirements">Medal Requirements</a></li>
<li><a href="https://2017.igem.org/Team:Calgary/InterLab/imposter">Interlab</a></li>
+
<li><a href="https://2017.igem.org/Team:Calgary/InterLab">Interlab</a></li>
 
</ul>
 
</ul>
 
</li>
 
</li>
Line 302: Line 293:
 
<html>
 
<html>
 
<h1>ASTRO Plastic</h1>
 
<h1>ASTRO Plastic</h1>
 +
 +
<div id="OneCol"><img src="https://static.igem.org/mediawiki/2017/7/7b/Calgary2017_BoardGameBackground.png"></div>
 +
 +
  
 
<div id="HorizontalGame">
 
<div id="HorizontalGame">

Latest revision as of 23:20, 30 October 2017

Header

ASTRO Plastic

Governments and private enterprises alike are gearing up for travel across the Solar System. Plans to colonize nearby planets are underway, with Elon Musk spearheading the initiative to put a human colony on Mars by 2030. In a parallel vein, NASA is planning a manned exploratory mission to Mars as soon as the 2030s. Several other space agencies have similar plans and timelines for their own respective Mars explorations. This exciting time in our history nonetheless comes with the challenges of long-term space travel. Two ecological and economical challenges arise: the sustainable management of waste produced on a spaceship and the high cost of shipping materials to space.

Governments and private enterprises alike are gearing up for travel across the Solar System. Plans to colonize nearby planets are underway, with Elon Musk spearheading the initiative to put a human colony on Mars by 2030. In a parallel vein, NASA is planning a manned exploratory mission to Mars as soon as the 2030s. Several other space agencies have similar plans and timelines for their own respective Mars explorations. This exciting time in our history nonetheless comes with the challenges of long-term space travel. Two ecological and economical challenges arise: the sustainable management of waste produced on a spaceship and the high cost of shipping materials to space.

This year, our project involves using genetically engineered E. coli to turn human waste into bioplastics. We envision our project as a start-to-finish integrated system that can be used in space to generate items useful to astronauts during early Mars missions. This will solve the problem of waste management by upcycling solid human waste into a usable product. It will also reduce astronautical costs, as fuel typically used to ship materials to space can be saved.

Test