Difference between revisions of "Bhamilton18 Week 3"

From LMU BioDB 2017
Jump to: navigation, search
(Took away the first picture on the page to make it less crowded.)
(Added the first part of just the answers)
Line 31: Line 31:
 
#Are there any identifiers in the ExPASy translation server’s responses? List them and state what you think they identify.
 
#Are there any identifiers in the ExPASy translation server’s responses? List them and state what you think they identify.
 
#*
 
#*
 +
 +
===Just the Answers===
 +
curl -d "pre_text=cgatggtacatggagtccagtagccgtagtgatgagatcgatgagctagc&submit=Submit" http://web.expasy.org/cgi-bin/translate/dna_aa | sed "1,47d" | sed "13,44d"
 +
  
 
==Acknowledgements==
 
==Acknowledgements==

Revision as of 01:31, 18 September 2017

Part I Picture Section

Screenshots

Basic LMU Website before Additions

Before Hacking Blair.png


After Additions with Inspected Elements

After Hacking LMU.png


Fake Website

Apiril Fools Website.png


Part II Terminal Window Section

Curling Raw Data

curl -d "pre_text=cgatggtacatagtagccgtagtgatgagatcgatgagctagc&submit=Submit" http://web.expasy.org/cgi-bin/translate/dna_aa 

Questions Regarding ExPASy

  1. Are there any links to other pages within the ExPASy translation server’s responses? List them and state where they go. (of course, if you aren’t sure, you can always go there with a web browser or curl)
    • Yes, the following link from the ExPASy page: "sib.css", "bas.css", "sib_print.css", "ga.js", and "dna_aa". The css sites refer to the "look and feel" of the website, such as buttons, formatting or colors. The js file refers to the actions computed once a button is pressed or a page is loaded. Finally the dna_aa file is a separate file that holds the data for the translation and where the code is accessed to perform the translation.
  2. Are there any identifiers in the ExPASy translation server’s responses? List them and state what you think they identify.

Just the Answers

curl -d "pre_text=cgatggtacatggagtccagtagccgtagtgatgagatcgatgagctagc&submit=Submit" http://web.expasy.org/cgi-bin/translate/dna_aa | sed "1,47d" | sed "13,44d"


Acknowledgements

  1. 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.
  2. Also compared picture formatting to Mary Balducci's as it conveyed the correct title and formatting I wanted for my page.
  3. 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.
  4. While I worked with the people noted above, this individual journal entry was completed by me and not copied from another source.

References

  1. LMU BioDB 2017. (2017). Week 3. Retrieved September 14, 2017, from https://xmlpipedb.cs.lmu.edu/biodb/fall2017/index.php/Week_3
  2. Manual -- curl usage explained. Retrieved September 17, 2017, from https://curl.haxx.se/docs/manual.html