Bhamilton18 Week 14
From LMU BioDB 2017
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.
- To begin we had a group meeting in order to gauge the progress of each member in the group.
- Zach and I also met with Dondi in order to work on syntax for our coding part of the assignment.
- 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.
- 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.
- 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.
- Finally we merged the other groups work for the first integration. All went smoothly and we will be collaborating more with groups soon.
- This merge was done through GitHub and pushed to our GitHub branch: https://github.com/bhamilton18/GRNsight
Acknowledgements
- 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.
- We collaborated with Dr. Dionisio on the D3 syntax and working through the right click problem.
- 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
- 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
- How to retrieve GET parameters from javascript? Retrieved December 04, 2017, from https://stackoverflow.com/questions/5448545/how-to-retrieve-get-parameters-from-javascript
- JavaScript Window Location. Retrieved December 04, 2017, from https://www.w3schools.com/js/js_window_location.asp
- LMU BioDB 2017. (2017). Coder. Retrieved November 28, 2017, from https://xmlpipedb.cs.lmu.edu/biodb/fall2017/index.php/Coder
- LMU BioDB 2017. (2017). Week 14. Retrieved November 28, 2017, from https://xmlpipedb.cs.lmu.edu/biodb/fall2017/index.php/Week_14
- Window.location. Retrieved December 04, 2017, from https://developer.mozilla.org/en-US/docs/Web/API/Window/location