Zvanysse Week 3

From LMU BioDB 2017
Revision as of 01:07, 18 September 2017 by Zvanysse (talk | contribs) (Answered #1)
Jump to: navigation, search

Screenshots with Inspector Open

  1. This is with both pictures and text alteredZvanysse screenshotinspector2.png
  2. This is just text, but I thought it was funnyZvanysse screenshotinspector1.png

Screenshots without Inspector Open

  1. This is with both pictures and text alteredZvanysse screenshotwithpic.png
  2. This is just the text altered, but again, it was funnyZvanysse screenshotnopic.png

Curling in an input

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

Question responses

  1. Yes, there are a few links that show up within the ExPASy translation server’s responses upon inspecting the page. The first is "ga.js." This is where all the javascript code is stored. Javascript code is the code that turns inputs into outputs. There are a few .css files: "sib_print.css," "base.css," and "sib.css." This is what makes the webpage look pretty. These files are joined together in the HTML code, or "/translate" page.

Acknowledgements

  1. Consulted with Blair on usage of the curl function

References