Line 1: | Line 1: | ||
− | {{ | + | {{Template:BUHW2016_NavBar}} |
− | + | ||
+ | |||
+ | {{Template:BUHW2016_Bootstrap}} | ||
+ | <html> | ||
+ | <head> | ||
<style> | <style> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | + | ||
− | + | /********************************* DEFAULT WIKI SETTINGS ********************************/ | |
+ | |||
+ | #sideMenu, #top_title {display:none;} | ||
+ | #content { padding:0px; width:100%; margin-top:-12px; margin-left:0px;} | ||
+ | body {background-color:white; } | ||
+ | #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--openSansLight_rcwolf.ttf); | ||
} | } | ||
− | + | ||
+ | html,body | ||
+ | { | ||
width: 100%; | width: 100%; | ||
− | height: | + | min-width: 100%; |
+ | height: 100%; | ||
+ | margin: 0px; | ||
+ | padding: 0px; | ||
+ | overflow-x: hidden; | ||
+ | } | ||
+ | |||
+ | |||
+ | body{ | ||
+ | background-color: white; | ||
} | } | ||
− | + | * { | |
− | + | font-family: openSans !important; | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
} | } | ||
− | . | + | .navbar { |
− | + | background-color: black; | |
− | background-color: black; | + | border-color: black; |
− | + | margin-top: 10px; | |
− | + | ||
} | } | ||
+ | |||
+ | |||
+ | |||
+ | .navbar-default .navbar-header .navbar-brand, | ||
+ | .navbar-default .navbar-header .navbar-brand:hover, | ||
+ | .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; | ||
+ | } | ||
+ | |||
+ | |||
+ | /* Animated Underlining For Menu Items */ | ||
+ | .dropbtn { | ||
+ | display: inline-block; | ||
+ | position: relative; | ||
+ | padding-bottom: 3px; | ||
+ | } | ||
+ | .dropbtn:after { | ||
+ | content: ''; | ||
+ | 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; | ||
+ | } | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | /* Dropdown Menu Functionality */ | ||
+ | /* Style The Dropdown Button */ | ||
+ | .dropbtn { | ||
+ | color: white; | ||
+ | border: none; | ||
+ | cursor: pointer; | ||
+ | } | ||
+ | |||
+ | /* The container <div> - needed to position the dropdown content */ | ||
+ | .dropdown { | ||
+ | position: relative; | ||
+ | display: inline-block; | ||
+ | } | ||
+ | |||
+ | /* Dropdown Content (Hidden by Default) */ | ||
+ | .dropdown-content { | ||
+ | display: none; | ||
+ | position: absolute; | ||
+ | background-color: rgba(249,249,249,0.4); | ||
+ | min-width: 160px; | ||
+ | } | ||
+ | |||
+ | /* Links inside the dropdown */ | ||
+ | .dropdown-content a { | ||
+ | color: black; | ||
+ | font-size: 15px; | ||
+ | padding: 10px 16px; | ||
+ | text-decoration: none; | ||
+ | display: block; | ||
+ | } | ||
+ | |||
+ | /* Change color of dropdown links on hover */ | ||
+ | .dropdown-content a:hover {background-color: #f1f1f1} | ||
+ | |||
+ | /* Show the dropdown menu on hover */ | ||
+ | .dropdown:hover .dropdown-content { | ||
+ | display: block; | ||
+ | } | ||
+ | |||
+ | .paddedNav{ | ||
+ | padding-left: 23px; | ||
+ | padding-right: 23px; | ||
+ | padding-bottom: 5px; | ||
+ | } | ||
+ | |||
+ | |||
+ | |||
+ | |||
</style> | </style> | ||
+ | |||
+ | |||
+ | </head> | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
Line 42: | Line 161: | ||
<body> | <body> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | < | + | <header id="top" class="header"> |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
+ | <nav class="navbar navbar-default navbar-fixed-top" style="max-height: 70px !important;"> | ||
+ | <div class="container-fluid paddedNav"> | ||
+ | <!-- 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="https://2016.igem.org/Team:BostonU_HW"><img src="https://static.igem.org/mediawiki/2016/9/97/T--BostonU_HW--NeptuneLogo_rcwolf.png" height="38" width="55" style="display: inline-block; padding-right: 17px; ">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> | ||
+ | <img src="https://static.igem.org/mediawiki/2016/5/58/T--BostonU_HW--indexTriangle_rcwolf.png" width="36" height="18" style="margin-bottom: 0 !important; margin-top: 0; padding-bottom: 0 !important; border: none; display: block; margin: 0 auto;"> | ||
+ | <div class="dropdown-content"> | ||
+ | <a href="https://2016.igem.org/Team:BostonU_HW/Team">Meet the Team </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> | ||
− | |||
</div> | </div> | ||
− | |||
Line 94: | Line 238: | ||
− | |||
− | + | <html> | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
+ | <html> | ||
− | < | + | <style> |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | html { | |
− | + | background-color: #D2D2D2; | |
− | + | } | |
− | + | body { | |
− | + | background-color: #D2D2D2; | |
− | + | } | |
− | + | ||
− | + | #greyWrapper { | |
− | + | padding-top: 120px; | |
− | + | background-color: #D2D2D2; | |
− | </ | + | margin: 0px 0px 40px 0px; |
+ | min-height: 1000px; | ||
+ | } | ||
+ | #pageTitle { | ||
+ | margin-left: 25px; | ||
+ | padding-bottom: 16px; | ||
+ | } | ||
+ | .pageBanner { | ||
+ | position: fixed; | ||
+ | color:black; | ||
+ | background-color:white; | ||
+ | width:100%; | ||
+ | top:70px; | ||
+ | z-index: 1; | ||
+ | } | ||
+ | .densmoreCard { | ||
+ | background-color: white; | ||
+ | padding:0; | ||
+ | } | ||
+ | .advisorCard { | ||
+ | background-color: white; | ||
+ | } | ||
+ | .miniBio { | ||
+ | padding-left: 20px; | ||
+ | padding-right:20px; | ||
+ | padding-bottom:30px; | ||
+ | } | ||
+ | .bioIcon { | ||
+ | border: none; | ||
+ | display: block; | ||
+ | margin-top: -24px; | ||
+ | margin-bottom: -20px; | ||
+ | margin-left: auto; | ||
+ | margin-right: auto; | ||
+ | } | ||
+ | </style> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | < | + | <body> |
− | + | <!-- PAGE TITLE BANNER --> | |
− | + | <div id="greyWrapper"> | |
− | + | <div class="pageBanner"> | |
− | + | <h3 id="pageTitle">ATTRIBUTIONS</h3> | |
− | + | ||
− | + | ||
− | + | ||
</div> | </div> | ||
− | + | <br><br><br><br> | |
− | < | + | |
+ | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | <div class=" | + | <div class="row" style="padding-top:50px; padding-bottom:50px;"> |
− | + | <div class="col-md-1"></div> | |
− | + | <div class="col-md-8" style="font-size: 4em;">We stand on the <br><br><br> shoulders of giants.</div> | |
− | + | <div class="col-md-3"></div> | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
</div> | </div> | ||
− | <div class=" | + | |
− | + | <div class="row" style="padding-top:50px; padding-bottom:50px;"> | |
− | + | <div class="col-md-1"></div> | |
− | + | <div class="col-md-10" style="font-size: 1em;"> Our work would not have been possible without the foundations laid by our mentors. Our work would not have been possible without the foundations laid by our mentors. Neptune’s microfluidic design and fabrication tool leverages projects such as Fluigi Place and Route, Mint description language, MakerFluidics, and 3DuF in order to provide the most intuitive and cohesive experience for users. These projects have been built and expanded on by our graduate student mentors. We would like to thank our mentors for all of the work they have done to allow us to bring Neptune to life. | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
</div> | </div> | ||
+ | <div class="col-md-1"></div> | ||
</div> | </div> | ||
− | <div class=" | + | <div class="row" style="padding-top:100px; padding-bottom:100px;"> |
− | + | <div class="col-md-1"></div> | |
− | + | <div class="col-md-10" style="background-color: white; padding-top:50px; padding-bottom:50px;"> | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | <div class="row"> | |
+ | <div class="col-md-3"> | ||
+ | </div> | ||
+ | <div class="col-md-9"> | ||
+ | <div style="font-size: 2em">Fluigi | Radhakrishna Sanka</div> | ||
+ | </div> | ||
</div> | </div> | ||
− | + | <div class="row" style="padding-top:20px; padding-bottom:20px;"> | |
− | </div> | + | <div class="col-md-3"> |
+ | <img src="https://static.igem.org/mediawiki/2016/2/2f/T--BostonU_HW--FluigiLogo_rcwolf.png" width="90%" style="padding-left:20px"> | ||
+ | </div> | ||
+ | <div class="col-md-6"> | ||
+ | |||
+ | A place and route tool for microfluidic devices. Fluigi takes a MINT file as input and strategically routes the features specified in the MINT into an optimized microfluidic design. Fluigi outputs the design in a series of visual formats: SVG files (which can be used to mill out the different layers of the microfluidic chip using a CNC mill), a JSON file (which can be used to visualize the microfluidic design with 3DuF), and EPS files (which can be used to build the chip using photolithography if the user so chooses). | ||
+ | </div> | ||
+ | <div class="col-md-3"> | ||
+ | <img src="https://static.igem.org/mediawiki/2016/c/c4/KrishnaSquare_rcwolf.png" width="90%" height="90%" style="border-radius: 50%;"> | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | <br> | ||
− | <div class=" | + | <div class="row"> |
− | + | <div class="col-md-3"> | |
− | < | + | </div> |
− | <div class=" | + | <div class="col-md-9"> |
− | <div | + | <div style="font-size: 2em">MINT | Radhakrishna Sanka</div> |
− | + | </div> | |
− | + | </div> | |
− | + | <div class="row" style="padding-top:20px; padding-bottom:20px;"> | |
+ | <div class="col-md-3"> | ||
+ | <img src="https://static.igem.org/mediawiki/2016/4/4f/T--BostonU_HW--MINTlogo_rcwolf.png" width="90%" style="padding-left:20px"> | ||
+ | </div> | ||
+ | <div class="col-md-6"> | ||
+ | |||
+ | A microfluidic description language generated as an output of MuShroom mapper and used as an input to Fluigi. This language is used to describe the features of the specified microfluidic device in great detail including specification of feature shape, size and spacing. | ||
+ | </div> | ||
+ | <div class="col-md-3"> | ||
+ | </div> | ||
</div> | </div> | ||
− | |||
− | |||
− | <div class=" | + | <br> |
− | + | ||
− | < | + | <div class="row"> |
− | <div class=" | + | <div class="col-md-3"> |
− | <div | + | </div> |
− | + | <div class="col-md-9"> | |
− | + | <div style="font-size: 2em">3DuF | Joshua Lippai</div> | |
− | + | </div> | |
</div> | </div> | ||
− | + | <div class="row" style="padding-top:20px; padding-bottom:20px;"> | |
− | </div> | + | <div class="col-md-3"> |
+ | <img src="https://static.igem.org/mediawiki/2016/7/7c/T--BostonU_HW--3DuFlogo_rcwolf.png" width="90%" style="padding-left:20px"> | ||
+ | </div> | ||
+ | <div class="col-md-6"> | ||
+ | |||
+ | A CAD-like drawing web application. 3DuF can be used to manually draw a microfluidic design if the user wishes to bypass high-level specifications. 3DuF will then output SVG files (for CNC milling layers of the microfluidic chip) and a JSON file for later visualization and editing purposes. When used in the context of Neptune, 3DuF is leveraged to visualize the JSON output of Fluigi so that the user may control his or her microfluidic device intuitively through the Neptune interface. | ||
+ | </div> | ||
+ | <div class="col-md-3"> | ||
+ | <img src="https://static.igem.org/mediawiki/2016/b/b1/JoshSquare_rcwolf.png" width="90%" height="90%" style="border-radius: 50%;" > | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | <br> | ||
+ | |||
− | <div class=" | + | <div class="row"> |
− | + | <div class="col-md-3"> | |
− | < | + | </div> |
− | <div class=" | + | <div class="col-md-9"> |
− | <div | + | <div style="font-size: 2em">MakerFluidics | Ryan Silva</div> |
− | + | </div> | |
− | + | </div> | |
− | </div> | + | <div class="row" style="padding-top:20px; padding-bottom:20px;"> |
+ | <div class="col-md-3"> | ||
+ | <img src="https://static.igem.org/mediawiki/2016/8/8e/T--BostonU_HW--MakerFluidicsLogo_rcwolf.png" width="80%" style="padding-left:20px"> | ||
+ | </div> | ||
+ | <div class="col-md-6"> | ||
+ | MakerFluidics is an accessible, inexpensive microfluidic fabrication technique used to manufacture microfluidic chips. A user will use an SVG file to mill out both the control and flow layers of a microfluidic chip. Then he or she will use these 2 layers to sandwich a piece of PDMS and vacuum the chip to create a seal. Through Neptune, the user is encouraged to use this fabrication infrastructure to make their chip so that they may rapidly prototype many chips inexpensively for any iterations of their experiment and easily control their microfluidic system through the Neptune interface. | ||
+ | </div> | ||
+ | <div class="col-md-3"> | ||
+ | <img src="https://static.igem.org/mediawiki/2016/7/70/RyanSquare_rcwolf.png" width="90%" height="90%" style="border-radius: 50%;" > | ||
+ | </div> | ||
</div> | </div> | ||
− | |||
− | |||
− | <div class=" | + | <br> |
− | + | ||
− | + | ||
− | <div class=" | + | <div class="row"> |
− | <div | + | <div class="col-md-3"></div> |
− | + | <div class="col-md-9"> | |
− | + | <div style="font-size: 2em">Microfluidic Application | Ali Lashkaripour</div> | |
− | + | </div> | |
</div> | </div> | ||
+ | <div class="row" style="padding-top:20px; padding-bottom:20px;"> | ||
+ | <div class="col-md-3"></div> | ||
+ | <div class="col-md-6"> | ||
+ | |||
+ | Microfluidic applications description | ||
+ | </div> | ||
+ | <div class="col-md-3"> | ||
+ | <img src="https://static.igem.org/mediawiki/2016/9/90/AliSquare_rcwolf.png" width="90%" height="90%" style="border-radius: 50%;" > | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
</div> | </div> | ||
+ | <div class="col-md-1"></div> | ||
</div> | </div> | ||
− | <div class=" | + | |
− | + | ||
− | + | ||
− | + | ||
− | + | <div class="row" style="margin-top:130px;"> | |
− | + | <div class="col-md-1"></div> | |
− | + | <div class="col-md-10" style="font-size: 4em;">Placement in NEPTUNE </div> | |
− | + | <div class="col-md-1"></div> | |
− | + | ||
− | + | ||
</div> | </div> | ||
− | + | <div class="row" style="padding-top:30px; padding-bottom:20px;"> | |
− | <div class=" | + | <div class="col-md-1"></div> |
− | + | <div class="col-md-10" style="font-size: 1.5em; line-height: 150%;"> Each of the above components fit into the Neptune workflow to help fulfill a specific purpose. The location of these pieces are shown in the graph below. | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
</div> | </div> | ||
+ | <div class="col-md-1"></div> | ||
</div> | </div> | ||
− | <div class=" | + | <div class="row"> |
− | + | <img src="https://static.igem.org/mediawiki/2016/5/55/T--BostonU_HW--NeptuneWorkflowSimple_rcwolf.png" width="100%" height="100%"> | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
</div> | </div> | ||
− | < | + | <br><br> |
− | + | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | </body> | ||
+ | |||
+ | <!-- Footer --> | ||
+ | <div id="contact" class="row" style="background-color: white; padding-top: 20px; padding-bottom:20px;"> | ||
+ | <div class="container"> | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | <h3 style="text-align:center; font-size:20px;">Thank you to our sponsors for their support</h3> | ||
+ | <br><br/> | ||
+ | <img align="middle" id="Image-Maps-Com-image-maps-2016-08-11-103011" src="https://static.igem.org/mediawiki/2016/9/9a/FooterLogoBoard_rcwolf.png" border="0" width="1050" height="318" orgWidth="1050" orgHeight="318" usemap="#myfootermap" alt="" /> | ||
+ | <map name="myfootermap" id="ImageMapsCom-image-maps-2016-08-11-103011"> | ||
+ | <area alt="" title="" href="http://www.draper.com/" shape="rect" coords="3,48,266,142" style="outline:none;" target="_self" /> | ||
+ | <area alt="" title="" href="https://www.cidarlab.org" shape="rect" coords="729,7,1021,169" style="outline:none;" target="_self" /> | ||
+ | <area alt="" title="" href="https://www.bu.edu/urop/" shape="rect" coords="821,188,1034,289" style="outline:none;" target="_self" /> | ||
+ | <area alt="" title="" href="https://www.bu.edu" shape="rect" coords="458,99,697,212" style="outline:none;" target="_self" /> | ||
+ | <area alt="" title="" href="http://labcentral.org/resident-companies/phenomyx" shape="rect" coords="468,19,711,74" style="outline:none;" target="_self" /> | ||
+ | <area alt="" title="" href="http://programmingbiology.org/" shape="rect" coords="32,189,415,315" style="outline:none;" target="_self" /> | ||
+ | <area alt="" title="" href="http://www.monsanto.com/pages/default.aspx" shape="rect" coords="484,212,817,299" style="outline:none;" target="_self" /> | ||
+ | <area alt="" title="" href="https://2016.igem.org" shape="rect" coords="273,27,444,157" style="outline:none;" target="_self" /> | ||
+ | </map> | ||
+ | |||
+ | <br><br/><br> | ||
+ | |||
+ | |||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | </html> |
Revision as of 16:30, 13 October 2016
ATTRIBUTIONS
We stand on the
shoulders of giants.
shoulders of giants.
Our work would not have been possible without the foundations laid by our mentors. Our work would not have been possible without the foundations laid by our mentors. Neptune’s microfluidic design and fabrication tool leverages projects such as Fluigi Place and Route, Mint description language, MakerFluidics, and 3DuF in order to provide the most intuitive and cohesive experience for users. These projects have been built and expanded on by our graduate student mentors. We would like to thank our mentors for all of the work they have done to allow us to bring Neptune to life.
Fluigi | Radhakrishna Sanka
A place and route tool for microfluidic devices. Fluigi takes a MINT file as input and strategically routes the features specified in the MINT into an optimized microfluidic design. Fluigi outputs the design in a series of visual formats: SVG files (which can be used to mill out the different layers of the microfluidic chip using a CNC mill), a JSON file (which can be used to visualize the microfluidic design with 3DuF), and EPS files (which can be used to build the chip using photolithography if the user so chooses).
MINT | Radhakrishna Sanka
A microfluidic description language generated as an output of MuShroom mapper and used as an input to Fluigi. This language is used to describe the features of the specified microfluidic device in great detail including specification of feature shape, size and spacing.
3DuF | Joshua Lippai
A CAD-like drawing web application. 3DuF can be used to manually draw a microfluidic design if the user wishes to bypass high-level specifications. 3DuF will then output SVG files (for CNC milling layers of the microfluidic chip) and a JSON file for later visualization and editing purposes. When used in the context of Neptune, 3DuF is leveraged to visualize the JSON output of Fluigi so that the user may control his or her microfluidic device intuitively through the Neptune interface.
MakerFluidics | Ryan Silva
MakerFluidics is an accessible, inexpensive microfluidic fabrication technique used to manufacture microfluidic chips. A user will use an SVG file to mill out both the control and flow layers of a microfluidic chip. Then he or she will use these 2 layers to sandwich a piece of PDMS and vacuum the chip to create a seal. Through Neptune, the user is encouraged to use this fabrication infrastructure to make their chip so that they may rapidly prototype many chips inexpensively for any iterations of their experiment and easily control their microfluidic system through the Neptune interface.
Microfluidic Application | Ali Lashkaripour
Microfluidic applications description
Placement in NEPTUNE
Each of the above components fit into the Neptune workflow to help fulfill a specific purpose. The location of these pieces are shown in the graph below.