Johnllopez Week 15

From LMU BioDB 2017
Jump to: navigation, search

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

Class Assignments

Class Weekly Journal Entries / Project Weekly Journal Entries

My Page