Team:Alberta/JTest2

From 2010.igem.org

(Difference between revisions)
 
(77 intermediate revisions not shown)
Line 1: Line 1:
-
<html>
+
{{Team:Alberta/Head}}
-
 
+
 +
<html>
<head>
<head>
 +
<!-- moved css from this page to Team:Alberta/base.css ( it is included in Template:Team:Alberta/Head ) -->
-
<style type="text/css">
+
<script language="javascript">
-
/* This gets rid of the default wiki title. */
+
function RandomImageLong(images,iparams)
-
.firstHeading {display:none;}
+
{
 +
/* si: start index
 +
** i: current index
 +
** ei: end index
 +
** cc: current count
 +
*/
-
/* This sets the outer wiki background colour and the inner colour. */
+
si = 0;
-
body
+
  ci=0;
-
{  
+
cc=0;
-
  background-color: #252525;
+
imageSet = new Array();
-
  margin: 0px;
+
ei = images.length;
-
  padding: 0px;
+
   for (i=1;i<ei;i++) {
-
   border: 0px;
+
    if (images.charAt(i) == ' ' || images.charAt(i) == ',') {
-
  font-family:"Trebuchet MS", arial;
+
      imageSet[cc] = images.substring(si,i);
 +
      cc++;
 +
      si=i+1;
}
}
-
 
-
#container
 
-
{
 
-
  width: 100%;
 
-
  float: middle;
 
-
  padding: 0;
 
-
  margin: 0;
 
}
}
-
 
+
   ind = Math.floor(Math.random() *cc);
-
#header
+
   document.write("<img "+iparams+" src="+imageSet[ind]+" alt=\""+imageSet[ind]+"\">");
-
{
+
-
  clear: both;
+
-
  float: middle;
+
-
  padding: 0;
+
-
   margin: 0;
+
-
   height: 150px;
+
}
}
-
#highlight
+
function toggleMe(a){
-
{
+
       
-
   width: 100%;
+
   // add # to id name
-
   height: 3px;
+
   var selector = "#" + a;
-
   padding: 0;
+
    
-
   margin: 0;
+
   // select the top div with jquery and hide everything in it
-
}
+
  $("div#top").children().hide();
-
#splash
+
   // show the div we want
-
{
+
   $(selector).show();
-
   clear: both;
+
-
   padding: 0;
+
-
  margin: 0;
+
-
}
+
-
#content
+
   // since we want to use this function in onclick, we need to return false
-
{
+
   return false;
-
  clear: both;
+
-
  padding: 0;
+
-
   margin: 0;
+
-
   height: 200px;
+
}
}
-
#footer
+
</script>
-
{
+
-
  width:100%;
+
-
  float: left;
+
-
  padding: 0;
+
-
  margin: 0;
+
-
  height: 150px;
+
-
}
+
-
#title
+
</head>
-
{
+
-
  float: left;
+
-
  width: 30%;
+
-
  padding: 0;
+
-
  margin: 0;
+
-
}
+
-
#navbar
+
<body>
-
{
+
-
  float: left;
+
-
  width: 70%;
+
-
  padding: 0;
+
-
  margin: 0;
+
-
}
+
-
#sidebar
+
<div id="container">
-
{
+
-
  width: 30%;
+
-
  float: left;
+
-
  padding: 0;
+
-
  margin: 0;
+
-
}
+
-
#photo
+
<div id="header">
-
{
+
-
  width: 70%;
+
-
  float: right;
+
-
  padding: 0;
+
-
  margin: 0;
+
-
}
+
-
#content
+
<div id="logo">
-
{
+
<img src="https://static.igem.org/mediawiki/2010/c/cc/Alberta_Logo.png" ></img>
-
  width: 100%;
+
genomikon
-
  float: left;
+
</div>
-
  padding: 0;
+
</html>
-
  margin: 0;
+
-
}
+
-
#bottomnav
+
{{Team:Alberta/navbar|home=selected}}
-
{
+
-
  float: middle;
+
-
  padding:0;
+
-
  margin: 0;
+
-
}
+
-
</head>
+
<html>
 +
</div>
 +
<div id="highlight">
 +
</div>
-
<body>
 
-
<div id="container">
+
<div id="sidebar">
-
   <div id="header">
+
  For a quick brief on our work, try the
 +
   <br>
 +
  <span class="llink1">
 +
    <a title="" onclick="return toggleMe('div1')" return false;" href="">
 +
      > project overview
 +
    </a><br>
 +
  </span>
 +
  <br>
 +
  For the team's accomplishments,
 +
  <br>
 +
  <span class="llink1">
 +
    <a title="" onclick="return toggleMe('div2')" return false;" href="">
 +
    > achievements
 +
    </a><br>
 +
  </span>
 +
  <br>
 +
  For an intro to synthetic biology,
 +
  <br>
 +
  <span class="llink1">
 +
    <a title="" onclick="return toggleMe('div3')" return false;" href="">
 +
    > biology guide
 +
    </a><br>
 +
  </span>
-
    <div id="title"> 
+
</div>
-
      (logo) genomikon
+
-
    </div>
+
-
    <div id="navbar"
+
<script>
-
      link1|link2|link3
+
-
    </div>
+
-
  </div>
 
-
  <div id="highlight">
+
<!---
-
  </div>
+
RandomImageLong("https://static.igem.org/mediawiki/2010/b/bc/Alberta_CAB.png https://static.igem.org/mediawiki/2010/1/10/Alberta_KATZ.png https://static.igem.org/mediawiki/2010/d/d5/Alberta_ARTS.png https://static.igem.org/mediawiki/2010/f/fe/Alberta_BUSINESS.png https://static.igem.org/mediawiki/2010/2/21/Alberta_EAS.png https://static.igem.org/mediawiki/2010/2/2f/Alberta_MEDCLNC.png","width=680 height=215");
 +
// --->
-
  <div id="splash">
 
-
 
 
-
    <div id="sidebar">
 
-
      side bar links
 
-
    </div>
 
-
    <div id="photo">
+
</script>
-
      (photo goes here)
+
-
    </div>
+
-
  </div>
+
<div id="crest"></div>
-
  <div id="content>
+
<div id="highlightb"></div>
-
    Here is the content box.
+
 
-
  </div>
+
<br>
-
 
+
 
-
  <div id=footer>
+
<div id="top">
-
 
+
 
-
    <div id="bottombar">
+
<div id='div1' class="hideme info-tab">
-
      bottombar links
+
<span class="h1">Project Overview</span>
-
    </div>
+
<br><br>
 +
<p><i>Genomikon: an Educational Toolkit for the Rapid Assembly of Plasmids</i></p>
 +
<p>Synthetic biology is a new and expanding field that has potential applications in every aspect of society.  Today, synthetic biology is underused because it is expensive and slow.  The University of Alberta is developing a method of plasmid assembly that is modular, rapid, and inexpensive. We are in process of designing an educational kit, Genomikon, which will enable anyone to construct a plasmid without special equipment. We will also provide a comprehensive lab manual to accomodate those new to the field.</p>
 +
<p>To demonstrate the accessibility of our Genomikon toolkit, we will implement it in a high school laboratory setting. Genetic parts will be adapted into a system called BioBytes. This system will allow students to rationally create functional plasmids. The kit’s flexiblity will accomodate both predesigned experiments and new creative expressions. We believe that our kit could revolutionize science education. Our project not only seeks to optimize current procedures of synthetic biology but will also expose a new generation of students to this exciting field.</p>
 +
</div>
 +
 
 +
<div id='div2' class="hideme info-tab">
 +
<span class="h1">Achievments</span>
 +
overview of achievements here
 +
</div>
 +
 
 +
<div id='div3' class="hideme info-tab">
 +
<span class="h1">Synthetic Biology Guide</span>
 +
<br><br>
 +
<p>Synthetic Biology is a field that involves the design and construction of artificial biological systems and functions using the methodologies of both science and engineering. This new expanding field is applied to studying biological systems found in nature by building an artificial construct using the current knowledge of the system, and engineer biological systems to be used as tools in biotechnology.</p>
 +
<p>
 +
Synthetic Biology is a new approach to genetic engineering modelled after the efficient style of other engineering disciplines to allow greater productivity and complexity. Synthesis and Reading of DNA can now be done in and automated fashion, ever faster and cheaper in rough agreement with Moore’s law. DNA designers can prepare and order parts using standards of compatibility, and can model complex gene networks built from simple parts and devices.
 +
</p>
 +
 
 +
<p>Synthetic Biology ; Genetic Engineering; Engineering; Biology; academia
 +
yeast, bacteria, other hosts
 +
Genetics projects where genes are taken from nature and combined in new ways to produce more and more complicated simple parts and devices with abilities including chemical sensing and light detection.</p>
 +
</div>
 +
 
 +
</div>
 +
 
 +
<div id="highlight"></div>
 +
 
 +
<div id="bottom">
 +
<div id="bottomleft">
 +
<span class="h2">Online Lab Manual</span>
 +
<br>
 +
<p>Sign up at <a href="www.genomikon.com"><span class="h3">Genomikon's Online Lab Manual</span></a> for access to the encyclopedia, glossary, forums, experiments and details about parts in the kit.</p>
 +
</div>
 +
 
 +
<div id="bottomright">
 +
<span class="h4">iGem 2010</span>
 +
<br>
 +
<p>Running on caffeine.</p>
 +
</div>
 +
 
 +
</div>
 +
 
 +
<div id="highlightb"></div>
-
  </div>
+
<div id="footer"><span class="llink3">
 +
<a href="Site_Map">site map</a>|<a href="Sponsors">sponsors</a>|<a href="Contact">contact us</a>
 +
</span></div>
</div>
</div>

Latest revision as of 19:22, 8 September 2010

TEAM ALBERTA


Project Overview

Genomikon: an Educational Toolkit for the Rapid Assembly of Plasmids

Synthetic biology is a new and expanding field that has potential applications in every aspect of society. Today, synthetic biology is underused because it is expensive and slow. The University of Alberta is developing a method of plasmid assembly that is modular, rapid, and inexpensive. We are in process of designing an educational kit, Genomikon, which will enable anyone to construct a plasmid without special equipment. We will also provide a comprehensive lab manual to accomodate those new to the field.

To demonstrate the accessibility of our Genomikon toolkit, we will implement it in a high school laboratory setting. Genetic parts will be adapted into a system called BioBytes. This system will allow students to rationally create functional plasmids. The kit’s flexiblity will accomodate both predesigned experiments and new creative expressions. We believe that our kit could revolutionize science education. Our project not only seeks to optimize current procedures of synthetic biology but will also expose a new generation of students to this exciting field.

Achievments overview of achievements here
Synthetic Biology Guide

Synthetic Biology is a field that involves the design and construction of artificial biological systems and functions using the methodologies of both science and engineering. This new expanding field is applied to studying biological systems found in nature by building an artificial construct using the current knowledge of the system, and engineer biological systems to be used as tools in biotechnology.

Synthetic Biology is a new approach to genetic engineering modelled after the efficient style of other engineering disciplines to allow greater productivity and complexity. Synthesis and Reading of DNA can now be done in and automated fashion, ever faster and cheaper in rough agreement with Moore’s law. DNA designers can prepare and order parts using standards of compatibility, and can model complex gene networks built from simple parts and devices.

Synthetic Biology ; Genetic Engineering; Engineering; Biology; academia yeast, bacteria, other hosts Genetics projects where genes are taken from nature and combined in new ways to produce more and more complicated simple parts and devices with abilities including chemical sensing and light detection.

Online Lab Manual

Sign up at Genomikon's Online Lab Manual for access to the encyclopedia, glossary, forums, experiments and details about parts in the kit.

iGem 2010

Running on caffeine.