Team:Penn/Notebook

From 2012.igem.org

Revision as of 10:27, 15 September 2012 by Amurthur (Talk | contribs)

Penn 2012 iGEM Wiki

June 2012

June 6th

  • Set up some lab equipment
  • Autoclaved for a while
  • Organized biobrick stuff
  • Called Vinoo about DNA planning

June 7th

  • Transformed Cph8, pLsr, and LuxS
  • Placed order with Vinoo
  • Developed idea using PGY/PCN system to activate a gene

Download

Download the Vallenato script here:

Vallenato

Installation

First, unzip the "vallenato.zip" file and place the "vallenato" folder in the same directory as the html file(s) that will be using the script. If placed in a different folder, you will need to update the paths below.

In the <head> section of your html you will need to link to jQuery, the Vallenato script and stylesheet. You can use the following code:

<script src="http://code.jquery.com/jquery-latest.js" type="text/javascript"></script>

<script src="vallenato/vallenato.js" type="text/javascript"></script>

<link rel="stylesheet" href="vallenato/vallenato.css" type="text/css" media="screen">