1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128
|
% This is the bibliography database for the XBEL report.
@book(unicode20,
title = "The {U}nicode Standard, Version 2.0",
author = "The {U}nicode Consotium",
publisher = "Addison-Wesley Developers Press",
address = "Reading, MA",
year = "1996",
isbn = "0-201-48345-9"
)
@techreport(unicode21,
title = "The {U}nicode Standard, Version 2.1",
author = "The {U}nicode Consortium",
institution = "The {U}nicode Consortium",
year = "1998",
month = "Sep",
number = "8",
address = "San Jose, CA",
note = "\url{http://www.unicode.org/unicode/reports/tr8.html}"
)
@book(iso8601,
title = "Data elements and interchange formats --- Information
interchange --- Representation of dates and times",
author = "International Organization for Standardization",
publisher = "International Organization for Standardization",
year = "1988"
)
@techreport(w3c-xml,
author = "Tim Bray and Jean Paoli and C. M. Sperberg-McQueen",
title = "Extensible Markup Language ({XML}) 1.0",
institution = "World Wide Web Consortium",
type = "Recommendation",
year = "1998",
month = "Feb",
note = "\url{http://www.w3.org/TR/REC-xml}"
)
@techreport(w3c-xml-names,
author = "Tim Bray and Dave Hollander and Andrew Layman",
title = "Namespaces in {XML}",
institution = "World Wide Web Consortium",
type = "Working Draft",
year = "1998",
month = "Sep",
note = "\url{http://www.w3.org/TR/WD-xml-names}"
)
@techreport(w3c-rdf-syntax,
author = "Ora Lassila and Ralph R. Swick",
title = "Resource Description Framework
({RDF}) Model and Syntax Specification",
institution = "World Wide Web Consortium",
type = "Working Draft",
year = "1998",
month = "Oct",
note = "\url{http://www.w3.org/TR/WD-rdf-syntax}"
)
@techreport(w3c-rdf-schema,
author = "Dan Brickley and R. V. Guha and Andrew Layman",
title = "Resource Description Framework
({RDF}) Schema Specification",
institution = "World Wide Web Consortium",
type = "Working Draft",
year = "1998",
month = "Aug",
note = "\url{http://www.w3.org/TR/WD-rdf-schema}"
)
@techreport(w3c-datetime,
author = "Misha Wolf and Charles Wicksteed",
title = "Date and Time Formats",
institution = "World Wide Web Consortium",
type = "Technical note",
year = "1998",
month = "Sep",
note = "\url{http://www.w3.org/TR/WD-rdf-schema}"
)
@manual(w3c-xmlspec,
author = "Eve Maler",
title = "W3C XML Specification DTD (`XMLspec')",
organization = "World Wide Web Consortium",
month = "Sep",
year = "1998",
note = "\url{http://www.w3.org/XML/1998/06/xmlspec-report-19980910.htm}"
)
@misc(iso8601-houston,
author = "Gary Houston",
title = "{ISO} 8601 Date/Time Representations",
year = "1993",
month = "Jan",
note = "\url{ftp://ftp.informatik.uni-erlangen.de/pub/doc/ISO/ISO8601.ps.Z}"
)
@misc(iso8601-kuhn,
author = "Markus Kuhn",
title = "A Summary of the International Standard Date
and Time Notation",
year = "1998",
month = "Sep",
note = "\url{http://www.cl.cam.ac.uk/~mgk25/iso-time.html}"
)
% The "author" field here is completely bogus:
@misc(dublin-core,
title = "Dublin Core Metadata",
author = "{Dublin Core Working Group}",
year = "1997",
month = "Nov",
note = "\url{http://purl.oclc.org/metadata/dublin_core/}"
)
@misc(python-xml,
title = "Python and {XML} Processing",
author = "Andrew M. Kuchling",
note = "\url{http://www.python.org/topics/xml/}"
)
@misc(xbel-home,
title = "The {XML} Bookmark Exchange Language Resource Page",
author = "Drake, Jr., Fred L.",
note = "\url{http://www.python.org/topics/xml/xbel/}"
)
|