Zvanysse Week 14

From LMU BioDB 2017
Jump to: navigation, search

Electronic Lab Notebook

This week Blair Hamilton and I worked on the Coder portion of our Interaction and Integration section for the final project.

  1. In the beginning we held a group meeting to measure the progress of each member in the group.
  2. We (Blair and I) also met with Dondi in order to work on syntax for our coding part of the assignment.
  3. 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.
  4. 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.
  5. 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.
  6. 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

  1. 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.
  2. While I worked with the people noted above, this individual journal entry was completed by me and not copied from another source.

References

Zvanysse

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

Shared Journals

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