Johnllopez Week 15
Contents
Electronic Lab Notebook
This week, I took the work completed in my XML function and put them into the main getGeneInformation() function.
I also created an XMLParser function using regular expressions to remove any sort of data within the tags.
var XMLParser = function (data) { return serializer.serializeToString(data).replace(/\<.*?\>\s?/g, ""); };
You may see the work I completed on github here.
Acknowledgements and References
Acknowledgements
This week required collaboration between the coders Eddie Azinge, Eddie Bachoura, and Simon Wroblewski to finalize the code to submit. In addition, I discussed the project's deliverables with Corrine Wong and Dina Bashoura and worked on it with them.
While I worked with the people noted above, this individual journal entry was completed by me and not copied from another source.
Johnllopez616 (talk) 16:24, 15 December 2017 (PST)
References
LMU BioDB 2017. (2017). Week 15. Retrieved December 11, 2017 from https://xmlpipedb.cs.lmu.edu/biodb/fall2017/index.php/Week_15
Individual Journal Entries and 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
- Week 15
Class 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
- Week 15
Class Weekly Journal Entries / Project Weekly Journal Entries
- Class Weekly Journal 1
- Class Weekly Journal 2
- Class Weekly Journal 3
- Class Weekly Journal 4
- Class Weekly Journal 5
- Class Weekly Journal 6
- Class Weekly Journal 7
- Class Weekly Journal 8
- Class Weekly Journal 9
- Class Weekly Journal 10
- Class Weekly Journal 11
- Project Journal Week 12
- Project Journal Week 14
- Project Journal Week 15
My Page