Line 1: | Line 1: | ||
{{BUHW2016}} | {{BUHW2016}} | ||
<html> | <html> | ||
+ | |||
+ | <style> | ||
+ | .datesFaded { | ||
+ | color:#787878 | ||
+ | } | ||
+ | |||
+ | h1 { | ||
+ | font-size:500%; | ||
+ | } | ||
+ | |||
+ | .row::after { | ||
+ | content: ""; | ||
+ | clear: both; | ||
+ | display: block; | ||
+ | } | ||
+ | |||
+ | [class*="col-"] { | ||
+ | float: left; | ||
+ | padding: 15px; | ||
+ | } | ||
+ | .col-1 {width: 8.33%;} | ||
+ | .col-2 {width: 16.66%;} | ||
+ | .col-3 {width: 25%;} | ||
+ | .col-4 {width: 33.33%;} | ||
+ | .col-5 {width: 41.66%;} | ||
+ | .col-6 {width: 50%;} | ||
+ | .col-7 {width: 58.33%;} | ||
+ | .col-8 {width: 66.66%;} | ||
+ | .col-9 {width: 75%;} | ||
+ | .col-10 {width: 83.33%;} | ||
+ | .col-11 {width: 91.66%;} | ||
+ | .col-12 {width: 100%;} | ||
+ | |||
+ | </style> | ||
+ | |||
<body> | <body> | ||
Line 13: | Line 48: | ||
</div> | </div> | ||
− | <section id="about"> | + | <section id="about"> |
<div class="container"> | <div class="container"> | ||
− | + | <div class="row"> | |
− | + | <div class="col-4"> | |
− | + | <h1>Week 3</h1> | |
− | + | <h2 class="datesFaded">30 May - 5 June</h2> | |
− | + | </div> | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | </ | + | |
− | <br><br> | + | <div class="col-8"> |
− | < | + | <br><br/> |
− | + | <h4>Created templates to display an svg file | |
− | <br><br> | + | <br><br>Added functionality to the display by dynamically creating buttons to open and close valves depending on the svg file |
− | <br><br> | + | <br><br>Incorporated Ajax to connect to the serial port to connect to an arduino |
+ | <br><br>Used Ajax and post requests to import files from the web-app and save them locally to use for the settings page and the svg image | ||
+ | <br><br>Ordered parts for the pumps setup | ||
+ | <br><br>Changed mapper code to differentiate flow from control on an LFR file | ||
+ | <br><br>Added functionality to mapper to work with the UCF and identify which layer all elements reside in | ||
+ | <br><br>Implemented control layer in mapper | ||
+ | </h4> | ||
+ | </div> | ||
+ | </div> | ||
− | < | + | <div class="row"> |
− | <br><br> | + | <br></br> |
− | < | + | <hr></hr> |
− | + | </div> | |
− | + | ||
− | + | ||
− | + | ||
− | </ | + | |
+ | <div class="row"> | ||
+ | <div class="col-4"> | ||
+ | <h1>Weeks 4 & 5</h1> | ||
+ | <h2 class="datesFaded">6 June - 19 June</h2> | ||
+ | </div> | ||
− | < | + | <div class="col-8"> |
− | + | <br><br/> | |
− | + | <h4>Learned js, css, html, node.js, express framework, and how to set up effective github repositories | |
− | <br><br> | + | <br><br>Did some reading about microfluidics: "Microfluidics for synthetic biology: from design to execution," Ferry MS, Razinkov IA, Hasty J. |
− | <br><br> | + | <br><br>Framework switched from Webix based implementation to a more standard implementation w/ hybrid of Javascript, CSS, html |
− | <br><br> | + | <br><br>Assembled the demo board with pump holders and servo holders |
− | <br><br> | + | <br><br>Wrote an Arduino code that gets the code as an input, and turns on the servo |
− | <br><br> | + | <br><br>Implemented the display of the SVG graph with buttons to open and close valves |
− | + | <br><br>Added file upload functionality to certain pages | |
− | + | <br><br>Enabled serial communication of valves from the fluigi page to the Arduino | |
− | <br><br> | + | <br><br>Mapper changed to completely align with place and route with corrected formatting issues and MINT output |
− | < | + | <br><br>Started to integrate mapper into the graphical user interface |
− | + | </h4> | |
− | <br><br> | + | </div> |
− | <br><br> | + | </div> |
− | </ | + | <div class="row"> |
− | + | <br></br> | |
+ | <hr></hr> | ||
+ | </div> | ||
+ | <div class="row"> | ||
+ | <div class="col-4"> | ||
+ | <h1>Week 6</h1> | ||
+ | <h2 class="datesFaded">20 June - 26 June</h2> | ||
+ | </div> | ||
+ | <div class="col-8"> | ||
+ | <br><br/> | ||
+ | <h4 align=left>Worked on NEGEM Presentation | ||
+ | <br><br>Embed text editor for MINT within GUI | ||
+ | <br><br>Rearrange entire structure of code | ||
+ | <br><br>Create solidworks designs of pump holders and layout structure | ||
+ | <br><br>Graphical user interface makeover | ||
+ | <br><br>Debugging and synchronizing pumps with svg implemented | ||
+ | </h4> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="row"> | ||
+ | <br></br> | ||
+ | <hr></hr> | ||
+ | </div> | ||
+ | <div class="row"> | ||
+ | <div class="col-4"> | ||
+ | <h1>Week 7</h1> | ||
+ | <h2 class="datesFaded">27 June - 3 July</h2> | ||
+ | </div> | ||
+ | <div class="col-8"> | ||
+ | <br><br/> | ||
+ | <h4 align=left>Talked to companies such as Lab Central and Ginkgo Labs for sponsorship | ||
+ | <br><br>Had a meeting with the company Nona to talk about open source work for human practices | ||
+ | <br><br>Worked on iGEM wiki: Page template and setup, Home page, Attributions page, and Team page | ||
+ | </h4> | ||
+ | </div> | ||
</div> | </div> | ||
− | + | </div> | |
− | + | </section> | |
− | + | ||
− | + | ||
</body> | </body> | ||
+ | |||
+ | |||
Revision as of 15:35, 1 July 2016
Timeline: June
Week 3
30 May - 5 June
Created templates to display an svg file
Added functionality to the display by dynamically creating buttons to open and close valves depending on the svg file
Incorporated Ajax to connect to the serial port to connect to an arduino
Used Ajax and post requests to import files from the web-app and save them locally to use for the settings page and the svg image
Ordered parts for the pumps setup
Changed mapper code to differentiate flow from control on an LFR file
Added functionality to mapper to work with the UCF and identify which layer all elements reside in
Implemented control layer in mapper
Weeks 4 & 5
6 June - 19 June
Learned js, css, html, node.js, express framework, and how to set up effective github repositories
Did some reading about microfluidics: "Microfluidics for synthetic biology: from design to execution," Ferry MS, Razinkov IA, Hasty J.
Framework switched from Webix based implementation to a more standard implementation w/ hybrid of Javascript, CSS, html
Assembled the demo board with pump holders and servo holders
Wrote an Arduino code that gets the code as an input, and turns on the servo
Implemented the display of the SVG graph with buttons to open and close valves
Added file upload functionality to certain pages
Enabled serial communication of valves from the fluigi page to the Arduino
Mapper changed to completely align with place and route with corrected formatting issues and MINT output
Started to integrate mapper into the graphical user interface
Week 6
20 June - 26 June
Worked on NEGEM Presentation
Embed text editor for MINT within GUI
Rearrange entire structure of code
Create solidworks designs of pump holders and layout structure
Graphical user interface makeover
Debugging and synchronizing pumps with svg implemented
Week 7
27 June - 3 July
Talked to companies such as Lab Central and Ginkgo Labs for sponsorship
Had a meeting with the company Nona to talk about open source work for human practices
Worked on iGEM wiki: Page template and setup, Home page, Attributions page, and Team page