<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://microformats.org/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=DavidOsolkowski</id>
	<title>Microformats Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="http://microformats.org/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=DavidOsolkowski"/>
	<link rel="alternate" type="text/html" href="http://microformats.org/wiki/Special:Contributions/DavidOsolkowski"/>
	<updated>2026-06-05T11:10:27Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.38.4</generator>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=plain-old-xml-considered-harmful&amp;diff=10652</id>
		<title>plain-old-xml-considered-harmful</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=plain-old-xml-considered-harmful&amp;diff=10652"/>
		<updated>2006-09-07T17:43:12Z</updated>

		<summary type="html">&lt;p&gt;DavidOsolkowski: The wiki automatically links RFC references&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= plain old xml considered harmful =&lt;br /&gt;
&lt;br /&gt;
(This article is a stub, feel free to expand upon it)&lt;br /&gt;
&lt;br /&gt;
The plain old xml approach has already been tried by *numerous* others&lt;br /&gt;
since 1998 and has failed on the Web.&lt;br /&gt;
&lt;br /&gt;
http://blog.davidjanes.com/:entry:davidjanes-2005-10-04-0000/&lt;br /&gt;
&lt;br /&gt;
OTOH, [[semantic-xhtml|XHTML]] + [[semantic-class-names]] has seen widespread adoption among the&lt;br /&gt;
web authoring/design/IA/publishing community.  Microformats is leveraging&lt;br /&gt;
the approach that is both working better and frankly dominating in practice&lt;br /&gt;
on the Web.&lt;br /&gt;
&lt;br /&gt;
http://microformats.org/blog/2006/01/09/tim-bray-on-creating-xml-dialects/&lt;br /&gt;
&lt;br /&gt;
See also [[namespaces-considered-harmful]].&lt;br /&gt;
&lt;br /&gt;
XML elements are limited to only one &amp;quot;name&amp;quot; and thus only one meaning, whereas the&lt;br /&gt;
class attribute is a space separated set of names and can thus capture&lt;br /&gt;
multiple meanings, providing a much more flexible semantic structure for&lt;br /&gt;
authors, and greatly aiding in following DRY.&lt;br /&gt;
&lt;br /&gt;
There are 1000s more web authors/developers that write/understand (X)HTML&lt;br /&gt;
+ semantic class names + CSS as compared to the number of folks that&lt;br /&gt;
write/understand either plain or namespaced XML.&lt;br /&gt;
&lt;br /&gt;
It's the publishers that matter, not the programmers.  To put it&lt;br /&gt;
another way, programmers can solve problems once and share open source.&lt;br /&gt;
Publishers have to keep solving markup/publishing problems for content and&lt;br /&gt;
design numerous times continuously, and have much less chance of being able&lt;br /&gt;
to share their solutions.  That, plus the fact that there are many more web&lt;br /&gt;
designers than programmers, plus simple economics, means the best solution is&lt;br /&gt;
to optimize for ease of publishing, and let iterative open source solve the&lt;br /&gt;
programming problems.&lt;br /&gt;
&lt;br /&gt;
XML also has disadvantages in that an XML processor is required to abort when it encounters an error, so a single unescaped ampersand can cause an XML document to be entirely unreadable.  This is hardly appropriate for an end-user application, so many people ignore this requirement and break the spec, so they're not actually using XML.  Furthermore, serving XML over HTTP is difficult; there are all kinds of complicated issues dealing with character encodings; start with RFC 3023.&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
&lt;br /&gt;
* [[namespaces-considered-harmful]]&lt;br /&gt;
* [[microformats-easier-than-xml]]&lt;br /&gt;
* [[semantic-xhtml]]&lt;br /&gt;
* [[semantic-class-names]]&lt;/div&gt;</summary>
		<author><name>DavidOsolkowski</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=plain-old-xml-considered-harmful&amp;diff=8412</id>
		<title>plain-old-xml-considered-harmful</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=plain-old-xml-considered-harmful&amp;diff=8412"/>
		<updated>2006-09-07T17:41:46Z</updated>

		<summary type="html">&lt;p&gt;DavidOsolkowski: Added issues with draconian error handling, character encoding complexities&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= plain old xml considered harmful =&lt;br /&gt;
&lt;br /&gt;
(This article is a stub, feel free to expand upon it)&lt;br /&gt;
&lt;br /&gt;
The plain old xml approach has already been tried by *numerous* others&lt;br /&gt;
since 1998 and has failed on the Web.&lt;br /&gt;
&lt;br /&gt;
http://blog.davidjanes.com/:entry:davidjanes-2005-10-04-0000/&lt;br /&gt;
&lt;br /&gt;
OTOH, [[semantic-xhtml|XHTML]] + [[semantic-class-names]] has seen widespread adoption among the&lt;br /&gt;
web authoring/design/IA/publishing community.  Microformats is leveraging&lt;br /&gt;
the approach that is both working better and frankly dominating in practice&lt;br /&gt;
on the Web.&lt;br /&gt;
&lt;br /&gt;
http://microformats.org/blog/2006/01/09/tim-bray-on-creating-xml-dialects/&lt;br /&gt;
&lt;br /&gt;
See also [[namespaces-considered-harmful]].&lt;br /&gt;
&lt;br /&gt;
XML elements are limited to only one &amp;quot;name&amp;quot; and thus only one meaning, whereas the&lt;br /&gt;
class attribute is a space separated set of names and can thus capture&lt;br /&gt;
multiple meanings, providing a much more flexible semantic structure for&lt;br /&gt;
authors, and greatly aiding in following DRY.&lt;br /&gt;
&lt;br /&gt;
There are 1000s more web authors/developers that write/understand (X)HTML&lt;br /&gt;
+ semantic class names + CSS as compared to the number of folks that&lt;br /&gt;
write/understand either plain or namespaced XML.&lt;br /&gt;
&lt;br /&gt;
It's the publishers that matter, not the programmers.  To put it&lt;br /&gt;
another way, programmers can solve problems once and share open source.&lt;br /&gt;
Publishers have to keep solving markup/publishing problems for content and&lt;br /&gt;
design numerous times continuously, and have much less chance of being able&lt;br /&gt;
to share their solutions.  That, plus the fact that there are many more web&lt;br /&gt;
designers than programmers, plus simple economics, means the best solution is&lt;br /&gt;
to optimize for ease of publishing, and let iterative open source solve the&lt;br /&gt;
programming problems.&lt;br /&gt;
&lt;br /&gt;
XML also has disadvantages in that an XML processor is required to abort when it encounters an error, so a single unescaped ampersand can cause an XML document to be entirely unreadable.  This is hardly appropriate for an end-user application, so many people ignore this requirement and break the spec, so they're not actually using XML.  Furthermore, serving XML over HTTP is difficult; there are all kinds of complicated issues dealing with character encodings; start with [http://www.ietf.org/rfc/rfc3023.txt RFC 3023].&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
&lt;br /&gt;
* [[namespaces-considered-harmful]]&lt;br /&gt;
* [[microformats-easier-than-xml]]&lt;br /&gt;
* [[semantic-xhtml]]&lt;br /&gt;
* [[semantic-class-names]]&lt;/div&gt;</summary>
		<author><name>DavidOsolkowski</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=media-info-examples&amp;diff=13352</id>
		<title>media-info-examples</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=media-info-examples&amp;diff=13352"/>
		<updated>2006-08-30T00:30:50Z</updated>

		<summary type="html">&lt;p&gt;DavidOsolkowski: Added Discogs&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Media Info Examples =&lt;br /&gt;
&lt;br /&gt;
== Contributors ==&lt;br /&gt;
&lt;br /&gt;
* [http://tantek.com/log/ Tantek Çelik]&lt;br /&gt;
* [http://joshkinberg.com/blog/ Joshua Kinberg]&lt;br /&gt;
* [http://napsterization.org/stories/ Mary Hodder]&lt;br /&gt;
* [http://onlisareinsradar.com/ Lisa Rein]&lt;br /&gt;
* [[User:ChrisMessina | ChrisMessina]]&lt;br /&gt;
* [[User:RodBegbie | RodBegbie]]&lt;br /&gt;
&lt;br /&gt;
== Introduction ==&lt;br /&gt;
&lt;br /&gt;
Examples of what people actually publish on the Web when discussing, linking to, referring to media.  This is focused predominantly on time based media such as audio and video, but may consider aspects of static media as well such as still images.&lt;br /&gt;
&lt;br /&gt;
== Emphasis on Practical, Simple, and Minimal ==&lt;br /&gt;
&lt;br /&gt;
Since all previous known attempts at this problem area have ended up quite complex and over-designed, this attempt will place simplicity and minimalism first and foremost.&lt;br /&gt;
&lt;br /&gt;
Thus for now, this document is deliberately restricted to examples that are:&lt;br /&gt;
* ''Actual'' examples in practice on the Web '''with URLs''' to the originals (note, all *-examples pages should be like this, but previous attempts at documenting media info examples have mostly ignored this requirement, and thus it is necessary to be explicit).&lt;br /&gt;
* Representative of ''very common'' publishing behavior on the Web.  This focus on common, representative examples is essential.  If possible, include an estimate of the number of similar examples. E.g. ~10k.&lt;br /&gt;
* Simple and minimalist.  As simple as possible.  Go read [http://microformats.org/wiki/microformats#the_microformats_principles the microformats principles] right now before proceeding any further.&lt;br /&gt;
&lt;br /&gt;
Any examples added which do not conform to these requirements will be deleted.&lt;br /&gt;
&lt;br /&gt;
Any generic analysis will also be deleted.  Analysis before examples is premature.  Once there are sufficient media-info-examples, and hopefully a simple/clean listing of [[media-info-formats]], we'll hopefully start a [[media-info-brainstorming]] page to do aggregate analysis of the examples.&lt;br /&gt;
&lt;br /&gt;
== Table of Contents ==&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
== Real World Examples ==&lt;br /&gt;
&lt;br /&gt;
=== Overall Notes About Examples ===&lt;br /&gt;
These examples are organized into a short list of top level media categories, in the hopes that it will be easier to determine if there are media specific publishing behaviors, in addition to common behaviors across multiple types of media.  Some may be subcategorized and distinguished by whether it was published by an individual publisher or a service:&lt;br /&gt;
* Audio (Speech, Music)&lt;br /&gt;
* Video&lt;br /&gt;
* Photos &lt;br /&gt;
&lt;br /&gt;
The numbers after some of the examples' descriptions are based on numbers found pulling in media records at Dabble.  Others may have higher numbers and would be encouraged to restate them if that's true.&lt;br /&gt;
&lt;br /&gt;
=== Audio ===&lt;br /&gt;
==== Speech ====&lt;br /&gt;
Publication of audio speeches on blogs is often called &amp;quot;podcasting&amp;quot;.  In essence though, it is simply audio speech publishing.  Quotes of audio files are beginning to appear, and publishers are putting up files with links to other audio files they've quoted from.  Most audio appears to often have the same base elements as video and photos, with the exception of quotes.&lt;br /&gt;
&lt;br /&gt;
===== Individual Publishing of Speech =====&lt;br /&gt;
&lt;br /&gt;
* [http://www.microformats.org/blog/2005/09/30/web-essentials-audio/ Microformats: Web Essentials Audio]&lt;br /&gt;
** Appears to be composed of:&lt;br /&gt;
*** title/summary of the recording&lt;br /&gt;
*** clickable hyperlink to the recording (MP3)&lt;br /&gt;
** Contextual:&lt;br /&gt;
*** (primary) speaker is indicated in nearby text&lt;br /&gt;
&lt;br /&gt;
* [http://www.thechrispirilloshow.com/help/20060119_chuck_cummins_on_windows_vista_interface_design.phtml Chris Pirillo podcast]&lt;br /&gt;
** This example has a Title, Html URL, media URL(s), description or summary, categories/tags underneath what is viewable, and date.  +10k&lt;br /&gt;
&lt;br /&gt;
* [http://yukelzon.blogspot.com/2006/01/podcasts.html Reflog's Random Thoughts podcast]&lt;br /&gt;
** This example has a Title, Html URL, description or summary, creator, tags and publish time and date.  +10k records.&lt;br /&gt;
&lt;br /&gt;
* [http://www.evilgeniuschronicles.org/wordpress/2006/01/12/egc-clambake-for-january-12-2006/ Evil Genius Chronicles podcast]&lt;br /&gt;
** This example has a Title, Html URL, description or summary, quotes URLs and descriptions, licence, creator, tags and publish time and date.  +10k records.&lt;br /&gt;
&lt;br /&gt;
* [http://www(dot)bizbyjake.com/2006/01/how-are-you-doing.html media published from a blog, Jake Steinfeld's Audio Blog] NOTE: this record had trouble because mediawiki blocks any DOTbiz domains and so while this domain coincidentally has a DOTbizbyjake.com name that is not a TLD, it was still blocked in the loading of the page with this example.  So please adjust the URL manually and then visit the site.&lt;br /&gt;
** This example has a Title, Html URL, media URL, creator and publish time and date. +10k records.&lt;br /&gt;
&lt;br /&gt;
==== Music ====&lt;br /&gt;
* [http://www.somesongs.com/ somesongs]&lt;br /&gt;
** Has song title (linked to more info), artist (linked to more info), play link (to mp3), and rating&lt;br /&gt;
&lt;br /&gt;
* [http://www.bradsucks.net/music/ Brad Sucks &amp;amp;raquo; music]&lt;br /&gt;
** Has album title, song title, separate link to more info, inline flash player, and play link (to mp3)&lt;br /&gt;
&lt;br /&gt;
* [http://www.scottandrew.com/music/ Scott Andrew - lo-fi acoustic pop superhero!  &amp;gt; music &amp;gt;]&lt;br /&gt;
** Has album title, song title, album artwork, streaming link (to m3u), and play link (to mp3)&lt;br /&gt;
&lt;br /&gt;
* [http://magnatune.com/genres/rock/ Magnatune]&lt;br /&gt;
** Has artist (linked to more info), artist description, album title (linked to more info), lofi streaming link (to m3u), hifi streaming link (to m3u), link to more info, link to license info, link to purchase info.&lt;br /&gt;
&lt;br /&gt;
* [http://www.songfight.org/ SONG FIGHT!]&lt;br /&gt;
** Has theme, artist/play link (to mp3).&lt;br /&gt;
&lt;br /&gt;
* [http://www.yes.com/ Yes.com]&lt;br /&gt;
** Music played in last hour ([http://www.yes.com/lookup.php?s=WERS example])&lt;br /&gt;
*** Flash page with track play time, artist, title, cover art.  Affiliate linked to iTunes music store.&lt;br /&gt;
** Top 100 Chart ([http://www.yes.com/top100.php?s=WXKS example])&lt;br /&gt;
*** HTML page with chart position, last week's chart position, artist, title (affiliate link to iTunes music store)&lt;br /&gt;
&lt;br /&gt;
* [http://www.hearingdouble.co.uk/dumb/index2.html Portishead Remixed]&lt;br /&gt;
** Whole page is for one album (a mash-up remix of a Portishead album).  Has Album Track Number and Title (linked to mp3) and Remixer's name, plus cover art.  Also a link to the BitTorrent download of the whole album.&lt;br /&gt;
&lt;br /&gt;
* MySpace (examples: [http://myspace.com/theradioknives] [http://www.myspace.com/singsinguk] [http://www.myspace.com/arcticmonkeys])&lt;br /&gt;
** Artist pages containing embedded flash players.  Song title starts song playing on embedded player.  Download link optionally links to mp3.&lt;br /&gt;
** Link to artist's homepage, band members, influences, biography.&lt;br /&gt;
&lt;br /&gt;
* [http://musicbrainz.org MusicBrainz.org]&lt;br /&gt;
** MusicBrainz provides a catalog of music metadata such as the [http://wiki.musicbrainz.org/ArtistName artist name], the [http://wiki.musicbrainz.org/ReleaseTitle release title], and the list of [http://wiki.musicbrainz.org/Track tracks] that appear on a release.&lt;br /&gt;
** Since 2005, users have the option to further relate each of these entities using a detailed set of [http://wiki.musicbrainz.org/AdvancedRelationships relationships] (i.e. who played which instrument on a release/track).&lt;br /&gt;
** Examples: [http://musicbrainz.org/browseartists.html browse] and [http://musicbrainz.org/search.html search] the catalog&lt;br /&gt;
&lt;br /&gt;
* [http://reactor-core.org/ogg-tagging.html Vorbis Comment Recommendations]&lt;br /&gt;
** Comment fields development by the Ogg/Vorbis community to consistently describe audio files.&lt;br /&gt;
&lt;br /&gt;
* [http://www.apple.com/itunes/podcasts/techspecs.html iTunes RSS extensions]&lt;br /&gt;
** The DTD used to add richer data to media available in podcasts via the iTunes Music Store.&lt;br /&gt;
&lt;br /&gt;
* [http://www.discogs.com/ Discogs]&lt;br /&gt;
** Extensive database with labels, artists, albums, etc.  Also has extremely detailed submission guidelines that probably qualify for a media-info format.&lt;br /&gt;
&lt;br /&gt;
=== Video ===&lt;br /&gt;
Publication of video on blogs often goes by &amp;quot;videoblogging&amp;quot;, &amp;quot;vlogging&amp;quot;, &amp;quot;VODcasting&amp;quot;, or &amp;quot;video podcasting&amp;quot;. The typical process involves publishing a direct link to the video file within the blog entry. The blog entry can, but does not have to, include an embedded video player.  Many videos include a thumbnail jpg which is clickable to the media object and player.  Some  video includes links to those other source videos, photos and audio that have been quoted.  Most videos have the same base elements as photos and audio, with the exception of quotes.&lt;br /&gt;
&lt;br /&gt;
==== Individual publishing of video ====&lt;br /&gt;
&lt;br /&gt;
* [http://FreeVlog.org FreeVlog]: the most popular tutorial on the web describing the videoblogging process by combining free tools and services (Blogger, OurMedia/Internet Archive, FeedBurner).&lt;br /&gt;
** According to this process, a videoblog entry contains:&lt;br /&gt;
*** Direct link to the video file&lt;br /&gt;
*** Clickable thumbnail image/screen capture of the video&lt;br /&gt;
*** Contextual information about the video (title, description, etc) is usually contained in the surrounding blog entry&lt;br /&gt;
&lt;br /&gt;
* [http://joshkinberg.com/popupmaker Video Pop Up Maker]&lt;br /&gt;
** This example based on the process taught at [http://FreeVlog.org FreeVlog] generates code to create a dynamic pop up window with embedded video player. The reasons for this are enumerated [http://www.unmediated.org/archives/2005/10/easily_create_p.php here]&lt;br /&gt;
&lt;br /&gt;
* [http://ryanedit.blogspot.com/2006/01/light-water-music-2.html Ryanne's Video Blog]&lt;br /&gt;
** This example has a Title, Html URL, media URL, thumbnail url, description or summary, creator, and publish time.  +50k&lt;br /&gt;
&lt;br /&gt;
* [http://www.prototypen.com/blog/vjblog/archives/001244.html Artificial Eye: fALks world news view 05|07|11 video post]&lt;br /&gt;
** This example has a Title, Html URL, media URL, thumbnail url, description or summary, creator, quotes URLs and description, and publish time.  +10k (quotes +5k)&lt;br /&gt;
&lt;br /&gt;
* [http://www.itsjerrytime.com/ It's JerryTime! - episodic video content]&lt;br /&gt;
** This example has a Title, Html URL, media URL, thumbnail url and creator.  +10k records.&lt;br /&gt;
&lt;br /&gt;
* [http://www.bottomunion.com/blog/ Bottom Union combined video + text blog]&lt;br /&gt;
** This example has a Title, Html URL, media URL, thumbnail URL, description or summary, creator, tags and publish time and date. +5k blogs&lt;br /&gt;
&lt;br /&gt;
* [http://kitchenarts.blogspot.com/ KitchenArts instructional/marketing video blog]&lt;br /&gt;
** This example has a Title, Html URL, media URL, thumbnail URL, description or summary, creator, and publish time and date. +5k blogs&lt;br /&gt;
&lt;br /&gt;
* [http://weblog.infoworld.com/udell/2005/12/06.html#a1348 Jon Udell's Weblog: Greasemonkeying Google Videomedia - blog post with quoting of video via greasemonkey plugin].  This example *may* be better suited to a study from the perspective of a citation.&lt;br /&gt;
** This example has a Title, Html URL, media URL, description or summary, creator, quote URLs and description, license and publish time. &amp;gt;100 records but is climbing rapidly.&lt;br /&gt;
&lt;br /&gt;
* [http://rocketboom.com/vlog/ Rocketboom daily with amanda congdon - daily video posting in a blog-like format, with quoting of video, audio photos]&lt;br /&gt;
** This example has a Title, Html URL, media URL, description or summary, creator, quote URLs and description, license and publish time. This example also &amp;quot;auto-plays&amp;quot;, that is, starts playing the video in the normal browser/HTML view upon loading of the page.  +20k&lt;br /&gt;
&lt;br /&gt;
==== Service publishing of video ====&lt;br /&gt;
&lt;br /&gt;
* [http://blip.tv/ blip.tv - video blogging, podcasting and sharing service]&lt;br /&gt;
** This example has a Title, Html URL, media URL, thumbnail URL, description or summary, license, creator, tags and upload time. +1m across all hosters. +10k records.&lt;br /&gt;
&lt;br /&gt;
* [http://youtube.com/ YouTube - Broadcast Yourself - video hosting and sharing service]&lt;br /&gt;
** This example has a Title, Html URL, thumbnail URL, description or summary, license, creator, tags and upload time. +1m across all hosters. +15k records.&lt;br /&gt;
&lt;br /&gt;
* [http://mefeedia.com/ Mefeedia] - Mefeedia is the best place to find free videoblogs or video podcasts.&lt;br /&gt;
** This example has a Title, Html URL, thumbnail URL, thumbnail title, media type overlay icon, creator.&lt;br /&gt;
&lt;br /&gt;
* [http://vimeo.com/ Vimeo] - The Flickr of Video&lt;br /&gt;
** This example has a Title, thumbnail (class=moduleClipThumb), thumbnail URL, Html URL, creator.&lt;br /&gt;
&lt;br /&gt;
* [http://DailyMotion.com/ DailyMotion] - Watch, publish, share&lt;br /&gt;
** This example has a thumbnail (class=category_minilist_item_video_preview_image), with an Html URL, thumbnail URL, certain info (class=category_minilist_infos), title (class=category_minilist_item_title), href to country tag (with image icon with class=category_minilist_item_flag, image title set to country name).&lt;br /&gt;
&lt;br /&gt;
=== Photos ===&lt;br /&gt;
* A few photos online have region annotation and quoting.  But as tools are developed that are usable for mass publishers, this will likely increase.&lt;br /&gt;
* Many videos have thumbnails that are jpgs.&lt;br /&gt;
* Many videos use pictures and therefore the pictures themselves are quotes from the video.&lt;br /&gt;
* Most photos have the same elements as videos and audio, with the exception of quotes.&lt;br /&gt;
&lt;br /&gt;
==== Individual Publishing of Photos ====&lt;br /&gt;
* [http://blog.bouckenooghe.com/2005/09/01/em6-a-est-fache-avec-le-centimetre/ Blog A Brac &amp;amp;raquo; E=m6 a est fâché avec le centimètre - photo with annotated screen-caps]&lt;br /&gt;
** This example has a Title, Html URL, media URL, description or summary, creator, quotes and descriptions, tags/categories, and publish date and time. +200 across all individually blogged photos.&lt;br /&gt;
* [http://scribbling.net/projects/fotonotesrolloverviewer/fotonotesplugin.php?p=helicopterovernyc.jpg Scribbling.net implementation of Fotonotes Plugin demonstrating the fotonotes annotation tool for photos]&lt;br /&gt;
** This example has media url, quotes and descriptions, creator.  +200 across all individually blogged  photos.&lt;br /&gt;
&lt;br /&gt;
* For more work along the lines of 2d annotations, please see (and add to) [[photo-note-examples]].&lt;br /&gt;
&lt;br /&gt;
==== Service publishing of photos ====&lt;br /&gt;
&lt;br /&gt;
* [http://www.flickr.com/photos/500hats/50282408/ Flickr - Photo Sharing instance of a photo.]&lt;br /&gt;
** This example has a Title, Html URL, media URL, description or summary, quotes URLs and descriptions, licence, tags, upload time, playlist (set), license, creator, and other capture data.  +millions across all hosters. +millions of records.&lt;br /&gt;
&lt;br /&gt;
* [http://www.webshots.com/search?query=san+francisco&amp;amp;new=1&amp;amp;source=search_results_top Webshots - Search results, gallery view.]&lt;br /&gt;
** This example has a Title, Html URL, creator, licence, Premium/Standard access.&lt;br /&gt;
&lt;br /&gt;
* [http://www.webshots.com/g/32/579-sh/25695.html Webshots - Single photo view.]&lt;br /&gt;
** This example has a Title, Html URL, creator, licence, link to creator's other photos. Three alternate download sizes, link to buy a print. Link to add as favorite. Link to next, previous photos in collection. Photo belongs to generic category (no tags). Links to related photo searches.&lt;br /&gt;
&lt;br /&gt;
== Notes on Existing Practices ==&lt;br /&gt;
&lt;br /&gt;
Mary Hodder:&lt;br /&gt;
* We are finding as we look at thousands of user generated media records, that all have titles, creator, at least a default licensing, most have tags whose functionality is made available through the hosting service (the richer the media, the more likely tagging goes toward 100%), Html and media URLs, thumbnail URLs, publishing date, and about 25% have quoting information of some sort (quotes of video or audio, and region quotes of photos).&lt;br /&gt;
* Tags apparently appear at the upload point on 61% of photos in Flickr, and within a short period, 80+% have tags.  12% of users in Flickr apparently tag photos other than their own.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Next Steps ==&lt;br /&gt;
# Add more real-world, simple, minimal examples.&lt;br /&gt;
# Research and organize existing/previous [[media-info-formats]], with a focus on formats for publishing '''common''', '''user-visible''' media information.&lt;br /&gt;
# Start [[media-info-brainstorming]] based on examples.&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* [[media-metadata-examples]] - previous attempt to catalog and organize top down metadata systems generated by engineers and committees, as examples of elements, and includes formats which should be in a separate page.  Useful as a source of research but this microformat needs to embrace the bottomup ways users are publishing photos, video and audio online.&lt;/div&gt;</summary>
		<author><name>DavidOsolkowski</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=namespaces-considered-harmful&amp;diff=8379</id>
		<title>namespaces-considered-harmful</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=namespaces-considered-harmful&amp;diff=8379"/>
		<updated>2006-08-29T20:33:18Z</updated>

		<summary type="html">&lt;p&gt;DavidOsolkowski: Reorganized a couple links, added another paragraph&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= namespaces considered harmful =&lt;br /&gt;
&lt;br /&gt;
(This article is a stub, feel free to expand upon it)&lt;br /&gt;
&lt;br /&gt;
The mixed namespace approach has already been tried by *numerous* others since 1998 and has failed on the Web.&lt;br /&gt;
* [http://blog.davidjanes.com/:entry:davidjanes-2005-10-04-0000/ XML - what is it good for? by David Janes]&lt;br /&gt;
* [http://www.xml.com/pub/a/2004/07/21/dive.html XML on the Web has Failed by Mark Pilgrim]&lt;br /&gt;
* [http://microformats.org/blog/2006/01/09/tim-bray-on-creating-xml-dialects/ Tim Bray on creating XML dialects]&lt;br /&gt;
&lt;br /&gt;
On the other hand, XHTML + [[semantic-class-names]] has seen widespread adoption among the web authoring/design/IA/publishing community.  Microformats is leveraging the approach that is both working better and frankly dominating in practice on the Web.&lt;br /&gt;
&lt;br /&gt;
Namespaces are actually a *huge* negative.  Search for:&lt;br /&gt;
* [http://www.google.com/search?q=namespaces%20Tower%20of%20Babel namespaces Tower of Babel]&lt;br /&gt;
* [http://www.google.com/search?q=namespaces+syntactic+vinegar namespaces syntactic vinegar]&lt;br /&gt;
&lt;br /&gt;
Namespaces are actually *not* well supported in sufficient modern browsers, nor even sufficiently with enough W3C technologies or test suites as compared to [[semantic-xhtml|(X)HTML]] + [[semantic-class-names]] + CSS.&lt;br /&gt;
&lt;br /&gt;
Namespaces encourage people to seclude themselves in their own namespace and invent their own schema rather than reusing existing elements in existing formats.  This hurts interoperability because a dozen different namespaces can all have their own slightly different semantics for the same element.&lt;br /&gt;
&lt;br /&gt;
If you start thinking about the web in terms of OOP and polymorphism, namespaces break the polymorphic model that allows you handle widely varied data structures using the same methods.&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
&lt;br /&gt;
* [[plain-old-xml-considered-harmful]]&lt;br /&gt;
* [[microformats-easier-than-xml]]&lt;br /&gt;
* [[semantic-xhtml]]&lt;br /&gt;
* [[semantic-class-names]]&lt;/div&gt;</summary>
		<author><name>DavidOsolkowski</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=microformats-easier-than-xml&amp;diff=32116</id>
		<title>microformats-easier-than-xml</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=microformats-easier-than-xml&amp;diff=32116"/>
		<updated>2006-08-29T19:56:55Z</updated>

		<summary type="html">&lt;p&gt;DavidOsolkowski: Cleaner grammar&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= microformats easier than xml =&lt;br /&gt;
&lt;br /&gt;
(This article is a stub, feel free to expand upon it)&lt;br /&gt;
&lt;br /&gt;
From Sören Nils 'chucker' Kuklau:&lt;br /&gt;
&lt;br /&gt;
* As a spec writer, you don't have to come up with wholly [[plain-old-xml-considered-harmful|new XML]] or XML+RDF dialects.&lt;br /&gt;
* As an author, you don't have to learn about how to deal with [[namespaces-considered-harmful|XML namespaces]] and, generally, embedding other XML into XHTML.&lt;br /&gt;
* Even more importantly, you don't have to deal with the numerous quirks in XML namespace support in browsers.&lt;br /&gt;
&lt;br /&gt;
All you have to do is learn to use a few more [[semantic-class-names|class names]], which virtually every browser already supports anyway, due to their extensive use in CSS.&lt;br /&gt;
&lt;br /&gt;
And because you're just using HTML/XHTML classes, you can already benefit from the way a browser treats them. You don't have to reinvent the wheel, so to speak. Namespaced elements would require you to come up with styling for every single element, but using (X)HTML classes lets you take advantage of the existing styling of (X)HTML elements.&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
&lt;br /&gt;
* [[namespaces-considered-harmful]]&lt;br /&gt;
* [[plain-old-xml-considered-harmful]]&lt;br /&gt;
* [[semantic-xhtml]]&lt;br /&gt;
* [[semantic-class-names]]&lt;/div&gt;</summary>
		<author><name>DavidOsolkowski</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=plain-old-xml-considered-harmful&amp;diff=8411</id>
		<title>plain-old-xml-considered-harmful</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=plain-old-xml-considered-harmful&amp;diff=8411"/>
		<updated>2006-08-29T19:53:56Z</updated>

		<summary type="html">&lt;p&gt;DavidOsolkowski: Cleaner grammar&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= plain old xml considered harmful =&lt;br /&gt;
&lt;br /&gt;
(This article is a stub, feel free to expand upon it)&lt;br /&gt;
&lt;br /&gt;
The plain old xml approach has already been tried by *numerous* others&lt;br /&gt;
since 1998 and has failed on the Web.&lt;br /&gt;
&lt;br /&gt;
http://blog.davidjanes.com/:entry:davidjanes-2005-10-04-0000/&lt;br /&gt;
&lt;br /&gt;
OTOH, [[semantic-xhtml|XHTML]] + [[semantic-class-names]] has seen widespread adoption among the&lt;br /&gt;
web authoring/design/IA/publishing community.  Microformats is leveraging&lt;br /&gt;
the approach that is both working better and frankly dominating in practice&lt;br /&gt;
on the Web.&lt;br /&gt;
&lt;br /&gt;
http://microformats.org/blog/2006/01/09/tim-bray-on-creating-xml-dialects/&lt;br /&gt;
&lt;br /&gt;
See also [[namespaces-considered-harmful]].&lt;br /&gt;
&lt;br /&gt;
XML elements are limited to only one &amp;quot;name&amp;quot; and thus only one meaning, whereas the&lt;br /&gt;
class attribute is a space separated set of names and can thus capture&lt;br /&gt;
multiple meanings, providing a much more flexible semantic structure for&lt;br /&gt;
authors, and greatly aiding in following DRY.&lt;br /&gt;
&lt;br /&gt;
There are 1000s more web authors/developers that write/understand (X)HTML&lt;br /&gt;
+ semantic class names + CSS as compared to the number of folks that&lt;br /&gt;
write/understand either plain or namespaced XML.&lt;br /&gt;
&lt;br /&gt;
It's the publishers that matter, not the programmers.  To put it&lt;br /&gt;
another way, programmers can solve problems once and share open source.&lt;br /&gt;
Publishers have to keep solving markup/publishing problems for content and&lt;br /&gt;
design numerous times continuously, and have much less chance of being able&lt;br /&gt;
to share their solutions.  That, plus the fact that there are many more web&lt;br /&gt;
designers than programmers, plus simple economics, means the best solution is&lt;br /&gt;
to optimize for ease of publishing, and let iterative open source solve the&lt;br /&gt;
programming problems.&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
&lt;br /&gt;
* [[namespaces-considered-harmful]]&lt;br /&gt;
* [[microformats-easier-than-xml]]&lt;br /&gt;
* [[semantic-xhtml]]&lt;br /&gt;
* [[semantic-class-names]]&lt;/div&gt;</summary>
		<author><name>DavidOsolkowski</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=plain-old-xml-considered-harmful&amp;diff=8324</id>
		<title>plain-old-xml-considered-harmful</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=plain-old-xml-considered-harmful&amp;diff=8324"/>
		<updated>2006-08-29T19:49:33Z</updated>

		<summary type="html">&lt;p&gt;DavidOsolkowski: Fixed URL for David Janes article&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= plain old xml considered harmful =&lt;br /&gt;
&lt;br /&gt;
(This article is a stub, feel free to expand upon it)&lt;br /&gt;
&lt;br /&gt;
The plain old xml approach has already been tried by *numerous* others&lt;br /&gt;
since 1998 and has failed on the Web.&lt;br /&gt;
&lt;br /&gt;
http://blog.davidjanes.com/:entry:davidjanes-2005-10-04-0000/&lt;br /&gt;
&lt;br /&gt;
OTOH, [[semantic-xhtml|XHTML]] + [[semantic-class-names]] has seen widespread adoption among the&lt;br /&gt;
web authoring/design/IA/publishing community.  Microformats is leveraging&lt;br /&gt;
the approach that is both working better and frankly dominating in practice&lt;br /&gt;
on the Web.&lt;br /&gt;
&lt;br /&gt;
http://microformats.org/blog/2006/01/09/tim-bray-on-creating-xml-dialects/&lt;br /&gt;
&lt;br /&gt;
See also [[namespaces-considered-harmful]].&lt;br /&gt;
&lt;br /&gt;
XML elements are limited to one &amp;quot;name&amp;quot; and thus semantic, whereas the&lt;br /&gt;
class attribute is a space separated set of names and can thus capture&lt;br /&gt;
multiple semantics, providing a much more flexible semantic structure for&lt;br /&gt;
authors, and greatly aiding in following DRY.&lt;br /&gt;
&lt;br /&gt;
There are 1000s more web authors/developers that write/understand (X)HTML&lt;br /&gt;
+ semantic class names + CSS as compared to the number of folks that&lt;br /&gt;
write/understand either plain or namespaced XML.&lt;br /&gt;
&lt;br /&gt;
It's the publishers that matter, not the programmers.  Or to put it&lt;br /&gt;
another way, programmers can solve problems once and share open source.&lt;br /&gt;
Publishers have to keep solving markup/publishing problems for content and&lt;br /&gt;
design numerous times continuously, and have much less chance of being able&lt;br /&gt;
to share their solutions.  That plus the fact that there are 1000s more web&lt;br /&gt;
designers than programmers plus simple economics means the best solution is&lt;br /&gt;
to optimize for ease of publishing, and let iterative open source solve the&lt;br /&gt;
programming problems.&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
&lt;br /&gt;
* [[namespaces-considered-harmful]]&lt;br /&gt;
* [[microformats-easier-than-xml]]&lt;br /&gt;
* [[semantic-xhtml]]&lt;br /&gt;
* [[semantic-class-names]]&lt;/div&gt;</summary>
		<author><name>DavidOsolkowski</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=namespaces-considered-harmful&amp;diff=8326</id>
		<title>namespaces-considered-harmful</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=namespaces-considered-harmful&amp;diff=8326"/>
		<updated>2006-08-29T19:48:26Z</updated>

		<summary type="html">&lt;p&gt;DavidOsolkowski: Fixed URL for David Janes article&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= namespaces considered harmful =&lt;br /&gt;
&lt;br /&gt;
(This article is a stub, feel free to expand upon it)&lt;br /&gt;
&lt;br /&gt;
The mixed namespace approach has already been tried by *numerous* others&lt;br /&gt;
since 1998 and has failed on the Web.&lt;br /&gt;
&lt;br /&gt;
http://blog.davidjanes.com/:entry:davidjanes-2005-10-04-0000/&lt;br /&gt;
&lt;br /&gt;
OTOH, XHTML + [[semantic-class-names]] has seen widespread adoption among the&lt;br /&gt;
web authoring/design/IA/publishing community.  Microformats is leveraging&lt;br /&gt;
the approach that is both working better and frankly dominating in practice&lt;br /&gt;
on the Web.&lt;br /&gt;
&lt;br /&gt;
http://microformats.org/blog/2006/01/09/tim-bray-on-creating-xml-dialects/&lt;br /&gt;
&lt;br /&gt;
Namespaces are actually a *huge* negative.  Search for:&lt;br /&gt;
* [http://www.google.com/search?q=namespaces%20Tower%20of%20Babel namespaces Tower of Babel]&lt;br /&gt;
* [http://www.google.com/search?q=namespaces+syntactic+vinegar namespaces syntactic vinegar]&lt;br /&gt;
&lt;br /&gt;
Namespaces are actually *not* well supported in sufficient modern browsers, nor even sufficiently with enough W3C technologies or test suites as compared to [[semantic-xhtml|(X)HTML]] + [[semantic-class-names]] + CSS.&lt;br /&gt;
&lt;br /&gt;
If you start thinking about the web in terms of OOP and polymorphism, namespaces break the polymorphic model that allows you handle widely varied data structures using the same methods.&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
&lt;br /&gt;
* [[plain-old-xml-considered-harmful]]&lt;br /&gt;
* [[microformats-easier-than-xml]]&lt;br /&gt;
* [[semantic-xhtml]]&lt;br /&gt;
* [[semantic-class-names]]&lt;/div&gt;</summary>
		<author><name>DavidOsolkowski</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=citation-formats&amp;diff=8019</id>
		<title>citation-formats</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=citation-formats&amp;diff=8019"/>
		<updated>2006-07-31T13:23:10Z</updated>

		<summary type="html">&lt;p&gt;DavidOsolkowski: /* ISBN:// Protocol */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Citation Formats =&lt;br /&gt;
&lt;br /&gt;
This page will display several different types of citation format types. The idea is to compare what properties are common amonst all of the formats and which ones should be blended into this microformat.&lt;br /&gt;
&lt;br /&gt;
See also:&lt;br /&gt;
* [[citation]]&lt;br /&gt;
* [[citation-brainstorming]]&lt;br /&gt;
* [[citation-examples]]&lt;br /&gt;
* [[citation-faq]]&lt;br /&gt;
&lt;br /&gt;
== Comparison chart ==&lt;br /&gt;
The following chart maps the terms from one implementation to another. This is important because if all the properties are introduced to  this microformats, then its possible to map them to a number of different formats. The table currently only uses Dublin Core, MODS, and bibTeX. Each column has all the properties and their equivalent in each format. If there is no corresponding property the cell is grey. At the bottom of the list are the unique terms to each format. Dublin core has basic terms and terms that extend the basic ones. If the property is an extention of a basic term it is in ()'s. MODS uses XML, so any sub-properties are listed in their tree form, property/sub-property.&lt;br /&gt;
&lt;br /&gt;
THIS IS NOT DEFINIATIVE, any errors should be corrected. More formats will be added to the list as they are mapped.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
	&amp;lt;tr&amp;gt;&lt;br /&gt;
		&amp;lt;th&amp;gt;Dublin Core&amp;lt;/th&amp;gt;&lt;br /&gt;
		&amp;lt;th&amp;gt;MODS&amp;lt;/th&amp;gt;&lt;br /&gt;
		&amp;lt;th&amp;gt;bibTeX&amp;lt;/th&amp;gt;&lt;br /&gt;
		&amp;lt;th&amp;gt;Z39.80&amp;lt;/th&amp;gt;&lt;br /&gt;
	&amp;lt;/tr&amp;gt;&lt;br /&gt;
	&amp;lt;tr&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;Title (alternative)&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;titleInfo/title&amp;lt;br/&amp;gt;titleInfo/PartNum&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;booktitle&amp;lt;br/&amp;gt;title&amp;lt;br/&amp;gt;chapter&amp;lt;br/&amp;gt;number&amp;lt;br/&amp;gt;pages&amp;lt;br/&amp;gt;volume&amp;lt;br/&amp;gt;series&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;Analytic Title&amp;lt;br/&amp;gt;&lt;br /&gt;
Collective or Series Title&amp;lt;br/&amp;gt;&lt;br /&gt;
Monographic Title&amp;lt;br/&amp;gt;&lt;br /&gt;
Work Fraction Title&amp;lt;br/&amp;gt;&lt;br /&gt;
Location of Conference&amp;lt;br/&amp;gt;&lt;br /&gt;
Main Entry&amp;lt;br/&amp;gt;&lt;br /&gt;
Name of Conference&amp;lt;br/&amp;gt;&lt;br /&gt;
Number of Meeting&amp;lt;br/&amp;gt;&lt;br /&gt;
Other Title&amp;lt;br/&amp;gt;&lt;br /&gt;
Parallel Title&amp;lt;br/&amp;gt;&lt;br /&gt;
Title Abbriviation&amp;lt;br/&amp;gt;&lt;br /&gt;
Title of Conference Proceedings&amp;lt;br/&amp;gt;&lt;br /&gt;
Translated Title&amp;lt;br/&amp;gt;&lt;br /&gt;
Uniform Title&amp;lt;br/&amp;gt;&lt;br /&gt;
Abbriviated Translated Title&amp;lt;br/&amp;gt;&lt;br /&gt;
Symposium or Session Title&amp;lt;br/&amp;gt;&lt;br /&gt;
Collective or Series Edition&amp;lt;br/&amp;gt;&lt;br /&gt;
Video/Film Edition&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
	&amp;lt;/tr&amp;gt;&lt;br /&gt;
	&amp;lt;tr&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;creator&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;name/namePart&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;author&amp;lt;br/&amp;gt;creator&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;Author, Primary&amp;lt;br/&amp;gt;&lt;br /&gt;
Corporate Author, Primary&amp;lt;br/&amp;gt;&lt;br /&gt;
Abstract Author&amp;lt;br/&amp;gt;&lt;br /&gt;
Authorship Statement&amp;lt;br/&amp;gt;&lt;br /&gt;
Acknowledged Supporters&amp;lt;br/&amp;gt;&lt;br /&gt;
Assignee for Patents&amp;lt;br/&amp;gt;&lt;br /&gt;
Chairperson of Conference&amp;lt;br/&amp;gt;&lt;br /&gt;
Director of AV Program&amp;lt;br/&amp;gt;&lt;br /&gt;
Other Author&amp;lt;br/&amp;gt;&lt;br /&gt;
Reviewed Book Author&amp;lt;br/&amp;gt;&lt;br /&gt;
Studio&amp;lt;br/&amp;gt;&lt;br /&gt;
Sponsor of Conference&amp;lt;br/&amp;gt;&lt;br /&gt;
Staff/Cast&amp;lt;br/&amp;gt;&lt;br /&gt;
Symposium Chairperson&amp;lt;br/&amp;gt;&lt;br /&gt;
Author Address or Affiliation&amp;lt;br/&amp;gt;&lt;br /&gt;
Author Country&amp;lt;br/&amp;gt;&lt;br /&gt;
Electronic Address of Author&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
	&amp;lt;/tr&amp;gt;&lt;br /&gt;
	&amp;lt;tr&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;subject&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;subject/topic&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;keywords&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;needs mapping&amp;lt;/td&amp;gt;&lt;br /&gt;
	&amp;lt;/tr&amp;gt;&lt;br /&gt;
	&amp;lt;tr&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;Description (abstract | tableOfContents)&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;abstract&amp;lt;br/&amp;gt;note&amp;lt;br/&amp;gt;tableOfContents&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;abstract&amp;lt;br/&amp;gt;annotation&amp;lt;br/&amp;gt;note&amp;lt;br/&amp;gt;contents&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;needs mapping&amp;lt;/td&amp;gt;&lt;br /&gt;
	&amp;lt;/tr&amp;gt;&lt;br /&gt;
	&amp;lt;tr&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;Contributor&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;name&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;editor?&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;Book/Report/Volume Editor&amp;lt;br/&amp;gt;&lt;br /&gt;
Producer&amp;lt;br/&amp;gt;&lt;br /&gt;
Translator&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
	&amp;lt;/tr&amp;gt;&lt;br /&gt;
	&amp;lt;tr&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;Date (available | created | dateAccepted | dateCopyrighted | dateSubmitted | issued | modified | valid)&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;originInfo/dateIssued&amp;lt;br/&amp;gt;originInfo/dateCreated&amp;lt;br/&amp;gt;originInfo/dateCaptured&amp;lt;br/&amp;gt;originInfo/dateOther&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;month&amp;lt;br/&amp;gt;year&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;Copyright Year&amp;lt;br/&amp;gt;Date-generic&amp;lt;br/&amp;gt;Date of conference&amp;lt;br/&amp;gt;Date of Publication&amp;lt;br/&amp;gt;Date of Update/Revisou/Issuance of Database Record&amp;lt;br/&amp;gt;Former Date&amp;lt;br/&amp;gt;Entry date for Database Record&amp;lt;br/&amp;gt;Database Update&amp;lt;br/&amp;gt;Year of Publication&amp;lt;/td&amp;gt;&lt;br /&gt;
	&amp;lt;/tr&amp;gt;&lt;br /&gt;
	&amp;lt;tr&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;Type&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;typeOfResource&amp;lt;br/&amp;gt;genre&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;@class&amp;lt;br/&amp;gt;type&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;needs mapping&amp;lt;/td&amp;gt;&lt;br /&gt;
	&amp;lt;/tr&amp;gt;&lt;br /&gt;
	&amp;lt;tr&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;Format (extent | medium)&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;physicalDescription/internetMediaType&amp;lt;br/&amp;gt;physicalDescription/extent&amp;lt;br/&amp;gt;physicalDescription/form&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;howpublished&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;needs mapping&amp;lt;/td&amp;gt;&lt;br /&gt;
	&amp;lt;/tr&amp;gt;&lt;br /&gt;
	&amp;lt;tr&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;identifier (bibliographicCitation)&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;identifier&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;ISBN&amp;lt;br/&amp;gt;ISSN&amp;lt;br/&amp;gt;LCCN&amp;lt;br/&amp;gt;URL&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;ISBN&amp;lt;br/&amp;gt;Identifier&amp;lt;br/&amp;gt;Report Identfier&amp;lt;br/&amp;gt;ISSN&amp;lt;/td&amp;gt;&lt;br /&gt;
	&amp;lt;/tr&amp;gt;&lt;br /&gt;
	&amp;lt;tr&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;Source&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;relatedItem&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td bgcolor=&amp;quot;#cccccc&amp;quot;&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;needs mapping&amp;lt;/td&amp;gt;&lt;br /&gt;
	&amp;lt;/tr&amp;gt;&lt;br /&gt;
	&amp;lt;tr&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;language&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;language&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;language&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td bgcolor=&amp;quot;#cccccc&amp;quot;&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
	&amp;lt;/tr&amp;gt;&lt;br /&gt;
	&amp;lt;tr&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;Relation (...)&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;relatedItem/...&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;crossRef&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;needs mapping&amp;lt;/td&amp;gt;&lt;br /&gt;
	&amp;lt;/tr&amp;gt;&lt;br /&gt;
	&amp;lt;tr&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;Coverage (spacial | temporal)&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;subject/temporal&amp;lt;br/&amp;gt;subject/geographic&amp;lt;br/&amp;gt;subject/hierarchicalGeographic&amp;lt;br/&amp;gt;subject/cartographics&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;needs mapping&amp;lt;/td&amp;gt;&lt;br /&gt;
	&amp;lt;/tr&amp;gt;&lt;br /&gt;
	&amp;lt;tr&amp;gt;&lt;br /&gt;
		&amp;lt;td bgcolor=&amp;quot;#cccccc&amp;quot;&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;classifications&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td bgcolor=&amp;quot;#cccccc&amp;quot;&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;needs mapping&amp;lt;/td&amp;gt;&lt;br /&gt;
	&amp;lt;/tr&amp;gt;&lt;br /&gt;
	&amp;lt;tr&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;Rights (accessRights | license)&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;accessConditions&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;copyright&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;needs mapping&amp;lt;/td&amp;gt;&lt;br /&gt;
	&amp;lt;/tr&amp;gt;&lt;br /&gt;
	&amp;lt;tr&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;publisher&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td bgcolor=&amp;quot;#cccccc&amp;quot;&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;publisher&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;Publisher Name&amp;lt;br/&amp;gt;&lt;br /&gt;
Place of Publication&amp;lt;br/&amp;gt;&lt;br /&gt;
Country of Publication&amp;lt;br/&amp;gt;&lt;br /&gt;
Generic Address&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
	&amp;lt;/tr&amp;gt;&lt;br /&gt;
	&amp;lt;tr&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;audience (educationLevel | mediator)&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;targetAudience&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td bgcolor=&amp;quot;#cccccc&amp;quot;&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;needs mapping&amp;lt;/td&amp;gt;&lt;br /&gt;
	&amp;lt;/tr&amp;gt;&lt;br /&gt;
	&amp;lt;tr&amp;gt;&lt;br /&gt;
		&amp;lt;td bgcolor=&amp;quot;#999999&amp;quot;&amp;gt;accualMethod&amp;lt;br/&amp;gt;accualPeriodicaty&amp;lt;br/&amp;gt;accualPolicy&amp;lt;br/&amp;gt;instrcutionalMethod&amp;lt;br/&amp;gt;provenance&amp;lt;br/&amp;gt;rightsHolder&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td bgcolor=&amp;quot;#999999&amp;quot;&amp;gt;location&amp;lt;br/&amp;gt;extension&amp;lt;br/&amp;gt;recordInfo&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td bgcolor=&amp;quot;#999999&amp;quot;&amp;gt;address&amp;lt;br/&amp;gt;afflilication&amp;lt;br/&amp;gt;location&amp;lt;br/&amp;gt;edition&amp;lt;br/&amp;gt;institution&amp;lt;br/&amp;gt;journal&amp;lt;br/&amp;gt;key&amp;lt;br/&amp;gt;mrnumber&amp;lt;br/&amp;gt;organization&amp;lt;br/&amp;gt;price&amp;lt;br/&amp;gt;school&amp;lt;br/&amp;gt;size&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td bgcolor=&amp;quot;#999999&amp;quot;&amp;gt;(the following need to be mapped to the above rows or left here as other)&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Database Source&amp;lt;br/&amp;gt;&lt;br /&gt;
Databse Record Identifier&amp;lt;br/&amp;gt;&lt;br /&gt;
Database Producer Name&amp;lt;br/&amp;gt;&lt;br /&gt;
Rights Management&amp;lt;br/&amp;gt;&lt;br /&gt;
Subfile&amp;lt;br/&amp;gt;&lt;br /&gt;
Other Source Identifier&amp;lt;br/&amp;gt;&lt;br /&gt;
Vendor Record Identifier&amp;lt;br/&amp;gt;&lt;br /&gt;
Database Vendor Name&amp;lt;br/&amp;gt;&lt;br /&gt;
Column Number&amp;lt;br/&amp;gt;&lt;br /&gt;
Edition&amp;lt;br/&amp;gt;&lt;br /&gt;
Frequency of Publication&amp;lt;br/&amp;gt;&lt;br /&gt;
Internet Location for Document&amp;lt;br/&amp;gt;&lt;br /&gt;
Supplement/Part/Special number identifer&amp;lt;br/&amp;gt;&lt;br /&gt;
Issue Identifier&amp;lt;br/&amp;gt;&lt;br /&gt;
Location in Work&amp;lt;br/&amp;gt;&lt;br /&gt;
Number of the Chapter&amp;lt;br/&amp;gt;&lt;br /&gt;
Number in Series&amp;lt;br/&amp;gt;&lt;br /&gt;
Volume Identifier&amp;lt;br/&amp;gt;&lt;br /&gt;
Section Indentifier&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
	&amp;lt;/tr&amp;gt;	&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Dublin Core Metadata ==&lt;br /&gt;
[http://dublincore.org/ Dublin Core] metadata uses a small vocabulary to descibe the data.&lt;br /&gt;
* contributor&lt;br /&gt;
* coverage&lt;br /&gt;
* creator&lt;br /&gt;
* date&lt;br /&gt;
* description&lt;br /&gt;
* format&lt;br /&gt;
* identifier&lt;br /&gt;
* language&lt;br /&gt;
* publisher&lt;br /&gt;
* relation&lt;br /&gt;
* rights&lt;br /&gt;
* source&lt;br /&gt;
* subject&lt;br /&gt;
* title&lt;br /&gt;
* type&lt;br /&gt;
&lt;br /&gt;
From those there are specialised types where are just refinments of the previous, for example:&lt;br /&gt;
&lt;br /&gt;
* abstract refines description.&lt;br /&gt;
* accessRights refines rights&lt;br /&gt;
&lt;br /&gt;
[http://dublincore.org/documents/dc-citation-guidelines/ Guidelines for Encoding Bibliographic Citation Information in Dublin Core Metadata]&lt;br /&gt;
&lt;br /&gt;
== MODS (Metadata Object Description Schema) ==&lt;br /&gt;
This is a format developed for the Libray of Congress for a bibliographic element set that may be used for a variety of purposes, and particularly for library applications. &lt;br /&gt;
&lt;br /&gt;
[http://www.loc.gov/standards/mods/ http://www.loc.gov/standards/mods/]&lt;br /&gt;
&lt;br /&gt;
(the schema is very big, once i devote the proper time to review it, i will post more about the structure -brian)&lt;br /&gt;
&lt;br /&gt;
== NLM Journal Publishing DTD ==&lt;br /&gt;
&lt;br /&gt;
[http://dtd.nlm.nih.gov/publishing/tag-library/2.1/n-fv30.html http://dtd.nlm.nih.gov/publishing/tag-library/2.1/n-fv30.html]&lt;br /&gt;
&lt;br /&gt;
The [http://dtd.nlm.nih.gov/publishing/tag-library/ NLM Journal Publishing DTD] defines the schema used for publishing journal articles as XML. The &amp;lt;pre&amp;gt;&amp;lt;citation&amp;gt;&amp;lt;/pre&amp;gt; element can be placed with paragraphs or within a &amp;lt;pre&amp;gt;&amp;lt;ref-list&amp;gt;&amp;lt;/pre&amp;gt; element at the end of the article.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Although the DTD does not enforce it, a citation to a journal article should be tagged with as many as possible of the following, so that PubMed Central, CrossRef, or other matching service can make the citation into a live link:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;source&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;The title of a journal, book, conference proceedings, etc. that is the source of the cited material. (Note: In PubMed Central processing, this is typically the MEDLINE abbreviation of the journal name.)&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;article-title&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;Title of the article&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;volume&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;Volume of the journal&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;issue&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;Issue of the journal&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;fpage&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;Page number on which the article starts&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;name&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;Name of an author or editor&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;year&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;Year of publication&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;month&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;Month of publication (if present)&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;day&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;Date of publication (if present)&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The other elements (described [http://dtd.nlm.nih.gov/publishing/tag-library/2.1/n-fv30.html here]) may be tagged if desired. Use the &amp;lt;source&amp;gt; element for titles of books, conference proceedings, etc.&amp;quot; &lt;br /&gt;
&lt;br /&gt;
== XMLResume ==&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;!ELEMENT pubs (pub+)&amp;gt;&lt;br /&gt;
&amp;lt;!ENTITY % pubElements &amp;quot;(artTitle|bookTitle|author|date|pubDate|publisher|pageNums|url)&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;!ELEMENT pub (para | %pubElements;)*&amp;gt;&lt;br /&gt;
&amp;lt;!ATTLIST pub id ID #IMPLIED&amp;gt;&lt;br /&gt;
&amp;lt;!ELEMENT artTitle (#PCDATA | link)*&amp;gt;&lt;br /&gt;
&amp;lt;!ELEMENT bookTitle (#PCDATA | link)*&amp;gt;&lt;br /&gt;
&amp;lt;!ELEMENT author (#PCDATA)&amp;gt;&lt;br /&gt;
&amp;lt;!ATTLIST author name IDREF #IMPLIED&amp;gt;&lt;br /&gt;
&amp;lt;!ELEMENT pubDate (month?, year)&amp;gt; &amp;lt;!-- Deprecated in 1.4.0. --&amp;gt;&lt;br /&gt;
&amp;lt;!ELEMENT publisher (#PCDATA | link | url)*&amp;gt;&lt;br /&gt;
&amp;lt;!ELEMENT pageNums (#PCDATA)&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* author&lt;br /&gt;
* publication date&lt;br /&gt;
* publisher&lt;br /&gt;
* pages&lt;br /&gt;
* title (article/book)&lt;br /&gt;
* url&lt;br /&gt;
&lt;br /&gt;
== BibTeX ==&lt;br /&gt;
=== Fields Used by Bibtex ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot; width=&amp;quot;100%&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;strong&amp;gt;abstract:&amp;lt;/strong&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;An abstract of the work.&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;b&amp;gt;address:&amp;lt;/b&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;Publisher's address. For major publishing houses,&lt;br /&gt;
just the city is given. For small publishers, you can help the reader by giving the complete address.&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;strong&amp;gt;affiliation:&amp;lt;/strong&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;The author's affiliation.&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;b&amp;gt;annote:&amp;lt;/b&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;An annotation. It is not used by he standard bibliography styles, but may be used by others that produce an annotated bibliography.&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;b&amp;gt;author:&amp;lt;/b&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;The name(s) of the author(s).&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;b&amp;gt;booktitle:&amp;amp;nbsp;&amp;lt;/b&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;Title of a book, part of which is being cited. For book entries, use the &amp;lt;strong&amp;gt;title&amp;lt;/strong&amp;gt; field instead.&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;b&amp;gt;chapter:&amp;lt;/b&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;A chapter (or section) number.&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;strong&amp;gt;contents:&amp;lt;/strong&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;A Table of Contents.&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;strong&amp;gt;copyright:&amp;lt;/strong&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;Copyright information.&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;strong&amp;gt;crossref:&amp;lt;/strong&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;The database key of the entry being cross-referenced.&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;b&amp;gt;edition:&amp;amp;nbsp;&amp;lt;/b&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;The edition of a book - for example&lt;br /&gt;
        &amp;amp;quot;Second&amp;amp;quot;. Notice that it is in capitals.&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;b&amp;gt;editor:&amp;amp;nbsp;&amp;lt;/b&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;Name(s) of editor(s). If there is also an author field, then the editor field gives the editor of the book or collection in which the reference appears.&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;b&amp;gt;howpublished:&amp;lt;/b&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;How something strange has been published. The first word should be capitalized.&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;b&amp;gt;institution:&amp;lt;/b&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;The sponsoring institution of a technical report.&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;strong&amp;gt;ISBN:&amp;lt;/strong&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;The International Standard Book Number.&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;strong&amp;gt;ISSN:&amp;lt;/strong&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;The International Standard Serial Number. Used to&lt;br /&gt;
        identify a journal.&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;b&amp;gt;journal:&amp;amp;nbsp;&amp;lt;/b&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;A journal name. Abbreviations are provided for many journals.&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;b&amp;gt;key:&amp;amp;nbsp;&amp;lt;/b&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;Used for alphabetizing and creating a label when the author and editor fields are missing. This field should not be confused with the key that appears at the beginning of the reference.&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;strong&amp;gt;keywords:&amp;lt;/strong&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;Key words used for searching or possibly for annotation.&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;strong&amp;gt;language:&amp;lt;/strong&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;The language the document is written in.&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;strong&amp;gt;LCCN:&amp;lt;/strong&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;The Library of Congress Call Number.&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;strong&amp;gt;location:&amp;lt;/strong&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;A location associated with the entry, such as the city in which a conference took place.&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;b&amp;gt;month:&amp;amp;nbsp;&amp;lt;/b&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;The month in which the work was published or, for an unpublished work, in which it was written.&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;strong&amp;gt;mrnumber:&amp;lt;/strong&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;The &amp;lt;em&amp;gt;Mathematical Reviews&amp;lt;/em&amp;gt; number.&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;b&amp;gt;note:&amp;lt;/b&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;Any additional information that can help the reader. First word should be capitalized.&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;b&amp;gt;number:&amp;amp;nbsp;&amp;lt;/b&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;The number of a journal, magazine, technical report, or of a work in a series. An issue of a journal or magazine is usually identified by its volume and number; the organization that issues a technical report usually gives it a number; and sometimes books are given numbers in a named series.&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;b&amp;gt;organization:&amp;amp;nbsp;&amp;lt;/b&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;The organization that sponsors a conference or publishes a manual.&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;b&amp;gt;pages:&amp;lt;/b&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;One or more page numbers or ranges of number, such as 37--42, or 7,53,82--94.&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;strong&amp;gt;price:&amp;lt;/strong&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;The price of the material.&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;b&amp;gt;publisher:&amp;lt;/b&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;The publisher's name.&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;b&amp;gt;school:&amp;lt;/b&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;The name of the school where a thesis was written.&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;b&amp;gt;series:&amp;lt;/b&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;Then name given a series or set of books. When citing an entire book, the title field gives its title and the optional series field gives the name of a series in which the book was published.&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;strong&amp;gt;size:&amp;lt;/strong&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;The physical dimensions of the work.&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;b&amp;gt;title:&amp;lt;/b&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;The work's title.&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;b&amp;gt;type:&amp;lt;/b&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;The type of technical report - for example,&lt;br /&gt;
        &amp;amp;quot;Research Note&amp;amp;quot;.&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;strong&amp;gt;url:&amp;lt;/strong&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;The WWW Universal Resource Locator that points to the item being referenced. Often used for technical reports to point to the FTP site where it resides.&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;b&amp;gt;volume:&amp;lt;/b&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;The volume of a journal or multivolume book.&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;b&amp;gt;year:&amp;lt;/b&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;The year of publication or, for an unpublished work, the year it was written. It should only consist of numerals, such as 1976.&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== BibTeX citation Types ===&lt;br /&gt;
A reference can be to any of a variety of types. Following is a list of types. Each one also explains the fields associated with that type. Any fields not listed as required or optional are considered to be ignored.&lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot; width=&amp;quot;100%&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;b&amp;gt;article:&amp;lt;/b&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;An article from a journal or magazine. Required fields: author, title, journal, year. Optional fields: volume, number, pages, month, note, key.&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;b&amp;gt;book:&amp;lt;/b&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;A book with an explicit publisher. Required fields: author or editor, title, publisher, year. Optional fields: volume, series, address, edition, month, note, key.&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;b&amp;gt;booklet:&amp;amp;nbsp;&amp;lt;/b&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;A work that is printed and bound, but without a named publisher or sponsoring institution. Required fields: title. Optional fields: author, howpublished, address, month, year, note, key.&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;strong&amp;gt;collection:&amp;lt;/strong&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;A collection of works. Same as Proceedings.&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;b&amp;gt;conference:&amp;lt;/b&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;The same as Inproceedings.&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;b&amp;gt;inbook:&amp;lt;/b&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;A part of a book, which may be a chapter and/or arange of pages. Required fields: author or editor, title, chapter and/or pages, publisher, year. Optional fields: volumer, series, address, edition, month, note, key.&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;b&amp;gt;incollection:&amp;lt;/b&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;A part of a book with its own title. Required fields: author, title, booktitle, publisher, year. Optional fields: editor, pages, organization, publisher, address, month, note, key.&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;b&amp;gt;inproceedings:&amp;lt;/b&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;An article in a conference proceedings. Required fields: author, title, booktitle, year. Optional fields: editor, pages, organization, publisher, address, month, note, key.&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;b&amp;gt;manual:&amp;amp;nbsp;&amp;lt;/b&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;Technical documentation. Required fields: title. Optional fields: author, organization, address, edition, month, year, note.&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;b&amp;gt;mastersthesis:&amp;lt;/b&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;A Master's thesis. Required fields: author, title, school, year. Optional fields: address, month, note, key.&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;b&amp;gt;misc:&amp;lt;/b&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;Use this type when nothing else fits. Required fields: none. Optional fields: author, title, howpublished, month, year, note, key.&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;strong&amp;gt;patent:&amp;lt;/strong&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;A patent.&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;b&amp;gt;phdthesis:&amp;lt;/b&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;A Ph.D. thesis. Required fields: author, title, school, year. Optional fields: address, month, note, key.&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;b&amp;gt;proceedings:&amp;lt;/b&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;The proceedings of a conference. Required fields: title, year. Optional fields: editor, publisher, organization, address, month, note, key.&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;b&amp;gt;techreport:&amp;lt;/b&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;A report published by a school or other institution, usually numbered within a series. Required fields: author, title, institution, year. Optional fields: type, number, address, month, note, key.&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&amp;lt;b&amp;gt;unpublished:&amp;lt;/b&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;A document with an author and title, but not formally published. Required fields: author, title, note. Optional fields: month, year, key.&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Examples ====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
@book{kn:gnus,&lt;br /&gt;
&lt;br /&gt;
AUTHOR = &amp;quot;Donald E. Knudson&amp;quot;,&lt;br /&gt;
TITLE = &amp;quot;1966 World Gnus Almanac&amp;quot;,&lt;br /&gt;
PUBLISHER = {Permafrost Press},&lt;br /&gt;
ADDRESS = {Novosibirsk} }&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;book&amp;quot; id=&amp;quot;kn:gnus&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;div class=&amp;quot;author&amp;quot;&amp;gt;Donald E. Knudson&amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;div class=&amp;quot;title&amp;quot;&amp;gt;1966 World Gnus Almanac&amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;div class=&amp;quot;publisher&amp;quot;&amp;gt;Permafrost Press&amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;div class=&amp;quot;address&amp;quot;&amp;gt;Novosibirsk&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
@article{XAi_HSCheng_1994a,&lt;br /&gt;
&lt;br /&gt;
author = &amp;quot;X. Ai and H. S. Cheng&amp;quot;,&lt;br /&gt;
title = &amp;quot;Influence of moving dent on point {EHL} contacts&amp;quot;,&lt;br /&gt;
journal = &amp;quot;Tribol. Trans.&amp;quot;,&lt;br /&gt;
volume = &amp;quot;37&amp;quot;,&lt;br /&gt;
year = &amp;quot;1994&amp;quot;,&lt;br /&gt;
pages = &amp;quot;323--335&amp;quot;,&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;article&amp;quot; id=&amp;quot;XAi_HSCheng_1994a&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;div class=&amp;quot;author&amp;quot;&amp;gt;X. Ai and H. S. Cheng&amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;div class=&amp;quot;title&amp;quot;&amp;gt;Influence of moving dent on point {EHL} contacts&amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;div class=&amp;quot;journal&amp;quot;&amp;gt;Tribol. Trans.&amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;div class=&amp;quot;volume&amp;quot;&amp;gt;37&amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;div class=&amp;quot;year&amp;quot;&amp;gt;1994&amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;div class=&amp;quot;pages&amp;quot;&amp;gt;323--335&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Bib-enabled Applications===&lt;br /&gt;
&lt;br /&gt;
Reference-management applications that support the bib format.  &amp;lt;strong&amp;gt;This is an incomplete list&amp;lt;/strong&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
====Desktop Applications====&lt;br /&gt;
* [http://www.endnote.com EndNote] (Large market share)&lt;br /&gt;
* [http://bibdesk.sourceforge.net/ BibDesk]&lt;br /&gt;
* [http://www.mackichan.com/index.html?bibdb/default.htm~mainFrame BibDB]&lt;br /&gt;
* [http://sourceforge.net/projects/bib-it/ Bib-it]&lt;br /&gt;
* Large list of other apps at [http://dmoz.org/Computers/Software/Typesetting/TeX/BibTeX/ dmoz] and [http://en.wikipedia.org/wiki/BibTeX#Software Wikipedia]&lt;br /&gt;
&lt;br /&gt;
====Web Applications====&lt;br /&gt;
* [http://www.refworks.com RefWorks] (Large market share)&lt;br /&gt;
* [http://www.citeulike.org/ CiteULike]&lt;br /&gt;
* [http://citeseer.ist.psu.edu/ CiteSeer]&lt;br /&gt;
* [http://www.bibsonomy.org/ BibSonomy]&lt;br /&gt;
* [http://www.connotea.org Connotea]&lt;br /&gt;
* [http://www.2ndminute.org:8080/amatex Amatex - converts Amazon to Bib format]&lt;br /&gt;
* Many others can be found at [http://en.wikipedia.org/wiki/BibTeX#External_links Wikipedia]&lt;br /&gt;
&lt;br /&gt;
====Academic Databases====&lt;br /&gt;
* [http://academic.live.com/ Windows Live Academic Search]&lt;br /&gt;
* [http://portal.acm.org/dl.cfm?dl=ACM ACM Digital Library]&lt;br /&gt;
* [http://www.ncbi.nlm.nih.gov/books/bv.fcgi PubMed] via TexMed&lt;br /&gt;
&lt;br /&gt;
== RIS ==&lt;br /&gt;
&lt;br /&gt;
RIS is similar to BibTeX and is handled by most desktop and web-based bibliography management software.&lt;br /&gt;
&lt;br /&gt;
The specification and field types/tags are described at [http://www.refman.com/support/risformat_intro.asp http://www.refman.com/support/risformat_intro.asp]&lt;br /&gt;
&lt;br /&gt;
In particular, see [http://www.refman.com/support/risformat_reftypes.asp the list of different reference types].&lt;br /&gt;
&lt;br /&gt;
A sample item in RIS format:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
TY  - JOUR&lt;br /&gt;
A1  - Baldwin,S.A.&lt;br /&gt;
A1  - Fugaccia,I.&lt;br /&gt;
A1  - Brown,D.R.&lt;br /&gt;
A1  - Brown,L.V.&lt;br /&gt;
A1  - Scheff,S.W.&lt;br /&gt;
T1  - Blood-brain barrier breach following&lt;br /&gt;
cortical contusion in the rat&lt;br /&gt;
JO  - J.Neurosurg.&lt;br /&gt;
Y1  - 1996&lt;br /&gt;
VL  - 85&lt;br /&gt;
SP  - 476&lt;br /&gt;
EP  - 481&lt;br /&gt;
RP  - Not In File&lt;br /&gt;
KW  - cortical contusion&lt;br /&gt;
KW  - blood-brain barrier&lt;br /&gt;
KW  - horseradish peroxidase&lt;br /&gt;
KW  - head trauma&lt;br /&gt;
KW  - hippocampus&lt;br /&gt;
KW  - rat&lt;br /&gt;
ER  -&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[http://www-static.cc.gatech.edu/classes/RWL/Projects/citation/Applet/OnlineHelp/refer_doc.html Refer] is a similar, smaller bibliographic format.&lt;br /&gt;
&lt;br /&gt;
* author&lt;br /&gt;
* title&lt;br /&gt;
* type&lt;br /&gt;
* Identifier&lt;br /&gt;
* notes/abstract&lt;br /&gt;
* reprint status&lt;br /&gt;
* keyword&lt;br /&gt;
* volume&lt;br /&gt;
* issue&lt;br /&gt;
* pages&lt;br /&gt;
* year&lt;br /&gt;
* periodical name (where published)&lt;br /&gt;
* publisher&lt;br /&gt;
** publisher city&lt;br /&gt;
** publisher address&lt;br /&gt;
* related links&lt;br /&gt;
* link to PDF&lt;br /&gt;
* availablity&lt;br /&gt;
&lt;br /&gt;
== OpenURL ==&lt;br /&gt;
&lt;br /&gt;
OpenURL aka [http://www.niso.org/standards/standard_detail.cfm?std_id=783 Z39.88] defines a standard way of bundling citation data in a URL. It is widely deployed in academic libraries around the world to provide access to licensed content via link resolvers such as [http://www.exlibrisgroup.com/sfx_openurl.htm SFX]. The Context Object in Span ([http://ocoins.info/ COinS]) community standard represents one way to embed OpenURLs in XHTML without including a resolver target. OpenURL also provides an XML encoding.&lt;br /&gt;
&lt;br /&gt;
Example (from a book review written using the Structured Blogging plugin):&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;ISBN&amp;lt;/b&amp;gt;: &amp;lt;span class='Z3988'&lt;br /&gt;
title='ctx_ver=Z39.88-2004&amp;amp;amp;amp;rft_val_fmt=info:ofi/fmt:kev:mtx:book&amp;amp;amp;amp;rft.isbn=0679426612'&amp;gt;&lt;br /&gt;
0679426612&amp;lt;/span&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Another example, a journal this time:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;Z3988&amp;quot; title=&amp;quot;ctx_ver=Z39.88-2004&amp;amp;amp;rft_val_fmt=info:ofi/fmt:kev:mtx:journal&amp;amp;amp;rft.issn=1045-4438&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
As you can see this isn't very much like semantic XHTML at all. However significant work has gone into defining the set of Key/Encoded Values (KEVs) that can be used in various [http://alcme.oclc.org/openurl/servlet/OAIHandler?verb=ListRecords&amp;amp;metadataPrefix=oai_dc&amp;amp;set=Core:Metadata+Formats types] of citations: [http://www.openurl.info/registry/docs/mtx/info:ofi/fmt:kev:mtx:book book], [http://www.openurl.info/registry/docs/mtx/info:ofi/fmt:kev:mtx:dissertation dissertation], [http://www.openurl.info/registry/docs/mtx/info:ofi/fmt:kev:mtx:journal journal], [http://www.openurl.info/registry/docs/mtx/info:ofi/fmt:kev:mtx:patent patent]. It would be possible to simply provide a standard XHTML bundling for these keys as a microformat.&lt;br /&gt;
&lt;br /&gt;
=== Example ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;openurl-journal&amp;quot;&amp;gt;&lt;br /&gt;
   &amp;lt;span class=&amp;quot;aulast&amp;quot;&amp;gt;Berners-Lee&amp;lt;/span&amp;gt;, &lt;br /&gt;
   &amp;lt;span class=&amp;quot;aufirst&amp;quot;&amp;gt;Tim&amp;lt;/a&amp;gt;; Hendler, James; Lassila, Ora.&amp;lt;/span&amp;gt;&lt;br /&gt;
   &amp;quot;&amp;lt;span class=&amp;quot;atitle&amp;quot;&amp;gt;The Semantic Web&amp;lt;/span&amp;gt;&amp;quot;. &lt;br /&gt;
   &amp;lt;span class=&amp;quot;jtitle&amp;quot;&amp;gt;Scientific American&amp;lt;/span&amp;gt;&lt;br /&gt;
   &amp;lt;span class=&amp;quot;volume&amp;quot;&amp;gt;284&amp;lt;/span&amp;gt;(&amp;lt;span class=&amp;quot;issue&amp;quot;&amp;gt;5&amp;lt;/span&amp;gt;), pp.&lt;br /&gt;
   pp. &amp;lt;span class=&amp;quot;pages&amp;quot;&amp;gt;34-43&amp;lt;/span&amp;gt;. &lt;br /&gt;
   &amp;lt;span class=&amp;quot;issn&amp;quot;&amp;gt;0036-8733&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Using OpenURL in this way would enable third party applications that could, say grab citation metadata from a blog, and without much work fire it off at your university's or public libraries openurl resolver to see if the article is available via a licensed databases. The benefits [http://www.infotoday.com/newsbreaks/nb050801-1.shtml have] [http://www.ariadne.ac.uk/issue43/chudnov/ been] [http://www.wallandbinkley.com/quaedam/?p=30 noted] [http://hublog.hubmed.org/archives/001163.html elsewhere].&lt;br /&gt;
&lt;br /&gt;
== The OpenURL Briefly Explained ==&lt;br /&gt;
&lt;br /&gt;
An OpenURL consists of two independent parts:  the ContextObject (or the bibliographic metadata surrounding a citation) and the location of resolver to parse the metadata and present contextual services based on said metadata.  The problem is that the term &amp;quot;OpenURL&amp;quot; is also used as a catch-all for all of the independent parts and how they work.  This is mainly because it's a catchier term than &amp;quot;Z39.88&amp;quot;, which is the [http://www.niso.org/standards/standard_detail.cfm?std_id=783 NISO standard all this is based upon].&lt;br /&gt;
&lt;br /&gt;
The most common representation of the OpenURL ContextObject is seen as arguments in a URL string (which is referred to as &amp;quot;San Antonio Profile 1&amp;quot; -- more commonly SAP1 -- and is represented in Key Encoded Values -- KEVs).  This &amp;quot;representation&amp;quot; is independent of the ContextObject (from here on known as CO) itself and is only intended to permit the CO to be transmitted via an HTTP GET request.&lt;br /&gt;
&lt;br /&gt;
There is also SAP2, which is an XML representation of the CO (see:  [http://alcme.oclc.org/openurl/servlet/OAIHandler?verb=GetRecord&amp;amp;metadataPrefix=oai_dc&amp;amp;identifier=info:ofi/fmt:xml:xsd:ctx here]  for more information) and is a much more human readable format.  This still falls outside the scope of microformats, but makes the point that encoding has nothing to do with the CO itself.  They are just agreed upon means of conveying the CO to enable machines act upon them consistently.&lt;br /&gt;
&lt;br /&gt;
The ContextObject could be conveyed just as easily in XHTML using attributes, as long as the terms follow the vocabulary defined in the OpenURL framework.  The important thing to focus on here is the ContextObject -- the address of the link resolver ''is'' institution-specific and should be handled by a user's (or machine's) activating agent.&lt;br /&gt;
&lt;br /&gt;
However, the link resolver is still a very important component to this whole process.  Getting users &amp;quot;appropriate copy&amp;quot; is a very real (and very difficult) problem that libraries are trying to solve.  Link resolvers are a pretty efficient means of overcoming this hurdle, so it would make sense to mark up bibiographic citations in a way that link resolvers can easily parse.&lt;br /&gt;
&lt;br /&gt;
== Z39.80 ==&lt;br /&gt;
I'm not sure the best place for a guide to Z39.80 so please add links as you see fit:&lt;br /&gt;
&lt;br /&gt;
[http://www.niso.org/standards/resources/drft4rev.html http://www.niso.org/standards/resources/drft4rev.html]&lt;br /&gt;
&lt;br /&gt;
== DocBook ==&lt;br /&gt;
&lt;br /&gt;
A subset of the DocBook vocabulary is dedicated to representing a bibliography: http://www.docbook.org/tdg/en/html/bibliography.html&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;!DOCTYPE bibliography PUBLIC &amp;quot;-//OASIS//DTD DocBook XML V4.1.2//EN&amp;quot;&lt;br /&gt;
          &amp;quot;http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;bibliography&amp;gt;&lt;br /&gt;
  &amp;lt;title&amp;gt;Languages and Semantics&amp;lt;/title&amp;gt;&lt;br /&gt;
  &amp;lt;bibliodiv&amp;gt;&lt;br /&gt;
    &amp;lt;title&amp;gt;Books&amp;lt;/title&amp;gt;&lt;br /&gt;
    &amp;lt;biblioentry&amp;gt;&lt;br /&gt;
      &amp;lt;title&amp;gt;Course in General Linguistics&amp;lt;/title&amp;gt;&lt;br /&gt;
      &amp;lt;abbrev&amp;gt;deSaussure59&amp;lt;/abbrev&amp;gt;&lt;br /&gt;
      &amp;lt;author&amp;gt;&amp;lt;firstname&amp;gt;Ferdinand&amp;lt;/firstname&amp;gt;&amp;lt;surname&amp;gt;de Saussure&amp;lt;/surname&amp;gt;&amp;lt;/author&amp;gt;&lt;br /&gt;
      &amp;lt;editor&amp;gt;&amp;lt;firstname&amp;gt;Charles&amp;lt;/firstname&amp;gt;&amp;lt;surname&amp;gt;Bally&amp;lt;/surname&amp;gt;&amp;lt;/editor&amp;gt;&lt;br /&gt;
      &amp;lt;editor&amp;gt;&amp;lt;firstname&amp;gt;Albert&amp;lt;/firstname&amp;gt;&amp;lt;surname&amp;gt;Sechehaye&amp;lt;/surname&amp;gt;&amp;lt;/editor&amp;gt;&lt;br /&gt;
      &amp;lt;othercredit role=&amp;quot;translator&amp;quot;&amp;gt;&amp;lt;firstname&amp;gt;Wade&amp;lt;/firstname&amp;gt;&amp;lt;surname&amp;gt;Baskin&amp;lt;/surname&amp;gt;&amp;lt;/othercredit&amp;gt;&lt;br /&gt;
      &amp;lt;copyright&amp;gt;&lt;br /&gt;
        &amp;lt;year&amp;gt;1959&amp;lt;/year&amp;gt;&lt;br /&gt;
        &amp;lt;holder&amp;gt;The Philosophical Library Inc.&amp;lt;/holder&amp;gt;&lt;br /&gt;
      &amp;lt;/copyright&amp;gt;&lt;br /&gt;
      &amp;lt;isbn&amp;gt;07-016524-6&amp;lt;/isbn&amp;gt;&lt;br /&gt;
      &amp;lt;publisher&amp;gt;&lt;br /&gt;
        &amp;lt;publishername&amp;gt;McGraw-Hill Book Company&amp;lt;/publishername&amp;gt;&lt;br /&gt;
      &amp;lt;/publisher&amp;gt;  &lt;br /&gt;
    &amp;lt;/biblioentry&amp;gt;&lt;br /&gt;
  &amp;lt;/bibliodiv&amp;gt;&lt;br /&gt;
&amp;lt;/bibliography&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* publisher&lt;br /&gt;
* copyright&lt;br /&gt;
* identifier (ISBN)&lt;br /&gt;
* title&lt;br /&gt;
* author/editor/other credit/&lt;br /&gt;
* type (book)&lt;br /&gt;
&lt;br /&gt;
== Ann Arbor District Library XML feed ==&lt;br /&gt;
&lt;br /&gt;
Here's a record in XML format from their project to simplify&lt;br /&gt;
access to the catalog.  More discussion on [http://www.blyberg.net John Blyberg's blog].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;p:Record&amp;gt;&lt;br /&gt;
  &amp;lt;callnum&amp;gt;823 Bu&amp;lt;/callnum&amp;gt;&lt;br /&gt;
  &amp;lt;author&amp;gt;Burkart, Gina, 1971-&amp;lt;/author&amp;gt;&lt;br /&gt;
  &amp;lt;fulltitle&amp;gt;A parent's guide to Harry Potter / Gina Burkart&amp;lt;/fulltitle&amp;gt;&lt;br /&gt;
  &amp;lt;title&amp;gt;A parent's guide to Harry Potter &amp;lt;/title&amp;gt;&lt;br /&gt;
  &amp;lt;pubinfo&amp;gt;Downers Grove, Ill. : InterVarsity Press, c2005&amp;lt;/pubinfo&amp;gt;&lt;br /&gt;
  &amp;lt;desc&amp;gt;112 p&amp;lt;/desc&amp;gt;&lt;br /&gt;
  &amp;lt;bibliography&amp;gt;Includes bibliographical references&amp;lt;/bibliography&amp;gt;&lt;br /&gt;
  &amp;lt;contents&amp;gt;&lt;br /&gt;
    The Harry hype -- More than a story -- The modern fairy tale -- Discussing fantasy with children --&lt;br /&gt;
    Morals, not magic -- The real issues in Harry Potter -- Dealing with traumatic experiences -- Facing &lt;br /&gt;
    fears -- Battling bullies -- Delving into diversity -- Hiding hurts -- Letting go of anger -- Getting &lt;br /&gt;
    help -- Choosing good over evil -- The power of love -- Facing spiritual battles&lt;br /&gt;
  &amp;lt;/contents&amp;gt;&lt;br /&gt;
  &amp;lt;isbn&amp;gt;0830832882&amp;lt;/isbn&amp;gt;&lt;br /&gt;
  &amp;lt;price&amp;gt;$11.00&amp;lt;/price&amp;gt;&lt;br /&gt;
  &amp;lt;lang&amp;gt;eng&amp;lt;/lang&amp;gt;&lt;br /&gt;
  &amp;lt;copies&amp;gt;0&amp;lt;/copies&amp;gt;&lt;br /&gt;
  &amp;lt;catdate&amp;gt;08-16-2005&amp;lt;/catdate&amp;gt;&lt;br /&gt;
  &amp;lt;mattype&amp;gt;a&amp;lt;/mattype&amp;gt;&lt;br /&gt;
  &amp;lt;avail&amp;gt;No copies available&amp;lt;/avail&amp;gt;&lt;br /&gt;
  &amp;lt;recordlink xlink:href=&amp;quot;http://www.aadl.org/cat/seek/record=1249810&amp;quot;/&amp;gt;&lt;br /&gt;
&amp;lt;/p:Record&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* url&lt;br /&gt;
* availablity&lt;br /&gt;
* identifier (ISBN/call number)&lt;br /&gt;
* author&lt;br /&gt;
* title&lt;br /&gt;
* publisher&lt;br /&gt;
* pages&lt;br /&gt;
* description/contents&lt;br /&gt;
&lt;br /&gt;
== SimpleDC supported by the zoom toolkit ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;dc xmlns=&amp;quot;http/www.loc.gov/zing/srw/dcschema/v1.0/&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;title&amp;gt;Kantor Salomon Sulzer und seine Zeit : eine Dokumentation /&amp;lt;/title&amp;gt;&lt;br /&gt;
 &amp;lt;creator&amp;gt;Avenary, Hanoch.&amp;lt;/creator&amp;gt;&lt;br /&gt;
 &amp;lt;creator&amp;gt;Pass, Walter.&amp;lt;/creator&amp;gt;&lt;br /&gt;
 &amp;lt;creator&amp;gt;Vielmetti, Nikolaus.&amp;lt;/creator&amp;gt;&lt;br /&gt;
 &amp;lt;creator&amp;gt;Adler, Israel, (1925-)&amp;lt;/creator&amp;gt;&lt;br /&gt;
 &amp;lt;subject&amp;gt;Sulzer, Salomon, -- 1804-1890.&amp;lt;/subject&amp;gt;&lt;br /&gt;
 &amp;lt;subject&amp;gt;Jewish composers -- Austria -- Biography.&amp;lt;/subject&amp;gt;&lt;br /&gt;
 &amp;lt;subject&amp;gt;Cantors, Jewish -- Biography.&amp;lt;/subject&amp;gt;&lt;br /&gt;
 &amp;lt;date&amp;gt;1985&amp;lt;/date&amp;gt;&lt;br /&gt;
 &amp;lt;publisher&amp;gt;Sigmaringen : Jan Thorbecke Verlag&amp;lt;/publisher&amp;gt;&lt;br /&gt;
 &amp;lt;identifier&amp;gt;3799540636&amp;lt;/identifier&amp;gt;&lt;br /&gt;
 &amp;lt;description&amp;gt;300 p., [12] p. of plates : ill., music, ports. ; 24 cm.&amp;lt;/description&amp;gt;&lt;br /&gt;
&amp;lt;/dc&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
this is the output of marc.toSimpleDC()&lt;br /&gt;
&lt;br /&gt;
* title&lt;br /&gt;
* creator (author)&lt;br /&gt;
* subjects&lt;br /&gt;
* date&lt;br /&gt;
* publisher&lt;br /&gt;
* identifier&lt;br /&gt;
* description&lt;br /&gt;
&lt;br /&gt;
(NOTE: this schema is from the example, not the source schema)&lt;br /&gt;
&lt;br /&gt;
== SRU from the Library of Congress ==&lt;br /&gt;
&lt;br /&gt;
http://z3950.loc.gov:7090/voyager?version=1.1&amp;amp;operation=searchRetrieve&amp;amp;query=dinosaur&amp;amp;maximumRecords=1&amp;amp;recordSchema=dc&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;?xml version=&amp;quot;1.0&amp;quot;?&amp;gt;&lt;br /&gt;
&amp;lt;zs:searchRetrieveResponse xmlns:zs=&amp;quot;http://www.loc.gov/zing/srw/&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;zs:version&amp;gt;1.1&amp;lt;/zs:version&amp;gt;&lt;br /&gt;
  &amp;lt;zs:numberOfRecords&amp;gt;1701&amp;lt;/zs:numberOfRecords&amp;gt;&lt;br /&gt;
  &amp;lt;zs:records&amp;gt;&lt;br /&gt;
    &amp;lt;zs:record&amp;gt;&lt;br /&gt;
      &amp;lt;zs:recordSchema&amp;gt;info:srw/schema/1/dc-v1.1&amp;lt;/zs:recordSchema&amp;gt;&lt;br /&gt;
      &amp;lt;zs:recordPacking&amp;gt;xml&amp;lt;/zs:recordPacking&amp;gt;&lt;br /&gt;
      &amp;lt;zs:recordData&amp;gt;&lt;br /&gt;
        &amp;lt;srw_dc:dc xmlns:srw_dc=&amp;quot;info:srw/schema/1/dc-schema&amp;quot; &lt;br /&gt;
             xmlns:xsi=&amp;quot;http://www.w3.org/2001/XMLSchema-instance&amp;quot; &lt;br /&gt;
             xmlns=&amp;quot;http://purl.org/dc/elements/1.1/&amp;quot; &lt;br /&gt;
             xsi:schemaLocation=&amp;quot;info:srw/schema/1/dc-schema http://www.loc.gov/z3950/agency/zing/srw/dc-schema.xsd&amp;quot;&amp;gt;&lt;br /&gt;
          &amp;lt;title&amp;gt;3-D dinosaur adventure [computer file].&amp;lt;/title&amp;gt;&lt;br /&gt;
          &amp;lt;creator&amp;gt;Knowledge Adventure, Inc.&amp;lt;/creator&amp;gt;&lt;br /&gt;
          &amp;lt;type&amp;gt;software, multimedia&amp;lt;/type&amp;gt;&lt;br /&gt;
          &amp;lt;publisher&amp;gt;Glendale, CA : Knowledge Adventure,&amp;lt;/publisher&amp;gt;&lt;br /&gt;
&lt;br /&gt;
          &amp;lt;date&amp;gt;c1995.&amp;lt;/date&amp;gt;&lt;br /&gt;
          &amp;lt;language&amp;gt;eng&amp;lt;/language&amp;gt;&lt;br /&gt;
          &amp;lt;description&amp;gt;Employs a dinosaur theme-park setting to introduce users to Triassic, Jurassic, and &lt;br /&gt;
            Cretaceous periods. Features hypertext dinosaur encyclopedia covering 150 million years of &lt;br /&gt;
            paleontology. Includes animated video simulations, three-dimensional dinosaur museum, narration,&lt;br /&gt;
            games, activities, and color illustrations.&amp;lt;/description&amp;gt;&lt;br /&gt;
          &amp;lt;description&amp;gt;Ages 5 to 10.&amp;lt;/description&amp;gt;&lt;br /&gt;
          &amp;lt;description&amp;gt;System requirements for PC: 486SX/25MHz processor or higher; 8MB RAM; Windows 3.1, &lt;br /&gt;
            3.11, or 95; SVGA 256-color graphics adapter; hard drive with 5MB free space; double-speed CD-ROM&lt;br /&gt;
            drive; MPC-compatible sound card; mouse.&amp;lt;/description&amp;gt;&lt;br /&gt;
          &amp;lt;description&amp;gt;System requirements for Macintosh: 68040 or Power PC processor; 8MB RAM; System 7.0 or&lt;br /&gt;
            higher; 256-color graphics capability; thirteen-inch color monitor or larger; hard drive with 4MB&lt;br /&gt;
            free space; double-speed CD-ROM drive.&amp;lt;/description&amp;gt;&lt;br /&gt;
            &lt;br /&gt;
          &amp;lt;description&amp;gt;Ages 5 to 10.&amp;lt;/description&amp;gt;&lt;br /&gt;
          &amp;lt;description&amp;gt;Employs a dinosaur theme-park setting to introduce users to Triassic, Jurassic, and &lt;br /&gt;
            Cretaceous periods. Features hypertext dinosaur encyclopedia covering 150 million years of paleontology.&lt;br /&gt;
            Includes animated video simulations, three-dimensional dinosaur museum, narration, games, activities, &lt;br /&gt;
            and color illustrations.&amp;lt;/description&amp;gt;&lt;br /&gt;
          &amp;lt;subject&amp;gt;Dinosaurs--Juvenile software.&amp;lt;/subject&amp;gt;&lt;br /&gt;
          &amp;lt;subject&amp;gt;Dinosaurs.&amp;lt;/subject&amp;gt;&lt;br /&gt;
          &amp;lt;identifier&amp;gt;URN:ISBN:1569972133&amp;lt;/identifier&amp;gt;&lt;br /&gt;
        &amp;lt;/srw_dc:dc&amp;gt;&lt;br /&gt;
      &amp;lt;/zs:recordData&amp;gt;&lt;br /&gt;
      &amp;lt;zs:recordPosition&amp;gt;1&amp;lt;/zs:recordPosition&amp;gt;&lt;br /&gt;
    &amp;lt;/zs:record&amp;gt;&lt;br /&gt;
  &amp;lt;/zs:records&amp;gt;&lt;br /&gt;
&amp;lt;/zs:searchRetrieveResponse&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
NOTE: this is just Dublin Core data in a special LOC envelope&lt;br /&gt;
&lt;br /&gt;
== University of Bath reference type ==&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
		&amp;lt;reference&amp;gt;&lt;br /&gt;
			&amp;lt;authors&amp;gt;&lt;br /&gt;
				&amp;lt;author&amp;gt;&lt;br /&gt;
					&amp;lt;forename&amp;gt;E&amp;lt;/forename&amp;gt;&lt;br /&gt;
					&amp;lt;forename&amp;gt;M&amp;lt;/forename&amp;gt;&lt;br /&gt;
					&amp;lt;surname&amp;gt;Phillips&amp;lt;/surname&amp;gt;&lt;br /&gt;
				&amp;lt;/author&amp;gt;&lt;br /&gt;
				&amp;lt;author&amp;gt;&lt;br /&gt;
					&amp;lt;forename&amp;gt;D&amp;lt;/forename&amp;gt;&lt;br /&gt;
					&amp;lt;forename&amp;gt;S&amp;lt;/forename&amp;gt;&lt;br /&gt;
					&amp;lt;surname&amp;gt;Pugh&amp;lt;/surname&amp;gt;&lt;br /&gt;
				&amp;lt;/author&amp;gt;&lt;br /&gt;
			&amp;lt;/authors&amp;gt;&lt;br /&gt;
			&amp;lt;date&amp;gt;1994&amp;lt;/date&amp;gt;&lt;br /&gt;
			&amp;lt;entity&amp;gt;&lt;br /&gt;
				&amp;lt;book title=&amp;quot;How to get a PhD:  A handbook for students and their supervisors&amp;quot;&amp;gt;&lt;br /&gt;
					&amp;lt;location&amp;gt;&lt;br /&gt;
						&amp;lt;placeofpublication&amp;gt;Buckinghamshire&amp;lt;/placeofpublication&amp;gt;&lt;br /&gt;
						&amp;lt;publisher&amp;gt;Open University&amp;lt;/publisher&amp;gt;&lt;br /&gt;
					&amp;lt;/location&amp;gt;&lt;br /&gt;
				&amp;lt;/book&amp;gt;&lt;br /&gt;
			&amp;lt;/entity&amp;gt;&lt;br /&gt;
		&amp;lt;/reference&amp;gt;&lt;br /&gt;
&lt;br /&gt;
		&amp;lt;reference&amp;gt;&lt;br /&gt;
			&amp;lt;authors&amp;gt;&lt;br /&gt;
				&amp;lt;author&amp;gt;&lt;br /&gt;
					&amp;lt;forename&amp;gt;Michael&amp;lt;/forename&amp;gt;&lt;br /&gt;
					&amp;lt;surname&amp;gt;Fumento&amp;lt;/surname&amp;gt;&lt;br /&gt;
				&amp;lt;/author&amp;gt;&lt;br /&gt;
			&amp;lt;/authors&amp;gt;&lt;br /&gt;
			&amp;lt;date&amp;gt;1996&amp;lt;/date&amp;gt;&lt;br /&gt;
			&amp;lt;entity&amp;gt;&lt;br /&gt;
				&amp;lt;website pagetitle=&amp;quot;Radon&amp;amp;apos;s Real Threat is to the EPA&amp;quot; &lt;br /&gt;
uri=&amp;quot;http://www.consumeralert.org/fumento/radon1.htm&amp;quot;/&amp;gt;&lt;br /&gt;
			&amp;lt;/entity&amp;gt;&lt;br /&gt;
			&amp;lt;frdescription&amp;gt;an article by a prolific newspaper columnist in the USA - &lt;br /&gt;
quotes empirical scientific research showing no provable link between radon in homes and elevated &lt;br /&gt;
cases of lung cancer&amp;lt;/frdescription&amp;gt;&lt;br /&gt;
		&amp;lt;/reference&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
[http://www.bath.ac.uk/schemas/screenshots/referencetype.png Schema extract]&lt;br /&gt;
&lt;br /&gt;
* author&lt;br /&gt;
* date&lt;br /&gt;
* url&lt;br /&gt;
* description&lt;br /&gt;
* type (book/journal/conference)&lt;br /&gt;
* title&lt;br /&gt;
* artile&lt;br /&gt;
* volume&lt;br /&gt;
* issue&lt;br /&gt;
* chapter&lt;br /&gt;
* pages&lt;br /&gt;
* publisher&lt;br /&gt;
** publisher data (address, city, ...)&lt;br /&gt;
&lt;br /&gt;
== Implied Schema ==&lt;br /&gt;
This is the start of the short list of common properties across documented formats. Once this is finished, there will be a union of Implied schemas between EXAMPLES and IMPLEMENTATIONS and we will see what that looks like. (This currently only covers a few of the formats listed, some documented formats still need to be explored)&lt;br /&gt;
&lt;br /&gt;
* creator (author, editor, translator, contributor) - this can be handled with hCard, but will need an additional property to refine what &amp;quot;creator&amp;quot; means&lt;br /&gt;
* publisher (this can also be handled with hCard)&lt;br /&gt;
* subject/topics/keywords/categories/genre (there is a rel=&amp;quot;tag&amp;quot; microformat)&lt;br /&gt;
* Description (abstract, note, tableOfContents)&lt;br /&gt;
* typeOfResource/format&lt;br /&gt;
&lt;br /&gt;
common location information&lt;br /&gt;
* volume&lt;br /&gt;
* issue&lt;br /&gt;
* page&lt;br /&gt;
* edition&lt;br /&gt;
&lt;br /&gt;
Date Fields&lt;br /&gt;
* Date Published (some formats have YEAR/MONTH sperately)&lt;br /&gt;
* Date accessed (see [http://www.columbia.edu/cu/cup/cgos/basic.html here] for examples)&lt;br /&gt;
&lt;br /&gt;
Again, I'll emphasize: &amp;quot;date published&amp;quot; is problematic. If one needs specificity, then better to have the following list of date classes: date (the generic), issued (braoder than published), copyright (often not the same as issuance date), accessed. -- bruce&lt;br /&gt;
&lt;br /&gt;
Other fields&lt;br /&gt;
* Copyright/usage&lt;br /&gt;
* audience&lt;br /&gt;
&lt;br /&gt;
* identifier (ISBN, ISSN, id, internal only, other)&lt;br /&gt;
* language (this can be handled by the xml:lang attribute native to HTML)&lt;br /&gt;
&lt;br /&gt;
== Types and Roles ==&lt;br /&gt;
(Section is informative only as a place to capture various parts of publication citations.)&lt;br /&gt;
&lt;br /&gt;
There are many different types of publications and this information should be captured in the citation. Possible types include:&lt;br /&gt;
* Novel/fiction (specify type -- literature, SF, romance, etc.?)&lt;br /&gt;
* Non-fiction&lt;br /&gt;
* Poem&lt;br /&gt;
* Play&lt;br /&gt;
* Magazine&lt;br /&gt;
* Reference (separate out encyclopedia, dictionary, almanac, etc.?)&lt;br /&gt;
* Journal&lt;br /&gt;
* Article within a journal&lt;br /&gt;
* Chapter within a book&lt;br /&gt;
* Dissertation&lt;br /&gt;
* Web Site&lt;br /&gt;
* Page within a web site&lt;br /&gt;
* Music Recording&lt;br /&gt;
* Video Recording&lt;br /&gt;
* Interview&lt;br /&gt;
* Physical object (Statue, Painting, etc.)&lt;br /&gt;
* ??&lt;br /&gt;
&lt;br /&gt;
Question: &lt;br /&gt;
Certain works have specific types of citations, for example, the Bible--and, I assume, other religious works--have very specific citation formats with different relevant information (chapter/verse) than others, as do the works of Shakespeare. Should these be considered separate types/roles?&lt;br /&gt;
&lt;br /&gt;
A: I think in terms of types, we should at least note the items (chapter, verse, etc). How they get dealt with is still way up in the air. - [[User:Tim White|Tim White]]&lt;br /&gt;
&lt;br /&gt;
Likewise, there are several different roles associated with publications -- author, co-author, editor, translator, etc. Should these be captured under a master &amp;quot;role&amp;quot; or treated as individual elements?&lt;br /&gt;
&lt;br /&gt;
A: Good question. I think there is an important distinction, but whether we follow a design pattern of &amp;quot;role-*&amp;quot; (or more likely &amp;quot;author-*) or some other pattern hasn't been discussed yet. - Tim&lt;br /&gt;
&lt;br /&gt;
== Biblio RDF Class Schema ==&lt;br /&gt;
Regading the issue of types notes above, the [http://vocab.org/biblio/schema biblio schema] provides a comprehensive set of classes to describe citation metadata. It might prove useful as a guide for a micro-format. The primary classes are Agent, Reference, Collection, and Event. An &amp;quot;Article&amp;quot;, then, would be a subclass of &amp;quot;Part&amp;quot;, which in turn is a subclass of Reference. Likewise, a &amp;quot;Journal&amp;quot; is a subclass of a &amp;quot;Periodical,&amp;quot; which in turn is a subclass of &amp;quot;Collection.&amp;quot; An article would typically be linked to a journal through a dcterms:isPartOf relation.&lt;br /&gt;
&lt;br /&gt;
== ISBN Uniform Resource Names ==&lt;br /&gt;
&lt;br /&gt;
[http://www.faqs.org/rfcs/rfc3187.html RFC3187] defines an ISBN namespace for Uniform Resource Names (URNs).&lt;br /&gt;
&lt;br /&gt;
Example:&lt;br /&gt;
&lt;br /&gt;
URN:ISBN:0-395-36341-1&lt;br /&gt;
&lt;br /&gt;
I'm not sure if any browser uses this data, but it might have an application in citations describing registered materials with an ISBN.&lt;br /&gt;
&lt;br /&gt;
There is also a URN namespace for ISSN (International Standard Serial Number), which identifies serials/periodicals e.g. [http://alistapart.com A List Apart].  It is defined in [http://www.faqs.org/rfcs/rfc3044.html RFC3044].  Additional URN namespaces are listed at http://www.iana.org/assignments/urn-namespaces.&lt;br /&gt;
&lt;br /&gt;
== You should know == &lt;br /&gt;
* There are more then 1.300 citation ''styles'' in EndNote 9.&lt;br /&gt;
* Libraries have developed formats and rules for publications since more than 100 years. There are millions of records in library catalougues. You should '''at least''' be familiar with AACR and FRBR. There '''already are''' effords to create a new &amp;quot;microformat&amp;quot; called ''Resource Description and Access'' (RDA) [http://www.collectionscanada.ca/jsc/rdaprospectus.html]. Why don't you try to work with the professionals instead of amateurishly trying to reinvent the wheel and create yet another incompatible format? -- [[User:JakobVoss|JakobVoss]] 01:39, 5 Jun 2006 (PDT)&lt;br /&gt;
** I agree that the people involved in developing this microformat (including me) ought to be aware of these efforts (in particular FRBR), but I also think your argument is hopelessly naive and pretentious. The professionals you refer to are in fact library professionals, with their own bizarre traditios and unique information needs. Those are different than the professional scholars for whom citations are critical (me), or to the professional web developers who might want to implement these formats. What I do think is important is for us to understand the different design traditions, and their trade-offs, rather than to blindly create a microformat based on one of them -- Bruce (author of citeproc [http://xbiblio.sourceforge.net/citeproc] and csl [http://xbiblio.sourceforge.net/csl]).&lt;br /&gt;
&lt;br /&gt;
Nice to meet you, Bruce! Maybe I'm naive but it still think that there is a way to combine the best of both worlds: scholars and library professionals. Both have developed bizarre traditions and it would be a pitty to create a new bizarre microformat that is not based on both of them. Thanks to your links to xbiblio. I a stumbled upon it a while ago but have to look at it deeper. -- [[User:JakobVoss|JakobVoss]] 11:48, 19 Jul 2006 (PDT)&lt;br /&gt;
&lt;br /&gt;
== OpenDocument ==&lt;br /&gt;
The OpenDocument Format also includes parts for citation and bibliography. See also the [http://bibliographic.openoffice.org/ OpenOffice Bibliographic project]. -- [[User:JakobVoss|JakobVoss]] 11:55, 19 Jul 2006 (PDT)&lt;/div&gt;</summary>
		<author><name>DavidOsolkowski</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=irc&amp;diff=8354</id>
		<title>irc</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=irc&amp;diff=8354"/>
		<updated>2006-07-31T02:33:46Z</updated>

		<summary type="html">&lt;p&gt;DavidOsolkowski: /* Microformats IRC */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
= Microformats IRC =&lt;br /&gt;
&lt;br /&gt;
We have an IRC channel, [irc://irc.freenode.net/microformats #microformats on the freenode network].&lt;br /&gt;
&lt;br /&gt;
There's typically someone there at any point during the day, though there isn't always active discussion. Sometimes, though this is the best place to discuss issues that need lots of back and forth discussion.&lt;br /&gt;
&lt;br /&gt;
== People on irc ==&lt;br /&gt;
A list of IRC regulars and their normal timezones. (winter/summer)&lt;br /&gt;
&lt;br /&gt;
* [[User:Adam Craven|AdamCraven]] (+0000)&lt;br /&gt;
* [[User:Amette|amette]] (+1000)&lt;br /&gt;
* [[User:B.K._DeLong|bkdelong]] (-0500/-0400)&lt;br /&gt;
* [[User:Ben Ward|BenWard]] (+0000)&lt;br /&gt;
* [[User:BenjaminCarlyle|BenjaminCarlyle]] (+1000)&lt;br /&gt;
* [[User:Boneill|boneill]] (+0000)&lt;br /&gt;
* [[User:Brian|briansuda]] (-0600/-0500)&lt;br /&gt;
* [[User:ColinDDevroe|cdevroe]] (-0500/-0600)&lt;br /&gt;
* [[User:Cgriego|cgriego]] (-0600/-0500)&lt;br /&gt;
* [[User:ChrisCasciano|pnhChris]] (-0500/-0400)&lt;br /&gt;
* [[User:ChrisMessina|factoryjoe]] (-0800/-0700)&lt;br /&gt;
* [[User:ChristopherStJohn|cks]] (-0600/-0500)&lt;br /&gt;
* [[User:DanC|DanC]] (-0600/-0500)&lt;br /&gt;
** office hours: Wednesday afternoons, America/Chicago time&lt;br /&gt;
* [[User:Dave Cardwell|davecardwell]] (+0000)&lt;br /&gt;
* [[User:DeanEro|deanero]] (-0800/-0700)&lt;br /&gt;
* [[User:DimitriGlazkov|dglazkov]] (-0600/-0500)&lt;br /&gt;
* [[User:DrewMcLellan|drewinthehead]] (+0000/+0100)&lt;br /&gt;
* [[User:EdwardOConnor|hober]] (-0800/-0700)&lt;br /&gt;
* [[User:Enric|enric]] (-0800/-0700)&lt;br /&gt;
* [[User:Evan|evanpro]] (-0500)&lt;br /&gt;
* [[User:Fil|Fil]] (+0200)&lt;br /&gt;
* [[User:Grantbow|Grantbow]] (-0800/-0700)&lt;br /&gt;
* [[User:Hlb|hlb]] (+0800-0700)&lt;br /&gt;
* [[User:IanHickson|Hixie]] (-0800/-0700)&lt;br /&gt;
* [[User:Izo|IZO]]&lt;br /&gt;
* [[User:JoeGregorio|jcgregorio]]&lt;br /&gt;
* [[User:Jonathan_Arkell|jonnay]] (-0700/0600)&lt;br /&gt;
* [[User:Keri Henare|kerihenare]] (+1200)&lt;br /&gt;
* [http://epeus.blogspot.com/ KevinMarks] (-0800/-0700)&lt;br /&gt;
* [[User:Mark Mansour|Mark Mansour]] (+1100)&lt;br /&gt;
* [[User:MarkNormanFrancis|Mark Norman Francis]] (+0000/+0100)&lt;br /&gt;
* [[User:neuro|neuro`]]&lt;br /&gt;
* [[User:Phae|Phae]] (+0000/+0100)&lt;br /&gt;
* [[User:PriitLaes|plaes]] (+0200/+0300)&lt;br /&gt;
* [[User:DavidOsolkowski|qid]] (-0500)&lt;br /&gt;
* [[User:Remi|Remi]] (-0500/-0400)&lt;br /&gt;
* [[User:RobertBachmann|RobertBachmann]] (+0100/+0200)&lt;br /&gt;
** Office hours: &amp;lt;del&amp;gt;Wednesday, 18:00-20:00 UTC&amp;lt;/del&amp;gt; (Currently no office hours)&lt;br /&gt;
* [[User:RyanKing|kingryan]] (-0800/-0700)&lt;br /&gt;
** [http://theryanking.com/blog/archives/2006/04/19/office-hours/ Office hours]: Wednesday, 21:00 UTC&lt;br /&gt;
* [[User:Csarven|csarven]] (-0500/-0400)&lt;br /&gt;
* [[User:Dana Benson|Snowden]] (-0800/-0700)&lt;br /&gt;
* [[User:Steve Ganz|SteveGanz]] (-0800/-0700)&lt;br /&gt;
* [[User:Tantek|Tantek]] (-0800/-0700)&lt;br /&gt;
* [[User:Trovster|trovster]] (-0800/-0700)&lt;br /&gt;
* [[User:Dan Kubb|dkubb]] (-0800/-0700)&lt;br /&gt;
* [[User:Ed Summers|edsu]] (-0500/-0400)&lt;br /&gt;
* [[User:Smackman|Steve Farrell]] (-0800/-0700)&lt;br /&gt;
* [[User:Enric|Enric]] (-0800/-0700)&lt;br /&gt;
* [[User:Charlvn|Charl]] (+0200/+0200)&lt;br /&gt;
* [[User:MarkoMrdjenovic|friedcell]] (+0100/+0200)&lt;br /&gt;
* [[User:Vant|vant]] (+0900)&lt;br /&gt;
* [[User:IwaiMasaharu|iwaim]] (+0900)&lt;br /&gt;
* [[User:Richard Conyard|WhiskeyM]] (+0000)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Greetings ===&lt;br /&gt;
&lt;br /&gt;
To display a brief description of who you are each time you join the channel, you can create a definition for your username. To do so pass the &amp;lt;tt&amp;gt;?def&amp;lt;/tt&amp;gt; command using something like the following convention (be brief):&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;?def jdoe is John Doe and can be found online at &amp;lt;nowiki&amp;gt;http://www.jdoewebsite.com&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
More information about using JiBot commands can be found on the [http://joiwiki.ito.com/joiwiki/index.cgi?jibot jibot website]&lt;br /&gt;
&lt;br /&gt;
=== bots ===&lt;br /&gt;
&lt;br /&gt;
* [[mfbot]]&lt;br /&gt;
* [[mflogbot]]&lt;br /&gt;
* [http://joiwiki.ito.com/joiwiki/index.cgi?jibot jibot]&lt;br /&gt;
&lt;br /&gt;
== Logs ==&lt;br /&gt;
&lt;br /&gt;
Available here: http://rbach.priv.at/Microformats-IRC/&lt;br /&gt;
&lt;br /&gt;
Atom feed of logs available here: http://microformat.makedatamakesense.com/log_feed/&lt;br /&gt;
&lt;br /&gt;
== IRC meetups ==&lt;br /&gt;
&lt;br /&gt;
The idea of having IRC meetups (that is, a set time for meeting on IRC) has been suggested by [[User:RyanKing|Ryan King]], as it appears to work well for the WordPress community and may help us from time-to-time. As of yet, there are no plans to have meetups, though.&lt;/div&gt;</summary>
		<author><name>DavidOsolkowski</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=User:DavidOsolkowski&amp;diff=32144</id>
		<title>User:DavidOsolkowski</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=User:DavidOsolkowski&amp;diff=32144"/>
		<updated>2006-07-31T02:29:09Z</updated>

		<summary type="html">&lt;p&gt;DavidOsolkowski: About David Osolkowski&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;http://wadny.com/ - in hiatus pending a rewrite of my weblog system&lt;br /&gt;
&lt;br /&gt;
Student studying software engineering in the US, western New York state.&lt;/div&gt;</summary>
		<author><name>DavidOsolkowski</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=irc&amp;diff=7856</id>
		<title>irc</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=irc&amp;diff=7856"/>
		<updated>2006-07-31T02:28:07Z</updated>

		<summary type="html">&lt;p&gt;DavidOsolkowski: /* People on irc */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
= Microformats IRC =&lt;br /&gt;
&lt;br /&gt;
We have an IRC channel, [irc://irc.freenode.net#microformats #microformats on the freenode network].&lt;br /&gt;
&lt;br /&gt;
There's typically someone there at any point during the day, though there isn't always active discussion. Sometimes, though this is the best place to discuss issues that need lots of back and forth discussion.&lt;br /&gt;
&lt;br /&gt;
== People on irc ==&lt;br /&gt;
A list of IRC regulars and their normal timezones. (winter/summer)&lt;br /&gt;
&lt;br /&gt;
* [[User:Adam Craven|AdamCraven]] (+0000)&lt;br /&gt;
* [[User:Amette|amette]] (+1000)&lt;br /&gt;
* [[User:B.K._DeLong|bkdelong]] (-0500/-0400)&lt;br /&gt;
* [[User:Ben Ward|BenWard]] (+0000)&lt;br /&gt;
* [[User:BenjaminCarlyle|BenjaminCarlyle]] (+1000)&lt;br /&gt;
* [[User:Boneill|boneill]] (+0000)&lt;br /&gt;
* [[User:Brian|briansuda]] (-0600/-0500)&lt;br /&gt;
* [[User:ColinDDevroe|cdevroe]] (-0500/-0600)&lt;br /&gt;
* [[User:Cgriego|cgriego]] (-0600/-0500)&lt;br /&gt;
* [[User:ChrisCasciano|pnhChris]] (-0500/-0400)&lt;br /&gt;
* [[User:ChrisMessina|factoryjoe]] (-0800/-0700)&lt;br /&gt;
* [[User:ChristopherStJohn|cks]] (-0600/-0500)&lt;br /&gt;
* [[User:DanC|DanC]] (-0600/-0500)&lt;br /&gt;
** office hours: Wednesday afternoons, America/Chicago time&lt;br /&gt;
* [[User:Dave Cardwell|davecardwell]] (+0000)&lt;br /&gt;
* [[User:DeanEro|deanero]] (-0800/-0700)&lt;br /&gt;
* [[User:DimitriGlazkov|dglazkov]] (-0600/-0500)&lt;br /&gt;
* [[User:DrewMcLellan|drewinthehead]] (+0000/+0100)&lt;br /&gt;
* [[User:EdwardOConnor|hober]] (-0800/-0700)&lt;br /&gt;
* [[User:Enric|enric]] (-0800/-0700)&lt;br /&gt;
* [[User:Evan|evanpro]] (-0500)&lt;br /&gt;
* [[User:Fil|Fil]] (+0200)&lt;br /&gt;
* [[User:Grantbow|Grantbow]] (-0800/-0700)&lt;br /&gt;
* [[User:Hlb|hlb]] (+0800-0700)&lt;br /&gt;
* [[User:IanHickson|Hixie]] (-0800/-0700)&lt;br /&gt;
* [[User:Izo|IZO]]&lt;br /&gt;
* [[User:JoeGregorio|jcgregorio]]&lt;br /&gt;
* [[User:Jonathan_Arkell|jonnay]] (-0700/0600)&lt;br /&gt;
* [[User:Keri Henare|kerihenare]] (+1200)&lt;br /&gt;
* [http://epeus.blogspot.com/ KevinMarks] (-0800/-0700)&lt;br /&gt;
* [[User:Mark Mansour|Mark Mansour]] (+1100)&lt;br /&gt;
* [[User:MarkNormanFrancis|Mark Norman Francis]] (+0000/+0100)&lt;br /&gt;
* [[User:neuro|neuro`]]&lt;br /&gt;
* [[User:Phae|Phae]] (+0000/+0100)&lt;br /&gt;
* [[User:PriitLaes|plaes]] (+0200/+0300)&lt;br /&gt;
* [[User:DavidOsolkowski|qid]] (-0500)&lt;br /&gt;
* [[User:Remi|Remi]] (-0500/-0400)&lt;br /&gt;
* [[User:RobertBachmann|RobertBachmann]] (+0100/+0200)&lt;br /&gt;
** Office hours: &amp;lt;del&amp;gt;Wednesday, 18:00-20:00 UTC&amp;lt;/del&amp;gt; (Currently no office hours)&lt;br /&gt;
* [[User:RyanKing|kingryan]] (-0800/-0700)&lt;br /&gt;
** [http://theryanking.com/blog/archives/2006/04/19/office-hours/ Office hours]: Wednesday, 21:00 UTC&lt;br /&gt;
* [[User:Csarven|csarven]] (-0500/-0400)&lt;br /&gt;
* [[User:Dana Benson|Snowden]] (-0800/-0700)&lt;br /&gt;
* [[User:Steve Ganz|SteveGanz]] (-0800/-0700)&lt;br /&gt;
* [[User:Tantek|Tantek]] (-0800/-0700)&lt;br /&gt;
* [[User:Trovster|trovster]] (-0800/-0700)&lt;br /&gt;
* [[User:Dan Kubb|dkubb]] (-0800/-0700)&lt;br /&gt;
* [[User:Ed Summers|edsu]] (-0500/-0400)&lt;br /&gt;
* [[User:Smackman|Steve Farrell]] (-0800/-0700)&lt;br /&gt;
* [[User:Enric|Enric]] (-0800/-0700)&lt;br /&gt;
* [[User:Charlvn|Charl]] (+0200/+0200)&lt;br /&gt;
* [[User:MarkoMrdjenovic|friedcell]] (+0100/+0200)&lt;br /&gt;
* [[User:Vant|vant]] (+0900)&lt;br /&gt;
* [[User:IwaiMasaharu|iwaim]] (+0900)&lt;br /&gt;
* [[User:Richard Conyard|WhiskeyM]] (+0000)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Greetings ===&lt;br /&gt;
&lt;br /&gt;
To display a brief description of who you are each time you join the channel, you can create a definition for your username. To do so pass the &amp;lt;tt&amp;gt;?def&amp;lt;/tt&amp;gt; command using something like the following convention (be brief):&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;?def jdoe is John Doe and can be found online at &amp;lt;nowiki&amp;gt;http://www.jdoewebsite.com&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
More information about using JiBot commands can be found on the [http://joiwiki.ito.com/joiwiki/index.cgi?jibot jibot website]&lt;br /&gt;
&lt;br /&gt;
=== bots ===&lt;br /&gt;
&lt;br /&gt;
* [[mfbot]]&lt;br /&gt;
* [[mflogbot]]&lt;br /&gt;
* [http://joiwiki.ito.com/joiwiki/index.cgi?jibot jibot]&lt;br /&gt;
&lt;br /&gt;
== Logs ==&lt;br /&gt;
&lt;br /&gt;
Available here: http://rbach.priv.at/Microformats-IRC/&lt;br /&gt;
&lt;br /&gt;
Atom feed of logs available here: http://microformat.makedatamakesense.com/log_feed/&lt;br /&gt;
&lt;br /&gt;
== IRC meetups ==&lt;br /&gt;
&lt;br /&gt;
The idea of having IRC meetups (that is, a set time for meeting on IRC) has been suggested by [[User:RyanKing|Ryan King]], as it appears to work well for the WordPress community and may help us from time-to-time. As of yet, there are no plans to have meetups, though.&lt;/div&gt;</summary>
		<author><name>DavidOsolkowski</name></author>
	</entry>
</feed>