Team:UANL Mty-Mexico/beta/1

From 2013.igem.org

(Difference between revisions)
 
(27 intermediate revisions not shown)
Line 1: Line 1:
-
{{:Team:UANL_Mty-Mexico/CoreCSS}}
+
{{:Team:UANL_Mty-Mexico/Templates:Main}}
-
{{:Team:UANL_Mty-Mexico/CarouselCSS}}
+
<html>
-
{{:Team:UANL_Mty-Mexico/js}}
+
<body>
-
<html lang="en">
+
      <!-- Jumbotron -->
-
  <head>
+
       <div class="jumbotron">
-
    <meta charset="utf-8">
+
<!--<img src="https://dl.dropboxusercontent.com/u/82007410/banner21.jpg" width="650px">-->
-
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
+
        <h1>iGEM UANL MX</h1>
-
    <meta name="description" content="">
+
        <p class="lead">Our wiki is still under construction. It will be up and running very soon, please come back later. Thanks for visiting!</p>
-
    <meta name="author" content="">
+
        <p><a class="btn btn-lg btn-success" href="#">Get started today</a></p>
-
    <link rel="shortcut icon" href="../../assets/ico/favicon.png">
+
-
 
+
-
    <title>Carousel Template for Bootstrap</title>
+
-
 
+
-
  </head>
+
-
<!-- NAVBAR
+
-
================================================== -->
+
-
  <body>
+
-
    <div class="navbar-wrapper">
+
-
       <div class="container">
+
-
 
+
-
        <div class="navbar navbar-inverse navbar-static-top">
+
-
          <div class="container">
+
-
            <div class="navbar-header">
+
-
              <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
+
-
                <span class="icon-bar"></span>
+
-
                <span class="icon-bar"></span>
+
-
                <span class="icon-bar"></span>
+
-
              </button>
+
-
              <a class="navbar-brand" href="#">Project name</a>
+
-
            </div>
+
-
            <div class="navbar-collapse collapse">
+
-
              <ul class="nav navbar-nav">
+
-
                <li class="active"><a href="#">Home</a></li>
+
-
                <li><a href="#about">About</a></li>
+
-
                <li><a href="#contact">Contact</a></li>
+
-
                <li class="dropdown">
+
-
                  <a href="#" class="dropdown-toggle" data-toggle="dropdown">Dropdown <b class="caret"></b></a>
+
-
                  <ul class="dropdown-menu">
+
-
                    <li><a href="#">Action</a></li>
+
-
                    <li><a href="#">Another action</a></li>
+
-
                    <li><a href="#">Something else here</a></li>
+
-
                    <li class="divider"></li>
+
-
                    <li class="dropdown-header">Nav header</li>
+
-
                    <li><a href="#">Separated link</a></li>
+
-
                    <li><a href="#">One more separated link</a></li>
+
-
                  </ul>
+
-
                </li>
+
-
              </ul>
+
-
            </div>
+
-
          </div>
+
-
        </div>
+
-
 
+
       </div>
       </div>
-
    </div>
 
-
 
+
       <!-- Example row of columns -->
-
    <!-- Carousel
+
-
    ================================================== -->
+
-
    <div id="myCarousel" class="carousel slide">
+
-
       <!-- Indicators -->
+
-
      <ol class="carousel-indicators">
+
-
        <li data-target="#myCarousel" data-slide-to="0" class="active"></li>
+
-
        <li data-target="#myCarousel" data-slide-to="1"></li>
+
-
        <li data-target="#myCarousel" data-slide-to="2"></li>
+
-
      </ol>
+
-
      <div class="carousel-inner">
+
-
        <div class="item active">
+
-
          <img src="data:image/png;base64," data-src="holder.js/100%x500/auto/#777:#7a7a7a/text:First slide" alt="First slide">
+
-
          <div class="container">
+
-
            <div class="carousel-caption">
+
-
              <h1>Example headline.</h1>
+
-
              <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.</p>
+
-
              <p><a class="btn btn-large btn-primary" href="#">Sign up today</a></p>
+
-
            </div>
+
-
          </div>
+
-
        </div>
+
-
        <div class="item">
+
-
          <img src="data:image/png;base64," data-src="holder.js/100%x500/auto/#777:#7a7a7a/text:Second slide" alt="Second slide">
+
-
          <div class="container">
+
-
            <div class="carousel-caption">
+
-
              <h1>Another example headline.</h1>
+
-
              <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.</p>
+
-
              <p><a class="btn btn-large btn-primary" href="#">Learn more</a></p>
+
-
            </div>
+
-
          </div>
+
-
        </div>
+
-
        <div class="item">
+
-
          <img src="data:image/png;base64," data-src="holder.js/100%x500/auto/#777:#7a7a7a/text:Third slide" alt="Third slide">
+
-
          <div class="container">
+
-
            <div class="carousel-caption">
+
-
              <h1>One more for good measure.</h1>
+
-
              <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.</p>
+
-
              <p><a class="btn btn-large btn-primary" href="#">Browse gallery</a></p>
+
-
            </div>
+
-
          </div>
+
-
        </div>
+
-
      </div>
+
-
      <a class="left carousel-control" href="#myCarousel" data-slide="prev"><span class="glyphicon glyphicon-chevron-left"></span></a>
+
-
      <a class="right carousel-control" href="#myCarousel" data-slide="next"><span class="glyphicon glyphicon-chevron-right"></span></a>
+
-
    </div><!-- /.carousel -->
+
-
 
+
-
 
+
-
 
+
-
    <!-- Marketing messaging and featurettes
+
-
    ================================================== -->
+
-
    <!-- Wrap the rest of the page in another container to center all the content. -->
+
-
 
+
-
    <div class="container marketing">
+
-
 
+
-
      <!-- Three columns of text below the carousel -->
+
       <div class="row">
       <div class="row">
         <div class="col-lg-4">
         <div class="col-lg-4">
-
          <img class="img-circle" src="data:image/png;base64," data-src="holder.js/140x140" alt="Generic placeholder image">
+
<img src="https://dl.dropboxusercontent.com/u/82007410/cuadro1.png" width="290 px">
-
           <h2>Heading</h2>
+
           <h3> Project</h3>
-
           <p>Donec sed odio dui. Etiam porta sem malesuada magna mollis euismod. Nullam id dolor id nibh ultricies vehicula ut id elit. Morbi leo risus, porta ac consectetur ac, vestibulum at eros. Praesent commodo cursus magna.</p>
+
           <p>Our main purpose is to provide a proof of concept for the use of RNA thermometers to regulate the expression of a transcription factor in artificial genetic circuits. We also provide guidelines for the standard characterization of other RNA thermometers and point at possible applications.</p>
-
           <p><a class="btn btn-default" href="#">View details &raquo;</a></p>
+
           <p><a class="btn btn-primary" href="#"><font color="#fff">View details &raquo;</font></a></p>
-
         </div><!-- /.col-lg-4 -->
+
         </div>
         <div class="col-lg-4">
         <div class="col-lg-4">
-
          <img class="img-circle" src="data:image/png;base64," data-src="holder.js/140x140" alt="Generic placeholder image">
+
<img src="https://dl.dropboxusercontent.com/u/82007410/cuadro3.png" width="290 px">
-
           <h2>Heading</h2>
+
           <h3>Math</h3>
-
           <p>Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Cras mattis consectetur purus sit amet fermentum. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh.</p>
+
           <p>We developed a model for the characterization of the dynamic behavior of RNA thermometers. We propose some of the parameters of our model to be used as quantitative points of reference to help us understand and reliably compare the behavior of RNA thermometers.</p>
-
           <p><a class="btn btn-default" href="#">View details &raquo;</a></p>
+
           <p><a class="btn btn-primary" href="#"><font color="#fff">View details &raquo;</font></a></p>
-
        </div><!-- /.col-lg-4 -->
+
      </div>
         <div class="col-lg-4">
         <div class="col-lg-4">
-
          <img class="img-circle" src="data:image/png;base64," data-src="holder.js/140x140" alt="Generic placeholder image">
+
<img src="https://dl.dropboxusercontent.com/u/82007410/cuadro2.png" width="290 px">
-
           <h2>Heading</h2>
+
           <h3>Heading</h3>
-
           <p>Donec sed odio dui. Cras justo odio, dapibus ac facilisis in, egestas eget quam. Vestibulum id ligula porta felis euismod semper. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus.</p>
+
           <p>Donec sed odio dui. Cras justo odio, dapibus ac facilisis in, egestas eget quam. Vestibulum id ligula porta felis euismod semper. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa.</p>
-
           <p><a class="btn btn-default" href="#">View details &raquo;</a></p>
+
           <p><a class="btn btn-primary" href="#"><font color="#fff">View details &raquo;</font></a></p>
-
        </div><!-- /.col-lg-4 -->
+
-
      </div><!-- /.row -->
+
-
 
+
-
 
+
-
      <!-- START THE FEATURETTES -->
+
-
 
+
-
      <hr class="featurette-divider">
+
-
 
+
-
      <div class="row featurette">
+
-
        <div class="col-md-7">
+
-
          <h2 class="featurette-heading">First featurette heading. <span class="text-muted">It'll blow your mind.</span></h2>
+
-
          <p class="lead">Donec ullamcorper nulla non metus auctor fringilla. Vestibulum id ligula porta felis euismod semper. Praesent commodo cursus magna, vel scelerisque nisl consectetur. Fusce dapibus, tellus ac cursus commodo.</p>
+
-
        </div>
+
-
        <div class="col-md-5">
+
-
          <img class="featurette-image img-responsive" src="data:image/png;base64," data-src="holder.js/500x500/auto" alt="Generic placeholder image">
+
         </div>
         </div>
       </div>
       </div>
-
 
-
      <hr class="featurette-divider">
 
-
 
-
      <div class="row featurette">
 
-
        <div class="col-md-5">
 
-
          <img class="featurette-image img-responsive" src="data:image/png;base64," data-src="holder.js/500x500/auto" alt="Generic placeholder image">
 
-
        </div>
 
-
        <div class="col-md-7">
 
-
          <h2 class="featurette-heading">Oh yeah, it's that good. <span class="text-muted">See for yourself.</span></h2>
 
-
          <p class="lead">Donec ullamcorper nulla non metus auctor fringilla. Vestibulum id ligula porta felis euismod semper. Praesent commodo cursus magna, vel scelerisque nisl consectetur. Fusce dapibus, tellus ac cursus commodo.</p>
 
-
        </div>
 
-
      </div>
 
-
 
-
      <hr class="featurette-divider">
 
-
 
-
      <div class="row featurette">
 
-
        <div class="col-md-7">
 
-
          <h2 class="featurette-heading">And lastly, this one. <span class="text-muted">Checkmate.</span></h2>
 
-
          <p class="lead">Donec ullamcorper nulla non metus auctor fringilla. Vestibulum id ligula porta felis euismod semper. Praesent commodo cursus magna, vel scelerisque nisl consectetur. Fusce dapibus, tellus ac cursus commodo.</p>
 
-
        </div>
 
-
        <div class="col-md-5">
 
-
          <img class="featurette-image img-responsive" src="data:image/png;base64," data-src="holder.js/500x500/auto" alt="Generic placeholder image">
 
-
        </div>
 
-
      </div>
 
-
 
-
      <hr class="featurette-divider">
 
-
 
-
      <!-- /END THE FEATURETTES -->
 
-
 
-
 
-
      <!-- FOOTER -->
 
-
      <footer>
 
-
        <p class="pull-right"><a href="#">Back to top</a></p>
 
-
        <p>&copy; 2013 Company, Inc. &middot; <a href="#">Privacy</a> &middot; <a href="#">Terms</a></p>
 
-
      </footer>
 
-
 
-
    </div><!-- /.container -->
 
-
 
-
  </body>
 
-
 
-
 
-
    <!-- Bootstrap core JavaScript
 
-
    ================================================== -->
 
-
    <!-- Placed at the end of the document so the pages load faster -->
 
</html>
</html>
 +
{{:Team:UANL_Mty-Mexico/Templates:Footer}}

Latest revision as of 03:17, 6 September 2013

UANL México

iGEM UANL MX

Our wiki is still under construction. It will be up and running very soon, please come back later. Thanks for visiting!

Get started today

Project

Our main purpose is to provide a proof of concept for the use of RNA thermometers to regulate the expression of a transcription factor in artificial genetic circuits. We also provide guidelines for the standard characterization of other RNA thermometers and point at possible applications.

View details »

Math

We developed a model for the characterization of the dynamic behavior of RNA thermometers. We propose some of the parameters of our model to be used as quantitative points of reference to help us understand and reliably compare the behavior of RNA thermometers.

View details »

Heading

Donec sed odio dui. Cras justo odio, dapibus ac facilisis in, egestas eget quam. Vestibulum id ligula porta felis euismod semper. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa.

View details »

Creative Commons License