Template:MIT-results

From 2012.igem.org

(Difference between revisions)
Line 26: Line 26:
   window.location.href=name;
   window.location.href=name;
  });
  });
 +
 +
//Moving the menu down the screen, if we jump to the middle of the page.
 +
var $sidebar  = $("#col_nav"),
 +
  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})
 +
}
});
});

Revision as of 17:40, 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