|
|
(118 intermediate revisions not shown) |
Line 1: |
Line 1: |
- | <html> | + | <html lang="en"> |
- | <head>
| + | <head> |
- | <title></title> | + | <title>modeling</title> |
- | <meta name="viewport" content="width=device-width, initial-scale=1.0">
| + | <link href="https://googledrive.com/host/0B4ZBZOYYKBzEVHRaZEdUVGo5cjA" type="text/css" rel="stylesheet"/> |
- | <!-- Bootstrap -->
| + | <script src="https://googledrive.com/host/0B4ZBZOYYKBzETkFqdnhMeV9fMzA" ></script> |
- | <link href="https://googledrive.com/host/0B4ZBZOYYKBzEeUFaR1lNWFZWMnc" rel="stylesheet" media="screen"> | + | <script src="https://googledrive.com/host/0B4ZBZOYYKBzEZTdBSFdUV19LYjQ" type="text/javascript"></script> |
- | <link href="https://googledrive.com/host/0B4ZBZOYYKBzEYUtsRS1ZWHM2bTQ" type="text/css" rel="stylesheet"/> | + | <script src="https://googledrive.com/host/0B4ZBZOYYKBzEblVWdXkta245Y0k/" type="text/javascript"> </script> <!--javascript--> |
| + | <script> |
| + | $(document).ready(function($) { |
| | | |
| + | /*load in the sidebar*/ |
| + | $('.left_wrap').load('https://googledrive.com/host/0B4ZBZOYYKBzEclFHMmpZcVlydmc'); |
| | | |
- |
| + | }); |
- | <style> | + | </script> |
- | /*fonts/headings*/
| + | <style> |
- | h4 {
| + | |
- | text-align: center;
| + | |
- | }
| + | |
| | | |
- |
| |
- |
| |
- |
| |
- | /*Brady Bunch Table and background section*/
| |
- | .team {
| |
- | float: center;
| |
- | margin-left: 200px;
| |
- | }
| |
- |
| |
- | .team td {
| |
- | overflow: hidden;
| |
- | height:175px;
| |
- | width:220px;
| |
- | display: inline-block;
| |
- | padding:5px;
| |
| | | |
- | }
| |
| | | |
- | .hidden { /*change this class when hovered*/
| |
- | display: none;
| |
- | }
| |
- | .team img {
| |
- | max-width:100%;
| |
- | max-height:100%;
| |
- | }
| |
- |
| |
- | .name {
| |
- | position: absolute;
| |
- | margin-bottom: 30px;
| |
- | width: 220px;
| |
- | height: 0px;
| |
- | display: none;
| |
- | background-color: white;
| |
- | margin-top: -50px;
| |
- | -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
| |
- | filter: alpha(opacity=70);
| |
- | -moz-opacity: 0.7;
| |
- | -khtml-opacity: 0.7;
| |
- | opacity: 0.7;
| |
- | }
| |
- |
| |
- | .one {
| |
- | height:800px;
| |
- | position: relative;
| |
- | padding-top: 30px;
| |
- | width: 100%;
| |
- | background-image: url("https://dl.dropboxusercontent.com/sh/h4cxid18rzzjgan/Yn0SK0Y0-7/snap.JPG?token_hash=AAGlfzG2xZpKrOTI8pyH02EbYxY1vK3QLUWKsWuYdaPbYg");
| |
- | background-position: 300px
| |
- | background-repeat: no-repeat;
| |
- | background-size: 100%;
| |
- | background-attachment: fixed;
| |
- | -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
| |
- | filter: alpha(opacity=70);
| |
- | -moz-opacity: 0.7;
| |
- | -khtml-opacity: 0.7;
| |
- | opacity: 0.7;
| |
- | }
| |
- |
| |
- | .two {
| |
- | height:800px;
| |
- | position: relative;
| |
- | padding-top: 30px;
| |
- | width: 100%;
| |
- | background-color: #50393F;
| |
- | background-image: url("https://dl.dropboxusercontent.com/sh/h4cxid18rzzjgan/-ZtRJ7Gu1U/photo-8.JPG?token_hash=AAGlfzG2xZpKrOTI8pyH02EbYxY1vK3QLUWKsWuYdaPbYg");
| |
- | background-position: 300px -100px;
| |
- | background-repeat: no-repeat;
| |
- | background-size: 80%;
| |
- | background-attachment: fixed;
| |
- | -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
| |
- | filter: alpha(opacity=70);
| |
- | -moz-opacity: 0.7;
| |
- | -khtml-opacity: 0.7;
| |
- | opacity: 0.7;
| |
- | }
| |
- |
| |
- | .three {
| |
- | /*
| |
- | no background image for now
| |
- | background-image: url("https://dl.dropboxusercontent.com/sh/h4cxid18rzzjgan/8XND1QonMj/Profile%20Photos/coolbluestuff.jpg?token_hash=AAGlfzG2xZpKrOTI8pyH02EbYxY1vK3QLUWKsWuYdaPbYg");*/
| |
- | position: relative;
| |
- | text-align: center;
| |
- | height:800px;
| |
- | width: 100%;
| |
- | padding-top: 50px;
| |
- | }
| |
- |
| |
- | /*Make hero unit slightly transparent*/
| |
- | .hero-unit {
| |
- | -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
| |
- | filter: alpha(opacity=70);
| |
- | -moz-opacity: 0.7;
| |
- | -khtml-opacity: 0.7;
| |
- | opacity: 0.7;
| |
- | }
| |
- |
| |
- |
| |
| </style> | | </style> |
- | </head>
| + | </head> |
- | <body>
| + | <body> |
- |
| + | <img src="http://upload.wikimedia.org/wikipedia/en/d/d6/IGEM_official_logo.png" id="igem"/><!--igem logo--> |
- |
| + | <img src="http://collegediabetesnetwork.org/wp-content/uploads/2012/07/UPenn_logo1.png" id="penn"/> <!--penn logo--> |
- | <div class="navbar-wrapper"> | + | <div class="left_wrap"> |
- | <!-- Wrap the .navbar in .container to center it within the absolutely positioned parent. -->
| + | </div> </div> |
- | <div class="container">
| + | <div class="section1" style="background-position: top;"> |
| + | <div class="text"> |
| + | <b><center><h1> |
| + | Project Description |
| + | </b></center></h1> |
| + | <br> |
| + | The code of life is more than a sequence of A’s, C’s, T’s and G’s; epigenetic modifications, such as DNA methylation, are powerful and heritable regulators of gene expression. Targeted methyltransferases are enzymes that catalyze sequence-specific methylation – the most useful tool for engineering the epigenome. With a synthetic biology approach, we developed an assay to test targeted methyltransferases without expensive, time-consuming traditional methods. Our modular single-plasmid system allows methyltransferases to be easily cloned and tested via inexpensive digestion assays, quickly measuring the existence and extent of targeted methylation. Additionally, our plasmid contains standardized primer-binding sites for methylation-sensitive sequencing, and our E. coli chassis effectively eliminated noise associated with methylation studies. We are using this assay to characterize our novel targeted methyltransferases, which could be used to study epigenetic modifications. In the future, synthetic biologists could embrace these tools to explore the next frontier in engineering biological systems: the epigenome.</center> |
| + | <br><br> |
| | | |
- | <div class="navbar navbar-inverse">
| |
- | <div class="navbar-inner">
| |
- | <!-- Responsive Navbar Part 1: Button for triggering responsive navbar (not covered in tutorial). Include responsive CSS to utilize. -->
| |
- | <button type="button" class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
| |
- | <span class="icon-bar"></span>
| |
- | <span class="icon-bar"></span>
| |
- | <span class="icon-bar"></span>
| |
- | </button>
| |
- | <a class="brand" href="#">Penn's iGEM Team</a>
| |
- | <!-- Responsive Navbar Part 2: Place all navbar contents you want collapsed withing .navbar-collapse.collapse. -->
| |
- | <div class="nav-collapse collapse">
| |
- | <ul class="nav">
| |
- | <li class="active"><a href="2013.igem.org/Team:Penn">Home</a></li>
| |
- | <!-- Read about Bootstrap dropdowns at http://twitter.github.com/bootstrap/javascript.html#dropdowns -->
| |
- | <li class="dropdown">
| |
- | <a href="#" class="dropdown-toggle" data-toggle="dropdown">About <b class="caret"></b></a>
| |
- | <ul class="dropdown-menu">
| |
- | <li><a href="2013.igem.org/Team:Penn#three">Team</a></li>
| |
- | <li><a href="2013.igem.org/Team:Penn/Sponsors">Sponsors</a></li>
| |
- | <li><a href="https://igem.org/Team.cgi?year=2013">Official Team Profile</a></li>
| |
- | <!--<li class="divider"></li>
| |
- | <li class="nav-header">Nav header</li>
| |
- | <li><a href="#">Separated link</a></li>
| |
- | <li><a href="#">One more separated link</a></li>-->
| |
- | </ul>
| |
- | </li>
| |
- | <li><a href="2013.igem.org/Team:Penn/Project">Project</a></li>
| |
- | <li><a href="2013.igem.org/Team:Penn/HumanPractices">Human Practices</a></li>
| |
- | <li><a href="2013.igem.org/Team:Penn/Outreach">Outreach</a></li>
| |
- | <li class="dropdown">
| |
- | <a href="#" class="dropdown-toggle" data-toggle="dropdown">In the Lab <b class="caret"></b></a>
| |
- | <ul class="dropdown-menu">
| |
- |
| |
- | <li><a href="2013.igem.org/Team:Penn/Notebook">Notebook</a></li>
| |
- | <li><a href="2013.igem.org/Team:Penn/Parts">Parts</a></li>
| |
- | <li><a href="2013.igem.org/Team:Penn/Modeling">Modeling</a></li>
| |
- | <li><a href="2013.igem.org/Team:Penn/Safety">Safety</a></li>
| |
- | </ul>
| |
- | </li>
| |
- | </ul>
| |
- | </div><!--/.nav-collapse -->
| |
- | </div><!-- /.navbar-inner -->
| |
- | </div><!-- /.navbar -->
| |
- |
| |
- | </div> <!-- /.container -->
| |
- | </div><!-- /.navbar-wrapper -->
| |
| | | |
| + | </div> |
| + | </div> |
| | | |
- | <div class="one">
| |
- |
| |
- | <div class="hero-unit">
| |
- | <h1>Our Project</h1>
| |
- | <p><!--Tagline goes here--></p>
| |
- | <p>Cras justo odio, dapibus ac facilisis in, egestas eget quam. Donec id elit non mi porta gravida at eget metus. Nullam id dolor id nibh ultricies vehicula ut id elit.
| |
- | </a>
| |
- | </p>
| |
- | </div>
| |
- | </div>
| |
- | </div>
| |
| | | |
- | | + | |
- |
| + | </body> |
- |
| + | <script> |
- |
| + | </script>br/ |
- |
| + | |
- |
| + | |
- |
| + | |
- |
| + | |
- | <script src="https://googledrive.com/host/0B4ZBZOYYKBzETkFqdnhMeV9fMzA" ></script>
| + | |
- | <script src="https://googledrive.com/host/0B4ZBZOYYKBzEZTdBSFdUV19LYjQ"></script>
| + | |
- |
| + | |
- | <script src="../assets/js/jquery.js"></script>
| + | |
- | <script src="../assets/js/bootstrap-transition.js"></script>
| + | |
- | <script src="../assets/js/bootstrap-alert.js"></script>
| + | |
- | <script src="../assets/js/bootstrap-modal.js"></script>
| + | |
- | <script src="../assets/js/bootstrap-dropdown.js"></script>
| + | |
- | <script src="../assets/js/bootstrap-scrollspy.js"></script>
| + | |
- | <script src="../assets/js/bootstrap-tab.js"></script>
| + | |
- | <script src="../assets/js/bootstrap-tooltip.js"></script>
| + | |
- | <script src="../assets/js/bootstrap-popover.js"></script>
| + | |
- | <script src="../assets/js/bootstrap-button.js"></script>
| + | |
- | <script src="../assets/js/bootstrap-collapse.js"></script>
| + | |
- | <script src="../assets/js/bootstrap-carousel.js"></script>
| + | |
- | <script src="../assets/js/bootstrap-typeahead.js"></script>
| + | |
- | <script>
| + | |
- | !function ($) {
| + | |
- | $(function(){
| + | |
- | // carousel demo
| + | |
- | $('#myCarousel').carousel()
| + | |
- |
| + | |
- |
| + | |
- | }(window.jQuery)
| + | |
- | </script>
| + | |
- | <script src="../assets/js/holder/holder.js"></script>
| + | |
- | </body>
| + | |
| </html> | | </html> |