Difference between revisions of "Ebachour Week 9"
From LMU BioDB 2017
(Adding the discovered code) |
(Added general format for this assignment) |
||
Line 6: | Line 6: | ||
curl -L "http://uniprot.org/uniprot/$gene_id.xml" | curl -L "http://uniprot.org/uniprot/$gene_id.xml" | ||
</pre> | </pre> | ||
+ | |||
+ | |||
+ | =Acknowledgements= | ||
+ | I worked with my homework partner [[User:kwrigh35 | Katie Wright]] in class. We also met face-to-face one time outside of class. We texted outside of class and met to work on the API part of teh assignment together.<br> | ||
+ | '''While I worked with the people noted above, this individual journal entry was completed by me and not copied from another source.'''<br> | ||
+ | [[User:Ebachour|Ebachour]] ([[User talk:Ebachour|talk]]) 21:24, 30 October 2017 (PDT) | ||
+ | |||
+ | =References= | ||
+ | * LMU BioDB 2017. (2017). Week 9. Retrieved October 27, 2017, from https://xmlpipedb.cs.lmu.edu/biodb/fall2017/index.php/Week_9 | ||
+ | |||
+ | {{Template:ebachour}} |
Revision as of 04:24, 31 October 2017
gene_name=[ENTER GENE NAME HERE] gene_id=$(curl -L "http://www.uniprot.org/uniprot/?query=559292+$gene_name&sort=score" | grep -o -P '(?<=tbody><tr id=").*(?=\" class=" entry s)') curl -L "http://uniprot.org/uniprot/$gene_id.xml"
Acknowledgements
I worked with my homework partner Katie Wright in class. We also met face-to-face one time outside of class. We texted outside of class and met to work on the API part of teh assignment together.
While I worked with the people noted above, this individual journal entry was completed by me and not copied from another source.
Ebachour (talk) 21:24, 30 October 2017 (PDT)
References
- LMU BioDB 2017. (2017). Week 9. Retrieved October 27, 2017, from https://xmlpipedb.cs.lmu.edu/biodb/fall2017/index.php/Week_9
Assignment Pages
- 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
Journal Entries
- Journal Week 2
- Journal Week 3
- Journal Week 4
- Journal Week 5
- Journal Week 6
- Journal Week 7
- Journal Week 8
- Journal Week 9
- Journal Week 10
- Journal Week 11
- Journal Week 12
- Journal Week 14
- Journal Week 15
Shared Journal Entries
- Shared Journal Week 1
- Shared Journal Week 2
- Shared Journal Week 3
- Shared Journal Week 4
- Shared Journal Week 5
- Shared Journal Week 6
- Shared Journal Week 7
- Shared Journal Week 8
- Shared Journal Week 9
- Shared Journal Week 10
- Shared Journal Week 11
- Shared Journal Week 12
- Shared Journal Week 14
- Shared Journal Week 15