Difference between revisions of "Zvanysse Week 14"
(updated electronic workbook) |
m (fixed linking) |
||
Line 1: | Line 1: | ||
==Electronic Lab Notebook== | ==Electronic Lab Notebook== | ||
− | This week [[User: | + | This week [[User:Bhamilton18|Blair Hamilton]] and I worked on the Coder portion of our Interaction and Integration section for the final project. |
#In the beginning we held a group meeting to measure the progress of each member in the group. | #In the beginning we held a group meeting to measure the progress of each member in the group. | ||
#We (Blair and I) also met with Dondi in order to work on syntax for our coding part of the assignment. | #We (Blair and I) also met with Dondi in order to work on syntax for our coding part of the assignment. | ||
Line 16: | Line 16: | ||
==Acknowledgements== | ==Acknowledgements== | ||
− | #I worked with [[User: | + | #I worked with [[User:Bhamilton18|Blair Hamilton]] to collaborate on the integration portion of our assignment. We meet in person as well as messaged each other with questions. |
#'''While I worked with the people noted above, this individual journal entry was completed by me and not copied from another source.''' | #'''While I worked with the people noted above, this individual journal entry was completed by me and not copied from another source.''' | ||
Revision as of 05:20, 5 December 2017
Contents
Electronic Lab Notebook
This week Blair Hamilton and I worked on the Coder portion of our Interaction and Integration section for the final project.
- In the beginning we held a group meeting to measure the progress of each member in the group.
- We (Blair and I) also met with Dondi in order to work on syntax for our coding part of the assignment.
- We first wanted 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: [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 was that Safari and Chrome believe the websites are pop-ups and therefore blocks them. We were having some problems because some of the syntax changed, so Dondi worked his magic and created a fake anchor and made it invisible then linked the page so the right click button worked.
- We have not fixed this problem yet but we have noted.
- 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.
Acknowledgements
- I worked with Blair Hamilton to collaborate on the integration portion of our assignment. We meet in person as well as messaged each other with questions.
- While I worked with the people noted above, this individual journal entry was completed by me and not copied from another source.
References
- Get url parameter jquery Or How to Get Query String Values In js. (n.d.). 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? (n.d.). Retrieved December 04, 2017, from https://stackoverflow.com/questions/5448545/how-to-retrieve-get-parameters-from-javascript
- JavaScript Window Location. (n.d.). Retrieved December 04, 2017, from https://www.w3schools.com/js/js_window_location.asp
- Window.location. (n.d.). Retrieved December 04, 2017, from https://developer.mozilla.org/en-US/docs/Web/API/Window/location
BIOL/CMSI 367-01: Biological Databases Fall 2017
Assignments
Week 1 | Week 2 | Week 3 | Week 4 | Week 5 | Week 6 | Week 7 | Week 8 | Week 9 | Week 10 | Week 11 | Week 12 | Week 14
Individual Assignments
Zvanysse Week 1 | Zvanysse Week 2 | Zvanysse Week 3 | Zvanysse Week 4 | Zvanysse Week 5 | Zvanysse Week 6 | Zvanysse Week 7 | Zvanysse Week 8 | Zvanysse Week 9 | Zvanysse Week 10 | Zvanysse Week 11 | Zvanysse Week 12 | Zvanysse Week 14 | Zvanysse Week 15
Zvanysse Week 1 Journal | Zvanysse Week 2 Journal | Zvanysse Week 3 Journal | Zvanysse Week 4 Journal | Zvanysse Week 5 Journal | Zvanysse Week 6 Journal | Zvanysse Week 7 Journal | Zvanysse Week 8 Journal | Zvanysse Week 9 Journal | Zvanysse Week 10 Journal | Zvanysse Week 11 Journal | Zvanysse Week 12 Journal | Zvanysse Week 14 Journal