Davidacevedo (Talk | contribs) |
Davidacevedo (Talk | contribs) |
||
Line 18: | Line 18: | ||
<link href="https://2018.igem.org/Team:Tec-Monterrey/CSS/fontawesomemin?action=raw&ctype=text/css" rel="stylesheet"> | <link href="https://2018.igem.org/Team:Tec-Monterrey/CSS/fontawesomemin?action=raw&ctype=text/css" rel="stylesheet"> | ||
<style> | <style> | ||
− | /**************************************** | + | /**************************************** Clear the default wiki settings *********************************/ |
− | + | #home_logo, #sideMenu { | |
− | + | display:none; | |
− | + | } | |
− | + | #sideMenu, #top_title, .patrollink { | |
− | + | display:none; | |
− | + | } | |
− | + | #content, #HQ_page { | |
− | + | width: 100%; | |
− | + | padding: 0; | |
− | + | margin: 0; | |
− | + | background-color: white; | |
− | + | font-size: 100% !important; | |
− | + | } | |
− | + | #content { | |
− | + | margin-top: -16px; | |
− | + | } | |
− | + | #globalWrapper, #content, #HQ_page, #bodyContent, #mw-content-text{ | |
− | + | height: 100%; | |
− | + | } | |
− | + | /*Bootstrap.min altered the way the top menu looks, by changing box-sizing: from border-box to initial, the damage is undone*/ | |
− | + | #top_menu_14 { | |
− | + | box-sizing: initial; | |
− | + | } | |
− | + | td a{ | |
− | + | padding-right: 0px !important; | |
− | + | } | |
− | + | #globalWrapper{ | |
− | + | padding-bottom: 0; | |
− | + | } | |
− | + | /*****************************************************custom css*****************************************************/ | |
− | + | ||
− | + | @font-face{ | |
− | + | font-family: "Norwester"; | |
− | + | src: url('https://static.igem.org/mediawiki/2018/d/da/T--Tec-Monterrey--Norwester.woff') format('woff'), | |
+ | url('https://static.igem.org/mediawiki/2018/8/8d/T--Tec-Monterrey--Norwester.ttf') format('truetype'); | ||
+ | } | ||
+ | @font-face{ | ||
+ | font-family: "Montserrat"; | ||
+ | src: url('https://static.igem.org/mediawiki/2018/4/44/T--Tec-Monterrey--Montserrat.woff') format('woff'), | ||
+ | url('https://static.igem.org/mediawiki/2018/a/ad/T--Tec-Monterrey--Montserrat.ttf') format('truetype'); | ||
+ | } | ||
+ | @font-face{ | ||
+ | font-family: "DosisRegular"; | ||
+ | src: url('https://static.igem.org/mediawiki/2018/8/84/T--Tec-Monterrey--Dosis_regular.woff') format('woff'), | ||
+ | url('https://static.igem.org/mediawiki/2018/e/e1/T--Tec-Monterrey--Dosis_regular.ttf') format('truetype'); | ||
+ | } | ||
+ | body, html { | ||
+ | width: 100%; | ||
+ | height: 100%; | ||
+ | } | ||
+ | body { | ||
+ | font-family: "DosisRegular", sans-serif !important; | ||
+ | } | ||
+ | ul{ | ||
+ | margin: 0 !important; | ||
+ | } | ||
+ | h1, h2, h3, h4, h5, h6 { | ||
+ | font-weight: 700; | ||
+ | padding: 0 0 0 0; | ||
+ | margin: 0 0 0 0; | ||
+ | } | ||
+ | .text-faded { | ||
+ | color: rgba(255, 255, 255, 0.7); | ||
+ | } | ||
+ | .header-top { | ||
+ | height: 70%; | ||
+ | width: 100%; | ||
+ | position: relative; | ||
+ | background: rgb(248,247,246); | ||
+ | } | ||
+ | .header-bottom { | ||
+ | height: 30%; | ||
+ | position: relative; | ||
+ | background: white; | ||
+ | padding: 10px 0px 10px 10px; | ||
+ | margin: 0px 0px 0px 0px;" | ||
+ | } | ||
+ | .div-header-bottom { | ||
+ | padding:5px 0px 10px 10px; | ||
+ | border-left: 20px solid #2f6361; | ||
+ | } | ||
+ | .header-title { | ||
+ | font-family: "Norwester", sans-serif !important; | ||
+ | text-align: left !important; | ||
+ | font-size: 520% !important; | ||
+ | font-weight: 700 !important; | ||
+ | line-height: 1em !important; | ||
+ | padding-bottom: 0; | ||
+ | margin-bottom: -5px; | ||
+ | color: #3582d2; | ||
+ | } | ||
+ | .header-subtitle { | ||
+ | font-family: "Montserrat", monospace; | ||
+ | text-align: left !important; | ||
+ | font-size: 210% !important; | ||
+ | font-weight: 600 !important; | ||
+ | line-height: 1em !important; | ||
+ | padding-bottom: 5px; | ||
+ | color: #5da565; | ||
+ | } | ||
+ | .body-title { | ||
+ | font-family: "Norwester", sans-serif !important; | ||
+ | font-size: 65px !important; | ||
+ | font-weight: 600 !important; | ||
+ | line-height: 65px !important; | ||
+ | padding: 10px 0 10px 0; | ||
+ | text-align: center; | ||
+ | } | ||
+ | .body-title h1 { | ||
+ | margin: 0 !important; | ||
+ | } | ||
+ | .body-subtitle { | ||
+ | font-family: "Montserrat", monospace !important; | ||
+ | font-size: 25px !important; | ||
+ | font-weight: 400 !important; | ||
+ | line-height: 25px !important; | ||
+ | } | ||
+ | .scroll-to-top { | ||
+ | position: fixed; | ||
+ | right: 10px; | ||
+ | bottom: 10px; | ||
+ | display: none; | ||
+ | width: 50px; | ||
+ | height: 50px; | ||
+ | text-align: center; | ||
+ | color: white !important; | ||
+ | background: rgba(52, 58, 64, 0.5); | ||
+ | line-height: 45px; | ||
+ | } | ||
+ | .scroll-to-top:focus, .scroll-to-top:hover { | ||
+ | color: white !important; | ||
+ | } | ||
+ | .scroll-to-top:hover { | ||
+ | background: #343a40; | ||
+ | } | ||
+ | .scroll-to-top i { | ||
+ | font-weight: 800; | ||
+ | } | ||
+ | .hide { | ||
+ | display: none; | ||
+ | } | ||
+ | .footer { | ||
+ | padding-top: 1rem; | ||
+ | padding-bottom: 1rem; | ||
+ | background: #404040; | ||
+ | } | ||
+ | #footerCopyright{ | ||
+ | text-align: center !important; | ||
+ | } | ||
+ | .social-link { | ||
+ | color: #6c757d; | ||
+ | } | ||
+ | .social-link:hover { | ||
+ | color: #eeeeee; | ||
+ | } | ||
/**** Footer ****/ | /**** Footer ****/ | ||
Line 92: | Line 213: | ||
<html lang="en"> | <html lang="en"> | ||
<head> | <head> | ||
+ | <link rel="stylesheet" type="text/css" href="main.css"> | ||
+ | |||
+ | |||
<style> | <style> | ||
− | + | ||
+ | |||
+ | /*Override iGem default wiki settings */ | ||
#home_logo, #sideMenu { | #home_logo, #sideMenu { | ||
display:none; | display:none; | ||
Line 108: | Line 234: | ||
− | /**** | + | /*****************************************************custom css*****************************************************/ |
− | body, html { | + | |
− | width: 100%; | + | @font-face{ |
− | height: 100%; | + | font-family: "Norwester"; |
− | } | + | src: url('https://static.igem.org/mediawiki/2018/d/da/T--Tec-Monterrey--Norwester.woff') format('woff'), |
− | + | url('https://static.igem.org/mediawiki/2018/8/8d/T--Tec-Monterrey--Norwester.ttf') format('truetype'); | |
− | font-family:sans-serif; | + | } |
− | } | + | @font-face{ |
+ | font-family: "Montserrat"; | ||
+ | src: url('https://static.igem.org/mediawiki/2018/4/44/T--Tec-Monterrey--Montserrat.woff') format('woff'), | ||
+ | url('https://static.igem.org/mediawiki/2018/a/ad/T--Tec-Monterrey--Montserrat.ttf') format('truetype'); | ||
+ | } | ||
+ | @font-face{ | ||
+ | font-family: "DosisRegular"; | ||
+ | src: url('https://static.igem.org/mediawiki/2018/8/84/T--Tec-Monterrey--Dosis_regular.woff') format('woff'), | ||
+ | url('https://static.igem.org/mediawiki/2018/e/e1/T--Tec-Monterrey--Dosis_regular.ttf') format('truetype'); | ||
+ | } | ||
+ | body, html { | ||
+ | width: 100%; | ||
+ | height: 100%; | ||
+ | } | ||
+ | body { | ||
+ | font-family: "DosisRegular", sans-serif !important; | ||
+ | } | ||
+ | ul{ | ||
+ | margin: 0 !important; | ||
+ | } | ||
+ | h1, h2, h3, h4, h5, h6 { | ||
+ | font-weight: 700; | ||
+ | padding: 0 0 0 0; | ||
+ | margin: 0 0 0 0; | ||
+ | } | ||
+ | .text-faded { | ||
+ | color: rgba(255, 255, 255, 0.7); | ||
+ | } | ||
+ | .masthead { | ||
+ | height: 100%; | ||
+ | width: 100%; | ||
+ | } | ||
+ | .header-top { | ||
+ | height: 70%; | ||
+ | width: 100%; | ||
+ | position: relative; | ||
+ | background: rgb(248,247,246); | ||
+ | } | ||
+ | .header-bottom { | ||
+ | height: 30%; | ||
+ | position: relative; | ||
+ | background: white; | ||
+ | padding: 10px 0px 10px 10px; | ||
+ | margin: 0px 0px 0px 0px;" | ||
+ | } | ||
+ | .div-header-bottom { | ||
+ | padding:5px 0px 10px 10px; | ||
+ | border-left: 20px solid #2f6361; | ||
+ | } | ||
+ | .header-title { | ||
+ | font-family: "Norwester", sans-serif !important; | ||
+ | text-align: left !important; | ||
+ | font-size: 5em !important; | ||
+ | font-weight: 700 !important; | ||
+ | line-height: 1em !important; | ||
+ | padding-bottom: 0; | ||
+ | margin-bottom: -5px; | ||
+ | color: #3582d2; | ||
+ | } | ||
+ | .header-subtitle { | ||
+ | font-family: "Montserrat", monospace; | ||
+ | text-align: left !important; | ||
+ | font-size: 2em !important; | ||
+ | font-weight: 600 !important; | ||
+ | line-height: 1em !important; | ||
+ | padding-bottom: 5px; | ||
+ | color: #5da565; | ||
+ | } | ||
+ | .body-title { | ||
+ | font-family: "Norwester", sans-serif !important; | ||
+ | font-size: 65px !important; | ||
+ | font-weight: 600 !important; | ||
+ | line-height: 65px !important; | ||
+ | padding: 5px 0 0 5px; | ||
+ | text-align: center; | ||
+ | } | ||
+ | .body-title h1 { | ||
+ | margin: 0 !important; | ||
+ | } | ||
+ | .body-subtitle { | ||
+ | font-family: "Montserrat", monospace !important; | ||
+ | font-size: 25px !important; | ||
+ | font-weight: 400 !important; | ||
+ | line-height: 25px !important; | ||
+ | } | ||
+ | .scroll-to-top { | ||
+ | position: fixed; | ||
+ | right: 10px; | ||
+ | bottom: 10px; | ||
+ | display: none; | ||
+ | width: 50px; | ||
+ | height: 50px; | ||
+ | text-align: center; | ||
+ | color: white !important; | ||
+ | background: rgba(52, 58, 64, 0.5); | ||
+ | line-height: 45px; | ||
+ | } | ||
+ | .scroll-to-top:focus, .scroll-to-top:hover { | ||
+ | color: white !important; | ||
+ | } | ||
+ | .scroll-to-top:hover { | ||
+ | background: #343a40; | ||
+ | } | ||
+ | .scroll-to-top i { | ||
+ | font-weight: 800; | ||
+ | } | ||
+ | .hide { | ||
+ | display: none; | ||
+ | } | ||
+ | .footer { | ||
+ | padding-top: 1rem; | ||
+ | padding-bottom: 1rem; | ||
+ | background: #404040; | ||
+ | } | ||
+ | #footerCopyright{ | ||
+ | text-align: center !important; | ||
+ | } | ||
+ | .social-link { | ||
+ | color: #6c757d; | ||
+ | } | ||
+ | .social-link:hover { | ||
+ | color: #eeeeee; | ||
+ | } | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
/**** NAVBAR ****/ | /**** NAVBAR ****/ | ||
.masthead { | .masthead { | ||
position: fixed; | position: fixed; | ||
− | top: | + | top: 18px; |
z-index: 2; | z-index: 2; | ||
height: 60px; | height: 60px; | ||
Line 179: | Line 388: | ||
#navContainer { | #navContainer { | ||
z-index: 2; | z-index: 2; | ||
− | top: | + | top: 18px; |
height: 60px; | height: 60px; | ||
width: 80%; | width: 80%; | ||
Line 185: | Line 394: | ||
position: fixed; | position: fixed; | ||
background-color: rgba(0,0,0,0); | background-color: rgba(0,0,0,0); | ||
+ | color: #fff; | ||
} | } | ||
− | + | #navContainer:a { | |
− | + | color: #fff; | |
− | + | ||
− | + | ||
− | + | ||
} | } | ||
Line 203: | Line 410: | ||
text-align: center; | text-align: center; | ||
vertical-align: middle; | vertical-align: middle; | ||
− | |||
− | |||
− | |||
− | |||
} | } | ||
.collapsedMenu { | .collapsedMenu { | ||
− | top: | + | top: 18px; |
position: fixed; | position: fixed; | ||
z-index: 1; | z-index: 1; | ||
Line 229: | Line 432: | ||
#intro { | #intro { | ||
− | |||
position: relative; | position: relative; | ||
width: 100%; | width: 100%; | ||
Line 265: | Line 467: | ||
/*** INTRO ENDS ***/ | /*** INTRO ENDS ***/ | ||
+ | |||
+ | |||
+ | |||
+ | #globalWrapper { | ||
+ | background: rgb(248,247,246); | ||
+ | } | ||
+ | #myImage { | ||
+ | position:absolute; | ||
+ | top: 0; | ||
+ | right: 0; | ||
+ | max-width: 100%; | ||
+ | } | ||
+ | .masthead h1 { | ||
+ | font-size: 4rem; | ||
+ | margin: 0; | ||
+ | padding: 0; | ||
+ | } | ||
+ | @media (min-width: 992px) { | ||
+ | .masthead { | ||
+ | height: 100vh; | ||
+ | } | ||
+ | .masthead h1 { | ||
+ | font-size: 5.5rem; | ||
+ | } | ||
+ | } | ||
+ | #project { | ||
+ | -webkit-transition: height 4s; | ||
+ | -moz-transition: height 4s; | ||
+ | -ms-transition: height 4s; | ||
+ | -o-transition: height 4s; | ||
+ | transition: height 4s; | ||
+ | height: auto; | ||
+ | background-image: url('/img/logoOficialCirculos.png'); | ||
+ | background-repeat: no-repeat; | ||
+ | background-position: center; | ||
+ | background-size: contain; | ||
+ | text-align: center; | ||
+ | } | ||
+ | #team { | ||
+ | text-align: center; | ||
+ | } | ||
+ | #myTable{ | ||
+ | width: 95%; | ||
+ | margin: 0px auto !important; | ||
+ | padding: 10px; | ||
+ | border: 2px solid rgb(1,99,60) !important; | ||
+ | border-collapse: collapse; | ||
+ | vertical-align: middle !important; | ||
+ | table-layout: fixed; | ||
+ | } | ||
+ | #myTable td{ | ||
+ | width: 33%; | ||
+ | border: 2px solid rgb(1,99,60) !important; | ||
+ | border-collapse: collapse; | ||
+ | text-align: center; | ||
+ | padding: 5px; | ||
+ | } | ||
+ | |||
+ | #myTable p { | ||
+ | text-align:center; | ||
+ | font-size: 14px; | ||
+ | } | ||
+ | |||
+ | #HP{ | ||
+ | background: rgb(248,247,246); | ||
+ | } | ||
+ | |||
+ | .service-icon { | ||
+ | background-color: #fff; | ||
+ | color: #1D809F; | ||
+ | height: 7rem; | ||
+ | width: 7rem; | ||
+ | display: block; | ||
+ | line-height: 7.5rem; | ||
+ | font-size: 2.25rem; | ||
+ | box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1); | ||
+ | } | ||
+ | |||
+ | .callout { | ||
+ | padding: 15rem 0; | ||
+ | background: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%), url("../img/bg-callout.jpg"); | ||
+ | background-position: center center; | ||
+ | background-repeat: no-repeat; | ||
+ | background-size: cover; | ||
+ | } | ||
+ | |||
+ | .callout h2 { | ||
+ | font-size: 3.5rem; | ||
+ | font-weight: 700; | ||
+ | display: block; | ||
+ | max-width: 30rem; | ||
+ | } | ||
+ | |||
+ | .portfolio-item { | ||
+ | display: block; | ||
+ | position: relative; | ||
+ | overflow: hidden; | ||
+ | max-width: 530px; | ||
+ | margin: auto auto 1rem; | ||
+ | } | ||
+ | |||
+ | .portfolio-item .caption { | ||
+ | display: flex; | ||
+ | height: 100%; | ||
+ | width: 100%; | ||
+ | background-color: rgba(33, 37, 41, 0.2); | ||
+ | position: absolute; | ||
+ | top: 0; | ||
+ | bottom: 0; | ||
+ | z-index: 1; | ||
+ | } | ||
+ | |||
+ | .portfolio-item .caption .caption-content { | ||
+ | color: #fff; | ||
+ | margin: auto 2rem 2rem; | ||
+ | } | ||
+ | |||
+ | .portfolio-item .caption .caption-content h2 { | ||
+ | font-size: 0.8rem; | ||
+ | text-transform: uppercase; | ||
+ | } | ||
#project { | #project { | ||
Line 423: | Line 746: | ||
/**** CSS ? ****/ | /**** CSS ? ****/ | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
.btn-primary { | .btn-primary { | ||
Line 552: | Line 868: | ||
display: none; | display: none; | ||
} | } | ||
− | + | </style> | |
+ | </head> | ||
+ | <body id="page-top"> | ||
− | |||
− | |||
− | |||
<!-- Header/NavBar--> | <!-- Header/NavBar--> | ||
<header class="masthead d-flex"> | <header class="masthead d-flex"> | ||
Line 564: | Line 879: | ||
<div class="container navbar-linkContainer" id="linkContainer_Project"> | <div class="container navbar-linkContainer" id="linkContainer_Project"> | ||
<span>Project</span> | <span>Project</span> | ||
− | |||
</div> | </div> | ||
</a> | </a> | ||
− | <a href="# | + | <a href="#collapseParts"> |
− | <div class="container navbar-linkContainer"> | + | <div class="container navbar-linkContainer" id="linkContainer_Parts"> |
<span>Parts</span> | <span>Parts</span> | ||
− | |||
</div> | </div> | ||
</a> | </a> | ||
− | <a href="# | + | <a href="#collapsePeople"> |
− | <div class="container navbar-linkContainer"> | + | <div class="container navbar-linkContainer" id="linkContainer_People"> |
<span>People</span> | <span>People</span> | ||
− | |||
</div> | </div> | ||
</a> | </a> | ||
− | <a href="# | + | <a href="#collapseHP"> |
− | <div class="container navbar-linkContainer"> | + | <div class="container navbar-linkContainer" id="linkContainer_HP"> |
<span>Human Practices</span> | <span>Human Practices</span> | ||
− | |||
</div> | </div> | ||
</a> | </a> | ||
− | <a href="# | + | <a href="#collapseModeling"> |
− | <div class="container navbar-linkContainer"> | + | <div class="container navbar-linkContainer" id="linkContainer_Modeling"> |
<span>Modeling</span> | <span>Modeling</span> | ||
− | |||
</div> | </div> | ||
</a> | </a> | ||
Line 801: | Line 1,111: | ||
</div> | </div> | ||
</div> | </div> | ||
− | |||
</header> | </header> | ||
Line 824: | Line 1,133: | ||
<!-- Project --> | <!-- Project --> | ||
− | <section id="project" style="background: # | + | <section id="project" style="background: #d3edf2; text-align: center;"> |
− | + | <div style="width: 80%; margin: auto; text-align: justify; background: #f2fafc;"> | |
− | + | <div style="width: 96%; margin: auto; text-align: justify; background: #fdfdfd; padding-top: 10px;"> | |
− | + | <div style="border-left: 5px solid #2f6361; padding: 20px 0px 20px 20px; margin: 0px 0px 0px 10px;"> | |
− | + | <div class="header-title" style="color: #3582d2;"> | |
− | + | E-Coding | |
− | + | </div> | |
+ | <div class="header-subtitle" style="color: #5da565;"> | ||
+ | Storing the world one base at a time | ||
+ | </div> | ||
+ | </div> | ||
+ | <div style="border-top: 5px solid #397471; border-right: 5px solid #2a8481; padding: 20px 20px 20px 20px; margin: 0px 10px 0px 10px; color: #2f6361;"> | ||
+ | The research for storing vast amounts of information in smaller devices has been an attention seeking topic in multidisciplinary areas of knowledge all around the world. | ||
+ | <br> | ||
+ | <br> | ||
+ | <q>DNA is an attractive target for information storage because of its capacity for high-density information encoding, longevity under easily achieved conditions, and proven track record as an information bearer</q> <br> Baum, 1995 | ||
+ | </div> | ||
+ | <div style="padding: 0px 20px 20px 20px; margin: 0px 10px 0px 10px; color: #2f6361;"> | ||
+ | Nevertheless, this potential has been limited due to the lack of efficient editing tools. CRISPR-Cas has become popular as an editing tool for its high specificity, low cost, and easy handling, compared to other editing techniques. In our work, we use Cas1-Cas2, proteins in charge of new protospacer adquisition in the CRISPR array. Predesigned sequences (-70pb aprox) in the form of ssDNA are produced in E.coli by induction of a promoter, and adquired by the complex Cas1-Cas2 to be integrated into the array. To produce this oligonucleotides, we use the retrotranscriptase EC86. A subsequent sequencing of the array will confirm the integration of the oligos in the CRISPR locus. We measure the integration rate in terms of stimuli intensity, and time. We hypothise that this system can store ordered data in vivo of many stimuli, just by changing the promoter. | ||
+ | </div> | ||
+ | </div> | ||
</div> | </div> | ||
− | |||
− | |||
</section> | </section> | ||
<!-- Team--> | <!-- Team--> | ||
− | <section | + | <section id="team" style="border-bottom: 20px solid #2f6361; background:#d3edf2;"> |
− | + | <div style="width: 80%; margin: 0 auto; text-align: justify; background: #f2fafc;"> | |
− | + | <div style="width: 96%; margin: 0 auto; text-align: justify; background: #fdfdfd; padding-top: 20px; padding-bottom: 20px;"> | |
− | + | <div> | |
− | + | <table align="center" id="myTable"> | |
− | + | <tr> | |
− | + | <th colspan="3" style="text-align:center;"><h5>Team Members</h5></th> | |
− | + | </tr> | |
− | + | <tr> | |
− | + | <td> | |
− | + | <h6>Esteban de la Peña <a href="https://www.linkedin.com/in/esteban-de-la-pe%C3%B1a-th%C3%A9venet/" target="_blank"><i class="fa fa-linkedin-square"></i></a></h6> | |
− | + | <p>In charge of making the wiki</p> | |
− | + | </td> | |
− | + | <td> | |
− | + | <h6>Alan Ávila <a href="https://www.linkedin.com/in/alanavilarmz/" target="_blank"><i class="fa fa-linkedin-square"></i></a></h6> | |
− | + | <p>Team Management/Wet Lab</p> | |
− | + | </td> | |
− | + | <td> | |
− | + | <h6>Adrián Hernández <a href= "https://www.linkedin.com/in/adri%C3%A1n-hern%C3%A1ndez-mendoza-0184ba14b/" target="_blank"><i class="fa fa-linkedin-square"></i></a></h6> | |
− | + | <p>Interlab managment & Dry Lab</p> | |
− | + | </td> | |
− | + | </tr> | |
− | + | <tr> | |
− | + | <td> | |
− | + | <h6>Sofia Lara <a href= "https://www.linkedin.com/in/sof%C3%ADa-lara-507773123" target="_blank"><i class="fa fa-linkedin-square"></i></a></h6> | |
− | + | <p>In charge of Human Practices</p> | |
− | + | </td> | |
− | + | <td> | |
− | + | <h6>José Arnulfo Juárez Figueroa <a href= "https://www.linkedin.com/in/jos%C3%A9-arnulfo-ju%C3%A1rez-figueroa-1478a1159/" target="_blank"><i class="fa fa-linkedin-square"></i></a></h6> | |
− | + | <p>Team Management</p> | |
− | + | </td> | |
− | + | <td> | |
− | + | <h6>Ana E. Lasso de la Vega <a href= "https://www.linkedin.com/in/ana-elizabeth-ldlv/" target="_blank"><i class="fa fa-linkedin-square"></i></a></h6> | |
− | + | <p>Team Management</p> | |
− | + | </td> | |
− | + | </tr> | |
− | + | <tr> | |
− | + | <td> | |
− | + | <h6>Miranda Iriarte <a href= "https://www.linkedin.com/in/mirandairiarte/" target="_blank"><i class="fa fa-linkedin-square"></i></a></h6> | |
− | + | <p>Congress of Sciences iGEM</p> | |
− | + | </td> | |
− | + | <td> | |
− | + | <h6>Valeria Fuentes</h6> | |
− | + | <p>Congress of Sciences iGEM</p> | |
− | + | </td> | |
− | + | <td> | |
− | + | <h6>Juan Fernández <a href= "https://www.linkedin.com/in/juanfernandezdelagarza/" target="_blank"><i class="fa fa-linkedin-square"></i></a></h6> | |
− | </ | + | <p>Mathematical Model</p> |
− | + | </td> | |
− | < | + | </tr> |
− | < | + | <tr> |
− | + | <td> | |
− | + | <h6>Norma Garza <a href= "https://www.linkedin.com/in/norma-garza-893065126/" target="_blank"><i class="fa fa-linkedin-square"></i></a></h6> | |
− | + | <p>Interlab managment/Drylab</p> | |
− | + | </td> | |
− | + | <td> | |
− | + | <h6>Miriam Salas Ramírez <a href= "https://www.linkedin.com/in/miriamsalas" target="_blank"><i class="fa fa-linkedin-square"></i></a></h6> | |
+ | <p>Congress of Sciences iGEM</p> | ||
+ | </td> | ||
+ | <td> | ||
+ | <h6>Victor Robledo</h6> | ||
+ | <p>Wetlab/Drylab</p> | ||
+ | </td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td> | ||
+ | <h6>Carlos Javier Cordero <a href= "https://www.linkedin.com/in/carlos-javier-cordero-oropeza-386593a9/" target="_blank"><i class="fa fa-linkedin-square"></i></a></h6> | ||
+ | <p>Drylab</p> | ||
+ | </td> | ||
+ | <td> | ||
+ | <h6>Nora Torres</h6> | ||
+ | <p>Team Management</p> | ||
+ | </td> | ||
+ | <td> | ||
+ | <h6>Roberto Vásquez <a href= "https://www.linkedin.com/in/robertovzz/" target="_blank"><i class="fa fa-linkedin-square"></i></a></h6> | ||
+ | <p>Mathematical Model</p> | ||
+ | </td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td> | ||
+ | <h6>Samantha Peña</h6> | ||
+ | <p>Human Practices, and design</p> | ||
+ | </td> | ||
+ | <td> | ||
+ | <h6>Andrés Sánchez <a href= "http://linkedin.com/in/andresbsanchez" target="_blank"><i class="fa fa-linkedin-square"></i></a></h6> | ||
+ | <p>Mathematical Model</p> | ||
+ | </td> | ||
+ | <td> | ||
+ | <h6>Diego Valadez</h6> | ||
+ | <p>Wiki/Dry Lab</p> | ||
+ | </td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td> | ||
+ | <h6>Jesús Héctor López <a href= "https://www.linkedin.com/in/jesushectorlopezgrajeda" target="_blank"><i class="fa fa-linkedin-square"></i></a></h6> | ||
+ | <p>Dry Lab</p> | ||
+ | </td> | ||
+ | <td> | ||
+ | <h6>Adriana Lizeth Rubio <a href= "https://mx.linkedin.com/in/adriana-lizeth-rubio-aguirre-56b10a15a" target="_blank"><i class="fa fa-linkedin-square"></i></a></h6> | ||
+ | <p>Mathematical Model</p> | ||
+ | </td> | ||
+ | <td> | ||
+ | <h6>María Eugenia Reyna <a href= "https://www.linkedin.com/in/mar%C3%ADa-eugenia-reyna-fern%C3%A1ndez-775732167/" target="_blank"><i class="fa fa-linkedin-square"></i></a></h6> | ||
+ | <p>Wetlab</p> | ||
+ | </td> | ||
+ | </tr> | ||
+ | </table> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
</section> | </section> | ||
− | <!-- | + | <!-- Human Practices --> |
− | <section id=" | + | <section id="HP" style="text-align: center;"> |
− | + | <div style="width: 80%; display: inline-block; margin: 20px auto 10px auto;"> | |
− | + | <div style="width: 40%; float: left; padding-right: 20px;"> | |
− | + | <img src="https://static.igem.org/mediawiki/2018/5/53/T--Tec-Monterrey--Imagen_Memo_Pensante.jpeg"> | |
− | + | </div> | |
− | < | + | <div style="width: 60%; float: right; padding-top: 60px"> |
− | + | <div class="header-title" style="color: #3582d2;"> | |
− | + | Human Practices | |
− | + | </div> | |
− | + | <div class="header-subtitle" style="color: #5da565;"> | |
− | < | + | Pollutants in Chiapas and Mexico |
− | + | </div> | |
− | + | <p style="font-size: 18px; color: #2f6361;">Our project has many applications, but we decided to face a critical environmental problem in one southern state of Mexico: Chiapas. Chiapas is a beautiful state with megadiverse ecosystems, but it also has a severe water pollution problem that affects many communities close to the natural and polluted water sources. With the help of Cecropia and CONANP we will obtain water samples from the polluted sources and analyze them with several techniques in order to make a valuable overview.</p> | |
− | + | </div> | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | < | + | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
</div> | </div> | ||
− | |||
</section> | </section> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
</main> | </main> | ||
Line 974: | Line 1,301: | ||
<script> | <script> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | */ | + | /*------------MENU STARTS-----------*/ |
− | + | //Menu collapsing | |
− | + | ||
− | + | ||
− | $(". | + | $("#linkContainer_Project").hover( |
− | + | function () { | |
− | + | $('#navBar').css('background','#eef'); | |
+ | $("#linkContainer_Project").css('background','aquamarine'); | ||
+ | $('#collapseProject').stop().slideDown(200); | ||
+ | }, function () { | ||
+ | $('#navBar').css('background','linear-gradient(180deg, rgba(0,0,0,0.5) 0%, rgba(255,255,255,0) 100%)'); | ||
+ | $("#linkContainer_Project").css('background','rgba(0,0,0,0)'); | ||
+ | $('#collapseProject').stop().slideUp(200); | ||
+ | |||
+ | $('#collapseProject').mouseenter(function(){ | ||
+ | $('#navBar').css('background','#eef'); | ||
+ | $("#linkContainer_Project").css('background','aquamarine'); | ||
+ | $('#collapseProject').stop().slideDown(200); | ||
+ | }); | ||
+ | $('#collapseProject').mouseleave(function(){ | ||
+ | $('#navBar').css('background','linear-gradient(180deg, rgba(0,0,0,0.5) 0%, rgba(255,255,255,0) 100%)'); | ||
+ | $("#linkContainer_Project").css('background','rgba(0,0,0,0)'); | ||
+ | $('#collapseProject').stop().slideUp(200); | ||
+ | }); | ||
+ | } | ||
+ | ); | ||
− | $(" | + | $("#linkContainer_Parts").hover( |
− | + | function () { | |
− | + | $('#navBar').css('background','#eef'); | |
− | + | $("#linkContainer_Parts").css('background','aquamarine'); | |
− | + | $('#collapseParts').stop().slideDown(200); | |
− | + | }, function () { | |
− | + | $('#navBar').css('background','linear-gradient(180deg, rgba(0,0,0,0.5) 0%, rgba(255,255,255,0) 100%)'); | |
− | + | $("#linkContainer_Parts").css('background','rgba(0,0,0,0)'); | |
− | + | $('#collapseParts').stop().slideUp(200); | |
− | + | ||
+ | $('#collapseParts').mouseenter(function(){ | ||
+ | $('#navBar').css('background','#eef'); | ||
+ | $("#linkContainer_Parts").css('background','aquamarine'); | ||
+ | $('#collapseParts').stop().slideDown(200); | ||
+ | }); | ||
+ | $('#collapseParts').mouseleave(function(){ | ||
+ | $('#navBar').css('background','linear-gradient(180deg, rgba(0,0,0,0.5) 0%, rgba(255,255,255,0) 100%)'); | ||
+ | $("#linkContainer_Parts").css('background','rgba(0,0,0,0)'); | ||
+ | $('#collapseParts').stop().slideUp(200); | ||
+ | }); | ||
+ | } | ||
+ | ); | ||
− | $(". | + | $("#linkContainer_People").hover( |
− | $( | + | function () { |
+ | $('#navBar').css('background','#eef'); | ||
+ | $("#linkContainer_People").css('background','aquamarine'); | ||
+ | $('#collapsePeople').stop().slideDown(200); | ||
+ | }, function () { | ||
+ | $('#navBar').css('background','linear-gradient(180deg, rgba(0,0,0,0.5) 0%, rgba(255,255,255,0) 100%)'); | ||
+ | $("#linkContainer_People").css('background','rgba(0,0,0,0)'); | ||
+ | $('#collapsePeople').stop().slideUp(200); | ||
+ | |||
+ | $('#collapsePeople').mouseenter(function(){ | ||
+ | $('#navBar').css('background','#eef'); | ||
+ | $("#linkContainer_People").css('background','aquamarine'); | ||
+ | $('#collapsePeople').stop().slideDown(200); | ||
+ | }); | ||
+ | $('#collapsePeople').mouseleave(function(){ | ||
+ | $('#navBar').css('background','linear-gradient(180deg, rgba(0,0,0,0.5) 0%, rgba(255,255,255,0) 100%)'); | ||
+ | $("#linkContainer_People").css('background','rgba(0,0,0,0)'); | ||
+ | $('#collapsePeople').stop().slideUp(200); | ||
+ | }); | ||
+ | } | ||
+ | ); | ||
+ | |||
+ | $("#linkContainer_HP").hover( | ||
+ | function () { | ||
+ | $('#navBar').css('background','#eef'); | ||
+ | $("#linkContainer_HP").css('background','aquamarine'); | ||
+ | $('#collapseHP').stop().slideDown(200); | ||
+ | }, function () { | ||
+ | $('#navBar').css('background','linear-gradient(180deg, rgba(0,0,0,0.5) 0%, rgba(255,255,255,0) 100%)'); | ||
+ | $("#linkContainer_HP").css('background','rgba(0,0,0,0)'); | ||
+ | $('#collapseHP').stop().slideUp(200); | ||
+ | |||
+ | $('#collapseHP').mouseenter(function(){ | ||
+ | $('#navBar').css('background','#eef'); | ||
+ | $("#linkContainer_HP").css('background','aquamarine'); | ||
+ | $('#collapseHP').stop().slideDown(200); | ||
+ | }); | ||
+ | $('#collapseHP').mouseleave(function(){ | ||
+ | $('#navBar').css('background','linear-gradient(180deg, rgba(0,0,0,0.5) 0%, rgba(255,255,255,0) 100%)'); | ||
+ | $("#linkContainer_HP").css('background','rgba(0,0,0,0)'); | ||
+ | $('#collapseHP').stop().slideUp(200); | ||
+ | }); | ||
+ | } | ||
+ | ); | ||
+ | |||
+ | $("#linkContainer_Modeling").hover( | ||
+ | function () { | ||
+ | $('#navBar').css('background','#eef'); | ||
+ | $("#linkContainer_Modeling").css('background','aquamarine'); | ||
+ | $('#collapseModeling').stop().slideDown(200); | ||
+ | }, function () { | ||
+ | $('#navBar').css('background','linear-gradient(180deg, rgba(0,0,0,0.5) 0%, rgba(255,255,255,0) 100%)'); | ||
+ | $("#linkContainer_Modeling").css('background','rgba(0,0,0,0)'); | ||
+ | $('#collapseModeling').stop().slideUp(200); | ||
+ | |||
+ | $('#collapseModeling').mouseenter(function(){ | ||
+ | $('#navBar').css('background','#eef'); | ||
+ | $("#linkContainer_Modeling").css('background','aquamarine'); | ||
+ | $('#collapseModeling').stop().slideDown(200); | ||
+ | }); | ||
+ | $('#collapseModeling').mouseleave(function(){ | ||
+ | $('#navBar').css('background','linear-gradient(180deg, rgba(0,0,0,0.5) 0%, rgba(255,255,255,0) 100%)'); | ||
+ | $("#linkContainer_Modeling").css('background','rgba(0,0,0,0)'); | ||
+ | $('#collapseModeling').stop().slideUp(200); | ||
+ | }); | ||
+ | } | ||
+ | ); | ||
+ | |||
+ | |||
+ | // Change color after scroll | ||
+ | |||
+ | $(window).bind('scroll', function() { | ||
+ | if ($(window).scrollTop() > 300) { | ||
+ | $('#navBar').css('background','#eef'); | ||
+ | } else { | ||
+ | $('#navBar').css('background','linear-gradient(180deg, rgba(0,0,0,0.5) 0%, rgba(255,255,255,0) 100%)'); | ||
+ | } | ||
}); | }); | ||
+ | |||
+ | |||
+ | /*------------MENU ENDS-----------*/ | ||
+ | |||
</script> | </script> |
Revision as of 09:12, 20 July 2018
E-Coding
Storing the world one base at a time
The research for storing vast amounts of information in smaller devices has been an attention seeking topic in multidisciplinary areas of knowledge all around the world.
Baum, 1995
DNA is an attractive target for information storage because of its capacity for high-density information encoding, longevity under easily achieved conditions, and proven track record as an information bearer
Baum, 1995
Nevertheless, this potential has been limited due to the lack of efficient editing tools. CRISPR-Cas has become popular as an editing tool for its high specificity, low cost, and easy handling, compared to other editing techniques. In our work, we use Cas1-Cas2, proteins in charge of new protospacer adquisition in the CRISPR array. Predesigned sequences (-70pb aprox) in the form of ssDNA are produced in E.coli by induction of a promoter, and adquired by the complex Cas1-Cas2 to be integrated into the array. To produce this oligonucleotides, we use the retrotranscriptase EC86. A subsequent sequencing of the array will confirm the integration of the oligos in the CRISPR locus. We measure the integration rate in terms of stimuli intensity, and time. We hypothise that this system can store ordered data in vivo of many stimuli, just by changing the promoter.
Human Practices
Pollutants in Chiapas and Mexico
Our project has many applications, but we decided to face a critical environmental problem in one southern state of Mexico: Chiapas. Chiapas is a beautiful state with megadiverse ecosystems, but it also has a severe water pollution problem that affects many communities close to the natural and polluted water sources. With the help of Cecropia and CONANP we will obtain water samples from the polluted sources and analyze them with several techniques in order to make a valuable overview.