E N D
Documents (information)(recap) TheProjectGutenbergEBookofTheMahabharataofKrishnaDwaipayanaVyasa,Volume1ThiseBookisfortheuseofanyoneanywhereatnocostandwithalmostnorestrictionswhatsoever.Youmaycopyit,giveitawayorreuseitunderthetermsoftheProjectGutenbergLicenseincludedwiththiseBookoronlineatwww.gutenberg.netTitle:TheMahabharataofKrishnaDwaipayanaVyasa,Volume1Books1,2and3Translator:KisariMohanGanguliReleaseDate:March26,2005[EBook#15474]Language:EnglishCharactersetencoding:ASCII***STARTOFTHISPROJECTGUTENBERGEBOOKTHEMAHABHARATAVOL1***ProducedbyJohnB.Hare.PleasenotifyanycorrectionstoJohnB.Hareatwww.sacred-texts.com structured unstructured
HTML example <html> <head> <meta http-equiv="Content-Type" content="text/html;charset=utf-8"> <title> Example title </title> </head> <body> <h1> The first section </h1> <p align="center"> Hello world. </p> <p> This is the second paragraph. </p> <ol> <li> One. </li> <li> Two. </li> </ol> […]
HTML example […] <dl> <dt> Muggle </dt> <dd> You and I. </dd> <dt> African swallow </dt> <dd> Not a European swallow. </dd> </dl> <h2> Sub-section </h2> <p> I am bored. I will finish this paragraph here. </p> <img src="flower.jpeg" alt="a flower"> </body> </html>
HTML Example (note) […] <dl> <dt> Muggle </dt> <dd> You and I. </dd> <dt> African swallow </dt> <dd> Not a European swallow. </dd> </dl> <h2> Sub-section </h2> <p> I am bored. I will finish this paragraph here. </p> <img src="flower.jpeg" alt="a flower"> </body> </html> <dl><dt>Muggle</dt> <dd>You and I.</dd> <dt>African swallow</dt><dd>Not a European swallow.</dd> </dl><h2>Sub-section</h2><p>I am bored. I will finish this paragraph here.</p><img src="flower.jpeg” alt="a flower"></body> </html> This version also works for the web browser. Looks structured (text file)
Locating information • Images or HTML files: • Paths • URL-s • /Users/rbenkocz/teach/1000/myslides/w9d3.ppt • http://www.cs.uleth.ca/~benkoczi/1000/index.html • Analogy: route in street network; Starting point?
Absolute/relative references […] <dl> <dt> Muggle </dt> <dd> You and I. </dd> <dt> African swallow </dt> <dd> Not a European swallow. </dd> </dl> <h2> Sub-section </h2> <p> I am bored. I will finish this paragraph here. </p> <img src="flower.jpeg" alt="a flower"> </body> </html>
Beyond HTML applepie $ ls a1.docx* applepie $ unzip a1.docx Archive: a1.docx inflating: [Content_Types].xml inflating: _rels/.rels inflating: word/_rels/document.xml.rels inflating: word/document.xml inflating: word/header3.xml inflating: word/footer2.xml inflating: word/footer1.xml inflating: word/header2.xml inflating: word/footer3.xml inflating: word/header1.xml inflating: word/footnotes.xml inflating: word/endnotes.xml inflating: word/theme/theme1.xml inflating: word/settings.xml inflating: word/styles.xml inflating: word/numbering.xml inflating: customXml/_rels/item1.xml.rels inflating: customXml/itemProps1.xml inflating: customXml/item1.xml inflating: docProps/core.xml inflating: word/fontTable.xml inflating: word/webSettings.xml inflating: docProps/app.xml word/document.xml <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <w:document xmlns:ve="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:o ="urn:schemas-microsoft-com:office:office" xmlns:r="http://schemas.openxmlformats.org/offi ceDocument/2006/relationships" xmlns:m="http://schemas.openxmlformats.org/officeDocument/2 006/math" etc.