Difference between revisions of "Team:CU Boulder/Basic Part"
(4 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
<html lang="en"> | <html lang="en"> | ||
<head> | <head> | ||
+ | <style> | ||
+ | p { | ||
+ | border: 1px solid transparent; | ||
+ | } | ||
+ | h2 { | ||
+ | font-size: 24px; | ||
+ | border-bottom: 2px solid grey; | ||
+ | color: black; | ||
+ | } | ||
+ | h2 a { | ||
+ | color: black; | ||
+ | } | ||
+ | a:link { | ||
+ | color: black; | ||
+ | text-decoration: none; | ||
+ | } | ||
+ | a:hover { | ||
+ | color: black; | ||
+ | text-decoration: underline; | ||
+ | } | ||
+ | a:active { | ||
+ | color: black; | ||
+ | text decoration: underline; | ||
+ | } | ||
+ | </style> | ||
</head> | </head> | ||
<body> | <body> | ||
<!-- Content goes between the article tags --> | <!-- Content goes between the article tags --> | ||
<article> | <article> | ||
+ | <p></p> | ||
<h1>Basic Parts</h1> | <h1>Basic Parts</h1> | ||
− | + | <br><br> | |
+ | <h2><a href="http://parts.igem.org/Part:BBa_K1718002">BBa_K1718002:</a></h2> | ||
+ | <div id="section_02"> | ||
+ | <p><b>Genetic Switch for Bxb1 invertase</b></p> | ||
+ | <p>The Bxb1 invertase will invert the segment of DNA between the two recognition sites. In this case, Bxb1 will invert a terminator allowing for expression of a strong Anderson promoter.</p> | ||
+ | </div> | ||
+ | |||
+ | <br><br> | ||
+ | <br><br> | ||
+ | <div id="section_07"> | ||
+ | <p><b>Second Genetic Switch for Bxb1 invertase</b></p> | ||
+ | <p>We started work on a second switch. This switch contained a strong Anderson promoter in between the two Bxb1 recognition sites (attB and attP). We were unable to finish this part.</p> | ||
+ | </div> | ||
Latest revision as of 03:56, 18 September 2015
<!DOCTYPE html>