Difference between revisions of "Bhamilton18 Week 3"
From LMU BioDB 2017
Bhamilton18 (talk | contribs) (Added comment for Curling raw data section) |
Bhamilton18 (talk | contribs) (Added reference to "curl" information page) |
||
Line 27: | Line 27: | ||
===Curling Raw Data=== | ===Curling Raw Data=== | ||
curl -d "pre_text=cgatggtacatagtagccgtagtgatgagatcgatgagctagc&submit=Submit" http://web.expasy.org/cgi-bin/translate/dna_aa <!-- (-d) represents the raw data selection. and the URL takes out the "action" section of the inspect element and allows the input to be delivered--> | curl -d "pre_text=cgatggtacatagtagccgtagtgatgagatcgatgagctagc&submit=Submit" http://web.expasy.org/cgi-bin/translate/dna_aa <!-- (-d) represents the raw data selection. and the URL takes out the "action" section of the inspect element and allows the input to be delivered--> | ||
+ | <!--https://curl.haxx.se/docs/manual.html used this website to explain how to extract data--> | ||
==Acknowledgements== | ==Acknowledgements== | ||
#This week I worked with my partner [[user:mbalducc|Mary Balducci]] on the hack-a-page segment of the homework. We collaborated on which website to "hack" and how to format the screenshots/pictures onto our respective web pages. | #This week I worked with my partner [[user:mbalducc|Mary Balducci]] on the hack-a-page segment of the homework. We collaborated on which website to "hack" and how to format the screenshots/pictures onto our respective web pages. | ||
#Also compared picture formatting to [[user:mbalducc|Mary Balducci's]] as it conveyed the correct title and formatting I wanted for my page. | #Also compared picture formatting to [[user:mbalducc|Mary Balducci's]] as it conveyed the correct title and formatting I wanted for my page. | ||
+ | #I worked with [[user:zvanysse| Zach Van Ysseldyk]] on the "curling" portion of the assignment. We collaborated on how the "curl" command works and what to look out for when computing the commands in the terminal. | ||
#'''While I worked with the people noted above, this individual journal entry was completed by me and not copied from another source.''' | #'''While I worked with the people noted above, this individual journal entry was completed by me and not copied from another source.''' | ||
==References== | ==References== | ||
#LMU BioDB 2017. (2017). Week 3. Retrieved September 14, 2017, from https://xmlpipedb.cs.lmu.edu/biodb/fall2017/index.php/Week_3 | #LMU BioDB 2017. (2017). Week 3. Retrieved September 14, 2017, from https://xmlpipedb.cs.lmu.edu/biodb/fall2017/index.php/Week_3 | ||
+ | #Manual -- curl usage explained. Retrieved September 17, 2017, from https://curl.haxx.se/docs/manual.html |
Revision as of 00:38, 18 September 2017
Contents
Part I Picture Section
Picture for "Hacking" LMU website
Screenshots
Basic LMU Website before Additions
After Additions with Inspected Elements
Fake Website
Part II Terminal Window Section
Curling Raw Data
curl -d "pre_text=cgatggtacatagtagccgtagtgatgagatcgatgagctagc&submit=Submit" http://web.expasy.org/cgi-bin/translate/dna_aa
Acknowledgements
- This week I worked with my partner Mary Balducci on the hack-a-page segment of the homework. We collaborated on which website to "hack" and how to format the screenshots/pictures onto our respective web pages.
- Also compared picture formatting to Mary Balducci's as it conveyed the correct title and formatting I wanted for my page.
- I worked with Zach Van Ysseldyk on the "curling" portion of the assignment. We collaborated on how the "curl" command works and what to look out for when computing the commands in the terminal.
- While I worked with the people noted above, this individual journal entry was completed by me and not copied from another source.
References
- LMU BioDB 2017. (2017). Week 3. Retrieved September 14, 2017, from https://xmlpipedb.cs.lmu.edu/biodb/fall2017/index.php/Week_3
- Manual -- curl usage explained. Retrieved September 17, 2017, from https://curl.haxx.se/docs/manual.html