Davidacevedo (Talk | contribs) |
Davidacevedo (Talk | contribs) |
||
Line 1: | Line 1: | ||
− | <!-- GENERAL | + | <!------------------------- GENERAL FORMAT STARTS ---------------------------------> |
+ | |||
<html> | <html> | ||
− | + | <head> | |
− | + | <meta name="viewport" content="width=device-width,initial-scale=1.0"> | |
− | + | <!--bootstrap core css--> | |
− | + | <link href="https://2018.igem.org/Team:Tec-Monterrey/CSS/bootstrapmin?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" type="text/css"> | |
− | + | <style> | |
− | + | /**************************************** Clear the default wiki settings *********************************/ | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
#home_logo, #sideMenu { | #home_logo, #sideMenu { | ||
display:none; | display:none; | ||
Line 30: | Line 20: | ||
margin: 0; | margin: 0; | ||
background-color: white; | background-color: white; | ||
− | font-size: 100% !important; | + | //font-size: 100% !important; |
} | } | ||
#content { | #content { | ||
Line 37: | Line 27: | ||
#globalWrapper, #content, #HQ_page, #bodyContent, #mw-content-text{ | #globalWrapper, #content, #HQ_page, #bodyContent, #mw-content-text{ | ||
height: 100%; | height: 100%; | ||
+ | width: 100%; | ||
} | } | ||
/*Bootstrap.min altered the way the top menu looks, by changing box-sizing: from border-box to initial, the damage is undone*/ | /*Bootstrap.min altered the way the top menu looks, by changing box-sizing: from border-box to initial, the damage is undone*/ | ||
Line 48: | Line 39: | ||
padding-bottom: 0; | padding-bottom: 0; | ||
} | } | ||
− | /*************************************************** | + | /*************************************************** Bootstrap Stuff ************************************************/ |
− | + | .portfolio-item .caption .caption-content p { | |
− | + | font-weight: 300; | |
− | font- | + | font-size: 1.2rem; |
− | + | ||
− | + | ||
} | } | ||
− | @ | + | @media (min-width: 992px) { |
− | + | .portfolio-item { | |
− | + | max-width: none; | |
− | + | margin: 0; | |
+ | } | ||
+ | .portfolio-item .caption { | ||
+ | -webkit-transition: -webkit-clip-path 0.25s ease-out, background-color 0.7s; | ||
+ | -webkit-clip-path: inset(0px); | ||
+ | clip-path: inset(0px); | ||
+ | } | ||
+ | .portfolio-item .caption .caption-content { | ||
+ | transition: opacity 0.25s; | ||
+ | margin-left: 5rem; | ||
+ | margin-right: 5rem; | ||
+ | margin-bottom: 5rem; | ||
+ | } | ||
+ | .portfolio-item img { | ||
+ | -webkit-transition: -webkit-clip-path 0.25s ease-out; | ||
+ | -webkit-clip-path: inset(-1px); | ||
+ | clip-path: inset(-1px); | ||
+ | } | ||
+ | .portfolio-item:hover img { | ||
+ | -webkit-clip-path: inset(2rem); | ||
+ | clip-path: inset(2rem); | ||
+ | } | ||
+ | .portfolio-item:hover .caption { | ||
+ | background-color: rgba(29, 128, 159, 0.9); | ||
+ | -webkit-clip-path: inset(2rem); | ||
+ | clip-path: inset(2rem); | ||
+ | } | ||
} | } | ||
− | + | a { | |
− | + | color: #1D809F; | |
− | + | ||
− | + | ||
} | } | ||
− | + | a:hover, a:focus, a:active { | |
− | + | color: #155d74; | |
− | + | ||
} | } | ||
− | + | .btn-primary { | |
− | + | background-color: #1D809F !important; | |
+ | border-color: #1D809F !important; | ||
+ | color: #fff !important; | ||
} | } | ||
− | + | .btn-primary:hover, .btn-primary:focus, .btn-primary:active { | |
− | + | background-color: #155d74 !important; | |
+ | border-color: #155d74 !important; | ||
} | } | ||
− | + | .btn { | |
+ | box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1); | ||
font-weight: 700; | font-weight: 700; | ||
− | |||
− | |||
} | } | ||
− | . | + | .btn-xl { |
− | + | padding: 1.25rem 2.5rem; | |
} | } | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
/*****************************************************custom css*****************************************************/ | /*****************************************************custom css*****************************************************/ | ||
Line 283: | Line 150: | ||
} | } | ||
.div-header-bottom { | .div-header-bottom { | ||
− | padding:5px 0px | + | padding:5px 0px 0px 10px; |
− | border-left: | + | border-left: 10px solid #2f6361; |
} | } | ||
.header-title { | .header-title { | ||
font-family: "Norwester", sans-serif !important; | font-family: "Norwester", sans-serif !important; | ||
text-align: left !important; | text-align: left !important; | ||
− | font-size: | + | font-size: 9vw !important; |
font-weight: 700 !important; | font-weight: 700 !important; | ||
line-height: 1em !important; | line-height: 1em !important; | ||
Line 299: | Line 166: | ||
font-family: "Montserrat", monospace; | font-family: "Montserrat", monospace; | ||
text-align: left !important; | text-align: left !important; | ||
− | font-size: | + | font-size: 3.5vw !important; |
font-weight: 600 !important; | font-weight: 600 !important; | ||
line-height: 1em !important; | line-height: 1em !important; | ||
− | padding-bottom: | + | padding-bottom: 4px; |
color: #5da565; | color: #5da565; | ||
} | } | ||
.body-title { | .body-title { | ||
font-family: "Norwester", sans-serif !important; | font-family: "Norwester", sans-serif !important; | ||
− | font-size: | + | font-size: 4vw !important; |
font-weight: 600 !important; | font-weight: 600 !important; | ||
− | line-height: | + | line-height: 1em !important; |
− | padding: | + | padding: 10px 0 10px 0; |
text-align: center; | text-align: center; | ||
} | } | ||
Line 318: | Line 185: | ||
.body-subtitle { | .body-subtitle { | ||
font-family: "Montserrat", monospace !important; | font-family: "Montserrat", monospace !important; | ||
− | font-size: | + | font-size: 2.5vw !important; |
font-weight: 400 !important; | font-weight: 400 !important; | ||
− | line-height: | + | line-height: 1.2em !important; |
} | } | ||
.scroll-to-top { | .scroll-to-top { | ||
Line 360: | Line 227: | ||
color: #eeeeee; | color: #eeeeee; | ||
} | } | ||
+ | /******************************************************* TOPBAR MENU *********************************************/ | ||
+ | #topBarWrapper { | ||
+ | /*display: none;*/ | ||
+ | } | ||
− | + | .topBar { | |
− | + | ||
− | + | ||
− | + | ||
− | . | + | |
position: fixed; | position: fixed; | ||
top: 18px; | top: 18px; | ||
z-index: 2; | z-index: 2; | ||
− | height: | + | height: 8vh; |
width: 100%; | width: 100%; | ||
} | } | ||
− | # | + | #navbar { |
position: fixed; | position: fixed; | ||
z-index: 2; | z-index: 2; | ||
− | height: | + | height: 8vh; |
width: 100%; | width: 100%; | ||
− | |||
background: linear-gradient(180deg, rgba(0,0,0,0.5) 0%, rgba(255,255,255,0) 100%); | background: linear-gradient(180deg, rgba(0,0,0,0.5) 0%, rgba(255,255,255,0) 100%); | ||
+ | transition: all 0.3s; | ||
+ | -webkit-transition: all 0.3s; | ||
+ | } | ||
+ | |||
+ | #navbarLogoWrapper { | ||
+ | position: absolute; | ||
+ | display: inline-block; | ||
+ | height: 100%; | ||
+ | -webkit-transition: all 0.3s; | ||
+ | transition: all 0.3s; | ||
+ | } | ||
+ | |||
+ | #navbarLogoText { | ||
+ | display: inline-block; | ||
+ | font-size: 1vw; | ||
+ | color: white; | ||
+ | opacity: 0; | ||
+ | -webkit-transition: opacity 0.3s; | ||
+ | transition: opacity 0.3s; | ||
+ | } | ||
+ | |||
+ | #navbarLogo { | ||
+ | height: 80%; | ||
+ | margin-top: 5%; | ||
+ | margin-bottom: 15%; | ||
+ | margin-left: 20px; | ||
+ | padding-left: 20px; | ||
+ | border-left: 1px solid white; | ||
+ | display: inline-block; | ||
+ | } | ||
+ | |||
+ | #navbarGif { | ||
+ | height: 80%; | ||
+ | margin-top: 5%; | ||
+ | margin-bottom: 15%; | ||
+ | margin-left: 20px; | ||
+ | padding-left: 20px; | ||
+ | display: none; | ||
+ | } | ||
+ | |||
+ | #navbarGif, #navbarLogoWrapper:hover #navbarLogo { | ||
+ | display: none; | ||
+ | border: 0; | ||
+ | } | ||
+ | |||
+ | #navbarLogo, #navbarLogoWrapper:hover #navbarGif { | ||
+ | display: inline-block; | ||
+ | } | ||
+ | |||
+ | #navbarLogoWrapper:hover { | ||
+ | transform: scale(1.4,1.4); | ||
+ | cursor: pointer; | ||
+ | } | ||
+ | |||
+ | #navbarLogoWrapper:hover > #navbarLogoText { | ||
+ | opacity: 1; | ||
} | } | ||
#navContainer { | #navContainer { | ||
+ | display: none; | ||
z-index: 2; | z-index: 2; | ||
− | height: | + | height: 8vh; |
width: 80%; | width: 80%; | ||
left: 10%; | left: 10%; | ||
Line 392: | Line 315: | ||
} | } | ||
− | + | .navbar-linkContainer { | |
− | + | height: 100%; | |
+ | width: 20%; | ||
+ | color: white; | ||
+ | background-color: rgba(0,0,0,0); | ||
+ | -webkit-transition: all 0.3s; | ||
+ | transition: all 0.3s; | ||
+ | position: relative; | ||
+ | float: left; | ||
+ | text-align: center; | ||
+ | } | ||
+ | .navbar-linkContainerChild { | ||
+ | position: absolute; | ||
+ | top: 0; | ||
+ | bottom: 0; | ||
+ | left: 0; | ||
+ | right: 0; | ||
+ | width: 80%; | ||
+ | height: 1em; | ||
+ | margin: auto; | ||
+ | font-family: "Norwester", sans-serif; | ||
+ | font-weight: 700; | ||
+ | font-size: 1.5vw; | ||
+ | line-height: 1em; | ||
+ | border-left: 1px solid white; | ||
+ | border-right: 1px solid white; | ||
} | } | ||
+ | .navbar-linkContainer.active { | ||
+ | transform: scale(1.05,1.05); | ||
+ | border-radius: 5%; | ||
+ | box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); | ||
+ | background-color: #B0E0E4; | ||
+ | -webkit-transition: all 0.3s; | ||
+ | transition: all 0.3s; | ||
+ | } | ||
− | . | + | .activeChild { |
− | + | border: 0; | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
} | } | ||
.collapsedMenu { | .collapsedMenu { | ||
− | top: 18px; | + | top: calc(8vh + 18px); |
position: fixed; | position: fixed; | ||
z-index: 1; | z-index: 1; | ||
− | |||
width: 100%; | width: 100%; | ||
+ | background-color: aquamarine; | ||
+ | } | ||
+ | |||
+ | .containerCollapse { | ||
+ | padding: 0 10px 30px 10px; | ||
+ | width: 80%; | ||
+ | margin-left: 10%; | ||
} | } | ||
.height-support { | .height-support { | ||
− | height: | + | height: 20px; |
width: 100%; | width: 100%; | ||
} | } | ||
.mask { | .mask { | ||
− | height: | + | height: 8vh; |
width:100%; | width:100%; | ||
background-color: rgba(0,0,0,0); | background-color: rgba(0,0,0,0); | ||
z-index: 0; | z-index: 0; | ||
} | } | ||
− | |||
− | + | .navbarList { | |
+ | float: left; | ||
+ | height: 100%; | ||
+ | width: 16%; | ||
+ | } | ||
+ | .navbarItem { | ||
+ | height: 100%; | ||
+ | } | ||
− | + | .navbarItemHeader { | |
+ | display: inline-block; | ||
+ | position: relative; | ||
+ | font-family: "Norwester", sans-serif; | ||
+ | font-weight: 500; | ||
+ | font-size: 1.8vw; | ||
+ | color: black; | ||
+ | text-decoration: none; | ||
+ | padding-top: 10px; | ||
+ | width: auto; | ||
+ | } | ||
− | + | .navbarItemContent { | |
− | + | display: inline-block; | |
− | + | position: relative; | |
− | + | color: black; | |
+ | font-size: 1.5vw; | ||
+ | line-height: 1.5em; | ||
+ | text-decoration: none; | ||
+ | width: auto; | ||
+ | padding-top: 10px; | ||
} | } | ||
− | + | a.navbarItemHeader::after, a.navbarItemContent::after { | |
− | + | content: ""; | |
− | margin: 0; | + | position: absolute; |
+ | width: 0; | ||
+ | height: 2px; | ||
+ | display:block; | ||
+ | margin-top: 5px; | ||
+ | right: 0; | ||
+ | background-color: #000; | ||
+ | -webkit-transition: width 0.3s ease-in-out 0s; | ||
+ | transition: width 0.3s ease-in-out 0s; | ||
padding: 0; | padding: 0; | ||
+ | margin: 0; | ||
} | } | ||
− | + | a.navbarItemHeader:link, a.navbarItemContent:link { | |
− | + | color: black; | |
− | + | text-decoration: none; | |
− | + | } | |
− | + | a.navbarItemHeader:visited, a.navbarItemContent:visited { | |
+ | color: black; | ||
+ | text-decoration: none; | ||
+ | } | ||
+ | a.navbarItemHeader:active, a.navbarItemContent:active { | ||
+ | color: black; | ||
+ | text-decoration: none; | ||
+ | } | ||
+ | a.navbarItemHeader:hover, a.navbarItemContent:hover { | ||
+ | color: black; | ||
+ | text-decoration: none; | ||
} | } | ||
− | + | a.navbarItemHeader:hover::after, a.navbarItemContent:hover::after { | |
− | + | width: 100%; | |
− | + | left: 0; | |
− | + | background: #000; | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
} | } | ||
− | /*** | + | .clearBoth { |
+ | clear: both; | ||
+ | } | ||
+ | |||
+ | #squeezedBtnWrapper { | ||
+ | } | ||
+ | |||
+ | #squeezedNavBtn { | ||
+ | position: fixed; | ||
+ | top: 18px; | ||
+ | z-index: 3; | ||
+ | height: 8vh; | ||
+ | width: 80px; | ||
+ | background-color: aquamarine; | ||
+ | right: 10%; | ||
+ | text-align: center; | ||
+ | font-size: 6vh; | ||
+ | } | ||
+ | /********************************************************* TOPBAR MENU ENDS *********************************************/ | ||
+ | /********************************** CODE FOR HIDING OR SHOWING THE MENUS DEPENDING ON SCREEN SIZE ***********************/ | ||
+ | @media screen and (min-width: 900px) { | ||
+ | #navContainer { | ||
+ | display: contents; | ||
+ | } | ||
+ | #squeezedNavBtn { | ||
+ | display: none; | ||
+ | } | ||
+ | } | ||
+ | </style> | ||
+ | </head> | ||
+ | <body> | ||
+ | <!-- Navigation Bar--> | ||
+ | <!--------------------------------------------------------- TOPBAR MENU STARTS -------------------------------------------> | ||
+ | <div id="squeezedBtnWrapper"> | ||
+ | <div id="squeezedNavBtn"> | ||
+ | <a href="#squeezedMenuDrop"><i class="fas fa-bars" id="squeezedBtn"></i></a> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div id="topBarWrapper"> | ||
+ | <div class="topBar d-flex"> | ||
+ | <div id="navbar"> | ||
+ | <div id="navbarLogoWrapper"> | ||
+ | <img id="navbarLogo" src="https://static.igem.org/mediawiki/2018/7/76/T--Tec-Monterrey--ECoding_Menu_Logo_Still_200.png"/><img id="navbarGif" src="https://static.igem.org/mediawiki/2018/c/c3/T--Tec-Monterrey--ECoding_Menu_Gif.gif"/> | ||
+ | <h5 id="navbarLogoText">Home</h5> | ||
+ | </div> | ||
+ | <div id="navContainer"> | ||
+ | <a href="#collapseProject"> | ||
+ | <div class="navbar-linkContainer" id="linkContainer_Project"> | ||
+ | <div class="navbar-linkContainerChild" id="linkContainer_ProjectChild">Project</div> | ||
+ | </div> | ||
+ | </a> | ||
+ | <a href="#collapseParts"> | ||
+ | <div class="navbar-linkContainer" id="linkContainer_Parts"> | ||
+ | <div class="navbar-linkContainerChild" id="linkContainer_PartsChild">Parts</div> | ||
+ | </div> | ||
+ | </a> | ||
+ | <a href="#collapsePeople"> | ||
+ | <div class="navbar-linkContainer" id="linkContainer_People"> | ||
+ | <div class="navbar-linkContainerChild" id="linkContainer_PeopleChild">People</div> | ||
+ | </div> | ||
+ | </a> | ||
+ | <a href="#collapseHP"> | ||
+ | <div class="navbar-linkContainer" id="linkContainer_HP"> | ||
+ | <div class="navbar-linkContainerChild" id="linkContainer_HPChild">Human Practices</div> | ||
+ | </div> | ||
+ | </a> | ||
+ | <a href="#collapseModeling"> | ||
+ | <div class="navbar-linkContainer" id="linkContainer_Modeling"> | ||
+ | <div class="navbar-linkContainerChild" id="linkContainer_ModelingChild">Modeling</div> | ||
+ | </div> | ||
+ | </a> | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | <!-- Project collapsed --> | ||
+ | <div class="collapse collapsedMenu" id="collapseProject"> | ||
+ | <div class="containerCollapse"> | ||
+ | <div class="height-support"> | ||
+ | </div> | ||
+ | <ul class="navbar-nav mr-auto navbarList"> | ||
+ | <li class="nav-item navbarItem"> | ||
+ | <a href="www.google.com" class="navbarItemHeader">Overview</a> | ||
+ | <a class="navbarItemContent">The project</a> | ||
+ | <a class="navbarItemContent">Applications</a> | ||
+ | <a class="navbarItemContent">Human Practices</a> | ||
+ | <a class="navbarItemContent">What we want</a> | ||
+ | </li> | ||
+ | </ul> | ||
+ | <ul class="navbar-nav mr-auto navbarList"> | ||
+ | <li class="nav-item navbarItem"> | ||
+ | <a class="navbarItemHeader">Overview</a> | ||
+ | <a class="navbarItemContent">The project</a> | ||
+ | <a class="navbarItemContent">Applications</a> | ||
+ | </li> | ||
+ | </ul> | ||
+ | <ul class="navbar-nav mr-auto navbarList"> | ||
+ | <li class="nav-item navbarItem"> | ||
+ | <a class="navbarItemHeader">Overview</a> | ||
+ | <a class="navbarItemContent">The project</a> | ||
+ | <a class="navbarItemContent">Applications</a> | ||
+ | </li> | ||
+ | </ul> | ||
+ | <ul class="navbar-nav mr-auto navbarList"> | ||
+ | <li class="nav-item navbarItem"> | ||
+ | <a class="navbarItemHeader">Overview</a> | ||
+ | <a class="navbarItemContent">The project</a> | ||
+ | <a class="navbarItemContent">Applications</a> | ||
+ | </li> | ||
+ | </ul> | ||
+ | <ul class="navbar-nav mr-auto navbarList"> | ||
+ | <li class="nav-item navbarItem"> | ||
+ | <a class="navbarItemHeader">Overview</a> | ||
+ | <a class="navbarItemContent">The project</a> | ||
+ | <a class="navbarItemContent">Applications</a> | ||
+ | </li> | ||
+ | </ul> | ||
+ | <ul class="navbar-nav mr-auto navbarList"> | ||
+ | <li class="nav-item navbarItem"> | ||
+ | <a class="navbarItemHeader">Overview</a> | ||
+ | <a class="navbarItemContent">The project</a> | ||
+ | <a class="navbarItemContent">Applications</a> | ||
+ | </li> | ||
+ | </ul> | ||
+ | <br class="clearBoth"/> | ||
+ | </div> | ||
+ | </div> | ||
+ | <!-- Parts collapsed --> | ||
+ | <div class="collapse collapsedMenu" id="collapseParts"> | ||
+ | <div class="containerCollapse"> | ||
+ | <div class="height-support"> | ||
+ | </div> | ||
+ | <ul class="navbar-nav mr-auto navbarList"> | ||
+ | <li class="nav-item navbarItem"> | ||
+ | <a href="#page-top" class="navbarItemHeader">Overview</a> | ||
+ | <a href="#page-top" class="navbarItemContent">Basic parts</a> | ||
+ | <a href="#page-top" class="navbarItemContent">Composite Parts</a> | ||
+ | <a href="#page-top" class="navbarItemContent">Parts Collection</a> | ||
+ | <a href="#page-top" class="navbarItemContent">Improved parts</a> | ||
+ | <a href="#page-top" class="navbarItemContent">Parts list</a> | ||
+ | </li> | ||
+ | </ul> | ||
+ | <ul class="navbar-nav mr-auto navbarList"> | ||
+ | <li class="nav-item navbarItem"> | ||
+ | <a href="#page-top" class="navbarItemHeader">Overview</a> | ||
+ | <a href="#page-top" class="navbarItemContent">Basic parts</a> | ||
+ | <a href="#page-top" class="navbarItemContent">Composite Parts</a> | ||
+ | <a href="#page-top" class="navbarItemContent">Parts Collection</a> | ||
+ | <a href="#page-top" class="navbarItemContent">Improved parts</a> | ||
+ | <a href="#page-top" class="navbarItemContent">Parts list</a> | ||
+ | </li> | ||
+ | </ul> | ||
+ | <ul class="navbar-nav mr-auto navbarList"> | ||
+ | <li class="nav-item navbarItem"> | ||
+ | <a href="#page-top" class="navbarItemHeader">Overview</a> | ||
+ | <a href="#page-top" class="navbarItemContent">Basic parts</a> | ||
+ | <a href="#page-top" class="navbarItemContent">Composite Parts</a> | ||
+ | <a href="#page-top" class="navbarItemContent">Parts Collection</a> | ||
+ | <a href="#page-top" class="navbarItemContent">Improved parts</a> | ||
+ | <a href="#page-top" class="navbarItemContent">Parts list</a> | ||
+ | </li> | ||
+ | </ul> | ||
+ | <ul class="navbar-nav mr-auto navbarList"> | ||
+ | <li class="nav-item navbarItem"> | ||
+ | <a href="#page-top" class="navbarItemHeader">Overview</a> | ||
+ | <a href="#page-top" class="navbarItemContent">Basic parts</a> | ||
+ | <a href="#page-top" class="navbarItemContent">Composite Parts</a> | ||
+ | <a href="#page-top" class="navbarItemContent">Parts Collection</a> | ||
+ | <a href="#page-top" class="navbarItemContent">Improved parts</a> | ||
+ | <a href="#page-top" class="navbarItemContent">Parts list</a> | ||
+ | </li> | ||
+ | </ul> | ||
+ | <ul class="navbar-nav mr-auto navbarList"> | ||
+ | <li class="nav-item navbarItem"> | ||
+ | <a href="#page-top" class="navbarItemHeader">Overview</a> | ||
+ | <a href="#page-top" class="navbarItemContent">Basic parts</a> | ||
+ | <a href="#page-top" class="navbarItemContent">Composite Parts</a> | ||
+ | <a href="#page-top" class="navbarItemContent">Parts Collection</a> | ||
+ | <a href="#page-top" class="navbarItemContent">Improved parts</a> | ||
+ | <a href="#page-top" class="navbarItemContent">Parts list</a> | ||
+ | </li> | ||
+ | </ul> | ||
+ | <ul class="navbar-nav mr-auto navbarList"> | ||
+ | <li class="nav-item navbarItem"> | ||
+ | <a href="#page-top" class="navbarItemHeader">Overview</a> | ||
+ | <a href="#page-top" class="navbarItemContent">Basic parts</a> | ||
+ | <a href="#page-top" class="navbarItemContent">Composite Parts</a> | ||
+ | <a href="#page-top" class="navbarItemContent">Parts Collection</a> | ||
+ | <a href="#page-top" class="navbarItemContent">Improved parts</a> | ||
+ | <a href="#page-top" class="navbarItemContent">Parts list</a> | ||
+ | </li> | ||
+ | </ul> | ||
+ | <br class="clearBoth"/> | ||
+ | </div> | ||
+ | </div> | ||
+ | <!-- People collapsed --> | ||
+ | <div class="collapse collapsedMenu" id="collapsePeople"> | ||
+ | <div class="containerCollapse" id="collapsedMenu"> | ||
+ | <div class="height-support"> | ||
+ | </div> | ||
+ | <ul class="navbar-nav mr-auto navbarList"> | ||
+ | <li class="nav-item navbarItem"> | ||
+ | <a href="#page-top" class="navbarItemHeader">Overview</a> | ||
+ | <br> | ||
+ | <a href="#page-top" class="navbarItemContent">Team</a> | ||
+ | <br> | ||
+ | <a href="#page-top" class="navbarItemContent">Attributions</a> | ||
+ | <a href="#page-top" class="navbarItemContent">Collaborations</a> | ||
+ | <a href="#page-top" class="navbarItemContent">Sponsors</a> | ||
+ | </li> | ||
+ | </ul> | ||
+ | <ul class="navbar-nav mr-auto navbarList"> | ||
+ | <li class="nav-item navbarItem"> | ||
+ | <a href="#page-top" class="navbarItemHeader">Overview</a> | ||
+ | <br> | ||
+ | <a href="#page-top" class="navbarItemContent">Team</a> | ||
+ | <br> | ||
+ | <a href="#page-top" class="navbarItemContent">Attributions</a> | ||
+ | <a href="#page-top" class="navbarItemContent">Collaborations</a> | ||
+ | <a href="#page-top" class="navbarItemContent">Sponsors</a> | ||
+ | </li> | ||
+ | </ul> | ||
+ | <ul class="navbar-nav mr-auto navbarList"> | ||
+ | <li class="nav-item navbarItem"> | ||
+ | <a href="#page-top" class="navbarItemHeader">Overview</a> | ||
+ | <br> | ||
+ | <a href="#page-top" class="navbarItemContent">Team</a> | ||
+ | <br> | ||
+ | <a href="#page-top" class="navbarItemContent">Attributions</a> | ||
+ | <a href="#page-top" class="navbarItemContent">Collaborations</a> | ||
+ | <a href="#page-top" class="navbarItemContent">Sponsors</a> | ||
+ | </li> | ||
+ | </ul> | ||
+ | <ul class="navbar-nav mr-auto navbarList"> | ||
+ | <li class="nav-item navbarItem"> | ||
+ | <a href="#page-top" class="navbarItemHeader">Overview</a> | ||
+ | <br> | ||
+ | <a href="#page-top" class="navbarItemContent">Team</a> | ||
+ | <br> | ||
+ | <a href="#page-top" class="navbarItemContent">Attributions</a> | ||
+ | <a href="#page-top" class="navbarItemContent">Collaborations</a> | ||
+ | <a href="#page-top" class="navbarItemContent">Sponsors</a> | ||
+ | </li> | ||
+ | </ul> | ||
+ | <ul class="navbar-nav mr-auto navbarList"> | ||
+ | <li class="nav-item navbarItem"> | ||
+ | <a href="#page-top" class="navbarItemHeader">Overview</a> | ||
+ | <br> | ||
+ | <a href="#page-top" class="navbarItemContent">Team</a> | ||
+ | <br> | ||
+ | <a href="#page-top" class="navbarItemContent">Attributions</a> | ||
+ | <a href="#page-top" class="navbarItemContent">Collaborations</a> | ||
+ | <a href="#page-top" class="navbarItemContent">Sponsors</a> | ||
+ | </li> | ||
+ | </ul> | ||
+ | <ul class="navbar-nav mr-auto navbarList"> | ||
+ | <li class="nav-item navbarItem"> | ||
+ | <a href="#page-top" class="navbarItemHeader">Overview</a> | ||
+ | <br> | ||
+ | <a href="#page-top" class="navbarItemContent">Team</a> | ||
+ | <br> | ||
+ | <a href="#page-top" class="navbarItemContent">Attributions</a> | ||
+ | <a href="#page-top" class="navbarItemContent">Collaborations</a> | ||
+ | <a href="#page-top" class="navbarItemContent">Sponsors</a> | ||
+ | </li> | ||
+ | </ul> | ||
+ | <br class="clearBoth"/> | ||
+ | </div> | ||
+ | </div> | ||
+ | <!-- HP collapsed --> | ||
+ | <div class="collapse collapsedMenu" id="collapseHP"> | ||
+ | <div class="containerCollapse"> | ||
+ | <div class="height-support"> | ||
+ | </div> | ||
+ | <ul class="navbar-nav mr-auto navbarList"> | ||
+ | <li class="nav-item navbarItem"> | ||
+ | <a href="#page-top" class="navbarItemHeader">Overview</a> | ||
+ | <a href="#page-top" class="navbarItemContent">Silver HP</a> | ||
+ | <a href="#page-top" class="navbarItemContent">Integrated HP</a> | ||
+ | <a href="#page-top" class="navbarItemContent">Education</a> | ||
+ | <a href="#page-top" class="navbarItemContent">Public Engagement</a> | ||
+ | </li> | ||
+ | </ul> | ||
+ | <ul class="navbar-nav mr-auto navbarList"> | ||
+ | <li class="nav-item navbarItem"> | ||
+ | <a href="#page-top" class="navbarItemHeader">Overview</a> | ||
+ | <a href="#page-top" class="navbarItemContent">Silver HP</a> | ||
+ | <a href="#page-top" class="navbarItemContent">Integrated HP</a> | ||
+ | <a href="#page-top" class="navbarItemContent">Education</a> | ||
+ | <a href="#page-top" class="navbarItemContent">Public Engagement</a> | ||
+ | </li> | ||
+ | </ul> | ||
+ | <ul class="navbar-nav mr-auto navbarList"> | ||
+ | <li class="nav-item navbarItem"> | ||
+ | <a href="#page-top" class="navbarItemHeader">Overview</a> | ||
+ | <a href="#page-top" class="navbarItemContent">Silver HP</a> | ||
+ | <a href="#page-top" class="navbarItemContent">Integrated HP</a> | ||
+ | <a href="#page-top" class="navbarItemContent">Education</a> | ||
+ | <a href="#page-top" class="navbarItemContent">Public Engagement</a> | ||
+ | </li> | ||
+ | </ul> | ||
+ | <ul class="navbar-nav mr-auto navbarList"> | ||
+ | <li class="nav-item navbarItem"> | ||
+ | <a href="#page-top" class="navbarItemHeader">Overview</a> | ||
+ | <a href="#page-top" class="navbarItemContent">Silver HP</a> | ||
+ | <a href="#page-top" class="navbarItemContent">Integrated HP</a> | ||
+ | <a href="#page-top" class="navbarItemContent">Education</a> | ||
+ | <a href="#page-top" class="navbarItemContent">Public Engagement</a> | ||
+ | </li> | ||
+ | </ul> | ||
+ | <ul class="navbar-nav mr-auto navbarList"> | ||
+ | <li class="nav-item navbarItem"> | ||
+ | <a href="#page-top" class="navbarItemHeader">Overview</a> | ||
+ | <a href="#page-top" class="navbarItemContent">Silver HP</a> | ||
+ | <a href="#page-top" class="navbarItemContent">Integrated HP</a> | ||
+ | <a href="#page-top" class="navbarItemContent">Education</a> | ||
+ | <a href="#page-top" class="navbarItemContent">Public Engagement</a> | ||
+ | </li> | ||
+ | </ul> | ||
+ | <ul class="navbar-nav mr-auto navbarList"> | ||
+ | <li class="nav-item navbarItem"> | ||
+ | <a href="#page-top" class="navbarItemHeader">Overview</a> | ||
+ | <a href="#page-top" class="navbarItemContent">Silver HP</a> | ||
+ | <a href="#page-top" class="navbarItemContent">Integrated HP</a> | ||
+ | <a href="#page-top" class="navbarItemContent">Education</a> | ||
+ | <a href="#page-top" class="navbarItemContent">Public Engagement</a> | ||
+ | </li> | ||
+ | </ul> | ||
+ | <br class="clearBoth"/> | ||
+ | </div> | ||
+ | </div> | ||
+ | <!-- Modeling collapsed --> | ||
+ | <div class="collapse collapsedMenu" id="collapseModeling"> | ||
+ | <div class="containerCollapse"> | ||
+ | <div class="height-support"> | ||
+ | </div> | ||
+ | <ul class="navbar-nav mr-auto navbarList"> | ||
+ | <li class="nav-item navbarItem"> | ||
+ | <a href="#page-top" class="navbarItemHeader">Overview</a> | ||
+ | <br> | ||
+ | <a href="#page-top" class="navbarItemContent">Interlab</a> | ||
+ | <br> | ||
+ | <a href="#page-top" class="navbarItemContent">Software Tool</a> | ||
+ | <a href="#page-top" class="navbarItemContent">Lac Operon</a> | ||
+ | </li> | ||
+ | </ul> | ||
+ | <ul class="navbar-nav mr-auto navbarList"> | ||
+ | <li class="nav-item navbarItem"> | ||
+ | <a href="#page-top" class="navbarItemHeader">Overview</a> | ||
+ | <br> | ||
+ | <a href="#page-top" class="navbarItemContent">Interlab</a> | ||
+ | <br> | ||
+ | <a href="#page-top" class="navbarItemContent">Software Tool</a> | ||
+ | <a href="#page-top" class="navbarItemContent">Lac Operon</a> | ||
+ | </li> | ||
+ | </ul> | ||
+ | <ul class="navbar-nav mr-auto navbarList"> | ||
+ | <li class="nav-item navbarItem"> | ||
+ | <a href="#page-top" class="navbarItemHeader">Overview</a> | ||
+ | <br> | ||
+ | <a href="#page-top" class="navbarItemContent">Interlab</a> | ||
+ | <br> | ||
+ | <a href="#page-top" class="navbarItemContent">Software Tool</a> | ||
+ | <a href="#page-top" class="navbarItemContent">Lac Operon</a> | ||
+ | </li> | ||
+ | </ul> | ||
+ | <ul class="navbar-nav mr-auto navbarList"> | ||
+ | <li class="nav-item navbarItem"> | ||
+ | <a href="#page-top" class="navbarItemHeader">Overview</a> | ||
+ | <br> | ||
+ | <a href="#page-top" class="navbarItemContent">Interlab</a> | ||
+ | <br> | ||
+ | <a href="#page-top" class="navbarItemContent">Software Tool</a> | ||
+ | <a href="#page-top" class="navbarItemContent">Lac Operon</a> | ||
+ | </li> | ||
+ | </ul> | ||
+ | <ul class="navbar-nav mr-auto navbarList"> | ||
+ | <li class="nav-item navbarItem"> | ||
+ | <a href="#page-top" class="navbarItemHeader">Overview</a> | ||
+ | <br> | ||
+ | <a href="#page-top" class="navbarItemContent">Interlab</a> | ||
+ | <br> | ||
+ | <a href="#page-top" class="navbarItemContent">Software Tool</a> | ||
+ | <a href="#page-top" class="navbarItemContent">Lac Operon</a> | ||
+ | </li> | ||
+ | </ul> | ||
+ | <ul class="navbar-nav mr-auto navbarList"> | ||
+ | <li class="nav-item navbarItem"> | ||
+ | <a href="#page-top" class="navbarItemHeader">Overview</a> | ||
+ | <br> | ||
+ | <a href="#page-top" class="navbarItemContent">Interlab</a> | ||
+ | <br> | ||
+ | <a href="#page-top" class="navbarItemContent">Software Tool</a> | ||
+ | <a href="#page-top" class="navbarItemContent">Lac Operon</a> | ||
+ | <a href="#page-top" class="navbarItemContent">Software Tool</a> | ||
+ | <a href="#page-top" class="navbarItemContent">Lac Operon</a> | ||
+ | </li> | ||
+ | </ul> | ||
+ | <br class="clearBoth"/> | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | <!-- Squeezed collapsed --> | ||
+ | <div class="collapse collapsedMenu" id="collapseSqueezed"> | ||
+ | <div class="containerCollapse"> | ||
+ | <div class="height-support"> | ||
+ | </div> | ||
+ | <ul class="navbar-nav mr-auto navbarList"> | ||
+ | <li class="nav-item navbarItem"> | ||
+ | <a href="#page-top" class="navbarItemHeader">Project</a> | ||
+ | <a href="#page-top" class="navbarItemContent">Overview</a> | ||
+ | <a href="#page-top" class="navbarItemContent">The Project</a> | ||
+ | <a href="#page-top" class="navbarItemContent">Applications</a> | ||
+ | <a href="#page-top" class="navbarItemContent">Human Practices</a> | ||
+ | <a href="#page-top" class="navbarItemContent">What we want</a> | ||
+ | </li> | ||
+ | </ul> | ||
+ | <ul class="navbar-nav mr-auto navbarList"> | ||
+ | <li class="nav-item navbarItem"> | ||
+ | <a href="#page-top" class="navbarItemHeader">Parts</a> | ||
+ | <a href="#page-top" class="navbarItemContent">Overview</a> | ||
+ | <a href="#page-top" class="navbarItemContent">Basic Parts</a> | ||
+ | <a href="#page-top" class="navbarItemContent">Composite Parts</a> | ||
+ | <a href="#page-top" class="navbarItemContent">Parts Collection</a> | ||
+ | <a href="#page-top" class="navbarItemContent">Improved Parts</a> | ||
+ | <a href="#page-top" class="navbarItemContent">Parts list</a> | ||
+ | </li> | ||
+ | </ul> | ||
+ | <ul class="navbar-nav mr-auto navbarList"> | ||
+ | <li class="nav-item navbarItem"> | ||
+ | <a href="#page-top" class="navbarItemHeader">People</a> | ||
+ | <a href="#page-top" class="navbarItemContent">Overview</a> | ||
+ | <a href="#page-top" class="navbarItemContent">Team</a> | ||
+ | <a href="#page-top" class="navbarItemContent">Attributions</a> | ||
+ | <a href="#page-top" class="navbarItemContent">Collaborations</a> | ||
+ | <a href="#page-top" class="navbarItemContent">Sponsors</a> | ||
+ | </li> | ||
+ | </ul> | ||
+ | <ul class="navbar-nav mr-auto navbarList"> | ||
+ | <li class="nav-item navbarItem"> | ||
+ | <a href="#page-top" class="navbarItemHeader">Human Practices</a> | ||
+ | <a href="#page-top" class="navbarItemContent">Overview</a> | ||
+ | <a href="#page-top" class="navbarItemContent">Silver HP</a> | ||
+ | <a href="#page-top" class="navbarItemContent">Integrated HP</a> | ||
+ | <a href="#page-top" class="navbarItemContent">Education</a> | ||
+ | <a href="#page-top" class="navbarItemContent">Public Engagement</a> | ||
+ | </li> | ||
+ | </ul> | ||
+ | <ul class="navbar-nav mr-auto navbarList"> | ||
+ | <li class="nav-item navbarItem"> | ||
+ | <a href="#page-top" class="navbarItemHeader">Modeling</a> | ||
+ | <a href="#page-top" class="navbarItemContent">Overview</a> | ||
+ | <a href="#page-top" class="navbarItemContent">Interlab</a> | ||
+ | <a href="#page-top" class="navbarItemContent">Software Tool</a> | ||
+ | <a href="#page-top" class="navbarItemContent">Lac Operon</a> | ||
+ | </li> | ||
+ | </ul> | ||
+ | <br class="clearBoth"/> | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | <div class="mask"></div> | ||
+ | </div> | ||
+ | </div> | ||
+ | <!--------------------------------------------------------- TOPBAR MENU ENDS ---------------------------------------------> | ||
+ | |||
+ | <!--Scroll to top button--> | ||
+ | <a class="scroll-to-top rounded" href="#page-top"> | ||
+ | <i class="fa fa-angle-up"></i> | ||
+ | </a> | ||
+ | </body> | ||
+ | </html> | ||
+ | |||
+ | <!------------------------- GENERAL FORMAT ENDS -----------------------------------> | ||
+ | |||
+ | |||
+ | <!------------------------- INDEX.HTML STARTS -------------------------------------> | ||
+ | |||
+ | <html> | ||
+ | <head> | ||
+ | <style> | ||
#globalWrapper { | #globalWrapper { | ||
background: rgb(248,247,246); | background: rgb(248,247,246); | ||
Line 478: | Line 944: | ||
right: 0; | right: 0; | ||
max-width: 100%; | max-width: 100%; | ||
+ | } | ||
+ | .masthead { | ||
+ | min-height: 30rem; | ||
+ | position: relative; | ||
+ | width: 100%; | ||
+ | padding-top: 8rem; | ||
+ | padding-bottom: 8rem; | ||
+ | background: rgb(248,247,246); | ||
} | } | ||
.masthead h1 { | .masthead h1 { | ||
Line 588: | Line 1,062: | ||
text-transform: uppercase; | text-transform: uppercase; | ||
} | } | ||
+ | </style> | ||
+ | </head> | ||
+ | <body id="page-top"> | ||
+ | <!-- Header --> | ||
+ | <header class="masthead" style="border-bottom: 20px solid #2f6361;"> | ||
+ | <img id="myImage" src="https://static.igem.org/mediawiki/2018/8/82/T--Tec-Monterrey--Tec_ECoding_background.jpeg"> | ||
+ | <div class="container text-center my-auto" style="position: relative; top: 60%; left: 9%; max-width: 50%;"> | ||
+ | <a class="btn btn-primary btn-xl" href="#project">Learn about the project</a> | ||
+ | </div> | ||
+ | <div class="overlay"></div> | ||
+ | </header> | ||
− | + | <!-- Project --> | |
− | - | + | <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> | ||
+ | </section> | ||
− | + | <!-- Team--> | |
− | - | + | <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> | ||
− | + | <!-- Human Practices --> | |
− | + | <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> | ||
+ | </section> | ||
+ | </body> | ||
+ | </html> | ||
− | . | + | <!------------------------- INDEX.HTML ENDS ---------------------------------------> |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | <!------------------------- FOOTER STARTS -----------------------------------------> | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | <html> | |
− | + | <body> | |
− | + | <!-- Footer --> | |
− | + | <footer class="footer text-center"> | |
− | + | <div class="container row" style="margin: 0px auto;"> | |
− | + | <div class="col-md-3"> | |
− | + | <h4 class="text-muted">Follow Us</h4> | |
+ | <ul class="list-inline mb-5"> | ||
+ | <li class="list-inline-item"> | ||
+ | <a href="https://www.facebook.com/IgemTecMty" target="_blank"><i class="fa fa-facebook-square social-link" style="font-size: 100px;"></i></a> | ||
+ | </li> | ||
+ | <li class="list-inline-item"> | ||
+ | <a href="https://twitter.com/igemtecmty" target="_blank"><i class="fa fa-twitter-square social-link" style="font-size: 100px;"></i></a> | ||
+ | </li> | ||
+ | <li class="list-inline-item"> | ||
+ | <a href="mailto:igemtecmonterrey@gmail.com"><i class="fa fa-envelope-square social-link" style="font-size: 100px;"></i></a> | ||
+ | </li> | ||
+ | <li class="list-inline-item"> | ||
+ | <a href="https://www.instagram.com/igemtecmty/" target="_blank"><i class="fa fa-instagram social-link" style="font-size: 100px;"></i></a> | ||
+ | </li> | ||
+ | <li style="padding-left:20px;"> | ||
+ | <p class="text-muted" style="margin-bottom: 0;"><i class="fa fa-map-pin"></i> Av. Eugenio Garza Sada 2501</p><p class="text-muted">64849 Monterrey, Mexico</p> | ||
+ | </li> | ||
+ | </ul> | ||
+ | </div> | ||
+ | <div class="col-md-6"> | ||
+ | <h4 class="text-muted">Sponsors</h4> | ||
+ | <ul class="list-inline"> | ||
+ | <li class="list-inline-item"> | ||
+ | <p class="text-muted">Waiting for a Miracle</p> | ||
+ | </li> | ||
+ | </ul> | ||
+ | </div> | ||
+ | <div class="col-md-3"> | ||
+ | <h4 class="text-muted">Quote</h4> | ||
+ | <p class="text-muted">“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.”</p> | ||
+ | <p class="text-muted">Baum, 1995</p> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div> | ||
+ | <p id="footerCopyright" class="text-muted small mb-0">Copyright © 2018</p> | ||
+ | </div> | ||
+ | </footer> | ||
− | + | <!-- Optional JavaScript --> | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
<!-- jQuery first, then Popper.js, then Bootstrap JS --> | <!-- jQuery first, then Popper.js, then Bootstrap JS --> | ||
<script src="https://code.jquery.com/jquery-3.2.1.min.js"></script> | <script src="https://code.jquery.com/jquery-3.2.1.min.js"></script> | ||
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" crossorigin="anonymous"></script> | <script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" crossorigin="anonymous"></script> | ||
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.min.js" integrity="sha384-smHYKdLADwkXOn1EmN1qk/HfnUcbVRZyYmZ4qpPea6sjB/pTJ0euyQp0Mk8ck+5T" crossorigin="anonymous"></script> | <script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.min.js" integrity="sha384-smHYKdLADwkXOn1EmN1qk/HfnUcbVRZyYmZ4qpPea6sjB/pTJ0euyQp0Mk8ck+5T" crossorigin="anonymous"></script> | ||
− | |||
<!-- Script controls collapsedMenus --> | <!-- Script controls collapsedMenus --> | ||
<script> | <script> | ||
− | + | ||
− | + | ||
− | + | ||
/*------------MENU STARTS-----------*/ | /*------------MENU STARTS-----------*/ | ||
Line 1,311: | Line 1,295: | ||
$("#linkContainer_Project").hover( | $("#linkContainer_Project").hover( | ||
function () { | function () { | ||
− | $('# | + | $('#navbar').css('background','#2A8481'); |
− | $("#linkContainer_Project"). | + | $("#linkContainer_Project").addClass("active"); |
− | $( | + | $("#linkContainer_ProjectChild").addClass("activeChild"); |
− | + | openMenu('#collapseProject', '#5DA565'); | |
+ | |||
}, function () { | }, function () { | ||
− | $( | + | $("#linkContainer_Project").removeClass("active"); |
− | $("# | + | $("#linkContainer_ProjectChild").removeClass("activeChild"); |
− | + | closeMenu('#collapseProject'); | |
− | + | colorNavbar(); | |
$('#collapseProject').mouseenter(function(){ | $('#collapseProject').mouseenter(function(){ | ||
− | $('# | + | $('#navbar').css('background','#2A8481'); |
− | $("#linkContainer_Project"). | + | $("#linkContainer_Project").addClass("active"); |
− | $( | + | $("#linkContainer_ProjectChild").addClass("activeChild"); |
− | + | openMenu('#collapseProject', '#5DA565'); | |
}); | }); | ||
$('#collapseProject').mouseleave(function(){ | $('#collapseProject').mouseleave(function(){ | ||
− | + | colorNavbar(); | |
− | $("#linkContainer_Project"). | + | $("#linkContainer_Project").removeClass("active"); |
− | $( | + | $("#linkContainer_ProjectChild").removeClass("activeChild"); |
− | + | closeMenu('#collapseProject'); | |
}); | }); | ||
} | } | ||
Line 1,338: | Line 1,323: | ||
$("#linkContainer_Parts").hover( | $("#linkContainer_Parts").hover( | ||
function () { | function () { | ||
− | $('# | + | $('#navbar').css('background','#2A8481'); |
− | $("#linkContainer_Parts"). | + | $("#linkContainer_Parts").addClass("active"); |
− | $( | + | $("#linkContainer_PartsChild").addClass("activeChild"); |
− | + | openMenu('#collapseParts', '#2cA555'); | |
}, function () { | }, function () { | ||
− | + | colorNavbar(); | |
− | $("#linkContainer_Parts"). | + | $("#linkContainer_Parts").removeClass("active"); |
− | $( | + | $("#linkContainer_PartsChild").removeClass("activeChild"); |
− | + | closeMenu('#collapseParts'); | |
$('#collapseParts').mouseenter(function(){ | $('#collapseParts').mouseenter(function(){ | ||
− | $('# | + | $('#navbar').css('background','#2A8481'); |
− | $("#linkContainer_Parts"). | + | $("#linkContainer_Parts").addClass("active"); |
− | $( | + | $("#linkContainer_PartsChild").addClass("activeChild"); |
− | + | openMenu('#collapseParts', '#2cA555'); | |
}); | }); | ||
$('#collapseParts').mouseleave(function(){ | $('#collapseParts').mouseleave(function(){ | ||
− | + | colorNavbar(); | |
− | $("#linkContainer_Parts"). | + | $("#linkContainer_Parts").removeClass("active"); |
− | $( | + | $("#linkContainer_PartsChild").removeClass("activeChild"); |
− | + | closeMenu('#collapseParts'); | |
}); | }); | ||
} | } | ||
Line 1,365: | Line 1,350: | ||
$("#linkContainer_People").hover( | $("#linkContainer_People").hover( | ||
function () { | function () { | ||
− | $('# | + | $('#navbar').css('background','#2A8481'); |
− | $("#linkContainer_People"). | + | $("#linkContainer_People").addClass("active"); |
− | $( | + | $("#linkContainer_PeopleChild").addClass("activeChild"); |
− | + | openMenu('#collapsePeople', '#9bA545'); | |
}, function () { | }, function () { | ||
− | + | colorNavbar(); | |
− | $("#linkContainer_People"). | + | $("#linkContainer_People").removeClass("active"); |
− | $( | + | $("#linkContainer_PeopleChild").removeClass("activeChild"); |
− | + | closeMenu('#collapsePeople'); | |
$('#collapsePeople').mouseenter(function(){ | $('#collapsePeople').mouseenter(function(){ | ||
− | $('# | + | $('#navbar').css('background','#2A8481'); |
− | $("#linkContainer_People"). | + | $("#linkContainer_People").addClass("active"); |
− | $( | + | $("#linkContainer_PeopleChild").addClass("activeChild"); |
− | + | openMenu('#collapsePeople', '#9bA545'); | |
}); | }); | ||
$('#collapsePeople').mouseleave(function(){ | $('#collapsePeople').mouseleave(function(){ | ||
− | + | colorNavbar(); | |
− | $("#linkContainer_People"). | + | $("#linkContainer_People").removeClass("active"); |
− | $( | + | $("#linkContainer_PeopleChild").removeClass("activeChild"); |
− | + | closeMenu('#collapsePeople'); | |
}); | }); | ||
} | } | ||
Line 1,392: | Line 1,377: | ||
$("#linkContainer_HP").hover( | $("#linkContainer_HP").hover( | ||
function () { | function () { | ||
− | $('# | + | $('#navbar').css('background','#2A8481'); |
− | $("#linkContainer_HP"). | + | $("#linkContainer_HP").addClass("active"); |
− | $( | + | $("#linkContainer_HPChild").addClass("activeChild"); |
− | + | openMenu('#collapseHP', '#7aA535'); | |
}, function () { | }, function () { | ||
− | + | colorNavbar(); | |
− | $("#linkContainer_HP"). | + | $("#linkContainer_HP").removeClass("active"); |
− | $( | + | $("#linkContainer_HPChild").removeClass("activeChild"); |
− | + | closeMenu('#collapseHP'); | |
$('#collapseHP').mouseenter(function(){ | $('#collapseHP').mouseenter(function(){ | ||
− | $('# | + | $('#navbar').css('background','#2A8481'); |
− | $("#linkContainer_HP"). | + | $("#linkContainer_HP").addClass("active"); |
− | $( | + | $("#linkContainer_HPChild").addClass("activeChild"); |
− | + | openMenu('#collapseHP', '#7aA535'); | |
}); | }); | ||
$('#collapseHP').mouseleave(function(){ | $('#collapseHP').mouseleave(function(){ | ||
− | + | colorNavbar(); | |
− | $("#linkContainer_HP"). | + | $("#linkContainer_HP").removeClass("active"); |
− | $( | + | $("#linkContainer_HPChild").removeClass("activeChild"); |
− | + | closeMenu('#collapseHP'); | |
}); | }); | ||
} | } | ||
Line 1,419: | Line 1,404: | ||
$("#linkContainer_Modeling").hover( | $("#linkContainer_Modeling").hover( | ||
function () { | function () { | ||
− | $('# | + | $('#navbar').css('background','#2A8481'); |
− | $("#linkContainer_Modeling"). | + | $("#linkContainer_Modeling").addClass("active"); |
− | $( | + | $("#linkContainer_ModelingChild").addClass("activeChild"); |
− | + | openMenu('#collapseModeling', '#59A525'); | |
}, function () { | }, function () { | ||
− | + | colorNavbar(); | |
− | $("#linkContainer_Modeling"). | + | $("#linkContainer_Modeling").removeClass("active"); |
− | $( | + | $("#linkContainer_ModelingChild").removeClass("activeChild"); |
− | + | closeMenu('#collapseModeling'); | |
$('#collapseModeling').mouseenter(function(){ | $('#collapseModeling').mouseenter(function(){ | ||
− | $('# | + | $('#navbar').css('background','#2A8481'); |
− | $("#linkContainer_Modeling"). | + | $("#linkContainer_Modeling").addClass("active"); |
− | $( | + | $("#linkContainer_ModelingChild").addClass("activeChild"); |
− | + | openMenu('#collapseModeling', '#59A525'); | |
}); | }); | ||
$('#collapseModeling').mouseleave(function(){ | $('#collapseModeling').mouseleave(function(){ | ||
− | + | colorNavbar(); | |
− | $("#linkContainer_Modeling"). | + | $("#linkContainer_Modeling").removeClass("active"); |
− | $( | + | $("#linkContainer_ModelingChild").removeClass("activeChild"); |
− | + | closeMenu('#collapseModeling'); | |
}); | }); | ||
} | } | ||
); | ); | ||
+ | |||
+ | $("#navbarLogoWrapper").click(function() { | ||
+ | window.location.href = "https://2018.igem.org/Team:Tec-Monterrey"; | ||
+ | }); | ||
+ | function openMenu(collapseName, collapseColor) { | ||
+ | $(".topBar").css({'height':'100%'}); | ||
+ | $(".mask").css({'background':'rgba(0,123,255,0.5)','height':'100%'}); | ||
+ | $(collapseName).css({'background-color': collapseColor}); | ||
+ | if($(".topBar").offset().top < 300){ | ||
+ | $(collapseName).stop().fadeIn(300); | ||
+ | }else{ | ||
+ | $(collapseName).stop().slideDown(400); | ||
+ | } | ||
+ | } | ||
− | + | function colorNavbar(){ | |
+ | if($(".topBar").offset().top > 300){ | ||
+ | $('#navbar').css('background','#2A8481'); | ||
+ | }else{ | ||
+ | $('#navbar').css('background','linear-gradient(180deg, rgba(0,0,0,0.5) 0%, rgba(255,255,255,0) 100%)'); | ||
+ | } | ||
+ | } | ||
+ | |||
+ | function closeMenu(collapseName){ | ||
+ | $(".topBar").css({'height':'8vh'}); | ||
+ | $(".mask").css({'background':'rgba(0,0,0,0)','height':'8vh'}); | ||
+ | if($(".topBar").offset().top < 300){ | ||
+ | $(collapseName).stop().fadeOut(200); | ||
+ | }else{ | ||
+ | $(collapseName).stop().slideUp(300); | ||
+ | } | ||
+ | } | ||
+ | |||
+ | $(window).scroll(colorNavbar); | ||
+ | $(document).ready(colorNavbar); | ||
− | $( | + | $("#navbarLogoWrapper").click(function() { |
− | + | window.location.href = "https://2018.igem.org/Team:Tec-Monterrey"; | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
}); | }); | ||
− | |||
+ | $("#squeezedBtn").hover( | ||
+ | function () { | ||
+ | $('#navbar').css('background','#2A8481'); | ||
+ | openMenu('#squeezedCollapse', '#2cA555'); | ||
+ | }, function () { | ||
+ | colorNavbar(); | ||
+ | $("#linkContainer_Parts").removeClass("active"); | ||
+ | $("#linkContainer_PartsChild").removeClass("activeChild"); | ||
+ | closeMenu('#squeezedCollapse'); | ||
+ | |||
+ | $('#squeezedCollapse').mouseenter(function(){ | ||
+ | $('#navbar').css('background','#2A8481'); | ||
+ | openMenu('#collapseParts', '#2cA555'); | ||
+ | }); | ||
+ | $('#squeezedCollapse').mouseleave(function(){ | ||
+ | colorNavbar(); | ||
+ | closeMenu('#squeezedCollapse'); | ||
+ | }); | ||
+ | } | ||
+ | ); | ||
+ | |||
/*------------MENU ENDS-----------*/ | /*------------MENU ENDS-----------*/ | ||
− | |||
− | |||
</script> | </script> | ||
− | |||
− | |||
+ | <!-- Custom JavaScript | ||
+ | <script src="https://2018.igem.org/Team:Tec-Monterrey/Javascript/StylishPortfolio?action=raw&ctype=text/javascript" type="text/javascript"></script> | ||
+ | <script src="https://2018.igem.org/Team:Tec-Monterrey/Javascript/jqueryeasingmin?action=raw&ctype=text/javascript" type="text/javascript"></script> --> | ||
+ | </body> | ||
+ | </html> | ||
− | <!-- | + | <!------------------------- FOOTER ENDS -------------------------------------------> |
Revision as of 16:44, 8 August 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.