Elinramstrom (Talk | contribs) |
Elinramstrom (Talk | contribs) |
||
Line 585: | Line 585: | ||
<div style="height:1em;"></div> | <div style="height:1em;"></div> | ||
− | + | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | < | + | <!-------BUTTONS FOR UnaG-------> |
+ | |||
+ | |||
+ | <html> | ||
+ | <head> | ||
+ | <meta name="viewport" content="width=device-width, initial-scale=1"> | ||
+ | <style> | ||
+ | .btn-group button { | ||
+ | background-color: #8B1A32; | ||
+ | color: #f9f9f9; /* White text */ | ||
+ | padding: 10px 24px; /* Some padding */ | ||
+ | cursor: pointer; /* Pointer/hand icon */ | ||
+ | font-size: 26px; | ||
+ | border-radius: 4px; | ||
+ | text-align: center; | ||
+ | |||
+ | transition: all 0.5s; | ||
+ | font-family: "raleway"; | ||
+ | |||
+ | |||
+ | } | ||
+ | |||
+ | .btn-group span { | ||
+ | cursor: pointer; | ||
+ | display: inline-block; | ||
+ | position: relative; | ||
+ | transition: 0.5s; | ||
+ | } | ||
+ | |||
+ | .btn-group span:after { | ||
+ | content: '\00bb'; | ||
+ | position: absolute; | ||
+ | opacity: 0; | ||
+ | top: 0; | ||
+ | right: -20px; | ||
+ | transition: 0.5s; | ||
+ | } | ||
+ | |||
+ | /* Have added button:hover*/ | ||
+ | .btn-group button:hover span { | ||
+ | padding-right: 25px; | ||
+ | } | ||
+ | |||
+ | /* Have added button:hover*/ | ||
+ | .btn-group button:hover span:after { | ||
+ | opacity: 1; | ||
+ | right: 0; | ||
+ | } | ||
+ | </style> | ||
+ | </head> | ||
+ | <body> | ||
+ | |||
+ | <div class="btn-group" style="width:100%"> | ||
+ | <button onclick="window.location.href='https://2018.igem.org/Team:Uppsala/Reporter_System/UnaG_Design ' | ||
+ | "style="width:18%"><span>Design</span></button> | ||
+ | <button onclick="window.location.href='https://2018.igem.org/Team:Uppsala/Reporter_System/UnaG_Protocols'" style="width:19%"><span>Protocols</span></button> | ||
+ | <button onclick="window.location.href='https://2018.igem.org/Team:Uppsala/Reporter_System/UnaG_Experiment'" style="width:22%"><span>Experiment</span></button> | ||
+ | <button onclick="window.location.href='https://2018.igem.org/Team:Uppsala/Reporter_System/UnaG_Result'" style="width:18%"><span>Result</span></button> | ||
+ | <button onclick="window.location.href='https://2018.igem.org/Team:Uppsala/Reporter_System/UnaG_Notebook'" style="width:21%"><span>Notebook</span></button> | ||
+ | </div> | ||
+ | |||
+ | </body> | ||
+ | </html> | ||
Revision as of 14:42, 14 October 2018
Feces Analysis
The purpose of this experiment was to determine if fluorescent eukaryotic chromoproteins could be used as a reporter in horse manure. One of these proteins, amilGFP (green fluorescent protein) was chosen because it gave us a opportunity to work with a reporter system developed by earlier iGEM teams of Uppsala, namely those of 2011, 2012 and 2013. To test whether amilGFP was viable or not as a reporter system we decided to run some tests to see if amilGFP could be detected in horse manure, and later, to what extent using a plate reader (fluorescence spectrophotometer) with varying concentrations of amilGFP in liquid culture in horse manure.
Refereces
[1] Bowen R. Microbial Life in the Digestive Tract. online: http://www.vivo.colostate.edu/hbooks/pathphys/digestion/basics/gi_bugs.html. Accessed October 12, 2018.
[2] Engineering a palette of eukaryotic chromoproteins for bacterial synthetic biology | Journal of Biological Engineering | Full Text. online: https://jbioleng.biomedcentral.com/articles/10.1186/s13036-018-0100-0. Accessed October 12, 2018.
[3] Kumagai A, Ando R, Miyatake H, Greimel P, Kobayashi T, Hirabayashi Y, Shimogori T, Miyawaki A. 2013. A Bilirubin-Inducible Fluorescent Protein from Eel Muscle. Cell 153: 1602–1611.
</html>