Difference between revisions of "Template:IONIS Paris-test"

 
(256 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<html>
+
<html lang="en">
 +
<head>
 +
<meta charset="UTF-8" />
 +
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
 +
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
 +
<title >IONIS Paris</title>
  
<head>
+
<!-- Google fonts -->
 +
<link href='http://fonts.googleapis.com/css?family=Roboto:400,300,700' rel='stylesheet' type='text/css'>
  
    <meta charset="utf-8">
+
<!-- font awesome -->
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
+
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
    <meta name="viewport" content="width=device-width, initial-scale=1">
+
    <meta name="description" content="">
+
    <meta name="author" content="">
+
  
    <title>IONIS iGEM 2015</title>
+
<!-- favicon -->
 +
<link rel="shortcut icon" href="images/favicon.ico" type="image/x-icon">
 +
<link rel="icon" href="images/favicon.ico" type="image/x-icon">
  
 
 
   
 
</head>
 
  
<body>
+
</head>
  
 +
<body>
 +
<div class="topbar animated fadeInLeftBig"></div>
  
 +
<!-- Banner -->
  
    <!-- Header -->
+
<div class="banner row" id="banner">
    <header id="top" class="header">
+
<div class="parallax text-center" style="background-image: url(https://static.igem.org/mediawiki/2015/2/2f/TEST.jpg);width:100%;">
        <div class="text-vertical-center">
+
<div class="parallax-pattern-overlay" style="background: rgb(200,200,200,0.6);background-size: cover; color:#fff; ">
            <h1>HOME</h1>
+
<div class="container text-center" style="height:580px;padding-top:20px;">
            <h3>The Bio Console</h3>
+
<h2 class="intro wow zoomIn" wow-data-delay="0.4s" wow-data-duration="0.9s" style="padding-top:75px;">IONIS Paris iGEM</h2>
            <br>
+
<a href="#"><img id="site-title" class=" wow fadeInDown" wow-data-delay="0.0s" wow-data-duration="0.9s" src="https://static.igem.org/mediawiki/2015/d/d8/Logo-Blanc-sans_fond.png"  width="500" height=auto alt="logo"/></a>
            <a href="#about" class="btn btn-dark btn-lg">More</a>
+
<!-- https://static.igem.org/mediawiki/2015/8/83/Logo_IONIS.png -->
        </div>
+
    </header>
+
</div>
 +
</div>
 +
</div>
 +
</div>
  
    <!-- About -->
 
    <section id="about" class="about">
 
        <div class="container">
 
            <div class="row">
 
                <div class="col-lg-12 text-center">
 
                    <h2>Learn about our project!</h2>
 
                 
 
                </div>
 
            </div>
 
            <!-- /.row -->
 
        </div>
 
        <!-- /.container -->
 
    </section>
 
  
    <!-- Services -->
+
<!--img src="https://static.igem.org/mediawiki/2015/0/07/Fond_IONIS.jpg" alt="banner"-->
    <!-- The circle icons use Font Awesome's stacked icon classes.-->
+
 
    <section id="services" class="services bg-primary">
+
        <div class="container">
+
            <div class="row text-center">
+
                <div class="col-lg-10 col-lg-offset-1">
+
                    <h2>Our Project</h2>
+
                    <hr class="small">
+
                    <div class="row">
+
                        <div class="col-md-3 col-sm-6">
+
                            <div class="service-item">
+
                                <span class="fa-stack fa-4x">
+
                                <i class="fa fa-circle fa-stack-2x"></i>
+
                                <i class="fa fa-cloud fa-stack-1x text-primary"></i>
+
                            </span>
+
                                <h4>
+
                                    <strong>Bio Console</strong>
+
                                </h4>
+
                                <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit.</p>
+
                                <a href="#" class="btn btn-light">Learn More</a>
+
                            </div>
+
                        </div>
+
                        <div class="col-md-3 col-sm-6">
+
                            <div class="service-item">
+
                                <span class="fa-stack fa-4x">
+
                                <i class="fa fa-circle fa-stack-2x"></i>
+
                                <i class="fa fa-compass fa-stack-1x text-primary"></i>
+
                            </span>
+
                                <h4>
+
                                    <strong>Mobile application</strong>
+
                                </h4>
+
                                <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit.</p>
+
                                <a href="#" class="btn btn-light">Learn More</a>
+
                            </div>
+
                        </div>
+
                        <div class="col-md-3 col-sm-6">
+
                            <div class="service-item">
+
                                <span class="fa-stack fa-4x">
+
                                <i class="fa fa-circle fa-stack-2x"></i>
+
                                <i class="fa fa-flask fa-stack-1x text-primary"></i>
+
                            </span>
+
                                <h4>
+
                                    <strong>Human Practices</strong>
+
                                </h4>
+
                                <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit.</p>
+
                                <a href="#" class="btn btn-light">Learn More</a>
+
                            </div>
+
                        </div>
+
                        <div class="col-md-3 col-sm-6">
+
                            <div class="service-item">
+
                                <span class="fa-stack fa-4x">
+
                                <i class="fa fa-circle fa-stack-2x"></i>
+
                                <i class="fa fa-shield fa-stack-1x text-primary"></i>
+
                            </span>
+
                                <h4>
+
                                    <strong>Modeling</strong>
+
                                </h4>
+
                                <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit.</p>
+
                                <a href="#" class="btn btn-light">Learn More</a>
+
                            </div>
+
                        </div>
+
                    </div>
+
                    <!-- /.row (nested) -->
+
                </div>
+
                <!-- /.col-lg-10 -->
+
            </div>
+
            <!-- /.row -->
+
        </div>
+
        <!-- /.container -->
+
    </section>
+
  
    <!-- Callout -->
+
<!-- Introduction -->
    <aside class="callout">
+
<div id="about"  class="container spacer about">
        <div class="text-vertical-center">
+
<h2 class="text-center wowload fadeInUp" style="color:#ff0000"> <big>Popularization of Synthetic Biology</big></h2>
            <h1>IONIS Paris 2015</h1>
+
<h3 class="text-center wowload fadeInUp">BACT'Man: The hero of the Bio-Console!</h3> 
        </div>
+
<div class="row">
    </aside>
+
<div class="col-sm-6 wowload fadeInLeft">
 +
<h4><i class="fa fa-gamepad"style="color:#b22222" ></i> The Bio-Console: allow BACT'Man to survive as long as possible </h4>
 +
<p align="justify">Most video games are inspired by reality to create a <font style="color:#66cdaa">VIRTUAL WORLD</font>, in order to make them more realistic. When do we expect to do the opposite? Virtual draw to play with the living to revisit and perceive the gaming world in a new way and thus to have new sensations with the game. Imagine a bacterium, that you can view on your computer screen and that you can control using your joystick. </p>
 +
<p>The Bio-Console: the first game console, where the games will not be so virtual!</p>
 +
</div>
  
    <!-- Portfolio -->
+
<div class="col-sm-6 wowload fadeInRight">
    <section id="portfolio" class="portfolio">
+
<h4><i class="fa fa-mobile" style="color:#b22222"></i> The mobile application: Biology, Synthetic Biology & Safety! </h4>
        <div class="container">
+
<p align="justify"> Follow <b>BACT’Man </b>: from the human's bowels to the iGEM laboratory. He evolves to become a super bacterium and bring the world all the innovations of synthetic biology ! To succeed, you will need to be ingenious and to discover the workings of biology. Progress, explore and help Bact’man along his trip and overcome the challenges on your way.</p>   
            <div class="row">
+
<p> Races, puzzles, speed games : biology and being a bacteria have never been so funny! </p>
                <div class="col-lg-10 col-lg-offset-1 text-center">
+
</div>
                    <h2>Our sponsors</h2>
+
</div>
                    <hr class="small">
+
</div>
                    <div class="row">
+
                        <div class="col-md-6">
+
                            <div class="portfolio-item">
+
<!-- Circle -->
                                <a href="#">  
+
<div class="services container">
 +
  <h3 class="text-center wowload fadeInUp"> A Multidisciplinary Project</h3>
 +
<ul class="row text-center list-inline  wowload bounceInUp">
 +
<li>
 +
<span><i class="fa fa-gamepad" style="color:#b22222"></i><b>Playful</b></span>
 +
</li>
 +
<li>
 +
<span><i class="fa fa-cogs" style="color:#b22222"></i><b>Engineering</b></span>
 +
</li>
 +
<li>
 +
<span><i class="fa fa-graduation-cap" style="color:#b22222"></i><b>Microfluidics</b></span>
 +
</li>
 +
<li>
 +
<span><i class="fa fa-laptop" style="color:#b22222"></i><b>Computer Sciences</b></span>
 +
</li>       
 +
<li>
 +
<span><i class="fa fa-globe" style="color:#b22222"></i><b>Safety issues</b></span>
 +
</li>
 +
</ul>
 +
</div>
 +
<!-- #Cirlce Ends -->
 +
 +
<!--div boxes -->
 +
</div>
  
                                    <img class="img-portfolio img-responsive" src="https://static.igem.org/mediawiki/2015/9/9b/Logo-epita-hd.png">
+
<!-- BOXES -->
                                </a>
+
<div id="works" class=" clearfix grid">  
                            </div>
+
                        </div>
+
                        <div class="col-md-6">
+
                            <div class="portfolio-item">
+
                                <a href="#">
+
                                    <img class="img-portfolio img-responsive" src="https://static.igem.org/mediawiki/2015/6/6d/NEW-LOGO-EART-BASELINE-SIMPLE.jpg">
+
                                </a>
+
                            </div>
+
                        </div>
+
                        <div class="col-md-6">
+
                            <div class="portfolio-item">
+
                                <a href="#">
+
                                    <img class="img-portfolio img-responsive" src="https://static.igem.org/mediawiki/2015/5/59/Uni_Logo.png">
+
                                </a>
+
                            </div>
+
                        </div>
+
                        <div class="col-md-6">
+
                            <div class="portfolio-item">
+
                                <a href="#">
+
                                    <img class="img-portfolio img-responsive" src="https://static.igem.org/mediawiki/2015/3/30/LOGO-SUPBIOTECH-2015-QUADRI.png">
+
                                </a>
+
                            </div>
+
                        </div>
+
                    </div>
+
                    <!-- /.row (nested) -->
+
                    <a href="#" class="btn btn-dark">View More Items</a>
+
                </div>
+
                <!-- /.col-lg-10 -->
+
            </div>
+
            <!-- /.row -->
+
        </div>
+
        <!-- /.container -->
+
    </section>
+
  
    <!-- Call to Action -->
+
<figure class="effect-oscar  wowload fadeInUp" >
    <aside class="call-to-action bg-primary">
+
<img src="https://static.igem.org/mediawiki/2015/3/34/Wii.jpg" alt="img01"/>
        <div class="container">
+
<figcaption>
            <div class="row">
+
<h2>BIO-CONSOLE</h2>
                <div class="col-lg-12 text-center">
+
<p>Our reality game using bacteria<br>
                    <h3>The buttons below are impossible to resist.</h3>
+
<a href="https://2015.igem.org/Team:IONIS_Paris/Project" >View more</a></p>           
                    <a href="#" class="btn btn-lg btn-light">Click Me!</a>
+
</figcaption>
                    <a href="#" class="btn btn-lg btn-dark">Look at Me!</a>
+
</figure>
                </div>
+
            </div>
+
        </div>
+
    </aside>
+
<figure class="effect-oscar  wowload fadeInUp">
 +
<img src="https://static.igem.org/mediawiki/2015/8/83/Mobile.jpg" alt="img01"/>
 +
 +
<figcaption>
 +
<h2>APPLICATION</h2>
 +
<p>Bact'man, our hero<br>
 +
<a href="https://2015.igem.org/Team:IONIS_Paris/Project" >View more</a></p>          
 +
</figcaption>
 +
</figure>
 +
 +
<!--https://static.igem.org/mediawiki/2015/c/c2/Schema1_IONIS.png-->
  
    <!-- Map -->
+
<figure class="effect-oscar  wowload fadeInUp">
    <section id="contact" class="map">
+
<img style="width:auto"; src="https://static.igem.org/mediawiki/2015/1/19/NOTE.jpg" alt="img01"/>
        <iframe width="100%" height="100%" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="https://maps.google.com/maps?f=q&amp;source=s_q&amp;hl=en&amp;geocode=&amp;q=Twitter,+Inc.,+Market+Street,+San+Francisco,+CA&amp;aq=0&amp;oq=twitter&amp;sll=28.659344,-81.187888&amp;sspn=0.128789,0.264187&amp;ie=UTF8&amp;hq=Twitter,+Inc.,+Market+Street,+San+Francisco,+CA&amp;t=m&amp;z=15&amp;iwloc=A&amp;output=embed"></iframe>
+
<figcaption>
        <br />
+
<h2>NOTEBOOK</h2>
        <small>
+
<p>Our Lab experiments notebook<br>
            <a href="https://maps.google.com/maps?f=q&amp;source=embed&amp;hl=en&amp;geocode=&amp;q=Twitter,+Inc.,+Market+Street,+San+Francisco,+CA&amp;aq=0&amp;oq=twitter&amp;sll=28.659344,-81.187888&amp;sspn=0.128789,0.264187&amp;ie=UTF8&amp;hq=Twitter,+Inc.,+Market+Street,+San+Francisco,+CA&amp;t=m&amp;z=15&amp;iwloc=A"></a>
+
<a href="https://2015.igem.org/Team:IONIS_Paris/Notebook" >View more</a></p>           
        </small>
+
</figcaption>
        </iframe>
+
</figure>
    </section>
+
<!--https://static.igem.org/mediawiki/2015/thumb/9/93/Notebook.jpg/600px-Notebook.jpg-->
 +
 +
<figure class="effect-oscar  wowload fadeInUp">
 +
<img src="https://static.igem.org/mediawiki/2015/thumb/1/18/Brick-wall.png/800px-Brick-wall.png" alt="team"/>
 +
<figcaption>
 +
<h2>BIOBRICKS</h2>
 +
<p>Our parts of DNA<br>
 +
<a href="https://2015.igem.org/Team:IONIS_Paris/Biobricks" >View more</a></p>          
 +
</figcaption>
 +
</figure>
  
    <!-- Footer -->
+
<figure class="effect-oscar  wowload fadeInUp">
    <footer>
+
<img src="https://static.igem.org/mediawiki/2015/thumb/b/b1/Optogenetics.jpg/800px-Optogenetics.jpg" alt="team"/>
        <div class="container">
+
<figcaption>
            <div class="row">
+
<h2>OPTOGENETICS</h2>
                <div class="col-lg-10 col-lg-offset-1 text-center">
+
<p>Our scientific core of the project<br>
                    <h4><strong>Contact</strong>
+
<a href="https://2015.igem.org/Team:IONIS_Paris/Project/Optogenetics" >View more</a></p>          
                    </h4>
+
</figcaption>
                    <p>66 rue Guy Moquet<br>94800 Villejuif, France</p>
+
</figure>
                    <ul class="list-unstyled">
+
                        <li><i class="fa fa-phone fa-fw"></i> (+336) 99 27 61 86</li>
+
<figure class="effect-oscar  wowload fadeInUp">
                        <li><i class="fa fa-envelope-o fa-fw"></i>  <a href="mailto:ionis.igem@gmail.com">ionis.igem@gmail.com</a>
+
<img src="https://static.igem.org/mediawiki/2015/1/18/GRID.jpg" alt="team"/>
                        </li>
+
<figcaption>
                    </ul>
+
<h2>MICROFLUIDICS</h2>
                    <br>
+
<p>Our challenge in achieving the Bio-console<br>
                    <ul class="list-inline">
+
<a href="https://2015.igem.org/Team:IONIS_Paris/Project/Microfluidics" >View more</a></p>          
                        <li>
+
</figcaption>
                            <a href="#"><i class="fa fa-facebook fa-fw fa-3x"></i></a>
+
</figure>
                        </li>
+
                        <li>
+
                            <a href="#"><i class="fa fa-twitter fa-fw fa-3x"></i></a>
+
</div>
                        </li>
+
                        <li>
+
                            <a href="#"><i class="fa fa-dribbble fa-fw fa-3x"></i></a>
+
                        </li>
+
                    </ul>
+
                    <hr class="small">
+
                    <p class="text-muted">Copyright &copy; Our Website 2015</p>
+
                </div>
+
            </div>
+
        </div>
+
    </footer>
+
  
 +
<!-- END BOXES -->
  
    <!-- Custom Theme JavaScript -->
+
</br>
    <script>
+
</br>
    // Closes the sidebar menu
+
    $("#menu-close").click(function(e) {
+
        e.preventDefault();
+
        $("#sidebar-wrapper").toggleClass("active");
+
    });
+
  
    // Opens the sidebar menu
+
<!-- HIGHLIGHT INFO -->
    $("#menu-toggle").click(function(e) {
+
<div class="highlight-info">
        e.preventDefault();
+
<div class="overlay spacer">
        $("#sidebar-wrapper").toggleClass("active");
+
<div class="container" >
    });
+
<div class="row text-center  wowload fadeInDownBig">
 +
<CENTER>
 +
<div class="col-sm-3 col-xs-6">
 +
<i class="fa fa-smile-o  fa-5x"></i><h4>13 Members</h4>
 +
</div>
  
    // Scrolls to the selected menu item on the page
+
<div class="col-sm-3 col-xs-6">
    $(function() {
+
<i class="fa fa-map-marker fa-5x"></i><h4>4 Schools</h4>
        $('a[href*=#]:not([href=#])').click(function() {
+
</div>
            if (location.pathname.replace(/^\//, '') == this.pathname.replace(/^\//, '') || location.hostname == this.hostname) {
+
 +
<div class="col-sm-3 col-xs-6">
 +
<i class="fa fa-gamepad  fa-5x"></i><h4>1 Bio-Console</h4>
 +
</div>
 +
 +
<div class="col-sm-3 col-xs-6">
 +
<i class="fa fa-tablet fa-5x"></i><h4>1 Mobile Application</h4>
 +
</div>
 +
</CENTER>
 +
</div>
 +
</div>
 +
</div>
 +
</div>
  
                var target = $(this.hash);
+
<!-- VIDEO -->
                target = target.length ? target : $('[name=' + this.hash.slice(1) + ']');
+
<div id="contact" class="spacer">
                if (target.length) {
+
<div class="container">
                    $('html,body').animate({
+
<h2 class="text-center  wowload fadeInUp">What is iGEM ?</h2>
                        scrollTop: target.offset().top
+
<CENTER>
                    }, 1000);
+
<video width="500" height="281.25" poster="https://static.igem.org/mediawiki/2015/8/83/Logo_IONIS.png" controls>
                    return false;
+
<source src="https://static.igem.org/mediawiki/2015/7/73/Video-1438606819.mp4.mp4" type='video/mp4'/>
                }
+
<source src="https://static.igem.org/mediawiki/2015/9/90/Video-1438606819.mp4.ogg" type='video/ogg; codecs="theora, vorbis"'/>
            }
+
<source src="https://static.igem.org/mediawiki/2015/f/fb/Video-1438606819.mp4.webm" type='video/webm; codecs="vp8, vorbis"'/>
        });
+
<a href="https://www.youtube.com/watch?v=DWUxy4g_p7w"><img border="0" src="https://static.igem.org/mediawiki/2015/8/83/Logo_IONIS.png" alt="Click to view on Youtube" width="500" height="281.25"></a>
    });
+
<p style="font-style:italic;color:red;border-style:solid;border-width:2px;border-color:red">Your browser either does not support HTML5 or cannot handle MediaWiki open video formats. Please consider upgrading your browser, installing the appropriate plugin or switching to a Firefox or Chrome install.</p>
    </script>
+
</video>
 +
</CENTER>
 +
</div>
 +
</div>
  
</body>
+
<!--SPONSORS-->
 +
<div class="sponsors">
 +
<div id="contact" class="overlay spacer" >
 +
<div class="container contactform center">
 +
<h2 class="text-center  wowload fadeInUp" style="color:#fff">Our sponsors</h2>
 +
<br>
 +
<CENTER>
 +
<div class="col-sm-3 col-xs-6">
 +
<a href="http://www.supbiotech.fr/en/index.aspx">
 +
<img src="https://static.igem.org/mediawiki/2015/3/30/LOGO-SUPBIOTECH-2015-QUADRI.png" alt="partners" width="150" height=auto>
 +
</a>
 +
</div>
 +
<div class="col-sm-3 col-xs-6">
 +
<a href="http://www.e-artsup.net/">
 +
<img src="https://static.igem.org/mediawiki/2015/9/98/Logo-e-artsup.png" alt="partners" width="150" height=auto>
 +
</a>
 +
</div>
 +
<div class="col-sm-3 col-xs-6">
 +
<a href="http://www.epita.fr/international/">
 +
<img src="https://static.igem.org/mediawiki/2015/9/9b/Logo-epita-hd.png" alt="partners" width="150" height=auto>
 +
</a>
 +
</div>
 +
<div class="col-sm-3 col-xs-6">
 +
<a href="http://ionis-group.com/">
 +
<img src="https://static.igem.org/mediawiki/2015/2/2e/Logo_ionis.jpg" alt="partners" width="150" height=auto>
 +
</a>
 +
</div>
 +
</CENTER>
 +
</div>
 +
<br>
 +
 +
<div class="container contactform center">
 +
<br>
 +
<CENTER>
 +
<div class="col-sm-3 col-xs-6">
 +
<a href="http://www.fluigent.com/">
 +
<img src="https://static.igem.org/mediawiki/2015/c/c1/Fluigent-basic.png" alt="partners" width="150" height=auto>
 +
</a>
 +
</div>
 +
 +
<div class="col-sm-3 col-xs-6">
 +
<a href="https://www.qiagen.com">
 +
<img src="https://static.igem.org/mediawiki/2015/a/a0/Qiagen_logo.png" alt="partners" width="150" height=auto>
 +
</a>
 +
</div>
 +
 +
<div class="col-sm-3 col-xs-6">
 +
<a href="https://www.neb.com/">
 +
<img src="https://static.igem.org/mediawiki/2015/e/e1/NEB.png" alt="partners" width="150" height=auto>
 +
</a>
 +
</div>
 +
 +
<div class="col-sm-3 col-xs-6">
 +
<a href="https://www.uni-freiburg.de/start-en.html?set_language=en">
 +
<img src="https://static.igem.org/mediawiki/2015/5/59/Uni_Logo.png" alt="partners" width="150" height=auto>
 +
</a>
 +
</div>
 +
</CENTER>
 +
</div>
 +
<br>
 +
<div class="container contactform center">
 +
<CENTER>
 +
<div class="col-sm-3 col-xs-6">
 +
<a href="https://www.exzellenz.uni-freiburg.de/einrichtungen-en/bioss-en/bioss-en?set_language=en">
 +
<img src="https://static.igem.org/mediawiki/2015/4/41/Bioss-4.jpg" alt="partners" width="150" height=auto>
 +
</a>
 +
</div>
 +
 +
<div class="col-sm-3 col-xs-6">
 +
<a href="https://www.kickstarter.com/">
 +
<img src="https://static.igem.org/mediawiki/2015/thumb/2/26/Kickstarter-logo-light.png/800px-Kickstarter-logo-light.png" alt="partners" width="150" height=auto>
 +
</a>
 +
</div>
 +
 +
<div class="col-sm-3 col-xs-6">
 +
<a href="http://fr.ambafrance-us.org/">
 +
<img src="https://static.igem.org/mediawiki/2015/b/b8/Logo_Embassy-of-France_OS%26T_300_dpi.jpg" alt="partners" width="150" height=auto>
 +
</a>
 +
</div>
 +
 +
<div class="col-sm-3 col-xs-6">
 +
<a href="https://communicationmicrofactory.wordpress.com/nous/">
 +
<img src="https://static.igem.org/mediawiki/2015/0/01/Microfactory.png" alt="partners" width="150" height=auto>
 +
</a>
 +
</div>
 +
</CENTER>
 +
</div>
  
 +
 +
</div>
 +
</div>
 +
 +
 +
 +
 +
 +
 +
<!-- The Bootstrap Image Gallery lightbox, should be a child element of the document body -->
 +
<div id="blueimp-gallery" class="blueimp-gallery blueimp-gallery-controls">
 +
<!-- The container for the modal slides -->
 +
<div class="slides"></div>
 +
<!-- Controls for the borderless lightbox -->
 +
<h3 class="title">Title</h3>
 +
<a class="prev">‹</a>
 +
<a class="next">›</a>
 +
<a class="close">×</a>
 +
<!-- The modal dialog, which will be used to wrap the lightbox content -->   
 +
</div>
 +
 +
 +
 +
<!-- UP TOP -->
 +
 +
<a href="#banner" class="gototop "><i class="fa fa-chevron-circle-up  fa-3x"></i></a>
 +
 +
 +
 +
</body>
 
</html>
 
</html>

Latest revision as of 10:33, 26 August 2015

IONIS Paris

Popularization of Synthetic Biology

BACT'Man: The hero of the Bio-Console!

The Bio-Console: allow BACT'Man to survive as long as possible

Most video games are inspired by reality to create a VIRTUAL WORLD, in order to make them more realistic. When do we expect to do the opposite? Virtual draw to play with the living to revisit and perceive the gaming world in a new way and thus to have new sensations with the game. Imagine a bacterium, that you can view on your computer screen and that you can control using your joystick.

The Bio-Console: the first game console, where the games will not be so virtual!

The mobile application: Biology, Synthetic Biology & Safety!

Follow BACT’Man : from the human's bowels to the iGEM laboratory. He evolves to become a super bacterium and bring the world all the innovations of synthetic biology ! To succeed, you will need to be ingenious and to discover the workings of biology. Progress, explore and help Bact’man along his trip and overcome the challenges on your way.

Races, puzzles, speed games : biology and being a bacteria have never been so funny!

A Multidisciplinary Project

  • Playful
  • Engineering
  • Microfluidics
  • Computer Sciences
  • Safety issues
img01

BIO-CONSOLE

Our reality game using bacteria
View more

img01

APPLICATION

Bact'man, our hero
View more

img01

NOTEBOOK

Our Lab experiments notebook
View more

team

BIOBRICKS

Our parts of DNA
View more

team

OPTOGENETICS

Our scientific core of the project
View more

team

MICROFLUIDICS

Our challenge in achieving the Bio-console
View more



13 Members

4 Schools

1 Bio-Console

1 Mobile Application

What is iGEM ?