Difference between revisions of "Zvanysse Week 14"
 (updated references)  | 
				 (Fixed potential plagiarism)  | 
				||
| (2 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
| + | ==Electronic Lab Notebook==  | ||
| + | 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.  | ||
| + | #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 from the genes on the GRNSight gene map interactive visualization page to open up into a new tab.  | ||
| + | #*Because we just needed a template, we used this weskit to link to the page: [http://dogtime.com/dog-breeds/pug#/slide/1] (Blair influenced this decision because of her love for Dogs)  | ||
| + | #*Again, we just wanted a working template so we could start focusing in on the skeleton to stage our code to be able to easily input the other team's code.  | ||
| + | #We then wanted to create a simple web page similar to our gene page so the page could link to an internal link rather than an external one  | ||
| + | #*One of the biggest challenges was that the browser denied requests to go to another page for potential security breach reasons. So, we asked Dondi and he created a fake anchor so that we could have a landing page, then put the URL on that landing page, then took the landing page away.  | ||
| + | #*The problem is not fixed in its entirety but it has been realized.  | ||
| + | # href: "/gene/info.html?" + $.param({symbol: gene.name}),  | ||
| + | #* First, the "/gene/info.html?" part of the code allows the right click to go to a template page called info.html  | ||
| + | #*Next the parameters specifies the pathway to go to the gene that was selected by the user  | ||
| + | #**Example:  if "BRO1" is right clicked from GRNSight, the new page will console.log the gene name.  | ||
| + | #Finally we merged the other groups work through GitHub for the first integration. All went well and we will be collaborating more with groups soon.   | ||
| + | |||
| + | ==Acknowledgements==  | ||
| + | #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.'''  | ||
| + | |||
===References===  | ===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  | *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  | *Window.location. (n.d.). Retrieved December 04, 2017, from https://developer.mozilla.org/en-US/docs/Web/API/Window/location  | ||
| − | + | ||
| − | + | {{Template:Zvanysse}}  | |
Latest revision as of 19:06, 13 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 from the genes on the GRNSight gene map interactive visualization page to open up into a new tab.
- Because we just needed a template, we used this weskit to link to the page: [1] (Blair influenced this decision because of her love for Dogs)
 - Again, we just wanted a working template so we could start focusing in on the skeleton to stage our code to be able to easily input the other team's code.
 
 - We then wanted to create a simple web page similar to our gene page so the page could link to an internal link rather than an external one
- One of the biggest challenges was that the browser denied requests to go to another page for potential security breach reasons. So, we asked Dondi and he created a fake anchor so that we could have a landing page, then put the URL on that landing page, then took the landing page away.
 - The problem is not fixed in its entirety but it has been realized.
 
 -  href: "/gene/info.html?" + $.param({symbol: gene.name}),
- First, the "/gene/info.html?" part of the code allows the right click to go to a template page called info.html
 - Next the parameters specifies the pathway to go to the gene that was selected by the user
- Example: if "BRO1" is right clicked from GRNSight, the new page will console.log the gene name.
 
 
 - Finally we merged the other groups work through GitHub for the first integration. All went well 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