Template:MIT-results

From 2012.igem.org

(Difference between revisions)
Line 28: Line 28:
  //Moving the menu down the screen, if we jump to the middle of the page.
  //Moving the menu down the screen, if we jump to the middle of the page.
-
  var $sidebar  = $("#col_nav"),
+
  #(window).scroll();
-
  offset    = $sidebar.offset(),
+
-
  topPadding = 0,
+
-
  $window = $(window);
+
-
if ($window.scrollTop() > offset.top - topPadding) {
+
-
  $sidebar.css({'margin-top': $window.scrollTop() - offset.top + topPadding})
+
-
} else {
+
-
  $sidebar.css({'margin-top': 0})
+
-
}
+
});
});
Line 42: Line 34:
//Scrollbar moving stuff
//Scrollbar moving stuff
$(function() {
$(function() {
-
/*
+
 
var $sidebar  = $("#col_nav"),
var $sidebar  = $("#col_nav"),
  offset    = $sidebar.offset(),
  offset    = $sidebar.offset(),
  topPadding = 0,
  topPadding = 0,
  $window = $(window);
  $window = $(window);
-
*/
+
 
$window.scroll(function() {
$window.scroll(function() {

Revision as of 17:44, 1 October 2012

iGEM 2012

Overview

  • Placeholder

Biobricks

  • Placeholder

Foundational

  • In Vitro
  • Nucleic Acid Delivery
  • In Vivo Strand Displacement

Sensing

  • Overview
  • Modeling
  • In vitro settings

Processing

  • X Modeling
  • In Vitro Not Gate
  • X Hammerhead Ribozymes

Actuation

  • Design
  • X Modeling
  • X In Vitro
  • X In Vivo