|
|
(18 intermediate revisions by 2 users not shown) |
Line 39: |
Line 39: |
| } | | } |
| | | |
− | @import url('https://fonts.googleapis.com/css?family=Merriweather|Open+Sans|Raleway'); | + | /******************** ALL FONTS START ********************/ |
| + | @import url('https://fonts.googleapis.com/css?family=Merriweather|Open+Sans:400,700|Raleway'); |
| + | @font-face { |
| + | font-family: 'Futura'; |
| + | src: url('../futura/futura\ medium\ bt.ttf'); |
| + | } |
| + | |
| + | body { |
| + | font-family: 'Open Sans', sans-serif; |
| + | } |
| + | |
| + | .dropbtn, .dropdown-content { |
| + | font-size: 16px; |
| + | } |
| + | |
| + | .parts-page-banner > svg > text, .standard-page-content-title, .standard-page-side-bar-wrapper { |
| + | font-family: 'Futura', sans-serif; |
| + | } |
| + | /******************** ALL FONTS END ********************/ |
| + | |
| html, | | html, |
| body { | | body { |
Line 48: |
Line 67: |
| overflow-x: hidden; | | overflow-x: hidden; |
| } | | } |
− |
| + | |
| body { | | body { |
| background-size: 40px 40px; | | background-size: 40px 40px; |
| } | | } |
− |
| + | |
| p { | | p { |
| color: #000; | | color: #000; |
− | font-family: 'Open Sans', sans-serif;
| |
| } | | } |
− |
| + | |
| nav { | | nav { |
| padding-top: 30px; | | padding-top: 30px; |
Line 65: |
Line 83: |
| height: 98px; | | height: 98px; |
| } | | } |
− |
| + | |
| .nav-bar-logo { | | .nav-bar-logo { |
| vertical-align: top; | | vertical-align: top; |
Line 73: |
Line 91: |
| margin-top: -5px; | | margin-top: -5px; |
| } | | } |
− |
| + | |
| .nav-bar-logo img { | | .nav-bar-logo img { |
| width: 140px; | | width: 140px; |
| } | | } |
− |
| + | |
− | .nav-bar-main-menu {
| + | |
− | font-family: 'Raleway', sans-serif;
| + | |
− | }
| + | |
− |
| + | |
− | .home-banner-wrapper {
| + | |
− | position: relative;
| + | |
− | background: #a0e0bd;
| + | |
− | height: 675px;
| + | |
− | width: 100%;
| + | |
− | margin-top: -5px;
| + | |
− | }
| + | |
− |
| + | |
− | .home-banner-logo {
| + | |
− | height: 200px;
| + | |
− | position: absolute;
| + | |
− | left: 75px;
| + | |
− | bottom: 55px;
| + | |
− | z-index: 1;
| + | |
− | background-color: rgba(160, 224, 189, 0.5);
| + | |
− | box-shadow: 10px -10px 50px 10px rgba(160, 224, 189, 0.75);
| + | |
− | }
| + | |
− |
| + | |
− | .home-banner-plants {
| + | |
− | position: absolute;
| + | |
− | top: 10px;
| + | |
− | right: -10;
| + | |
− | bottom: 20px;
| + | |
− | height: 680px;
| + | |
− | width: 1400px;
| + | |
− | }
| + | |
− |
| + | |
| .dropbtn { | | .dropbtn { |
| background-color: transparent; | | background-color: transparent; |
Line 118: |
Line 105: |
| color: #fff; | | color: #fff; |
| } | | } |
− |
| + | |
| @media (max-width: 1050px) { | | @media (max-width: 1050px) { |
| .dropbtn { | | .dropbtn { |
Line 124: |
Line 111: |
| } | | } |
| } | | } |
− |
| + | |
| .dropdown { | | .dropdown { |
| position: relative; | | position: relative; |
Line 131: |
Line 118: |
| float: right; | | float: right; |
| } | | } |
− |
| + | |
| .dropdown ul { | | .dropdown ul { |
| list-style-type: none; | | list-style-type: none; |
| } | | } |
− |
| + | |
| .dropdown a { | | .dropdown a { |
| position: relative; | | position: relative; |
Line 142: |
Line 129: |
| text-decoration: none; | | text-decoration: none; |
| } | | } |
− |
| + | |
| .dropdown-content { | | .dropdown-content { |
| display: none; | | display: none; |
Line 153: |
Line 140: |
| z-index: 1; | | z-index: 1; |
| } | | } |
− |
| + | |
| .dropdown-content a:hover { | | .dropdown-content a:hover { |
| background-color: #a0e0bd !important; | | background-color: #a0e0bd !important; |
| } | | } |
− |
| + | |
| .toolkit-dropdown-content { | | .toolkit-dropdown-content { |
− | width: 590px; | + | width: 630px; |
| left: -160px; | | left: -160px; |
| } | | } |
− |
| + | |
| .modeling-dropdown-content { | | .modeling-dropdown-content { |
| left: -40px; | | left: -40px; |
| } | | } |
− |
| + | |
| .human-dropdown-content { | | .human-dropdown-content { |
| left: 12px; | | left: 12px; |
| } | | } |
− |
| + | |
| .outreach-dropdown-content { | | .outreach-dropdown-content { |
| width: 230px; | | width: 230px; |
| left: -40px; | | left: -40px; |
| } | | } |
− |
| + | |
| .team-dropdown-content { | | .team-dropdown-content { |
| width: 140px; | | width: 140px; |
| left: -35px; | | left: -35px; |
| } | | } |
− |
| + | |
| .dropdown-content a { | | .dropdown-content a { |
| color: #ffffff; | | color: #ffffff; |
Line 187: |
Line 174: |
| display: block; | | display: block; |
| } | | } |
− |
| + | |
| .wet-lab-list-title, | | .wet-lab-list-title, |
| .doc-list-title, | | .doc-list-title, |
Line 195: |
Line 182: |
| padding-bottom: 14px; | | padding-bottom: 14px; |
| } | | } |
− |
| + | |
| .nav-second-col { | | .nav-second-col { |
| margin-left: 30px; | | margin-left: 30px; |
| } | | } |
− |
| + | |
| .nav-third-col { | | .nav-third-col { |
| margin-left: 30px; | | margin-left: 30px; |
| } | | } |
− |
| + | |
| .dropbtn:hover, | | .dropbtn:hover, |
| .active-page { | | .active-page { |
Line 209: |
Line 196: |
| transition-duration: 0.5s; | | transition-duration: 0.5s; |
| } | | } |
− |
| + | |
| .dropdown-content a:hover { | | .dropdown-content a:hover { |
− | background-color: #a0e0bd !important; | + | color: #016c64; |
| + | background-color: #ffffff; |
| } | | } |
− |
| + | |
| .dropdown:hover .dropdown-content { | | .dropdown:hover .dropdown-content { |
| display: block; | | display: block; |
| } | | } |
− |
| + | |
| footer { | | footer { |
| padding: 35px; | | padding: 35px; |
Line 224: |
Line 212: |
| background-color: #a0e0bd; | | background-color: #a0e0bd; |
| } | | } |
− |
| + | |
| .footer-wrapper { | | .footer-wrapper { |
| margin: auto; | | margin: auto; |
| display: inline-block; | | display: inline-block; |
| } | | } |
− |
| + | |
| .icon-wrapper { | | .icon-wrapper { |
| display: inline-block; | | display: inline-block; |
| position: relative; | | position: relative; |
| padding-right: 18px; | | padding-right: 18px; |
| + | padding-left: 18px; |
| border-right: 0.5px solid white; | | border-right: 0.5px solid white; |
| } | | } |
− |
| + | |
| .icon-wrapper-last { | | .icon-wrapper-last { |
| border-right: none; | | border-right: none; |
| } | | } |
− |
| + | |
| .icon { | | .icon { |
| margin: 16px; | | margin: 16px; |
| } | | } |
− |
| + | |
| .icon img { | | .icon img { |
| height: 24px; | | height: 24px; |
| } | | } |
| | | |
− | .parts-page-banner { | + | /******************** STANDARD PAGE START ********************/ |
− | background-color: #a0e0bd; | + | |
| + | .standard-page-banner { |
| + | background-image: url(https://2019igem.org/wiki/images/6/63/T--Cornell--TeamPic.png); |
| + | background-size: cover; |
| + | fill: black; |
| + | font-size: 14px; |
| } | | } |
| + | |
| + | .standard-page-side-bar-content-wrapper { |
| + | padding: 5% 0; |
| + | } |
| + | |
| + | .standard-page-side-bar>li>a { |
| + | text-decoration: none; |
| + | color: #016c64; |
| + | font-size: 16px; |
| + | } |
| + | |
| + | .standard-page-side-bar { |
| + | list-style-type: none; |
| + | padding-left: 15px; |
| + | padding-right: 15px; |
| + | vertical-align: middle; |
| + | margin: 40px !important; |
| + | } |
| + | |
| + | .standard-page-side-bar>li { |
| + | margin-bottom: 15px; |
| + | } |
| + | |
| + | .standard-page-content-title { |
| + | font-size: 24px; |
| + | color: #000 !important; |
| + | position: relative; |
| + | } |
| + | |
| + | .green-accent-line-left { |
| + | border: #a0e0bd solid 1px; |
| + | display: block; |
| + | float: left; |
| + | margin: 1em auto 1em auto; |
| + | width: 80px; |
| + | } |
| + | |
| + | .standard-page-content-subheading { |
| + | font-size: 18px; |
| + | color: #000; |
| + | padding-top: 40px; |
| + | padding-bottom: 0; |
| + | } |
| + | |
| + | .standard-page-content-section { |
| + | margin-top: 40px; |
| + | margin-bottom: 40px; |
| + | } |
| + | |
| + | |
| + | /******************** STANDARD PAGE END ********************/ |
| + | |
| + | /******************** PARTS PAGE START ********************/ |
| + | .parts-page-banner { |
| + | background-image: url(https://static.igem.org/mediawiki/2019/1/1f/T--Cornell--parts-rachel.jpeg); |
| + | background-size: cover; |
| + | fill: black; } |
| | | |
| .parts-page-content-wrapper { | | .parts-page-content-wrapper { |
Line 264: |
Line 315: |
| } | | } |
| | | |
− | .safety-header-text { | + | .parts-header-text { |
− | font-size: 24pt; | + | font-size: 24pt !important; |
− | text-align: center; | + | text-align: center !important; |
| color: #000; | | color: #000; |
| } | | } |
Line 279: |
Line 330: |
| } | | } |
| | | |
− | #groupparts {
| + | /******************** PARTS PAGE END ********************/ |
− | margin: 0 auto;
| + | |
| | | |
− | } | + | /******************** PARTS PAGE GRID START ********************/ |
− | /******************** GRID START ********************/ | + | |
| nav { | | nav { |
| grid-area: navbar; | | grid-area: navbar; |
− | }
| |
− |
| |
− | .nav-bar-logo {
| |
− | width: 180px;
| |
− | padding-top: 12px;
| |
| } | | } |
| | | |
Line 296: |
Line 340: |
| display: grid; | | display: grid; |
| grid-template-columns: auto auto auto; | | grid-template-columns: auto auto auto; |
| + | } |
| + | |
| + | .nav-first-col { |
| + | display: inline-grid; |
| } | | } |
| | | |
Line 304: |
Line 352: |
| .nav-third-col { | | .nav-third-col { |
| display: inline-grid; | | display: inline-grid; |
− | }
| |
− |
| |
− | .home-description-wrapper {
| |
− | display: grid;
| |
− | grid-area: homedescription;
| |
− | grid-template-columns: 150px auto 150px;
| |
− | grid-template-areas: '. homedescriptionlogo .' '. homedescription .';
| |
− | }
| |
− |
| |
− | .home-description-logo-wrapper {
| |
− | grid-area: homedescriptionlogo;
| |
− | }
| |
− |
| |
− | .home-description {
| |
− | grid-area: homedescription;
| |
| } | | } |
| | | |
Line 324: |
Line 357: |
| grid-area: footer; | | grid-area: footer; |
| } | | } |
| + | /******************** PARTS PAGE GRID END ********************/ |
| + | |
| + | /******************** STANDARD PAGE START ********************/ |
| | | |
| .parts-page-wrapper { | | .parts-page-wrapper { |
Line 329: |
Line 365: |
| grid-template-columns: auto; | | grid-template-columns: auto; |
| grid-template-rows: 100px 550px auto 100px; | | grid-template-rows: 100px 550px auto 100px; |
− | grid-template-areas: 'navbar' 'partspagebanner' 'partspagecontent' 'footer'; | + | grid-template-areas: 'navbar' 'partspagebanner' 'standardpagesidebarcontent' 'footer'; |
| } | | } |
| | | |
− | .parts-page-content-wrapper { | + | .standard-page-side-bar-content-wrapper { |
| display: inline-grid; | | display: inline-grid; |
− | grid-area: partspagecontent; | + | grid-area: standardpagesidebarcontent; |
| + | grid-template-columns: 7.5% 20% 65% 7.5%; |
| + | grid-template-areas: '. standardpagesidebar standardpagecontent .'; |
| + | } |
| + | |
| + | .standard-page-side-bar-wrapper { |
| + | grid-area: standardpagesidebar; |
| + | } |
| + | |
| + | .standard-page-content-wrapper { |
| + | grid-area: standardpagecontent; |
| } | | } |
| | | |
Line 341: |
Line 387: |
| } | | } |
| | | |
− | /******************** GRID END ********************/
| + | a.icon { |
| + | padding: 0 !important; |
| + | } |
| | | |
− | </style> | + | /******************** STANDARD PAGE END ********************/ |
| + | </style> |
| <title>Team:Cornell/Notebook - 2019.igem.org</title> | | <title>Team:Cornell/Notebook - 2019.igem.org</title> |
− | <!-- CSS -->
| |
− | <link rel="stylesheet" type="text/css" href="styles/styles.css">
| |
− | <link rel="stylesheet" type="text/css" href="styles/grids.css">
| |
| <!-- JS --> | | <!-- JS --> |
| <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script> | | <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script> |
Line 401: |
Line 447: |
| </div> | | </div> |
| <div class="nav-second-col"> | | <div class="nav-second-col"> |
− | <li class="pd-list-title"><b>DESIGN</b></li> | + | <li class="pd-list-title"><b>PRODUCT DEVELOPMENT</b></li> |
| <li><a href="https://2019.igem.org/Team:Cornell/DesignProcess">DESIGN PROCESS</a></li> | | <li><a href="https://2019.igem.org/Team:Cornell/DesignProcess">DESIGN PROCESS</a></li> |
| + | <li><a href="https://2019.igem.org/Team:Cornell/Hardware">HARDWARE</a></li> |
| </div> | | </div> |
| <div class="nav-third-col"> | | <div class="nav-third-col"> |
Line 425: |
Line 472: |
| <!------------------------ NAV BAR END ------------------------> | | <!------------------------ NAV BAR END ------------------------> |
| | | |
− | <!------------------------ STANDARD PAGE BANNER START ------------------------>
| + | <!------------------------ STANDARD PAGE BANNER START ------------------------> |
| <header class="parts-page-banner"> | | <header class="parts-page-banner"> |
| <svg viewBox="0 0 100 100" width=100% height=100%> | | <svg viewBox="0 0 100 100" width=100% height=100%> |
− | <circle cx="50" cy="50" r="40" fill="white" fill-opacity="0.4"/>
| |
| <text text-anchor="middle" alignment-baseline="middle" x=50% y=50%>Parts</text> | | <text text-anchor="middle" alignment-baseline="middle" x=50% y=50%>Parts</text> |
| </svg> | | </svg> |
Line 434: |
Line 480: |
| <!------------------------ STANDARD PAGE BANNER END ------------------------> | | <!------------------------ STANDARD PAGE BANNER END ------------------------> |
| | | |
− | <!------------------------ NOTEBOOK PAGE CONTENT START ------------------------> | + | <!------------------------ STANDARD PAGE SIDE BAR + CONTENT START ------------------------> |
− | <div class="parts-page-content-wrapper">
| + | <div class="standard-page-side-bar-content-wrapper"> |
− | <div class="parts-content-wrapper">
| + | <!------------------------ STANDARD PAGE SIDE BAR START ------------------------> |
− | <div class="parts-header-wrapper"><p class="parts-header-text">Parts<p></div>
| + | <div class="standard-page-side-bar-wrapper"> |
− | <hr class="yellow-accent-line-center">
| + | <ul class="standard-page-side-bar"> |
− | <div class="parts-text-wrapper">
| + | <li><a href="#pageheading1">Mlr Gene Cassette (BBa_k2960001-11)</a></li> |
− | </html> | + | <li><a href="#pageheading2">Aptamer (BBa_k2960000)</a></li> |
− | <groupparts>iGEM19 Cornell</groupparts>
| + | <li><a href="#pageheading3">References</a></li> |
− | <html>
| + | </ul> |
− | </div>
| + | </div> |
− | </div>
| + | <!------------------------ STANDARD PAGE SIDE BAR END ------------------------> |
− | </div>
| + | <!------------------------ STANDARD PAGE CONTENT START ------------------------> |
− | <!------------------------ NOTEBOOK PAGE CONTENT END ------------------------>
| + | <div class="standard-page-content-wrapper"> |
| + | <div class="standard-page-content-section"> |
| + | <div class="standard-page-content-title"><div id="pageheading1">Mlr Gene Cassette (BBa_k2960001-11)</div></div> |
| + | <hr class="green-accent-line-left"> |
| + | <div class="standard-page-content-subheading"></div> |
| + | <p class="standard-page-content-text"> |
| + | A cassette of proteins endogenous to Sphingopyxis sp. has been shown to sequentially break down microcystin-LR (Figure 1). The proteins have been named mlrA, mlrB, mlrC, mlrD, mlrE, and mlrF [2]. The genes for these proteins are the basis of our composite biobricks. |
| + | </p> |
| + | <img class="standard-page-content-image" style = "height: 400px; width: 800px" src="https://static.igem.org/mediawiki/2019/1/13/T--Cornell--Ecoli.png"> |
| + | <figcaption><strong>Figure 1.</strong> MC-LR degradation pathway. MlrE and MlrF not depicted because their function/mechanism is unknown.</figcaption><br><br> |
| + | <p> |
| + | <strong>MlrA</strong> is the first enzyme in the microcystin-degradation pathway. It is a microcystinase that degrades cyclic microcystin-LR to form a linear intermediate. To do so, mlrA hydrolyzes the peptide bond between Adda at position 5 and the amino acid residue at position 4 [2]. <br><br> |
| + | <strong>MlrB</strong> is the second enzyme in the microcystin-degradation pathway. MlrB is a serine protease that catalyzes the hydrolysis of linearized MCs via the cutting of the peptide bond between alanine at position 1 and a variable amino acid (e.g. leucine) residue at position 2. This results in the formation of a tetrapeptide that is subsequently degraded by MlrC [2]. <br><br> |
| + | <strong>MlrC</strong> is the third enzyme in the microcystin-degradation pathway. MlrC is assumed to be a metallopeptidase. It cleaves the tetrapeptide intermediate into an Adda amino acid and other smaller peptides. The exact smaller peptides that result are still unknown [2, 3, 4, 5]. <br><br> |
| + | <strong>MlrD</strong> codes for what is most likely a transmembrane transporter protein responsible for transporting the cyclic microcystin-LR toxin from the extracellular environment into the cell. However, its exact function is yet to be characterized. Although mlrD does not ultimately play a role in our project, we have added this part so that the entire mlr cassette is documented in the Registry [2]. <br><br> |
| + | <strong>MlrE</strong> has recently been identified in the genome of Sphingopyxis sp. strain C-1 and may be involved in microcystin degradation. Its exact function is still unknown. The gene for mlrE is, however, close in proximity to the gene for mlrB, so it is hypothesized that mlrE enhances the function of mlrB (or vice versa), [6]. <br><br> |
| + | <strong>MlrF</strong> has recently been identified in the genome of Sphingopyxis sp. strain C-1 and may be involved in microcystin degradation; is the expected sixth enzyme in the microcystin-degradation pathway. Its exact function is still unknown but it likely is involved with catalyzing reactions downstream to those of mlrA through C [6].<br><br> |
| + | For the exception of mlrD, the transporter protein, we have also included the <strong>TorA twin-arginine translocation tag</strong> in each composite part. The twin-arginine translocation (Tat) pathway is responsible for the export of folded proteins across the cytoplasmic membrane of bacteria into the periplasmic space (Figure 2). The Tat pathway acts separately from the general secretory pathway, which transports proteins in an unfolded state. A specific signal peptide, which contains three domains: a positively charged N-terminal domain, a hydrophobic domain, and a C-terminal domain, is necessary to initiate protein export by the Tat pathway [1]. |
| + | </p> |
| + | <img class="standard-page-content-image" style = "height: 400px; width: 700px" src="https://static.igem.org/mediawiki/2019/a/a1/T--Cornell--TatFigure.png"> |
| + | <figcaption><strong>Figure 2.</strong> Schematic of TorA twin-arginine translocation pathway altered to transport folded mlr proteins.</figcaption><br><br> |
| + | <p> |
| + | We have included this tag with the goal of transporting the microcystin-degrading enzyme into the bacterial periplasmic space. This biobrick was designed for expression in bacteria contained in a bioreactor. Moving the enzymes closer to the periphery of the bacterial cell, and therefore closer to the flow of contaminated water passing through the bioreactor, increases the efficiency of the degradation.<br><br> |
| + | As an additional note, we decided to utilize the Twin-Arginine Translocation pathway because of its ability to transport fully folded proteins. Many proteins (such as GFP), are unable to fold properly if exported unfolded into the periplasm. The periplasm is an oxidizing environment, which promotes the formation of aberrant disulfide bonds. This can cause proteins to misfold, aggregate, and become inactive. By exporting our enzymes fully-folded into the periplasmic space, we avoid this problem.<br><br> |
| + | Moreover, inclusion of the tag negates the need to transport individual MC-LR proteins into the cell with mlrD, which may further slow the degradation process. Furthermore, we do not need to express the entire mlr casette in each cell, which would place a high metabolic strain on the cell. Instead, we can engineer the cells to produce only one of the mlr protein species. These different cell types are then encapsulated in alginate beads and packed sequentially in the bioreactor. When microcystin-contaminated water is passed through the reactor, it is first degraded by mlrA, then these byproducts digested by mlrB, and so on. |
| + | Finally, we have also included a 3X FLAG tag at the end of the sequence. This permits protein expression to be detected, quantified and/or purified by western blot, SDS-PAGE, and other methods.<br><br> |
| + | </p> |
| + | </div> |
| + | <div class="standard-page-content-section"> |
| + | <div class="standard-page-content-title"><div id="pageheading2">Aptamer (BBa_k2960000)</div></div> |
| + | <hr class="green-accent-line-left"> |
| + | <div class="standard-page-content-subheading"></div> |
| + | <p class="standard-page-content-text"> |
| + | Aptamers are oligonucleotide or peptide molecules that bind to a target molecule with high affinity, specificity and selectivity. They are widely used for environmental monitoring as “chemical antibodies.” We chose to use a DNA aptamer because it is easy to synthesize, small in size, and of excellent chemical stability.<br><br> |
| + | Our aptamer codes for a ssDNA aptamer which binds with high specificity to microcystin-LR. <br><br> |
| + | The aptamer was used to create a rapid colorimetric microcystin-detection sensor. Gold nanoparticles (AuNPs) were adsorbed onto the aptamer surface. Normally, in the presence of NaCl, AuNPs aggregate, shifting the solution color from red to blue. Adsorption of the AuNPs onto the aptamer, however, prevents aggregation.<br><br> |
| + | In the presence of microcystin, the aptamer dissociates from the AuNPs and preferentially binds to the microcystin. Thus, the AuNPs will again aggregate when induced by salt. This results in a predictable shift in the absorption spectra of a solution containing microcystins [7, 8]. <br><br> |
| + | </p> |
| + | <img class="standard-page-content-image" style = "height: 400px; width: 700px" src="https://static.igem.org/mediawiki/2019/a/a0/T--Cornell--Aptamer.png"> |
| + | <figcaption><strong>Figure 3.</strong> Binding of aptamer prevents salt-induced aggregation (and resulting color change) of AuNPs. In the presence of MC-LR, the aptamer dissociates from the AuNPs and aggregation occurs.</figcaption><br><br> |
| + | </div> |
| + | <div class="standard-page-content-section"> |
| + | <div class="standard-page-content-title"><div id="pageheading3">References</div></div> |
| + | <hr class="green-accent-line-left"> |
| + | <div class="standard-page-content-subheading"></div> |
| + | <p class="standard-page-content-text"> |
| + | [1] Lee, P. A., Tullman-Ercek, D., & Georgiou, G. (2006). The bacterial twin-arginine translocation pathway. Annual review of microbiology, 60, 373–395. doi:10.1146/annurev.micro.60.080805.142212 <br> |
| + | [2] Zhang, J., Lu, Q., Ding, Q., Yin, L., & Pu, Y. (2017). A Novel and Native Microcystin-Degrading Bacterium of Sphingopyxis sp. Isolated from Lake Taihu. International journal of environmental research and public health, 14(10), 1187. doi:10.3390/ijerph14101187 <br> |
| + | [3] Family M81. (n.d.). Retrieved from https://www.ebi.ac.uk/merops/cgi-bin/famsum?family=M81. <br> |
| + | [4] Cerdà-Costa, N., & Gomis-Rüth, F. X. (2014). Architecture and function of metallopeptidase catalytic domains. Protein science : a publication of the Protein Society, 23(2), 123–144. doi:10.1002/pro.2400 <br> |
| + | [5] BLAST: Basic Local Alignment Search Tool. (n.d.). Retrieved from https://blast.ncbi.nlm.nih.gov/Blast.cgi#alnHdr_BAI47772. <br> |
| + | [6] Wang, J., Wang, C., Li, J., Bai, P., Li, Q., Shen, M., … Zhao, J. (2018). Comparative Genomics of Degradative Novosphingobium Strains With Special Reference to Microcystin-Degrading Novosphingobium sp. THN1. Frontiers in Microbiology, 9. doi: 10.3389/fmicb.2018.02238 <br> |
| + | [7] Li, X., Cheng, R., Shi, H., Tang, B., Xiao, H., & Zhao, G. (2016). A simple highly sensitive and selective aptamer-based colorimetric sensor for environmental toxins microcystin-LR in water samples. Journal of Hazardous Materials, 304, 474–480. doi: 10.1016/j.jhazmat.2015.11.016 <br> |
| + | [8] Aptamer-Based Biosensors to Detect Aquatic Phycotoxins and Cyanotoxins Isabel Cunha 1,*, Rita Biltes 1 , MGF Sales 2,3 and Vitor Vasconcelos 1,4 |
| + | </p> |
| + | <img class="standard-page-content-image" src=""> |
| + | </div> |
| + | </div> |
| + | <!------------------------ STANDARD PAGE CONTENT END ------------------------> |
| + | </div> |
| + | <!------------------------ STANDARD PAGE SIDE BAR + CONTENT END ------------------------> |
| | | |
| <!------------------------ FOOTER START ------------------------> | | <!------------------------ FOOTER START ------------------------> |
| <footer> | | <footer> |
− | <div class="footer-wrapper">
| + | <div class="footer-wrapper"> |
− | <div class="icon-wrapper">
| + | <div class="icon-wrapper"> |
− | <a class="icon" href=""><img src="images/facebook-32.png"></a>
| + | <a class="icon" href="http://facebook.com/cornelligem"><img src="https://static.igem.org/mediawiki/2019/4/44/T--Cornell--Facebook.png"></a> |
− | </div>
| + | </div> |
− | <div class="icon-wrapper">
| + | <div class="icon-wrapper"> |
− | <a class="icon" href=""><img src="images/twitter-32.png"></a>
| + | <a class="icon" href="http://twitter.com/cugem"><img src="https://static.igem.org/mediawiki/2019/8/80/T--Cornell--Twitter.png"></a> |
− | </div>
| + | </div> |
− | <div class="icon-wrapper">
| + | <div class="icon-wrapper"> |
− | <a class="icon" href=""><img src="images/instagram-32.png"></a>
| + | <a class="icon" href="https://www.instagram.com/cugem/"><img src="https://static.igem.org/mediawiki/2019/3/37/T--Cornell--Instagram.png"></a> |
− | </div>
| + | </div> |
− | <div class="icon-wrapper icon-wrapper-last">
| + | <div class="icon-wrapper icon-wrapper-last"> |
− | <a class="icon" href=""><img src="images/youtube-32.png"></a>
| + | <a class="icon" href="https://www.youtube.com/channel/UCJt-5JfyoucUJXC1EsTllhg"><img src="https://static.igem.org/mediawiki/2019/3/3c/T--Cornell--Youtube.png"></a> |
− | </div>
| + | </div> |
− | </div>
| + | </div> |
− | </footer>
| + | </footer> |
| <!------------------------ FOOTER END ------------------------> | | <!------------------------ FOOTER END ------------------------> |
| </div> | | </div> |
| </body> | | </body> |
| </html> | | </html> |