Bhamilton18 Week 14

From LMU BioDB 2017
Jump to: navigation, search

Electronic Lab Notebook

This week Zachary Van Ysseldyk and I worked to progress the Coder portion of our Interaction and Integration section of the final project.

  1. To begin we had a group meeting in order to gauge the progress of each member in the group.
  2. Zach and I also met with Dondi in order to work on syntax for our coding part of the assignment.
  3. We began by trying to have the user right click on any of the genes of the GRNsight page to open any page.
    • For our purposes we used this weskit to link to the page: http://dogtime.com/dog-breeds/pug#/slide/1
    • It is important to note we did not care which website we were going to, we just wanted to link the right click to some website.
  4. Next, we worked on creating a simple web page, similar to our gene pages, in which the site can link to instead of the outside website source.
    • One problem we realized was happening was that Safari and Chrome believe the websites are pop-ups and therefore blocks them.
    • We have not fixed this problem yet but we have noted it.
  5. href: "/gene/info.html?" + $.param({symbol: gene.name}),
    • This code allows the right click to go to a generic page called info.html
    • Next the parameters goes to the gene selected and gives it's name.
      • I.e if "HOT1" is right clicked the new page will show a console.log of the gene name.
  6. Finally we merged the other groups work for the first integration. All went smoothly and we will be collaborating more with groups soon.

Acknowledgements

  1. I worked with Zachary Van Ysseldyk to collaborate on the integration portion of our assignment. We meet in person as well as messaged each other with questions.
  2. We collaborated with Dr. Dionisio on the D3 syntax and working through the right click problem.
  3. While I worked with the people noted above, this individual journal entry was completed by me and not copied from another source.

Bhamilton18 (talk) 22:06, 13 December 2017 (PST)

References

  1. Get url parameter jquery Or How to Get Query String Values In js. Retrieved December 04, 2017, from https://stackoverflow.com/questions/19491336/get-url-parameter-jquery-or-how-to-get-query-string-values-in-js
  2. How to retrieve GET parameters from javascript? Retrieved December 04, 2017, from https://stackoverflow.com/questions/5448545/how-to-retrieve-get-parameters-from-javascript
  3. JavaScript Window Location. Retrieved December 04, 2017, from https://www.w3schools.com/js/js_window_location.asp
  4. LMU BioDB 2017. (2017). Coder. Retrieved November 28, 2017, from https://xmlpipedb.cs.lmu.edu/biodb/fall2017/index.php/Coder
  5. LMU BioDB 2017. (2017). Week 14. Retrieved November 28, 2017, from https://xmlpipedb.cs.lmu.edu/biodb/fall2017/index.php/Week_14
  6. Window.location. Retrieved December 04, 2017, from https://developer.mozilla.org/en-US/docs/Web/API/Window/location


Category Links
User Page Blair Hamilton
Weekly Assignments Bhamilton18 Week 2Bhamilton18 Week 3Bhamilton18 Week 4Animal QTLBhamilton18 Week 6Bhamilton18 Week 7Bhamilton18 Week 8Bhamilton18 Week 9Bhamilton18 Week 10Bhamilton18 Week 11Bhamilton18 Week 12Bhamilton18 Week 14Bhamilton18 Week 15
Weekly Assignment
Instructions
Week 1Week 2Week 3Week 4Week 5Week 6Week 7Week 8Week 9Week 10Week 11Week 12Week 14Week 15
Class Journals Class Journal Week 1Class Journal Week 2Class Journal Week 3Class Journal Week 4Class Journal Week 5Class Journal Week 6Class Journal Week 7Class Journal Week 8Class Journal Week 9Class Journal Week 10
Final Project Lights, Camera, InterACTION!Lights, Camera, InterACTION! Deliverables