Difference between revisions of "Team:BostonU HW/CSS"

 
(508 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
{{Template:BUHW2016_Bootstrap}}
 
<html>
 
<html>
  
<style>
 
  
 +
 +
<head>
 +
 +
<style type="text/css">
  
 
/********************************* DEFAULT WIKI SETTINGS  ********************************/
 
/********************************* DEFAULT WIKI SETTINGS  ********************************/
  
 
#sideMenu, #top_title {display:none;}
 
#sideMenu, #top_title {display:none;}
#content { padding:0px; width:100%; margin-top:7px; margin-left:0px;}
+
#content { padding:0px; width:100%; margin-top:-12px; margin-left:0px;}
 
body {background-color:white; }
 
body {background-color:white; }
 
#bodyContent h1, #bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent h5 { margin-bottom: 0px; }
 
#bodyContent h1, #bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent h5 { margin-bottom: 0px; }
  
  
 +
@font-face {
 +
    font-family: openSans;
 +
    src: url(https://static.igem.org/mediawiki/2016/1/1e/T--BostonU_HW--OpenSansRegular_rcwolf.ttf);
 +
}
  
/*!
 
* Start Bootstrap - Stylish Portfolio (http://startbootstrap.com/)
 
* Copyright 2013-2016 Start Bootstrap
 
* Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 
*/
 
  
/* Global Styles */
+
html,body
 
+
{
html,
+
body {
+
    top: 30px;
+
 
     width: 100%;
 
     width: 100%;
 +
    min-width: 100%;
 
     height: 100%;
 
     height: 100%;
 +
    margin: 0px;
 +
    padding: 0px;
 +
    overflow-x: hidden;
 
}
 
}
  
body {
+
 
    font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
+
body{
 +
background-color:black;
 
}
 
}
  
.text-vertical-center {
+
* {
    display: table-cell;
+
font-family: openSans !important;
    text-align: center;
+
    vertical-align: middle;
+
 
}
 
}
  
.text-vertical-center h1 {
+
 
    margin: 0;
+
.navbar {
    padding: 0;
+
  background-color: transparent;
    font-size: 4.5em;
+
  background: transparent;
    font-weight: 700;
+
  border-color: transparent;
 +
  margin-top: 10px;
 +
 
 
}
 
}
  
/* Custom Button Styles */
 
  
.btn-dark {
+
 
    border-radius: 0;
+
.navbar-default .navbar-header .navbar-brand,
    color: #fff;
+
.navbar-default .navbar-header .navbar-brand:hover,
    background-color: rgba(0,0,0,0.4);
+
.navbar-default .navbar-header .navbar-brand:focus {
 +
      color: white;
 +
  }
 +
  .navbar-default .nav > li > a,
 +
  .navbar-default .nav > li > a:focus {
 +
      color: white;
 +
      font-size: medium;
 +
  }
 +
  .navbar-default .nav > li > a:hover,
 +
  .navbar-default .nav > li > a:focus:hover {
 +
      color: white;
 +
      font-size: medium;
 +
  }
 +
  .navbar-default.affix {
 +
      background-color: white;
 +
      border-color: white;
 +
  }
 +
 
 +
 
 +
 
 +
 
 +
.header {
 +
 +
 
 +
background: url('https://static.igem.org/mediawiki/2016/8/8b/T--BostonU_HW--NeptuneNASA_rcwolf.jpg') no-repeat center center fixed;  
 +
  -webkit-background-size: cover;
 +
  -moz-background-size: cover;
 +
  -o-background-size: cover;
 +
  background-size: cover;
 +
 
 +
 
 
}
 
}
  
.btn-dark:hover,
+
.ourProject {
.btn-dark:focus,
+
position: relative;
.btn-dark:active {
+
background: url("https://static.igem.org/mediawiki/2016/b/b7/T--BostonU_HW--MFBackground_rcwolf.png");
    color: #fff;
+
background-size: 100% 100%;
    background-color: rgba(0,0,0,0.7);
+
height: 110%;
 +
width: 100%;
 
}
 
}
  
.btn-light {
+
 
    border-radius: 0;
+
.noPadding {
    color: #333;
+
  padding: 0 !important;
    background-color: rgb(255,255,255);
+
  margin: 0 !important;
 
}
 
}
  
.btn-light:hover,
+
.sectionPadding {
.btn-light:focus,
+
  padding-top: 90px !important;
.btn-light:active {
+
  padding-bottom: 90px !important;
    color: #333;
+
    background-color: rgba(255,255,255,0.8);
+
 
}
 
}
  
/* Custom Horizontal Rule */
 
  
hr.small {
+
.pageBranding {
    max-width: 100px;
+
font-size: 67px;
 
}
 
}
  
/* Side Menu */
 
  
#sidebar-wrapper {
+
.headerCaption {
    z-index: 1000;
+
font-size: 130%;
    position: fixed;
+
font-weight: 400;
    right: 0;
+
line-height: 130%;
    width: 250px;
+
    height: 100%;
+
    margin-right: -250px;
+
    overflow-y: auto;
+
    background: #222;
+
    -webkit-transition: all 0.4s ease 0s;
+
    -moz-transition: all 0.4s ease 0s;
+
    -ms-transition: all 0.4s ease 0s;
+
    -o-transition: all 0.4s ease 0s;
+
    transition: all 0.4s ease 0s;
+
 
}
 
}
  
.sidebar-nav {
 
    position: absolute;
 
    top: 0;
 
    width: 250px;
 
    margin: 0;
 
    padding: 0;
 
    list-style: none;
 
}
 
  
.sidebar-nav li {
+
.headerText {
    text-indent: 20px;
+
color: white;
    line-height: 40px;
+
padding-top: 170px;
 
}
 
}
  
.sidebar-nav li a {
+
.ourProjectText {
     display: block;
+
     margin-top: 100px;
     text-decoration: none;
+
     margin-bottom: 100px;
     color: #999;
+
     -webkit-box-shadow: 5px 5px 0px rgba(4, 4, 4, 0.3);
 +
    -moz-box-shadow:    5px 5px 0px rgba(4, 4, 4, 0.3);
 +
    box-shadow:         5px 5px 0px rgba(4, 4, 4, 0.3);
 
}
 
}
  
.sidebar-nav li a:hover {
+
.ourProjectTextBoarder {
    text-decoration: none;
+
    margin: 80px;
    color: #fff;
+
    padding:10px;
    background: rgba(255,255,255,0.2);
+
 
}
+
  
.sidebar-nav li a:active,
 
.sidebar-nav li a:focus {
 
    text-decoration: none;
 
 
}
 
}
  
.sidebar-nav > .sidebar-brand {
+
.contactUs {
    height: 55px;
+
position: relative;
    font-size: 18px;
+
background-color: black;
    line-height: 55px;
+
background-size: 100% 100%;
 +
height: 230px;
 +
width: 100%;
 
}
 
}
  
.sidebar-nav > .sidebar-brand a {
+
.contactUsContent {
    color: #999;
+
margin-top: 70px;
 +
font-size: 25px;
 
}
 
}
  
.sidebar-nav > .sidebar-brand a:hover {
+
 
     color: #fff;
+
 
     background: none;
+
 
 +
.btn {
 +
    padding: 14px 24px;
 +
    border: 0 none;
 +
    border-radius: 0;
 +
    font-weight: 700;
 +
    font-size: 20px;
 +
    letter-spacing: 1px;
 +
    text-transform: uppercase;
 +
    -webkit-box-shadow: 5px 5px 0px rgba(4, 4, 4, 0.3);
 +
    -moz-box-shadow:   5px 5px 0px rgba(4, 4, 4, 0.3);
 +
    box-shadow:        5px 5px 0px rgba(4, 4, 4, 0.3);
 +
   
 +
}
 +
 +
.btn:focus, .btn:active:focus, .btn.active:focus {
 +
     outline: 0 none;
 +
}
 +
 +
.btn-primary {
 +
     background: #ffffff;
 +
    color: #000000;
 
}
 
}
  
#menu-toggle {
+
.btn-primary:active, .btn-primary.active {
     z-index: 1;
+
     background: #ffffff;
     position: fixed;
+
     color: #000000;
    top: 15px;
+
    right: 0;
+
 
}
 
}
  
#sidebar-wrapper.active {
+
    right: 250px;
+
 
    width: 250px;
+
.btn-primary:focus {
    -webkit-transition: all 0.4s ease 0s;
+
    background: #ffffff;
    -moz-transition: all 0.4s ease 0s;
+
     color: #000000;
    -ms-transition: all 0.4s ease 0s;
+
     -o-transition: all 0.4s ease 0s;
+
    transition: all 0.4s ease 0s;
+
 
}
 
}
 +
  
.toggle {
+
.btn:active:focus {
     margin: 5px 5px 0 0;
+
     background: #545454 !important;
 +
    color: white;
 +
    box-shadow: none;
 +
}
 +
.btn-primary:hover{
 +
    background: #545454;
 +
    color: white;
 
}
 
}
  
/* Header */
 
  
.header {
 
    display: table;
 
    position: relative;
 
    width: 100%;
 
    height: 100%;
 
    background: url(../img/bg.jpg) no-repeat center center scroll;
 
    -webkit-background-size: cover;
 
    -moz-background-size: cover;
 
    background-size: cover;
 
    -o-background-size: cover;
 
}
 
  
/* About */
 
  
.about {
 
    padding: 50px 0;
 
}
 
  
/* Services */
 
  
.services {
+
 
    padding: 50px 0;
+
 
 +
/*  Animated Underlining For Menu Items  */
 +
.dropbtn {
 +
display: inline-block;
 +
position: relative;
 +
padding-bottom: 3px;
 
}
 
}
 
+
.dropbtn:after {
.service-item {
+
content: '';
    margin-bottom: 30px;
+
display: block;
 +
margin: auto;
 +
height: 2px;
 +
width: 0px;
 +
background: transparent;
 +
transition: width .5s ease, background-color .5s ease;
 +
}
 +
.sliding-middle-out:hover > .dropbtn:after {
 +
width: 100%;
 +
background: white;
 
}
 
}
  
/* Callout */
 
  
.callout {
 
    display: table;
 
    width: 100%;
 
    height: 400px;
 
    color: #fff;
 
    background: url(../img/callout.jpg) no-repeat center center scroll;
 
    -webkit-background-size: cover;
 
    -moz-background-size: cover;
 
    background-size: cover;
 
    -o-background-size: cover;
 
}
 
  
/* Portfolio */
 
  
.portfolio {
+
 
     padding: 50px 0;
+
/*  Dropdown Menu Functionality  */
 +
/* Style The Dropdown Button */
 +
.dropbtn {
 +
     color: white;
 +
    border: none;
 +
    cursor: pointer;
 
}
 
}
  
.portfolio-item {
+
/* The container <div> - needed to position the dropdown content */
     margin-bottom: 30px;
+
.dropdown {
 +
     position: relative;
 +
    display: inline-block;
 
}
 
}
  
.img-portfolio {
+
/* Dropdown Content (Hidden by Default) */
     margin: 0 auto;
+
.dropdown-content {
 +
     display: none;
 +
    position: absolute;
 +
    background-color: rgba(249,249,249,0.4);
 +
    min-width: 160px;
 
}
 
}
  
.img-portfolio:hover {
+
/* Links inside the dropdown */
     opacity: 0.8;
+
.dropdown-content a {
 +
     color: black;
 +
    font-size: 15px;
 +
    padding: 10px 16px;
 +
    text-decoration: none;
 +
    display: block;
 
}
 
}
  
/* Call to Action */
+
/* Change color of dropdown links on hover */
 +
.dropdown-content a:hover {background-color: #f1f1f1}
  
.call-to-action {
+
/* Show the dropdown menu on hover */
     padding: 50px 0;
+
.dropdown:hover .dropdown-content {
 +
     display: block;
 
}
 
}
  
.call-to-action .btn {
 
    margin: 10px;
 
}
 
  
/* Map */
 
  
.map {
 
    height: 500px;
 
}
 
  
@media(max-width:768px) {
 
    .map {
 
        height: 75%;
 
    }
 
}
 
  
/* Footer */
 
  
footer {
 
    padding: 100px 0;
 
}
 
  
  
 
</style>
 
</style>
  
<!--- THIS IS WHERE THE HTML BEGINS --->
+
</head>
  
 +
<body>
  
  
<head>
 
 
  
<!-- Latest compiled and minified CSS -->
 
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous">
 
  
<!-- Optional theme -->
 
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap-theme.min.css" integrity="sha384-fLW2N01lMqjakBkx3l/M9EahuwpSfeNvV63J5ezn3uZzapT0u7EYsXMjQV+0En5r" crossorigin="anonymous">
 
  
<!-- Icon Library -->
 
<script src="https://use.fontawesome.com/c5cd1d9cf8.js"></script>
 
<link href="http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700,300italic,400italic,700italic" rel="stylesheet" type="text/css">
 
  
<!-- Latest compiled and minified JavaScript -->
+
<!-- Header -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js" integrity="sha384-0mSbJDEHialfmuBBQP6A4Qrprq5OVfW37PRR3j5ELqxss1yVqOtnepnHVP9aJ7xS" crossorigin="anonymous"></script>
+
    <header id="top" class="header">
  
 +
<nav class="navbar navbar-default">
 +
  <div class="container-fluid">
 +
    <!-- Brand and toggle get grouped for better mobile display -->
 +
    <div class="navbar-header">
 +
      <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1" aria-expanded="false">
 +
        <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="#">BU HW 2016</a>
 +
    </div>
  
 +
    <!-- Collect the nav links, forms, and other content for toggling -->
 +
    <div class="collapse navbar-collapse " >
 +
      <ul class="nav navbar-nav navbar-right">
 +
        <li class="sliding-middle-out dropdown">
 +
            <a href="#" class="dropbtn">TEAM</a>
 +
            <div class="dropdown-content">
 +
                  <a href="https://2016.igem.org/Team:BostonU_HW/Team">Us</a>
 +
                  <a href="https://2016.igem.org/Team:BostonU_HW/Attributions">Attributions</a>
 +
                  <a href="https://2016.igem.org/Team:BostonU_HW/Collaborations">Collaborations</a>
 +
            </div>
 +
        </li>
 +
        <li class="sliding-middle-out dropdown">
 +
            <a href="#" class="dropbtn">PROJECT</a>
 +
            <div class="dropdown-content">
 +
                  <a href="https://2016.igem.org/Team:BostonU_HW/Results">Results</a>
 +
                  <a href="https://2016.igem.org/Team:BostonU_HW/Demonstrate">Project Build</a>
 +
                  <a href="https://2016.igem.org/Team:BostonU_HW/Proof">Application</a>
 +
                  <a href="https://2016.igem.org/Team:BostonU_HW/Design">Documentation</a>
 +
            </div>
 +
        </li>
 +
        <li class="sliding-middle-out dropdown">
 +
            <a href="#" class="dropbtn">NOTEBOOK</a>
 +
            <div class="dropdown-content">
 +
                  <a href="https://2016.igem.org/Team:BostonU_HW/Notebook">Timeline</a>
 +
                  <a href="https://2016.igem.org/Team:BostonU_HW/Experiments">Experiments</a>
 +
                  <a href="https://2016.igem.org/Team:BostonU_HW/Safety">Safety</a>
 +
            </div>
 +
        </li>
 +
        <li class="sliding-middle-out dropdown">
 +
            <a href="https://2016.igem.org/Team:BostonU_HW/Human_Practices" class="dropbtn">HUMAN PRACTICES</a>
 +
            <div class="dropdown-content">
 +
                  <a href="https://2016.igem.org/Team:BostonU_HW/HP/Silver">Silver</a>
 +
                  <a href="https://2016.igem.org/Team:BostonU_HW/HP/Gold">Gold</a>
 +
                  <a href="https://2016.igem.org/Team:BostonU_HW/Integrated_Practices">Integrated Practices</a>
 +
                  <a href="https://2016.igem.org/Team:BostonU_HW/Engagement">Engagement</a>
 +
            </div>
 +
        </li>
 +
        <li class="sliding-middle-out dropdown">
 +
            <a href="#" class="dropbtn">AWARDS</a>
 +
            <div class="dropdown-content">
 +
                  <a href="https://2016.igem.org/Team:BostonU_HW/Hardware">Hardware</a>
 +
                  <a href="https://2016.igem.org/Team:BostonU_HW/Software">Software</a>
 +
                  <a href="https://2016.igem.org/Team:BostonU_HW/Measurement">Measurement</a>
 +
                  <a href="https://2016.igem.org/Team:BostonU_HW/Model">Model</a>
 +
            </div>
 +
        </li>
 +
      </ul>
 +
    </div><!-- /.navbar-collapse -->
 +
  </div><!-- /.container-fluid -->
 +
</nav>
 +
  
</head>
 
  
  
 +
<div class="container headerText">
  
 +
<div class="row pageBranding">EXPERIENCE NEPTUNE</div>
 +
<div class="row"><br><br></div> 
 +
<div class="row headerCaption">An end to end design suite for <br>
 +
continuous flow microfluidic devices </div>
 +
<div class="row"><br><br></div> 
 +
<div class="row">
 +
<a href="https://2016.igem.org/Team:BostonU_HW/Demonstrate" > <button type="button" class="btn btn-primary" id="down">GET STARTED</button></a>
 +
</div>
 +
</div>
  
<body>
+
<br><br><br><br><br><br><br><br><br><br>
 +
 
 +
</header>
  
    <!-- Navigation -->
 
    <a id="menu-toggle" href="#" class="btn btn-dark btn-lg toggle"><i class="fa fa-bars"></i></a>
 
    <nav id="sidebar-wrapper">
 
        <ul class="sidebar-nav">
 
            <a id="menu-close" href="#" class="btn btn-light btn-lg pull-right toggle"><i class="fa fa-times"></i></a>
 
            <li class="sidebar-brand">
 
                <a href="#top"  onclick = $("#menu-close").click(); >Start Bootstrap</a>
 
            </li>
 
            <li>
 
                <a href="#top" onclick = $("#menu-close").click(); >Home</a>
 
            </li>
 
            <li>
 
                <a href="#about" onclick = $("#menu-close").click(); >About</a>
 
            </li>
 
            <li>
 
                <a href="#services" onclick = $("#menu-close").click(); >Services</a>
 
            </li>
 
            <li>
 
                <a href="#portfolio" onclick = $("#menu-close").click(); >Portfolio</a>
 
            </li>
 
            <li>
 
                <a href="#contact" onclick = $("#menu-close").click(); >Contact</a>
 
            </li>
 
        </ul>
 
    </nav>
 
  
    <!-- Header -->
+
<div class="container sectionPadding" id="basics">
    <header id="top" class="header">
+
<div class="row">
        <div class="text-vertical-center">
+
    <div class="col-md-1"></div>
            <h1>Start Bootstrap</h1>
+
    <div class="col-md-10">
             <h3>Free Bootstrap Themes &amp; Templates</h3>
+
          <div class="col-md-4" style="font-size:30px">
 +
              <div class="col-md-6 noPadding">SPECIFY</div>
 +
              <div class="col-md-3"><img src="https://static.igem.org/mediawiki/2016/3/36/T--BostonU_HW--SpecifyIcon_rcwolf.png" height="32" width:"32"></div>
 +
              <div class="col-md-3"></div>
 +
          </div>
 +
          <div class="col-md-4" style="font-size:30px">
 +
              <div class="col-md-6 noPadding">DESIGN</div>
 +
              <div class="col-md-3"><img src="https://static.igem.org/mediawiki/2016/4/41/T--BostonU_HW--DesignIcon_rcwolf.png" height="32" width:"32"></div>
 +
              <div class="col-md-3"></div>
 +
          </div>
 +
          <div class="col-md-4" style="font-size:30px">
 +
              <div class="col-md-6 noPadding">BUILD</div>
 +
              <div class="col-md-3"><img src="https://static.igem.org/mediawiki/2016/f/f5/T--BostonU_HW--BuildIcon_rcwolf.png" height="32" width:"32"></div>
 +
              <div class="col-md-3"></div>
 +
          </div>
 +
    </div>
 +
    <div class="col-md-1"></div>
 +
</div>
 +
 
 +
<div class="row">
 +
<br>
 +
</div>
 +
 
 +
<div class="row">
 +
    <div class="col-md-1"></div>
 +
    <div class="col-md-10">
 +
          <div class="col-md-4" style="font-size:15px">Begin by defining which inputs and outputs your microfluidic chip will have.
 +
Declare any limitations in terms of port size, channel width. Neptune will efficiently place and route the features of your chip.
 +
The mapper (MM) tool within the place and routing functionality has been made completely by the iGEM Team.
 +
</div>
 +
          <div class="col-md-4" style="font-size:15px">Check and visualize your device layout using the Neptune graphical user interface.
 +
Edit the design if you so desire. Establish a control sequence to move fluids through the microfluidic chip.
 +
The interface has been made completely by the iGEM Team.
 +
</div>
 +
          <div class="col-md-4" style="font-size:15px">Assemble your microfluidic system. Import our design files into a 3D Printer and CNC mill to make the chip and the pump setup.
 +
Change the setup using our parameterized designs to fit your specific needs.
 +
The design of the setup is BU iGEM work, whilst the chip manufacturing is the work of our mentors.
 +
</div>
 +
    </div>
 +
    <div class="col-md-1"></div>
 +
</div>
 +
</div>
 +
</div>
 +
 
 +
 
 +
 
 +
<div class="row">
 +
<div class="container ourProject">
 +
 
 +
<div class="container ourProjectText" style="background-color: white">
 +
 
 +
<div class="ourProjectTextBoarder">
 +
<div style="text-align:center; font-size:31px;">OUR PROJECT</div>
 +
<br>
 +
Neptune is a specify, design, and build tool for the development of continuous flow microfluidics. With Neptune, users can specify microfluidic devices through a high level description of liquid flow relations. Our application will automatically place and route the design schematic of the microfluidic and, when used in conjunction with low cost and readily available CAD tools, a user can build their custom microfluidic system in-lab.
 +
<br><br>
 +
The Boston University 2016 iGem Hardware Team is encapsulating this entire workflow through a graphical user interface. Users can write files that specify the function of the microfluidic, preview and edit their microfluidic design generated by the application, use this application directly with CAD tools such as a CNC mill to fabricate their device, and physically control valves and ports on the microfluidic chip. The iGem team is also complementing this workflow by developing and releasing open source designs of our hardware, including parametric 3D print files and firmware for microcontrollers that actuate the microfluidic valves. Finally, the iGem team is also involved in the development of the place and route software that converts a high level description of liquid flow relations into a microfluidic netlist that can that be converted into a design schematic.
 +
</div>
 +
</div>
 +
</div>
 +
</div>
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
<style type="text/css">
 +
.imgNavBlock{
 +
background-color: #000000;
 +
padding-top: 100px;
 +
padding-bottom: 100px;
 +
 
 +
}
 +
.imgSquarePadding{
 +
background-color: #000000;
 +
height: 100px;
 +
}
 +
.imgSquare{
 +
background: url('https://static.igem.org/mediawiki/2016/0/02/T--BostonU_HW--chalkboardIconDownsized_rcwolf.png') no-repeat;
 +
    -webkit-background-size: 95% auto;
 +
    -moz-background-size: 95% auto;
 +
    -o-background-size: 95% auto;
 +
    background-size: 95% auto;
 +
    height: 280px; 
 +
}
 +
 
 +
.imgSquareOpenSource{
 +
  background: url('https://static.igem.org/mediawiki/2016/9/9b/T--BostonU_HW--openSourceSquareDownsized_rcwolf.jpg') no-repeat;
 +
    -webkit-background-size: 95% auto;
 +
    -moz-background-size: 95% auto;
 +
    -o-background-size: 95% auto;
 +
    background-size: 95% auto;
 +
    height: 280px; 
 +
}
 +
 
 +
.imgSquareOurTeam{
 +
  background: url('https://static.igem.org/mediawiki/2016/7/76/T--BostonU_HW--walkingTeamDownsized_rcwolf.png') no-repeat;
 +
    -webkit-background-size: 95% auto;
 +
    -moz-background-size: 95% auto;
 +
    -o-background-size: 95% auto;
 +
    background-size: 95% auto;
 +
    height: 280px; 
 +
}
 +
 
 +
.imgSquareTutorial{
 +
  background: url('https://static.igem.org/mediawiki/2016/7/72/T--BostonU_HW--tutorialTypingDownsized_rcwolf.png') no-repeat;
 +
    -webkit-background-size: 95% auto;
 +
    -moz-background-size: 95% auto;
 +
    -o-background-size: 95% auto;
 +
    background-size: 95% auto;
 +
    height: 280px; 
 +
}
 +
 
 +
 
 +
.navImg{
 +
max-width: 100%;
 +
margin: auto;
 +
opacity: 0.4;
 +
}
 +
.navBlockTxt{
 +
z-index: 100;
 +
color: white;
 +
font-size: 30px;
 +
text-align: center;
 +
line-height: 100px;
 +
}
 +
 
 +
.cubeHeight {
 +
  height: 280px;
 +
}
 +
.card-container {
 +
  height: 100%;
 +
  min-height: 100%;
 +
  perspective: 600;
 +
  position: relative;
 +
  max-width: 100%;
 +
}
 +
.card {
 +
  height: 100%;
 +
  /*position: absolute;*/
 +
  transform-style: preserve-3d;
 +
  transition: all 1s ease-in-out;
 +
}
 +
.card:hover {
 +
  transform: rotateY(180deg);
 +
}
 +
.card .side {
 +
  backface-visibility: hidden;
 +
  border-radius: 0px;
 +
  height: 100%;
 +
  position: absolute;
 +
  overflow: hidden;
 +
  width: 100%;
 +
}
 +
.card .back {
 +
  color: white;
 +
  text-align: center !important;
 +
  transform: rotateY(180deg);
 +
  margin-left: -22px !important;
 +
/*  font-size: 30px;*/
 +
}
 +
</style>
 +
 
 +
<div class="row imgNavBlock">
 +
 
 +
<div class="col-md-1 imgSquarePadding"></div>
 +
 +
  <div class="col-md-10">
 +
 
 +
   
 +
    <div class="card-container">
 +
  <div class="col-md-3 card">
 +
        <div class="cubeHeight">
 +
  <div class="navBlockTxt side imgSquareOpenSource"> Open Source <br> <img src="https://static.igem.org/mediawiki/2016/7/71/T--BostonU_HW--openSourceIcon_rcwolf.png" >
 +
        </div>
 +
        <div class="side back" style="top: 15%">
 +
             <h4>Neptune is completely open-source</h4>
 
             <br>
 
             <br>
             <a href="#about" class="btn btn-dark btn-lg">Find Out More</a>
+
             <a href=""><button type="button" class="btn btn-primary" >learn more</button></a>
 
         </div>
 
         </div>
     </header>
+
  </div>
 +
     </div>
 +
  </div>
  
    <!-- About -->
 
    <section id="about" class="about">
 
        <div class="container">
 
            <div class="row">
 
                <div class="col-lg-12 text-center">
 
                    <h2>Stylish Portfolio is the perfect theme for your next project!</h2>
 
                    <p class="lead">This theme features some wonderful photography courtesy of <a target="_blank" href="http://join.deathtothestockphoto.com/">Death to the Stock Photo</a>.</p>
 
                </div>
 
            </div>
 
            <!-- /.row -->
 
        </div>
 
        <!-- /.container -->
 
    </section>
 
  
     <!-- Services -->
+
      
     <!-- The circle icons use Font Awesome's stacked icon classes. For more information, visit http://fontawesome.io/examples/ -->
+
     <div class="card-container">
    <section id="services" class="services bg-primary">
+
    <div class="col-md-3 card">  
        <div class="container">
+
        <div class="cubeHeight">
            <div class="row text-center">
+
    <div class="navBlockTxt side imgSquareTutorial"> Tutorials <br> <img src="https://static.igem.org/mediawiki/2016/a/a4/T--BostonU_HW--tutorialsIcon_rcwolf.png" >
                <div class="col-lg-10 col-lg-offset-1">
+
                    <h2>Our Services</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>Service Name</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>Service Name</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>Service Name</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>Service Name</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>
 
         </div>
         <!-- /.container -->
+
         <div class="side back" style="top: 15%">
    </section>
+
          <h4>Watch our Neptune tutorial</h4>
 
+
          <br>
    <!-- Callout -->
+
          <a href=""><button type="button" class="btn btn-primary">learn more</button></a>
    <aside class="callout">
+
        <div class="text-vertical-center">
+
            <h1>Vertically Centered Text</h1>
+
 
         </div>
 
         </div>
     </aside>
+
  </div>
 +
     </div>
 +
  </div>
  
     <!-- Portfolio -->
+
 
     <section id="portfolio" class="portfolio">
+
      
        <div class="container">
+
     <div class="card-container">
            <div class="row">
+
  <div class="col-md-3 card">  
                <div class="col-lg-10 col-lg-offset-1 text-center">
+
      <div class="cubeHeight">
                    <h2>Our Work</h2>
+
<div class="navBlockTxt side imgSquareOurTeam"> Our Team <br> <img src="https://static.igem.org/mediawiki/2016/4/49/T--BostonU_HW--ourTeamIcon_rcwolf.png" >
                    <hr class="small">
+
        </div>
                    <div class="row">
+
        <div class="side back" style="top: 15%">
                        <div class="col-md-6">
+
            <h4>Meet the team behind the magic</h4>
                            <div class="portfolio-item">
+
            <br>
                                <a href="#">
+
            <a href=""><button type="button" class="btn btn-primary">learn more</button></a>
                                    <img class="img-portfolio img-responsive" src="img/portfolio-1.jpg">
+
                                </a>
+
                            </div>
+
                        </div>
+
                        <div class="col-md-6">
+
                            <div class="portfolio-item">
+
                                <a href="#">
+
                                    <img class="img-portfolio img-responsive" src="img/portfolio-2.jpg">
+
                                </a>
+
                            </div>
+
                        </div>
+
                        <div class="col-md-6">
+
                            <div class="portfolio-item">
+
                                <a href="#">
+
                                    <img class="img-portfolio img-responsive" src="img/portfolio-3.jpg">
+
                                </a>
+
                            </div>
+
                        </div>
+
                        <div class="col-md-6">
+
                            <div class="portfolio-item">
+
                                <a href="#">
+
                                    <img class="img-portfolio img-responsive" src="img/portfolio-4.jpg">
+
                                </a>
+
                            </div>
+
                        </div>
+
                    </div>
+
                    <!-- /.row (nested) -->
+
                    <a href="#" class="btn btn-dark">View More Items</a>
+
                </div>
+
                <!-- /.col-lg-10 -->
+
            </div>
+
            <!-- /.row -->
+
 
         </div>
 
         </div>
        <!-- /.container -->
+
  </div>
     </section>
+
     </div>
 +
  </div>
  
     <!-- Call to Action -->
+
      
     <aside class="call-to-action bg-primary">
+
     <div class="card-container">
        <div class="container">
+
  <div class="col-md-3 card">
            <div class="row">
+
        <div class="cubeHeight">
                <div class="col-lg-12 text-center">
+
<div class="navBlockTxt side imgSquare"> Demonstration <br> <img src="https://static.igem.org/mediawiki/2016/d/da/T--BostonU_HW--demonstrationIcon_rcwolf.png" >
                    <h3>The buttons below are impossible to resist.</h3>
+
                    <a href="#" class="btn btn-lg btn-light">Click Me!</a>
+
                    <a href="#" class="btn btn-lg btn-dark">Look at Me!</a>
+
                </div>
+
            </div>
+
 
         </div>
 
         </div>
     </aside>
+
    <div class="side back" style="top: 15%">
 +
            <h4>See how Neptune is being used in other labs</h4>
 +
            <br>
 +
            <a href=""><button type="button" class="btn btn-primary">learn more</button></a>
 +
        </div>
 +
      </div>
 +
     </div>
 +
  </div>
 +
 
 +
  </div>
 +
 
 +
  <div class="col-md-1 imgSquarePadding"></div>
 +
 
 +
</div>
  
    <!-- Map -->
 
    <section id="contact" class="map">
 
        <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>
 
        <br />
 
        <small>
 
            <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>
 
        </small>
 
        </iframe>
 
    </section>
 
  
    <!-- Footer -->
+
<!-- Footer -->
     <footer>
+
     <div id="contact" class="row">
 
         <div class="container">
 
         <div class="container">
            <div class="row">
 
                <div class="col-lg-10 col-lg-offset-1 text-center">
 
                    <h4><strong>Start Bootstrap</strong>
 
                    </h4>
 
                    <p>3481 Melrose Place<br>Beverly Hills, CA 90210</p>
 
                    <ul class="list-unstyled">
 
                        <li><i class="fa fa-phone fa-fw"></i> (123) 456-7890</li>
 
                        <li><i class="fa fa-envelope-o fa-fw"></i>  <a href="mailto:name@example.com">name@example.com</a>
 
                        </li>
 
                    </ul>
 
                    <br>
 
                    <ul class="list-inline">
 
                        <li>
 
                            <a href="#"><i class="fa fa-facebook fa-fw fa-3x"></i></a>
 
                        </li>
 
                        <li>
 
                            <a href="#"><i class="fa fa-twitter fa-fw fa-3x"></i></a>
 
                        </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; Your Website 2014</p>
 
                </div>
 
            </div>
 
        </div>
 
    </footer>
 
  
    <!-- jQuery -->
 
    <script src="js/jquery.js"></script>
 
  
    <!-- Bootstrap Core JavaScript -->
 
    <script src="js/bootstrap.min.js"></script>
 
  
    <!-- Custom Theme JavaScript -->
+
<br><br/>
    <script>
+
<h3 style="text-align:center; font-size:20px;">Thank you to our sponsors for their support</h3>
    // Closes the sidebar menu
+
<br><br/>
    $("#menu-close").click(function(e) {
+
<img src="https://static.igem.org/mediawiki/2016/9/9a/FooterLogoBoard_rcwolf.png" align="middle"></img>
        e.preventDefault();
+
<br><br/><br>
        $("#sidebar-wrapper").toggleClass("active");
+
    });
+
  
    // Opens the sidebar menu
+
                   
    $("#menu-toggle").click(function(e) {
+
    </div>
         e.preventDefault();
+
</div>
        $("#sidebar-wrapper").toggleClass("active");
+
         </div>
    });
+
</div>
  
    // Scrolls to the selected menu item on the page
 
    $(function() {
 
        $('a[href*=#]:not([href=#])').click(function() {
 
            if (location.pathname.replace(/^\//, '') == this.pathname.replace(/^\//, '') || location.hostname == this.hostname) {
 
  
                var target = $(this.hash);
 
                target = target.length ? target : $('[name=' + this.hash.slice(1) + ']');
 
                if (target.length) {
 
                    $('html,body').animate({
 
                        scrollTop: target.offset().top
 
                    }, 1000);
 
                    return false;
 
                }
 
            }
 
        });
 
    });
 
    </script>
 
  
</body>
+
<div class="container contactUs">
  
 +
<div class="row contactUsContent">
 +
<div class="col-md-3" style="color:white; padding-left: 50px;">CONTACT US</div>
 +
<div class="col-md-2" style="text-align:center;"><a href="mailto:bu.igemhw2016@gmail.com"><img src="https://static.igem.org/mediawiki/2016/b/b1/T--BostonU_HW--emailIcon_rcwolf.png" height="50px" width="60px"></a></div>
 +
<div class="col-md-2"></div>
 +
<div class="col-md-2" style="text-align:center;"><a href="https://twitter.com/iGemHWBU"><img src="https://static.igem.org/mediawiki/2016/7/78/T--BostonU_HW--twitterIcon_rcwolf.png" height="50px" width="60px"></a></div>
 +
<div class="col-md-3"></div>
 +
</div>
 +
<br><br>
 +
<div class="row">
 +
<p class="text-muted" style="text-align:center; color:white; ">Copyright &copy; Boston University Hardware Team Website 2016</p>
 +
</div>
  
  
 +
</div>
 +
 +
 +
 +
</body>
  
 
</html>
 
</html>

Latest revision as of 20:52, 4 August 2016

EXPERIENCE NEPTUNE


An end to end design suite for
continuous flow microfluidic devices












SPECIFY
DESIGN
BUILD

Begin by defining which inputs and outputs your microfluidic chip will have. Declare any limitations in terms of port size, channel width. Neptune will efficiently place and route the features of your chip. The mapper (MM) tool within the place and routing functionality has been made completely by the iGEM Team.
Check and visualize your device layout using the Neptune graphical user interface. Edit the design if you so desire. Establish a control sequence to move fluids through the microfluidic chip. The interface has been made completely by the iGEM Team.
Assemble your microfluidic system. Import our design files into a 3D Printer and CNC mill to make the chip and the pump setup. Change the setup using our parameterized designs to fit your specific needs. The design of the setup is BU iGEM work, whilst the chip manufacturing is the work of our mentors.
OUR PROJECT

Neptune is a specify, design, and build tool for the development of continuous flow microfluidics. With Neptune, users can specify microfluidic devices through a high level description of liquid flow relations. Our application will automatically place and route the design schematic of the microfluidic and, when used in conjunction with low cost and readily available CAD tools, a user can build their custom microfluidic system in-lab.

The Boston University 2016 iGem Hardware Team is encapsulating this entire workflow through a graphical user interface. Users can write files that specify the function of the microfluidic, preview and edit their microfluidic design generated by the application, use this application directly with CAD tools such as a CNC mill to fabricate their device, and physically control valves and ports on the microfluidic chip. The iGem team is also complementing this workflow by developing and releasing open source designs of our hardware, including parametric 3D print files and firmware for microcontrollers that actuate the microfluidic valves. Finally, the iGem team is also involved in the development of the place and route software that converts a high level description of liquid flow relations into a microfluidic netlist that can that be converted into a design schematic.

Neptune is completely open-source


Watch our Neptune tutorial


Meet the team behind the magic


See how Neptune is being used in other labs




Thank you to our sponsors for their support






CONTACT US


Copyright © Boston University Hardware Team Website 2016