Difference between revisions of "QLanners Week 3"
From LMU BioDB 2017
(put in code used to access the html from the webpage along with a number of the links on the page) |
(added all of the indentifiers in the returned HTML) |
||
Line 13: | Line 13: | ||
#http://www.expasy.org : Link to the ExPasy Bioinformatics Resource Portal Home | #http://www.expasy.org : Link to the ExPasy Bioinformatics Resource Portal Home | ||
#http://web.expasy.org/translate : Link to the Translate Tool page (without any input in) | #http://web.expasy.org/translate : Link to the Translate Tool page (without any input in) | ||
+ | |||
+ | |||
+ | Identifiers | ||
+ | |||
+ | #sib_top : The very top of the page | ||
+ | #sib_container : The container for the whole page returned | ||
+ | #sib_header_small : The small bar header at the top of the page | ||
+ | #sib_expasy_logo : The logo in the top left corner of the page | ||
+ | #resource_header : Not obvious, but possibly another formatting section for the header of the page | ||
+ | #sib_header_nav : The top right of the page with navigational buttons to home and contact | ||
+ | #sib_body : The portion of the page including the text and reading frames returned | ||
+ | #sib_footer : The footer at the bottom of the page | ||
+ | #sib_footer_content : The text/content included in the footer at the bottom of the page | ||
+ | #sib_footer_right : The text/content in the bottom right footer of the page | ||
+ | #sb_footer_gototop : The button going to the top of the page included in the footer |
Revision as of 23:04, 18 September 2017
Code used to retrieve info
curl -X POST -d "pre_text=cgatggtacatggagtccagtagccgtagtgatgagatcgatgagctagc&output=Verbose&code=Standard&submit=Submit" http://web.expasy.org/cgi-bin/translate/dna_aa
Links
- http://www.w3.org/TR/html4/loose.dtd : A HTML document "which includes presentation attributes and elements that W3C expects to phase out as support for style sheets matures"
- http://web.expasy.org/favicon.ico : A picture of the logo used on the page tab
- /css/sib_css/sib.css : A template laying out how the page should be formatted
- /css/sib_css/sib_print.css : A template laying out how the page should be formatted for printing
- /css/base.css : Another template for laying out the format of the page
- http://www.isb-sib.ch : Link to Swiss Institute of Bioinformatics Homepage
- http://www.expasy.org : Link to the ExPasy Bioinformatics Resource Portal Home
- http://web.expasy.org/translate : Link to the Translate Tool page (without any input in)
Identifiers
- sib_top : The very top of the page
- sib_container : The container for the whole page returned
- sib_header_small : The small bar header at the top of the page
- sib_expasy_logo : The logo in the top left corner of the page
- resource_header : Not obvious, but possibly another formatting section for the header of the page
- sib_header_nav : The top right of the page with navigational buttons to home and contact
- sib_body : The portion of the page including the text and reading frames returned
- sib_footer : The footer at the bottom of the page
- sib_footer_content : The text/content included in the footer at the bottom of the page
- sib_footer_right : The text/content in the bottom right footer of the page
- sb_footer_gototop : The button going to the top of the page included in the footer