Permalink
Cannot retrieve contributors at this time
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
tkulab/index.html
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
259 lines (223 sloc)
11.7 KB
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<meta content="IE=edge" http-equiv="X-UA-Compatible"> | |
<meta content="width=device-width,initial-scale=1" name="viewport"> | |
<meta content="Kinzer-Ursem Lab, Combined theoretical-experimental exploration of engineering, systems biology and biochemistry." name="description"> | |
<meta name="google" content="notranslate" /> | |
<!-- Disable tap highlight on IE --> | |
<meta name="msapplication-tap-highlight" content="no"> | |
<link href="./assets/apple-touch-icon.png" rel="apple-touch-icon"> | |
<link href="./assets/favicon.ico" rel="icon"> | |
<script src="./jquery-1.8.2.min.js"></script> | |
<script src="./zoomsl-3.0.min.js"></script> | |
<title>Kinzer-Ursem Lab @ Purdue</title> | |
<link href="./stylesheet.css" rel="stylesheet"></head> | |
<body> | |
<!-- Add your content of header --> | |
<header> | |
<nav class="navbar navbar-fixed-top navbar-default"> | |
<div class="container"> | |
<div class="navbar-header"> | |
<button type="button" class="navbar-toggle uarr collapsed" data-toggle="collapse" data-target="#navbar-collapse-uarr"> | |
<span class="sr-only">Toggle navigation</span> | |
<span class="icon-bar"></span> | |
<span class="icon-bar"></span> | |
<span class="icon-bar"></span> | |
</button> | |
<a class="navbar-brand" href="./index.html" title=""> | |
<img src="./assets/images/FinalTKUlogo.png" class="navbar-logo-img" alt=""> | |
</a> | |
</div> | |
<div class="collapse navbar-collapse" id="navbar-collapse-uarr"> | |
<ul class="nav navbar-nav navbar-right"> | |
<li class="index"><a href="./index.html" title="" class="active">Home</a></li> | |
<li class="research"><a href="./research.html" title=""> Research </a></li> | |
<li class="people"><a href="./people.html" title=""> People </a></li> | |
<li class="bio"><a href="./bio.html" title=""> Bio </a></li> | |
<li class="contact"><a href="./contact.html" title=""> Contact </a></li> | |
</ul> | |
</div> | |
</div> | |
</nav> | |
</header> | |
<div class="white-text-container background-image-container" style="background-image: url('./assets/images/homeMain.png')"> | |
<div class="opacity"></div> | |
<div class="container"> | |
<div class="row"> | |
<div class="col-md-6"> | |
<h1>Kinzer-Ursem Lab</h1> | |
<p> A <a href="https://www.purdue.edu/" class="purdue">Purdue University</a> research group, investigating the intersection of | |
<span style="text-shadow:2px 1px #26267F;">engineering</span>, | |
<span style="text-shadow:2px 1px #7F1919"> systems biology</span>, and | |
<span style="text-shadow:2px 1px #215921"> biochemistry </span>. | |
</p> | |
<a href="./research.html" title="" class="btn btn-lg btn-primary">Learn More!</a> | |
</div> | |
</div> | |
</div> | |
</div> | |
<div class="section-container border-section-container"> | |
<div class="container"> | |
<div class="row"> | |
<div class="col-md-12 section-container-spacer"> | |
<div class="text-center"> | |
<h2>Our Work</h2> | |
<p> We apply a multidisciplinary approach, combining a variety of techniques to study and manipulate biomolecules. We seek to both elucidate mechanisms of disease and to develop a tool set for further qualitative and quantitative analysis of proteins, DNA, and other potential biomarkers. </p> | |
</div> | |
</div> | |
<div class="col-md-4"> | |
<div class="fa-container"> | |
<div class="fa-icon" style="background-color:#26267F; -webkit-mask-image: url('./assets/images/iconEngineering.png'); -webkit-mask-size: cover" aria-hidden="true"></div> | |
</div> | |
<div class="text-center"> | |
<h3>Engineering</h3> | |
</div> | |
<div> | |
<p> > Technology development for accessible and efficient high-throughput protein biochemistry</p> | |
<p> > Microfluidics for rapid and highly sensitive measurements of biomolecules in solution</p> | |
</br> | |
</div> | |
</div> | |
<div class="col-md-4"> | |
<div class="fa-container"> | |
<div class="fa-icon" style="background-color:#7F1919; -webkit-mask-image: url('./assets/images/iconSystembio.png'); -webkit-mask-size: cover" aria-hidden="true"></div> | |
</div> | |
<div class="text-center"> | |
<h3>Systems Biology</h3> | |
</div> | |
<div> | |
<p> > Dynamic mathematical models of protein motion, spatial localization, and reaction mechanics</p> | |
<p> > Studies of calcium modulated protein signaling related to learning and memory formation</p> | |
</br> | |
</div> | |
</div> | |
<div class="col-md-4"> | |
<div class="fa-container"> | |
<div class="fa-icon" style="background-color:#215921; -webkit-mask-image: url('./assets/images/iconDNA.png'); -webkit-mask-size: cover" aria-hidden="true"></div> | |
</div> | |
<div class="text-center"> | |
<h3>Biochemistry</h3> | |
</div> | |
<div> | |
<p> > Nucleic acid amplification techniques for measurement of trace biochemical signals</p> | |
<p> > Protein engineering, expression, and purification for selective protein labeling and analysis</p> | |
</br> | |
</div> | |
</div> | |
<div class="col-xs-12"> | |
<div id="carouselExampleIndicators" class="carousel slide" data-ride="carousel" data-interval="60000"> | |
<div class="carousel-inner" role="listbox"> | |
<div class="item active"> | |
<span class="img-helper"></span><img class="img-carousel-slide" src="./assets/posters/poster1-mPharris-ruleBasedCaMKII.png" data-large="./assets/posters/poster1-mPharris-ruleBasedCaMKII.png" alt="Rule Based Models!"> | |
</div> | |
<div class="item"> | |
<span class="img-helper"></span><img class="img-carousel-slide" src="./assets/posters/poster2-tVanDyk-amparTraffickingSS.png" data-large="./assets/posters/poster2-tVanDyk-amparTraffickingSS.png" alt="AMPAR Trafficking!"> | |
</div> | |
<div class="item"> | |
<span class="img-helper"></span><img class="img-carousel-slide" src="./assets/posters/poster1-mPharris-ruleBasedCaMKII.png" data-large="./assets/posters/poster1-mPharris-ruleBasedCaMKII.png" alt="Rule Based Models!"> | |
</div> | |
<div class="item"> | |
<span class="img-helper"></span><img class="img-carousel-slide" src="./assets/posters/poster2-tVanDyk-amparTraffickingSS.png" data-large="./assets/posters/poster2-tVanDyk-amparTraffickingSS.png" alt="AMPAR Trafficking!"> | |
</div> | |
</div> | |
<ol class="carousel-indicators"> | |
<li data-target="#carouselExampleIndicators" data-slide-to="0" class="active"></li> | |
<li data-target="#carouselExampleIndicators" data-slide-to="1"></li> | |
<li data-target="#carouselExampleIndicators" data-slide-to="2"></li> | |
<li data-target="#carouselExampleIndicators" data-slide-to="3"></li> | |
</ol> | |
</div> | |
</div> | |
</div> | |
</div> | |
</div> | |
<div class="section-container background-color-container white-text-container"> | |
<div class="container"> | |
<div class="row"> | |
<div class="col-xs-12"> | |
<div class="text-center"> | |
<h2>Twitter Feed?</h2> | |
<a href="https://twitter.com/intent/tweet?button_hashtag=TKULab&ref_src=twsrc%5Etfw" class="twitter-hashtag-button" data-show-count="false">Tweet #TKULab</a><script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script> | |
</div> | |
</div> | |
</div> | |
</div> | |
</div> | |
<footer> | |
<div class="section-container footer-container"> | |
<div class="container"> | |
<div class="row"> | |
<div class="col-md-4"> | |
<h4>About us</h4> | |
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc sit amet consectetur dolor</p> | |
</div> | |
<div class="col-md-4"> | |
<h4>Do you like ? Share this !</h4> | |
<p> | |
<a href="https://facebook.com/" class="social-round-icon white-round-icon fa-icon" title=""> | |
<i class="fa fa-facebook" aria-hidden="true"></i> | |
</a> | |
<a href="https://twitter.com/" class="social-round-icon white-round-icon fa-icon" title=""> | |
<i class="fa fa-twitter" aria-hidden="true"></i> | |
</a> | |
<a href="https://www.linkedin.com/" class="social-round-icon white-round-icon fa-icon" title=""> | |
<i class="fa fa-linkedin" aria-hidden="true"></i> | |
</a> | |
</p> | |
<p><small>© Untitled | Website created with <a href="http://www.mashup-template.com/" class="link-like-text" title="Create website with free html template">Mashup Template</a>/<a href="http://www.unsplash.com/" class="link-like-text" title="Beautiful Free Images">Unsplash</a></small></p> | |
</div> | |
<div class="col-md-4"> | |
<h4>Subscribe to newsletter</h4> | |
<div class="form-group"> | |
<div class="input-group"> | |
<input type="text" class="form-control footer-input-text"> | |
<div class="input-group-btn"> | |
<button type="button" class="btn btn-primary btn-newsletter ">OK</button> | |
</div> | |
</div> | |
</div> | |
</div> | |
</div> | |
</div> | |
</div> | |
</footer> | |
<script> | |
document.addEventListener("DOMContentLoaded", function (event) { | |
navActivePage(); | |
}); | |
</script> | |
<!--FIXME--> | |
<script> | |
jQuery(function(){ | |
// если отсутсвует zoomsl-3.0.min.js | |
if(!$.fn.imagezoomsl){ | |
$('.msg').show(); | |
return; | |
} | |
else $('.msg').hide(); | |
$(".img-carousel-slide").imagezoomsl ({ | |
innerzoommagnifier: true, | |
classmagnifier: window.external ? window.navigator.vendor === 'Yandex' ? "" : 'round-loupe' : "", | |
magnifierborder : "5px solid # F0F0F0", // fix for Opera, Safary, Yandex | |
zoomrange: [1.5 ,4], | |
zoomstart: 1.5, | |
magnifiersize: [400, 400] | |
}); | |
}); | |
</script> | |
<!-- Google Analytics: change UA-XXXXX-X to be your site's ID | |
<script> | |
(function (i, s, o, g, r, a, m) { | |
i['GoogleAnalyticsObject'] = r; i[r] = i[r] || function () { | |
(i[r].q = i[r].q || []).push(arguments) | |
}, i[r].l = 1 * new Date(); a = s.createElement(o), | |
m = s.getElementsByTagName(o)[0]; a.async = 1; a.src = g; m.parentNode.insertBefore(a, m) | |
})(window, document, 'script', '//www.google-analytics.com/analytics.js', 'ga'); | |
ga('create', 'UA-XXXXX-X', 'auto'); | |
ga('send', 'pageview'); | |
</script> | |
--> | |
<script type="text/javascript" src="./main.41beeca9.js"></script></body> | |
</html> |