|
|
Line 39: |
Line 39: |
| } | | } |
| | | |
− | @import url('https://fonts.googleapis.com/css?family=Merriweather|Open+Sans|Raleway');
| + | @import url('https://fonts.googleapis.com/css?family=Merriweather|Open+Sans|Raleway'); |
| html, | | html, |
| body { | | body { |
Line 48: |
Line 48: |
| 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; | | font-family: 'Open Sans', sans-serif; |
| } | | } |
− | | + | |
| nav { | | nav { |
| padding-top: 30px; | | padding-top: 30px; |
Line 65: |
Line 65: |
| height: 98px; | | height: 98px; |
| } | | } |
− | | + | |
| .nav-bar-logo { | | .nav-bar-logo { |
| vertical-align: top; | | vertical-align: top; |
Line 73: |
Line 73: |
| margin-top: -5px; | | margin-top: -5px; |
| } | | } |
− | | + | |
| .nav-bar-logo img { | | .nav-bar-logo img { |
| width: 140px; | | width: 140px; |
| } | | } |
− | | + | |
| .nav-bar-main-menu { | | .nav-bar-main-menu { |
| font-family: 'Raleway', sans-serif; | | 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 92: |
Line 118: |
| color: #fff; | | color: #fff; |
| } | | } |
− | | + | |
| @media (max-width: 1050px) { | | @media (max-width: 1050px) { |
| .dropbtn { | | .dropbtn { |
Line 98: |
Line 124: |
| } | | } |
| } | | } |
− | | + | |
| .dropdown { | | .dropdown { |
| position: relative; | | position: relative; |
Line 105: |
Line 131: |
| 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 116: |
Line 142: |
| text-decoration: none; | | text-decoration: none; |
| } | | } |
− | | + | |
| .dropdown-content { | | .dropdown-content { |
| display: none; | | display: none; |
Line 127: |
Line 153: |
| 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: 590px; |
| 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 161: |
Line 187: |
| display: block; | | display: block; |
| } | | } |
− | | + | |
| .wet-lab-list-title, | | .wet-lab-list-title, |
| .doc-list-title, | | .doc-list-title, |
Line 169: |
Line 195: |
| 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 183: |
Line 209: |
| transition-duration: 0.5s; | | transition-duration: 0.5s; |
| } | | } |
− | | + | |
| .dropdown-content a:hover { | | .dropdown-content a:hover { |
− | color: #016c64;
| + | background-color: #a0e0bd !important; |
− | background-color: #ffffff; | + | |
| } | | } |
− | | + | |
| .dropdown:hover .dropdown-content { | | .dropdown:hover .dropdown-content { |
| display: block; | | display: block; |
| } | | } |
− | | + | |
| footer { | | footer { |
| padding: 35px; | | padding: 35px; |
Line 199: |
Line 224: |
| 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; |
Line 211: |
Line 236: |
| 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 START ********************/ | + | .standard-page-side-bar-content-wrapper { |
| + | padding: 5% 0; |
| + | } |
| + | |
| + | .standard-page-side-bar>li>a { |
| + | text-decoration: none; |
| + | color: #016c64; |
| + | font-weight: bold; |
| + | font-size: 16px; |
| + | } |
| + | |
| + | .standard-page-side-bar { |
| + | list-style-type: none; |
| + | padding-left: 15px; |
| + | padding-right: 15px; |
| + | vertical-align: middle; |
| + | margin: 0; |
| + | } |
| + | |
| + | .standard-page-side-bar>li { |
| + | margin-bottom: 15px; |
| + | } |
| + | |
| + | .standard-page-content-title { |
| + | font-size: 24px; |
| + | font-weight: 700; |
| + | 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; |
| + | font-weight: 1; |
| + | color: #000; |
| + | padding-top: 40px; |
| + | padding-bottom: 0; |
| + | } |
| + | |
| + | .standard-page-content-section { |
| + | margin-top: 40px; |
| + | margin-bottom: 40px; |
| + | } |
| + | |
| .parts-page-banner { | | .parts-page-banner { |
| background-color: #a0e0bd; | | background-color: #a0e0bd; |
Line 241: |
Line 316: |
| | | |
| .parts-header-text { | | .parts-header-text { |
− | font-size: 24pt !important; | + | font-size: 24pt; |
− | text-align: center !important; | + | text-align: center; |
| color: #000; | | color: #000; |
| } | | } |
Line 255: |
Line 330: |
| } | | } |
| | | |
− | /******************** PARTS PAGE END ********************/
| + | /******************** GRID START ********************/ |
| + | nav { |
| + | grid-area: navbar; |
| + | } |
| | | |
− | /******************** PARTS PAGE GRID START ********************/
| + | .nav-bar-logo { |
− | nav {
| + | width: 180px; |
− | grid-area: navbar;
| + | padding-top: 12px; |
− | } | + | } |
| | | |
− | .nav-bar-main-menu .dropdown:nth-child(5) .dropdown-contentx {
| + | .nav-bar-main-menu .dropdown:nth-child(5) .dropdown-contentx { |
− | display: grid;
| + | display: grid; |
− | grid-template-columns: auto auto auto;
| + | grid-template-columns: auto auto auto; |
− | }
| + | } |
| | | |
− | .nav-first-col {
| + | .nav-second-col { |
− | display: inline-grid;
| + | display: inline-grid; |
− | }
| + | } |
| | | |
− | .nav-second-col {
| + | .nav-third-col { |
| + | display: inline-grid; |
| + | } |
| + | |
| + | footer { |
| + | grid-area: footer; |
| + | } |
| + | |
| + | .standard-page-side-bar-content-wrapper { |
| display: inline-grid; | | display: inline-grid; |
| + | grid-area: standardpagesidebarcontent; |
| + | grid-template-columns: 7.5% 20% 65% 7.5%; |
| + | grid-template-areas: '. standardpagesidebar standardpagecontent .'; |
| } | | } |
| | | |
− | .nav-third-col { | + | .standard-page-side-bar-wrapper { |
− | display: inline-grid; | + | grid-area: standardpagesidebar; |
| } | | } |
| | | |
− | footer { | + | .standard-page-content-wrapper { |
− | grid-area: footer; | + | grid-area: standardpagecontent; |
| } | | } |
| | | |
Line 287: |
Line 376: |
| 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 .'; |
| } | | } |
| | | |
− | .parts-page-banner { | + | .standard-page-side-bar-wrapper { |
− | grid-area: partspagebanner; | + | grid-area: standardpagesidebar; |
| } | | } |
| | | |
− | #groupparts { | + | .standard-page-content-wrapper { |
− | margin: 0 auto;
| + | grid-area: standardpagecontent; |
− | margin-top: 80px;
| + | |
| } | | } |
| | | |
− | #groupparts a { | + | .parts-page-banner { |
− | color: #016c64;
| + | grid-area: partspagebanner; |
| } | | } |
− | /******************** PARTS PAGE GRID END ********************/
| + | |
− | </style>
| + | /******************** GRID 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 323: |
Line 411: |
| <div class="nav-bar-wrapper"> | | <div class="nav-bar-wrapper"> |
| <div class="nav-bar-logo"> | | <div class="nav-bar-logo"> |
− | <a href="https://2019.igem.org/Team:Cornell"><img src="https://static.igem.org/mediawiki/2019/9/94/T--Cornell--Logo.png" alt="reHAB"></a> | + | <a href="https://2019.igem.org/Team:Cornell"><img src="images/logo.png" alt="reHAB"></a> |
| </div> | | </div> |
| <div class="nav-bar-main-menu"> | | <div class="nav-bar-main-menu"> |
Line 399: |
Line 487: |
| <!------------------------ 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"> |
− | <!------------------------ FOOTER START ------------------------>
| + | <div class="standard-page-content-title"><div id="pageheading1">Mlr Gene Cassette (BBa_k2960001-11)</div></div> |
− | <footer>
| + | <hr class="green-accent-line-left"><br> |
− | <div class="footer-wrapper"> | + | <p class="standard-page-content-text"> |
− | <div class="icon-wrapper"> | + | 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. |
− | <a class="icon" href="http://facebook.com/cornelligem"><img src="https://static.igem.org/mediawiki/2019/4/44/T--Cornell--Facebook.png"></a> | + | </p> |
| + | <img class="standard-page-content-image" style = "height: 400px; width: 800px" src="https://static.igem.org/mediawiki/2019/e/e8/T--Cornell--mlr.png"> |
| + | <figcaption><strong>Figure 1.</strong> MC-LR degradation pathway.</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/7/76/T--Cornell--Translocase.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> |
− | <div class="icon-wrapper"> | + | <div class="standard-page-content-section"> |
− | <a class="icon" href="http://twitter.com/cugem"><img src="https://static.igem.org/mediawiki/2019/8/80/T--Cornell--Twitter.png"></a> | + | <div class="standard-page-content-title"><div id="pageheading2">Aptamer (BBa_k2960000)</div></div> |
| + | <hr class="green-accent-line-left"><br> |
| + | <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> |
− | <div class="icon-wrapper"> | + | <div class="standard-page-content-section"> |
− | <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 class="standard-page-content-title"><div id="pageheading3">References</div></div> |
− | </div>
| + | <hr class="green-accent-line-left"><br> |
− | <div class="icon-wrapper icon-wrapper-last">
| + | <p class="standard-page-content-text"> |
− | <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> | + | 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> |
| </div> | | </div> |
− | </footer> | + | <!------------------------ STANDARD PAGE CONTENT END ------------------------> |
| + | </div> |
| + | <!------------------------ STANDARD PAGE SIDE BAR + CONTENT END ------------------------> |
| + | |
| + | <!------------------------ FOOTER START ------------------------> |
| + | <footer> |
| + | <div class="footer-wrapper"> |
| + | <div class="icon-wrapper"> |
| + | <a class="icon" href=""><img src="images/facebook-32.png"></a> |
| + | </div> |
| + | <div class="icon-wrapper"> |
| + | <a class="icon" href=""><img src="images/twitter-32.png"></a> |
| + | </div> |
| + | <div class="icon-wrapper"> |
| + | <a class="icon" href=""><img src="images/instagram-32.png"></a> |
| + | </div> |
| + | <div class="icon-wrapper icon-wrapper-last"> |
| + | <a class="icon" href=""><img src="images/youtube-32.png"></a> |
| + | </div> |
| + | </div> |
| + | </footer> |
| <!------------------------ FOOTER END ------------------------> | | <!------------------------ FOOTER END ------------------------> |
| </div> | | </div> |
| </body> | | </body> |
| </html> | | </html> |