<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://microformats.org/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Mike</id>
	<title>Microformats Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://microformats.org/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Mike"/>
	<link rel="alternate" type="text/html" href="https://microformats.org/wiki/Special:Contributions/Mike"/>
	<updated>2026-05-06T08:16:42Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.38.4</generator>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=citation&amp;diff=45287</id>
		<title>citation</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=citation&amp;diff=45287"/>
		<updated>2012-01-11T17:42:34Z</updated>

		<summary type="html">&lt;p&gt;Mike: /* Copyright */ - Added notice that I release my contributions from 2006-07 into the public domain. This ought to make some of the wiki cleanup easier, I hope.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;entry-title&amp;gt; Citation microformat efforts &amp;lt;/entry-title&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This wiki page outlines the overall effort to develop a citation microformat per the [[process]]. &lt;br /&gt;
&lt;br /&gt;
We are documenting current examples of [http://en.wikipedia.org/wiki/Citation cites/citations] on the web today, their implicit/explicit schemas, and current cite/citation formats, with the intent of creating a citation microformat based on that research.&lt;br /&gt;
&lt;br /&gt;
;Authors&lt;br /&gt;
:[http://tantek.com/ Tantek Çelik]&lt;br /&gt;
:[http://suda.co.uk/ Brian Suda] &lt;br /&gt;
:[http://www.inkdroid.org Ed Summers]&lt;br /&gt;
&lt;br /&gt;
== Copyright ==&lt;br /&gt;
{{MicroFormatPublicDomainContributionStatement}}&lt;br /&gt;
* [[User:Tantek|Tantek]]: I release all my contributions to this specification into the public domain and I encourage the other authors to do so as well.&lt;br /&gt;
* [[User:Brian|Brian Suda]]: I release all my contributions to this specification into the public domain and I encourage the other authors to do so as well.&lt;br /&gt;
* [[User:Edsu|Ed Summers]]: I release all my contributions to this specification into the public domain and I encourage the other authors to do so as well.&lt;br /&gt;
* [[User:Mike|Michael McCracken]]: I release all my contributions to this specification into the public domain and I encourage the other authors to do so as well.&lt;br /&gt;
&lt;br /&gt;
It's been long enough that we should begin going through the edit history and removing/replacing pre-2007-12-29 content in order to bring this page fully into the public domain. [[User:Tantek|Tantek]] 00:53, 20 July 2011 (UTC)&lt;br /&gt;
&lt;br /&gt;
* PD cleared from beginning to 2006-02-14T16:59:21&lt;br /&gt;
* '''To Do: clear edits from 2006-02-14T16:59:22 to 2007-06-26T21:55:41''' (some of those edits may have ended up in other pages like [[citation-examples]], [[citation-formats]], [[citation-brainstorming]] so be sure to check to see if contributions propagated there).&lt;br /&gt;
** As you remove/replace non-PD contributed content accordingly, please update the date range on this to do item.&lt;br /&gt;
&lt;br /&gt;
Once the entire history has been PD-cleared, we can remove the Authors and Copyright sections, and simply include the PD template &amp;lt;nowiki&amp;gt;{{cc-pd-license}}&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
instead.&lt;br /&gt;
&lt;br /&gt;
== Example Citations ==&lt;br /&gt;
[[citation-examples|Citation Examples]] are citations found in the wild that could benefit from semantic mark-up. This is a growing list of examples from all sorts of places including W3C specifications, RFCs and others.  These are the examples which will determine the schema for the citation microformat.&lt;br /&gt;
&lt;br /&gt;
== Known Citation Formats ==&lt;br /&gt;
The [[citation-formats|Citation Formats Page]] will be a running tab of known formats for publishing citations.&lt;br /&gt;
&lt;br /&gt;
Eventually, I would like to see a chart of how each value from the implicit schema determined by the [[citation-examples]] is represented in each format, and what formats have additional properties that do not map between them. (For example, Format1 calls 'author' 'author', in format2 'author' is called 'writer'. etc)&lt;br /&gt;
&lt;br /&gt;
== A Prescriptive Proposal ==&lt;br /&gt;
&lt;br /&gt;
Here is a proposal which was derived from what one actually has to give as information in a citation in university work. (I don't know where to put that, so I put it right here.)&lt;br /&gt;
&lt;br /&gt;
First, we need a frame, let's say &amp;quot;hcitation&amp;quot;. Multiple citations can be put in a &amp;quot;hcitation&amp;quot; frame. Inside there, we need to describe the type of citation; I suggest &amp;quot;monograph&amp;quot;, &amp;quot;anthology&amp;quot;, &amp;quot;periodical&amp;quot; , &amp;quot;reference&amp;quot;, &amp;quot;thesis&amp;quot; , &amp;quot;standard&amp;quot;, &amp;quot;internet&amp;quot;, or &amp;quot;specialist&amp;quot;. &lt;br /&gt;
&lt;br /&gt;
If a &amp;quot;label&amp;quot; was used to refer to the resource in the text (often in square brackets) it can be named so.&lt;br /&gt;
&lt;br /&gt;
Here comes the list of field names we need: &amp;quot;article&amp;quot;, &amp;quot;atime&amp;quot;, &amp;quot;author&amp;quot;, &amp;quot;ctime&amp;quot;, &amp;quot;department&amp;quot;, &amp;quot;edition&amp;quot;, &amp;quot;editor&amp;quot;, &amp;quot;eligibility&amp;quot;, &amp;quot;employer&amp;quot;, &amp;quot;number&amp;quot;, &amp;quot;overalltitle&amp;quot;, &amp;quot;pagerange&amp;quot;, &amp;quot;part&amp;quot;, &amp;quot;place&amp;quot;, &amp;quot;publisher&amp;quot;, &amp;quot;subseries&amp;quot;, &amp;quot;title&amp;quot;, &amp;quot;type&amp;quot;, &amp;quot;url&amp;quot;, &amp;quot;volume&amp;quot;, &amp;quot;volumetitle&amp;quot;, &amp;quot;year&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
The field &amp;quot;page&amp;quot; is to mark up which page you actually quote from. Marking up whatever as &amp;quot;prefix&amp;quot; should give you a hint that this is to be put at first place, but not to refer to when sorting. E.G. &amp;quot;The&amp;quot; should be marked as &amp;quot;prefix&amp;quot; either in &amp;quot;The Crocodile&amp;quot; and also in &amp;quot;Crocodile, the&amp;quot;.&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;Field&amp;lt;/th&amp;gt;&lt;br /&gt;
        &amp;lt;th&amp;gt;Description&amp;lt;/th&amp;gt;&lt;br /&gt;
        &amp;lt;th&amp;gt;&amp;lt;code&amp;gt;monograph&amp;lt;/code&amp;gt;&amp;lt;/th&amp;gt;&lt;br /&gt;
        &amp;lt;th&amp;gt;&amp;lt;code&amp;gt;anthology&amp;lt;/code&amp;gt;&amp;lt;/th&amp;gt;&lt;br /&gt;
        &amp;lt;th&amp;gt;&amp;lt;code&amp;gt;periodical&amp;lt;/code&amp;gt;&amp;lt;/th&amp;gt;&lt;br /&gt;
        &amp;lt;th&amp;gt;&amp;lt;code&amp;gt;thesis&amp;lt;/code&amp;gt;&amp;lt;/th&amp;gt;&lt;br /&gt;
        &amp;lt;th&amp;gt;&amp;lt;code&amp;gt;standard&amp;lt;/code&amp;gt;&amp;lt;/th&amp;gt;&lt;br /&gt;
        &amp;lt;th&amp;gt;&amp;lt;code&amp;gt;internet&amp;lt;/code&amp;gt;&amp;lt;/th&amp;gt;&lt;br /&gt;
        &amp;lt;th&amp;gt;&amp;lt;code&amp;gt;specialist&amp;lt;/code&amp;gt;&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;&amp;lt;code&amp;gt;article&amp;lt;/code&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;Name of the Article in question&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;3&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;3&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;&amp;amp;nbsp;&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;code&amp;gt;atime&amp;lt;/code&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;Last access time for online resources. Use abbr convention for datetime encoding.&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;11&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;5&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;&amp;amp;nbsp;&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;code&amp;gt;author&amp;lt;/code&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;Creator. Use fn or n markup for every single entity.&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;1&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;1&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;1&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;1&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;1&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;1&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;code&amp;gt;ctime&amp;lt;/code&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;Date / Last modification. Use abbr convention for datetime encoding.&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;8&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;4&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;5&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;code&amp;gt;department&amp;lt;/code&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;special field / faculty&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;6&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;3&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;code&amp;gt;edition&amp;lt;/code&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;Edition information&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;6&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;8&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;2&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;&amp;amp;nbsp;&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;code&amp;gt;editor&amp;lt;/code&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;Editors of an anthology. Use fn or n markup for every single entity. Add &amp;amp;quot;transl&amp;amp;quot; for translators and &amp;amp;quot;comp&amp;amp;quot; for compilers&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;4&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;&amp;amp;nbsp;&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;code&amp;gt;eligibility&amp;lt;/code&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;Qualification of a specialist&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;2&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;code&amp;gt;employer&amp;lt;/code&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;Name of university eg.&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;4&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;4&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;code&amp;gt;number&amp;lt;/code&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;Number&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;10&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;12&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;9&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;1&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;&amp;amp;nbsp;&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;code&amp;gt;overalltitle&amp;lt;/code&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;Overall Title / Title of series&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;9&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;11&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;8&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;code&amp;gt;pagerange&amp;lt;/code&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;Page range of an article in an anthology / periodical&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;13&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;10&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;&amp;amp;nbsp;&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;code&amp;gt;part&amp;lt;/code&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;Part of article (if having several parts)&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;4&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;&amp;amp;nbsp;&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;code&amp;gt;place&amp;lt;/code&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;Place of publication&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;7&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;9&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;5&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;&amp;amp;nbsp;&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;code&amp;gt;publisher&amp;lt;/code&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;Publication house&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;8&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;10&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;&amp;amp;nbsp;&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;code&amp;gt;subseries&amp;lt;/code&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;Name of subseries, if any&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;6&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;&amp;amp;nbsp;&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;code&amp;gt;title&amp;lt;/code&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;The main title. Anthology: name of anthology.  Periodical: name of periodical&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;3&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;5&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;5&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;3&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;3&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;3&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;6&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;code&amp;gt;type&amp;lt;/code&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;Type (type of thesis or type of utterance (radio interview, e-mail, ...) of a specialist)&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;7&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;7&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;code&amp;gt;url&amp;lt;/code&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;URL&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;12&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;6&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;&amp;amp;nbsp;&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;code&amp;gt;volume&amp;lt;/code&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;Volume information (eg. Vol. 22)&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;4&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;6&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;7&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;&amp;amp;nbsp;&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;code&amp;gt;volumetitle&amp;lt;/code&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;Volume title&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;5&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;7&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;&amp;amp;nbsp;&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;code&amp;gt;year&amp;lt;/code&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;Year of appearance. 4 digit year. Use abbr convention for datetime encoding.&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;2&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;2&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;2&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;2&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;2&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;&amp;amp;nbsp;&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;
This table shows what has to go together. Numbers give the typical ordered structure of the values. Other Information than given here (eg. ISBN, ...) actually has not to be put into citations, students would recive negative evaluations if they do so. (I hope this will help somehow. sorry for bad english.)&lt;br /&gt;
&lt;br /&gt;
=== Sample Usage ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;h1&amp;gt;The Bibliography&amp;lt;/h1&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table class=&amp;quot;hcitation&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;th scope=&amp;quot;row&amp;quot; style=&amp;quot;font-variant: small-caps; &amp;quot;&amp;gt;[MR06]&amp;lt;/th&amp;gt;&lt;br /&gt;
    &amp;lt;td class=&amp;quot;monograph&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;a name=&amp;quot;sr06&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;span class=&amp;quot;author firstauthor&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;span class=&amp;quot;family-name&amp;quot; style=&amp;quot;font-variant: small-caps; &amp;quot;&amp;gt;Miller&amp;lt;/span&amp;gt;, &lt;br /&gt;
                &amp;lt;span class=&amp;quot;given-name&amp;quot;&amp;gt;Michael&amp;lt;/span&amp;gt;&lt;br /&gt;
                &amp;lt;span class=&amp;quot;additional-name&amp;quot;&amp;gt;C.&amp;lt;/span&amp;gt;&lt;br /&gt;
            &amp;lt;/span&amp;gt; ;&lt;br /&gt;
            &amp;lt;span class=&amp;quot;author&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;span class=&amp;quot;given-name&amp;quot;&amp;gt;Mathew&amp;lt;/span&amp;gt;&lt;br /&gt;
                &amp;lt;span class=&amp;quot;family-name&amp;quot; style=&amp;quot;font-variant: small-caps; &amp;quot;&amp;gt;Roth&amp;lt;/span&amp;gt;&lt;br /&gt;
            &amp;lt;/span&amp;gt;&lt;br /&gt;
            (&amp;lt;span class=&amp;quot;year&amp;quot;&amp;gt;2006&amp;lt;/span&amp;gt;):&lt;br /&gt;
            &amp;lt;span style=&amp;quot;font-style: italic; &amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;span class=&amp;quot;title&amp;quot;&amp;gt;Students' Jokes : A complete collection of jokes students laugh about&amp;lt;/span&amp;gt;.&lt;br /&gt;
                Vol. &amp;lt;span class=&amp;quot;volume&amp;quot;&amp;gt;23&amp;lt;/span&amp;gt;:&lt;br /&gt;
                &amp;lt;span class=&amp;quot;volumetitle&amp;quot;&amp;gt;Computational Linguists' Jokes&amp;lt;/span&amp;gt;.&lt;br /&gt;
            &amp;lt;/span&amp;gt;&lt;br /&gt;
            &amp;lt;span class=&amp;quot;edition&amp;quot;&amp;gt;4th completely revised Edition&amp;lt;/span&amp;gt;.&lt;br /&gt;
            &amp;lt;span class=&amp;quot;place&amp;quot;&amp;gt;München&amp;lt;/span&amp;gt; :&lt;br /&gt;
            &amp;lt;span class=&amp;quot;publisher&amp;quot;&amp;gt;Weltbild&amp;lt;/span&amp;gt;&lt;br /&gt;
            (&amp;lt;span class=&amp;quot;overalltitle&amp;quot;&amp;gt;Fictional publications of munich's students&amp;lt;/span&amp;gt;&lt;br /&gt;
            &amp;lt;span class=&amp;quot;number&amp;quot;&amp;gt;2675&amp;lt;/span&amp;gt;)&lt;br /&gt;
        &amp;lt;/a&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;th scope=&amp;quot;row&amp;quot; style=&amp;quot;font-variant: small-caps; &amp;quot;&amp;gt;[R08a]&amp;lt;/th&amp;gt;&lt;br /&gt;
    &amp;lt;td class=&amp;quot;anthology&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;a name=&amp;quot;r08a&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;span class=&amp;quot;author firstauthor&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;span class=&amp;quot;family-name&amp;quot; style=&amp;quot;font-variant: small-caps; &amp;quot;&amp;gt;Roth&amp;lt;/span&amp;gt;, &lt;br /&gt;
                &amp;lt;span class=&amp;quot;given-name&amp;quot;&amp;gt;Mathew&amp;lt;/span&amp;gt;&lt;br /&gt;
            &amp;lt;/span&amp;gt;&lt;br /&gt;
            (&amp;lt;span class=&amp;quot;year&amp;quot;&amp;gt;2008&amp;lt;/span&amp;gt;):&lt;br /&gt;
            &amp;amp;bdquo;&amp;lt;span class=&amp;quot;article&amp;quot;&amp;gt;Using semantic HTML for bibliographic citations&amp;lt;/span&amp;gt;.&amp;amp;ldquo;&lt;br /&gt;
            In: &lt;br /&gt;
            &amp;lt;span class=&amp;quot;editor&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;span class=&amp;quot;given-name&amp;quot;&amp;gt;Michael&amp;lt;/span&amp;gt;&lt;br /&gt;
                &amp;lt;span class=&amp;quot;additional-name&amp;quot;&amp;gt;B.&amp;lt;/span&amp;gt;&lt;br /&gt;
                &amp;lt;span class=&amp;quot;family-name&amp;quot; style=&amp;quot;font-variant: small-caps; &amp;quot;&amp;gt;Smith&amp;lt;/span&amp;gt;&lt;br /&gt;
            &amp;lt;/span&amp;gt; ;&lt;br /&gt;
            &amp;lt;span class=&amp;quot;editor&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;span class=&amp;quot;given-name&amp;quot;&amp;gt;John&amp;lt;/span&amp;gt;&lt;br /&gt;
                &amp;lt;span class=&amp;quot;family-name&amp;quot; style=&amp;quot;font-variant: small-caps; &amp;quot;&amp;gt;Miller&amp;lt;/span&amp;gt;&lt;br /&gt;
            &amp;lt;/span&amp;gt;&lt;br /&gt;
            (Eds.)&lt;br /&gt;
            (&amp;lt;span class=&amp;quot;year&amp;quot;&amp;gt;2008&amp;lt;/span&amp;gt;):&lt;br /&gt;
            &amp;lt;span style=&amp;quot;font-style: italic; &amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;span class=&amp;quot;title&amp;quot;&amp;gt;Being POSH : Usage of semantic HTML in web pages&amp;lt;/span&amp;gt;.&lt;br /&gt;
                Vol. &amp;lt;span class=&amp;quot;volume&amp;quot;&amp;gt;4&amp;lt;/span&amp;gt;:&lt;br /&gt;
                &amp;lt;span class=&amp;quot;volumetitle&amp;quot;&amp;gt;Whatever you read&amp;lt;/span&amp;gt;.&lt;br /&gt;
            &amp;lt;/span&amp;gt;&lt;br /&gt;
            &amp;lt;span class=&amp;quot;edition&amp;quot;&amp;gt;1st Edition&amp;lt;/span&amp;gt;.&lt;br /&gt;
            &amp;lt;span class=&amp;quot;place&amp;quot;&amp;gt;New York&amp;lt;/span&amp;gt; :&lt;br /&gt;
            &amp;lt;span class=&amp;quot;publisher&amp;quot;&amp;gt;Public Press&amp;lt;/span&amp;gt;&lt;br /&gt;
            (&amp;lt;span class=&amp;quot;overalltitle&amp;quot;&amp;gt;Books on data processing&amp;lt;/span&amp;gt;&lt;br /&gt;
            &amp;lt;span class=&amp;quot;number&amp;quot;&amp;gt;1435&amp;lt;/span&amp;gt;)&lt;br /&gt;
        &amp;lt;/a&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;th scope=&amp;quot;row&amp;quot; style=&amp;quot;font-variant: small-caps; &amp;quot;&amp;gt;[R08b]&amp;lt;/th&amp;gt;&lt;br /&gt;
    &amp;lt;td class=&amp;quot;periodical&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;a name=&amp;quot;r08b&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;span class=&amp;quot;author firstauthor&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;span class=&amp;quot;family-name&amp;quot; style=&amp;quot;font-variant: small-caps; &amp;quot;&amp;gt;Roth&amp;lt;/span&amp;gt;, &lt;br /&gt;
                &amp;lt;span class=&amp;quot;given-name&amp;quot;&amp;gt;Mathew&amp;lt;/span&amp;gt;&lt;br /&gt;
            &amp;lt;/span&amp;gt;&lt;br /&gt;
            (&amp;lt;span class=&amp;quot;year&amp;quot;&amp;gt;2008&amp;lt;/span&amp;gt;):&lt;br /&gt;
            &amp;amp;bdquo;&amp;lt;span class=&amp;quot;article&amp;quot;&amp;gt;Using semantic HTML in scientific work&amp;lt;/span&amp;gt;.&amp;amp;ldquo;&lt;br /&gt;
            P. &amp;lt;span class=&amp;quot;part&amp;quot;&amp;gt;1&amp;lt;/span&amp;gt;; P. &amp;lt;span class=&amp;quot;part&amp;quot;&amp;gt;2&amp;lt;/span&amp;gt;.&lt;br /&gt;
            In:&lt;br /&gt;
            &amp;lt;span style=&amp;quot;font-style: italic; &amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;span class=&amp;quot;title&amp;quot;&amp;gt;The Computational Linguist&amp;lt;/span&amp;gt;.&lt;br /&gt;
            &amp;lt;/span&amp;gt;&lt;br /&gt;
            &amp;lt;span class=&amp;quot;subseries&amp;quot;&amp;gt;Development of the Semantic Web&amp;lt;/span&amp;gt;.&lt;br /&gt;
            &amp;lt;span class=&amp;quot;volume&amp;quot;&amp;gt;2&amp;lt;/span&amp;gt;&lt;br /&gt;
            (&amp;lt;span class=&amp;quot;ctime&amp;quot;&amp;gt;2008&amp;lt;/span&amp;gt;)&lt;br /&gt;
            No. &amp;lt;span class=&amp;quot;number&amp;quot;&amp;gt;16&amp;lt;/span&amp;gt;,&lt;br /&gt;
            Pp. &amp;lt;span class=&amp;quot;pagerange&amp;quot;&amp;gt;124&amp;amp;ndash;131&amp;lt;/span&amp;gt;&lt;br /&gt;
            (Access: &amp;lt;span class=&amp;quot;atime&amp;quot;&amp;gt;&amp;lt;abbr title=&amp;quot;20080714T1612+0200&amp;quot;&amp;gt;14.07.2008 16:12 CEST&amp;lt;/abbr&amp;gt;&amp;lt;/span&amp;gt;)&lt;br /&gt;
            &amp;amp;lt;&amp;lt;span class=&amp;quot;url&amp;quot;&amp;gt;http://www.sample.url/web/address/1234.pdf&amp;lt;/span&amp;gt;&amp;amp;gt;&lt;br /&gt;
        &amp;lt;/a&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;th scope=&amp;quot;row&amp;quot; style=&amp;quot;font-variant: small-caps; &amp;quot;&amp;gt;[S07]&amp;lt;/th&amp;gt;&lt;br /&gt;
    &amp;lt;td class=&amp;quot;thesis&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;a name=&amp;quot;s07&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;span class=&amp;quot;author firstauthor&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;span class=&amp;quot;family-name&amp;quot; style=&amp;quot;font-variant: small-caps; &amp;quot;&amp;gt;Smith&amp;lt;/span&amp;gt;, &lt;br /&gt;
                &amp;lt;span class=&amp;quot;given-name&amp;quot;&amp;gt;John&amp;lt;/span&amp;gt;&lt;br /&gt;
            &amp;lt;/span&amp;gt;&lt;br /&gt;
            (&amp;lt;span class=&amp;quot;year&amp;quot;&amp;gt;2007&amp;lt;/span&amp;gt;):&lt;br /&gt;
            &amp;lt;span style=&amp;quot;font-style: italic; &amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;span class=&amp;quot;title&amp;quot;&amp;gt;Semantic Data Extraction from the World Wide Web&amp;lt;/span&amp;gt;.&lt;br /&gt;
            &amp;lt;/span&amp;gt;&lt;br /&gt;
            &amp;lt;span class=&amp;quot;employer&amp;quot;&amp;gt;University of &amp;lt;span class=&amp;quot;place&amp;quot;&amp;gt;Munich&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;,&lt;br /&gt;
            &amp;lt;span class=&amp;quot;department&amp;quot;&amp;gt;Department of Computational Linguistics&amp;lt;/span&amp;gt;,&lt;br /&gt;
            &amp;lt;span class=&amp;quot;type&amp;quot;&amp;gt;Diss.&amp;lt;/span&amp;gt;&lt;br /&gt;
        &amp;lt;/a&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;th scope=&amp;quot;row&amp;quot; style=&amp;quot;font-variant: small-caps; &amp;quot;&amp;gt;[SVG11]&amp;lt;/th&amp;gt;&lt;br /&gt;
    &amp;lt;td class=&amp;quot;standard&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;a name=&amp;quot;svg11&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;span class=&amp;quot;number&amp;quot;&amp;gt;ISO 1234567&amp;lt;/span&amp;gt;&lt;br /&gt;
            (&amp;lt;span class=&amp;quot;edition&amp;quot;&amp;gt;1-2003&amp;lt;/edition&amp;gt;):&lt;br /&gt;
            &amp;lt;span style=&amp;quot;font-style: italic; &amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;span class=&amp;quot;title&amp;quot;&amp;gt;Scalable Vector Graphics (SVG) 1.1 Specification&amp;lt;/span&amp;gt;.&lt;br /&gt;
            &amp;lt;/span&amp;gt;&lt;br /&gt;
        &amp;lt;/a&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;th scope=&amp;quot;row&amp;quot; style=&amp;quot;font-variant: small-caps; &amp;quot;&amp;gt;[Wik08]&amp;lt;/th&amp;gt;&lt;br /&gt;
    &amp;lt;td class=&amp;quot;internet&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;a name=&amp;quot;wik08&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;span class=&amp;quot;author firstauthor&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;span class=&amp;quot;family-name&amp;quot; style=&amp;quot;font-variant: small-caps; &amp;quot;&amp;gt;Wikipedia, the free encyclopedia&amp;lt;/span&amp;gt;, &lt;br /&gt;
            &amp;lt;/span&amp;gt;&lt;br /&gt;
            (&amp;lt;span class=&amp;quot;year&amp;quot;&amp;gt;2008&amp;lt;/span&amp;gt;):&lt;br /&gt;
            &amp;lt;span style=&amp;quot;font-style: italic; &amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;span class=&amp;quot;title&amp;quot;&amp;gt;Microformat&amp;lt;/span&amp;gt;.&lt;br /&gt;
            &amp;lt;/span&amp;gt;&lt;br /&gt;
            (Version: &amp;lt;abbr class=&amp;quot;ctime&amp;quot; title=&amp;quot;2008-06-19&amp;quot;&amp;gt;19th June 2008&amp;lt;/abbr&amp;gt;.&lt;br /&gt;
            Access: &amp;lt;abbr class=&amp;quot;atime&amp;quot; title=&amp;quot;20080703T1423+0200&amp;quot;&amp;gt;3rd July 2008 14:23 CEST&amp;lt;/abbr&amp;gt;)&lt;br /&gt;
            &amp;amp;lt;&amp;lt;a href=&amp;quot;http://en.wikipedia.org/w/index.php?title=Microformat&amp;amp;oldid=220275451&amp;quot; class=&amp;quot;url&amp;quot;&amp;gt;http://en.wikipedia.org/w/index.php?title=Microformat&amp;amp;amp;oldid=220275451&amp;lt;/a&amp;gt;&amp;amp;gt;&lt;br /&gt;
        &amp;lt;/a&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;th scope=&amp;quot;row&amp;quot; style=&amp;quot;font-variant: small-caps; &amp;quot;&amp;gt;[W08]&amp;lt;/th&amp;gt;&lt;br /&gt;
    &amp;lt;td class=&amp;quot;specialist&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;a name=&amp;quot;w08&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;span class=&amp;quot;author firstauthor&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;span class=&amp;quot;family-name&amp;quot; style=&amp;quot;font-variant: small-caps; &amp;quot;&amp;gt;Wang&amp;lt;/span&amp;gt;, &lt;br /&gt;
                &amp;lt;span class=&amp;quot;given-name&amp;quot;&amp;gt;Wu&amp;lt;/span&amp;gt;&lt;br /&gt;
            &amp;lt;/span&amp;gt;&lt;br /&gt;
            (&amp;lt;span class=&amp;quot;eligibility&amp;quot;&amp;gt;Professor of Informatics&amp;lt;/span&amp;gt;,&lt;br /&gt;
            &amp;lt;span class=&amp;quot;department&amp;quot;&amp;gt;Department of Applied Sciences&amp;lt;/span&amp;gt;,&lt;br /&gt;
            &amp;lt;span class=&amp;quot;employer&amp;quot;&amp;gt;University of Michigan&amp;lt;/span&amp;gt;)&lt;br /&gt;
            (&amp;lt;abbr class=&amp;quot;ctime&amp;quot; title=&amp;quot;20000801T0918+0100D0007&amp;quot;&amp;gt;01.08.2000, 9:18&amp;amp;ndash;9:25 MEZ&amp;lt;/abbr&amp;gt;)&lt;br /&gt;
            &amp;lt;span class=&amp;quot;title&amp;quot;&amp;gt;Science News&amp;lt;/span&amp;gt;.&lt;br /&gt;
            &amp;lt;span class=&amp;quot;type&amp;quot;&amp;gt;Interview&amp;lt;/span&amp;gt;.&lt;br /&gt;
            &amp;lt;span class=&amp;quot;overalltitle&amp;quot;&amp;gt;Michigan Television&amp;lt;/span&amp;gt;&lt;br /&gt;
        &amp;lt;/a&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;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Issues ==&lt;br /&gt;
The [[citation-issues]] page is intended to capture ongoing issues.&lt;br /&gt;
&lt;br /&gt;
== To Do ==&lt;br /&gt;
* [[existing-classes|Using existing class names]] and creating new names, create property names for the profile&lt;br /&gt;
* Based on implicit schemas in [[citation-examples]], and terms from one or more [[citation-formats]], do some [[citation-brainstorming]] for a simple citation microformat.&lt;br /&gt;
* Create additional strawman proposals&lt;br /&gt;
&lt;br /&gt;
== Modularity ==&lt;br /&gt;
My hope for this microformat is that it can be a sort of module that can be used in other microformats. Once this is developed and flushed out, citation references could easily be used for publications on a Resume/CV, therefore the citation microformat would be a module (subset) of all the possible Resume Values.&lt;br /&gt;
&lt;br /&gt;
Other Microformats that could use the Citation Module&lt;br /&gt;
* [[hresume|hResume]]&lt;br /&gt;
* [[work-of-art]]&lt;br /&gt;
&lt;br /&gt;
Other Microformats that the Citation Module will use&lt;br /&gt;
* [[hcard|hCard]] encodings for things like Author, Publisher (people and companies)&lt;br /&gt;
* [[hatom|hAtom]] encodings as a possible container, and author/date-time properties&lt;br /&gt;
* [[rel-tag]] encoding for keywords&lt;br /&gt;
* [[rel-license]] encoding for copyright&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
=== Informative References ===&lt;br /&gt;
* [http://ocoins.info/ COinS]&lt;br /&gt;
* [http://xmlresume.sourceforge.net/ XMLResume]: if part of the drive for citations is for publications for a resume/CV then some of this information could be useful&lt;br /&gt;
* [http://www.citeulike.org/ CiteUlike] is a free service to help academics to share, store, and organise the academic papers they are reading&lt;br /&gt;
* [http://www.connotea.org/ Connotea] is a scientific bookmarking service from Nature.&lt;br /&gt;
* [http://www.ariadne.ac.uk/issue43/chudnov/ OpenURL] with Autodiscovery&lt;br /&gt;
* [http://cipolo.med.yale.edu/mailman/listinfo/gcs-pcs-list &amp;quot;Gather, Create, Share&amp;quot; and &amp;quot;Personal Collection Systems&amp;quot; memes, and systems implementing either or both]&lt;br /&gt;
* [http://www.loc.gov/standards/mods/ Metadata Object Description Schema] developed by the Library of Congress&lt;br /&gt;
* [http://www.dublincore.org/documents/dc-citation-guidelines/ Guidelines for Encoding Bibliographic Citation Information in Dublin Core Metadata]&lt;br /&gt;
* [http://www.ecst.csuchico.edu/~jacobsd/bib/formats/bibtex.html BibTeX reference] from Dana Jacobsen&lt;br /&gt;
* [http://www.refman.com/support/risformat_intro.asp RIS Format Specification] from Thomson ResearchSoft, makers of ReferenceManager&lt;br /&gt;
* [http://www.zotero.org/ Zotero] - &amp;quot;Firefox extension to help you collect, manage, and cite your research sources&amp;quot;&lt;br /&gt;
*[http://www.doi.org/ DOI] ([http://www.crossref.org/02publishers/guidelines.html CrossRef Guidelines] for use of DOIs in citations)&lt;br /&gt;
* [http://info-uri.info/ INFO URI] (URI scheme for representing legacy namespaces)&lt;br /&gt;
*[http://www.isbn-international.org/ ISBN] ([http://en.wikipedia.org/wiki/International_Standard_Book_Number ISBN on Wikipedia])&lt;br /&gt;
*[http://www.issn.org/ ISSN] ([http://en.wikipedia.org/wiki/International_Standard_Serial_Number ISSN on Wikipedia])&lt;br /&gt;
* [http://opcit.eprints.org/ Open Citation Project] - OpCit, a three year (1999-2002)R&amp;amp;D project funded by the Joint NSF - JISC International Digital Libraries Research Programme.&lt;br /&gt;
* [http://www.docbook.org/ DocBook] (markup langauige for books); [http://en.wikipedia.org/wiki/Docbook DocBook on Wikipedia]&lt;br /&gt;
* [http://www.bl.uk/news/2007/pressrelease20071022.html RDA: Resource Description and Access]&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
{{citation-related-pages}}&lt;/div&gt;</summary>
		<author><name>Mike</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=User:Mike&amp;diff=45286</id>
		<title>User:Mike</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=User:Mike&amp;diff=45286"/>
		<updated>2012-01-11T17:35:41Z</updated>

		<summary type="html">&lt;p&gt;Mike: Adding public domain license release so you guys don't have to delete all the stuff I wrote in 2006-07&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Mike McCracken: I am recreating this page for the purpose of adding the public domain release for my contirbutions around 2006-2007.&lt;br /&gt;
&lt;br /&gt;
{{cc-public-domain-release}}&lt;/div&gt;</summary>
		<author><name>Mike</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=citation-brainstorming&amp;diff=16234</id>
		<title>citation-brainstorming</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=citation-brainstorming&amp;diff=16234"/>
		<updated>2007-04-23T17:40:19Z</updated>

		<summary type="html">&lt;p&gt;Mike: removed old straw format discussion to avoid confusion with current version&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h1&amp;gt; Citation Brainstorming &amp;lt;/h1&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* [[citation]]&lt;br /&gt;
* [[citation-examples]]&lt;br /&gt;
* [[citation-formats]]&lt;br /&gt;
* [[citation-faq]]&lt;br /&gt;
* [[citation-issues]]&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
== Contributors ==&lt;br /&gt;
&lt;br /&gt;
* ...&lt;br /&gt;
* ... (a bunch of good folks!)&lt;br /&gt;
* Tantek Çelik&lt;br /&gt;
* Tim White&lt;br /&gt;
* Michael McCracken&lt;br /&gt;
* Brian Suda&lt;br /&gt;
* [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
&lt;br /&gt;
== Use Cases ==&lt;br /&gt;
&lt;br /&gt;
To focus the discussion, please add use cases below that will help show what problems the citation microformat will be solving.&lt;br /&gt;
&lt;br /&gt;
I've included two, focusing on consuming information - I've assumed that use cases for generating microformatted content would just involve the desire to enable your content to be consumed better, but I'm interested to see if there's something I'm missing here -Mike&lt;br /&gt;
&lt;br /&gt;
=== Acquiring reference information from the web ===&lt;br /&gt;
&lt;br /&gt;
A user either finds an author's papers page, or is viewing the results of a search and would like to import the information about the displayed papers into their local reference database, for the purposes of cataloging things they've read, adding notes, and using the information to generate later citations, potentially in other forms, such as BibTeX or Docbook, for inclusion in a publication of their own.&lt;br /&gt;
&lt;br /&gt;
Notes: In this case, it isn't important to the user what format the citation takes as displayed on the page where they find it. What *is* important is that it contains enough information to allow generation of the format they will ultimately re-publish it in. This implies that it may be worthwhile to err a little on the side of verbosity.&lt;br /&gt;
&lt;br /&gt;
Also, links to downloadable full representations of the cited work are very important - e.g. a link to the PDF of a journal article, or to a music file.&lt;br /&gt;
&lt;br /&gt;
=== Subscribing to reading lists, periodicals, etc ===&lt;br /&gt;
&lt;br /&gt;
I would like to be able to leverage my news aggregator with hAtom to subscribe to a remote source for citation information, for example:&lt;br /&gt;
&lt;br /&gt;
* a reading list for a seminar&lt;br /&gt;
* The publication list for a conference (e.g., subscribe to SIGGRAPH and see the updated conference proceedings every year)&lt;br /&gt;
* the issues of a journal&lt;br /&gt;
* a particular research group or researcher's publications&lt;br /&gt;
* Not just research: a popular author's publications (e.g., [http://www.gladwell.com/archive.html Malcolm Gladwell's Archive])&lt;br /&gt;
&lt;br /&gt;
=== Aggregating reading lists and reviews ===&lt;br /&gt;
&lt;br /&gt;
A citation microformat-specific aggregator could provide a decentralized version of [http://citeulike.org/ CiteULike]. Libraries, authors, research groups, and publishers could mark up their collections, while other people on weblogs or review sites could add tags and reviews.&lt;br /&gt;
&lt;br /&gt;
At least, having a well-adopted microformat would make writing tools like CiteULike much better, since it relies in some cases on screen-scraping publisher web-sites.&lt;br /&gt;
&lt;br /&gt;
=== Cut &amp;amp; Paste from web pages ===&lt;br /&gt;
Capturing/copying HTML from web pages for use in other applications (especially when those apps present HTML as output), such as pasting into Word, or a specialized application like [http://www.google.com/notebook Google Notebook], [http://onfolio.com Onfolio] or [http://www.kaboodle.com Kaboodle].  When such captures are made, it makes sense to keep track of the full citation data, including the date it was accessed, which may or may not be the date it was published. &lt;br /&gt;
&lt;br /&gt;
=== Blogs quoting other resources, including blogs ===&lt;br /&gt;
Any blog that cites online content, whether a blog or news article, could use an hCitation to properly link to the cited reference. Such citations could include the access date when the blogger made the citation, because resources on the other side of those links can change without notice. &lt;br /&gt;
&lt;br /&gt;
Instead, today we have simple formating with a link to the permaURL. The citation data is completely lacking. See [http://doc.weblogs.com Doc Searl's blog] for a style of referencing that could benefit from proper a citation uF.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Fascinating... after I added the last two use cases, I realized they focus on potentially marginal cases. The first because it is missing the &amp;quot;output&amp;quot; part of the cut &amp;amp; paste, where the uF would actually be used as part of the paste.  The latter because bloggers have a working citation mechanism that is just a link to the URL (hopefully a permaURL). One could argue they wouldn't want a full hCitation. And in fact, until a tool exists that makes it easy, they probably won't.  However, a tool that cuts &amp;amp; pastes from anywhere on the web into a blog with a full citation seems like a nice tool.  But again, I'm not really paving the cowpaths with these ideas. -Joe Andrieu&lt;br /&gt;
&lt;br /&gt;
===Finding in Library===&lt;br /&gt;
Find a copy of the cited work in a nearby library (as with [http://ocoins.info/ OpenCOinS]). [[User:AndyMabbett|AndyMabbett]] 04:55, 4 Nov 2006 (PST)&lt;br /&gt;
&lt;br /&gt;
===Buy a copy===&lt;br /&gt;
Find the cited work on, for example, Amazon or [http://www.abebooks.com/ ABE]; or subscribe to a journal via its own website. [[User:AndyMabbett|AndyMabbett]] 04:55, 4 Nov 2006 (PST)&lt;br /&gt;
&lt;br /&gt;
===Find reviews===&lt;br /&gt;
Find third-party reviews of the cited work. [[User:AndyMabbett|AndyMabbett]] 04:55, 4 Nov 2006 (PST)&lt;br /&gt;
&lt;br /&gt;
===Give citation data for the page being visited===&lt;br /&gt;
&lt;br /&gt;
Adding a class of, say, &amp;quot;self&amp;quot; to an attribute of the proposed strawman would allow users (or user agents) to extract the data required to cite the page being visited, when referring to it elsewhere. There would be the added advantage of allowing the citation to be ignored by any parser which might be building a &amp;quot;tree&amp;quot; of citations, and preventing the setting up of an infinite loop. &lt;br /&gt;
&lt;br /&gt;
For evidence of published &amp;quot;self citation&amp;quot; data (albeit on a secondary page) see the &amp;quot;cite this article&amp;quot; link on any Wikipedia entry, e.g. [http://en.wikipedia.org/w/index.php?title=Special:Cite&amp;amp;page=West_Midland_Bird_Club&amp;amp;id=115894372] from [http://en.wikipedia.org/wiki/West_Midland_Bird_Club].&lt;br /&gt;
&lt;br /&gt;
See also [http://en.wikipedia.org/wiki/Wikipedia_talk:Citing_Wikipedia#Citation_data_should_be_on_the_page_concerned Proposal to include on-page citation data in Wikipedia]&lt;br /&gt;
&lt;br /&gt;
:[[User:AndyMabbett|Andy Mabbett]] 13:47, 20 Mar 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
* (from a mailing list): &lt;br /&gt;
:&amp;lt;blockquote&amp;gt;if you want to cite a [biomedical journal] journal article on Wikipedia [...] you can export a correctly-formatted citation for Wikipedia from HubMed using unAPI... http://hublog.hubmed.org/archives/001408.html&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*[http://www.zotero.org/ Zotero], a Firefox extension to help collect, manage, and cite research sources. &lt;br /&gt;
:[[User:AndyMabbett|Andy Mabbett]] 09:13, 21 Mar 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
== Original hBib Discussion ==&lt;br /&gt;
&lt;br /&gt;
During the WWW2005 Developer's Day [[microformats]] track, Rohit Khare gave a [[presentations|presentation]] where he discussed the microformats [[process]], and then did  a quick demonstration wherein a bunch of us got on a shared Subethaedit document, and brainstormed some thoughts on what an &amp;quot;hBib&amp;quot; bibliography citation microformat would look like.  Rohit placed the [http://cnlabs.commerce.net/~rohit/hBib%20Discussion.html document on his Commercenet site].&lt;br /&gt;
&lt;br /&gt;
* http://cnlabs.commerce.net/~rohit/hBib%20Discussion.html&lt;br /&gt;
&lt;br /&gt;
''An attempt to summarize and inline the linked document follows. -Mike''&lt;br /&gt;
&lt;br /&gt;
Two major goals were outlined by the group:&lt;br /&gt;
&lt;br /&gt;
* Avoid re-keying references&lt;br /&gt;
* Adapt to new journal styles by changing CSS&lt;br /&gt;
 &lt;br /&gt;
The fundamental problem was discussed in terms of display - the ability to transform XHTML+hBib into the many journal-specific formats. For example, how to display &amp;quot;et.al&amp;quot; when all authors are present in the source, and how to re-order the elements if a style defines a set order of elements that conflicts with the ordering in the source. Using hCard for authors was agreed on, and the beginnings of an example were shown.&lt;br /&gt;
&lt;br /&gt;
== XHTML Structure ==&lt;br /&gt;
With my exprience working X2V and hCa* has taught me what elememts are easy to find and which are not. Since the Citation microformat is very new it is possible to not make a lot of the same errors twice and to make things easier for extracting application to find and imply certain properties.&lt;br /&gt;
&lt;br /&gt;
* There should be some sort of 'root node' that implies all child elements are for the hCitation microformat.&lt;br /&gt;
* Since most people will have multiple citations there should be away to represent each hCitation object as a unqiue block independent of another. This is to keep the parse from finding 'author' and applying that to all citations. Each citation should be in a container (class=&amp;quot;hcite&amp;quot;) that is separated from others.&lt;br /&gt;
* Perhaps class=&amp;quot;hcite&amp;quot; with &amp;lt;code&amp;gt;&amp;amp;lt;cite&amp;amp;gt;&amp;lt;/code&amp;gt; recommended as the root element. E.g. &amp;lt;code&amp;gt;&amp;amp;lt;cite class=&amp;quot;hcite&amp;quot;&amp;amp;gt;&amp;lt;/code&amp;gt; &lt;br /&gt;
&lt;br /&gt;
'''Note: This section was the original content of the document. Since then, class='hcite' has been agreed on as the root class name. See  [http://microformats.org/wiki?title=citation-brainstorming#.27hcite.27_as_Root_Element_name explanation].'''&lt;br /&gt;
&lt;br /&gt;
== Citation vs. [[media-info]] ==&lt;br /&gt;
&lt;br /&gt;
What distinguishes a cite from say [[media-info]] (e.g. [[media-info-examples]]) is that a cite is a reference to something explicitly external to the current piece of content or document, whereas [[media-info]] describes information about content embedded or inline in the current document.&lt;br /&gt;
&lt;br /&gt;
== Semantic Meaning ==&lt;br /&gt;
One of the guiding priniciple of Microformats is to use the most semantically rich element to describe each node (Point 2 of Semantic XHTML Design Principles: Use the most accurately precise semantic XHTML building block for each object etc). Since we are dealing with HTML and citations, several elements are candidates to be used to enrich the semantic meaning. [http://www.w3.org/TR/REC-html40/struct/text.html CITE, BLOCKQUOTE, Q, A], (are there more?)&lt;br /&gt;
&lt;br /&gt;
The [[citation-brainstorming|Citation Brainstorming Page]] has a few development and ideas about how to give another person credit for a link. Some of the semantic ideas behind their choices of tags can be applied to a full bibliographic type reference. ''Does this sentence make sense only historically? -Mike''&lt;br /&gt;
&lt;br /&gt;
== OCLC's WorldCat for titles == &lt;br /&gt;
Question: what about using something like OCLC's [http://www.oclc.org/worldcat/open/isbnissnlinking/default.htm WorldCat] for linking titles? - Tim White&lt;br /&gt;
&lt;br /&gt;
== This and That ==&lt;br /&gt;
After reading through alot of different citation encoding formats, i noticed that each format was being used in onw of two ways. It was either to describe the Current page (THIS.PAGE) or being used to encode references that point to external resources (THAT.PAGE)&lt;br /&gt;
&lt;br /&gt;
The informatation being encoded was identical for both resources (author, date, name, etc) they just reference different things. For this microformat, i'm not sure if we want to try to solve both problems, or just one? The meta tags in the head element would be the ideal place for information about the THIS.PAGE, but that is not in following with the ideals of microformats where information is human-readable. The THAT.PAGE idea where a list of references is at the end of a document in the form of a bibliography is more inline with the ideals of a microformat where the data is human-readable. That doesn't mean that data about the current document shouldn't be human-readable, so some of the same properties used to reference extermal resources can be used for the current document (THIS.PAGE). To do this a different root item could be used and transforming applications could either extract the citation data about the current page, or information about this page's references.&lt;br /&gt;
&lt;br /&gt;
This is open for discussion, but either way, i believe that the properties used to describe a page will be the same for both THIS and THAT. [http://suda.co.uk/ brian suda]&lt;br /&gt;
&lt;br /&gt;
== More on This and That ==&lt;br /&gt;
&lt;br /&gt;
Citation microformats are being explored as a possibility for citing genealogical information at [http://eatslikeahuman.blogspot.com Dan Lawyer's blog].&lt;br /&gt;
&lt;br /&gt;
This is a case where frequently the citation would refer to (THIS.PAGE), but would have nested within it a reference to (THAT.PAGE), possibly a few levels deep. For instance, a web page might contain data extracted from a microfilm of a census. The citation would need to include information about the web page, information about the microfilm, and information about the census. Genealogical citations are expected to include the repository (where can this book or microfilm be found. Is this the same as ''venue''?). So, at each level the information should contain the repository of the referenced item. A nesting (recursive) mechanism for citation microformats would be useful in this case. Is this the function of the &amp;quot;container&amp;quot; element in the Straw Format?&lt;br /&gt;
&lt;br /&gt;
== Date Formatting ==&lt;br /&gt;
Since microformats are all about re-use and the accepted way to encode Date-Time has been pretty much settled, then this is a good place to start when dealing with all the different date citation types. &lt;br /&gt;
&lt;br /&gt;
These are all the different fields from various citation formats that are of temporal nature:&lt;br /&gt;
 * Date (available | created | dateAccepted | dateCopyrighted | dateSubmitted | issued | modified | valid)&lt;br /&gt;
 * originInfo/dateIssued&lt;br /&gt;
 * originInfo/dateCreated&lt;br /&gt;
 * originInfo/dateCaptured&lt;br /&gt;
 * originInfo/dateOther&lt;br /&gt;
 * month&lt;br /&gt;
 * year&lt;br /&gt;
 * Copyright Year&lt;br /&gt;
 * Date - Generic&lt;br /&gt;
 * Date of Confernce&lt;br /&gt;
 * Date of Publication&lt;br /&gt;
 * Date of update/revisou/issuance of database record&lt;br /&gt;
 * Former Date&lt;br /&gt;
 * Entry Date for Database Record&lt;br /&gt;
 * Database Update&lt;br /&gt;
 * Year of Publication&lt;br /&gt;
&lt;br /&gt;
There are several common properties across several citation domains and will certainly be in the citation microformat, the unique instances will need further consideration, otherwise there could be no end to posiblities. &lt;br /&gt;
&lt;br /&gt;
There are also several properties (year, month, Year of publication) that can be extracted from another source. Therefore, if you only encode a more specific property such as; Date of Publication, you can extract the 'year of publication' from that. Since the date-time format we are modeling after is the ISO date-time format, just the Year portion is an acceptable date. So if you ONLY know the year of publication, the you can form a valid 'Date of Publication' as a microformat (which inturn is a valid 'year of publication') - you milage may vary when it comes to importing into citation applications.&lt;br /&gt;
&lt;br /&gt;
...&lt;br /&gt;
&lt;br /&gt;
It seems to me that these can be collapsed to maybe one or two different date properties.  As far as the specific human readable formatting of the date, that can be chosen per whatever the presentation style guide says, and the [[datetime-design-pattern]] used to simplify the markup. - Tantek&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Important'''&lt;br /&gt;
Sometimes we need a date range and not simply a date (e.g. 4-6 May 2006). See ''Conference Citation'' examples later on this page. - Discoleo&lt;br /&gt;
&lt;br /&gt;
'''Seasons'''&lt;br /&gt;
Some journals have seasonal issues (e.g. &amp;quot;Summer 2006 edition&amp;quot;) instead of, or as well as, editions labelled by month or other calendar-date. [[User:AndyMabbett|AndyMabbett]] 05:05, 4 Nov 2006 (PST)&lt;br /&gt;
&lt;br /&gt;
== Tags ==&lt;br /&gt;
Some of the citation formats has a place for 'keywords' or 'generic tags', etc. This might be a good place to re-use the [http://microformats.org/wiki/rel-tag RelTag microformat]. The downside would be that they are then forced to be links, which might be the correct way to mark-up these terms.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== MARC / MODS / Dublin Core ==&lt;br /&gt;
&lt;br /&gt;
The MODS ([http://www.loc.gov/standards/marcxml/Sandburg/sandburgmods.xml example]) and Dublin Core ([http://www.loc.gov/standards/marcxml/Sandburg/sandburgdc.xml example]) transformations of MARC21 may contain some useful ideas.&lt;br /&gt;
&lt;br /&gt;
Here's a first attempt at rewriting the linked examples in XHTML (written in response to a [http://microformats.org/discuss/mail/microformats-discuss/2005-December/002438.html mailing list query about encoding book information with microformats]):&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;book&amp;quot; lang=&amp;quot;en&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;h3 class=&amp;quot;fn&amp;quot;&amp;gt;Arithmetic /&amp;lt;/h3&amp;gt;&lt;br /&gt;
  &amp;lt;p&amp;gt;By &amp;lt;span class=&amp;quot;creator&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Sandburg, Carl&amp;lt;/span&amp;gt;,&lt;br /&gt;
     &amp;lt;span class=&amp;quot;date&amp;quot;&amp;gt;1878-1967&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;,&lt;br /&gt;
     and &amp;lt;span class=&amp;quot;illustrator&amp;quot;&amp;gt;Rand, Ted&amp;lt;/span&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
  &amp;lt;p&amp;gt;Publisher: &amp;lt;span class=&amp;quot;publisher&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Harcourt Brace Jovanovich&amp;lt;/span&amp;gt;,&lt;br /&gt;
     &amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;San Diego&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
  &amp;lt;p&amp;gt;Published: &amp;lt;span class=&amp;quot;issued&amp;quot;&amp;gt;1993&amp;lt;/span&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
  &amp;lt;p class=&amp;quot;description&amp;quot;&amp;gt;A poem about numbers and their characteristics. Features&lt;br /&gt;
     anamorphic, or distorted, drawings which can be restored to normal by viewing&lt;br /&gt;
     from a particular angle or by viewing the image's reflection in the provided&lt;br /&gt;
     Mylar cone.&amp;lt;/p&amp;gt;&lt;br /&gt;
  &amp;lt;p class=&amp;quot;note&amp;quot;&amp;gt;One Mylar sheet included in pocket.&amp;lt;/p&amp;gt;&lt;br /&gt;
  &amp;lt;p&amp;gt;Subjects:&amp;lt;/p&amp;gt;&lt;br /&gt;
  &amp;lt;ul&amp;gt;&lt;br /&gt;
    &amp;lt;li class=&amp;quot;subject&amp;quot;&amp;gt;Arithmetic&amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li class=&amp;quot;subject&amp;quot;&amp;gt;Children's poetry, American.&amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li class=&amp;quot;subject&amp;quot;&amp;gt;Arithmetic&amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li class=&amp;quot;subject&amp;quot;&amp;gt;American poetry&amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li class=&amp;quot;subject&amp;quot;&amp;gt;Visual perception&amp;lt;/li&amp;gt;&lt;br /&gt;
  &amp;lt;/ul&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;
== Basic Citation Stuctures ==&lt;br /&gt;
There are basic structures to any citation, this is an overview of some of the types&lt;br /&gt;
[http://www.users.muohio.edu/darcusb/misc/citations-spec.html http://www.users.muohio.edu/darcusb/misc/citations-spec.html]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Concerns not addressed by existing formats ==&lt;br /&gt;
&lt;br /&gt;
There are some aspects '''NOT adequately''' covered by existing formats. I have addressed this issue on the OpenOffice.org wiki page, too. [see http://wiki.services.openoffice.org/wiki/Bibliographic_Database for an extending discussion, the paragraph on ''Reference Types'']&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
These issues pertain mainly to '''Errata''', '''Comments and Authors Reply''' and '''Article Retractions'''.&lt;br /&gt;
* a bidirectional link could be necessary to implement these features (original article &amp;lt;=&amp;gt; eratum, reply, retraction letter)&lt;br /&gt;
* '''IMPORTANT: Errata'''&lt;br /&gt;
** Erata: one or more Corrections might be posted in various issues of the journal&lt;br /&gt;
** this is usually cited as: Orininal Article Citation Data (Correction available in ''Journal, Issue Nr, Year, Pages'') (repeat for more than one correction)&lt;br /&gt;
** it is possibly never cited alone&lt;br /&gt;
** there should be a link to the original article, while the original article should contain a link to this ''Errata''&lt;br /&gt;
* '''IMPORTANT: Commentary and Author Reply'''&lt;br /&gt;
** similar to Errata, there might be one or more Comments and Author Replys; this should be stored, too&lt;br /&gt;
** however, it is usually not included in the original citation&lt;br /&gt;
** it might be used however in a citation, but I do not know exaclty how to cite it optimally (original article should be provided as well) &lt;br /&gt;
* '''IMPORTANT: Article Retraction'''&lt;br /&gt;
** an article may be retracted because of plagiarism or some other flaw&lt;br /&gt;
** this should not be used any further in the research&lt;br /&gt;
** however, it might be used e.g. for an article on plagiarism or flawed research&lt;br /&gt;
** there should be therefore one field storing this information, too, and a link to:&lt;br /&gt;
** the published withdrawal letter (which explains why the article was retracted)&lt;br /&gt;
&lt;br /&gt;
* this issue may need a time-controlled event&lt;br /&gt;
* '''IMPORTANT: electronic publishing ahead of print (EPUB)'''&lt;br /&gt;
** more and more articles are initially posted online, before the published article gets actually printed&lt;br /&gt;
** How should this be used/cited?&lt;br /&gt;
** Is this changed, after the print version becomes available?&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Outstanding Issues ==&lt;br /&gt;
Moved to [[citation-issues]] by [[[[User:BenWest|BenWest]] 17:29, 8 Apr 2007 (PDT)]].&lt;br /&gt;
&lt;br /&gt;
== Brian's straw format ==&lt;br /&gt;
&lt;br /&gt;
=== implied schema (examples) ===&lt;br /&gt;
 + publisher&lt;br /&gt;
 + language&lt;br /&gt;
 + description&lt;br /&gt;
 + title&lt;br /&gt;
 + creator&lt;br /&gt;
 + journal&lt;br /&gt;
 + volume&lt;br /&gt;
 + issue&lt;br /&gt;
 + page &lt;br /&gt;
 + edition&lt;br /&gt;
 + identifier&lt;br /&gt;
 + tags&lt;br /&gt;
 + format&lt;br /&gt;
 + date published&lt;br /&gt;
 + copyright&lt;br /&gt;
 - audience&lt;br /&gt;
&lt;br /&gt;
=== implied schema (formats) ===&lt;br /&gt;
 + publisher&lt;br /&gt;
 + language&lt;br /&gt;
 + description&lt;br /&gt;
 + title&lt;br /&gt;
 + creator&lt;br /&gt;
 + volume&lt;br /&gt;
 + pages&lt;br /&gt;
 + edition&lt;br /&gt;
 + issue&lt;br /&gt;
 + identifier&lt;br /&gt;
 + tags&lt;br /&gt;
 + format&lt;br /&gt;
 + date published&lt;br /&gt;
 + date copyrighted&lt;br /&gt;
 - subtitle&lt;br /&gt;
 - image &lt;br /&gt;
 - excerpt&lt;br /&gt;
 - index terms&lt;br /&gt;
 - series title&lt;br /&gt;
 - publication&lt;br /&gt;
 - journal&lt;br /&gt;
 - part (1 of X)&lt;br /&gt;
&lt;br /&gt;
UNION of the two schemas&lt;br /&gt;
 + (PLUS) means common properties&lt;br /&gt;
 - (MINUS) means unique to the schema&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Working straw schema ===&lt;br /&gt;
&lt;br /&gt;
This list records discussion about the common schema from above. The format is ''descriptive-name'' (''optional-recommended-element'' 'class-name') (''link to explanation'').&lt;br /&gt;
&lt;br /&gt;
If there is no explanation link, that field should be considered either obvious or up for debate. If you're not sure which, it's up for debate.&lt;br /&gt;
&lt;br /&gt;
* root element ('hcite') ([http://microformats.org/wiki?title=citation-brainstorming#.27hcite.27_as_Root_Element_name explanation])&lt;br /&gt;
** title ('title')&lt;br /&gt;
** Author / Editor etc. ('creator')&lt;br /&gt;
** Pages ('pages')&lt;br /&gt;
*** note: this can be any value&lt;br /&gt;
** container ('container hcite')&lt;br /&gt;
*** A nested hcite element that represents a containing item (like a book for a chapter) ([http://microformats.org/wiki?title=citation-brainstorming#Container discussion and link to mailing list thread])&lt;br /&gt;
** Volume Number ('volume')&lt;br /&gt;
** Edition ('edition')&lt;br /&gt;
** Issue number ('issue')&lt;br /&gt;
** Tags (href rel='tag')&lt;br /&gt;
** Format ('format')&lt;br /&gt;
*** Note - this is unclear at present - does format mean 'type', as in 'book' vs. 'article'? --[[User:Mike|Mike]] 22:53, 16 Jan 2007 (PST)&lt;br /&gt;
** date published ('date-published')  ([http://microformats.org/wiki?title=citation-brainstorming#Date_Fields explanation])&lt;br /&gt;
** date accessed ('date-accessed')  ([http://microformats.org/wiki?title=citation-brainstorming#Date_Fields explanation])&lt;br /&gt;
** publisher&lt;br /&gt;
** language&lt;br /&gt;
** Abstract / description ('description')&lt;br /&gt;
** URI (href class='uri') ([http://microformats.org/wiki?title=citation-brainstorming#The_URI_Element explanation])&lt;br /&gt;
** identifier&lt;br /&gt;
*** an (not necessarily globally unique) identifier, such as a cite-key, pubmed ID number, or simply the reference number or string within a publication ([1] or [CLRS2001])&lt;br /&gt;
&lt;br /&gt;
==== Notes about missing / changed fields in the schema ====&lt;br /&gt;
&lt;br /&gt;
This section lists fields that are intentionally ''not'' included in the straw schema, or are not represented directly, and links to discussion about each.&lt;br /&gt;
&lt;br /&gt;
* date copyrighted ([http://microformats.org/wiki?title=citation-brainstorming#Date_Fields explanation])&lt;br /&gt;
&lt;br /&gt;
=== Examples ===&lt;br /&gt;
&lt;br /&gt;
Markup examples using the above format:&lt;br /&gt;
&lt;br /&gt;
==== Book ====&lt;br /&gt;
&lt;br /&gt;
This is Brian's original example&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;ul class=&amp;quot;bibliography&amp;quot;&amp;gt;&lt;br /&gt;
	&amp;lt;li class=&amp;quot;hcite&amp;quot; xml:lang=&amp;quot;en-gb&amp;quot;&amp;gt;&lt;br /&gt;
	&lt;br /&gt;
		&amp;lt;!-- publisher data as hCard--;&lt;br /&gt;
		&amp;lt;div class=&amp;quot;publisher vcard&amp;quot;&amp;gt;&lt;br /&gt;
			&amp;lt;span class=&amp;quot;fn org&amp;quot;&amp;gt;ABC Publishing Co.&amp;lt;/span&amp;gt;&lt;br /&gt;
			&amp;lt;span class=&amp;quot;country-name&amp;quot;&amp;gt;United Kingdom&amp;lt;/span&amp;gt;&lt;br /&gt;
			...&lt;br /&gt;
		&amp;lt;/div&amp;gt;&lt;br /&gt;
		&lt;br /&gt;
		&amp;lt;!-- author(s) data as hCard --&amp;gt;&lt;br /&gt;
		&amp;lt;div class=&amp;quot;creator vcard&amp;quot;&amp;gt;&lt;br /&gt;
			&amp;lt;span class=&amp;quot;fn n&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;given-name&amp;quot;&amp;gt;John &amp;lt;span class=&amp;quot;family-name&amp;quot;&amp;gt;Doe&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
			...&lt;br /&gt;
		&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
		&amp;lt;!-- location data --&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Foobar!&amp;lt;/span&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;description&amp;quot;&amp;gt;World Class Book about foobar&amp;lt;/span&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;volume&amp;quot;&amp;gt;1&amp;lt;/span&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;issue&amp;quot;&amp;gt;1&amp;lt;/span&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;edition&amp;quot;&amp;gt;1&amp;lt;/span&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;pages&amp;quot;&amp;gt;1-10&amp;lt;/span&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;format&amp;quot;&amp;gt;article&amp;lt;/span&amp;gt;&lt;br /&gt;
		&lt;br /&gt;
		&amp;lt;!-- differed to the UID debate --&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;identifier&amp;quot;&amp;gt;12345678&amp;lt;/span&amp;gt;&lt;br /&gt;
		&lt;br /&gt;
		&amp;lt;!-- keywords --&amp;gt;&lt;br /&gt;
		&amp;lt;a class=&amp;quot;keyword&amp;quot; rel=&amp;quot;tag&amp;quot; href=&amp;quot;/tags/foo&amp;quot;&amp;gt;foo&amp;lt;/a&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;keyword&amp;quot;&amp;gt;bar&amp;lt;/span&amp;gt;&lt;br /&gt;
		&lt;br /&gt;
		&amp;lt;!-- date properties --&amp;gt;&lt;br /&gt;
		Published &amp;lt;abbr class=&amp;quot;date-published&amp;quot; title=&amp;quot;20060101&amp;quot;&amp;gt;January 1st 1006&amp;lt;/abbr&amp;gt;&lt;br /&gt;
		Copyright &amp;lt;abbr class=&amp;quot;copyright&amp;quot; title=&amp;quot;20060101&amp;quot;&amp;gt;2006&amp;lt;/abbr&amp;gt;&lt;br /&gt;
	&amp;lt;/li&amp;gt;&lt;br /&gt;
	...&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p class=&amp;quot;hcite&amp;quot;&amp;gt;Have you read &amp;lt;span class=&amp;quot;title&amp;quot;&amp;gt;&amp;lt;abbr title=&amp;quot;book&amp;quot; class=&amp;quot;format&amp;quot;&amp;gt;Foo Bar&amp;lt;/abbr&amp;gt;&amp;lt;/span&amp;gt;? &lt;br /&gt;
It was written by &amp;lt;span class=&amp;quot;author vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;John Doe&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;. &lt;br /&gt;
It only came out a &amp;lt;abbr class=&amp;quot;dtpublished&amp;quot; title=&amp;quot;20060101&amp;quot;&amp;gt;few months ago&amp;lt;/abbr&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Note: the &amp;quot;format&amp;quot; property above is incorrect. Format would refer more the physical characteristics of an item, rather than its type or genre (e.g. &amp;quot;article&amp;quot;, &amp;quot;book&amp;quot;, etc.). I'd rather have the main class for the li be &amp;quot;article&amp;quot; in this context, than the fairly meaningless &amp;quot;citation.&amp;quot;  Of course, one could have both, which would be fine too. -- bruce&lt;br /&gt;
&lt;br /&gt;
Note: Could we use ROLE from hCard to identify editors, translators, authors, etc?&lt;br /&gt;
This was discussed on the mailing list and the idea was dropped [http://microformats.org/discuss/mail/microformats-discuss/2006-September/005694.html]&lt;br /&gt;
&lt;br /&gt;
'''Comments''' : [[User:Singpolyma|singpolyma]] 08:03, 16 Jun 2006 (PDT) : keywords should be [[rel-tag]], and probably also [[XOXO]] (the same way the citation list is)&lt;br /&gt;
&lt;br /&gt;
[[User:RCanine|RCanine]] 11:55, 18 Dec 2006 (EST) :&lt;br /&gt;
&lt;br /&gt;
* Is there a reason not to re-use &amp;quot;published&amp;quot; from hAtom instead of inventing a new, basically equivalent term in &amp;quot;dtpublished&amp;quot;?&lt;br /&gt;
** note - date-published was decided on for the field, example changed to reflect it --[[User:Mike|Mike]] 10:12, 30 Mar 2007 (PDT)&lt;br /&gt;
* Missing a URL/URI/IRI/UID etc. field example (ISBN for Book).&lt;br /&gt;
* Does the &amp;quot;copyright&amp;quot; class conflict with [http://www.whatwg.org/specs/web-apps/current-work/#class WHATWG's definition]?&lt;br /&gt;
* WRT Bruce's comment, I'm currently using class=&amp;quot;article citation&amp;quot; for my writing, as it has the most flexibility with CSS styles for titles (e.g. Book titles .citation&amp;gt;.fn must be italicized, while article titles must not, their container should).&lt;br /&gt;
* Speaking of containers, we need an &amp;quot;in&amp;quot; or &amp;quot;collection&amp;quot; field for journal articles or articles-in-books, or is that covered by &amp;quot;publisher&amp;quot;?&lt;br /&gt;
&lt;br /&gt;
==== Citing Private Communication ====&lt;br /&gt;
&lt;br /&gt;
Needs an example.&lt;br /&gt;
&lt;br /&gt;
==== Citing Legal Cases ====&lt;br /&gt;
Needs an example. &lt;br /&gt;
see [http://microformats.org/wiki/citation-examples-markup#Wikipedia_Court_Case Wikipedia example] for inspiration.&lt;br /&gt;
&lt;br /&gt;
==== Citing a Book ====&lt;br /&gt;
&lt;br /&gt;
needs an example&lt;br /&gt;
&lt;br /&gt;
==== Citing a journal article ====&lt;br /&gt;
&lt;br /&gt;
From an old entry in PubMed - J Aersp Med. [http://www.ncbi.nlm.nih.gov/entrez/query.fcgi?db=pubmed&amp;amp;cmd=Retrieve&amp;amp;dopt=AbstractPlus&amp;amp;list_uids=4611181&amp;amp;query_hl=7&amp;amp;itool=pubmed_docsum link]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;hcite&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;span class=&amp;quot;creator vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;R R Burton&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;,&lt;br /&gt;
  &amp;lt;span class=&amp;quot;creator vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;S D Leverett&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;, and&lt;br /&gt;
  &amp;lt;span class=&amp;quot;creator vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;E D Michaelson&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;span class=&amp;quot;title&amp;quot;&amp;gt;Man at high sustained +Gz acceleration: a review.&amp;lt;/span&amp;gt;&lt;br /&gt;
  In  &amp;lt;span class=&amp;quot;container hcite&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;abbr class=&amp;quot;type&amp;quot; title=&amp;quot;Journal&amp;quot;&amp;gt;J.&amp;lt;/abbr&amp;gt;&amp;lt;abbr class=&amp;quot;title&amp;quot; title=&amp;quot;Aerospace medicine&amp;quot;&amp;gt;Aersp. Med.&amp;lt;/abbr&amp;gt;&lt;br /&gt;
    &amp;lt;span class=&amp;quot;uri uid&amp;quot;&amp;gt;urn:issn:0001-9402&amp;lt;/span&amp;gt;&lt;br /&gt;
    &amp;lt;span class=&amp;quot;volume&amp;quot;&amp;gt;45&amp;lt;/span&amp;gt;&lt;br /&gt;
    &amp;lt;span class=&amp;quot;issue&amp;quot;&amp;gt;10&amp;lt;/span&amp;gt;&lt;br /&gt;
    &amp;lt;abbr class=&amp;quot;date-published&amp;quot; title=&amp;quot;101974&amp;quot;&amp;gt;Oct, 1974&amp;lt;/abbr&amp;gt;&lt;br /&gt;
  &amp;lt;/span&amp;gt;, pages &amp;lt;span class=&amp;quot;page&amp;quot;&amp;gt;1115-36&amp;lt;/span&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Note, I'm not entirely sure about the issn urn here.&lt;br /&gt;
&lt;br /&gt;
==== Citing a magazine article ====&lt;br /&gt;
&lt;br /&gt;
needs an example&lt;br /&gt;
&lt;br /&gt;
==== Citing a Patent ====&lt;br /&gt;
&lt;br /&gt;
Drawn from this [http://microformats.org/wiki/citation-examples#U.S._Patent example from Wikipedia]:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;li class=&amp;quot;hcite&amp;quot;&amp;gt;&amp;lt;a href=&amp;quot;http://patft.uspto.gov/netacgi/nph-Parser?patentnumber=4,405,829&amp;quot; class=&amp;quot;url&amp;quot; &lt;br /&gt;
    title=&amp;quot;http://patft.uspto.gov/netacgi/nph-Parser?patentnumber=4,405,829&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;format&amp;quot;&amp;gt;U.S. Patent&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;identifier&amp;quot;&amp;gt;4,405,829&amp;lt;/span&amp;gt;&amp;lt;/a&amp;gt;:&lt;br /&gt;
    &amp;lt;span class=&amp;quot;description&amp;quot;&amp;gt;The &amp;lt;a href=&amp;quot;/wiki/RSA&amp;quot; title=&amp;quot;RSA&amp;quot;&amp;gt;RSA&amp;lt;/a&amp;gt; patent, a famous software patent on the ground-breaking &lt;br /&gt;
    and highly unobvious algorithm for public key encryption, widely used for secure communications &lt;br /&gt;
    in many industries nowdays&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Citing a conference publication====&lt;br /&gt;
&lt;br /&gt;
Based on the [http://microformats.org/wiki/citation-examples#ACM_Digital_Library_Search_Result_Examples conference publication reference example].&lt;br /&gt;
&lt;br /&gt;
Changed Oct 06 to conform with [http://microformats.org/wiki/citation-brainstorming#Brian.27s_Straw_format Brian's format]. --[[User:Mike|Mike]] 18:09, 12 Oct 2006 (PDT)&lt;br /&gt;
(everything but the url class should be in line with that proposal)&lt;br /&gt;
&lt;br /&gt;
L. Hochstein, J. Carver, F. Shull, S. Asgari, V. Basili, J. K. Hollingsworth, and M. Zelkowitz, “Hpc programmer productivity: A case study of novice hpc programmers,” in Proceedings of ACM/IEEE Supercomputing Conference, 2005.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;hcite&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;span class=&amp;quot;creator vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Lorin Hochstein&amp;lt;/span&amp;gt;&lt;br /&gt;
  &amp;lt;span class=&amp;quot;org&amp;quot;&amp;gt; University of Maryland, College Park &amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;,&lt;br /&gt;
  &amp;lt;span class=&amp;quot;creator vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt; Jeff Carver &amp;lt;/span&amp;gt; &lt;br /&gt;
  &amp;lt;span class=&amp;quot;org&amp;quot;&amp;gt; Mississippi State University &amp;lt;/span&amp;gt; &amp;lt;/span&amp;gt;,&lt;br /&gt;
  &amp;lt;span class=&amp;quot;creator vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt; Forrest Shull &amp;lt;/span&amp;gt; &lt;br /&gt;
  &amp;lt;span class=&amp;quot;org&amp;quot;&amp;gt; Fraunhofer Center Maryland &amp;lt;/span&amp;gt; &amp;lt;/span&amp;gt;,&lt;br /&gt;
  &amp;lt;span class=&amp;quot;creator vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt; Sima Asgari&amp;lt;/span&amp;gt; &lt;br /&gt;
  &amp;lt;span class=&amp;quot;org&amp;quot;&amp;gt; University of Maryland, College Park &amp;lt;/span&amp;gt; &amp;lt;/span&amp;gt;,&lt;br /&gt;
  &amp;lt;span class=&amp;quot;creator vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt; Victor Basili&amp;lt;/span&amp;gt; &lt;br /&gt;
  &amp;lt;span class=&amp;quot;org&amp;quot;&amp;gt; Fraunhofer Center Maryland &amp;lt;/span&amp;gt; &amp;lt;/span&amp;gt;,&lt;br /&gt;
  &amp;lt;span class=&amp;quot;creator vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt; Jeffrey K. Hollingsworth&amp;lt;/span&amp;gt; &lt;br /&gt;
  &amp;lt;span class=&amp;quot;org&amp;quot;&amp;gt; University of Maryland, College Park &amp;lt;/span&amp;gt; &amp;lt;/span&amp;gt;, and &lt;br /&gt;
  &amp;lt;span class=&amp;quot;creator vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt; Marv Zelkowitz&amp;lt;/span&amp;gt; &lt;br /&gt;
  &amp;lt;span class=&amp;quot;org&amp;quot;&amp;gt; University of Maryland, College Park &amp;lt;/span&amp;gt; &amp;lt;/span&amp;gt;,&lt;br /&gt;
  &lt;br /&gt;
  &amp;lt;a class=&amp;quot;title url&amp;quot; href=&amp;quot;http://dx.doi.org/10.1109/SC.2005.53&amp;quot;&amp;gt;HPC Programmer Productivity: A Case Study of Novice HPC Programmers&amp;lt;/a&amp;gt;. &lt;br /&gt;
  (&amp;lt;span class=&amp;quot;format&amp;quot;&amp;gt;conference publication&amp;lt;/span&amp;gt;)&lt;br /&gt;
  &amp;lt;span class=&amp;quot;container hcite&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;a class=&amp;quot;title url&amp;quot; href=&amp;quot;...&amp;quot;&amp;gt;Proceedings of ACM/IEEE Supercomputing Conference&amp;lt;/a&amp;gt;&lt;br /&gt;
    &amp;lt;abbr class=&amp;quot;date-published&amp;quot; title=&amp;quot;20051126T0000-0800&amp;quot;&amp;gt;2005&amp;lt;/abbr&amp;gt;&lt;br /&gt;
  &amp;lt;/span&amp;gt;&lt;br /&gt;
  page &amp;lt;span class=&amp;quot;pages&amp;quot;&amp;gt;35&amp;lt;/span&amp;gt;&lt;br /&gt;
  &amp;lt;span class=&amp;quot;publisher vcard&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;IEEE Computer Society&lt;br /&gt;
    &amp;lt;/span&amp;gt;&lt;br /&gt;
    &amp;lt;span class=&amp;quot;adr&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;Washington&amp;lt;/span&amp;gt;,&lt;br /&gt;
      &amp;lt;span class=&amp;quot;region&amp;quot;&amp;gt;DC&amp;lt;/span&amp;gt;&lt;br /&gt;
    &amp;lt;/span&amp;gt;&lt;br /&gt;
  &amp;lt;/span&amp;gt;&lt;br /&gt;
  &amp;lt;a class=&amp;quot;url eprint&amp;quot; href=&amp;quot;http://portal.acm.org/...&amp;quot;&amp;gt;PDF of full text from ACM&amp;lt;/a&amp;gt;&lt;br /&gt;
  &lt;br /&gt;
  DOI: &amp;lt;a class=&amp;quot;url uid&amp;quot; href=&amp;quot;http://dx.doi.org/10.1109/SC.2005.53&amp;quot;&amp;gt;10.1109/SC.2005.53&amp;lt;/a&amp;gt;&lt;br /&gt;
  Tags: &lt;br /&gt;
  &amp;lt;a class=&amp;quot;keyword&amp;quot; rel=&amp;quot;tag&amp;quot; href=&amp;quot;results.cfm?query=genterm%3A%22Design%22 ...&amp;quot;&amp;gt;Design&amp;lt;/a&amp;gt;,&lt;br /&gt;
  &amp;lt;a class=&amp;quot;keyword&amp;quot; rel=&amp;quot;tag&amp;quot; href=&amp;quot;results.cfm?query=genterm%3A%22Experimentation%22 ....&amp;quot;&amp;gt;Experimentation&amp;lt;/a&amp;gt;,&lt;br /&gt;
  &amp;lt;a class=&amp;quot;keyword&amp;quot; rel=&amp;quot;tag&amp;quot; href=&amp;quot;results.cfm?query=genterm%3A%22Measurement%22...&amp;quot;&amp;gt;Measurement&amp;lt;/a&amp;gt;,&lt;br /&gt;
  &amp;lt;a class=&amp;quot;keyword&amp;quot; rel=&amp;quot;tag&amp;quot; href=&amp;quot;results.cfm?query=genterm%3A%22Performance%22 ...&amp;quot;&amp;gt;Performance&amp;lt;/a&amp;gt;&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;span class=&amp;quot;description&amp;quot;&amp;gt;In developing High-Performance Computing (HPC) software, ....&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Note''' (From [[Discoleo]], Sept. 06)&lt;br /&gt;
* sometimes, the citation must include '''Town/Country''' and '''Precise Date/Date Range''', e.g.&lt;br /&gt;
** ''Gillespie SH, Dickens A.'' Variation in mutation rate of quinolone resistance in Streptococcus pneumoniae [abstract P06-17A]. In: Abstracts of the 3rd International Symposium on Pneumococci and Pneumococcal Disease (Anchorage, 5-9 May 2002).Washington, DC: American Society of Microbiology, 2002.&lt;br /&gt;
** ''Bassetti, M.; Righi, E.; Rebesco, B.; Molinari, MP.; Costa, A.; Fasce, R.; Cruciani, M.; Bassetti, D.; Bobbio Pallavicini, F.'' 44th Annual Interscience Conference on Antimicrobial Agents and Chemotherapy (ICAAC). Washington, DC; 2004. Epidemiological trends in nosocomial candidemia in ICU: A five-year Italian perspective.&lt;br /&gt;
** ''Peacock JE, Wade JC, Lazarus HM, et al.'' Ciprofloxacin/piperacillin vs. tobramycin/piperacillin as empiric therapy for fever in neutropenic cancer patients, a randomized, double-blind trial [abstract 373]. In: Program and abstracts of the 37th Interscience Conference on Antimicrob Agents and Chemotherapy (Toronto). Washington, DC: American Society for Microbiology, 1997.&lt;br /&gt;
&lt;br /&gt;
==== Citing an external website ====&lt;br /&gt;
&lt;br /&gt;
This is based on a formal citation of a website in the references section of a research paper, but could also be used for in-line links that had added information. Here's the original:&lt;br /&gt;
&lt;br /&gt;
[25] David Stern, &amp;quot;eprint Moderator Model&amp;quot;, http://www.library.yale.edu/scilib/modmodexplain.html  (version dated Jan 25, 1999)&lt;br /&gt;
 &lt;br /&gt;
 &amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;cite class=&amp;quot;hcite&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;a class=&amp;quot;fn url&amp;quot; href=&amp;quot;http://www.library.yale.edu/scilib/modmodexplain.html&amp;quot;&amp;gt;eprint Moderator Model&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;author vcard&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;a href=&amp;quot;http://pantheon.yale.edu/~dstern/dsbio.html&amp;quot; class=&amp;quot;url fn&amp;quot;&amp;gt;David Stern&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;/span&amp;gt;  &lt;br /&gt;
&amp;lt;abbr class=&amp;quot;dtpublished&amp;quot; title=&amp;quot;19990125T0000-0500&amp;quot;&amp;gt;&lt;br /&gt;
    Jan 25, 1999&lt;br /&gt;
  &amp;lt;/abbr&amp;gt;&lt;br /&gt;
&amp;lt;/cite&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Discussion of Straw Format elements ===&lt;br /&gt;
&lt;br /&gt;
This section is to provide explanations for posterity about the elements of the straw format, linking to discussions on the list and elsewhere if possible.&lt;br /&gt;
&lt;br /&gt;
==== 'hcite' as Root Element name ====&lt;br /&gt;
&lt;br /&gt;
This discussion took place in January of 2007, with [http://microformats.org/discuss/mail/microformats-discuss/2007-January/008098.html voting occurring on the mailing list].&lt;br /&gt;
&lt;br /&gt;
It was decided to use 'hcite' as the root element's class-name for uniqueness and to reflect a trend in using 'h' to start microformat names.&lt;br /&gt;
&lt;br /&gt;
==== The URI Element ====&lt;br /&gt;
&lt;br /&gt;
It was decided to use URI for both http links to available copies or URNs.&lt;br /&gt;
This encompasses URLs that link directly to online copies as well as through resolvers using URIs such as urn:isbn: 0521890012&lt;br /&gt;
&lt;br /&gt;
See the discussion from [http://microformats.org/discuss/mail/microformats-discuss/2006-November/007390.html November] and [http://microformats.org/discuss/mail/microformats-discuss/2006-December/007403.html December].&lt;br /&gt;
&lt;br /&gt;
==== Date Fields ====&lt;br /&gt;
&lt;br /&gt;
Brian's original straw format had three date fields, &amp;quot;accessed&amp;quot;, &amp;quot;copyrighted&amp;quot;, and &amp;quot;published&amp;quot;.&lt;br /&gt;
After examining the examples of usage on the web, it was clear that 'copyrighted' was not used in the examples we have.&lt;br /&gt;
It was used once, but without a corresponding 'published' field (OCLC WorldCat), and it seems in that case to be used as &lt;br /&gt;
an equivalent to 'published'.&lt;br /&gt;
&lt;br /&gt;
I updated the straw citation to include only 'accessed' and 'published' on January 31. --[[User:Mike|Mike]] 00:26, 31 Jan 2007 (PST)&lt;br /&gt;
&lt;br /&gt;
I've mentioned more than once that &amp;quot;date-published&amp;quot; is misleadingly specific; too much for real world citations. Consider that many books are published in the year preceding their copyright date, which is in fact the date used for citation. I'd prefer just &amp;quot;date&amp;quot; and &amp;quot;date-accessed&amp;quot; as a first cut. --[[User:BDarcus|Bruce]] 3 Feb 2007&lt;br /&gt;
&lt;br /&gt;
See the discussion from the [http://microformats.org/discuss/mail/microformats-discuss/2007-January/008175.html 'dates' thread on the list].&lt;br /&gt;
&lt;br /&gt;
==== Container ====&lt;br /&gt;
&lt;br /&gt;
Discussion about how to represent containing relationships is on the thread [http://microformats.org/discuss/mail/microformats-discuss/2007-March/thread.html 'nesting container elements']&lt;br /&gt;
&lt;br /&gt;
== Examples in the wild ==&lt;br /&gt;
Pages which start to use the discussion above to create working examples in using hcite:&lt;br /&gt;
(This section could be used as a base for a page like &amp;quot;hcite-examples-in-wild&amp;quot; later).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Please add new examples to the top of this section.&lt;br /&gt;
* [http://www.demo.vorlagen.uni-erlangen.de/univis/mitarbeiter.shtml/georg-hager.shtml Example User Page] at the regional computer lab Erlangen, Germany, based on the universal information system UnivIS marked up with vcard, hcalender (optional, if user makes a lecture) and hcite.&lt;br /&gt;
&lt;br /&gt;
== discussions ==&lt;br /&gt;
* [[citation-irc-notes-2006-04-09]]&lt;/div&gt;</summary>
		<author><name>Mike</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=citation-brainstorming&amp;diff=15065</id>
		<title>citation-brainstorming</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=citation-brainstorming&amp;diff=15065"/>
		<updated>2007-03-30T17:40:49Z</updated>

		<summary type="html">&lt;p&gt;Mike: /* Citing a journal article */  add journal article example&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h1&amp;gt; Citation Brainstorming &amp;lt;/h1&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* [[citation]]&lt;br /&gt;
* [[citation-examples]]&lt;br /&gt;
* [[citation-formats]]&lt;br /&gt;
* [[citation-faq]]&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
== Contributors ==&lt;br /&gt;
&lt;br /&gt;
* ...&lt;br /&gt;
* ... (a bunch of good folks!)&lt;br /&gt;
* Tantek Çelik&lt;br /&gt;
* Tim White&lt;br /&gt;
* Michael McCracken&lt;br /&gt;
* Brian Suda&lt;br /&gt;
* [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
&lt;br /&gt;
== Use Cases ==&lt;br /&gt;
&lt;br /&gt;
To focus the discussion, please add use cases below that will help show what problems the citation microformat will be solving.&lt;br /&gt;
&lt;br /&gt;
I've included two, focusing on consuming information - I've assumed that use cases for generating microformatted content would just involve the desire to enable your content to be consumed better, but I'm interested to see if there's something I'm missing here -Mike&lt;br /&gt;
&lt;br /&gt;
=== Acquiring reference information from the web ===&lt;br /&gt;
&lt;br /&gt;
A user either finds an author's papers page, or is viewing the results of a search and would like to import the information about the displayed papers into their local reference database, for the purposes of cataloging things they've read, adding notes, and using the information to generate later citations, potentially in other forms, such as BibTeX or Docbook, for inclusion in a publication of their own.&lt;br /&gt;
&lt;br /&gt;
Notes: In this case, it isn't important to the user what format the citation takes as displayed on the page where they find it. What *is* important is that it contains enough information to allow generation of the format they will ultimately re-publish it in. This implies that it may be worthwhile to err a little on the side of verbosity.&lt;br /&gt;
&lt;br /&gt;
Also, links to downloadable full representations of the cited work are very important - e.g. a link to the PDF of a journal article, or to a music file.&lt;br /&gt;
&lt;br /&gt;
=== Subscribing to reading lists, periodicals, etc ===&lt;br /&gt;
&lt;br /&gt;
I would like to be able to leverage my news aggregator with hAtom to subscribe to a remote source for citation information, for example:&lt;br /&gt;
&lt;br /&gt;
* a reading list for a seminar&lt;br /&gt;
* The publication list for a conference (e.g., subscribe to SIGGRAPH and see the updated conference proceedings every year)&lt;br /&gt;
* the issues of a journal&lt;br /&gt;
* a particular research group or researcher's publications&lt;br /&gt;
* Not just research: a popular author's publications (e.g., [http://www.gladwell.com/archive.html Malcolm Gladwell's Archive])&lt;br /&gt;
&lt;br /&gt;
=== Aggregating reading lists and reviews ===&lt;br /&gt;
&lt;br /&gt;
A citation microformat-specific aggregator could provide a decentralized version of [http://citeulike.org/ CiteULike]. Libraries, authors, research groups, and publishers could mark up their collections, while other people on weblogs or review sites could add tags and reviews.&lt;br /&gt;
&lt;br /&gt;
At least, having a well-adopted microformat would make writing tools like CiteULike much better, since it relies in some cases on screen-scraping publisher web-sites.&lt;br /&gt;
&lt;br /&gt;
=== Cut &amp;amp; Paste from web pages ===&lt;br /&gt;
Capturing/copying HTML from web pages for use in other applications (especially when those apps present HTML as output), such as pasting into Word, or a specialized application like [http://www.google.com/notebook Google Notebook], [http://onfolio.com Onfolio] or [http://www.kaboodle.com Kaboodle].  When such captures are made, it makes sense to keep track of the full citation data, including the date it was accessed, which may or may not be the date it was published. &lt;br /&gt;
&lt;br /&gt;
=== Blogs quoting other resources, including blogs ===&lt;br /&gt;
Any blog that cites online content, whether a blog or news article, could use an hCitation to properly link to the cited reference. Such citations could include the access date when the blogger made the citation, because resources on the other side of those links can change without notice. &lt;br /&gt;
&lt;br /&gt;
Instead, today we have simple formating with a link to the permaURL. The citation data is completely lacking. See [http://doc.weblogs.com Doc Searl's blog] for a style of referencing that could benefit from proper a citation uF.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Fascinating... after I added the last two use cases, I realized they focus on potentially marginal cases. The first because it is missing the &amp;quot;output&amp;quot; part of the cut &amp;amp; paste, where the uF would actually be used as part of the paste.  The latter because bloggers have a working citation mechanism that is just a link to the URL (hopefully a permaURL). One could argue they wouldn't want a full hCitation. And in fact, until a tool exists that makes it easy, they probably won't.  However, a tool that cuts &amp;amp; pastes from anywhere on the web into a blog with a full citation seems like a nice tool.  But again, I'm not really paving the cowpaths with these ideas. -Joe Andrieu&lt;br /&gt;
&lt;br /&gt;
===Finding in Library===&lt;br /&gt;
Find a copy of the cited work in a nearby library (as with [http://ocoins.info/ OpenCOinS]). [[User:AndyMabbett|AndyMabbett]] 04:55, 4 Nov 2006 (PST)&lt;br /&gt;
&lt;br /&gt;
===Buy a copy===&lt;br /&gt;
Find the cited work on, for example, Amazon or [http://www.abebooks.com/ ABE]; or subscribe to a journal via its own website. [[User:AndyMabbett|AndyMabbett]] 04:55, 4 Nov 2006 (PST)&lt;br /&gt;
&lt;br /&gt;
===Find reviews===&lt;br /&gt;
Find third-party reviews of the cited work. [[User:AndyMabbett|AndyMabbett]] 04:55, 4 Nov 2006 (PST)&lt;br /&gt;
&lt;br /&gt;
===Give citation data for the page being visited===&lt;br /&gt;
&lt;br /&gt;
Adding a class of, say, &amp;quot;self&amp;quot; to an attribute of the proposed strawman would allow users (or user agents) to extract the data required to cite the page being visited, when referring to it elsewhere. There would be the added advantage of allowing the citation to be ignored by any parser which might be building a &amp;quot;tree&amp;quot; of citations, and preventing the setting up of an infinite loop. &lt;br /&gt;
&lt;br /&gt;
For evidence of published &amp;quot;self citation&amp;quot; data (albeit on a secondary page) see the &amp;quot;cite this article&amp;quot; link on any Wikipedia entry, e.g. [http://en.wikipedia.org/w/index.php?title=Special:Cite&amp;amp;page=West_Midland_Bird_Club&amp;amp;id=115894372] from [http://en.wikipedia.org/wiki/West_Midland_Bird_Club].&lt;br /&gt;
&lt;br /&gt;
See also [http://en.wikipedia.org/wiki/Wikipedia_talk:Citing_Wikipedia#Citation_data_should_be_on_the_page_concerned Proposal to include on-page citation data in Wikipedia]&lt;br /&gt;
&lt;br /&gt;
:[[User:AndyMabbett|Andy Mabbett]] 13:47, 20 Mar 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
* (from a mailing list): &lt;br /&gt;
:&amp;lt;blockquote&amp;gt;if you want to cite a [biomedical journal] journal article on Wikipedia [...] you can export a correctly-formatted citation for Wikipedia from HubMed using unAPI... http://hublog.hubmed.org/archives/001408.html&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*[http://www.zotero.org/ Zotero], a Firefox extension to help collect, manage, and cite research sources. &lt;br /&gt;
:[[User:AndyMabbett|Andy Mabbett]] 09:13, 21 Mar 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
== Original hBib Discussion ==&lt;br /&gt;
&lt;br /&gt;
During the WWW2005 Developer's Day [[microformats]] track, Rohit Khare gave a [[presentations|presentation]] where he discussed the microformats [[process]], and then did  a quick demonstration wherein a bunch of us got on a shared Subethaedit document, and brainstormed some thoughts on what an &amp;quot;hBib&amp;quot; bibliography citation microformat would look like.  Rohit placed the [http://cnlabs.commerce.net/~rohit/hBib%20Discussion.html document on his Commercenet site].&lt;br /&gt;
&lt;br /&gt;
* http://cnlabs.commerce.net/~rohit/hBib%20Discussion.html&lt;br /&gt;
&lt;br /&gt;
''An attempt to summarize and inline the linked document follows. -Mike''&lt;br /&gt;
&lt;br /&gt;
Two major goals were outlined by the group:&lt;br /&gt;
&lt;br /&gt;
* Avoid re-keying references&lt;br /&gt;
* Adapt to new journal styles by changing CSS&lt;br /&gt;
 &lt;br /&gt;
The fundamental problem was discussed in terms of display - the ability to transform XHTML+hBib into the many journal-specific formats. For example, how to display &amp;quot;et.al&amp;quot; when all authors are present in the source, and how to re-order the elements if a style defines a set order of elements that conflicts with the ordering in the source. Using hCard for authors was agreed on, and the beginnings of an example were shown.&lt;br /&gt;
&lt;br /&gt;
== XHTML Structure ==&lt;br /&gt;
With my exprience working X2V and hCa* has taught me what elememts are easy to find and which are not. Since the Citation microformat is very new it is possible to not make a lot of the same errors twice and to make things easier for extracting application to find and imply certain properties.&lt;br /&gt;
&lt;br /&gt;
* There should be some sort of 'root node' that implies all child elements are for the hCitation microformat.&lt;br /&gt;
* Since most people will have multiple citations there should be away to represent each hCitation object as a unqiue block independent of another. This is to keep the parse from finding 'author' and applying that to all citations. Each citation should be in a container (class=&amp;quot;hcite&amp;quot;) that is separated from others.&lt;br /&gt;
* Perhaps class=&amp;quot;hcite&amp;quot; with &amp;lt;code&amp;gt;&amp;amp;lt;cite&amp;amp;gt;&amp;lt;/code&amp;gt; recommended as the root element. E.g. &amp;lt;code&amp;gt;&amp;amp;lt;cite class=&amp;quot;hcite&amp;quot;&amp;amp;gt;&amp;lt;/code&amp;gt; &lt;br /&gt;
&lt;br /&gt;
'''Note: This section was the original content of the document. Since then, class='hcite' has been agreed on as the root class name. See  [http://microformats.org/wiki?title=citation-brainstorming#.27hcite.27_as_Root_Element_name explanation].'''&lt;br /&gt;
&lt;br /&gt;
== Citation vs. [[media-info]] ==&lt;br /&gt;
&lt;br /&gt;
What distinguishes a cite from say [[media-info]] (e.g. [[media-info-examples]]) is that a cite is a reference to something explicitly external to the current piece of content or document, whereas [[media-info]] describes information about content embedded or inline in the current document.&lt;br /&gt;
&lt;br /&gt;
== Semantic Meaning ==&lt;br /&gt;
One of the guiding priniciple of Microformats is to use the most semantically rich element to describe each node (Point 2 of Semantic XHTML Design Principles: Use the most accurately precise semantic XHTML building block for each object etc). Since we are dealing with HTML and citations, several elements are candidates to be used to enrich the semantic meaning. [http://www.w3.org/TR/REC-html40/struct/text.html CITE, BLOCKQUOTE, Q, A], (are there more?)&lt;br /&gt;
&lt;br /&gt;
The [[citation-brainstorming|Citation Brainstorming Page]] has a few development and ideas about how to give another person credit for a link. Some of the semantic ideas behind their choices of tags can be applied to a full bibliographic type reference. ''Does this sentence make sense only historically? -Mike''&lt;br /&gt;
&lt;br /&gt;
== OCLC's WorldCat for titles == &lt;br /&gt;
Question: what about using something like OCLC's [http://www.oclc.org/worldcat/open/isbnissnlinking/default.htm WorldCat] for linking titles? - Tim White&lt;br /&gt;
&lt;br /&gt;
== This and That ==&lt;br /&gt;
After reading through alot of different citation encoding formats, i noticed that each format was being used in onw of two ways. It was either to describe the Current page (THIS.PAGE) or being used to encode references that point to external resources (THAT.PAGE)&lt;br /&gt;
&lt;br /&gt;
The informatation being encoded was identical for both resources (author, date, name, etc) they just reference different things. For this microformat, i'm not sure if we want to try to solve both problems, or just one? The meta tags in the head element would be the ideal place for information about the THIS.PAGE, but that is not in following with the ideals of microformats where information is human-readable. The THAT.PAGE idea where a list of references is at the end of a document in the form of a bibliography is more inline with the ideals of a microformat where the data is human-readable. That doesn't mean that data about the current document shouldn't be human-readable, so some of the same properties used to reference extermal resources can be used for the current document (THIS.PAGE). To do this a different root item could be used and transforming applications could either extract the citation data about the current page, or information about this page's references.&lt;br /&gt;
&lt;br /&gt;
This is open for discussion, but either way, i believe that the properties used to describe a page will be the same for both THIS and THAT. [http://suda.co.uk/ brian suda]&lt;br /&gt;
&lt;br /&gt;
== More on This and That ==&lt;br /&gt;
&lt;br /&gt;
Citation microformats are being explored as a possibility for citing genealogical information at [http://eatslikeahuman.blogspot.com Dan Lawyer's blog].&lt;br /&gt;
&lt;br /&gt;
This is a case where frequently the citation would refer to (THIS.PAGE), but would have nested within it a reference to (THAT.PAGE), possibly a few levels deep. For instance, a web page might contain data extracted from a microfilm of a census. The citation would need to include information about the web page, information about the microfilm, and information about the census. Genealogical citations are expected to include the repository (where can this book or microfilm be found. Is this the same as ''venue''?). So, at each level the information should contain the repository of the referenced item. A nesting (recursive) mechanism for citation microformats would be useful in this case. Is this the function of the &amp;quot;container&amp;quot; element in the Straw Format?&lt;br /&gt;
&lt;br /&gt;
== Date Formatting ==&lt;br /&gt;
Since microformats are all about re-use and the accepted way to encode Date-Time has been pretty much settled, then this is a good place to start when dealing with all the different date citation types. &lt;br /&gt;
&lt;br /&gt;
These are all the different fields from various citation formats that are of temporal nature:&lt;br /&gt;
 * Date (available | created | dateAccepted | dateCopyrighted | dateSubmitted | issued | modified | valid)&lt;br /&gt;
 * originInfo/dateIssued&lt;br /&gt;
 * originInfo/dateCreated&lt;br /&gt;
 * originInfo/dateCaptured&lt;br /&gt;
 * originInfo/dateOther&lt;br /&gt;
 * month&lt;br /&gt;
 * year&lt;br /&gt;
 * Copyright Year&lt;br /&gt;
 * Date - Generic&lt;br /&gt;
 * Date of Confernce&lt;br /&gt;
 * Date of Publication&lt;br /&gt;
 * Date of update/revisou/issuance of database record&lt;br /&gt;
 * Former Date&lt;br /&gt;
 * Entry Date for Database Record&lt;br /&gt;
 * Database Update&lt;br /&gt;
 * Year of Publication&lt;br /&gt;
&lt;br /&gt;
There are several common properties across several citation domains and will certainly be in the citation microformat, the unique instances will need further consideration, otherwise there could be no end to posiblities. &lt;br /&gt;
&lt;br /&gt;
There are also several properties (year, month, Year of publication) that can be extracted from another source. Therefore, if you only encode a more specific property such as; Date of Publication, you can extract the 'year of publication' from that. Since the date-time format we are modeling after is the ISO date-time format, just the Year portion is an acceptable date. So if you ONLY know the year of publication, the you can form a valid 'Date of Publication' as a microformat (which inturn is a valid 'year of publication') - you milage may vary when it comes to importing into citation applications.&lt;br /&gt;
&lt;br /&gt;
...&lt;br /&gt;
&lt;br /&gt;
It seems to me that these can be collapsed to maybe one or two different date properties.  As far as the specific human readable formatting of the date, that can be chosen per whatever the presentation style guide says, and the [[datetime-design-pattern]] used to simplify the markup. - Tantek&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Important'''&lt;br /&gt;
Sometimes we need a date range and not simply a date (e.g. 4-6 May 2006). See ''Conference Citation'' examples later on this page. - Discoleo&lt;br /&gt;
&lt;br /&gt;
'''Seasons'''&lt;br /&gt;
Some journals have seasonal issues (e.g. &amp;quot;Summer 2006 edition&amp;quot;) instead of, or as well as, editions labelled by month or other calendar-date. [[User:AndyMabbett|AndyMabbett]] 05:05, 4 Nov 2006 (PST)&lt;br /&gt;
&lt;br /&gt;
== Tags ==&lt;br /&gt;
Some of the citation formats has a place for 'keywords' or 'generic tags', etc. This might be a good place to re-use the [http://microformats.org/wiki/rel-tag RelTag microformat]. The downside would be that they are then forced to be links, which might be the correct way to mark-up these terms.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== MARC / MODS / Dublin Core ==&lt;br /&gt;
&lt;br /&gt;
The MODS ([http://www.loc.gov/standards/marcxml/Sandburg/sandburgmods.xml example]) and Dublin Core ([http://www.loc.gov/standards/marcxml/Sandburg/sandburgdc.xml example]) transformations of MARC21 may contain some useful ideas.&lt;br /&gt;
&lt;br /&gt;
Here's a first attempt at rewriting the linked examples in XHTML (written in response to a [http://microformats.org/discuss/mail/microformats-discuss/2005-December/002438.html mailing list query about encoding book information with microformats]):&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;book&amp;quot; lang=&amp;quot;en&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;h3 class=&amp;quot;fn&amp;quot;&amp;gt;Arithmetic /&amp;lt;/h3&amp;gt;&lt;br /&gt;
  &amp;lt;p&amp;gt;By &amp;lt;span class=&amp;quot;creator&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Sandburg, Carl&amp;lt;/span&amp;gt;,&lt;br /&gt;
     &amp;lt;span class=&amp;quot;date&amp;quot;&amp;gt;1878-1967&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;,&lt;br /&gt;
     and &amp;lt;span class=&amp;quot;illustrator&amp;quot;&amp;gt;Rand, Ted&amp;lt;/span&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
  &amp;lt;p&amp;gt;Publisher: &amp;lt;span class=&amp;quot;publisher&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Harcourt Brace Jovanovich&amp;lt;/span&amp;gt;,&lt;br /&gt;
     &amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;San Diego&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
  &amp;lt;p&amp;gt;Published: &amp;lt;span class=&amp;quot;issued&amp;quot;&amp;gt;1993&amp;lt;/span&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
  &amp;lt;p class=&amp;quot;description&amp;quot;&amp;gt;A poem about numbers and their characteristics. Features&lt;br /&gt;
     anamorphic, or distorted, drawings which can be restored to normal by viewing&lt;br /&gt;
     from a particular angle or by viewing the image's reflection in the provided&lt;br /&gt;
     Mylar cone.&amp;lt;/p&amp;gt;&lt;br /&gt;
  &amp;lt;p class=&amp;quot;note&amp;quot;&amp;gt;One Mylar sheet included in pocket.&amp;lt;/p&amp;gt;&lt;br /&gt;
  &amp;lt;p&amp;gt;Subjects:&amp;lt;/p&amp;gt;&lt;br /&gt;
  &amp;lt;ul&amp;gt;&lt;br /&gt;
    &amp;lt;li class=&amp;quot;subject&amp;quot;&amp;gt;Arithmetic&amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li class=&amp;quot;subject&amp;quot;&amp;gt;Children's poetry, American.&amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li class=&amp;quot;subject&amp;quot;&amp;gt;Arithmetic&amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li class=&amp;quot;subject&amp;quot;&amp;gt;American poetry&amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li class=&amp;quot;subject&amp;quot;&amp;gt;Visual perception&amp;lt;/li&amp;gt;&lt;br /&gt;
  &amp;lt;/ul&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;
== Basic Citation Stuctures ==&lt;br /&gt;
There are basic structures to any citation, this is an overview of some of the types&lt;br /&gt;
[http://www.users.muohio.edu/darcusb/misc/citations-spec.html http://www.users.muohio.edu/darcusb/misc/citations-spec.html]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Concerns not addressed by existing formats ==&lt;br /&gt;
&lt;br /&gt;
There are some aspects '''NOT adequately''' covered by existing formats. I have addressed this issue on the OpenOffice.org wiki page, too. [see http://wiki.services.openoffice.org/wiki/Bibliographic_Database for an extending discussion, the paragraph on ''Reference Types'']&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
These issues pertain mainly to '''Errata''', '''Comments and Authors Reply''' and '''Article Retractions'''.&lt;br /&gt;
* a bidirectional link could be necessary to implement these features (original article &amp;lt;=&amp;gt; eratum, reply, retraction letter)&lt;br /&gt;
* '''IMPORTANT: Errata'''&lt;br /&gt;
** Erata: one or more Corrections might be posted in various issues of the journal&lt;br /&gt;
** this is usually cited as: Orininal Article Citation Data (Correction available in ''Journal, Issue Nr, Year, Pages'') (repeat for more than one correction)&lt;br /&gt;
** it is possibly never cited alone&lt;br /&gt;
** there should be a link to the original article, while the original article should contain a link to this ''Errata''&lt;br /&gt;
* '''IMPORTANT: Commentary and Author Reply'''&lt;br /&gt;
** similar to Errata, there might be one or more Comments and Author Replys; this should be stored, too&lt;br /&gt;
** however, it is usually not included in the original citation&lt;br /&gt;
** it might be used however in a citation, but I do not know exaclty how to cite it optimally (original article should be provided as well) &lt;br /&gt;
* '''IMPORTANT: Article Retraction'''&lt;br /&gt;
** an article may be retracted because of plagiarism or some other flaw&lt;br /&gt;
** this should not be used any further in the research&lt;br /&gt;
** however, it might be used e.g. for an article on plagiarism or flawed research&lt;br /&gt;
** there should be therefore one field storing this information, too, and a link to:&lt;br /&gt;
** the published withdrawal letter (which explains why the article was retracted)&lt;br /&gt;
&lt;br /&gt;
* this issue may need a time-controlled event&lt;br /&gt;
* '''IMPORTANT: electronic publishing ahead of print (EPUB)'''&lt;br /&gt;
** more and more articles are initially posted online, before the published article gets actually printed&lt;br /&gt;
** How should this be used/cited?&lt;br /&gt;
** Is this changed, after the print version becomes available?&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Outstanding Issues ==&lt;br /&gt;
The 3 main points i (Brian) came across so far are:&lt;br /&gt;
1) IDENTIFIERS&lt;br /&gt;
2) FORMAT TYPES&lt;br /&gt;
3) NESTING&lt;br /&gt;
&lt;br /&gt;
1) In hCard/hCalendar there is a UID field. Added with URL it makes for a great unique identifier. There are loads of other identifers besides URL, ISBN, LOC call number, SKU, ISSN, etc. Many of these are unique in their domain, but not globally unique. So how to they get marked-up? Much like the hCard TEL/ADR properties, we can use something like:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;uid&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;type&amp;quot;&amp;gt;ISBN&amp;lt;/span&amp;gt;: &amp;lt;span&lt;br /&gt;
class=&amp;quot;value&amp;quot;&amp;gt;123456&amp;lt;/span&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
This makes the encoding the most extensible... if we start use class=&amp;quot;isbn&amp;quot; then it is an enumerated list, with class=&amp;quot;type&amp;quot; it is open ended.&lt;br /&gt;
&lt;br /&gt;
2) I keep mis-using &amp;quot;format&amp;quot;, format is the medium - hardback, softback. The TYPE (there probably is a better word - container?) is book, article, conference, manifesto, etc. Much like the identifers we can make an enumerated list of values, class=&amp;quot;book&amp;quot;, class=&amp;quot;article&amp;quot;, but that boxes us in, whereas something like: &amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;span class=&amp;quot;type&amp;quot;&amp;gt;article&amp;lt;/span&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt; leaves things more open.&lt;br /&gt;
&lt;br /&gt;
3) Nesting citation data in a citation. The ability to nest the same microformat inside itself is something that other microformats don't explicitly handle.&lt;br /&gt;
&lt;br /&gt;
The two options are:&lt;br /&gt;
i) Using class=&amp;quot;book&amp;quot;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;hcite&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;div class=&amp;quot;book&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Book Title&amp;lt;/span&amp;gt;&lt;br /&gt;
  &amp;lt;div class=&amp;quot;chapter&amp;quot;&amp;gt;&lt;br /&gt;
     &amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Chapter Title&amp;lt;/span&amp;gt;&lt;br /&gt;
  &amp;lt;/div&amp;gt;&lt;br /&gt;
 &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&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 makes things easy to nest and to figure out exactly what is&lt;br /&gt;
associated with what, but the downside is that we have enumerated&lt;br /&gt;
lists of values for the class properties.&lt;br /&gt;
&lt;br /&gt;
ii) using the TYPE for book&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;hcite&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;div class=&amp;quot;type&amp;quot;&amp;gt;book&amp;lt;/div&amp;gt;&lt;br /&gt;
 &amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Book Title&amp;lt;/span&amp;gt;&lt;br /&gt;
 &amp;lt;div class=&amp;quot;type&amp;quot;&amp;gt;chapter&amp;lt;/div&amp;gt;&lt;br /&gt;
 &amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Chapter Title&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
now the class=&amp;quot;fn&amp;quot; is not nested inside the class=&amp;quot;book&amp;quot; or&lt;br /&gt;
class=&amp;quot;chapter&amp;quot; so there would have to be some other mechanism to&lt;br /&gt;
associate the data with the type.&lt;br /&gt;
&lt;br /&gt;
== Brian's Straw format ==&lt;br /&gt;
&lt;br /&gt;
=== implied schema (examples) ===&lt;br /&gt;
 + publisher&lt;br /&gt;
 + language&lt;br /&gt;
 + description&lt;br /&gt;
 + title&lt;br /&gt;
 + creator&lt;br /&gt;
 + journal&lt;br /&gt;
 + volume&lt;br /&gt;
 + issue&lt;br /&gt;
 + page &lt;br /&gt;
 + edition&lt;br /&gt;
 + identifier&lt;br /&gt;
 + tags&lt;br /&gt;
 + format&lt;br /&gt;
 + date published&lt;br /&gt;
 + copyright&lt;br /&gt;
 - audience&lt;br /&gt;
&lt;br /&gt;
=== implied schema (formats) ===&lt;br /&gt;
 + publisher&lt;br /&gt;
 + language&lt;br /&gt;
 + description&lt;br /&gt;
 + title&lt;br /&gt;
 + creator&lt;br /&gt;
 + volume&lt;br /&gt;
 + pages&lt;br /&gt;
 + edition&lt;br /&gt;
 + issue&lt;br /&gt;
 + identifier&lt;br /&gt;
 + tags&lt;br /&gt;
 + format&lt;br /&gt;
 + date published&lt;br /&gt;
 + date copyrighted&lt;br /&gt;
 - subtitle&lt;br /&gt;
 - image &lt;br /&gt;
 - excerpt&lt;br /&gt;
 - index terms&lt;br /&gt;
 - series title&lt;br /&gt;
 - publication&lt;br /&gt;
 - journal&lt;br /&gt;
 - part (1 of X)&lt;br /&gt;
&lt;br /&gt;
UNION of the two schemas&lt;br /&gt;
 + (PLUS) means common properties&lt;br /&gt;
 - (MINUS) means unique to the schema&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Working straw schema ===&lt;br /&gt;
&lt;br /&gt;
This list records discussion about the common schema from above. The format is ''descriptive-name'' (''optional-recommended-element'' 'class-name') (''link to explanation'').&lt;br /&gt;
&lt;br /&gt;
If there is no explanation link, that field should be considered either obvious or up for debate. If you're not sure which, it's up for debate.&lt;br /&gt;
&lt;br /&gt;
* root element ('hcite') ([http://microformats.org/wiki?title=citation-brainstorming#.27hcite.27_as_Root_Element_name explanation])&lt;br /&gt;
** title ('title')&lt;br /&gt;
** Author / Editor etc. ('creator')&lt;br /&gt;
** Pages ('pages')&lt;br /&gt;
*** note: this can be any value&lt;br /&gt;
** container ('container hcite')&lt;br /&gt;
*** A nested hcite element that represents a containing item (like a book for a chapter) ([http://microformats.org/wiki?title=citation-brainstorming#Container discussion and link to mailing list thread])&lt;br /&gt;
** Volume Number ('volume')&lt;br /&gt;
** Edition ('edition')&lt;br /&gt;
** Issue number ('issue')&lt;br /&gt;
** Tags (href rel='tag')&lt;br /&gt;
** Format ('format')&lt;br /&gt;
*** Note - this is unclear at present - does format mean 'type', as in 'book' vs. 'article'? --[[User:Mike|Mike]] 22:53, 16 Jan 2007 (PST)&lt;br /&gt;
** date published ('date-published')  ([http://microformats.org/wiki?title=citation-brainstorming#Date_Fields explanation])&lt;br /&gt;
** date accessed ('date-accessed')  ([http://microformats.org/wiki?title=citation-brainstorming#Date_Fields explanation])&lt;br /&gt;
** publisher&lt;br /&gt;
** language&lt;br /&gt;
** Abstract / description ('description')&lt;br /&gt;
** URI (href class='uri') ([http://microformats.org/wiki?title=citation-brainstorming#The_URI_Element explanation])&lt;br /&gt;
** identifier&lt;br /&gt;
*** an (not necessarily globally unique) identifier, such as a cite-key, pubmed ID number, or simply the reference number or string within a publication ([1] or [CLRS2001])&lt;br /&gt;
&lt;br /&gt;
==== Notes about missing / changed fields in the schema ====&lt;br /&gt;
&lt;br /&gt;
This section lists fields that are intentionally ''not'' included in the straw schema, or are not represented directly, and links to discussion about each.&lt;br /&gt;
&lt;br /&gt;
* date copyrighted ([http://microformats.org/wiki?title=citation-brainstorming#Date_Fields explanation])&lt;br /&gt;
&lt;br /&gt;
=== Examples ===&lt;br /&gt;
&lt;br /&gt;
Markup examples using the above format:&lt;br /&gt;
&lt;br /&gt;
==== Book ====&lt;br /&gt;
&lt;br /&gt;
This is Brian's original example&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;ul class=&amp;quot;bibliography&amp;quot;&amp;gt;&lt;br /&gt;
	&amp;lt;li class=&amp;quot;hcite&amp;quot; xml:lang=&amp;quot;en-gb&amp;quot;&amp;gt;&lt;br /&gt;
	&lt;br /&gt;
		&amp;lt;!-- publisher data as hCard--;&lt;br /&gt;
		&amp;lt;div class=&amp;quot;publisher vcard&amp;quot;&amp;gt;&lt;br /&gt;
			&amp;lt;span class=&amp;quot;fn org&amp;quot;&amp;gt;ABC Publishing Co.&amp;lt;/span&amp;gt;&lt;br /&gt;
			&amp;lt;span class=&amp;quot;country-name&amp;quot;&amp;gt;United Kingdom&amp;lt;/span&amp;gt;&lt;br /&gt;
			...&lt;br /&gt;
		&amp;lt;/div&amp;gt;&lt;br /&gt;
		&lt;br /&gt;
		&amp;lt;!-- author(s) data as hCard --&amp;gt;&lt;br /&gt;
		&amp;lt;div class=&amp;quot;creator vcard&amp;quot;&amp;gt;&lt;br /&gt;
			&amp;lt;span class=&amp;quot;fn n&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;given-name&amp;quot;&amp;gt;John &amp;lt;span class=&amp;quot;family-name&amp;quot;&amp;gt;Doe&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
			...&lt;br /&gt;
		&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
		&amp;lt;!-- location data --&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Foobar!&amp;lt;/span&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;description&amp;quot;&amp;gt;World Class Book about foobar&amp;lt;/span&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;volume&amp;quot;&amp;gt;1&amp;lt;/span&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;issue&amp;quot;&amp;gt;1&amp;lt;/span&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;edition&amp;quot;&amp;gt;1&amp;lt;/span&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;pages&amp;quot;&amp;gt;1-10&amp;lt;/span&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;format&amp;quot;&amp;gt;article&amp;lt;/span&amp;gt;&lt;br /&gt;
		&lt;br /&gt;
		&amp;lt;!-- differed to the UID debate --&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;identifier&amp;quot;&amp;gt;12345678&amp;lt;/span&amp;gt;&lt;br /&gt;
		&lt;br /&gt;
		&amp;lt;!-- keywords --&amp;gt;&lt;br /&gt;
		&amp;lt;a class=&amp;quot;keyword&amp;quot; rel=&amp;quot;tag&amp;quot; href=&amp;quot;/tags/foo&amp;quot;&amp;gt;foo&amp;lt;/a&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;keyword&amp;quot;&amp;gt;bar&amp;lt;/span&amp;gt;&lt;br /&gt;
		&lt;br /&gt;
		&amp;lt;!-- date properties --&amp;gt;&lt;br /&gt;
		Published &amp;lt;abbr class=&amp;quot;date-published&amp;quot; title=&amp;quot;20060101&amp;quot;&amp;gt;January 1st 1006&amp;lt;/abbr&amp;gt;&lt;br /&gt;
		Copyright &amp;lt;abbr class=&amp;quot;copyright&amp;quot; title=&amp;quot;20060101&amp;quot;&amp;gt;2006&amp;lt;/abbr&amp;gt;&lt;br /&gt;
	&amp;lt;/li&amp;gt;&lt;br /&gt;
	...&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p class=&amp;quot;hcite&amp;quot;&amp;gt;Have you read &amp;lt;span class=&amp;quot;title&amp;quot;&amp;gt;&amp;lt;abbr title=&amp;quot;book&amp;quot; class=&amp;quot;format&amp;quot;&amp;gt;Foo Bar&amp;lt;/abbr&amp;gt;&amp;lt;/span&amp;gt;? &lt;br /&gt;
It was written by &amp;lt;span class=&amp;quot;author vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;John Doe&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;. &lt;br /&gt;
It only came out a &amp;lt;abbr class=&amp;quot;dtpublished&amp;quot; title=&amp;quot;20060101&amp;quot;&amp;gt;few months ago&amp;lt;/abbr&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Note: the &amp;quot;format&amp;quot; property above is incorrect. Format would refer more the physical characteristics of an item, rather than its type or genre (e.g. &amp;quot;article&amp;quot;, &amp;quot;book&amp;quot;, etc.). I'd rather have the main class for the li be &amp;quot;article&amp;quot; in this context, than the fairly meaningless &amp;quot;citation.&amp;quot;  Of course, one could have both, which would be fine too. -- bruce&lt;br /&gt;
&lt;br /&gt;
Note: Could we use ROLE from hCard to identify editors, translators, authors, etc?&lt;br /&gt;
This was discussed on the mailing list and the idea was dropped [http://microformats.org/discuss/mail/microformats-discuss/2006-September/005694.html]&lt;br /&gt;
&lt;br /&gt;
'''Comments''' : [[User:Singpolyma|singpolyma]] 08:03, 16 Jun 2006 (PDT) : keywords should be [[rel-tag]], and probably also [[XOXO]] (the same way the citation list is)&lt;br /&gt;
&lt;br /&gt;
[[User:RCanine|RCanine]] 11:55, 18 Dec 2006 (EST) :&lt;br /&gt;
&lt;br /&gt;
* Is there a reason not to re-use &amp;quot;published&amp;quot; from hAtom instead of inventing a new, basically equivalent term in &amp;quot;dtpublished&amp;quot;?&lt;br /&gt;
** note - date-published was decided on for the field, example changed to reflect it --[[User:Mike|Mike]] 10:12, 30 Mar 2007 (PDT)&lt;br /&gt;
* Missing a URL/URI/IRI/UID etc. field example (ISBN for Book).&lt;br /&gt;
* Does the &amp;quot;copyright&amp;quot; class conflict with [http://www.whatwg.org/specs/web-apps/current-work/#class WHATWG's definition]?&lt;br /&gt;
* WRT Bruce's comment, I'm currently using class=&amp;quot;article citation&amp;quot; for my writing, as it has the most flexibility with CSS styles for titles (e.g. Book titles .citation&amp;gt;.fn must be italicized, while article titles must not, their container should).&lt;br /&gt;
* Speaking of containers, we need an &amp;quot;in&amp;quot; or &amp;quot;collection&amp;quot; field for journal articles or articles-in-books, or is that covered by &amp;quot;publisher&amp;quot;?&lt;br /&gt;
&lt;br /&gt;
==== Citing Private Communication ====&lt;br /&gt;
&lt;br /&gt;
Needs an example.&lt;br /&gt;
&lt;br /&gt;
==== Citing Legal Cases ====&lt;br /&gt;
Needs an example. &lt;br /&gt;
see [http://microformats.org/wiki/citation-examples-markup#Wikipedia_Court_Case Wikipedia example] for inspiration.&lt;br /&gt;
&lt;br /&gt;
==== Citing a Book ====&lt;br /&gt;
&lt;br /&gt;
needs an example&lt;br /&gt;
&lt;br /&gt;
==== Citing a journal article ====&lt;br /&gt;
&lt;br /&gt;
From an old entry in PubMed - J Aersp Med. [http://www.ncbi.nlm.nih.gov/entrez/query.fcgi?db=pubmed&amp;amp;cmd=Retrieve&amp;amp;dopt=AbstractPlus&amp;amp;list_uids=4611181&amp;amp;query_hl=7&amp;amp;itool=pubmed_docsum link]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;hcite&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;span class=&amp;quot;creator vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;R R Burton&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;,&lt;br /&gt;
  &amp;lt;span class=&amp;quot;creator vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;S D Leverett&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;, and&lt;br /&gt;
  &amp;lt;span class=&amp;quot;creator vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;E D Michaelson&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;span class=&amp;quot;title&amp;quot;&amp;gt;Man at high sustained +Gz acceleration: a review.&amp;lt;/span&amp;gt;&lt;br /&gt;
  In  &amp;lt;span class=&amp;quot;container hcite&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;abbr class=&amp;quot;type&amp;quot; title=&amp;quot;Journal&amp;quot;&amp;gt;J.&amp;lt;/abbr&amp;gt;&amp;lt;abbr class=&amp;quot;title&amp;quot; title=&amp;quot;Aerospace medicine&amp;quot;&amp;gt;Aersp. Med.&amp;lt;/abbr&amp;gt;&lt;br /&gt;
    &amp;lt;span class=&amp;quot;uri uid&amp;quot;&amp;gt;urn:issn:0001-9402&amp;lt;/span&amp;gt;&lt;br /&gt;
    &amp;lt;span class=&amp;quot;volume&amp;quot;&amp;gt;45&amp;lt;/span&amp;gt;&lt;br /&gt;
    &amp;lt;span class=&amp;quot;issue&amp;quot;&amp;gt;10&amp;lt;/span&amp;gt;&lt;br /&gt;
    &amp;lt;abbr class=&amp;quot;date-published&amp;quot; title=&amp;quot;101974&amp;quot;&amp;gt;Oct, 1974&amp;lt;/abbr&amp;gt;&lt;br /&gt;
  &amp;lt;/span&amp;gt;, pages &amp;lt;span class=&amp;quot;page&amp;quot;&amp;gt;1115-36&amp;lt;/span&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Note, I'm not entirely sure about the issn urn here.&lt;br /&gt;
&lt;br /&gt;
==== Citing a magazine article ====&lt;br /&gt;
&lt;br /&gt;
needs an example&lt;br /&gt;
&lt;br /&gt;
==== Citing a Patent ====&lt;br /&gt;
&lt;br /&gt;
Drawn from this [http://microformats.org/wiki/citation-examples#U.S._Patent example from Wikipedia]:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;li class=&amp;quot;hcite&amp;quot;&amp;gt;&amp;lt;a href=&amp;quot;http://patft.uspto.gov/netacgi/nph-Parser?patentnumber=4,405,829&amp;quot; class=&amp;quot;url&amp;quot; &lt;br /&gt;
    title=&amp;quot;http://patft.uspto.gov/netacgi/nph-Parser?patentnumber=4,405,829&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;format&amp;quot;&amp;gt;U.S. Patent&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;identifier&amp;quot;&amp;gt;4,405,829&amp;lt;/span&amp;gt;&amp;lt;/a&amp;gt;:&lt;br /&gt;
    &amp;lt;span class=&amp;quot;description&amp;quot;&amp;gt;The &amp;lt;a href=&amp;quot;/wiki/RSA&amp;quot; title=&amp;quot;RSA&amp;quot;&amp;gt;RSA&amp;lt;/a&amp;gt; patent, a famous software patent on the ground-breaking &lt;br /&gt;
    and highly unobvious algorithm for public key encryption, widely used for secure communications &lt;br /&gt;
    in many industries nowdays&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Citing a conference publication====&lt;br /&gt;
&lt;br /&gt;
Based on the [http://microformats.org/wiki/citation-examples#ACM_Digital_Library_Search_Result_Examples conference publication reference example].&lt;br /&gt;
&lt;br /&gt;
Changed Oct 06 to conform with [http://microformats.org/wiki/citation-brainstorming#Brian.27s_Straw_format Brian's format]. --[[User:Mike|Mike]] 18:09, 12 Oct 2006 (PDT)&lt;br /&gt;
(everything but the url class should be in line with that proposal)&lt;br /&gt;
&lt;br /&gt;
L. Hochstein, J. Carver, F. Shull, S. Asgari, V. Basili, J. K. Hollingsworth, and M. Zelkowitz, “Hpc programmer productivity: A case study of novice hpc programmers,” in Proceedings of ACM/IEEE Supercomputing Conference, 2005.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;hcite&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;span class=&amp;quot;creator vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Lorin Hochstein&amp;lt;/span&amp;gt;&lt;br /&gt;
  &amp;lt;span class=&amp;quot;org&amp;quot;&amp;gt; University of Maryland, College Park &amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;,&lt;br /&gt;
  &amp;lt;span class=&amp;quot;creator vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt; Jeff Carver &amp;lt;/span&amp;gt; &lt;br /&gt;
  &amp;lt;span class=&amp;quot;org&amp;quot;&amp;gt; Mississippi State University &amp;lt;/span&amp;gt; &amp;lt;/span&amp;gt;,&lt;br /&gt;
  &amp;lt;span class=&amp;quot;creator vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt; Forrest Shull &amp;lt;/span&amp;gt; &lt;br /&gt;
  &amp;lt;span class=&amp;quot;org&amp;quot;&amp;gt; Fraunhofer Center Maryland &amp;lt;/span&amp;gt; &amp;lt;/span&amp;gt;,&lt;br /&gt;
  &amp;lt;span class=&amp;quot;creator vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt; Sima Asgari&amp;lt;/span&amp;gt; &lt;br /&gt;
  &amp;lt;span class=&amp;quot;org&amp;quot;&amp;gt; University of Maryland, College Park &amp;lt;/span&amp;gt; &amp;lt;/span&amp;gt;,&lt;br /&gt;
  &amp;lt;span class=&amp;quot;creator vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt; Victor Basili&amp;lt;/span&amp;gt; &lt;br /&gt;
  &amp;lt;span class=&amp;quot;org&amp;quot;&amp;gt; Fraunhofer Center Maryland &amp;lt;/span&amp;gt; &amp;lt;/span&amp;gt;,&lt;br /&gt;
  &amp;lt;span class=&amp;quot;creator vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt; Jeffrey K. Hollingsworth&amp;lt;/span&amp;gt; &lt;br /&gt;
  &amp;lt;span class=&amp;quot;org&amp;quot;&amp;gt; University of Maryland, College Park &amp;lt;/span&amp;gt; &amp;lt;/span&amp;gt;, and &lt;br /&gt;
  &amp;lt;span class=&amp;quot;creator vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt; Marv Zelkowitz&amp;lt;/span&amp;gt; &lt;br /&gt;
  &amp;lt;span class=&amp;quot;org&amp;quot;&amp;gt; University of Maryland, College Park &amp;lt;/span&amp;gt; &amp;lt;/span&amp;gt;,&lt;br /&gt;
  &lt;br /&gt;
  &amp;lt;a class=&amp;quot;title url&amp;quot; href=&amp;quot;http://dx.doi.org/10.1109/SC.2005.53&amp;quot;&amp;gt;HPC Programmer Productivity: A Case Study of Novice HPC Programmers&amp;lt;/a&amp;gt;. &lt;br /&gt;
  (&amp;lt;span class=&amp;quot;format&amp;quot;&amp;gt;conference publication&amp;lt;/span&amp;gt;)&lt;br /&gt;
  &amp;lt;span class=&amp;quot;container hcite&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;a class=&amp;quot;title url&amp;quot; href=&amp;quot;...&amp;quot;&amp;gt;Proceedings of ACM/IEEE Supercomputing Conference&amp;lt;/a&amp;gt;&lt;br /&gt;
    &amp;lt;abbr class=&amp;quot;date-published&amp;quot; title=&amp;quot;20051126T0000-0800&amp;quot;&amp;gt;2005&amp;lt;/abbr&amp;gt;&lt;br /&gt;
  &amp;lt;/span&amp;gt;&lt;br /&gt;
  page &amp;lt;span class=&amp;quot;pages&amp;quot;&amp;gt;35&amp;lt;/span&amp;gt;&lt;br /&gt;
  &amp;lt;span class=&amp;quot;publisher vcard&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;IEEE Computer Society&lt;br /&gt;
    &amp;lt;/span&amp;gt;&lt;br /&gt;
    &amp;lt;span class=&amp;quot;adr&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;Washington&amp;lt;/span&amp;gt;,&lt;br /&gt;
      &amp;lt;span class=&amp;quot;region&amp;quot;&amp;gt;DC&amp;lt;/span&amp;gt;&lt;br /&gt;
    &amp;lt;/span&amp;gt;&lt;br /&gt;
  &amp;lt;/span&amp;gt;&lt;br /&gt;
  &amp;lt;a class=&amp;quot;url eprint&amp;quot; href=&amp;quot;http://portal.acm.org/...&amp;quot;&amp;gt;PDF of full text from ACM&amp;lt;/a&amp;gt;&lt;br /&gt;
  &lt;br /&gt;
  DOI: &amp;lt;a class=&amp;quot;url uid&amp;quot; href=&amp;quot;http://dx.doi.org/10.1109/SC.2005.53&amp;quot;&amp;gt;10.1109/SC.2005.53&amp;lt;/a&amp;gt;&lt;br /&gt;
  Tags: &lt;br /&gt;
  &amp;lt;a class=&amp;quot;keyword&amp;quot; rel=&amp;quot;tag&amp;quot; href=&amp;quot;results.cfm?query=genterm%3A%22Design%22 ...&amp;quot;&amp;gt;Design&amp;lt;/a&amp;gt;,&lt;br /&gt;
  &amp;lt;a class=&amp;quot;keyword&amp;quot; rel=&amp;quot;tag&amp;quot; href=&amp;quot;results.cfm?query=genterm%3A%22Experimentation%22 ....&amp;quot;&amp;gt;Experimentation&amp;lt;/a&amp;gt;,&lt;br /&gt;
  &amp;lt;a class=&amp;quot;keyword&amp;quot; rel=&amp;quot;tag&amp;quot; href=&amp;quot;results.cfm?query=genterm%3A%22Measurement%22...&amp;quot;&amp;gt;Measurement&amp;lt;/a&amp;gt;,&lt;br /&gt;
  &amp;lt;a class=&amp;quot;keyword&amp;quot; rel=&amp;quot;tag&amp;quot; href=&amp;quot;results.cfm?query=genterm%3A%22Performance%22 ...&amp;quot;&amp;gt;Performance&amp;lt;/a&amp;gt;&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;span class=&amp;quot;description&amp;quot;&amp;gt;In developing High-Performance Computing (HPC) software, ....&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Note''' (From [[Discoleo]], Sept. 06)&lt;br /&gt;
* sometimes, the citation must include '''Town/Country''' and '''Precise Date/Date Range''', e.g.&lt;br /&gt;
** ''Gillespie SH, Dickens A.'' Variation in mutation rate of quinolone resistance in Streptococcus pneumoniae [abstract P06-17A]. In: Abstracts of the 3rd International Symposium on Pneumococci and Pneumococcal Disease (Anchorage, 5-9 May 2002).Washington, DC: American Society of Microbiology, 2002.&lt;br /&gt;
** ''Bassetti, M.; Righi, E.; Rebesco, B.; Molinari, MP.; Costa, A.; Fasce, R.; Cruciani, M.; Bassetti, D.; Bobbio Pallavicini, F.'' 44th Annual Interscience Conference on Antimicrobial Agents and Chemotherapy (ICAAC). Washington, DC; 2004. Epidemiological trends in nosocomial candidemia in ICU: A five-year Italian perspective.&lt;br /&gt;
** ''Peacock JE, Wade JC, Lazarus HM, et al.'' Ciprofloxacin/piperacillin vs. tobramycin/piperacillin as empiric therapy for fever in neutropenic cancer patients, a randomized, double-blind trial [abstract 373]. In: Program and abstracts of the 37th Interscience Conference on Antimicrob Agents and Chemotherapy (Toronto). Washington, DC: American Society for Microbiology, 1997.&lt;br /&gt;
&lt;br /&gt;
==== Citing an external website ====&lt;br /&gt;
&lt;br /&gt;
This is based on a formal citation of a website in the references section of a research paper, but could also be used for in-line links that had added information. Here's the original:&lt;br /&gt;
&lt;br /&gt;
[25] David Stern, &amp;quot;eprint Moderator Model&amp;quot;, http://www.library.yale.edu/scilib/modmodexplain.html  (version dated Jan 25, 1999)&lt;br /&gt;
 &lt;br /&gt;
 &amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;cite class=&amp;quot;hcite&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;a class=&amp;quot;fn url&amp;quot; href=&amp;quot;http://www.library.yale.edu/scilib/modmodexplain.html&amp;quot;&amp;gt;eprint Moderator Model&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;author vcard&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;a href=&amp;quot;http://pantheon.yale.edu/~dstern/dsbio.html&amp;quot; class=&amp;quot;url fn&amp;quot;&amp;gt;David Stern&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;/span&amp;gt;  &lt;br /&gt;
&amp;lt;abbr class=&amp;quot;dtpublished&amp;quot; title=&amp;quot;19990125T0000-0500&amp;quot;&amp;gt;&lt;br /&gt;
    Jan 25, 1999&lt;br /&gt;
  &amp;lt;/abbr&amp;gt;&lt;br /&gt;
&amp;lt;/cite&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Discussion of Straw Format elements ===&lt;br /&gt;
&lt;br /&gt;
This section is to provide explanations for posterity about the elements of the straw format, linking to discussions on the list and elsewhere if possible.&lt;br /&gt;
&lt;br /&gt;
==== 'hcite' as Root Element name ====&lt;br /&gt;
&lt;br /&gt;
This discussion took place in January of 2007, with [http://microformats.org/discuss/mail/microformats-discuss/2007-January/008098.html voting occurring on the mailing list].&lt;br /&gt;
&lt;br /&gt;
It was decided to use 'hcite' as the root element's class-name for uniqueness and to reflect a trend in using 'h' to start microformat names.&lt;br /&gt;
&lt;br /&gt;
==== The URI Element ====&lt;br /&gt;
&lt;br /&gt;
It was decided to use URI for both http links to available copies or URNs.&lt;br /&gt;
This encompasses URLs that link directly to online copies as well as through resolvers using URIs such as urn:isbn: 0521890012&lt;br /&gt;
&lt;br /&gt;
See the discussion from [http://microformats.org/discuss/mail/microformats-discuss/2006-November/007390.html November] and [http://microformats.org/discuss/mail/microformats-discuss/2006-December/007403.html December].&lt;br /&gt;
&lt;br /&gt;
==== Date Fields ====&lt;br /&gt;
&lt;br /&gt;
Brian's original straw format had three date fields, &amp;quot;accessed&amp;quot;, &amp;quot;copyrighted&amp;quot;, and &amp;quot;published&amp;quot;.&lt;br /&gt;
After examining the examples of usage on the web, it was clear that 'copyrighted' was not used in the examples we have.&lt;br /&gt;
It was used once, but without a corresponding 'published' field (OCLC WorldCat), and it seems in that case to be used as &lt;br /&gt;
an equivalent to 'published'.&lt;br /&gt;
&lt;br /&gt;
I updated the straw citation to include only 'accessed' and 'published' on January 31. --[[User:Mike|Mike]] 00:26, 31 Jan 2007 (PST)&lt;br /&gt;
&lt;br /&gt;
I've mentioned more than once that &amp;quot;date-published&amp;quot; is misleadingly specific; too much for real world citations. Consider that many books are published in the year preceding their copyright date, which is in fact the date used for citation. I'd prefer just &amp;quot;date&amp;quot; and &amp;quot;date-accessed&amp;quot; as a first cut. --[[User:BDarcus|Bruce]] 3 Feb 2007&lt;br /&gt;
&lt;br /&gt;
See the discussion from the [http://microformats.org/discuss/mail/microformats-discuss/2007-January/008175.html 'dates' thread on the list].&lt;br /&gt;
&lt;br /&gt;
==== Container ====&lt;br /&gt;
&lt;br /&gt;
Discussion about how to represent containing relationships is on the thread [http://microformats.org/discuss/mail/microformats-discuss/2007-March/thread.html 'nesting container elements']&lt;br /&gt;
&lt;br /&gt;
== Old straw format discussion ==&lt;br /&gt;
&lt;br /&gt;
Saved here so that I'm not just deleting people's comments.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Mike straw format suggestion (Deprecated) ===&lt;br /&gt;
&lt;br /&gt;
In the interests of starting debate and having something concrete to fix, I suggest the following structure for a format. It is probably very incomplete and I claim no microformat expertise. I'm just trying to follow existing patterns. Comments and ridicule are both solicited. -Mike&lt;br /&gt;
&lt;br /&gt;
'''NOTE:''' This format is here for historical reference. Because it was not based on existing examples, I've deprecated it and contributed examples to Brian's format. If you feel that any missing elements in here should be in the final format, find examples for them and contribute to Brian's schema. Thanks! --[[User:Mike|Mike]] 18:22, 12 Oct 2006 (PDT)&lt;br /&gt;
&lt;br /&gt;
==== In General ====&lt;br /&gt;
&lt;br /&gt;
The ''citation'' format is based on a set of fields common to many bibliographic data formats, which are often implied by standard citation display styles but not explicitly marked up in practice on the web.&lt;br /&gt;
&lt;br /&gt;
==== Schema ====&lt;br /&gt;
&lt;br /&gt;
The citation schema consists of the following:&lt;br /&gt;
&lt;br /&gt;
* cite &lt;br /&gt;
** title: required, text (class = fn)&lt;br /&gt;
** subtitle: optional, text&lt;br /&gt;
** authors: optional, use hCard&lt;br /&gt;
** publication date: optional&lt;br /&gt;
** link(s) to instantiations, optional, url or use rel-enclosure? (class=url)&lt;br /&gt;
** UID, optional (for ISBN, DOI - use existing uid class) | permalink&lt;br /&gt;
** series (aka volume/issuenum) , optional (''not as sure how to handle these - suggestions?'')&lt;br /&gt;
** pages: startpage &amp;amp; endpage, optional, text&lt;br /&gt;
** venue, optional (hCard)&lt;br /&gt;
** publisher, optional (hCard)&lt;br /&gt;
** container: optional (nested hCite)&lt;br /&gt;
** abstract, optional (blockquote + class=&amp;quot;abstract&amp;quot; ?)&lt;br /&gt;
** notes, optional (blockquote + class=&amp;quot;notes&amp;quot; ?)&lt;br /&gt;
** keywords, optional (rel-tag)&lt;br /&gt;
** image, optional (for inclusion inline, unlike the url)&lt;br /&gt;
** copyright, optional (rel-license)&lt;br /&gt;
** ''what else am I missing?''&lt;br /&gt;
*** language, optional&lt;br /&gt;
&lt;br /&gt;
''Looks good, but I question the use of hCard for names. Due to ambiguity issues, requring hCard would lead to extra markup in order to apply just a name, hence [http://microformats.org/discuss/mail/microformats-discuss/2006-March/003487.html the need for a root element]. We should extract the N optimization of hCard like we did with adr, in order to ease this problem.'' --[[User:RCanine|Ryan Cannon]]&lt;br /&gt;
&lt;br /&gt;
Perhaps a Retrieved Date or Access Date would be appropriate for citing online resources. For example at http://www.crlt.umich.edu/publinks/facment_biblio.html &lt;br /&gt;
you see citations like this&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
Chief Academic Officers of the Big 12 Universities (2000). Big 12 Faculty Fellowship Program. Retrieved December 20, 2000 from the World Wide Web: http://www.k-state.edu/provost/academic/big12/big12guide.htm.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
--[[User:JoeAndrieu|Joe Andrieu]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Discussion about citing legal cases ====&lt;br /&gt;
&lt;br /&gt;
Here's some info I found about citing law:&lt;br /&gt;
&lt;br /&gt;
I'm not a lawyer, so I'm relying on the published [http://www.legalbluebook.com &amp;quot;blue book&amp;quot; standard], at least the only part of it I can get without paying $25. I'd be happy to hear improvements from experts in the field - how do lawyers mark up references to case law in HTML now?&lt;br /&gt;
&lt;br /&gt;
From groklaw.net and eff.org, I find mostly just links to PDFs with the name of the case as the link text. Or just this, from EFF:&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;h1&amp;gt;The Betamax Case&amp;lt;/h1&amp;gt;&lt;br /&gt;
&amp;lt;h2&amp;gt;Sony Corp. of America v. Universal City Studios, 464 U.S. 417 (1984)&amp;lt;/h2&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
From an example at the sample bluepages: http://www.legalbluebook.com/pdfs/bluepages.pdf&lt;br /&gt;
5 basic components:&lt;br /&gt;
*1 name of the case (citation title)&lt;br /&gt;
*2 published source in which case may be found (citation containing publication?)&lt;br /&gt;
*3 a parenthetical indicating the court and year of decision (citation venue?)&lt;br /&gt;
*4 other parenthetical information, if any (citation notes?)&lt;br /&gt;
*5 subsequent history of the case, if any (citation notes?)&lt;br /&gt;
&lt;br /&gt;
Here's two examples from the bluebook. Note that there are very strict rules about abbreviations in that source!&lt;br /&gt;
&lt;br /&gt;
Holland v. Donnelly, 216 F. Supp. 2d 227, 230 (S.D.N.Y. 2002), aff'd, 324 F.3d 99 (2d Cir. 2003).&lt;br /&gt;
&lt;br /&gt;
Green v. Georgia, 442 U.S. 95, 97 (1979) (per curiam) (holding that exclusion of relevant evidence at sentencing hearing constitutes denial of due process).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Examples in the wild ==&lt;br /&gt;
Pages which start to use the discussion above to create working examples in using hcite:&lt;br /&gt;
(This section could be used as a base for a page like &amp;quot;hcite-examples-in-wild&amp;quot; later).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Please add new examples to the top of this section.&lt;br /&gt;
* [http://www.demo.vorlagen.uni-erlangen.de/univis/mitarbeiter.shtml/georg-hager.shtml Example User Page] at the regional computer lab Erlangen, Germany, based on the universal information system UnivIS marked up with vcard, hcalender (optional, if user makes a lecture) and hcite.&lt;br /&gt;
&lt;br /&gt;
== discussions ==&lt;br /&gt;
* [[citation-irc-notes-2006-04-09]]&lt;/div&gt;</summary>
		<author><name>Mike</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=citation-brainstorming&amp;diff=15064</id>
		<title>citation-brainstorming</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=citation-brainstorming&amp;diff=15064"/>
		<updated>2007-03-30T17:24:15Z</updated>

		<summary type="html">&lt;p&gt;Mike: edit conf. pres. example to be valid xhtml snippet and make more readable&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h1&amp;gt; Citation Brainstorming &amp;lt;/h1&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* [[citation]]&lt;br /&gt;
* [[citation-examples]]&lt;br /&gt;
* [[citation-formats]]&lt;br /&gt;
* [[citation-faq]]&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
== Contributors ==&lt;br /&gt;
&lt;br /&gt;
* ...&lt;br /&gt;
* ... (a bunch of good folks!)&lt;br /&gt;
* Tantek Çelik&lt;br /&gt;
* Tim White&lt;br /&gt;
* Michael McCracken&lt;br /&gt;
* Brian Suda&lt;br /&gt;
* [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
&lt;br /&gt;
== Use Cases ==&lt;br /&gt;
&lt;br /&gt;
To focus the discussion, please add use cases below that will help show what problems the citation microformat will be solving.&lt;br /&gt;
&lt;br /&gt;
I've included two, focusing on consuming information - I've assumed that use cases for generating microformatted content would just involve the desire to enable your content to be consumed better, but I'm interested to see if there's something I'm missing here -Mike&lt;br /&gt;
&lt;br /&gt;
=== Acquiring reference information from the web ===&lt;br /&gt;
&lt;br /&gt;
A user either finds an author's papers page, or is viewing the results of a search and would like to import the information about the displayed papers into their local reference database, for the purposes of cataloging things they've read, adding notes, and using the information to generate later citations, potentially in other forms, such as BibTeX or Docbook, for inclusion in a publication of their own.&lt;br /&gt;
&lt;br /&gt;
Notes: In this case, it isn't important to the user what format the citation takes as displayed on the page where they find it. What *is* important is that it contains enough information to allow generation of the format they will ultimately re-publish it in. This implies that it may be worthwhile to err a little on the side of verbosity.&lt;br /&gt;
&lt;br /&gt;
Also, links to downloadable full representations of the cited work are very important - e.g. a link to the PDF of a journal article, or to a music file.&lt;br /&gt;
&lt;br /&gt;
=== Subscribing to reading lists, periodicals, etc ===&lt;br /&gt;
&lt;br /&gt;
I would like to be able to leverage my news aggregator with hAtom to subscribe to a remote source for citation information, for example:&lt;br /&gt;
&lt;br /&gt;
* a reading list for a seminar&lt;br /&gt;
* The publication list for a conference (e.g., subscribe to SIGGRAPH and see the updated conference proceedings every year)&lt;br /&gt;
* the issues of a journal&lt;br /&gt;
* a particular research group or researcher's publications&lt;br /&gt;
* Not just research: a popular author's publications (e.g., [http://www.gladwell.com/archive.html Malcolm Gladwell's Archive])&lt;br /&gt;
&lt;br /&gt;
=== Aggregating reading lists and reviews ===&lt;br /&gt;
&lt;br /&gt;
A citation microformat-specific aggregator could provide a decentralized version of [http://citeulike.org/ CiteULike]. Libraries, authors, research groups, and publishers could mark up their collections, while other people on weblogs or review sites could add tags and reviews.&lt;br /&gt;
&lt;br /&gt;
At least, having a well-adopted microformat would make writing tools like CiteULike much better, since it relies in some cases on screen-scraping publisher web-sites.&lt;br /&gt;
&lt;br /&gt;
=== Cut &amp;amp; Paste from web pages ===&lt;br /&gt;
Capturing/copying HTML from web pages for use in other applications (especially when those apps present HTML as output), such as pasting into Word, or a specialized application like [http://www.google.com/notebook Google Notebook], [http://onfolio.com Onfolio] or [http://www.kaboodle.com Kaboodle].  When such captures are made, it makes sense to keep track of the full citation data, including the date it was accessed, which may or may not be the date it was published. &lt;br /&gt;
&lt;br /&gt;
=== Blogs quoting other resources, including blogs ===&lt;br /&gt;
Any blog that cites online content, whether a blog or news article, could use an hCitation to properly link to the cited reference. Such citations could include the access date when the blogger made the citation, because resources on the other side of those links can change without notice. &lt;br /&gt;
&lt;br /&gt;
Instead, today we have simple formating with a link to the permaURL. The citation data is completely lacking. See [http://doc.weblogs.com Doc Searl's blog] for a style of referencing that could benefit from proper a citation uF.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Fascinating... after I added the last two use cases, I realized they focus on potentially marginal cases. The first because it is missing the &amp;quot;output&amp;quot; part of the cut &amp;amp; paste, where the uF would actually be used as part of the paste.  The latter because bloggers have a working citation mechanism that is just a link to the URL (hopefully a permaURL). One could argue they wouldn't want a full hCitation. And in fact, until a tool exists that makes it easy, they probably won't.  However, a tool that cuts &amp;amp; pastes from anywhere on the web into a blog with a full citation seems like a nice tool.  But again, I'm not really paving the cowpaths with these ideas. -Joe Andrieu&lt;br /&gt;
&lt;br /&gt;
===Finding in Library===&lt;br /&gt;
Find a copy of the cited work in a nearby library (as with [http://ocoins.info/ OpenCOinS]). [[User:AndyMabbett|AndyMabbett]] 04:55, 4 Nov 2006 (PST)&lt;br /&gt;
&lt;br /&gt;
===Buy a copy===&lt;br /&gt;
Find the cited work on, for example, Amazon or [http://www.abebooks.com/ ABE]; or subscribe to a journal via its own website. [[User:AndyMabbett|AndyMabbett]] 04:55, 4 Nov 2006 (PST)&lt;br /&gt;
&lt;br /&gt;
===Find reviews===&lt;br /&gt;
Find third-party reviews of the cited work. [[User:AndyMabbett|AndyMabbett]] 04:55, 4 Nov 2006 (PST)&lt;br /&gt;
&lt;br /&gt;
===Give citation data for the page being visited===&lt;br /&gt;
&lt;br /&gt;
Adding a class of, say, &amp;quot;self&amp;quot; to an attribute of the proposed strawman would allow users (or user agents) to extract the data required to cite the page being visited, when referring to it elsewhere. There would be the added advantage of allowing the citation to be ignored by any parser which might be building a &amp;quot;tree&amp;quot; of citations, and preventing the setting up of an infinite loop. &lt;br /&gt;
&lt;br /&gt;
For evidence of published &amp;quot;self citation&amp;quot; data (albeit on a secondary page) see the &amp;quot;cite this article&amp;quot; link on any Wikipedia entry, e.g. [http://en.wikipedia.org/w/index.php?title=Special:Cite&amp;amp;page=West_Midland_Bird_Club&amp;amp;id=115894372] from [http://en.wikipedia.org/wiki/West_Midland_Bird_Club].&lt;br /&gt;
&lt;br /&gt;
See also [http://en.wikipedia.org/wiki/Wikipedia_talk:Citing_Wikipedia#Citation_data_should_be_on_the_page_concerned Proposal to include on-page citation data in Wikipedia]&lt;br /&gt;
&lt;br /&gt;
:[[User:AndyMabbett|Andy Mabbett]] 13:47, 20 Mar 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
* (from a mailing list): &lt;br /&gt;
:&amp;lt;blockquote&amp;gt;if you want to cite a [biomedical journal] journal article on Wikipedia [...] you can export a correctly-formatted citation for Wikipedia from HubMed using unAPI... http://hublog.hubmed.org/archives/001408.html&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*[http://www.zotero.org/ Zotero], a Firefox extension to help collect, manage, and cite research sources. &lt;br /&gt;
:[[User:AndyMabbett|Andy Mabbett]] 09:13, 21 Mar 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
== Original hBib Discussion ==&lt;br /&gt;
&lt;br /&gt;
During the WWW2005 Developer's Day [[microformats]] track, Rohit Khare gave a [[presentations|presentation]] where he discussed the microformats [[process]], and then did  a quick demonstration wherein a bunch of us got on a shared Subethaedit document, and brainstormed some thoughts on what an &amp;quot;hBib&amp;quot; bibliography citation microformat would look like.  Rohit placed the [http://cnlabs.commerce.net/~rohit/hBib%20Discussion.html document on his Commercenet site].&lt;br /&gt;
&lt;br /&gt;
* http://cnlabs.commerce.net/~rohit/hBib%20Discussion.html&lt;br /&gt;
&lt;br /&gt;
''An attempt to summarize and inline the linked document follows. -Mike''&lt;br /&gt;
&lt;br /&gt;
Two major goals were outlined by the group:&lt;br /&gt;
&lt;br /&gt;
* Avoid re-keying references&lt;br /&gt;
* Adapt to new journal styles by changing CSS&lt;br /&gt;
 &lt;br /&gt;
The fundamental problem was discussed in terms of display - the ability to transform XHTML+hBib into the many journal-specific formats. For example, how to display &amp;quot;et.al&amp;quot; when all authors are present in the source, and how to re-order the elements if a style defines a set order of elements that conflicts with the ordering in the source. Using hCard for authors was agreed on, and the beginnings of an example were shown.&lt;br /&gt;
&lt;br /&gt;
== XHTML Structure ==&lt;br /&gt;
With my exprience working X2V and hCa* has taught me what elememts are easy to find and which are not. Since the Citation microformat is very new it is possible to not make a lot of the same errors twice and to make things easier for extracting application to find and imply certain properties.&lt;br /&gt;
&lt;br /&gt;
* There should be some sort of 'root node' that implies all child elements are for the hCitation microformat.&lt;br /&gt;
* Since most people will have multiple citations there should be away to represent each hCitation object as a unqiue block independent of another. This is to keep the parse from finding 'author' and applying that to all citations. Each citation should be in a container (class=&amp;quot;hcite&amp;quot;) that is separated from others.&lt;br /&gt;
* Perhaps class=&amp;quot;hcite&amp;quot; with &amp;lt;code&amp;gt;&amp;amp;lt;cite&amp;amp;gt;&amp;lt;/code&amp;gt; recommended as the root element. E.g. &amp;lt;code&amp;gt;&amp;amp;lt;cite class=&amp;quot;hcite&amp;quot;&amp;amp;gt;&amp;lt;/code&amp;gt; &lt;br /&gt;
&lt;br /&gt;
'''Note: This section was the original content of the document. Since then, class='hcite' has been agreed on as the root class name. See  [http://microformats.org/wiki?title=citation-brainstorming#.27hcite.27_as_Root_Element_name explanation].'''&lt;br /&gt;
&lt;br /&gt;
== Citation vs. [[media-info]] ==&lt;br /&gt;
&lt;br /&gt;
What distinguishes a cite from say [[media-info]] (e.g. [[media-info-examples]]) is that a cite is a reference to something explicitly external to the current piece of content or document, whereas [[media-info]] describes information about content embedded or inline in the current document.&lt;br /&gt;
&lt;br /&gt;
== Semantic Meaning ==&lt;br /&gt;
One of the guiding priniciple of Microformats is to use the most semantically rich element to describe each node (Point 2 of Semantic XHTML Design Principles: Use the most accurately precise semantic XHTML building block for each object etc). Since we are dealing with HTML and citations, several elements are candidates to be used to enrich the semantic meaning. [http://www.w3.org/TR/REC-html40/struct/text.html CITE, BLOCKQUOTE, Q, A], (are there more?)&lt;br /&gt;
&lt;br /&gt;
The [[citation-brainstorming|Citation Brainstorming Page]] has a few development and ideas about how to give another person credit for a link. Some of the semantic ideas behind their choices of tags can be applied to a full bibliographic type reference. ''Does this sentence make sense only historically? -Mike''&lt;br /&gt;
&lt;br /&gt;
== OCLC's WorldCat for titles == &lt;br /&gt;
Question: what about using something like OCLC's [http://www.oclc.org/worldcat/open/isbnissnlinking/default.htm WorldCat] for linking titles? - Tim White&lt;br /&gt;
&lt;br /&gt;
== This and That ==&lt;br /&gt;
After reading through alot of different citation encoding formats, i noticed that each format was being used in onw of two ways. It was either to describe the Current page (THIS.PAGE) or being used to encode references that point to external resources (THAT.PAGE)&lt;br /&gt;
&lt;br /&gt;
The informatation being encoded was identical for both resources (author, date, name, etc) they just reference different things. For this microformat, i'm not sure if we want to try to solve both problems, or just one? The meta tags in the head element would be the ideal place for information about the THIS.PAGE, but that is not in following with the ideals of microformats where information is human-readable. The THAT.PAGE idea where a list of references is at the end of a document in the form of a bibliography is more inline with the ideals of a microformat where the data is human-readable. That doesn't mean that data about the current document shouldn't be human-readable, so some of the same properties used to reference extermal resources can be used for the current document (THIS.PAGE). To do this a different root item could be used and transforming applications could either extract the citation data about the current page, or information about this page's references.&lt;br /&gt;
&lt;br /&gt;
This is open for discussion, but either way, i believe that the properties used to describe a page will be the same for both THIS and THAT. [http://suda.co.uk/ brian suda]&lt;br /&gt;
&lt;br /&gt;
== More on This and That ==&lt;br /&gt;
&lt;br /&gt;
Citation microformats are being explored as a possibility for citing genealogical information at [http://eatslikeahuman.blogspot.com Dan Lawyer's blog].&lt;br /&gt;
&lt;br /&gt;
This is a case where frequently the citation would refer to (THIS.PAGE), but would have nested within it a reference to (THAT.PAGE), possibly a few levels deep. For instance, a web page might contain data extracted from a microfilm of a census. The citation would need to include information about the web page, information about the microfilm, and information about the census. Genealogical citations are expected to include the repository (where can this book or microfilm be found. Is this the same as ''venue''?). So, at each level the information should contain the repository of the referenced item. A nesting (recursive) mechanism for citation microformats would be useful in this case. Is this the function of the &amp;quot;container&amp;quot; element in the Straw Format?&lt;br /&gt;
&lt;br /&gt;
== Date Formatting ==&lt;br /&gt;
Since microformats are all about re-use and the accepted way to encode Date-Time has been pretty much settled, then this is a good place to start when dealing with all the different date citation types. &lt;br /&gt;
&lt;br /&gt;
These are all the different fields from various citation formats that are of temporal nature:&lt;br /&gt;
 * Date (available | created | dateAccepted | dateCopyrighted | dateSubmitted | issued | modified | valid)&lt;br /&gt;
 * originInfo/dateIssued&lt;br /&gt;
 * originInfo/dateCreated&lt;br /&gt;
 * originInfo/dateCaptured&lt;br /&gt;
 * originInfo/dateOther&lt;br /&gt;
 * month&lt;br /&gt;
 * year&lt;br /&gt;
 * Copyright Year&lt;br /&gt;
 * Date - Generic&lt;br /&gt;
 * Date of Confernce&lt;br /&gt;
 * Date of Publication&lt;br /&gt;
 * Date of update/revisou/issuance of database record&lt;br /&gt;
 * Former Date&lt;br /&gt;
 * Entry Date for Database Record&lt;br /&gt;
 * Database Update&lt;br /&gt;
 * Year of Publication&lt;br /&gt;
&lt;br /&gt;
There are several common properties across several citation domains and will certainly be in the citation microformat, the unique instances will need further consideration, otherwise there could be no end to posiblities. &lt;br /&gt;
&lt;br /&gt;
There are also several properties (year, month, Year of publication) that can be extracted from another source. Therefore, if you only encode a more specific property such as; Date of Publication, you can extract the 'year of publication' from that. Since the date-time format we are modeling after is the ISO date-time format, just the Year portion is an acceptable date. So if you ONLY know the year of publication, the you can form a valid 'Date of Publication' as a microformat (which inturn is a valid 'year of publication') - you milage may vary when it comes to importing into citation applications.&lt;br /&gt;
&lt;br /&gt;
...&lt;br /&gt;
&lt;br /&gt;
It seems to me that these can be collapsed to maybe one or two different date properties.  As far as the specific human readable formatting of the date, that can be chosen per whatever the presentation style guide says, and the [[datetime-design-pattern]] used to simplify the markup. - Tantek&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Important'''&lt;br /&gt;
Sometimes we need a date range and not simply a date (e.g. 4-6 May 2006). See ''Conference Citation'' examples later on this page. - Discoleo&lt;br /&gt;
&lt;br /&gt;
'''Seasons'''&lt;br /&gt;
Some journals have seasonal issues (e.g. &amp;quot;Summer 2006 edition&amp;quot;) instead of, or as well as, editions labelled by month or other calendar-date. [[User:AndyMabbett|AndyMabbett]] 05:05, 4 Nov 2006 (PST)&lt;br /&gt;
&lt;br /&gt;
== Tags ==&lt;br /&gt;
Some of the citation formats has a place for 'keywords' or 'generic tags', etc. This might be a good place to re-use the [http://microformats.org/wiki/rel-tag RelTag microformat]. The downside would be that they are then forced to be links, which might be the correct way to mark-up these terms.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== MARC / MODS / Dublin Core ==&lt;br /&gt;
&lt;br /&gt;
The MODS ([http://www.loc.gov/standards/marcxml/Sandburg/sandburgmods.xml example]) and Dublin Core ([http://www.loc.gov/standards/marcxml/Sandburg/sandburgdc.xml example]) transformations of MARC21 may contain some useful ideas.&lt;br /&gt;
&lt;br /&gt;
Here's a first attempt at rewriting the linked examples in XHTML (written in response to a [http://microformats.org/discuss/mail/microformats-discuss/2005-December/002438.html mailing list query about encoding book information with microformats]):&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;book&amp;quot; lang=&amp;quot;en&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;h3 class=&amp;quot;fn&amp;quot;&amp;gt;Arithmetic /&amp;lt;/h3&amp;gt;&lt;br /&gt;
  &amp;lt;p&amp;gt;By &amp;lt;span class=&amp;quot;creator&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Sandburg, Carl&amp;lt;/span&amp;gt;,&lt;br /&gt;
     &amp;lt;span class=&amp;quot;date&amp;quot;&amp;gt;1878-1967&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;,&lt;br /&gt;
     and &amp;lt;span class=&amp;quot;illustrator&amp;quot;&amp;gt;Rand, Ted&amp;lt;/span&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
  &amp;lt;p&amp;gt;Publisher: &amp;lt;span class=&amp;quot;publisher&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Harcourt Brace Jovanovich&amp;lt;/span&amp;gt;,&lt;br /&gt;
     &amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;San Diego&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
  &amp;lt;p&amp;gt;Published: &amp;lt;span class=&amp;quot;issued&amp;quot;&amp;gt;1993&amp;lt;/span&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
  &amp;lt;p class=&amp;quot;description&amp;quot;&amp;gt;A poem about numbers and their characteristics. Features&lt;br /&gt;
     anamorphic, or distorted, drawings which can be restored to normal by viewing&lt;br /&gt;
     from a particular angle or by viewing the image's reflection in the provided&lt;br /&gt;
     Mylar cone.&amp;lt;/p&amp;gt;&lt;br /&gt;
  &amp;lt;p class=&amp;quot;note&amp;quot;&amp;gt;One Mylar sheet included in pocket.&amp;lt;/p&amp;gt;&lt;br /&gt;
  &amp;lt;p&amp;gt;Subjects:&amp;lt;/p&amp;gt;&lt;br /&gt;
  &amp;lt;ul&amp;gt;&lt;br /&gt;
    &amp;lt;li class=&amp;quot;subject&amp;quot;&amp;gt;Arithmetic&amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li class=&amp;quot;subject&amp;quot;&amp;gt;Children's poetry, American.&amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li class=&amp;quot;subject&amp;quot;&amp;gt;Arithmetic&amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li class=&amp;quot;subject&amp;quot;&amp;gt;American poetry&amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li class=&amp;quot;subject&amp;quot;&amp;gt;Visual perception&amp;lt;/li&amp;gt;&lt;br /&gt;
  &amp;lt;/ul&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;
== Basic Citation Stuctures ==&lt;br /&gt;
There are basic structures to any citation, this is an overview of some of the types&lt;br /&gt;
[http://www.users.muohio.edu/darcusb/misc/citations-spec.html http://www.users.muohio.edu/darcusb/misc/citations-spec.html]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Concerns not addressed by existing formats ==&lt;br /&gt;
&lt;br /&gt;
There are some aspects '''NOT adequately''' covered by existing formats. I have addressed this issue on the OpenOffice.org wiki page, too. [see http://wiki.services.openoffice.org/wiki/Bibliographic_Database for an extending discussion, the paragraph on ''Reference Types'']&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
These issues pertain mainly to '''Errata''', '''Comments and Authors Reply''' and '''Article Retractions'''.&lt;br /&gt;
* a bidirectional link could be necessary to implement these features (original article &amp;lt;=&amp;gt; eratum, reply, retraction letter)&lt;br /&gt;
* '''IMPORTANT: Errata'''&lt;br /&gt;
** Erata: one or more Corrections might be posted in various issues of the journal&lt;br /&gt;
** this is usually cited as: Orininal Article Citation Data (Correction available in ''Journal, Issue Nr, Year, Pages'') (repeat for more than one correction)&lt;br /&gt;
** it is possibly never cited alone&lt;br /&gt;
** there should be a link to the original article, while the original article should contain a link to this ''Errata''&lt;br /&gt;
* '''IMPORTANT: Commentary and Author Reply'''&lt;br /&gt;
** similar to Errata, there might be one or more Comments and Author Replys; this should be stored, too&lt;br /&gt;
** however, it is usually not included in the original citation&lt;br /&gt;
** it might be used however in a citation, but I do not know exaclty how to cite it optimally (original article should be provided as well) &lt;br /&gt;
* '''IMPORTANT: Article Retraction'''&lt;br /&gt;
** an article may be retracted because of plagiarism or some other flaw&lt;br /&gt;
** this should not be used any further in the research&lt;br /&gt;
** however, it might be used e.g. for an article on plagiarism or flawed research&lt;br /&gt;
** there should be therefore one field storing this information, too, and a link to:&lt;br /&gt;
** the published withdrawal letter (which explains why the article was retracted)&lt;br /&gt;
&lt;br /&gt;
* this issue may need a time-controlled event&lt;br /&gt;
* '''IMPORTANT: electronic publishing ahead of print (EPUB)'''&lt;br /&gt;
** more and more articles are initially posted online, before the published article gets actually printed&lt;br /&gt;
** How should this be used/cited?&lt;br /&gt;
** Is this changed, after the print version becomes available?&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Outstanding Issues ==&lt;br /&gt;
The 3 main points i (Brian) came across so far are:&lt;br /&gt;
1) IDENTIFIERS&lt;br /&gt;
2) FORMAT TYPES&lt;br /&gt;
3) NESTING&lt;br /&gt;
&lt;br /&gt;
1) In hCard/hCalendar there is a UID field. Added with URL it makes for a great unique identifier. There are loads of other identifers besides URL, ISBN, LOC call number, SKU, ISSN, etc. Many of these are unique in their domain, but not globally unique. So how to they get marked-up? Much like the hCard TEL/ADR properties, we can use something like:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;uid&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;type&amp;quot;&amp;gt;ISBN&amp;lt;/span&amp;gt;: &amp;lt;span&lt;br /&gt;
class=&amp;quot;value&amp;quot;&amp;gt;123456&amp;lt;/span&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
This makes the encoding the most extensible... if we start use class=&amp;quot;isbn&amp;quot; then it is an enumerated list, with class=&amp;quot;type&amp;quot; it is open ended.&lt;br /&gt;
&lt;br /&gt;
2) I keep mis-using &amp;quot;format&amp;quot;, format is the medium - hardback, softback. The TYPE (there probably is a better word - container?) is book, article, conference, manifesto, etc. Much like the identifers we can make an enumerated list of values, class=&amp;quot;book&amp;quot;, class=&amp;quot;article&amp;quot;, but that boxes us in, whereas something like: &amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;span class=&amp;quot;type&amp;quot;&amp;gt;article&amp;lt;/span&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt; leaves things more open.&lt;br /&gt;
&lt;br /&gt;
3) Nesting citation data in a citation. The ability to nest the same microformat inside itself is something that other microformats don't explicitly handle.&lt;br /&gt;
&lt;br /&gt;
The two options are:&lt;br /&gt;
i) Using class=&amp;quot;book&amp;quot;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;hcite&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;div class=&amp;quot;book&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Book Title&amp;lt;/span&amp;gt;&lt;br /&gt;
  &amp;lt;div class=&amp;quot;chapter&amp;quot;&amp;gt;&lt;br /&gt;
     &amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Chapter Title&amp;lt;/span&amp;gt;&lt;br /&gt;
  &amp;lt;/div&amp;gt;&lt;br /&gt;
 &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&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 makes things easy to nest and to figure out exactly what is&lt;br /&gt;
associated with what, but the downside is that we have enumerated&lt;br /&gt;
lists of values for the class properties.&lt;br /&gt;
&lt;br /&gt;
ii) using the TYPE for book&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;hcite&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;div class=&amp;quot;type&amp;quot;&amp;gt;book&amp;lt;/div&amp;gt;&lt;br /&gt;
 &amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Book Title&amp;lt;/span&amp;gt;&lt;br /&gt;
 &amp;lt;div class=&amp;quot;type&amp;quot;&amp;gt;chapter&amp;lt;/div&amp;gt;&lt;br /&gt;
 &amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Chapter Title&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
now the class=&amp;quot;fn&amp;quot; is not nested inside the class=&amp;quot;book&amp;quot; or&lt;br /&gt;
class=&amp;quot;chapter&amp;quot; so there would have to be some other mechanism to&lt;br /&gt;
associate the data with the type.&lt;br /&gt;
&lt;br /&gt;
== Brian's Straw format ==&lt;br /&gt;
&lt;br /&gt;
=== implied schema (examples) ===&lt;br /&gt;
 + publisher&lt;br /&gt;
 + language&lt;br /&gt;
 + description&lt;br /&gt;
 + title&lt;br /&gt;
 + creator&lt;br /&gt;
 + journal&lt;br /&gt;
 + volume&lt;br /&gt;
 + issue&lt;br /&gt;
 + page &lt;br /&gt;
 + edition&lt;br /&gt;
 + identifier&lt;br /&gt;
 + tags&lt;br /&gt;
 + format&lt;br /&gt;
 + date published&lt;br /&gt;
 + copyright&lt;br /&gt;
 - audience&lt;br /&gt;
&lt;br /&gt;
=== implied schema (formats) ===&lt;br /&gt;
 + publisher&lt;br /&gt;
 + language&lt;br /&gt;
 + description&lt;br /&gt;
 + title&lt;br /&gt;
 + creator&lt;br /&gt;
 + volume&lt;br /&gt;
 + pages&lt;br /&gt;
 + edition&lt;br /&gt;
 + issue&lt;br /&gt;
 + identifier&lt;br /&gt;
 + tags&lt;br /&gt;
 + format&lt;br /&gt;
 + date published&lt;br /&gt;
 + date copyrighted&lt;br /&gt;
 - subtitle&lt;br /&gt;
 - image &lt;br /&gt;
 - excerpt&lt;br /&gt;
 - index terms&lt;br /&gt;
 - series title&lt;br /&gt;
 - publication&lt;br /&gt;
 - journal&lt;br /&gt;
 - part (1 of X)&lt;br /&gt;
&lt;br /&gt;
UNION of the two schemas&lt;br /&gt;
 + (PLUS) means common properties&lt;br /&gt;
 - (MINUS) means unique to the schema&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Working straw schema ===&lt;br /&gt;
&lt;br /&gt;
This list records discussion about the common schema from above. The format is ''descriptive-name'' (''optional-recommended-element'' 'class-name') (''link to explanation'').&lt;br /&gt;
&lt;br /&gt;
If there is no explanation link, that field should be considered either obvious or up for debate. If you're not sure which, it's up for debate.&lt;br /&gt;
&lt;br /&gt;
* root element ('hcite') ([http://microformats.org/wiki?title=citation-brainstorming#.27hcite.27_as_Root_Element_name explanation])&lt;br /&gt;
** title ('title')&lt;br /&gt;
** Author / Editor etc. ('creator')&lt;br /&gt;
** Pages ('pages')&lt;br /&gt;
*** note: this can be any value&lt;br /&gt;
** container ('container hcite')&lt;br /&gt;
*** A nested hcite element that represents a containing item (like a book for a chapter) ([http://microformats.org/wiki?title=citation-brainstorming#Container discussion and link to mailing list thread])&lt;br /&gt;
** Volume Number ('volume')&lt;br /&gt;
** Edition ('edition')&lt;br /&gt;
** Issue number ('issue')&lt;br /&gt;
** Tags (href rel='tag')&lt;br /&gt;
** Format ('format')&lt;br /&gt;
*** Note - this is unclear at present - does format mean 'type', as in 'book' vs. 'article'? --[[User:Mike|Mike]] 22:53, 16 Jan 2007 (PST)&lt;br /&gt;
** date published ('date-published')  ([http://microformats.org/wiki?title=citation-brainstorming#Date_Fields explanation])&lt;br /&gt;
** date accessed ('date-accessed')  ([http://microformats.org/wiki?title=citation-brainstorming#Date_Fields explanation])&lt;br /&gt;
** publisher&lt;br /&gt;
** language&lt;br /&gt;
** Abstract / description ('description')&lt;br /&gt;
** URI (href class='uri') ([http://microformats.org/wiki?title=citation-brainstorming#The_URI_Element explanation])&lt;br /&gt;
** identifier&lt;br /&gt;
*** an (not necessarily globally unique) identifier, such as a cite-key, pubmed ID number, or simply the reference number or string within a publication ([1] or [CLRS2001])&lt;br /&gt;
&lt;br /&gt;
==== Notes about missing / changed fields in the schema ====&lt;br /&gt;
&lt;br /&gt;
This section lists fields that are intentionally ''not'' included in the straw schema, or are not represented directly, and links to discussion about each.&lt;br /&gt;
&lt;br /&gt;
* date copyrighted ([http://microformats.org/wiki?title=citation-brainstorming#Date_Fields explanation])&lt;br /&gt;
&lt;br /&gt;
=== Examples ===&lt;br /&gt;
&lt;br /&gt;
Markup examples using the above format:&lt;br /&gt;
&lt;br /&gt;
==== Book ====&lt;br /&gt;
&lt;br /&gt;
This is Brian's original example&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;ul class=&amp;quot;bibliography&amp;quot;&amp;gt;&lt;br /&gt;
	&amp;lt;li class=&amp;quot;hcite&amp;quot; xml:lang=&amp;quot;en-gb&amp;quot;&amp;gt;&lt;br /&gt;
	&lt;br /&gt;
		&amp;lt;!-- publisher data as hCard--;&lt;br /&gt;
		&amp;lt;div class=&amp;quot;publisher vcard&amp;quot;&amp;gt;&lt;br /&gt;
			&amp;lt;span class=&amp;quot;fn org&amp;quot;&amp;gt;ABC Publishing Co.&amp;lt;/span&amp;gt;&lt;br /&gt;
			&amp;lt;span class=&amp;quot;country-name&amp;quot;&amp;gt;United Kingdom&amp;lt;/span&amp;gt;&lt;br /&gt;
			...&lt;br /&gt;
		&amp;lt;/div&amp;gt;&lt;br /&gt;
		&lt;br /&gt;
		&amp;lt;!-- author(s) data as hCard --&amp;gt;&lt;br /&gt;
		&amp;lt;div class=&amp;quot;creator vcard&amp;quot;&amp;gt;&lt;br /&gt;
			&amp;lt;span class=&amp;quot;fn n&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;given-name&amp;quot;&amp;gt;John &amp;lt;span class=&amp;quot;family-name&amp;quot;&amp;gt;Doe&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
			...&lt;br /&gt;
		&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
		&amp;lt;!-- location data --&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Foobar!&amp;lt;/span&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;description&amp;quot;&amp;gt;World Class Book about foobar&amp;lt;/span&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;volume&amp;quot;&amp;gt;1&amp;lt;/span&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;issue&amp;quot;&amp;gt;1&amp;lt;/span&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;edition&amp;quot;&amp;gt;1&amp;lt;/span&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;pages&amp;quot;&amp;gt;1-10&amp;lt;/span&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;format&amp;quot;&amp;gt;article&amp;lt;/span&amp;gt;&lt;br /&gt;
		&lt;br /&gt;
		&amp;lt;!-- differed to the UID debate --&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;identifier&amp;quot;&amp;gt;12345678&amp;lt;/span&amp;gt;&lt;br /&gt;
		&lt;br /&gt;
		&amp;lt;!-- keywords --&amp;gt;&lt;br /&gt;
		&amp;lt;a class=&amp;quot;keyword&amp;quot; rel=&amp;quot;tag&amp;quot; href=&amp;quot;/tags/foo&amp;quot;&amp;gt;foo&amp;lt;/a&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;keyword&amp;quot;&amp;gt;bar&amp;lt;/span&amp;gt;&lt;br /&gt;
		&lt;br /&gt;
		&amp;lt;!-- date properties --&amp;gt;&lt;br /&gt;
		Published &amp;lt;abbr class=&amp;quot;date-published&amp;quot; title=&amp;quot;20060101&amp;quot;&amp;gt;January 1st 1006&amp;lt;/abbr&amp;gt;&lt;br /&gt;
		Copyright &amp;lt;abbr class=&amp;quot;copyright&amp;quot; title=&amp;quot;20060101&amp;quot;&amp;gt;2006&amp;lt;/abbr&amp;gt;&lt;br /&gt;
	&amp;lt;/li&amp;gt;&lt;br /&gt;
	...&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p class=&amp;quot;hcite&amp;quot;&amp;gt;Have you read &amp;lt;span class=&amp;quot;title&amp;quot;&amp;gt;&amp;lt;abbr title=&amp;quot;book&amp;quot; class=&amp;quot;format&amp;quot;&amp;gt;Foo Bar&amp;lt;/abbr&amp;gt;&amp;lt;/span&amp;gt;? &lt;br /&gt;
It was written by &amp;lt;span class=&amp;quot;author vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;John Doe&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;. &lt;br /&gt;
It only came out a &amp;lt;abbr class=&amp;quot;dtpublished&amp;quot; title=&amp;quot;20060101&amp;quot;&amp;gt;few months ago&amp;lt;/abbr&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Note: the &amp;quot;format&amp;quot; property above is incorrect. Format would refer more the physical characteristics of an item, rather than its type or genre (e.g. &amp;quot;article&amp;quot;, &amp;quot;book&amp;quot;, etc.). I'd rather have the main class for the li be &amp;quot;article&amp;quot; in this context, than the fairly meaningless &amp;quot;citation.&amp;quot;  Of course, one could have both, which would be fine too. -- bruce&lt;br /&gt;
&lt;br /&gt;
Note: Could we use ROLE from hCard to identify editors, translators, authors, etc?&lt;br /&gt;
This was discussed on the mailing list and the idea was dropped [http://microformats.org/discuss/mail/microformats-discuss/2006-September/005694.html]&lt;br /&gt;
&lt;br /&gt;
'''Comments''' : [[User:Singpolyma|singpolyma]] 08:03, 16 Jun 2006 (PDT) : keywords should be [[rel-tag]], and probably also [[XOXO]] (the same way the citation list is)&lt;br /&gt;
&lt;br /&gt;
[[User:RCanine|RCanine]] 11:55, 18 Dec 2006 (EST) :&lt;br /&gt;
&lt;br /&gt;
* Is there a reason not to re-use &amp;quot;published&amp;quot; from hAtom instead of inventing a new, basically equivalent term in &amp;quot;dtpublished&amp;quot;?&lt;br /&gt;
** note - date-published was decided on for the field, example changed to reflect it --[[User:Mike|Mike]] 10:12, 30 Mar 2007 (PDT)&lt;br /&gt;
* Missing a URL/URI/IRI/UID etc. field example (ISBN for Book).&lt;br /&gt;
* Does the &amp;quot;copyright&amp;quot; class conflict with [http://www.whatwg.org/specs/web-apps/current-work/#class WHATWG's definition]?&lt;br /&gt;
* WRT Bruce's comment, I'm currently using class=&amp;quot;article citation&amp;quot; for my writing, as it has the most flexibility with CSS styles for titles (e.g. Book titles .citation&amp;gt;.fn must be italicized, while article titles must not, their container should).&lt;br /&gt;
* Speaking of containers, we need an &amp;quot;in&amp;quot; or &amp;quot;collection&amp;quot; field for journal articles or articles-in-books, or is that covered by &amp;quot;publisher&amp;quot;?&lt;br /&gt;
&lt;br /&gt;
==== Citing Private Communication ====&lt;br /&gt;
&lt;br /&gt;
Needs an example.&lt;br /&gt;
&lt;br /&gt;
==== Citing Legal Cases ====&lt;br /&gt;
Needs an example. &lt;br /&gt;
see [http://microformats.org/wiki/citation-examples-markup#Wikipedia_Court_Case Wikipedia example] for inspiration.&lt;br /&gt;
&lt;br /&gt;
==== Citing a Book ====&lt;br /&gt;
&lt;br /&gt;
needs an example&lt;br /&gt;
&lt;br /&gt;
==== Citing a journal article ====&lt;br /&gt;
&lt;br /&gt;
needs an example &lt;br /&gt;
&lt;br /&gt;
==== Citing a magazine article ====&lt;br /&gt;
&lt;br /&gt;
needs an example&lt;br /&gt;
&lt;br /&gt;
==== Citing a Patent ====&lt;br /&gt;
&lt;br /&gt;
Drawn from this [http://microformats.org/wiki/citation-examples#U.S._Patent example from Wikipedia]:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;li class=&amp;quot;hcite&amp;quot;&amp;gt;&amp;lt;a href=&amp;quot;http://patft.uspto.gov/netacgi/nph-Parser?patentnumber=4,405,829&amp;quot; class=&amp;quot;url&amp;quot; &lt;br /&gt;
    title=&amp;quot;http://patft.uspto.gov/netacgi/nph-Parser?patentnumber=4,405,829&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;format&amp;quot;&amp;gt;U.S. Patent&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;identifier&amp;quot;&amp;gt;4,405,829&amp;lt;/span&amp;gt;&amp;lt;/a&amp;gt;:&lt;br /&gt;
    &amp;lt;span class=&amp;quot;description&amp;quot;&amp;gt;The &amp;lt;a href=&amp;quot;/wiki/RSA&amp;quot; title=&amp;quot;RSA&amp;quot;&amp;gt;RSA&amp;lt;/a&amp;gt; patent, a famous software patent on the ground-breaking &lt;br /&gt;
    and highly unobvious algorithm for public key encryption, widely used for secure communications &lt;br /&gt;
    in many industries nowdays&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Citing a conference publication====&lt;br /&gt;
&lt;br /&gt;
Based on the [http://microformats.org/wiki/citation-examples#ACM_Digital_Library_Search_Result_Examples conference publication reference example].&lt;br /&gt;
&lt;br /&gt;
Changed Oct 06 to conform with [http://microformats.org/wiki/citation-brainstorming#Brian.27s_Straw_format Brian's format]. --[[User:Mike|Mike]] 18:09, 12 Oct 2006 (PDT)&lt;br /&gt;
(everything but the url class should be in line with that proposal)&lt;br /&gt;
&lt;br /&gt;
L. Hochstein, J. Carver, F. Shull, S. Asgari, V. Basili, J. K. Hollingsworth, and M. Zelkowitz, “Hpc programmer productivity: A case study of novice hpc programmers,” in Proceedings of ACM/IEEE Supercomputing Conference, 2005.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;hcite&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;span class=&amp;quot;creator vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Lorin Hochstein&amp;lt;/span&amp;gt;&lt;br /&gt;
  &amp;lt;span class=&amp;quot;org&amp;quot;&amp;gt; University of Maryland, College Park &amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;,&lt;br /&gt;
  &amp;lt;span class=&amp;quot;creator vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt; Jeff Carver &amp;lt;/span&amp;gt; &lt;br /&gt;
  &amp;lt;span class=&amp;quot;org&amp;quot;&amp;gt; Mississippi State University &amp;lt;/span&amp;gt; &amp;lt;/span&amp;gt;,&lt;br /&gt;
  &amp;lt;span class=&amp;quot;creator vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt; Forrest Shull &amp;lt;/span&amp;gt; &lt;br /&gt;
  &amp;lt;span class=&amp;quot;org&amp;quot;&amp;gt; Fraunhofer Center Maryland &amp;lt;/span&amp;gt; &amp;lt;/span&amp;gt;,&lt;br /&gt;
  &amp;lt;span class=&amp;quot;creator vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt; Sima Asgari&amp;lt;/span&amp;gt; &lt;br /&gt;
  &amp;lt;span class=&amp;quot;org&amp;quot;&amp;gt; University of Maryland, College Park &amp;lt;/span&amp;gt; &amp;lt;/span&amp;gt;,&lt;br /&gt;
  &amp;lt;span class=&amp;quot;creator vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt; Victor Basili&amp;lt;/span&amp;gt; &lt;br /&gt;
  &amp;lt;span class=&amp;quot;org&amp;quot;&amp;gt; Fraunhofer Center Maryland &amp;lt;/span&amp;gt; &amp;lt;/span&amp;gt;,&lt;br /&gt;
  &amp;lt;span class=&amp;quot;creator vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt; Jeffrey K. Hollingsworth&amp;lt;/span&amp;gt; &lt;br /&gt;
  &amp;lt;span class=&amp;quot;org&amp;quot;&amp;gt; University of Maryland, College Park &amp;lt;/span&amp;gt; &amp;lt;/span&amp;gt;, and &lt;br /&gt;
  &amp;lt;span class=&amp;quot;creator vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt; Marv Zelkowitz&amp;lt;/span&amp;gt; &lt;br /&gt;
  &amp;lt;span class=&amp;quot;org&amp;quot;&amp;gt; University of Maryland, College Park &amp;lt;/span&amp;gt; &amp;lt;/span&amp;gt;,&lt;br /&gt;
  &lt;br /&gt;
  &amp;lt;a class=&amp;quot;title url&amp;quot; href=&amp;quot;http://dx.doi.org/10.1109/SC.2005.53&amp;quot;&amp;gt;HPC Programmer Productivity: A Case Study of Novice HPC Programmers&amp;lt;/a&amp;gt;. &lt;br /&gt;
  (&amp;lt;span class=&amp;quot;format&amp;quot;&amp;gt;conference publication&amp;lt;/span&amp;gt;)&lt;br /&gt;
  &amp;lt;span class=&amp;quot;container hcite&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;a class=&amp;quot;title url&amp;quot; href=&amp;quot;...&amp;quot;&amp;gt;Proceedings of ACM/IEEE Supercomputing Conference&amp;lt;/a&amp;gt;&lt;br /&gt;
    &amp;lt;abbr class=&amp;quot;date-published&amp;quot; title=&amp;quot;20051126T0000-0800&amp;quot;&amp;gt;2005&amp;lt;/abbr&amp;gt;&lt;br /&gt;
  &amp;lt;/span&amp;gt;&lt;br /&gt;
  page &amp;lt;span class=&amp;quot;pages&amp;quot;&amp;gt;35&amp;lt;/span&amp;gt;&lt;br /&gt;
  &amp;lt;span class=&amp;quot;publisher vcard&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;IEEE Computer Society&lt;br /&gt;
    &amp;lt;/span&amp;gt;&lt;br /&gt;
    &amp;lt;span class=&amp;quot;adr&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;Washington&amp;lt;/span&amp;gt;,&lt;br /&gt;
      &amp;lt;span class=&amp;quot;region&amp;quot;&amp;gt;DC&amp;lt;/span&amp;gt;&lt;br /&gt;
    &amp;lt;/span&amp;gt;&lt;br /&gt;
  &amp;lt;/span&amp;gt;&lt;br /&gt;
  &amp;lt;a class=&amp;quot;url eprint&amp;quot; href=&amp;quot;http://portal.acm.org/...&amp;quot;&amp;gt;PDF of full text from ACM&amp;lt;/a&amp;gt;&lt;br /&gt;
  &lt;br /&gt;
  DOI: &amp;lt;a class=&amp;quot;url uid&amp;quot; href=&amp;quot;http://dx.doi.org/10.1109/SC.2005.53&amp;quot;&amp;gt;10.1109/SC.2005.53&amp;lt;/a&amp;gt;&lt;br /&gt;
  Tags: &lt;br /&gt;
  &amp;lt;a class=&amp;quot;keyword&amp;quot; rel=&amp;quot;tag&amp;quot; href=&amp;quot;results.cfm?query=genterm%3A%22Design%22 ...&amp;quot;&amp;gt;Design&amp;lt;/a&amp;gt;,&lt;br /&gt;
  &amp;lt;a class=&amp;quot;keyword&amp;quot; rel=&amp;quot;tag&amp;quot; href=&amp;quot;results.cfm?query=genterm%3A%22Experimentation%22 ....&amp;quot;&amp;gt;Experimentation&amp;lt;/a&amp;gt;,&lt;br /&gt;
  &amp;lt;a class=&amp;quot;keyword&amp;quot; rel=&amp;quot;tag&amp;quot; href=&amp;quot;results.cfm?query=genterm%3A%22Measurement%22...&amp;quot;&amp;gt;Measurement&amp;lt;/a&amp;gt;,&lt;br /&gt;
  &amp;lt;a class=&amp;quot;keyword&amp;quot; rel=&amp;quot;tag&amp;quot; href=&amp;quot;results.cfm?query=genterm%3A%22Performance%22 ...&amp;quot;&amp;gt;Performance&amp;lt;/a&amp;gt;&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;span class=&amp;quot;description&amp;quot;&amp;gt;In developing High-Performance Computing (HPC) software, ....&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Note''' (From [[Discoleo]], Sept. 06)&lt;br /&gt;
* sometimes, the citation must include '''Town/Country''' and '''Precise Date/Date Range''', e.g.&lt;br /&gt;
** ''Gillespie SH, Dickens A.'' Variation in mutation rate of quinolone resistance in Streptococcus pneumoniae [abstract P06-17A]. In: Abstracts of the 3rd International Symposium on Pneumococci and Pneumococcal Disease (Anchorage, 5-9 May 2002).Washington, DC: American Society of Microbiology, 2002.&lt;br /&gt;
** ''Bassetti, M.; Righi, E.; Rebesco, B.; Molinari, MP.; Costa, A.; Fasce, R.; Cruciani, M.; Bassetti, D.; Bobbio Pallavicini, F.'' 44th Annual Interscience Conference on Antimicrobial Agents and Chemotherapy (ICAAC). Washington, DC; 2004. Epidemiological trends in nosocomial candidemia in ICU: A five-year Italian perspective.&lt;br /&gt;
** ''Peacock JE, Wade JC, Lazarus HM, et al.'' Ciprofloxacin/piperacillin vs. tobramycin/piperacillin as empiric therapy for fever in neutropenic cancer patients, a randomized, double-blind trial [abstract 373]. In: Program and abstracts of the 37th Interscience Conference on Antimicrob Agents and Chemotherapy (Toronto). Washington, DC: American Society for Microbiology, 1997.&lt;br /&gt;
&lt;br /&gt;
==== Citing an external website ====&lt;br /&gt;
&lt;br /&gt;
This is based on a formal citation of a website in the references section of a research paper, but could also be used for in-line links that had added information. Here's the original:&lt;br /&gt;
&lt;br /&gt;
[25] David Stern, &amp;quot;eprint Moderator Model&amp;quot;, http://www.library.yale.edu/scilib/modmodexplain.html  (version dated Jan 25, 1999)&lt;br /&gt;
 &lt;br /&gt;
 &amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;cite class=&amp;quot;hcite&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;a class=&amp;quot;fn url&amp;quot; href=&amp;quot;http://www.library.yale.edu/scilib/modmodexplain.html&amp;quot;&amp;gt;eprint Moderator Model&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;author vcard&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;a href=&amp;quot;http://pantheon.yale.edu/~dstern/dsbio.html&amp;quot; class=&amp;quot;url fn&amp;quot;&amp;gt;David Stern&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;/span&amp;gt;  &lt;br /&gt;
&amp;lt;abbr class=&amp;quot;dtpublished&amp;quot; title=&amp;quot;19990125T0000-0500&amp;quot;&amp;gt;&lt;br /&gt;
    Jan 25, 1999&lt;br /&gt;
  &amp;lt;/abbr&amp;gt;&lt;br /&gt;
&amp;lt;/cite&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Discussion of Straw Format elements ===&lt;br /&gt;
&lt;br /&gt;
This section is to provide explanations for posterity about the elements of the straw format, linking to discussions on the list and elsewhere if possible.&lt;br /&gt;
&lt;br /&gt;
==== 'hcite' as Root Element name ====&lt;br /&gt;
&lt;br /&gt;
This discussion took place in January of 2007, with [http://microformats.org/discuss/mail/microformats-discuss/2007-January/008098.html voting occurring on the mailing list].&lt;br /&gt;
&lt;br /&gt;
It was decided to use 'hcite' as the root element's class-name for uniqueness and to reflect a trend in using 'h' to start microformat names.&lt;br /&gt;
&lt;br /&gt;
==== The URI Element ====&lt;br /&gt;
&lt;br /&gt;
It was decided to use URI for both http links to available copies or URNs.&lt;br /&gt;
This encompasses URLs that link directly to online copies as well as through resolvers using URIs such as urn:isbn: 0521890012&lt;br /&gt;
&lt;br /&gt;
See the discussion from [http://microformats.org/discuss/mail/microformats-discuss/2006-November/007390.html November] and [http://microformats.org/discuss/mail/microformats-discuss/2006-December/007403.html December].&lt;br /&gt;
&lt;br /&gt;
==== Date Fields ====&lt;br /&gt;
&lt;br /&gt;
Brian's original straw format had three date fields, &amp;quot;accessed&amp;quot;, &amp;quot;copyrighted&amp;quot;, and &amp;quot;published&amp;quot;.&lt;br /&gt;
After examining the examples of usage on the web, it was clear that 'copyrighted' was not used in the examples we have.&lt;br /&gt;
It was used once, but without a corresponding 'published' field (OCLC WorldCat), and it seems in that case to be used as &lt;br /&gt;
an equivalent to 'published'.&lt;br /&gt;
&lt;br /&gt;
I updated the straw citation to include only 'accessed' and 'published' on January 31. --[[User:Mike|Mike]] 00:26, 31 Jan 2007 (PST)&lt;br /&gt;
&lt;br /&gt;
I've mentioned more than once that &amp;quot;date-published&amp;quot; is misleadingly specific; too much for real world citations. Consider that many books are published in the year preceding their copyright date, which is in fact the date used for citation. I'd prefer just &amp;quot;date&amp;quot; and &amp;quot;date-accessed&amp;quot; as a first cut. --[[User:BDarcus|Bruce]] 3 Feb 2007&lt;br /&gt;
&lt;br /&gt;
See the discussion from the [http://microformats.org/discuss/mail/microformats-discuss/2007-January/008175.html 'dates' thread on the list].&lt;br /&gt;
&lt;br /&gt;
==== Container ====&lt;br /&gt;
&lt;br /&gt;
Discussion about how to represent containing relationships is on the thread [http://microformats.org/discuss/mail/microformats-discuss/2007-March/thread.html 'nesting container elements']&lt;br /&gt;
&lt;br /&gt;
== Old straw format discussion ==&lt;br /&gt;
&lt;br /&gt;
Saved here so that I'm not just deleting people's comments.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Mike straw format suggestion (Deprecated) ===&lt;br /&gt;
&lt;br /&gt;
In the interests of starting debate and having something concrete to fix, I suggest the following structure for a format. It is probably very incomplete and I claim no microformat expertise. I'm just trying to follow existing patterns. Comments and ridicule are both solicited. -Mike&lt;br /&gt;
&lt;br /&gt;
'''NOTE:''' This format is here for historical reference. Because it was not based on existing examples, I've deprecated it and contributed examples to Brian's format. If you feel that any missing elements in here should be in the final format, find examples for them and contribute to Brian's schema. Thanks! --[[User:Mike|Mike]] 18:22, 12 Oct 2006 (PDT)&lt;br /&gt;
&lt;br /&gt;
==== In General ====&lt;br /&gt;
&lt;br /&gt;
The ''citation'' format is based on a set of fields common to many bibliographic data formats, which are often implied by standard citation display styles but not explicitly marked up in practice on the web.&lt;br /&gt;
&lt;br /&gt;
==== Schema ====&lt;br /&gt;
&lt;br /&gt;
The citation schema consists of the following:&lt;br /&gt;
&lt;br /&gt;
* cite &lt;br /&gt;
** title: required, text (class = fn)&lt;br /&gt;
** subtitle: optional, text&lt;br /&gt;
** authors: optional, use hCard&lt;br /&gt;
** publication date: optional&lt;br /&gt;
** link(s) to instantiations, optional, url or use rel-enclosure? (class=url)&lt;br /&gt;
** UID, optional (for ISBN, DOI - use existing uid class) | permalink&lt;br /&gt;
** series (aka volume/issuenum) , optional (''not as sure how to handle these - suggestions?'')&lt;br /&gt;
** pages: startpage &amp;amp; endpage, optional, text&lt;br /&gt;
** venue, optional (hCard)&lt;br /&gt;
** publisher, optional (hCard)&lt;br /&gt;
** container: optional (nested hCite)&lt;br /&gt;
** abstract, optional (blockquote + class=&amp;quot;abstract&amp;quot; ?)&lt;br /&gt;
** notes, optional (blockquote + class=&amp;quot;notes&amp;quot; ?)&lt;br /&gt;
** keywords, optional (rel-tag)&lt;br /&gt;
** image, optional (for inclusion inline, unlike the url)&lt;br /&gt;
** copyright, optional (rel-license)&lt;br /&gt;
** ''what else am I missing?''&lt;br /&gt;
*** language, optional&lt;br /&gt;
&lt;br /&gt;
''Looks good, but I question the use of hCard for names. Due to ambiguity issues, requring hCard would lead to extra markup in order to apply just a name, hence [http://microformats.org/discuss/mail/microformats-discuss/2006-March/003487.html the need for a root element]. We should extract the N optimization of hCard like we did with adr, in order to ease this problem.'' --[[User:RCanine|Ryan Cannon]]&lt;br /&gt;
&lt;br /&gt;
Perhaps a Retrieved Date or Access Date would be appropriate for citing online resources. For example at http://www.crlt.umich.edu/publinks/facment_biblio.html &lt;br /&gt;
you see citations like this&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
Chief Academic Officers of the Big 12 Universities (2000). Big 12 Faculty Fellowship Program. Retrieved December 20, 2000 from the World Wide Web: http://www.k-state.edu/provost/academic/big12/big12guide.htm.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
--[[User:JoeAndrieu|Joe Andrieu]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Discussion about citing legal cases ====&lt;br /&gt;
&lt;br /&gt;
Here's some info I found about citing law:&lt;br /&gt;
&lt;br /&gt;
I'm not a lawyer, so I'm relying on the published [http://www.legalbluebook.com &amp;quot;blue book&amp;quot; standard], at least the only part of it I can get without paying $25. I'd be happy to hear improvements from experts in the field - how do lawyers mark up references to case law in HTML now?&lt;br /&gt;
&lt;br /&gt;
From groklaw.net and eff.org, I find mostly just links to PDFs with the name of the case as the link text. Or just this, from EFF:&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;h1&amp;gt;The Betamax Case&amp;lt;/h1&amp;gt;&lt;br /&gt;
&amp;lt;h2&amp;gt;Sony Corp. of America v. Universal City Studios, 464 U.S. 417 (1984)&amp;lt;/h2&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
From an example at the sample bluepages: http://www.legalbluebook.com/pdfs/bluepages.pdf&lt;br /&gt;
5 basic components:&lt;br /&gt;
*1 name of the case (citation title)&lt;br /&gt;
*2 published source in which case may be found (citation containing publication?)&lt;br /&gt;
*3 a parenthetical indicating the court and year of decision (citation venue?)&lt;br /&gt;
*4 other parenthetical information, if any (citation notes?)&lt;br /&gt;
*5 subsequent history of the case, if any (citation notes?)&lt;br /&gt;
&lt;br /&gt;
Here's two examples from the bluebook. Note that there are very strict rules about abbreviations in that source!&lt;br /&gt;
&lt;br /&gt;
Holland v. Donnelly, 216 F. Supp. 2d 227, 230 (S.D.N.Y. 2002), aff'd, 324 F.3d 99 (2d Cir. 2003).&lt;br /&gt;
&lt;br /&gt;
Green v. Georgia, 442 U.S. 95, 97 (1979) (per curiam) (holding that exclusion of relevant evidence at sentencing hearing constitutes denial of due process).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Examples in the wild ==&lt;br /&gt;
Pages which start to use the discussion above to create working examples in using hcite:&lt;br /&gt;
(This section could be used as a base for a page like &amp;quot;hcite-examples-in-wild&amp;quot; later).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Please add new examples to the top of this section.&lt;br /&gt;
* [http://www.demo.vorlagen.uni-erlangen.de/univis/mitarbeiter.shtml/georg-hager.shtml Example User Page] at the regional computer lab Erlangen, Germany, based on the universal information system UnivIS marked up with vcard, hcalender (optional, if user makes a lecture) and hcite.&lt;br /&gt;
&lt;br /&gt;
== discussions ==&lt;br /&gt;
* [[citation-irc-notes-2006-04-09]]&lt;/div&gt;</summary>
		<author><name>Mike</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=citation-brainstorming&amp;diff=15063</id>
		<title>citation-brainstorming</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=citation-brainstorming&amp;diff=15063"/>
		<updated>2007-03-30T17:16:13Z</updated>

		<summary type="html">&lt;p&gt;Mike: /* Citing a conference publication */ fix markup in example&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h1&amp;gt; Citation Brainstorming &amp;lt;/h1&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* [[citation]]&lt;br /&gt;
* [[citation-examples]]&lt;br /&gt;
* [[citation-formats]]&lt;br /&gt;
* [[citation-faq]]&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
== Contributors ==&lt;br /&gt;
&lt;br /&gt;
* ...&lt;br /&gt;
* ... (a bunch of good folks!)&lt;br /&gt;
* Tantek Çelik&lt;br /&gt;
* Tim White&lt;br /&gt;
* Michael McCracken&lt;br /&gt;
* Brian Suda&lt;br /&gt;
* [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
&lt;br /&gt;
== Use Cases ==&lt;br /&gt;
&lt;br /&gt;
To focus the discussion, please add use cases below that will help show what problems the citation microformat will be solving.&lt;br /&gt;
&lt;br /&gt;
I've included two, focusing on consuming information - I've assumed that use cases for generating microformatted content would just involve the desire to enable your content to be consumed better, but I'm interested to see if there's something I'm missing here -Mike&lt;br /&gt;
&lt;br /&gt;
=== Acquiring reference information from the web ===&lt;br /&gt;
&lt;br /&gt;
A user either finds an author's papers page, or is viewing the results of a search and would like to import the information about the displayed papers into their local reference database, for the purposes of cataloging things they've read, adding notes, and using the information to generate later citations, potentially in other forms, such as BibTeX or Docbook, for inclusion in a publication of their own.&lt;br /&gt;
&lt;br /&gt;
Notes: In this case, it isn't important to the user what format the citation takes as displayed on the page where they find it. What *is* important is that it contains enough information to allow generation of the format they will ultimately re-publish it in. This implies that it may be worthwhile to err a little on the side of verbosity.&lt;br /&gt;
&lt;br /&gt;
Also, links to downloadable full representations of the cited work are very important - e.g. a link to the PDF of a journal article, or to a music file.&lt;br /&gt;
&lt;br /&gt;
=== Subscribing to reading lists, periodicals, etc ===&lt;br /&gt;
&lt;br /&gt;
I would like to be able to leverage my news aggregator with hAtom to subscribe to a remote source for citation information, for example:&lt;br /&gt;
&lt;br /&gt;
* a reading list for a seminar&lt;br /&gt;
* The publication list for a conference (e.g., subscribe to SIGGRAPH and see the updated conference proceedings every year)&lt;br /&gt;
* the issues of a journal&lt;br /&gt;
* a particular research group or researcher's publications&lt;br /&gt;
* Not just research: a popular author's publications (e.g., [http://www.gladwell.com/archive.html Malcolm Gladwell's Archive])&lt;br /&gt;
&lt;br /&gt;
=== Aggregating reading lists and reviews ===&lt;br /&gt;
&lt;br /&gt;
A citation microformat-specific aggregator could provide a decentralized version of [http://citeulike.org/ CiteULike]. Libraries, authors, research groups, and publishers could mark up their collections, while other people on weblogs or review sites could add tags and reviews.&lt;br /&gt;
&lt;br /&gt;
At least, having a well-adopted microformat would make writing tools like CiteULike much better, since it relies in some cases on screen-scraping publisher web-sites.&lt;br /&gt;
&lt;br /&gt;
=== Cut &amp;amp; Paste from web pages ===&lt;br /&gt;
Capturing/copying HTML from web pages for use in other applications (especially when those apps present HTML as output), such as pasting into Word, or a specialized application like [http://www.google.com/notebook Google Notebook], [http://onfolio.com Onfolio] or [http://www.kaboodle.com Kaboodle].  When such captures are made, it makes sense to keep track of the full citation data, including the date it was accessed, which may or may not be the date it was published. &lt;br /&gt;
&lt;br /&gt;
=== Blogs quoting other resources, including blogs ===&lt;br /&gt;
Any blog that cites online content, whether a blog or news article, could use an hCitation to properly link to the cited reference. Such citations could include the access date when the blogger made the citation, because resources on the other side of those links can change without notice. &lt;br /&gt;
&lt;br /&gt;
Instead, today we have simple formating with a link to the permaURL. The citation data is completely lacking. See [http://doc.weblogs.com Doc Searl's blog] for a style of referencing that could benefit from proper a citation uF.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Fascinating... after I added the last two use cases, I realized they focus on potentially marginal cases. The first because it is missing the &amp;quot;output&amp;quot; part of the cut &amp;amp; paste, where the uF would actually be used as part of the paste.  The latter because bloggers have a working citation mechanism that is just a link to the URL (hopefully a permaURL). One could argue they wouldn't want a full hCitation. And in fact, until a tool exists that makes it easy, they probably won't.  However, a tool that cuts &amp;amp; pastes from anywhere on the web into a blog with a full citation seems like a nice tool.  But again, I'm not really paving the cowpaths with these ideas. -Joe Andrieu&lt;br /&gt;
&lt;br /&gt;
===Finding in Library===&lt;br /&gt;
Find a copy of the cited work in a nearby library (as with [http://ocoins.info/ OpenCOinS]). [[User:AndyMabbett|AndyMabbett]] 04:55, 4 Nov 2006 (PST)&lt;br /&gt;
&lt;br /&gt;
===Buy a copy===&lt;br /&gt;
Find the cited work on, for example, Amazon or [http://www.abebooks.com/ ABE]; or subscribe to a journal via its own website. [[User:AndyMabbett|AndyMabbett]] 04:55, 4 Nov 2006 (PST)&lt;br /&gt;
&lt;br /&gt;
===Find reviews===&lt;br /&gt;
Find third-party reviews of the cited work. [[User:AndyMabbett|AndyMabbett]] 04:55, 4 Nov 2006 (PST)&lt;br /&gt;
&lt;br /&gt;
===Give citation data for the page being visited===&lt;br /&gt;
&lt;br /&gt;
Adding a class of, say, &amp;quot;self&amp;quot; to an attribute of the proposed strawman would allow users (or user agents) to extract the data required to cite the page being visited, when referring to it elsewhere. There would be the added advantage of allowing the citation to be ignored by any parser which might be building a &amp;quot;tree&amp;quot; of citations, and preventing the setting up of an infinite loop. &lt;br /&gt;
&lt;br /&gt;
For evidence of published &amp;quot;self citation&amp;quot; data (albeit on a secondary page) see the &amp;quot;cite this article&amp;quot; link on any Wikipedia entry, e.g. [http://en.wikipedia.org/w/index.php?title=Special:Cite&amp;amp;page=West_Midland_Bird_Club&amp;amp;id=115894372] from [http://en.wikipedia.org/wiki/West_Midland_Bird_Club].&lt;br /&gt;
&lt;br /&gt;
See also [http://en.wikipedia.org/wiki/Wikipedia_talk:Citing_Wikipedia#Citation_data_should_be_on_the_page_concerned Proposal to include on-page citation data in Wikipedia]&lt;br /&gt;
&lt;br /&gt;
:[[User:AndyMabbett|Andy Mabbett]] 13:47, 20 Mar 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
* (from a mailing list): &lt;br /&gt;
:&amp;lt;blockquote&amp;gt;if you want to cite a [biomedical journal] journal article on Wikipedia [...] you can export a correctly-formatted citation for Wikipedia from HubMed using unAPI... http://hublog.hubmed.org/archives/001408.html&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*[http://www.zotero.org/ Zotero], a Firefox extension to help collect, manage, and cite research sources. &lt;br /&gt;
:[[User:AndyMabbett|Andy Mabbett]] 09:13, 21 Mar 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
== Original hBib Discussion ==&lt;br /&gt;
&lt;br /&gt;
During the WWW2005 Developer's Day [[microformats]] track, Rohit Khare gave a [[presentations|presentation]] where he discussed the microformats [[process]], and then did  a quick demonstration wherein a bunch of us got on a shared Subethaedit document, and brainstormed some thoughts on what an &amp;quot;hBib&amp;quot; bibliography citation microformat would look like.  Rohit placed the [http://cnlabs.commerce.net/~rohit/hBib%20Discussion.html document on his Commercenet site].&lt;br /&gt;
&lt;br /&gt;
* http://cnlabs.commerce.net/~rohit/hBib%20Discussion.html&lt;br /&gt;
&lt;br /&gt;
''An attempt to summarize and inline the linked document follows. -Mike''&lt;br /&gt;
&lt;br /&gt;
Two major goals were outlined by the group:&lt;br /&gt;
&lt;br /&gt;
* Avoid re-keying references&lt;br /&gt;
* Adapt to new journal styles by changing CSS&lt;br /&gt;
 &lt;br /&gt;
The fundamental problem was discussed in terms of display - the ability to transform XHTML+hBib into the many journal-specific formats. For example, how to display &amp;quot;et.al&amp;quot; when all authors are present in the source, and how to re-order the elements if a style defines a set order of elements that conflicts with the ordering in the source. Using hCard for authors was agreed on, and the beginnings of an example were shown.&lt;br /&gt;
&lt;br /&gt;
== XHTML Structure ==&lt;br /&gt;
With my exprience working X2V and hCa* has taught me what elememts are easy to find and which are not. Since the Citation microformat is very new it is possible to not make a lot of the same errors twice and to make things easier for extracting application to find and imply certain properties.&lt;br /&gt;
&lt;br /&gt;
* There should be some sort of 'root node' that implies all child elements are for the hCitation microformat.&lt;br /&gt;
* Since most people will have multiple citations there should be away to represent each hCitation object as a unqiue block independent of another. This is to keep the parse from finding 'author' and applying that to all citations. Each citation should be in a container (class=&amp;quot;hcite&amp;quot;) that is separated from others.&lt;br /&gt;
* Perhaps class=&amp;quot;hcite&amp;quot; with &amp;lt;code&amp;gt;&amp;amp;lt;cite&amp;amp;gt;&amp;lt;/code&amp;gt; recommended as the root element. E.g. &amp;lt;code&amp;gt;&amp;amp;lt;cite class=&amp;quot;hcite&amp;quot;&amp;amp;gt;&amp;lt;/code&amp;gt; &lt;br /&gt;
&lt;br /&gt;
'''Note: This section was the original content of the document. Since then, class='hcite' has been agreed on as the root class name. See  [http://microformats.org/wiki?title=citation-brainstorming#.27hcite.27_as_Root_Element_name explanation].'''&lt;br /&gt;
&lt;br /&gt;
== Citation vs. [[media-info]] ==&lt;br /&gt;
&lt;br /&gt;
What distinguishes a cite from say [[media-info]] (e.g. [[media-info-examples]]) is that a cite is a reference to something explicitly external to the current piece of content or document, whereas [[media-info]] describes information about content embedded or inline in the current document.&lt;br /&gt;
&lt;br /&gt;
== Semantic Meaning ==&lt;br /&gt;
One of the guiding priniciple of Microformats is to use the most semantically rich element to describe each node (Point 2 of Semantic XHTML Design Principles: Use the most accurately precise semantic XHTML building block for each object etc). Since we are dealing with HTML and citations, several elements are candidates to be used to enrich the semantic meaning. [http://www.w3.org/TR/REC-html40/struct/text.html CITE, BLOCKQUOTE, Q, A], (are there more?)&lt;br /&gt;
&lt;br /&gt;
The [[citation-brainstorming|Citation Brainstorming Page]] has a few development and ideas about how to give another person credit for a link. Some of the semantic ideas behind their choices of tags can be applied to a full bibliographic type reference. ''Does this sentence make sense only historically? -Mike''&lt;br /&gt;
&lt;br /&gt;
== OCLC's WorldCat for titles == &lt;br /&gt;
Question: what about using something like OCLC's [http://www.oclc.org/worldcat/open/isbnissnlinking/default.htm WorldCat] for linking titles? - Tim White&lt;br /&gt;
&lt;br /&gt;
== This and That ==&lt;br /&gt;
After reading through alot of different citation encoding formats, i noticed that each format was being used in onw of two ways. It was either to describe the Current page (THIS.PAGE) or being used to encode references that point to external resources (THAT.PAGE)&lt;br /&gt;
&lt;br /&gt;
The informatation being encoded was identical for both resources (author, date, name, etc) they just reference different things. For this microformat, i'm not sure if we want to try to solve both problems, or just one? The meta tags in the head element would be the ideal place for information about the THIS.PAGE, but that is not in following with the ideals of microformats where information is human-readable. The THAT.PAGE idea where a list of references is at the end of a document in the form of a bibliography is more inline with the ideals of a microformat where the data is human-readable. That doesn't mean that data about the current document shouldn't be human-readable, so some of the same properties used to reference extermal resources can be used for the current document (THIS.PAGE). To do this a different root item could be used and transforming applications could either extract the citation data about the current page, or information about this page's references.&lt;br /&gt;
&lt;br /&gt;
This is open for discussion, but either way, i believe that the properties used to describe a page will be the same for both THIS and THAT. [http://suda.co.uk/ brian suda]&lt;br /&gt;
&lt;br /&gt;
== More on This and That ==&lt;br /&gt;
&lt;br /&gt;
Citation microformats are being explored as a possibility for citing genealogical information at [http://eatslikeahuman.blogspot.com Dan Lawyer's blog].&lt;br /&gt;
&lt;br /&gt;
This is a case where frequently the citation would refer to (THIS.PAGE), but would have nested within it a reference to (THAT.PAGE), possibly a few levels deep. For instance, a web page might contain data extracted from a microfilm of a census. The citation would need to include information about the web page, information about the microfilm, and information about the census. Genealogical citations are expected to include the repository (where can this book or microfilm be found. Is this the same as ''venue''?). So, at each level the information should contain the repository of the referenced item. A nesting (recursive) mechanism for citation microformats would be useful in this case. Is this the function of the &amp;quot;container&amp;quot; element in the Straw Format?&lt;br /&gt;
&lt;br /&gt;
== Date Formatting ==&lt;br /&gt;
Since microformats are all about re-use and the accepted way to encode Date-Time has been pretty much settled, then this is a good place to start when dealing with all the different date citation types. &lt;br /&gt;
&lt;br /&gt;
These are all the different fields from various citation formats that are of temporal nature:&lt;br /&gt;
 * Date (available | created | dateAccepted | dateCopyrighted | dateSubmitted | issued | modified | valid)&lt;br /&gt;
 * originInfo/dateIssued&lt;br /&gt;
 * originInfo/dateCreated&lt;br /&gt;
 * originInfo/dateCaptured&lt;br /&gt;
 * originInfo/dateOther&lt;br /&gt;
 * month&lt;br /&gt;
 * year&lt;br /&gt;
 * Copyright Year&lt;br /&gt;
 * Date - Generic&lt;br /&gt;
 * Date of Confernce&lt;br /&gt;
 * Date of Publication&lt;br /&gt;
 * Date of update/revisou/issuance of database record&lt;br /&gt;
 * Former Date&lt;br /&gt;
 * Entry Date for Database Record&lt;br /&gt;
 * Database Update&lt;br /&gt;
 * Year of Publication&lt;br /&gt;
&lt;br /&gt;
There are several common properties across several citation domains and will certainly be in the citation microformat, the unique instances will need further consideration, otherwise there could be no end to posiblities. &lt;br /&gt;
&lt;br /&gt;
There are also several properties (year, month, Year of publication) that can be extracted from another source. Therefore, if you only encode a more specific property such as; Date of Publication, you can extract the 'year of publication' from that. Since the date-time format we are modeling after is the ISO date-time format, just the Year portion is an acceptable date. So if you ONLY know the year of publication, the you can form a valid 'Date of Publication' as a microformat (which inturn is a valid 'year of publication') - you milage may vary when it comes to importing into citation applications.&lt;br /&gt;
&lt;br /&gt;
...&lt;br /&gt;
&lt;br /&gt;
It seems to me that these can be collapsed to maybe one or two different date properties.  As far as the specific human readable formatting of the date, that can be chosen per whatever the presentation style guide says, and the [[datetime-design-pattern]] used to simplify the markup. - Tantek&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Important'''&lt;br /&gt;
Sometimes we need a date range and not simply a date (e.g. 4-6 May 2006). See ''Conference Citation'' examples later on this page. - Discoleo&lt;br /&gt;
&lt;br /&gt;
'''Seasons'''&lt;br /&gt;
Some journals have seasonal issues (e.g. &amp;quot;Summer 2006 edition&amp;quot;) instead of, or as well as, editions labelled by month or other calendar-date. [[User:AndyMabbett|AndyMabbett]] 05:05, 4 Nov 2006 (PST)&lt;br /&gt;
&lt;br /&gt;
== Tags ==&lt;br /&gt;
Some of the citation formats has a place for 'keywords' or 'generic tags', etc. This might be a good place to re-use the [http://microformats.org/wiki/rel-tag RelTag microformat]. The downside would be that they are then forced to be links, which might be the correct way to mark-up these terms.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== MARC / MODS / Dublin Core ==&lt;br /&gt;
&lt;br /&gt;
The MODS ([http://www.loc.gov/standards/marcxml/Sandburg/sandburgmods.xml example]) and Dublin Core ([http://www.loc.gov/standards/marcxml/Sandburg/sandburgdc.xml example]) transformations of MARC21 may contain some useful ideas.&lt;br /&gt;
&lt;br /&gt;
Here's a first attempt at rewriting the linked examples in XHTML (written in response to a [http://microformats.org/discuss/mail/microformats-discuss/2005-December/002438.html mailing list query about encoding book information with microformats]):&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;book&amp;quot; lang=&amp;quot;en&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;h3 class=&amp;quot;fn&amp;quot;&amp;gt;Arithmetic /&amp;lt;/h3&amp;gt;&lt;br /&gt;
  &amp;lt;p&amp;gt;By &amp;lt;span class=&amp;quot;creator&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Sandburg, Carl&amp;lt;/span&amp;gt;,&lt;br /&gt;
     &amp;lt;span class=&amp;quot;date&amp;quot;&amp;gt;1878-1967&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;,&lt;br /&gt;
     and &amp;lt;span class=&amp;quot;illustrator&amp;quot;&amp;gt;Rand, Ted&amp;lt;/span&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
  &amp;lt;p&amp;gt;Publisher: &amp;lt;span class=&amp;quot;publisher&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Harcourt Brace Jovanovich&amp;lt;/span&amp;gt;,&lt;br /&gt;
     &amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;San Diego&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
  &amp;lt;p&amp;gt;Published: &amp;lt;span class=&amp;quot;issued&amp;quot;&amp;gt;1993&amp;lt;/span&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
  &amp;lt;p class=&amp;quot;description&amp;quot;&amp;gt;A poem about numbers and their characteristics. Features&lt;br /&gt;
     anamorphic, or distorted, drawings which can be restored to normal by viewing&lt;br /&gt;
     from a particular angle or by viewing the image's reflection in the provided&lt;br /&gt;
     Mylar cone.&amp;lt;/p&amp;gt;&lt;br /&gt;
  &amp;lt;p class=&amp;quot;note&amp;quot;&amp;gt;One Mylar sheet included in pocket.&amp;lt;/p&amp;gt;&lt;br /&gt;
  &amp;lt;p&amp;gt;Subjects:&amp;lt;/p&amp;gt;&lt;br /&gt;
  &amp;lt;ul&amp;gt;&lt;br /&gt;
    &amp;lt;li class=&amp;quot;subject&amp;quot;&amp;gt;Arithmetic&amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li class=&amp;quot;subject&amp;quot;&amp;gt;Children's poetry, American.&amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li class=&amp;quot;subject&amp;quot;&amp;gt;Arithmetic&amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li class=&amp;quot;subject&amp;quot;&amp;gt;American poetry&amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li class=&amp;quot;subject&amp;quot;&amp;gt;Visual perception&amp;lt;/li&amp;gt;&lt;br /&gt;
  &amp;lt;/ul&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;
== Basic Citation Stuctures ==&lt;br /&gt;
There are basic structures to any citation, this is an overview of some of the types&lt;br /&gt;
[http://www.users.muohio.edu/darcusb/misc/citations-spec.html http://www.users.muohio.edu/darcusb/misc/citations-spec.html]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Concerns not addressed by existing formats ==&lt;br /&gt;
&lt;br /&gt;
There are some aspects '''NOT adequately''' covered by existing formats. I have addressed this issue on the OpenOffice.org wiki page, too. [see http://wiki.services.openoffice.org/wiki/Bibliographic_Database for an extending discussion, the paragraph on ''Reference Types'']&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
These issues pertain mainly to '''Errata''', '''Comments and Authors Reply''' and '''Article Retractions'''.&lt;br /&gt;
* a bidirectional link could be necessary to implement these features (original article &amp;lt;=&amp;gt; eratum, reply, retraction letter)&lt;br /&gt;
* '''IMPORTANT: Errata'''&lt;br /&gt;
** Erata: one or more Corrections might be posted in various issues of the journal&lt;br /&gt;
** this is usually cited as: Orininal Article Citation Data (Correction available in ''Journal, Issue Nr, Year, Pages'') (repeat for more than one correction)&lt;br /&gt;
** it is possibly never cited alone&lt;br /&gt;
** there should be a link to the original article, while the original article should contain a link to this ''Errata''&lt;br /&gt;
* '''IMPORTANT: Commentary and Author Reply'''&lt;br /&gt;
** similar to Errata, there might be one or more Comments and Author Replys; this should be stored, too&lt;br /&gt;
** however, it is usually not included in the original citation&lt;br /&gt;
** it might be used however in a citation, but I do not know exaclty how to cite it optimally (original article should be provided as well) &lt;br /&gt;
* '''IMPORTANT: Article Retraction'''&lt;br /&gt;
** an article may be retracted because of plagiarism or some other flaw&lt;br /&gt;
** this should not be used any further in the research&lt;br /&gt;
** however, it might be used e.g. for an article on plagiarism or flawed research&lt;br /&gt;
** there should be therefore one field storing this information, too, and a link to:&lt;br /&gt;
** the published withdrawal letter (which explains why the article was retracted)&lt;br /&gt;
&lt;br /&gt;
* this issue may need a time-controlled event&lt;br /&gt;
* '''IMPORTANT: electronic publishing ahead of print (EPUB)'''&lt;br /&gt;
** more and more articles are initially posted online, before the published article gets actually printed&lt;br /&gt;
** How should this be used/cited?&lt;br /&gt;
** Is this changed, after the print version becomes available?&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Outstanding Issues ==&lt;br /&gt;
The 3 main points i (Brian) came across so far are:&lt;br /&gt;
1) IDENTIFIERS&lt;br /&gt;
2) FORMAT TYPES&lt;br /&gt;
3) NESTING&lt;br /&gt;
&lt;br /&gt;
1) In hCard/hCalendar there is a UID field. Added with URL it makes for a great unique identifier. There are loads of other identifers besides URL, ISBN, LOC call number, SKU, ISSN, etc. Many of these are unique in their domain, but not globally unique. So how to they get marked-up? Much like the hCard TEL/ADR properties, we can use something like:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;uid&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;type&amp;quot;&amp;gt;ISBN&amp;lt;/span&amp;gt;: &amp;lt;span&lt;br /&gt;
class=&amp;quot;value&amp;quot;&amp;gt;123456&amp;lt;/span&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
This makes the encoding the most extensible... if we start use class=&amp;quot;isbn&amp;quot; then it is an enumerated list, with class=&amp;quot;type&amp;quot; it is open ended.&lt;br /&gt;
&lt;br /&gt;
2) I keep mis-using &amp;quot;format&amp;quot;, format is the medium - hardback, softback. The TYPE (there probably is a better word - container?) is book, article, conference, manifesto, etc. Much like the identifers we can make an enumerated list of values, class=&amp;quot;book&amp;quot;, class=&amp;quot;article&amp;quot;, but that boxes us in, whereas something like: &amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;span class=&amp;quot;type&amp;quot;&amp;gt;article&amp;lt;/span&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt; leaves things more open.&lt;br /&gt;
&lt;br /&gt;
3) Nesting citation data in a citation. The ability to nest the same microformat inside itself is something that other microformats don't explicitly handle.&lt;br /&gt;
&lt;br /&gt;
The two options are:&lt;br /&gt;
i) Using class=&amp;quot;book&amp;quot;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;hcite&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;div class=&amp;quot;book&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Book Title&amp;lt;/span&amp;gt;&lt;br /&gt;
  &amp;lt;div class=&amp;quot;chapter&amp;quot;&amp;gt;&lt;br /&gt;
     &amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Chapter Title&amp;lt;/span&amp;gt;&lt;br /&gt;
  &amp;lt;/div&amp;gt;&lt;br /&gt;
 &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&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 makes things easy to nest and to figure out exactly what is&lt;br /&gt;
associated with what, but the downside is that we have enumerated&lt;br /&gt;
lists of values for the class properties.&lt;br /&gt;
&lt;br /&gt;
ii) using the TYPE for book&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;hcite&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;div class=&amp;quot;type&amp;quot;&amp;gt;book&amp;lt;/div&amp;gt;&lt;br /&gt;
 &amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Book Title&amp;lt;/span&amp;gt;&lt;br /&gt;
 &amp;lt;div class=&amp;quot;type&amp;quot;&amp;gt;chapter&amp;lt;/div&amp;gt;&lt;br /&gt;
 &amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Chapter Title&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
now the class=&amp;quot;fn&amp;quot; is not nested inside the class=&amp;quot;book&amp;quot; or&lt;br /&gt;
class=&amp;quot;chapter&amp;quot; so there would have to be some other mechanism to&lt;br /&gt;
associate the data with the type.&lt;br /&gt;
&lt;br /&gt;
== Brian's Straw format ==&lt;br /&gt;
&lt;br /&gt;
=== implied schema (examples) ===&lt;br /&gt;
 + publisher&lt;br /&gt;
 + language&lt;br /&gt;
 + description&lt;br /&gt;
 + title&lt;br /&gt;
 + creator&lt;br /&gt;
 + journal&lt;br /&gt;
 + volume&lt;br /&gt;
 + issue&lt;br /&gt;
 + page &lt;br /&gt;
 + edition&lt;br /&gt;
 + identifier&lt;br /&gt;
 + tags&lt;br /&gt;
 + format&lt;br /&gt;
 + date published&lt;br /&gt;
 + copyright&lt;br /&gt;
 - audience&lt;br /&gt;
&lt;br /&gt;
=== implied schema (formats) ===&lt;br /&gt;
 + publisher&lt;br /&gt;
 + language&lt;br /&gt;
 + description&lt;br /&gt;
 + title&lt;br /&gt;
 + creator&lt;br /&gt;
 + volume&lt;br /&gt;
 + pages&lt;br /&gt;
 + edition&lt;br /&gt;
 + issue&lt;br /&gt;
 + identifier&lt;br /&gt;
 + tags&lt;br /&gt;
 + format&lt;br /&gt;
 + date published&lt;br /&gt;
 + date copyrighted&lt;br /&gt;
 - subtitle&lt;br /&gt;
 - image &lt;br /&gt;
 - excerpt&lt;br /&gt;
 - index terms&lt;br /&gt;
 - series title&lt;br /&gt;
 - publication&lt;br /&gt;
 - journal&lt;br /&gt;
 - part (1 of X)&lt;br /&gt;
&lt;br /&gt;
UNION of the two schemas&lt;br /&gt;
 + (PLUS) means common properties&lt;br /&gt;
 - (MINUS) means unique to the schema&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Working straw schema ===&lt;br /&gt;
&lt;br /&gt;
This list records discussion about the common schema from above. The format is ''descriptive-name'' (''optional-recommended-element'' 'class-name') (''link to explanation'').&lt;br /&gt;
&lt;br /&gt;
If there is no explanation link, that field should be considered either obvious or up for debate. If you're not sure which, it's up for debate.&lt;br /&gt;
&lt;br /&gt;
* root element ('hcite') ([http://microformats.org/wiki?title=citation-brainstorming#.27hcite.27_as_Root_Element_name explanation])&lt;br /&gt;
** title ('title')&lt;br /&gt;
** Author / Editor etc. ('creator')&lt;br /&gt;
** Pages ('pages')&lt;br /&gt;
*** note: this can be any value&lt;br /&gt;
** container ('container hcite')&lt;br /&gt;
*** A nested hcite element that represents a containing item (like a book for a chapter) ([http://microformats.org/wiki?title=citation-brainstorming#Container discussion and link to mailing list thread])&lt;br /&gt;
** Volume Number ('volume')&lt;br /&gt;
** Edition ('edition')&lt;br /&gt;
** Issue number ('issue')&lt;br /&gt;
** Tags (href rel='tag')&lt;br /&gt;
** Format ('format')&lt;br /&gt;
*** Note - this is unclear at present - does format mean 'type', as in 'book' vs. 'article'? --[[User:Mike|Mike]] 22:53, 16 Jan 2007 (PST)&lt;br /&gt;
** date published ('date-published')  ([http://microformats.org/wiki?title=citation-brainstorming#Date_Fields explanation])&lt;br /&gt;
** date accessed ('date-accessed')  ([http://microformats.org/wiki?title=citation-brainstorming#Date_Fields explanation])&lt;br /&gt;
** publisher&lt;br /&gt;
** language&lt;br /&gt;
** Abstract / description ('description')&lt;br /&gt;
** URI (href class='uri') ([http://microformats.org/wiki?title=citation-brainstorming#The_URI_Element explanation])&lt;br /&gt;
** identifier&lt;br /&gt;
*** an (not necessarily globally unique) identifier, such as a cite-key, pubmed ID number, or simply the reference number or string within a publication ([1] or [CLRS2001])&lt;br /&gt;
&lt;br /&gt;
==== Notes about missing / changed fields in the schema ====&lt;br /&gt;
&lt;br /&gt;
This section lists fields that are intentionally ''not'' included in the straw schema, or are not represented directly, and links to discussion about each.&lt;br /&gt;
&lt;br /&gt;
* date copyrighted ([http://microformats.org/wiki?title=citation-brainstorming#Date_Fields explanation])&lt;br /&gt;
&lt;br /&gt;
=== Examples ===&lt;br /&gt;
&lt;br /&gt;
Markup examples using the above format:&lt;br /&gt;
&lt;br /&gt;
==== Book ====&lt;br /&gt;
&lt;br /&gt;
This is Brian's original example&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;ul class=&amp;quot;bibliography&amp;quot;&amp;gt;&lt;br /&gt;
	&amp;lt;li class=&amp;quot;hcite&amp;quot; xml:lang=&amp;quot;en-gb&amp;quot;&amp;gt;&lt;br /&gt;
	&lt;br /&gt;
		&amp;lt;!-- publisher data as hCard--;&lt;br /&gt;
		&amp;lt;div class=&amp;quot;publisher vcard&amp;quot;&amp;gt;&lt;br /&gt;
			&amp;lt;span class=&amp;quot;fn org&amp;quot;&amp;gt;ABC Publishing Co.&amp;lt;/span&amp;gt;&lt;br /&gt;
			&amp;lt;span class=&amp;quot;country-name&amp;quot;&amp;gt;United Kingdom&amp;lt;/span&amp;gt;&lt;br /&gt;
			...&lt;br /&gt;
		&amp;lt;/div&amp;gt;&lt;br /&gt;
		&lt;br /&gt;
		&amp;lt;!-- author(s) data as hCard --&amp;gt;&lt;br /&gt;
		&amp;lt;div class=&amp;quot;creator vcard&amp;quot;&amp;gt;&lt;br /&gt;
			&amp;lt;span class=&amp;quot;fn n&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;given-name&amp;quot;&amp;gt;John &amp;lt;span class=&amp;quot;family-name&amp;quot;&amp;gt;Doe&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
			...&lt;br /&gt;
		&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
		&amp;lt;!-- location data --&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Foobar!&amp;lt;/span&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;description&amp;quot;&amp;gt;World Class Book about foobar&amp;lt;/span&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;volume&amp;quot;&amp;gt;1&amp;lt;/span&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;issue&amp;quot;&amp;gt;1&amp;lt;/span&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;edition&amp;quot;&amp;gt;1&amp;lt;/span&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;pages&amp;quot;&amp;gt;1-10&amp;lt;/span&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;format&amp;quot;&amp;gt;article&amp;lt;/span&amp;gt;&lt;br /&gt;
		&lt;br /&gt;
		&amp;lt;!-- differed to the UID debate --&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;identifier&amp;quot;&amp;gt;12345678&amp;lt;/span&amp;gt;&lt;br /&gt;
		&lt;br /&gt;
		&amp;lt;!-- keywords --&amp;gt;&lt;br /&gt;
		&amp;lt;a class=&amp;quot;keyword&amp;quot; rel=&amp;quot;tag&amp;quot; href=&amp;quot;/tags/foo&amp;quot;&amp;gt;foo&amp;lt;/a&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;keyword&amp;quot;&amp;gt;bar&amp;lt;/span&amp;gt;&lt;br /&gt;
		&lt;br /&gt;
		&amp;lt;!-- date properties --&amp;gt;&lt;br /&gt;
		Published &amp;lt;abbr class=&amp;quot;date-published&amp;quot; title=&amp;quot;20060101&amp;quot;&amp;gt;January 1st 1006&amp;lt;/abbr&amp;gt;&lt;br /&gt;
		Copyright &amp;lt;abbr class=&amp;quot;copyright&amp;quot; title=&amp;quot;20060101&amp;quot;&amp;gt;2006&amp;lt;/abbr&amp;gt;&lt;br /&gt;
	&amp;lt;/li&amp;gt;&lt;br /&gt;
	...&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p class=&amp;quot;hcite&amp;quot;&amp;gt;Have you read &amp;lt;span class=&amp;quot;title&amp;quot;&amp;gt;&amp;lt;abbr title=&amp;quot;book&amp;quot; class=&amp;quot;format&amp;quot;&amp;gt;Foo Bar&amp;lt;/abbr&amp;gt;&amp;lt;/span&amp;gt;? &lt;br /&gt;
It was written by &amp;lt;span class=&amp;quot;author vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;John Doe&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;. &lt;br /&gt;
It only came out a &amp;lt;abbr class=&amp;quot;dtpublished&amp;quot; title=&amp;quot;20060101&amp;quot;&amp;gt;few months ago&amp;lt;/abbr&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Note: the &amp;quot;format&amp;quot; property above is incorrect. Format would refer more the physical characteristics of an item, rather than its type or genre (e.g. &amp;quot;article&amp;quot;, &amp;quot;book&amp;quot;, etc.). I'd rather have the main class for the li be &amp;quot;article&amp;quot; in this context, than the fairly meaningless &amp;quot;citation.&amp;quot;  Of course, one could have both, which would be fine too. -- bruce&lt;br /&gt;
&lt;br /&gt;
Note: Could we use ROLE from hCard to identify editors, translators, authors, etc?&lt;br /&gt;
This was discussed on the mailing list and the idea was dropped [http://microformats.org/discuss/mail/microformats-discuss/2006-September/005694.html]&lt;br /&gt;
&lt;br /&gt;
'''Comments''' : [[User:Singpolyma|singpolyma]] 08:03, 16 Jun 2006 (PDT) : keywords should be [[rel-tag]], and probably also [[XOXO]] (the same way the citation list is)&lt;br /&gt;
&lt;br /&gt;
[[User:RCanine|RCanine]] 11:55, 18 Dec 2006 (EST) :&lt;br /&gt;
&lt;br /&gt;
* Is there a reason not to re-use &amp;quot;published&amp;quot; from hAtom instead of inventing a new, basically equivalent term in &amp;quot;dtpublished&amp;quot;?&lt;br /&gt;
** note - date-published was decided on for the field, example changed to reflect it --[[User:Mike|Mike]] 10:12, 30 Mar 2007 (PDT)&lt;br /&gt;
* Missing a URL/URI/IRI/UID etc. field example (ISBN for Book).&lt;br /&gt;
* Does the &amp;quot;copyright&amp;quot; class conflict with [http://www.whatwg.org/specs/web-apps/current-work/#class WHATWG's definition]?&lt;br /&gt;
* WRT Bruce's comment, I'm currently using class=&amp;quot;article citation&amp;quot; for my writing, as it has the most flexibility with CSS styles for titles (e.g. Book titles .citation&amp;gt;.fn must be italicized, while article titles must not, their container should).&lt;br /&gt;
* Speaking of containers, we need an &amp;quot;in&amp;quot; or &amp;quot;collection&amp;quot; field for journal articles or articles-in-books, or is that covered by &amp;quot;publisher&amp;quot;?&lt;br /&gt;
&lt;br /&gt;
==== Citing Private Communication ====&lt;br /&gt;
&lt;br /&gt;
Needs an example.&lt;br /&gt;
&lt;br /&gt;
==== Citing Legal Cases ====&lt;br /&gt;
Needs an example. &lt;br /&gt;
see [http://microformats.org/wiki/citation-examples-markup#Wikipedia_Court_Case Wikipedia example] for inspiration.&lt;br /&gt;
&lt;br /&gt;
==== Citing a Book ====&lt;br /&gt;
&lt;br /&gt;
needs an example&lt;br /&gt;
&lt;br /&gt;
==== Citing a journal article ====&lt;br /&gt;
&lt;br /&gt;
needs an example &lt;br /&gt;
&lt;br /&gt;
==== Citing a magazine article ====&lt;br /&gt;
&lt;br /&gt;
needs an example&lt;br /&gt;
&lt;br /&gt;
==== Citing a Patent ====&lt;br /&gt;
&lt;br /&gt;
Drawn from this [http://microformats.org/wiki/citation-examples#U.S._Patent example from Wikipedia]:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;li class=&amp;quot;hcite&amp;quot;&amp;gt;&amp;lt;a href=&amp;quot;http://patft.uspto.gov/netacgi/nph-Parser?patentnumber=4,405,829&amp;quot; class=&amp;quot;url&amp;quot; &lt;br /&gt;
    title=&amp;quot;http://patft.uspto.gov/netacgi/nph-Parser?patentnumber=4,405,829&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;format&amp;quot;&amp;gt;U.S. Patent&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;identifier&amp;quot;&amp;gt;4,405,829&amp;lt;/span&amp;gt;&amp;lt;/a&amp;gt;:&lt;br /&gt;
    &amp;lt;span class=&amp;quot;description&amp;quot;&amp;gt;The &amp;lt;a href=&amp;quot;/wiki/RSA&amp;quot; title=&amp;quot;RSA&amp;quot;&amp;gt;RSA&amp;lt;/a&amp;gt; patent, a famous software patent on the ground-breaking &lt;br /&gt;
    and highly unobvious algorithm for public key encryption, widely used for secure communications &lt;br /&gt;
    in many industries nowdays&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Citing a conference publication====&lt;br /&gt;
&lt;br /&gt;
Based on the [http://microformats.org/wiki/citation-examples#ACM_Digital_Library_Search_Result_Examples conference publication reference example].&lt;br /&gt;
&lt;br /&gt;
Changed Oct 06 to conform with [http://microformats.org/wiki/citation-brainstorming#Brian.27s_Straw_format Brian's format]. --[[User:Mike|Mike]] 18:09, 12 Oct 2006 (PDT)&lt;br /&gt;
(everything but the url class should be in line with that proposal)&lt;br /&gt;
&lt;br /&gt;
L. Hochstein, J. Carver, F. Shull, S. Asgari, V. Basili, J. K. Hollingsworth, and M. Zelkowitz, “Hpc programmer productivity: A case study of novice hpc programmers,” in Proceedings of ACM/IEEE Supercomputing Conference, 2005.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;cite class=&amp;quot;hcite&amp;quot;&amp;gt;&lt;br /&gt;
	&amp;lt;span class=&amp;quot;creator vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Lorin Hochstein&amp;lt;/span&amp;gt;&lt;br /&gt;
	    &amp;lt;span class=&amp;quot;org&amp;quot;&amp;gt; University of Maryland, College Park &amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;,&lt;br /&gt;
	&amp;lt;span class=&amp;quot;creator vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt; Jeff Carver &amp;lt;/span&amp;gt; &lt;br /&gt;
	    &amp;lt;span class=&amp;quot;org&amp;quot;&amp;gt; Mississippi State University &amp;lt;/span&amp;gt; &amp;lt;/span&amp;gt;,&lt;br /&gt;
	&amp;lt;span class=&amp;quot;creator vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt; Forrest Shull &amp;lt;/span&amp;gt; &lt;br /&gt;
	    &amp;lt;span class=&amp;quot;org&amp;quot;&amp;gt; Fraunhofer Center Maryland &amp;lt;/span&amp;gt; &amp;lt;/span&amp;gt;,&lt;br /&gt;
	&amp;lt;span class=&amp;quot;creator vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt; Sima Asgari&amp;lt;/span&amp;gt; &lt;br /&gt;
	    &amp;lt;span class=&amp;quot;org&amp;quot;&amp;gt; University of Maryland, College Park &amp;lt;/span&amp;gt; &amp;lt;/span&amp;gt;,&lt;br /&gt;
	&amp;lt;span class=&amp;quot;creator vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt; Victor Basili&amp;lt;/span&amp;gt; &lt;br /&gt;
	    &amp;lt;span class=&amp;quot;org&amp;quot;&amp;gt; Fraunhofer Center Maryland &amp;lt;/span&amp;gt; &amp;lt;/span&amp;gt;,&lt;br /&gt;
	&amp;lt;span class=&amp;quot;creator vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt; Jeffrey K. Hollingsworth&amp;lt;/span&amp;gt; &lt;br /&gt;
	    &amp;lt;span class=&amp;quot;org&amp;quot;&amp;gt; University of Maryland, College Park &amp;lt;/span&amp;gt; &amp;lt;/span&amp;gt;, and &lt;br /&gt;
	&amp;lt;span class=&amp;quot;creator vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt; Marv Zelkowitz&amp;lt;/span&amp;gt; &lt;br /&gt;
	    &amp;lt;span class=&amp;quot;org&amp;quot;&amp;gt; University of Maryland, College Park &amp;lt;/span&amp;gt; &amp;lt;/span&amp;gt;,&lt;br /&gt;
&lt;br /&gt;
	&amp;lt;a class=&amp;quot;title url&amp;quot; href=&amp;quot;http://dx.doi.org/10.1109/SC.2005.53&amp;quot;&amp;gt;HPC Programmer Productivity: A Case Study of Novice HPC Programmers&amp;lt;/a&amp;gt;. &lt;br /&gt;
        (&amp;lt;span class=&amp;quot;format&amp;quot;&amp;gt;conference publication&amp;lt;/span&amp;gt;)&lt;br /&gt;
	&amp;lt;cite class=&amp;quot;container hcite&amp;quot;&amp;gt;&lt;br /&gt;
	&amp;lt;a class=&amp;quot;title url&amp;quot; href=&amp;quot;...&amp;quot;&amp;gt;Proceedings of ACM/IEEE Supercomputing Conference&amp;lt;/a&amp;gt;&lt;br /&gt;
	&amp;lt;abbr class=&amp;quot;date-published&amp;quot; title=&amp;quot;20051126T0000-0800&amp;quot;&amp;gt;2005&amp;lt;/abbr&amp;gt;&lt;br /&gt;
	&amp;lt;/cite&amp;gt;&lt;br /&gt;
	page &amp;lt;span class=&amp;quot;pages&amp;quot;&amp;gt;35&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;publisher vcard&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;span class=&amp;quot; fn&amp;quot;&amp;gt;IEEE Computer Society&lt;br /&gt;
   &amp;lt;/span&amp;gt;&lt;br /&gt;
    &amp;lt;div class=&amp;quot;adr&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;Washington&amp;lt;/span&amp;gt;,&lt;br /&gt;
      &amp;lt;span class=&amp;quot;region&amp;quot;&amp;gt;DC&amp;lt;/span&amp;gt;&lt;br /&gt;
    &amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;a class=&amp;quot;url eprint&amp;quot; href=&amp;quot;http://portal.acm.org/...&amp;quot;&amp;gt;PDF of full text from ACM&amp;lt;/a&amp;gt;&lt;br /&gt;
&lt;br /&gt;
	DOI: &amp;lt;a class=&amp;quot;url uid&amp;quot; href=&amp;quot;http://dx.doi.org/10.1109/SC.2005.53&amp;quot;&amp;gt;10.1109/SC.2005.53&amp;lt;/a&amp;gt;&lt;br /&gt;
        Tags: &lt;br /&gt;
    &amp;lt;a class=&amp;quot;keyword&amp;quot; rel=&amp;quot;tag&amp;quot; href=&amp;quot;results.cfm?query=genterm%3A%22Design%22 ...&amp;quot;&amp;gt;&lt;br /&gt;
							Design&amp;lt;/a&amp;gt;,&lt;br /&gt;
     &amp;lt;a class=&amp;quot;keyword&amp;quot; rel=&amp;quot;tag&amp;quot; href=&amp;quot;results.cfm?query=genterm%3A%22Experimentation%22 ....&amp;quot;&amp;gt;&lt;br /&gt;
							 Experimentation&amp;lt;/a&amp;gt;,&lt;br /&gt;
     &amp;lt;a class=&amp;quot;keyword&amp;quot; rel=&amp;quot;tag&amp;quot; href=&amp;quot;results.cfm?query=genterm%3A%22Measurement%22...&amp;quot;&amp;gt;&lt;br /&gt;
							 Measurement&amp;lt;/a&amp;gt;,&lt;br /&gt;
     &amp;lt;a class=&amp;quot;keyword&amp;quot; rel=&amp;quot;tag&amp;quot; href=&amp;quot;results.cfm?query=genterm%3A%22Performance%22 ...&amp;quot;&amp;gt;&lt;br /&gt;
							 Performance&amp;lt;/a&amp;gt;&lt;br /&gt;
&lt;br /&gt;
	&amp;lt;blockquote class=&amp;quot;description&amp;quot;&amp;gt;In developing High-Performance Computing (HPC) software, ....&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
  &amp;lt;/cite&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Note''' (From [[Discoleo]], Sept. 06)&lt;br /&gt;
* sometimes, the citation must include '''Town/Country''' and '''Precise Date/Date Range''', e.g.&lt;br /&gt;
** ''Gillespie SH, Dickens A.'' Variation in mutation rate of quinolone resistance in Streptococcus pneumoniae [abstract P06-17A]. In: Abstracts of the 3rd International Symposium on Pneumococci and Pneumococcal Disease (Anchorage, 5-9 May 2002).Washington, DC: American Society of Microbiology, 2002.&lt;br /&gt;
** ''Bassetti, M.; Righi, E.; Rebesco, B.; Molinari, MP.; Costa, A.; Fasce, R.; Cruciani, M.; Bassetti, D.; Bobbio Pallavicini, F.'' 44th Annual Interscience Conference on Antimicrobial Agents and Chemotherapy (ICAAC). Washington, DC; 2004. Epidemiological trends in nosocomial candidemia in ICU: A five-year Italian perspective.&lt;br /&gt;
** ''Peacock JE, Wade JC, Lazarus HM, et al.'' Ciprofloxacin/piperacillin vs. tobramycin/piperacillin as empiric therapy for fever in neutropenic cancer patients, a randomized, double-blind trial [abstract 373]. In: Program and abstracts of the 37th Interscience Conference on Antimicrob Agents and Chemotherapy (Toronto). Washington, DC: American Society for Microbiology, 1997.&lt;br /&gt;
&lt;br /&gt;
==== Citing an external website ====&lt;br /&gt;
&lt;br /&gt;
This is based on a formal citation of a website in the references section of a research paper, but could also be used for in-line links that had added information. Here's the original:&lt;br /&gt;
&lt;br /&gt;
[25] David Stern, &amp;quot;eprint Moderator Model&amp;quot;, http://www.library.yale.edu/scilib/modmodexplain.html  (version dated Jan 25, 1999)&lt;br /&gt;
 &lt;br /&gt;
 &amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;cite class=&amp;quot;hcite&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;a class=&amp;quot;fn url&amp;quot; href=&amp;quot;http://www.library.yale.edu/scilib/modmodexplain.html&amp;quot;&amp;gt;eprint Moderator Model&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;author vcard&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;a href=&amp;quot;http://pantheon.yale.edu/~dstern/dsbio.html&amp;quot; class=&amp;quot;url fn&amp;quot;&amp;gt;David Stern&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;/span&amp;gt;  &lt;br /&gt;
&amp;lt;abbr class=&amp;quot;dtpublished&amp;quot; title=&amp;quot;19990125T0000-0500&amp;quot;&amp;gt;&lt;br /&gt;
    Jan 25, 1999&lt;br /&gt;
  &amp;lt;/abbr&amp;gt;&lt;br /&gt;
&amp;lt;/cite&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Discussion of Straw Format elements ===&lt;br /&gt;
&lt;br /&gt;
This section is to provide explanations for posterity about the elements of the straw format, linking to discussions on the list and elsewhere if possible.&lt;br /&gt;
&lt;br /&gt;
==== 'hcite' as Root Element name ====&lt;br /&gt;
&lt;br /&gt;
This discussion took place in January of 2007, with [http://microformats.org/discuss/mail/microformats-discuss/2007-January/008098.html voting occurring on the mailing list].&lt;br /&gt;
&lt;br /&gt;
It was decided to use 'hcite' as the root element's class-name for uniqueness and to reflect a trend in using 'h' to start microformat names.&lt;br /&gt;
&lt;br /&gt;
==== The URI Element ====&lt;br /&gt;
&lt;br /&gt;
It was decided to use URI for both http links to available copies or URNs.&lt;br /&gt;
This encompasses URLs that link directly to online copies as well as through resolvers using URIs such as urn:isbn: 0521890012&lt;br /&gt;
&lt;br /&gt;
See the discussion from [http://microformats.org/discuss/mail/microformats-discuss/2006-November/007390.html November] and [http://microformats.org/discuss/mail/microformats-discuss/2006-December/007403.html December].&lt;br /&gt;
&lt;br /&gt;
==== Date Fields ====&lt;br /&gt;
&lt;br /&gt;
Brian's original straw format had three date fields, &amp;quot;accessed&amp;quot;, &amp;quot;copyrighted&amp;quot;, and &amp;quot;published&amp;quot;.&lt;br /&gt;
After examining the examples of usage on the web, it was clear that 'copyrighted' was not used in the examples we have.&lt;br /&gt;
It was used once, but without a corresponding 'published' field (OCLC WorldCat), and it seems in that case to be used as &lt;br /&gt;
an equivalent to 'published'.&lt;br /&gt;
&lt;br /&gt;
I updated the straw citation to include only 'accessed' and 'published' on January 31. --[[User:Mike|Mike]] 00:26, 31 Jan 2007 (PST)&lt;br /&gt;
&lt;br /&gt;
I've mentioned more than once that &amp;quot;date-published&amp;quot; is misleadingly specific; too much for real world citations. Consider that many books are published in the year preceding their copyright date, which is in fact the date used for citation. I'd prefer just &amp;quot;date&amp;quot; and &amp;quot;date-accessed&amp;quot; as a first cut. --[[User:BDarcus|Bruce]] 3 Feb 2007&lt;br /&gt;
&lt;br /&gt;
See the discussion from the [http://microformats.org/discuss/mail/microformats-discuss/2007-January/008175.html 'dates' thread on the list].&lt;br /&gt;
&lt;br /&gt;
==== Container ====&lt;br /&gt;
&lt;br /&gt;
Discussion about how to represent containing relationships is on the thread [http://microformats.org/discuss/mail/microformats-discuss/2007-March/thread.html 'nesting container elements']&lt;br /&gt;
&lt;br /&gt;
== Old straw format discussion ==&lt;br /&gt;
&lt;br /&gt;
Saved here so that I'm not just deleting people's comments.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Mike straw format suggestion (Deprecated) ===&lt;br /&gt;
&lt;br /&gt;
In the interests of starting debate and having something concrete to fix, I suggest the following structure for a format. It is probably very incomplete and I claim no microformat expertise. I'm just trying to follow existing patterns. Comments and ridicule are both solicited. -Mike&lt;br /&gt;
&lt;br /&gt;
'''NOTE:''' This format is here for historical reference. Because it was not based on existing examples, I've deprecated it and contributed examples to Brian's format. If you feel that any missing elements in here should be in the final format, find examples for them and contribute to Brian's schema. Thanks! --[[User:Mike|Mike]] 18:22, 12 Oct 2006 (PDT)&lt;br /&gt;
&lt;br /&gt;
==== In General ====&lt;br /&gt;
&lt;br /&gt;
The ''citation'' format is based on a set of fields common to many bibliographic data formats, which are often implied by standard citation display styles but not explicitly marked up in practice on the web.&lt;br /&gt;
&lt;br /&gt;
==== Schema ====&lt;br /&gt;
&lt;br /&gt;
The citation schema consists of the following:&lt;br /&gt;
&lt;br /&gt;
* cite &lt;br /&gt;
** title: required, text (class = fn)&lt;br /&gt;
** subtitle: optional, text&lt;br /&gt;
** authors: optional, use hCard&lt;br /&gt;
** publication date: optional&lt;br /&gt;
** link(s) to instantiations, optional, url or use rel-enclosure? (class=url)&lt;br /&gt;
** UID, optional (for ISBN, DOI - use existing uid class) | permalink&lt;br /&gt;
** series (aka volume/issuenum) , optional (''not as sure how to handle these - suggestions?'')&lt;br /&gt;
** pages: startpage &amp;amp; endpage, optional, text&lt;br /&gt;
** venue, optional (hCard)&lt;br /&gt;
** publisher, optional (hCard)&lt;br /&gt;
** container: optional (nested hCite)&lt;br /&gt;
** abstract, optional (blockquote + class=&amp;quot;abstract&amp;quot; ?)&lt;br /&gt;
** notes, optional (blockquote + class=&amp;quot;notes&amp;quot; ?)&lt;br /&gt;
** keywords, optional (rel-tag)&lt;br /&gt;
** image, optional (for inclusion inline, unlike the url)&lt;br /&gt;
** copyright, optional (rel-license)&lt;br /&gt;
** ''what else am I missing?''&lt;br /&gt;
*** language, optional&lt;br /&gt;
&lt;br /&gt;
''Looks good, but I question the use of hCard for names. Due to ambiguity issues, requring hCard would lead to extra markup in order to apply just a name, hence [http://microformats.org/discuss/mail/microformats-discuss/2006-March/003487.html the need for a root element]. We should extract the N optimization of hCard like we did with adr, in order to ease this problem.'' --[[User:RCanine|Ryan Cannon]]&lt;br /&gt;
&lt;br /&gt;
Perhaps a Retrieved Date or Access Date would be appropriate for citing online resources. For example at http://www.crlt.umich.edu/publinks/facment_biblio.html &lt;br /&gt;
you see citations like this&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
Chief Academic Officers of the Big 12 Universities (2000). Big 12 Faculty Fellowship Program. Retrieved December 20, 2000 from the World Wide Web: http://www.k-state.edu/provost/academic/big12/big12guide.htm.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
--[[User:JoeAndrieu|Joe Andrieu]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Discussion about citing legal cases ====&lt;br /&gt;
&lt;br /&gt;
Here's some info I found about citing law:&lt;br /&gt;
&lt;br /&gt;
I'm not a lawyer, so I'm relying on the published [http://www.legalbluebook.com &amp;quot;blue book&amp;quot; standard], at least the only part of it I can get without paying $25. I'd be happy to hear improvements from experts in the field - how do lawyers mark up references to case law in HTML now?&lt;br /&gt;
&lt;br /&gt;
From groklaw.net and eff.org, I find mostly just links to PDFs with the name of the case as the link text. Or just this, from EFF:&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;h1&amp;gt;The Betamax Case&amp;lt;/h1&amp;gt;&lt;br /&gt;
&amp;lt;h2&amp;gt;Sony Corp. of America v. Universal City Studios, 464 U.S. 417 (1984)&amp;lt;/h2&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
From an example at the sample bluepages: http://www.legalbluebook.com/pdfs/bluepages.pdf&lt;br /&gt;
5 basic components:&lt;br /&gt;
*1 name of the case (citation title)&lt;br /&gt;
*2 published source in which case may be found (citation containing publication?)&lt;br /&gt;
*3 a parenthetical indicating the court and year of decision (citation venue?)&lt;br /&gt;
*4 other parenthetical information, if any (citation notes?)&lt;br /&gt;
*5 subsequent history of the case, if any (citation notes?)&lt;br /&gt;
&lt;br /&gt;
Here's two examples from the bluebook. Note that there are very strict rules about abbreviations in that source!&lt;br /&gt;
&lt;br /&gt;
Holland v. Donnelly, 216 F. Supp. 2d 227, 230 (S.D.N.Y. 2002), aff'd, 324 F.3d 99 (2d Cir. 2003).&lt;br /&gt;
&lt;br /&gt;
Green v. Georgia, 442 U.S. 95, 97 (1979) (per curiam) (holding that exclusion of relevant evidence at sentencing hearing constitutes denial of due process).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Examples in the wild ==&lt;br /&gt;
Pages which start to use the discussion above to create working examples in using hcite:&lt;br /&gt;
(This section could be used as a base for a page like &amp;quot;hcite-examples-in-wild&amp;quot; later).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Please add new examples to the top of this section.&lt;br /&gt;
* [http://www.demo.vorlagen.uni-erlangen.de/univis/mitarbeiter.shtml/georg-hager.shtml Example User Page] at the regional computer lab Erlangen, Germany, based on the universal information system UnivIS marked up with vcard, hcalender (optional, if user makes a lecture) and hcite.&lt;br /&gt;
&lt;br /&gt;
== discussions ==&lt;br /&gt;
* [[citation-irc-notes-2006-04-09]]&lt;/div&gt;</summary>
		<author><name>Mike</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=citation-brainstorming&amp;diff=15062</id>
		<title>citation-brainstorming</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=citation-brainstorming&amp;diff=15062"/>
		<updated>2007-03-30T17:14:17Z</updated>

		<summary type="html">&lt;p&gt;Mike: /* Citing a conference publication */ updated date-published and 'title' fields&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h1&amp;gt; Citation Brainstorming &amp;lt;/h1&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* [[citation]]&lt;br /&gt;
* [[citation-examples]]&lt;br /&gt;
* [[citation-formats]]&lt;br /&gt;
* [[citation-faq]]&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
== Contributors ==&lt;br /&gt;
&lt;br /&gt;
* ...&lt;br /&gt;
* ... (a bunch of good folks!)&lt;br /&gt;
* Tantek Çelik&lt;br /&gt;
* Tim White&lt;br /&gt;
* Michael McCracken&lt;br /&gt;
* Brian Suda&lt;br /&gt;
* [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
&lt;br /&gt;
== Use Cases ==&lt;br /&gt;
&lt;br /&gt;
To focus the discussion, please add use cases below that will help show what problems the citation microformat will be solving.&lt;br /&gt;
&lt;br /&gt;
I've included two, focusing on consuming information - I've assumed that use cases for generating microformatted content would just involve the desire to enable your content to be consumed better, but I'm interested to see if there's something I'm missing here -Mike&lt;br /&gt;
&lt;br /&gt;
=== Acquiring reference information from the web ===&lt;br /&gt;
&lt;br /&gt;
A user either finds an author's papers page, or is viewing the results of a search and would like to import the information about the displayed papers into their local reference database, for the purposes of cataloging things they've read, adding notes, and using the information to generate later citations, potentially in other forms, such as BibTeX or Docbook, for inclusion in a publication of their own.&lt;br /&gt;
&lt;br /&gt;
Notes: In this case, it isn't important to the user what format the citation takes as displayed on the page where they find it. What *is* important is that it contains enough information to allow generation of the format they will ultimately re-publish it in. This implies that it may be worthwhile to err a little on the side of verbosity.&lt;br /&gt;
&lt;br /&gt;
Also, links to downloadable full representations of the cited work are very important - e.g. a link to the PDF of a journal article, or to a music file.&lt;br /&gt;
&lt;br /&gt;
=== Subscribing to reading lists, periodicals, etc ===&lt;br /&gt;
&lt;br /&gt;
I would like to be able to leverage my news aggregator with hAtom to subscribe to a remote source for citation information, for example:&lt;br /&gt;
&lt;br /&gt;
* a reading list for a seminar&lt;br /&gt;
* The publication list for a conference (e.g., subscribe to SIGGRAPH and see the updated conference proceedings every year)&lt;br /&gt;
* the issues of a journal&lt;br /&gt;
* a particular research group or researcher's publications&lt;br /&gt;
* Not just research: a popular author's publications (e.g., [http://www.gladwell.com/archive.html Malcolm Gladwell's Archive])&lt;br /&gt;
&lt;br /&gt;
=== Aggregating reading lists and reviews ===&lt;br /&gt;
&lt;br /&gt;
A citation microformat-specific aggregator could provide a decentralized version of [http://citeulike.org/ CiteULike]. Libraries, authors, research groups, and publishers could mark up their collections, while other people on weblogs or review sites could add tags and reviews.&lt;br /&gt;
&lt;br /&gt;
At least, having a well-adopted microformat would make writing tools like CiteULike much better, since it relies in some cases on screen-scraping publisher web-sites.&lt;br /&gt;
&lt;br /&gt;
=== Cut &amp;amp; Paste from web pages ===&lt;br /&gt;
Capturing/copying HTML from web pages for use in other applications (especially when those apps present HTML as output), such as pasting into Word, or a specialized application like [http://www.google.com/notebook Google Notebook], [http://onfolio.com Onfolio] or [http://www.kaboodle.com Kaboodle].  When such captures are made, it makes sense to keep track of the full citation data, including the date it was accessed, which may or may not be the date it was published. &lt;br /&gt;
&lt;br /&gt;
=== Blogs quoting other resources, including blogs ===&lt;br /&gt;
Any blog that cites online content, whether a blog or news article, could use an hCitation to properly link to the cited reference. Such citations could include the access date when the blogger made the citation, because resources on the other side of those links can change without notice. &lt;br /&gt;
&lt;br /&gt;
Instead, today we have simple formating with a link to the permaURL. The citation data is completely lacking. See [http://doc.weblogs.com Doc Searl's blog] for a style of referencing that could benefit from proper a citation uF.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Fascinating... after I added the last two use cases, I realized they focus on potentially marginal cases. The first because it is missing the &amp;quot;output&amp;quot; part of the cut &amp;amp; paste, where the uF would actually be used as part of the paste.  The latter because bloggers have a working citation mechanism that is just a link to the URL (hopefully a permaURL). One could argue they wouldn't want a full hCitation. And in fact, until a tool exists that makes it easy, they probably won't.  However, a tool that cuts &amp;amp; pastes from anywhere on the web into a blog with a full citation seems like a nice tool.  But again, I'm not really paving the cowpaths with these ideas. -Joe Andrieu&lt;br /&gt;
&lt;br /&gt;
===Finding in Library===&lt;br /&gt;
Find a copy of the cited work in a nearby library (as with [http://ocoins.info/ OpenCOinS]). [[User:AndyMabbett|AndyMabbett]] 04:55, 4 Nov 2006 (PST)&lt;br /&gt;
&lt;br /&gt;
===Buy a copy===&lt;br /&gt;
Find the cited work on, for example, Amazon or [http://www.abebooks.com/ ABE]; or subscribe to a journal via its own website. [[User:AndyMabbett|AndyMabbett]] 04:55, 4 Nov 2006 (PST)&lt;br /&gt;
&lt;br /&gt;
===Find reviews===&lt;br /&gt;
Find third-party reviews of the cited work. [[User:AndyMabbett|AndyMabbett]] 04:55, 4 Nov 2006 (PST)&lt;br /&gt;
&lt;br /&gt;
===Give citation data for the page being visited===&lt;br /&gt;
&lt;br /&gt;
Adding a class of, say, &amp;quot;self&amp;quot; to an attribute of the proposed strawman would allow users (or user agents) to extract the data required to cite the page being visited, when referring to it elsewhere. There would be the added advantage of allowing the citation to be ignored by any parser which might be building a &amp;quot;tree&amp;quot; of citations, and preventing the setting up of an infinite loop. &lt;br /&gt;
&lt;br /&gt;
For evidence of published &amp;quot;self citation&amp;quot; data (albeit on a secondary page) see the &amp;quot;cite this article&amp;quot; link on any Wikipedia entry, e.g. [http://en.wikipedia.org/w/index.php?title=Special:Cite&amp;amp;page=West_Midland_Bird_Club&amp;amp;id=115894372] from [http://en.wikipedia.org/wiki/West_Midland_Bird_Club].&lt;br /&gt;
&lt;br /&gt;
See also [http://en.wikipedia.org/wiki/Wikipedia_talk:Citing_Wikipedia#Citation_data_should_be_on_the_page_concerned Proposal to include on-page citation data in Wikipedia]&lt;br /&gt;
&lt;br /&gt;
:[[User:AndyMabbett|Andy Mabbett]] 13:47, 20 Mar 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
* (from a mailing list): &lt;br /&gt;
:&amp;lt;blockquote&amp;gt;if you want to cite a [biomedical journal] journal article on Wikipedia [...] you can export a correctly-formatted citation for Wikipedia from HubMed using unAPI... http://hublog.hubmed.org/archives/001408.html&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*[http://www.zotero.org/ Zotero], a Firefox extension to help collect, manage, and cite research sources. &lt;br /&gt;
:[[User:AndyMabbett|Andy Mabbett]] 09:13, 21 Mar 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
== Original hBib Discussion ==&lt;br /&gt;
&lt;br /&gt;
During the WWW2005 Developer's Day [[microformats]] track, Rohit Khare gave a [[presentations|presentation]] where he discussed the microformats [[process]], and then did  a quick demonstration wherein a bunch of us got on a shared Subethaedit document, and brainstormed some thoughts on what an &amp;quot;hBib&amp;quot; bibliography citation microformat would look like.  Rohit placed the [http://cnlabs.commerce.net/~rohit/hBib%20Discussion.html document on his Commercenet site].&lt;br /&gt;
&lt;br /&gt;
* http://cnlabs.commerce.net/~rohit/hBib%20Discussion.html&lt;br /&gt;
&lt;br /&gt;
''An attempt to summarize and inline the linked document follows. -Mike''&lt;br /&gt;
&lt;br /&gt;
Two major goals were outlined by the group:&lt;br /&gt;
&lt;br /&gt;
* Avoid re-keying references&lt;br /&gt;
* Adapt to new journal styles by changing CSS&lt;br /&gt;
 &lt;br /&gt;
The fundamental problem was discussed in terms of display - the ability to transform XHTML+hBib into the many journal-specific formats. For example, how to display &amp;quot;et.al&amp;quot; when all authors are present in the source, and how to re-order the elements if a style defines a set order of elements that conflicts with the ordering in the source. Using hCard for authors was agreed on, and the beginnings of an example were shown.&lt;br /&gt;
&lt;br /&gt;
== XHTML Structure ==&lt;br /&gt;
With my exprience working X2V and hCa* has taught me what elememts are easy to find and which are not. Since the Citation microformat is very new it is possible to not make a lot of the same errors twice and to make things easier for extracting application to find and imply certain properties.&lt;br /&gt;
&lt;br /&gt;
* There should be some sort of 'root node' that implies all child elements are for the hCitation microformat.&lt;br /&gt;
* Since most people will have multiple citations there should be away to represent each hCitation object as a unqiue block independent of another. This is to keep the parse from finding 'author' and applying that to all citations. Each citation should be in a container (class=&amp;quot;hcite&amp;quot;) that is separated from others.&lt;br /&gt;
* Perhaps class=&amp;quot;hcite&amp;quot; with &amp;lt;code&amp;gt;&amp;amp;lt;cite&amp;amp;gt;&amp;lt;/code&amp;gt; recommended as the root element. E.g. &amp;lt;code&amp;gt;&amp;amp;lt;cite class=&amp;quot;hcite&amp;quot;&amp;amp;gt;&amp;lt;/code&amp;gt; &lt;br /&gt;
&lt;br /&gt;
'''Note: This section was the original content of the document. Since then, class='hcite' has been agreed on as the root class name. See  [http://microformats.org/wiki?title=citation-brainstorming#.27hcite.27_as_Root_Element_name explanation].'''&lt;br /&gt;
&lt;br /&gt;
== Citation vs. [[media-info]] ==&lt;br /&gt;
&lt;br /&gt;
What distinguishes a cite from say [[media-info]] (e.g. [[media-info-examples]]) is that a cite is a reference to something explicitly external to the current piece of content or document, whereas [[media-info]] describes information about content embedded or inline in the current document.&lt;br /&gt;
&lt;br /&gt;
== Semantic Meaning ==&lt;br /&gt;
One of the guiding priniciple of Microformats is to use the most semantically rich element to describe each node (Point 2 of Semantic XHTML Design Principles: Use the most accurately precise semantic XHTML building block for each object etc). Since we are dealing with HTML and citations, several elements are candidates to be used to enrich the semantic meaning. [http://www.w3.org/TR/REC-html40/struct/text.html CITE, BLOCKQUOTE, Q, A], (are there more?)&lt;br /&gt;
&lt;br /&gt;
The [[citation-brainstorming|Citation Brainstorming Page]] has a few development and ideas about how to give another person credit for a link. Some of the semantic ideas behind their choices of tags can be applied to a full bibliographic type reference. ''Does this sentence make sense only historically? -Mike''&lt;br /&gt;
&lt;br /&gt;
== OCLC's WorldCat for titles == &lt;br /&gt;
Question: what about using something like OCLC's [http://www.oclc.org/worldcat/open/isbnissnlinking/default.htm WorldCat] for linking titles? - Tim White&lt;br /&gt;
&lt;br /&gt;
== This and That ==&lt;br /&gt;
After reading through alot of different citation encoding formats, i noticed that each format was being used in onw of two ways. It was either to describe the Current page (THIS.PAGE) or being used to encode references that point to external resources (THAT.PAGE)&lt;br /&gt;
&lt;br /&gt;
The informatation being encoded was identical for both resources (author, date, name, etc) they just reference different things. For this microformat, i'm not sure if we want to try to solve both problems, or just one? The meta tags in the head element would be the ideal place for information about the THIS.PAGE, but that is not in following with the ideals of microformats where information is human-readable. The THAT.PAGE idea where a list of references is at the end of a document in the form of a bibliography is more inline with the ideals of a microformat where the data is human-readable. That doesn't mean that data about the current document shouldn't be human-readable, so some of the same properties used to reference extermal resources can be used for the current document (THIS.PAGE). To do this a different root item could be used and transforming applications could either extract the citation data about the current page, or information about this page's references.&lt;br /&gt;
&lt;br /&gt;
This is open for discussion, but either way, i believe that the properties used to describe a page will be the same for both THIS and THAT. [http://suda.co.uk/ brian suda]&lt;br /&gt;
&lt;br /&gt;
== More on This and That ==&lt;br /&gt;
&lt;br /&gt;
Citation microformats are being explored as a possibility for citing genealogical information at [http://eatslikeahuman.blogspot.com Dan Lawyer's blog].&lt;br /&gt;
&lt;br /&gt;
This is a case where frequently the citation would refer to (THIS.PAGE), but would have nested within it a reference to (THAT.PAGE), possibly a few levels deep. For instance, a web page might contain data extracted from a microfilm of a census. The citation would need to include information about the web page, information about the microfilm, and information about the census. Genealogical citations are expected to include the repository (where can this book or microfilm be found. Is this the same as ''venue''?). So, at each level the information should contain the repository of the referenced item. A nesting (recursive) mechanism for citation microformats would be useful in this case. Is this the function of the &amp;quot;container&amp;quot; element in the Straw Format?&lt;br /&gt;
&lt;br /&gt;
== Date Formatting ==&lt;br /&gt;
Since microformats are all about re-use and the accepted way to encode Date-Time has been pretty much settled, then this is a good place to start when dealing with all the different date citation types. &lt;br /&gt;
&lt;br /&gt;
These are all the different fields from various citation formats that are of temporal nature:&lt;br /&gt;
 * Date (available | created | dateAccepted | dateCopyrighted | dateSubmitted | issued | modified | valid)&lt;br /&gt;
 * originInfo/dateIssued&lt;br /&gt;
 * originInfo/dateCreated&lt;br /&gt;
 * originInfo/dateCaptured&lt;br /&gt;
 * originInfo/dateOther&lt;br /&gt;
 * month&lt;br /&gt;
 * year&lt;br /&gt;
 * Copyright Year&lt;br /&gt;
 * Date - Generic&lt;br /&gt;
 * Date of Confernce&lt;br /&gt;
 * Date of Publication&lt;br /&gt;
 * Date of update/revisou/issuance of database record&lt;br /&gt;
 * Former Date&lt;br /&gt;
 * Entry Date for Database Record&lt;br /&gt;
 * Database Update&lt;br /&gt;
 * Year of Publication&lt;br /&gt;
&lt;br /&gt;
There are several common properties across several citation domains and will certainly be in the citation microformat, the unique instances will need further consideration, otherwise there could be no end to posiblities. &lt;br /&gt;
&lt;br /&gt;
There are also several properties (year, month, Year of publication) that can be extracted from another source. Therefore, if you only encode a more specific property such as; Date of Publication, you can extract the 'year of publication' from that. Since the date-time format we are modeling after is the ISO date-time format, just the Year portion is an acceptable date. So if you ONLY know the year of publication, the you can form a valid 'Date of Publication' as a microformat (which inturn is a valid 'year of publication') - you milage may vary when it comes to importing into citation applications.&lt;br /&gt;
&lt;br /&gt;
...&lt;br /&gt;
&lt;br /&gt;
It seems to me that these can be collapsed to maybe one or two different date properties.  As far as the specific human readable formatting of the date, that can be chosen per whatever the presentation style guide says, and the [[datetime-design-pattern]] used to simplify the markup. - Tantek&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Important'''&lt;br /&gt;
Sometimes we need a date range and not simply a date (e.g. 4-6 May 2006). See ''Conference Citation'' examples later on this page. - Discoleo&lt;br /&gt;
&lt;br /&gt;
'''Seasons'''&lt;br /&gt;
Some journals have seasonal issues (e.g. &amp;quot;Summer 2006 edition&amp;quot;) instead of, or as well as, editions labelled by month or other calendar-date. [[User:AndyMabbett|AndyMabbett]] 05:05, 4 Nov 2006 (PST)&lt;br /&gt;
&lt;br /&gt;
== Tags ==&lt;br /&gt;
Some of the citation formats has a place for 'keywords' or 'generic tags', etc. This might be a good place to re-use the [http://microformats.org/wiki/rel-tag RelTag microformat]. The downside would be that they are then forced to be links, which might be the correct way to mark-up these terms.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== MARC / MODS / Dublin Core ==&lt;br /&gt;
&lt;br /&gt;
The MODS ([http://www.loc.gov/standards/marcxml/Sandburg/sandburgmods.xml example]) and Dublin Core ([http://www.loc.gov/standards/marcxml/Sandburg/sandburgdc.xml example]) transformations of MARC21 may contain some useful ideas.&lt;br /&gt;
&lt;br /&gt;
Here's a first attempt at rewriting the linked examples in XHTML (written in response to a [http://microformats.org/discuss/mail/microformats-discuss/2005-December/002438.html mailing list query about encoding book information with microformats]):&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;book&amp;quot; lang=&amp;quot;en&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;h3 class=&amp;quot;fn&amp;quot;&amp;gt;Arithmetic /&amp;lt;/h3&amp;gt;&lt;br /&gt;
  &amp;lt;p&amp;gt;By &amp;lt;span class=&amp;quot;creator&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Sandburg, Carl&amp;lt;/span&amp;gt;,&lt;br /&gt;
     &amp;lt;span class=&amp;quot;date&amp;quot;&amp;gt;1878-1967&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;,&lt;br /&gt;
     and &amp;lt;span class=&amp;quot;illustrator&amp;quot;&amp;gt;Rand, Ted&amp;lt;/span&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
  &amp;lt;p&amp;gt;Publisher: &amp;lt;span class=&amp;quot;publisher&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Harcourt Brace Jovanovich&amp;lt;/span&amp;gt;,&lt;br /&gt;
     &amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;San Diego&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
  &amp;lt;p&amp;gt;Published: &amp;lt;span class=&amp;quot;issued&amp;quot;&amp;gt;1993&amp;lt;/span&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
  &amp;lt;p class=&amp;quot;description&amp;quot;&amp;gt;A poem about numbers and their characteristics. Features&lt;br /&gt;
     anamorphic, or distorted, drawings which can be restored to normal by viewing&lt;br /&gt;
     from a particular angle or by viewing the image's reflection in the provided&lt;br /&gt;
     Mylar cone.&amp;lt;/p&amp;gt;&lt;br /&gt;
  &amp;lt;p class=&amp;quot;note&amp;quot;&amp;gt;One Mylar sheet included in pocket.&amp;lt;/p&amp;gt;&lt;br /&gt;
  &amp;lt;p&amp;gt;Subjects:&amp;lt;/p&amp;gt;&lt;br /&gt;
  &amp;lt;ul&amp;gt;&lt;br /&gt;
    &amp;lt;li class=&amp;quot;subject&amp;quot;&amp;gt;Arithmetic&amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li class=&amp;quot;subject&amp;quot;&amp;gt;Children's poetry, American.&amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li class=&amp;quot;subject&amp;quot;&amp;gt;Arithmetic&amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li class=&amp;quot;subject&amp;quot;&amp;gt;American poetry&amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li class=&amp;quot;subject&amp;quot;&amp;gt;Visual perception&amp;lt;/li&amp;gt;&lt;br /&gt;
  &amp;lt;/ul&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;
== Basic Citation Stuctures ==&lt;br /&gt;
There are basic structures to any citation, this is an overview of some of the types&lt;br /&gt;
[http://www.users.muohio.edu/darcusb/misc/citations-spec.html http://www.users.muohio.edu/darcusb/misc/citations-spec.html]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Concerns not addressed by existing formats ==&lt;br /&gt;
&lt;br /&gt;
There are some aspects '''NOT adequately''' covered by existing formats. I have addressed this issue on the OpenOffice.org wiki page, too. [see http://wiki.services.openoffice.org/wiki/Bibliographic_Database for an extending discussion, the paragraph on ''Reference Types'']&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
These issues pertain mainly to '''Errata''', '''Comments and Authors Reply''' and '''Article Retractions'''.&lt;br /&gt;
* a bidirectional link could be necessary to implement these features (original article &amp;lt;=&amp;gt; eratum, reply, retraction letter)&lt;br /&gt;
* '''IMPORTANT: Errata'''&lt;br /&gt;
** Erata: one or more Corrections might be posted in various issues of the journal&lt;br /&gt;
** this is usually cited as: Orininal Article Citation Data (Correction available in ''Journal, Issue Nr, Year, Pages'') (repeat for more than one correction)&lt;br /&gt;
** it is possibly never cited alone&lt;br /&gt;
** there should be a link to the original article, while the original article should contain a link to this ''Errata''&lt;br /&gt;
* '''IMPORTANT: Commentary and Author Reply'''&lt;br /&gt;
** similar to Errata, there might be one or more Comments and Author Replys; this should be stored, too&lt;br /&gt;
** however, it is usually not included in the original citation&lt;br /&gt;
** it might be used however in a citation, but I do not know exaclty how to cite it optimally (original article should be provided as well) &lt;br /&gt;
* '''IMPORTANT: Article Retraction'''&lt;br /&gt;
** an article may be retracted because of plagiarism or some other flaw&lt;br /&gt;
** this should not be used any further in the research&lt;br /&gt;
** however, it might be used e.g. for an article on plagiarism or flawed research&lt;br /&gt;
** there should be therefore one field storing this information, too, and a link to:&lt;br /&gt;
** the published withdrawal letter (which explains why the article was retracted)&lt;br /&gt;
&lt;br /&gt;
* this issue may need a time-controlled event&lt;br /&gt;
* '''IMPORTANT: electronic publishing ahead of print (EPUB)'''&lt;br /&gt;
** more and more articles are initially posted online, before the published article gets actually printed&lt;br /&gt;
** How should this be used/cited?&lt;br /&gt;
** Is this changed, after the print version becomes available?&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Outstanding Issues ==&lt;br /&gt;
The 3 main points i (Brian) came across so far are:&lt;br /&gt;
1) IDENTIFIERS&lt;br /&gt;
2) FORMAT TYPES&lt;br /&gt;
3) NESTING&lt;br /&gt;
&lt;br /&gt;
1) In hCard/hCalendar there is a UID field. Added with URL it makes for a great unique identifier. There are loads of other identifers besides URL, ISBN, LOC call number, SKU, ISSN, etc. Many of these are unique in their domain, but not globally unique. So how to they get marked-up? Much like the hCard TEL/ADR properties, we can use something like:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;uid&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;type&amp;quot;&amp;gt;ISBN&amp;lt;/span&amp;gt;: &amp;lt;span&lt;br /&gt;
class=&amp;quot;value&amp;quot;&amp;gt;123456&amp;lt;/span&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
This makes the encoding the most extensible... if we start use class=&amp;quot;isbn&amp;quot; then it is an enumerated list, with class=&amp;quot;type&amp;quot; it is open ended.&lt;br /&gt;
&lt;br /&gt;
2) I keep mis-using &amp;quot;format&amp;quot;, format is the medium - hardback, softback. The TYPE (there probably is a better word - container?) is book, article, conference, manifesto, etc. Much like the identifers we can make an enumerated list of values, class=&amp;quot;book&amp;quot;, class=&amp;quot;article&amp;quot;, but that boxes us in, whereas something like: &amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;span class=&amp;quot;type&amp;quot;&amp;gt;article&amp;lt;/span&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt; leaves things more open.&lt;br /&gt;
&lt;br /&gt;
3) Nesting citation data in a citation. The ability to nest the same microformat inside itself is something that other microformats don't explicitly handle.&lt;br /&gt;
&lt;br /&gt;
The two options are:&lt;br /&gt;
i) Using class=&amp;quot;book&amp;quot;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;hcite&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;div class=&amp;quot;book&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Book Title&amp;lt;/span&amp;gt;&lt;br /&gt;
  &amp;lt;div class=&amp;quot;chapter&amp;quot;&amp;gt;&lt;br /&gt;
     &amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Chapter Title&amp;lt;/span&amp;gt;&lt;br /&gt;
  &amp;lt;/div&amp;gt;&lt;br /&gt;
 &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&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 makes things easy to nest and to figure out exactly what is&lt;br /&gt;
associated with what, but the downside is that we have enumerated&lt;br /&gt;
lists of values for the class properties.&lt;br /&gt;
&lt;br /&gt;
ii) using the TYPE for book&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;hcite&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;div class=&amp;quot;type&amp;quot;&amp;gt;book&amp;lt;/div&amp;gt;&lt;br /&gt;
 &amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Book Title&amp;lt;/span&amp;gt;&lt;br /&gt;
 &amp;lt;div class=&amp;quot;type&amp;quot;&amp;gt;chapter&amp;lt;/div&amp;gt;&lt;br /&gt;
 &amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Chapter Title&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
now the class=&amp;quot;fn&amp;quot; is not nested inside the class=&amp;quot;book&amp;quot; or&lt;br /&gt;
class=&amp;quot;chapter&amp;quot; so there would have to be some other mechanism to&lt;br /&gt;
associate the data with the type.&lt;br /&gt;
&lt;br /&gt;
== Brian's Straw format ==&lt;br /&gt;
&lt;br /&gt;
=== implied schema (examples) ===&lt;br /&gt;
 + publisher&lt;br /&gt;
 + language&lt;br /&gt;
 + description&lt;br /&gt;
 + title&lt;br /&gt;
 + creator&lt;br /&gt;
 + journal&lt;br /&gt;
 + volume&lt;br /&gt;
 + issue&lt;br /&gt;
 + page &lt;br /&gt;
 + edition&lt;br /&gt;
 + identifier&lt;br /&gt;
 + tags&lt;br /&gt;
 + format&lt;br /&gt;
 + date published&lt;br /&gt;
 + copyright&lt;br /&gt;
 - audience&lt;br /&gt;
&lt;br /&gt;
=== implied schema (formats) ===&lt;br /&gt;
 + publisher&lt;br /&gt;
 + language&lt;br /&gt;
 + description&lt;br /&gt;
 + title&lt;br /&gt;
 + creator&lt;br /&gt;
 + volume&lt;br /&gt;
 + pages&lt;br /&gt;
 + edition&lt;br /&gt;
 + issue&lt;br /&gt;
 + identifier&lt;br /&gt;
 + tags&lt;br /&gt;
 + format&lt;br /&gt;
 + date published&lt;br /&gt;
 + date copyrighted&lt;br /&gt;
 - subtitle&lt;br /&gt;
 - image &lt;br /&gt;
 - excerpt&lt;br /&gt;
 - index terms&lt;br /&gt;
 - series title&lt;br /&gt;
 - publication&lt;br /&gt;
 - journal&lt;br /&gt;
 - part (1 of X)&lt;br /&gt;
&lt;br /&gt;
UNION of the two schemas&lt;br /&gt;
 + (PLUS) means common properties&lt;br /&gt;
 - (MINUS) means unique to the schema&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Working straw schema ===&lt;br /&gt;
&lt;br /&gt;
This list records discussion about the common schema from above. The format is ''descriptive-name'' (''optional-recommended-element'' 'class-name') (''link to explanation'').&lt;br /&gt;
&lt;br /&gt;
If there is no explanation link, that field should be considered either obvious or up for debate. If you're not sure which, it's up for debate.&lt;br /&gt;
&lt;br /&gt;
* root element ('hcite') ([http://microformats.org/wiki?title=citation-brainstorming#.27hcite.27_as_Root_Element_name explanation])&lt;br /&gt;
** title ('title')&lt;br /&gt;
** Author / Editor etc. ('creator')&lt;br /&gt;
** Pages ('pages')&lt;br /&gt;
*** note: this can be any value&lt;br /&gt;
** container ('container hcite')&lt;br /&gt;
*** A nested hcite element that represents a containing item (like a book for a chapter) ([http://microformats.org/wiki?title=citation-brainstorming#Container discussion and link to mailing list thread])&lt;br /&gt;
** Volume Number ('volume')&lt;br /&gt;
** Edition ('edition')&lt;br /&gt;
** Issue number ('issue')&lt;br /&gt;
** Tags (href rel='tag')&lt;br /&gt;
** Format ('format')&lt;br /&gt;
*** Note - this is unclear at present - does format mean 'type', as in 'book' vs. 'article'? --[[User:Mike|Mike]] 22:53, 16 Jan 2007 (PST)&lt;br /&gt;
** date published ('date-published')  ([http://microformats.org/wiki?title=citation-brainstorming#Date_Fields explanation])&lt;br /&gt;
** date accessed ('date-accessed')  ([http://microformats.org/wiki?title=citation-brainstorming#Date_Fields explanation])&lt;br /&gt;
** publisher&lt;br /&gt;
** language&lt;br /&gt;
** Abstract / description ('description')&lt;br /&gt;
** URI (href class='uri') ([http://microformats.org/wiki?title=citation-brainstorming#The_URI_Element explanation])&lt;br /&gt;
** identifier&lt;br /&gt;
*** an (not necessarily globally unique) identifier, such as a cite-key, pubmed ID number, or simply the reference number or string within a publication ([1] or [CLRS2001])&lt;br /&gt;
&lt;br /&gt;
==== Notes about missing / changed fields in the schema ====&lt;br /&gt;
&lt;br /&gt;
This section lists fields that are intentionally ''not'' included in the straw schema, or are not represented directly, and links to discussion about each.&lt;br /&gt;
&lt;br /&gt;
* date copyrighted ([http://microformats.org/wiki?title=citation-brainstorming#Date_Fields explanation])&lt;br /&gt;
&lt;br /&gt;
=== Examples ===&lt;br /&gt;
&lt;br /&gt;
Markup examples using the above format:&lt;br /&gt;
&lt;br /&gt;
==== Book ====&lt;br /&gt;
&lt;br /&gt;
This is Brian's original example&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;ul class=&amp;quot;bibliography&amp;quot;&amp;gt;&lt;br /&gt;
	&amp;lt;li class=&amp;quot;hcite&amp;quot; xml:lang=&amp;quot;en-gb&amp;quot;&amp;gt;&lt;br /&gt;
	&lt;br /&gt;
		&amp;lt;!-- publisher data as hCard--;&lt;br /&gt;
		&amp;lt;div class=&amp;quot;publisher vcard&amp;quot;&amp;gt;&lt;br /&gt;
			&amp;lt;span class=&amp;quot;fn org&amp;quot;&amp;gt;ABC Publishing Co.&amp;lt;/span&amp;gt;&lt;br /&gt;
			&amp;lt;span class=&amp;quot;country-name&amp;quot;&amp;gt;United Kingdom&amp;lt;/span&amp;gt;&lt;br /&gt;
			...&lt;br /&gt;
		&amp;lt;/div&amp;gt;&lt;br /&gt;
		&lt;br /&gt;
		&amp;lt;!-- author(s) data as hCard --&amp;gt;&lt;br /&gt;
		&amp;lt;div class=&amp;quot;creator vcard&amp;quot;&amp;gt;&lt;br /&gt;
			&amp;lt;span class=&amp;quot;fn n&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;given-name&amp;quot;&amp;gt;John &amp;lt;span class=&amp;quot;family-name&amp;quot;&amp;gt;Doe&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
			...&lt;br /&gt;
		&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
		&amp;lt;!-- location data --&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Foobar!&amp;lt;/span&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;description&amp;quot;&amp;gt;World Class Book about foobar&amp;lt;/span&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;volume&amp;quot;&amp;gt;1&amp;lt;/span&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;issue&amp;quot;&amp;gt;1&amp;lt;/span&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;edition&amp;quot;&amp;gt;1&amp;lt;/span&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;pages&amp;quot;&amp;gt;1-10&amp;lt;/span&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;format&amp;quot;&amp;gt;article&amp;lt;/span&amp;gt;&lt;br /&gt;
		&lt;br /&gt;
		&amp;lt;!-- differed to the UID debate --&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;identifier&amp;quot;&amp;gt;12345678&amp;lt;/span&amp;gt;&lt;br /&gt;
		&lt;br /&gt;
		&amp;lt;!-- keywords --&amp;gt;&lt;br /&gt;
		&amp;lt;a class=&amp;quot;keyword&amp;quot; rel=&amp;quot;tag&amp;quot; href=&amp;quot;/tags/foo&amp;quot;&amp;gt;foo&amp;lt;/a&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;keyword&amp;quot;&amp;gt;bar&amp;lt;/span&amp;gt;&lt;br /&gt;
		&lt;br /&gt;
		&amp;lt;!-- date properties --&amp;gt;&lt;br /&gt;
		Published &amp;lt;abbr class=&amp;quot;date-published&amp;quot; title=&amp;quot;20060101&amp;quot;&amp;gt;January 1st 1006&amp;lt;/abbr&amp;gt;&lt;br /&gt;
		Copyright &amp;lt;abbr class=&amp;quot;copyright&amp;quot; title=&amp;quot;20060101&amp;quot;&amp;gt;2006&amp;lt;/abbr&amp;gt;&lt;br /&gt;
	&amp;lt;/li&amp;gt;&lt;br /&gt;
	...&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p class=&amp;quot;hcite&amp;quot;&amp;gt;Have you read &amp;lt;span class=&amp;quot;title&amp;quot;&amp;gt;&amp;lt;abbr title=&amp;quot;book&amp;quot; class=&amp;quot;format&amp;quot;&amp;gt;Foo Bar&amp;lt;/abbr&amp;gt;&amp;lt;/span&amp;gt;? &lt;br /&gt;
It was written by &amp;lt;span class=&amp;quot;author vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;John Doe&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;. &lt;br /&gt;
It only came out a &amp;lt;abbr class=&amp;quot;dtpublished&amp;quot; title=&amp;quot;20060101&amp;quot;&amp;gt;few months ago&amp;lt;/abbr&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Note: the &amp;quot;format&amp;quot; property above is incorrect. Format would refer more the physical characteristics of an item, rather than its type or genre (e.g. &amp;quot;article&amp;quot;, &amp;quot;book&amp;quot;, etc.). I'd rather have the main class for the li be &amp;quot;article&amp;quot; in this context, than the fairly meaningless &amp;quot;citation.&amp;quot;  Of course, one could have both, which would be fine too. -- bruce&lt;br /&gt;
&lt;br /&gt;
Note: Could we use ROLE from hCard to identify editors, translators, authors, etc?&lt;br /&gt;
This was discussed on the mailing list and the idea was dropped [http://microformats.org/discuss/mail/microformats-discuss/2006-September/005694.html]&lt;br /&gt;
&lt;br /&gt;
'''Comments''' : [[User:Singpolyma|singpolyma]] 08:03, 16 Jun 2006 (PDT) : keywords should be [[rel-tag]], and probably also [[XOXO]] (the same way the citation list is)&lt;br /&gt;
&lt;br /&gt;
[[User:RCanine|RCanine]] 11:55, 18 Dec 2006 (EST) :&lt;br /&gt;
&lt;br /&gt;
* Is there a reason not to re-use &amp;quot;published&amp;quot; from hAtom instead of inventing a new, basically equivalent term in &amp;quot;dtpublished&amp;quot;?&lt;br /&gt;
** note - date-published was decided on for the field, example changed to reflect it --[[User:Mike|Mike]] 10:12, 30 Mar 2007 (PDT)&lt;br /&gt;
* Missing a URL/URI/IRI/UID etc. field example (ISBN for Book).&lt;br /&gt;
* Does the &amp;quot;copyright&amp;quot; class conflict with [http://www.whatwg.org/specs/web-apps/current-work/#class WHATWG's definition]?&lt;br /&gt;
* WRT Bruce's comment, I'm currently using class=&amp;quot;article citation&amp;quot; for my writing, as it has the most flexibility with CSS styles for titles (e.g. Book titles .citation&amp;gt;.fn must be italicized, while article titles must not, their container should).&lt;br /&gt;
* Speaking of containers, we need an &amp;quot;in&amp;quot; or &amp;quot;collection&amp;quot; field for journal articles or articles-in-books, or is that covered by &amp;quot;publisher&amp;quot;?&lt;br /&gt;
&lt;br /&gt;
==== Citing Private Communication ====&lt;br /&gt;
&lt;br /&gt;
Needs an example.&lt;br /&gt;
&lt;br /&gt;
==== Citing Legal Cases ====&lt;br /&gt;
Needs an example. &lt;br /&gt;
see [http://microformats.org/wiki/citation-examples-markup#Wikipedia_Court_Case Wikipedia example] for inspiration.&lt;br /&gt;
&lt;br /&gt;
==== Citing a Book ====&lt;br /&gt;
&lt;br /&gt;
needs an example&lt;br /&gt;
&lt;br /&gt;
==== Citing a journal article ====&lt;br /&gt;
&lt;br /&gt;
needs an example &lt;br /&gt;
&lt;br /&gt;
==== Citing a magazine article ====&lt;br /&gt;
&lt;br /&gt;
needs an example&lt;br /&gt;
&lt;br /&gt;
==== Citing a Patent ====&lt;br /&gt;
&lt;br /&gt;
Drawn from this [http://microformats.org/wiki/citation-examples#U.S._Patent example from Wikipedia]:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;li class=&amp;quot;hcite&amp;quot;&amp;gt;&amp;lt;a href=&amp;quot;http://patft.uspto.gov/netacgi/nph-Parser?patentnumber=4,405,829&amp;quot; class=&amp;quot;url&amp;quot; &lt;br /&gt;
    title=&amp;quot;http://patft.uspto.gov/netacgi/nph-Parser?patentnumber=4,405,829&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;format&amp;quot;&amp;gt;U.S. Patent&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;identifier&amp;quot;&amp;gt;4,405,829&amp;lt;/span&amp;gt;&amp;lt;/a&amp;gt;:&lt;br /&gt;
    &amp;lt;span class=&amp;quot;description&amp;quot;&amp;gt;The &amp;lt;a href=&amp;quot;/wiki/RSA&amp;quot; title=&amp;quot;RSA&amp;quot;&amp;gt;RSA&amp;lt;/a&amp;gt; patent, a famous software patent on the ground-breaking &lt;br /&gt;
    and highly unobvious algorithm for public key encryption, widely used for secure communications &lt;br /&gt;
    in many industries nowdays&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Citing a conference publication====&lt;br /&gt;
&lt;br /&gt;
Based on the [http://microformats.org/wiki/citation-examples#ACM_Digital_Library_Search_Result_Examples conference publication reference example].&lt;br /&gt;
&lt;br /&gt;
Changed Oct 06 to conform with [http://microformats.org/wiki/citation-brainstorming#Brian.27s_Straw_format Brian's format]. --[[User:Mike|Mike]] 18:09, 12 Oct 2006 (PDT)&lt;br /&gt;
(everything but the url class should be in line with that proposal)&lt;br /&gt;
&lt;br /&gt;
L. Hochstein, J. Carver, F. Shull, S. Asgari, V. Basili, J. K. Hollingsworth, and M. Zelkowitz, “Hpc programmer productivity: A case study of novice hpc programmers,” in Proceedings of ACM/IEEE Supercomputing Conference, 2005.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;cite class=&amp;quot;hcite&amp;quot;&amp;gt;&lt;br /&gt;
	&amp;lt;span class=&amp;quot;creator vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Lorin Hochstein&amp;lt;/span&amp;gt;&amp;lt;span class=&amp;quot;org&amp;quot;&amp;gt; University of Maryland, College Park &amp;lt;/span&amp;gt;&amp;lt;span&amp;gt;,&lt;br /&gt;
	&amp;lt;span class=&amp;quot;creator vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt; Jeff Carver &amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;org&amp;quot;&amp;gt; Mississippi State University &amp;lt;/span&amp;gt; &amp;lt;span&amp;gt;,&lt;br /&gt;
	&amp;lt;span class=&amp;quot;creator vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt; Forrest Shull &amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;org&amp;quot;&amp;gt; Fraunhofer Center Maryland &amp;lt;/span&amp;gt; &amp;lt;span&amp;gt;,&lt;br /&gt;
	&amp;lt;span class=&amp;quot;creator vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt; Sima Asgari&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;org&amp;quot;&amp;gt; University of Maryland, College Park &amp;lt;/span&amp;gt; &amp;lt;span&amp;gt;,&lt;br /&gt;
	&amp;lt;span class=&amp;quot;creator vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt; Victor Basili&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;org&amp;quot;&amp;gt; Fraunhofer Center Maryland &amp;lt;/span&amp;gt; &amp;lt;span&amp;gt;,&lt;br /&gt;
	&amp;lt;span class=&amp;quot;creator vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt; Jeffrey K. Hollingsworth&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;org&amp;quot;&amp;gt; University of Maryland, College Park &amp;lt;/span&amp;gt; &amp;lt;span&amp;gt;, and &lt;br /&gt;
	&amp;lt;span class=&amp;quot;creator vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt; Marv Zelkowitz&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;org&amp;quot;&amp;gt; University of Maryland, College Park &amp;lt;/span&amp;gt; &amp;lt;span&amp;gt;,&lt;br /&gt;
&lt;br /&gt;
	&amp;lt;a class=&amp;quot;title url&amp;quot; href=&amp;quot;http://dx.doi.org/10.1109/SC.2005.53&amp;quot;&amp;gt;HPC Programmer Productivity: A Case Study of Novice HPC Programmers&amp;lt;/a&amp;gt;. &lt;br /&gt;
        (&amp;lt;span class=&amp;quot;format&amp;quot;&amp;gt;conference publication&amp;lt;/span&amp;gt;)&lt;br /&gt;
	&amp;lt;cite class=&amp;quot;container hcite&amp;quot;&amp;gt;&lt;br /&gt;
	&amp;lt;a class=&amp;quot;title url&amp;quot; href=&amp;quot;...&amp;quot;&amp;gt;Proceedings of ACM/IEEE Supercomputing Conference&amp;lt;/a&amp;gt;&lt;br /&gt;
	&amp;lt;abbr class=&amp;quot;date-published&amp;quot; title=&amp;quot;20051126T0000-0800&amp;quot;&amp;gt;2005&amp;lt;/abbr&amp;gt;&lt;br /&gt;
	&amp;lt;/cite&amp;gt;&lt;br /&gt;
	page &amp;lt;span class=&amp;quot;pages&amp;quot;&amp;gt;35&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;publisher vcard&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;span class=&amp;quot; fn&amp;quot;&amp;gt;IEEE Computer Society&lt;br /&gt;
   &amp;lt;/span&amp;gt;&lt;br /&gt;
    &amp;lt;div class=&amp;quot;adr&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;Washington&amp;lt;/span&amp;gt;,&lt;br /&gt;
      &amp;lt;span class=&amp;quot;region&amp;quot;&amp;gt;DC&amp;lt;/span&amp;gt;&lt;br /&gt;
    &amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;a class=&amp;quot;url eprint&amp;quot; href=&amp;quot;http://portal.acm.org/...&amp;quot;&amp;gt;PDF of full text from ACM&amp;lt;/a&amp;gt;&lt;br /&gt;
&lt;br /&gt;
	DOI: &amp;lt;a class=&amp;quot;url uid&amp;quot; href=&amp;quot;http://dx.doi.org/10.1109/SC.2005.53&amp;quot;&amp;gt;10.1109/SC.2005.53&amp;lt;/a&amp;gt;&lt;br /&gt;
        Tags: &lt;br /&gt;
    &amp;lt;a class=&amp;quot;keyword&amp;quot; rel=&amp;quot;tag&amp;quot; href=&amp;quot;results.cfm?query=genterm%3A%22Design%22 ...&amp;quot;&amp;gt;&lt;br /&gt;
							Design&amp;lt;/a&amp;gt;,&lt;br /&gt;
     &amp;lt;a class=&amp;quot;keyword&amp;quot; rel=&amp;quot;tag&amp;quot; href=&amp;quot;results.cfm?query=genterm%3A%22Experimentation%22 ....&amp;quot;&amp;gt;&lt;br /&gt;
							 Experimentation&amp;lt;/a&amp;gt;,&lt;br /&gt;
     &amp;lt;a class=&amp;quot;keyword&amp;quot; rel=&amp;quot;tag&amp;quot; href=&amp;quot;results.cfm?query=genterm%3A%22Measurement%22...&amp;quot;&amp;gt;&lt;br /&gt;
							 Measurement&amp;lt;/a&amp;gt;,&lt;br /&gt;
     &amp;lt;a class=&amp;quot;keyword&amp;quot; rel=&amp;quot;tag&amp;quot; href=&amp;quot;results.cfm?query=genterm%3A%22Performance%22 ...&amp;quot;&amp;gt;&lt;br /&gt;
							 Performance&amp;lt;/a&amp;gt;&lt;br /&gt;
&lt;br /&gt;
	&amp;lt;blockquote class=&amp;quot;description&amp;quot;&amp;gt;In developing High-Performance Computing (HPC) software, ....&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
  &amp;lt;/cite&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Note''' (From [[Discoleo]], Sept. 06)&lt;br /&gt;
* sometimes, the citation must include '''Town/Country''' and '''Precise Date/Date Range''', e.g.&lt;br /&gt;
** ''Gillespie SH, Dickens A.'' Variation in mutation rate of quinolone resistance in Streptococcus pneumoniae [abstract P06-17A]. In: Abstracts of the 3rd International Symposium on Pneumococci and Pneumococcal Disease (Anchorage, 5-9 May 2002).Washington, DC: American Society of Microbiology, 2002.&lt;br /&gt;
** ''Bassetti, M.; Righi, E.; Rebesco, B.; Molinari, MP.; Costa, A.; Fasce, R.; Cruciani, M.; Bassetti, D.; Bobbio Pallavicini, F.'' 44th Annual Interscience Conference on Antimicrobial Agents and Chemotherapy (ICAAC). Washington, DC; 2004. Epidemiological trends in nosocomial candidemia in ICU: A five-year Italian perspective.&lt;br /&gt;
** ''Peacock JE, Wade JC, Lazarus HM, et al.'' Ciprofloxacin/piperacillin vs. tobramycin/piperacillin as empiric therapy for fever in neutropenic cancer patients, a randomized, double-blind trial [abstract 373]. In: Program and abstracts of the 37th Interscience Conference on Antimicrob Agents and Chemotherapy (Toronto). Washington, DC: American Society for Microbiology, 1997.&lt;br /&gt;
&lt;br /&gt;
==== Citing an external website ====&lt;br /&gt;
&lt;br /&gt;
This is based on a formal citation of a website in the references section of a research paper, but could also be used for in-line links that had added information. Here's the original:&lt;br /&gt;
&lt;br /&gt;
[25] David Stern, &amp;quot;eprint Moderator Model&amp;quot;, http://www.library.yale.edu/scilib/modmodexplain.html  (version dated Jan 25, 1999)&lt;br /&gt;
 &lt;br /&gt;
 &amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;cite class=&amp;quot;hcite&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;a class=&amp;quot;fn url&amp;quot; href=&amp;quot;http://www.library.yale.edu/scilib/modmodexplain.html&amp;quot;&amp;gt;eprint Moderator Model&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;author vcard&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;a href=&amp;quot;http://pantheon.yale.edu/~dstern/dsbio.html&amp;quot; class=&amp;quot;url fn&amp;quot;&amp;gt;David Stern&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;/span&amp;gt;  &lt;br /&gt;
&amp;lt;abbr class=&amp;quot;dtpublished&amp;quot; title=&amp;quot;19990125T0000-0500&amp;quot;&amp;gt;&lt;br /&gt;
    Jan 25, 1999&lt;br /&gt;
  &amp;lt;/abbr&amp;gt;&lt;br /&gt;
&amp;lt;/cite&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Discussion of Straw Format elements ===&lt;br /&gt;
&lt;br /&gt;
This section is to provide explanations for posterity about the elements of the straw format, linking to discussions on the list and elsewhere if possible.&lt;br /&gt;
&lt;br /&gt;
==== 'hcite' as Root Element name ====&lt;br /&gt;
&lt;br /&gt;
This discussion took place in January of 2007, with [http://microformats.org/discuss/mail/microformats-discuss/2007-January/008098.html voting occurring on the mailing list].&lt;br /&gt;
&lt;br /&gt;
It was decided to use 'hcite' as the root element's class-name for uniqueness and to reflect a trend in using 'h' to start microformat names.&lt;br /&gt;
&lt;br /&gt;
==== The URI Element ====&lt;br /&gt;
&lt;br /&gt;
It was decided to use URI for both http links to available copies or URNs.&lt;br /&gt;
This encompasses URLs that link directly to online copies as well as through resolvers using URIs such as urn:isbn: 0521890012&lt;br /&gt;
&lt;br /&gt;
See the discussion from [http://microformats.org/discuss/mail/microformats-discuss/2006-November/007390.html November] and [http://microformats.org/discuss/mail/microformats-discuss/2006-December/007403.html December].&lt;br /&gt;
&lt;br /&gt;
==== Date Fields ====&lt;br /&gt;
&lt;br /&gt;
Brian's original straw format had three date fields, &amp;quot;accessed&amp;quot;, &amp;quot;copyrighted&amp;quot;, and &amp;quot;published&amp;quot;.&lt;br /&gt;
After examining the examples of usage on the web, it was clear that 'copyrighted' was not used in the examples we have.&lt;br /&gt;
It was used once, but without a corresponding 'published' field (OCLC WorldCat), and it seems in that case to be used as &lt;br /&gt;
an equivalent to 'published'.&lt;br /&gt;
&lt;br /&gt;
I updated the straw citation to include only 'accessed' and 'published' on January 31. --[[User:Mike|Mike]] 00:26, 31 Jan 2007 (PST)&lt;br /&gt;
&lt;br /&gt;
I've mentioned more than once that &amp;quot;date-published&amp;quot; is misleadingly specific; too much for real world citations. Consider that many books are published in the year preceding their copyright date, which is in fact the date used for citation. I'd prefer just &amp;quot;date&amp;quot; and &amp;quot;date-accessed&amp;quot; as a first cut. --[[User:BDarcus|Bruce]] 3 Feb 2007&lt;br /&gt;
&lt;br /&gt;
See the discussion from the [http://microformats.org/discuss/mail/microformats-discuss/2007-January/008175.html 'dates' thread on the list].&lt;br /&gt;
&lt;br /&gt;
==== Container ====&lt;br /&gt;
&lt;br /&gt;
Discussion about how to represent containing relationships is on the thread [http://microformats.org/discuss/mail/microformats-discuss/2007-March/thread.html 'nesting container elements']&lt;br /&gt;
&lt;br /&gt;
== Old straw format discussion ==&lt;br /&gt;
&lt;br /&gt;
Saved here so that I'm not just deleting people's comments.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Mike straw format suggestion (Deprecated) ===&lt;br /&gt;
&lt;br /&gt;
In the interests of starting debate and having something concrete to fix, I suggest the following structure for a format. It is probably very incomplete and I claim no microformat expertise. I'm just trying to follow existing patterns. Comments and ridicule are both solicited. -Mike&lt;br /&gt;
&lt;br /&gt;
'''NOTE:''' This format is here for historical reference. Because it was not based on existing examples, I've deprecated it and contributed examples to Brian's format. If you feel that any missing elements in here should be in the final format, find examples for them and contribute to Brian's schema. Thanks! --[[User:Mike|Mike]] 18:22, 12 Oct 2006 (PDT)&lt;br /&gt;
&lt;br /&gt;
==== In General ====&lt;br /&gt;
&lt;br /&gt;
The ''citation'' format is based on a set of fields common to many bibliographic data formats, which are often implied by standard citation display styles but not explicitly marked up in practice on the web.&lt;br /&gt;
&lt;br /&gt;
==== Schema ====&lt;br /&gt;
&lt;br /&gt;
The citation schema consists of the following:&lt;br /&gt;
&lt;br /&gt;
* cite &lt;br /&gt;
** title: required, text (class = fn)&lt;br /&gt;
** subtitle: optional, text&lt;br /&gt;
** authors: optional, use hCard&lt;br /&gt;
** publication date: optional&lt;br /&gt;
** link(s) to instantiations, optional, url or use rel-enclosure? (class=url)&lt;br /&gt;
** UID, optional (for ISBN, DOI - use existing uid class) | permalink&lt;br /&gt;
** series (aka volume/issuenum) , optional (''not as sure how to handle these - suggestions?'')&lt;br /&gt;
** pages: startpage &amp;amp; endpage, optional, text&lt;br /&gt;
** venue, optional (hCard)&lt;br /&gt;
** publisher, optional (hCard)&lt;br /&gt;
** container: optional (nested hCite)&lt;br /&gt;
** abstract, optional (blockquote + class=&amp;quot;abstract&amp;quot; ?)&lt;br /&gt;
** notes, optional (blockquote + class=&amp;quot;notes&amp;quot; ?)&lt;br /&gt;
** keywords, optional (rel-tag)&lt;br /&gt;
** image, optional (for inclusion inline, unlike the url)&lt;br /&gt;
** copyright, optional (rel-license)&lt;br /&gt;
** ''what else am I missing?''&lt;br /&gt;
*** language, optional&lt;br /&gt;
&lt;br /&gt;
''Looks good, but I question the use of hCard for names. Due to ambiguity issues, requring hCard would lead to extra markup in order to apply just a name, hence [http://microformats.org/discuss/mail/microformats-discuss/2006-March/003487.html the need for a root element]. We should extract the N optimization of hCard like we did with adr, in order to ease this problem.'' --[[User:RCanine|Ryan Cannon]]&lt;br /&gt;
&lt;br /&gt;
Perhaps a Retrieved Date or Access Date would be appropriate for citing online resources. For example at http://www.crlt.umich.edu/publinks/facment_biblio.html &lt;br /&gt;
you see citations like this&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
Chief Academic Officers of the Big 12 Universities (2000). Big 12 Faculty Fellowship Program. Retrieved December 20, 2000 from the World Wide Web: http://www.k-state.edu/provost/academic/big12/big12guide.htm.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
--[[User:JoeAndrieu|Joe Andrieu]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Discussion about citing legal cases ====&lt;br /&gt;
&lt;br /&gt;
Here's some info I found about citing law:&lt;br /&gt;
&lt;br /&gt;
I'm not a lawyer, so I'm relying on the published [http://www.legalbluebook.com &amp;quot;blue book&amp;quot; standard], at least the only part of it I can get without paying $25. I'd be happy to hear improvements from experts in the field - how do lawyers mark up references to case law in HTML now?&lt;br /&gt;
&lt;br /&gt;
From groklaw.net and eff.org, I find mostly just links to PDFs with the name of the case as the link text. Or just this, from EFF:&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;h1&amp;gt;The Betamax Case&amp;lt;/h1&amp;gt;&lt;br /&gt;
&amp;lt;h2&amp;gt;Sony Corp. of America v. Universal City Studios, 464 U.S. 417 (1984)&amp;lt;/h2&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
From an example at the sample bluepages: http://www.legalbluebook.com/pdfs/bluepages.pdf&lt;br /&gt;
5 basic components:&lt;br /&gt;
*1 name of the case (citation title)&lt;br /&gt;
*2 published source in which case may be found (citation containing publication?)&lt;br /&gt;
*3 a parenthetical indicating the court and year of decision (citation venue?)&lt;br /&gt;
*4 other parenthetical information, if any (citation notes?)&lt;br /&gt;
*5 subsequent history of the case, if any (citation notes?)&lt;br /&gt;
&lt;br /&gt;
Here's two examples from the bluebook. Note that there are very strict rules about abbreviations in that source!&lt;br /&gt;
&lt;br /&gt;
Holland v. Donnelly, 216 F. Supp. 2d 227, 230 (S.D.N.Y. 2002), aff'd, 324 F.3d 99 (2d Cir. 2003).&lt;br /&gt;
&lt;br /&gt;
Green v. Georgia, 442 U.S. 95, 97 (1979) (per curiam) (holding that exclusion of relevant evidence at sentencing hearing constitutes denial of due process).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Examples in the wild ==&lt;br /&gt;
Pages which start to use the discussion above to create working examples in using hcite:&lt;br /&gt;
(This section could be used as a base for a page like &amp;quot;hcite-examples-in-wild&amp;quot; later).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Please add new examples to the top of this section.&lt;br /&gt;
* [http://www.demo.vorlagen.uni-erlangen.de/univis/mitarbeiter.shtml/georg-hager.shtml Example User Page] at the regional computer lab Erlangen, Germany, based on the universal information system UnivIS marked up with vcard, hcalender (optional, if user makes a lecture) and hcite.&lt;br /&gt;
&lt;br /&gt;
== discussions ==&lt;br /&gt;
* [[citation-irc-notes-2006-04-09]]&lt;/div&gt;</summary>
		<author><name>Mike</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=citation-brainstorming&amp;diff=15061</id>
		<title>citation-brainstorming</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=citation-brainstorming&amp;diff=15061"/>
		<updated>2007-03-30T17:12:01Z</updated>

		<summary type="html">&lt;p&gt;Mike: change dtpublished to date-published in book example, as per mailing list discussion&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h1&amp;gt; Citation Brainstorming &amp;lt;/h1&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* [[citation]]&lt;br /&gt;
* [[citation-examples]]&lt;br /&gt;
* [[citation-formats]]&lt;br /&gt;
* [[citation-faq]]&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
== Contributors ==&lt;br /&gt;
&lt;br /&gt;
* ...&lt;br /&gt;
* ... (a bunch of good folks!)&lt;br /&gt;
* Tantek Çelik&lt;br /&gt;
* Tim White&lt;br /&gt;
* Michael McCracken&lt;br /&gt;
* Brian Suda&lt;br /&gt;
* [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
&lt;br /&gt;
== Use Cases ==&lt;br /&gt;
&lt;br /&gt;
To focus the discussion, please add use cases below that will help show what problems the citation microformat will be solving.&lt;br /&gt;
&lt;br /&gt;
I've included two, focusing on consuming information - I've assumed that use cases for generating microformatted content would just involve the desire to enable your content to be consumed better, but I'm interested to see if there's something I'm missing here -Mike&lt;br /&gt;
&lt;br /&gt;
=== Acquiring reference information from the web ===&lt;br /&gt;
&lt;br /&gt;
A user either finds an author's papers page, or is viewing the results of a search and would like to import the information about the displayed papers into their local reference database, for the purposes of cataloging things they've read, adding notes, and using the information to generate later citations, potentially in other forms, such as BibTeX or Docbook, for inclusion in a publication of their own.&lt;br /&gt;
&lt;br /&gt;
Notes: In this case, it isn't important to the user what format the citation takes as displayed on the page where they find it. What *is* important is that it contains enough information to allow generation of the format they will ultimately re-publish it in. This implies that it may be worthwhile to err a little on the side of verbosity.&lt;br /&gt;
&lt;br /&gt;
Also, links to downloadable full representations of the cited work are very important - e.g. a link to the PDF of a journal article, or to a music file.&lt;br /&gt;
&lt;br /&gt;
=== Subscribing to reading lists, periodicals, etc ===&lt;br /&gt;
&lt;br /&gt;
I would like to be able to leverage my news aggregator with hAtom to subscribe to a remote source for citation information, for example:&lt;br /&gt;
&lt;br /&gt;
* a reading list for a seminar&lt;br /&gt;
* The publication list for a conference (e.g., subscribe to SIGGRAPH and see the updated conference proceedings every year)&lt;br /&gt;
* the issues of a journal&lt;br /&gt;
* a particular research group or researcher's publications&lt;br /&gt;
* Not just research: a popular author's publications (e.g., [http://www.gladwell.com/archive.html Malcolm Gladwell's Archive])&lt;br /&gt;
&lt;br /&gt;
=== Aggregating reading lists and reviews ===&lt;br /&gt;
&lt;br /&gt;
A citation microformat-specific aggregator could provide a decentralized version of [http://citeulike.org/ CiteULike]. Libraries, authors, research groups, and publishers could mark up their collections, while other people on weblogs or review sites could add tags and reviews.&lt;br /&gt;
&lt;br /&gt;
At least, having a well-adopted microformat would make writing tools like CiteULike much better, since it relies in some cases on screen-scraping publisher web-sites.&lt;br /&gt;
&lt;br /&gt;
=== Cut &amp;amp; Paste from web pages ===&lt;br /&gt;
Capturing/copying HTML from web pages for use in other applications (especially when those apps present HTML as output), such as pasting into Word, or a specialized application like [http://www.google.com/notebook Google Notebook], [http://onfolio.com Onfolio] or [http://www.kaboodle.com Kaboodle].  When such captures are made, it makes sense to keep track of the full citation data, including the date it was accessed, which may or may not be the date it was published. &lt;br /&gt;
&lt;br /&gt;
=== Blogs quoting other resources, including blogs ===&lt;br /&gt;
Any blog that cites online content, whether a blog or news article, could use an hCitation to properly link to the cited reference. Such citations could include the access date when the blogger made the citation, because resources on the other side of those links can change without notice. &lt;br /&gt;
&lt;br /&gt;
Instead, today we have simple formating with a link to the permaURL. The citation data is completely lacking. See [http://doc.weblogs.com Doc Searl's blog] for a style of referencing that could benefit from proper a citation uF.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Fascinating... after I added the last two use cases, I realized they focus on potentially marginal cases. The first because it is missing the &amp;quot;output&amp;quot; part of the cut &amp;amp; paste, where the uF would actually be used as part of the paste.  The latter because bloggers have a working citation mechanism that is just a link to the URL (hopefully a permaURL). One could argue they wouldn't want a full hCitation. And in fact, until a tool exists that makes it easy, they probably won't.  However, a tool that cuts &amp;amp; pastes from anywhere on the web into a blog with a full citation seems like a nice tool.  But again, I'm not really paving the cowpaths with these ideas. -Joe Andrieu&lt;br /&gt;
&lt;br /&gt;
===Finding in Library===&lt;br /&gt;
Find a copy of the cited work in a nearby library (as with [http://ocoins.info/ OpenCOinS]). [[User:AndyMabbett|AndyMabbett]] 04:55, 4 Nov 2006 (PST)&lt;br /&gt;
&lt;br /&gt;
===Buy a copy===&lt;br /&gt;
Find the cited work on, for example, Amazon or [http://www.abebooks.com/ ABE]; or subscribe to a journal via its own website. [[User:AndyMabbett|AndyMabbett]] 04:55, 4 Nov 2006 (PST)&lt;br /&gt;
&lt;br /&gt;
===Find reviews===&lt;br /&gt;
Find third-party reviews of the cited work. [[User:AndyMabbett|AndyMabbett]] 04:55, 4 Nov 2006 (PST)&lt;br /&gt;
&lt;br /&gt;
===Give citation data for the page being visited===&lt;br /&gt;
&lt;br /&gt;
Adding a class of, say, &amp;quot;self&amp;quot; to an attribute of the proposed strawman would allow users (or user agents) to extract the data required to cite the page being visited, when referring to it elsewhere. There would be the added advantage of allowing the citation to be ignored by any parser which might be building a &amp;quot;tree&amp;quot; of citations, and preventing the setting up of an infinite loop. &lt;br /&gt;
&lt;br /&gt;
For evidence of published &amp;quot;self citation&amp;quot; data (albeit on a secondary page) see the &amp;quot;cite this article&amp;quot; link on any Wikipedia entry, e.g. [http://en.wikipedia.org/w/index.php?title=Special:Cite&amp;amp;page=West_Midland_Bird_Club&amp;amp;id=115894372] from [http://en.wikipedia.org/wiki/West_Midland_Bird_Club].&lt;br /&gt;
&lt;br /&gt;
See also [http://en.wikipedia.org/wiki/Wikipedia_talk:Citing_Wikipedia#Citation_data_should_be_on_the_page_concerned Proposal to include on-page citation data in Wikipedia]&lt;br /&gt;
&lt;br /&gt;
:[[User:AndyMabbett|Andy Mabbett]] 13:47, 20 Mar 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
* (from a mailing list): &lt;br /&gt;
:&amp;lt;blockquote&amp;gt;if you want to cite a [biomedical journal] journal article on Wikipedia [...] you can export a correctly-formatted citation for Wikipedia from HubMed using unAPI... http://hublog.hubmed.org/archives/001408.html&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*[http://www.zotero.org/ Zotero], a Firefox extension to help collect, manage, and cite research sources. &lt;br /&gt;
:[[User:AndyMabbett|Andy Mabbett]] 09:13, 21 Mar 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
== Original hBib Discussion ==&lt;br /&gt;
&lt;br /&gt;
During the WWW2005 Developer's Day [[microformats]] track, Rohit Khare gave a [[presentations|presentation]] where he discussed the microformats [[process]], and then did  a quick demonstration wherein a bunch of us got on a shared Subethaedit document, and brainstormed some thoughts on what an &amp;quot;hBib&amp;quot; bibliography citation microformat would look like.  Rohit placed the [http://cnlabs.commerce.net/~rohit/hBib%20Discussion.html document on his Commercenet site].&lt;br /&gt;
&lt;br /&gt;
* http://cnlabs.commerce.net/~rohit/hBib%20Discussion.html&lt;br /&gt;
&lt;br /&gt;
''An attempt to summarize and inline the linked document follows. -Mike''&lt;br /&gt;
&lt;br /&gt;
Two major goals were outlined by the group:&lt;br /&gt;
&lt;br /&gt;
* Avoid re-keying references&lt;br /&gt;
* Adapt to new journal styles by changing CSS&lt;br /&gt;
 &lt;br /&gt;
The fundamental problem was discussed in terms of display - the ability to transform XHTML+hBib into the many journal-specific formats. For example, how to display &amp;quot;et.al&amp;quot; when all authors are present in the source, and how to re-order the elements if a style defines a set order of elements that conflicts with the ordering in the source. Using hCard for authors was agreed on, and the beginnings of an example were shown.&lt;br /&gt;
&lt;br /&gt;
== XHTML Structure ==&lt;br /&gt;
With my exprience working X2V and hCa* has taught me what elememts are easy to find and which are not. Since the Citation microformat is very new it is possible to not make a lot of the same errors twice and to make things easier for extracting application to find and imply certain properties.&lt;br /&gt;
&lt;br /&gt;
* There should be some sort of 'root node' that implies all child elements are for the hCitation microformat.&lt;br /&gt;
* Since most people will have multiple citations there should be away to represent each hCitation object as a unqiue block independent of another. This is to keep the parse from finding 'author' and applying that to all citations. Each citation should be in a container (class=&amp;quot;hcite&amp;quot;) that is separated from others.&lt;br /&gt;
* Perhaps class=&amp;quot;hcite&amp;quot; with &amp;lt;code&amp;gt;&amp;amp;lt;cite&amp;amp;gt;&amp;lt;/code&amp;gt; recommended as the root element. E.g. &amp;lt;code&amp;gt;&amp;amp;lt;cite class=&amp;quot;hcite&amp;quot;&amp;amp;gt;&amp;lt;/code&amp;gt; &lt;br /&gt;
&lt;br /&gt;
'''Note: This section was the original content of the document. Since then, class='hcite' has been agreed on as the root class name. See  [http://microformats.org/wiki?title=citation-brainstorming#.27hcite.27_as_Root_Element_name explanation].'''&lt;br /&gt;
&lt;br /&gt;
== Citation vs. [[media-info]] ==&lt;br /&gt;
&lt;br /&gt;
What distinguishes a cite from say [[media-info]] (e.g. [[media-info-examples]]) is that a cite is a reference to something explicitly external to the current piece of content or document, whereas [[media-info]] describes information about content embedded or inline in the current document.&lt;br /&gt;
&lt;br /&gt;
== Semantic Meaning ==&lt;br /&gt;
One of the guiding priniciple of Microformats is to use the most semantically rich element to describe each node (Point 2 of Semantic XHTML Design Principles: Use the most accurately precise semantic XHTML building block for each object etc). Since we are dealing with HTML and citations, several elements are candidates to be used to enrich the semantic meaning. [http://www.w3.org/TR/REC-html40/struct/text.html CITE, BLOCKQUOTE, Q, A], (are there more?)&lt;br /&gt;
&lt;br /&gt;
The [[citation-brainstorming|Citation Brainstorming Page]] has a few development and ideas about how to give another person credit for a link. Some of the semantic ideas behind their choices of tags can be applied to a full bibliographic type reference. ''Does this sentence make sense only historically? -Mike''&lt;br /&gt;
&lt;br /&gt;
== OCLC's WorldCat for titles == &lt;br /&gt;
Question: what about using something like OCLC's [http://www.oclc.org/worldcat/open/isbnissnlinking/default.htm WorldCat] for linking titles? - Tim White&lt;br /&gt;
&lt;br /&gt;
== This and That ==&lt;br /&gt;
After reading through alot of different citation encoding formats, i noticed that each format was being used in onw of two ways. It was either to describe the Current page (THIS.PAGE) or being used to encode references that point to external resources (THAT.PAGE)&lt;br /&gt;
&lt;br /&gt;
The informatation being encoded was identical for both resources (author, date, name, etc) they just reference different things. For this microformat, i'm not sure if we want to try to solve both problems, or just one? The meta tags in the head element would be the ideal place for information about the THIS.PAGE, but that is not in following with the ideals of microformats where information is human-readable. The THAT.PAGE idea where a list of references is at the end of a document in the form of a bibliography is more inline with the ideals of a microformat where the data is human-readable. That doesn't mean that data about the current document shouldn't be human-readable, so some of the same properties used to reference extermal resources can be used for the current document (THIS.PAGE). To do this a different root item could be used and transforming applications could either extract the citation data about the current page, or information about this page's references.&lt;br /&gt;
&lt;br /&gt;
This is open for discussion, but either way, i believe that the properties used to describe a page will be the same for both THIS and THAT. [http://suda.co.uk/ brian suda]&lt;br /&gt;
&lt;br /&gt;
== More on This and That ==&lt;br /&gt;
&lt;br /&gt;
Citation microformats are being explored as a possibility for citing genealogical information at [http://eatslikeahuman.blogspot.com Dan Lawyer's blog].&lt;br /&gt;
&lt;br /&gt;
This is a case where frequently the citation would refer to (THIS.PAGE), but would have nested within it a reference to (THAT.PAGE), possibly a few levels deep. For instance, a web page might contain data extracted from a microfilm of a census. The citation would need to include information about the web page, information about the microfilm, and information about the census. Genealogical citations are expected to include the repository (where can this book or microfilm be found. Is this the same as ''venue''?). So, at each level the information should contain the repository of the referenced item. A nesting (recursive) mechanism for citation microformats would be useful in this case. Is this the function of the &amp;quot;container&amp;quot; element in the Straw Format?&lt;br /&gt;
&lt;br /&gt;
== Date Formatting ==&lt;br /&gt;
Since microformats are all about re-use and the accepted way to encode Date-Time has been pretty much settled, then this is a good place to start when dealing with all the different date citation types. &lt;br /&gt;
&lt;br /&gt;
These are all the different fields from various citation formats that are of temporal nature:&lt;br /&gt;
 * Date (available | created | dateAccepted | dateCopyrighted | dateSubmitted | issued | modified | valid)&lt;br /&gt;
 * originInfo/dateIssued&lt;br /&gt;
 * originInfo/dateCreated&lt;br /&gt;
 * originInfo/dateCaptured&lt;br /&gt;
 * originInfo/dateOther&lt;br /&gt;
 * month&lt;br /&gt;
 * year&lt;br /&gt;
 * Copyright Year&lt;br /&gt;
 * Date - Generic&lt;br /&gt;
 * Date of Confernce&lt;br /&gt;
 * Date of Publication&lt;br /&gt;
 * Date of update/revisou/issuance of database record&lt;br /&gt;
 * Former Date&lt;br /&gt;
 * Entry Date for Database Record&lt;br /&gt;
 * Database Update&lt;br /&gt;
 * Year of Publication&lt;br /&gt;
&lt;br /&gt;
There are several common properties across several citation domains and will certainly be in the citation microformat, the unique instances will need further consideration, otherwise there could be no end to posiblities. &lt;br /&gt;
&lt;br /&gt;
There are also several properties (year, month, Year of publication) that can be extracted from another source. Therefore, if you only encode a more specific property such as; Date of Publication, you can extract the 'year of publication' from that. Since the date-time format we are modeling after is the ISO date-time format, just the Year portion is an acceptable date. So if you ONLY know the year of publication, the you can form a valid 'Date of Publication' as a microformat (which inturn is a valid 'year of publication') - you milage may vary when it comes to importing into citation applications.&lt;br /&gt;
&lt;br /&gt;
...&lt;br /&gt;
&lt;br /&gt;
It seems to me that these can be collapsed to maybe one or two different date properties.  As far as the specific human readable formatting of the date, that can be chosen per whatever the presentation style guide says, and the [[datetime-design-pattern]] used to simplify the markup. - Tantek&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Important'''&lt;br /&gt;
Sometimes we need a date range and not simply a date (e.g. 4-6 May 2006). See ''Conference Citation'' examples later on this page. - Discoleo&lt;br /&gt;
&lt;br /&gt;
'''Seasons'''&lt;br /&gt;
Some journals have seasonal issues (e.g. &amp;quot;Summer 2006 edition&amp;quot;) instead of, or as well as, editions labelled by month or other calendar-date. [[User:AndyMabbett|AndyMabbett]] 05:05, 4 Nov 2006 (PST)&lt;br /&gt;
&lt;br /&gt;
== Tags ==&lt;br /&gt;
Some of the citation formats has a place for 'keywords' or 'generic tags', etc. This might be a good place to re-use the [http://microformats.org/wiki/rel-tag RelTag microformat]. The downside would be that they are then forced to be links, which might be the correct way to mark-up these terms.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== MARC / MODS / Dublin Core ==&lt;br /&gt;
&lt;br /&gt;
The MODS ([http://www.loc.gov/standards/marcxml/Sandburg/sandburgmods.xml example]) and Dublin Core ([http://www.loc.gov/standards/marcxml/Sandburg/sandburgdc.xml example]) transformations of MARC21 may contain some useful ideas.&lt;br /&gt;
&lt;br /&gt;
Here's a first attempt at rewriting the linked examples in XHTML (written in response to a [http://microformats.org/discuss/mail/microformats-discuss/2005-December/002438.html mailing list query about encoding book information with microformats]):&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;book&amp;quot; lang=&amp;quot;en&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;h3 class=&amp;quot;fn&amp;quot;&amp;gt;Arithmetic /&amp;lt;/h3&amp;gt;&lt;br /&gt;
  &amp;lt;p&amp;gt;By &amp;lt;span class=&amp;quot;creator&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Sandburg, Carl&amp;lt;/span&amp;gt;,&lt;br /&gt;
     &amp;lt;span class=&amp;quot;date&amp;quot;&amp;gt;1878-1967&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;,&lt;br /&gt;
     and &amp;lt;span class=&amp;quot;illustrator&amp;quot;&amp;gt;Rand, Ted&amp;lt;/span&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
  &amp;lt;p&amp;gt;Publisher: &amp;lt;span class=&amp;quot;publisher&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Harcourt Brace Jovanovich&amp;lt;/span&amp;gt;,&lt;br /&gt;
     &amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;San Diego&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
  &amp;lt;p&amp;gt;Published: &amp;lt;span class=&amp;quot;issued&amp;quot;&amp;gt;1993&amp;lt;/span&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
  &amp;lt;p class=&amp;quot;description&amp;quot;&amp;gt;A poem about numbers and their characteristics. Features&lt;br /&gt;
     anamorphic, or distorted, drawings which can be restored to normal by viewing&lt;br /&gt;
     from a particular angle or by viewing the image's reflection in the provided&lt;br /&gt;
     Mylar cone.&amp;lt;/p&amp;gt;&lt;br /&gt;
  &amp;lt;p class=&amp;quot;note&amp;quot;&amp;gt;One Mylar sheet included in pocket.&amp;lt;/p&amp;gt;&lt;br /&gt;
  &amp;lt;p&amp;gt;Subjects:&amp;lt;/p&amp;gt;&lt;br /&gt;
  &amp;lt;ul&amp;gt;&lt;br /&gt;
    &amp;lt;li class=&amp;quot;subject&amp;quot;&amp;gt;Arithmetic&amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li class=&amp;quot;subject&amp;quot;&amp;gt;Children's poetry, American.&amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li class=&amp;quot;subject&amp;quot;&amp;gt;Arithmetic&amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li class=&amp;quot;subject&amp;quot;&amp;gt;American poetry&amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li class=&amp;quot;subject&amp;quot;&amp;gt;Visual perception&amp;lt;/li&amp;gt;&lt;br /&gt;
  &amp;lt;/ul&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;
== Basic Citation Stuctures ==&lt;br /&gt;
There are basic structures to any citation, this is an overview of some of the types&lt;br /&gt;
[http://www.users.muohio.edu/darcusb/misc/citations-spec.html http://www.users.muohio.edu/darcusb/misc/citations-spec.html]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Concerns not addressed by existing formats ==&lt;br /&gt;
&lt;br /&gt;
There are some aspects '''NOT adequately''' covered by existing formats. I have addressed this issue on the OpenOffice.org wiki page, too. [see http://wiki.services.openoffice.org/wiki/Bibliographic_Database for an extending discussion, the paragraph on ''Reference Types'']&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
These issues pertain mainly to '''Errata''', '''Comments and Authors Reply''' and '''Article Retractions'''.&lt;br /&gt;
* a bidirectional link could be necessary to implement these features (original article &amp;lt;=&amp;gt; eratum, reply, retraction letter)&lt;br /&gt;
* '''IMPORTANT: Errata'''&lt;br /&gt;
** Erata: one or more Corrections might be posted in various issues of the journal&lt;br /&gt;
** this is usually cited as: Orininal Article Citation Data (Correction available in ''Journal, Issue Nr, Year, Pages'') (repeat for more than one correction)&lt;br /&gt;
** it is possibly never cited alone&lt;br /&gt;
** there should be a link to the original article, while the original article should contain a link to this ''Errata''&lt;br /&gt;
* '''IMPORTANT: Commentary and Author Reply'''&lt;br /&gt;
** similar to Errata, there might be one or more Comments and Author Replys; this should be stored, too&lt;br /&gt;
** however, it is usually not included in the original citation&lt;br /&gt;
** it might be used however in a citation, but I do not know exaclty how to cite it optimally (original article should be provided as well) &lt;br /&gt;
* '''IMPORTANT: Article Retraction'''&lt;br /&gt;
** an article may be retracted because of plagiarism or some other flaw&lt;br /&gt;
** this should not be used any further in the research&lt;br /&gt;
** however, it might be used e.g. for an article on plagiarism or flawed research&lt;br /&gt;
** there should be therefore one field storing this information, too, and a link to:&lt;br /&gt;
** the published withdrawal letter (which explains why the article was retracted)&lt;br /&gt;
&lt;br /&gt;
* this issue may need a time-controlled event&lt;br /&gt;
* '''IMPORTANT: electronic publishing ahead of print (EPUB)'''&lt;br /&gt;
** more and more articles are initially posted online, before the published article gets actually printed&lt;br /&gt;
** How should this be used/cited?&lt;br /&gt;
** Is this changed, after the print version becomes available?&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Outstanding Issues ==&lt;br /&gt;
The 3 main points i (Brian) came across so far are:&lt;br /&gt;
1) IDENTIFIERS&lt;br /&gt;
2) FORMAT TYPES&lt;br /&gt;
3) NESTING&lt;br /&gt;
&lt;br /&gt;
1) In hCard/hCalendar there is a UID field. Added with URL it makes for a great unique identifier. There are loads of other identifers besides URL, ISBN, LOC call number, SKU, ISSN, etc. Many of these are unique in their domain, but not globally unique. So how to they get marked-up? Much like the hCard TEL/ADR properties, we can use something like:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;uid&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;type&amp;quot;&amp;gt;ISBN&amp;lt;/span&amp;gt;: &amp;lt;span&lt;br /&gt;
class=&amp;quot;value&amp;quot;&amp;gt;123456&amp;lt;/span&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
This makes the encoding the most extensible... if we start use class=&amp;quot;isbn&amp;quot; then it is an enumerated list, with class=&amp;quot;type&amp;quot; it is open ended.&lt;br /&gt;
&lt;br /&gt;
2) I keep mis-using &amp;quot;format&amp;quot;, format is the medium - hardback, softback. The TYPE (there probably is a better word - container?) is book, article, conference, manifesto, etc. Much like the identifers we can make an enumerated list of values, class=&amp;quot;book&amp;quot;, class=&amp;quot;article&amp;quot;, but that boxes us in, whereas something like: &amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;span class=&amp;quot;type&amp;quot;&amp;gt;article&amp;lt;/span&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt; leaves things more open.&lt;br /&gt;
&lt;br /&gt;
3) Nesting citation data in a citation. The ability to nest the same microformat inside itself is something that other microformats don't explicitly handle.&lt;br /&gt;
&lt;br /&gt;
The two options are:&lt;br /&gt;
i) Using class=&amp;quot;book&amp;quot;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;hcite&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;div class=&amp;quot;book&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Book Title&amp;lt;/span&amp;gt;&lt;br /&gt;
  &amp;lt;div class=&amp;quot;chapter&amp;quot;&amp;gt;&lt;br /&gt;
     &amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Chapter Title&amp;lt;/span&amp;gt;&lt;br /&gt;
  &amp;lt;/div&amp;gt;&lt;br /&gt;
 &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&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 makes things easy to nest and to figure out exactly what is&lt;br /&gt;
associated with what, but the downside is that we have enumerated&lt;br /&gt;
lists of values for the class properties.&lt;br /&gt;
&lt;br /&gt;
ii) using the TYPE for book&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;hcite&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;div class=&amp;quot;type&amp;quot;&amp;gt;book&amp;lt;/div&amp;gt;&lt;br /&gt;
 &amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Book Title&amp;lt;/span&amp;gt;&lt;br /&gt;
 &amp;lt;div class=&amp;quot;type&amp;quot;&amp;gt;chapter&amp;lt;/div&amp;gt;&lt;br /&gt;
 &amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Chapter Title&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
now the class=&amp;quot;fn&amp;quot; is not nested inside the class=&amp;quot;book&amp;quot; or&lt;br /&gt;
class=&amp;quot;chapter&amp;quot; so there would have to be some other mechanism to&lt;br /&gt;
associate the data with the type.&lt;br /&gt;
&lt;br /&gt;
== Brian's Straw format ==&lt;br /&gt;
&lt;br /&gt;
=== implied schema (examples) ===&lt;br /&gt;
 + publisher&lt;br /&gt;
 + language&lt;br /&gt;
 + description&lt;br /&gt;
 + title&lt;br /&gt;
 + creator&lt;br /&gt;
 + journal&lt;br /&gt;
 + volume&lt;br /&gt;
 + issue&lt;br /&gt;
 + page &lt;br /&gt;
 + edition&lt;br /&gt;
 + identifier&lt;br /&gt;
 + tags&lt;br /&gt;
 + format&lt;br /&gt;
 + date published&lt;br /&gt;
 + copyright&lt;br /&gt;
 - audience&lt;br /&gt;
&lt;br /&gt;
=== implied schema (formats) ===&lt;br /&gt;
 + publisher&lt;br /&gt;
 + language&lt;br /&gt;
 + description&lt;br /&gt;
 + title&lt;br /&gt;
 + creator&lt;br /&gt;
 + volume&lt;br /&gt;
 + pages&lt;br /&gt;
 + edition&lt;br /&gt;
 + issue&lt;br /&gt;
 + identifier&lt;br /&gt;
 + tags&lt;br /&gt;
 + format&lt;br /&gt;
 + date published&lt;br /&gt;
 + date copyrighted&lt;br /&gt;
 - subtitle&lt;br /&gt;
 - image &lt;br /&gt;
 - excerpt&lt;br /&gt;
 - index terms&lt;br /&gt;
 - series title&lt;br /&gt;
 - publication&lt;br /&gt;
 - journal&lt;br /&gt;
 - part (1 of X)&lt;br /&gt;
&lt;br /&gt;
UNION of the two schemas&lt;br /&gt;
 + (PLUS) means common properties&lt;br /&gt;
 - (MINUS) means unique to the schema&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Working straw schema ===&lt;br /&gt;
&lt;br /&gt;
This list records discussion about the common schema from above. The format is ''descriptive-name'' (''optional-recommended-element'' 'class-name') (''link to explanation'').&lt;br /&gt;
&lt;br /&gt;
If there is no explanation link, that field should be considered either obvious or up for debate. If you're not sure which, it's up for debate.&lt;br /&gt;
&lt;br /&gt;
* root element ('hcite') ([http://microformats.org/wiki?title=citation-brainstorming#.27hcite.27_as_Root_Element_name explanation])&lt;br /&gt;
** title ('title')&lt;br /&gt;
** Author / Editor etc. ('creator')&lt;br /&gt;
** Pages ('pages')&lt;br /&gt;
*** note: this can be any value&lt;br /&gt;
** container ('container hcite')&lt;br /&gt;
*** A nested hcite element that represents a containing item (like a book for a chapter) ([http://microformats.org/wiki?title=citation-brainstorming#Container discussion and link to mailing list thread])&lt;br /&gt;
** Volume Number ('volume')&lt;br /&gt;
** Edition ('edition')&lt;br /&gt;
** Issue number ('issue')&lt;br /&gt;
** Tags (href rel='tag')&lt;br /&gt;
** Format ('format')&lt;br /&gt;
*** Note - this is unclear at present - does format mean 'type', as in 'book' vs. 'article'? --[[User:Mike|Mike]] 22:53, 16 Jan 2007 (PST)&lt;br /&gt;
** date published ('date-published')  ([http://microformats.org/wiki?title=citation-brainstorming#Date_Fields explanation])&lt;br /&gt;
** date accessed ('date-accessed')  ([http://microformats.org/wiki?title=citation-brainstorming#Date_Fields explanation])&lt;br /&gt;
** publisher&lt;br /&gt;
** language&lt;br /&gt;
** Abstract / description ('description')&lt;br /&gt;
** URI (href class='uri') ([http://microformats.org/wiki?title=citation-brainstorming#The_URI_Element explanation])&lt;br /&gt;
** identifier&lt;br /&gt;
*** an (not necessarily globally unique) identifier, such as a cite-key, pubmed ID number, or simply the reference number or string within a publication ([1] or [CLRS2001])&lt;br /&gt;
&lt;br /&gt;
==== Notes about missing / changed fields in the schema ====&lt;br /&gt;
&lt;br /&gt;
This section lists fields that are intentionally ''not'' included in the straw schema, or are not represented directly, and links to discussion about each.&lt;br /&gt;
&lt;br /&gt;
* date copyrighted ([http://microformats.org/wiki?title=citation-brainstorming#Date_Fields explanation])&lt;br /&gt;
&lt;br /&gt;
=== Examples ===&lt;br /&gt;
&lt;br /&gt;
Markup examples using the above format:&lt;br /&gt;
&lt;br /&gt;
==== Book ====&lt;br /&gt;
&lt;br /&gt;
This is Brian's original example&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;ul class=&amp;quot;bibliography&amp;quot;&amp;gt;&lt;br /&gt;
	&amp;lt;li class=&amp;quot;hcite&amp;quot; xml:lang=&amp;quot;en-gb&amp;quot;&amp;gt;&lt;br /&gt;
	&lt;br /&gt;
		&amp;lt;!-- publisher data as hCard--;&lt;br /&gt;
		&amp;lt;div class=&amp;quot;publisher vcard&amp;quot;&amp;gt;&lt;br /&gt;
			&amp;lt;span class=&amp;quot;fn org&amp;quot;&amp;gt;ABC Publishing Co.&amp;lt;/span&amp;gt;&lt;br /&gt;
			&amp;lt;span class=&amp;quot;country-name&amp;quot;&amp;gt;United Kingdom&amp;lt;/span&amp;gt;&lt;br /&gt;
			...&lt;br /&gt;
		&amp;lt;/div&amp;gt;&lt;br /&gt;
		&lt;br /&gt;
		&amp;lt;!-- author(s) data as hCard --&amp;gt;&lt;br /&gt;
		&amp;lt;div class=&amp;quot;creator vcard&amp;quot;&amp;gt;&lt;br /&gt;
			&amp;lt;span class=&amp;quot;fn n&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;given-name&amp;quot;&amp;gt;John &amp;lt;span class=&amp;quot;family-name&amp;quot;&amp;gt;Doe&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
			...&lt;br /&gt;
		&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
		&amp;lt;!-- location data --&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Foobar!&amp;lt;/span&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;description&amp;quot;&amp;gt;World Class Book about foobar&amp;lt;/span&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;volume&amp;quot;&amp;gt;1&amp;lt;/span&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;issue&amp;quot;&amp;gt;1&amp;lt;/span&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;edition&amp;quot;&amp;gt;1&amp;lt;/span&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;pages&amp;quot;&amp;gt;1-10&amp;lt;/span&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;format&amp;quot;&amp;gt;article&amp;lt;/span&amp;gt;&lt;br /&gt;
		&lt;br /&gt;
		&amp;lt;!-- differed to the UID debate --&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;identifier&amp;quot;&amp;gt;12345678&amp;lt;/span&amp;gt;&lt;br /&gt;
		&lt;br /&gt;
		&amp;lt;!-- keywords --&amp;gt;&lt;br /&gt;
		&amp;lt;a class=&amp;quot;keyword&amp;quot; rel=&amp;quot;tag&amp;quot; href=&amp;quot;/tags/foo&amp;quot;&amp;gt;foo&amp;lt;/a&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;keyword&amp;quot;&amp;gt;bar&amp;lt;/span&amp;gt;&lt;br /&gt;
		&lt;br /&gt;
		&amp;lt;!-- date properties --&amp;gt;&lt;br /&gt;
		Published &amp;lt;abbr class=&amp;quot;date-published&amp;quot; title=&amp;quot;20060101&amp;quot;&amp;gt;January 1st 1006&amp;lt;/abbr&amp;gt;&lt;br /&gt;
		Copyright &amp;lt;abbr class=&amp;quot;copyright&amp;quot; title=&amp;quot;20060101&amp;quot;&amp;gt;2006&amp;lt;/abbr&amp;gt;&lt;br /&gt;
	&amp;lt;/li&amp;gt;&lt;br /&gt;
	...&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p class=&amp;quot;hcite&amp;quot;&amp;gt;Have you read &amp;lt;span class=&amp;quot;title&amp;quot;&amp;gt;&amp;lt;abbr title=&amp;quot;book&amp;quot; class=&amp;quot;format&amp;quot;&amp;gt;Foo Bar&amp;lt;/abbr&amp;gt;&amp;lt;/span&amp;gt;? &lt;br /&gt;
It was written by &amp;lt;span class=&amp;quot;author vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;John Doe&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;. &lt;br /&gt;
It only came out a &amp;lt;abbr class=&amp;quot;dtpublished&amp;quot; title=&amp;quot;20060101&amp;quot;&amp;gt;few months ago&amp;lt;/abbr&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Note: the &amp;quot;format&amp;quot; property above is incorrect. Format would refer more the physical characteristics of an item, rather than its type or genre (e.g. &amp;quot;article&amp;quot;, &amp;quot;book&amp;quot;, etc.). I'd rather have the main class for the li be &amp;quot;article&amp;quot; in this context, than the fairly meaningless &amp;quot;citation.&amp;quot;  Of course, one could have both, which would be fine too. -- bruce&lt;br /&gt;
&lt;br /&gt;
Note: Could we use ROLE from hCard to identify editors, translators, authors, etc?&lt;br /&gt;
This was discussed on the mailing list and the idea was dropped [http://microformats.org/discuss/mail/microformats-discuss/2006-September/005694.html]&lt;br /&gt;
&lt;br /&gt;
'''Comments''' : [[User:Singpolyma|singpolyma]] 08:03, 16 Jun 2006 (PDT) : keywords should be [[rel-tag]], and probably also [[XOXO]] (the same way the citation list is)&lt;br /&gt;
&lt;br /&gt;
[[User:RCanine|RCanine]] 11:55, 18 Dec 2006 (EST) :&lt;br /&gt;
&lt;br /&gt;
* Is there a reason not to re-use &amp;quot;published&amp;quot; from hAtom instead of inventing a new, basically equivalent term in &amp;quot;dtpublished&amp;quot;?&lt;br /&gt;
** note - date-published was decided on for the field, example changed to reflect it --[[User:Mike|Mike]] 10:12, 30 Mar 2007 (PDT)&lt;br /&gt;
* Missing a URL/URI/IRI/UID etc. field example (ISBN for Book).&lt;br /&gt;
* Does the &amp;quot;copyright&amp;quot; class conflict with [http://www.whatwg.org/specs/web-apps/current-work/#class WHATWG's definition]?&lt;br /&gt;
* WRT Bruce's comment, I'm currently using class=&amp;quot;article citation&amp;quot; for my writing, as it has the most flexibility with CSS styles for titles (e.g. Book titles .citation&amp;gt;.fn must be italicized, while article titles must not, their container should).&lt;br /&gt;
* Speaking of containers, we need an &amp;quot;in&amp;quot; or &amp;quot;collection&amp;quot; field for journal articles or articles-in-books, or is that covered by &amp;quot;publisher&amp;quot;?&lt;br /&gt;
&lt;br /&gt;
==== Citing Private Communication ====&lt;br /&gt;
&lt;br /&gt;
Needs an example.&lt;br /&gt;
&lt;br /&gt;
==== Citing Legal Cases ====&lt;br /&gt;
Needs an example. &lt;br /&gt;
see [http://microformats.org/wiki/citation-examples-markup#Wikipedia_Court_Case Wikipedia example] for inspiration.&lt;br /&gt;
&lt;br /&gt;
==== Citing a Book ====&lt;br /&gt;
&lt;br /&gt;
needs an example&lt;br /&gt;
&lt;br /&gt;
==== Citing a journal article ====&lt;br /&gt;
&lt;br /&gt;
needs an example &lt;br /&gt;
&lt;br /&gt;
==== Citing a magazine article ====&lt;br /&gt;
&lt;br /&gt;
needs an example&lt;br /&gt;
&lt;br /&gt;
==== Citing a Patent ====&lt;br /&gt;
&lt;br /&gt;
Drawn from this [http://microformats.org/wiki/citation-examples#U.S._Patent example from Wikipedia]:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;li class=&amp;quot;hcite&amp;quot;&amp;gt;&amp;lt;a href=&amp;quot;http://patft.uspto.gov/netacgi/nph-Parser?patentnumber=4,405,829&amp;quot; class=&amp;quot;url&amp;quot; &lt;br /&gt;
    title=&amp;quot;http://patft.uspto.gov/netacgi/nph-Parser?patentnumber=4,405,829&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;format&amp;quot;&amp;gt;U.S. Patent&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;identifier&amp;quot;&amp;gt;4,405,829&amp;lt;/span&amp;gt;&amp;lt;/a&amp;gt;:&lt;br /&gt;
    &amp;lt;span class=&amp;quot;description&amp;quot;&amp;gt;The &amp;lt;a href=&amp;quot;/wiki/RSA&amp;quot; title=&amp;quot;RSA&amp;quot;&amp;gt;RSA&amp;lt;/a&amp;gt; patent, a famous software patent on the ground-breaking &lt;br /&gt;
    and highly unobvious algorithm for public key encryption, widely used for secure communications &lt;br /&gt;
    in many industries nowdays&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Citing a conference publication====&lt;br /&gt;
&lt;br /&gt;
Based on the [http://microformats.org/wiki/citation-examples#ACM_Digital_Library_Search_Result_Examples conference publication reference example].&lt;br /&gt;
&lt;br /&gt;
Changed Oct 06 to conform with [http://microformats.org/wiki/citation-brainstorming#Brian.27s_Straw_format Brian's format]. --[[User:Mike|Mike]] 18:09, 12 Oct 2006 (PDT)&lt;br /&gt;
(everything but the url class should be in line with that proposal)&lt;br /&gt;
&lt;br /&gt;
L. Hochstein, J. Carver, F. Shull, S. Asgari, V. Basili, J. K. Hollingsworth, and M. Zelkowitz, “Hpc programmer productivity: A case study of novice hpc programmers,” in Proceedings of ACM/IEEE Supercomputing Conference, 2005.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;cite class=&amp;quot;hcite&amp;quot;&amp;gt;&lt;br /&gt;
	&amp;lt;span class=&amp;quot;creator vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Lorin Hochstein&amp;lt;/span&amp;gt;&amp;lt;span class=&amp;quot;org&amp;quot;&amp;gt; University of Maryland, College Park &amp;lt;/span&amp;gt;&amp;lt;span&amp;gt;,&lt;br /&gt;
	&amp;lt;span class=&amp;quot;creator vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt; Jeff Carver &amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;org&amp;quot;&amp;gt; Mississippi State University &amp;lt;/span&amp;gt; &amp;lt;span&amp;gt;,&lt;br /&gt;
	&amp;lt;span class=&amp;quot;creator vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt; Forrest Shull &amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;org&amp;quot;&amp;gt; Fraunhofer Center Maryland &amp;lt;/span&amp;gt; &amp;lt;span&amp;gt;,&lt;br /&gt;
	&amp;lt;span class=&amp;quot;creator vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt; Sima Asgari&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;org&amp;quot;&amp;gt; University of Maryland, College Park &amp;lt;/span&amp;gt; &amp;lt;span&amp;gt;,&lt;br /&gt;
	&amp;lt;span class=&amp;quot;creator vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt; Victor Basili&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;org&amp;quot;&amp;gt; Fraunhofer Center Maryland &amp;lt;/span&amp;gt; &amp;lt;span&amp;gt;,&lt;br /&gt;
	&amp;lt;span class=&amp;quot;creator vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt; Jeffrey K. Hollingsworth&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;org&amp;quot;&amp;gt; University of Maryland, College Park &amp;lt;/span&amp;gt; &amp;lt;span&amp;gt;, and &lt;br /&gt;
	&amp;lt;span class=&amp;quot;creator vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt; Marv Zelkowitz&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;org&amp;quot;&amp;gt; University of Maryland, College Park &amp;lt;/span&amp;gt; &amp;lt;span&amp;gt;,&lt;br /&gt;
	&amp;lt;a class=&amp;quot;fn url&amp;quot; href=&amp;quot;http://dx.doi.org/10.1109/SC.2005.53&amp;quot;&amp;gt;HPC Programmer Productivity: A Case Study of Novice HPC Programmers&amp;lt;/a&amp;gt;. &lt;br /&gt;
        (&amp;lt;span class=&amp;quot;format&amp;quot;&amp;gt;conference publication&amp;lt;/span&amp;gt;)&lt;br /&gt;
	&amp;lt;cite class=&amp;quot;container hcite&amp;quot;&amp;gt;&lt;br /&gt;
	&amp;lt;a class=&amp;quot;fn url&amp;quot; href=&amp;quot;...&amp;quot;&amp;gt;Proceedings of ACM/IEEE Supercomputing Conference&amp;lt;/a&amp;gt;&lt;br /&gt;
	&amp;lt;abbr class=&amp;quot;dtpublished&amp;quot; title=&amp;quot;20051126T0000-0800&amp;quot;&amp;gt;2005&amp;lt;/abbr&amp;gt;&lt;br /&gt;
	&amp;lt;/cite&amp;gt;&lt;br /&gt;
	page &amp;lt;span class=&amp;quot;pages&amp;quot;&amp;gt;35&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;publisher vcard&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;span class=&amp;quot; fn&amp;quot;&amp;gt;IEEE Computer Society&lt;br /&gt;
   &amp;lt;/span&amp;gt;&lt;br /&gt;
    &amp;lt;div class=&amp;quot;adr&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;Washington&amp;lt;/span&amp;gt;,&lt;br /&gt;
      &amp;lt;span class=&amp;quot;region&amp;quot;&amp;gt;DC&amp;lt;/span&amp;gt;&lt;br /&gt;
    &amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;a class=&amp;quot;url instantiation&amp;quot; href=&amp;quot;http://portal.acm.org/ft_gateway.cfm?id=1105800&amp;amp;type=pdf&amp;amp;coll=portal&amp;amp;dl=ACM&amp;amp;CFID=68330711&amp;amp;CFTOKEN=39187329&amp;quot;&amp;gt;PDF of full text from ACM&amp;lt;/a&amp;gt;&lt;br /&gt;
&lt;br /&gt;
	DOI: &amp;lt;a class=&amp;quot;url uid&amp;quot; href=&amp;quot;http://dx.doi.org/10.1109/SC.2005.53&amp;quot;&amp;gt;10.1109/SC.2005.53&amp;lt;/a&amp;gt;&lt;br /&gt;
        Tags: &lt;br /&gt;
    &amp;lt;a class=&amp;quot;keyword&amp;quot; rel=&amp;quot;tag&amp;quot; href=&amp;quot;results.cfm?query=genterm%3A%22Design%22 ...&amp;quot;&amp;gt;&lt;br /&gt;
							Design&amp;lt;/a&amp;gt;,&lt;br /&gt;
     &amp;lt;a class=&amp;quot;keyword&amp;quot; rel=&amp;quot;tag&amp;quot; href=&amp;quot;results.cfm?query=genterm%3A%22Experimentation%22 ....&amp;quot;&amp;gt;&lt;br /&gt;
							 Experimentation&amp;lt;/a&amp;gt;,&lt;br /&gt;
     &amp;lt;a class=&amp;quot;keyword&amp;quot; rel=&amp;quot;tag&amp;quot; href=&amp;quot;results.cfm?query=genterm%3A%22Measurement%22...&amp;quot;&amp;gt;&lt;br /&gt;
							 Measurement&amp;lt;/a&amp;gt;,&lt;br /&gt;
     &amp;lt;a class=&amp;quot;keyword&amp;quot; rel=&amp;quot;tag&amp;quot; href=&amp;quot;results.cfm?query=genterm%3A%22Performance%22 ...&amp;quot;&amp;gt;&lt;br /&gt;
							 Performance&amp;lt;/a&amp;gt;&lt;br /&gt;
&lt;br /&gt;
	&amp;lt;blockquote class=&amp;quot;description&amp;quot;&amp;gt;In developing High-Performance Computing (HPC) software, time to solution is an important metric. This metric is comprised of two main components: the human effort required developing the software, plus the amount of machine time required to execute it. To date, little empirical work has been done to study the first component: the human effort required and the effects of approaches and practices that may be used to reduce it. In this paper, we describe a series of studies that address this problem. We instrumented the development process used in multiple HPC classroom environments. We analyzed data within and across such studies, varying factors such as the parallel programming model used and the application being developed, to understand their impact on the development process.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
  &amp;lt;/cite&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Note''' (From [[Discoleo]], Sept. 06)&lt;br /&gt;
* sometimes, the citation must include '''Town/Country''' and '''Precise Date/Date Range''', e.g.&lt;br /&gt;
** ''Gillespie SH, Dickens A.'' Variation in mutation rate of quinolone resistance in Streptococcus pneumoniae [abstract P06-17A]. In: Abstracts of the 3rd International Symposium on Pneumococci and Pneumococcal Disease (Anchorage, 5-9 May 2002).Washington, DC: American Society of Microbiology, 2002.&lt;br /&gt;
** ''Bassetti, M.; Righi, E.; Rebesco, B.; Molinari, MP.; Costa, A.; Fasce, R.; Cruciani, M.; Bassetti, D.; Bobbio Pallavicini, F.'' 44th Annual Interscience Conference on Antimicrobial Agents and Chemotherapy (ICAAC). Washington, DC; 2004. Epidemiological trends in nosocomial candidemia in ICU: A five-year Italian perspective.&lt;br /&gt;
** ''Peacock JE, Wade JC, Lazarus HM, et al.'' Ciprofloxacin/piperacillin vs. tobramycin/piperacillin as empiric therapy for fever in neutropenic cancer patients, a randomized, double-blind trial [abstract 373]. In: Program and abstracts of the 37th Interscience Conference on Antimicrob Agents and Chemotherapy (Toronto). Washington, DC: American Society for Microbiology, 1997.&lt;br /&gt;
&lt;br /&gt;
==== Citing an external website ====&lt;br /&gt;
&lt;br /&gt;
This is based on a formal citation of a website in the references section of a research paper, but could also be used for in-line links that had added information. Here's the original:&lt;br /&gt;
&lt;br /&gt;
[25] David Stern, &amp;quot;eprint Moderator Model&amp;quot;, http://www.library.yale.edu/scilib/modmodexplain.html  (version dated Jan 25, 1999)&lt;br /&gt;
 &lt;br /&gt;
 &amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;cite class=&amp;quot;hcite&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;a class=&amp;quot;fn url&amp;quot; href=&amp;quot;http://www.library.yale.edu/scilib/modmodexplain.html&amp;quot;&amp;gt;eprint Moderator Model&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;author vcard&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;a href=&amp;quot;http://pantheon.yale.edu/~dstern/dsbio.html&amp;quot; class=&amp;quot;url fn&amp;quot;&amp;gt;David Stern&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;/span&amp;gt;  &lt;br /&gt;
&amp;lt;abbr class=&amp;quot;dtpublished&amp;quot; title=&amp;quot;19990125T0000-0500&amp;quot;&amp;gt;&lt;br /&gt;
    Jan 25, 1999&lt;br /&gt;
  &amp;lt;/abbr&amp;gt;&lt;br /&gt;
&amp;lt;/cite&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Discussion of Straw Format elements ===&lt;br /&gt;
&lt;br /&gt;
This section is to provide explanations for posterity about the elements of the straw format, linking to discussions on the list and elsewhere if possible.&lt;br /&gt;
&lt;br /&gt;
==== 'hcite' as Root Element name ====&lt;br /&gt;
&lt;br /&gt;
This discussion took place in January of 2007, with [http://microformats.org/discuss/mail/microformats-discuss/2007-January/008098.html voting occurring on the mailing list].&lt;br /&gt;
&lt;br /&gt;
It was decided to use 'hcite' as the root element's class-name for uniqueness and to reflect a trend in using 'h' to start microformat names.&lt;br /&gt;
&lt;br /&gt;
==== The URI Element ====&lt;br /&gt;
&lt;br /&gt;
It was decided to use URI for both http links to available copies or URNs.&lt;br /&gt;
This encompasses URLs that link directly to online copies as well as through resolvers using URIs such as urn:isbn: 0521890012&lt;br /&gt;
&lt;br /&gt;
See the discussion from [http://microformats.org/discuss/mail/microformats-discuss/2006-November/007390.html November] and [http://microformats.org/discuss/mail/microformats-discuss/2006-December/007403.html December].&lt;br /&gt;
&lt;br /&gt;
==== Date Fields ====&lt;br /&gt;
&lt;br /&gt;
Brian's original straw format had three date fields, &amp;quot;accessed&amp;quot;, &amp;quot;copyrighted&amp;quot;, and &amp;quot;published&amp;quot;.&lt;br /&gt;
After examining the examples of usage on the web, it was clear that 'copyrighted' was not used in the examples we have.&lt;br /&gt;
It was used once, but without a corresponding 'published' field (OCLC WorldCat), and it seems in that case to be used as &lt;br /&gt;
an equivalent to 'published'.&lt;br /&gt;
&lt;br /&gt;
I updated the straw citation to include only 'accessed' and 'published' on January 31. --[[User:Mike|Mike]] 00:26, 31 Jan 2007 (PST)&lt;br /&gt;
&lt;br /&gt;
I've mentioned more than once that &amp;quot;date-published&amp;quot; is misleadingly specific; too much for real world citations. Consider that many books are published in the year preceding their copyright date, which is in fact the date used for citation. I'd prefer just &amp;quot;date&amp;quot; and &amp;quot;date-accessed&amp;quot; as a first cut. --[[User:BDarcus|Bruce]] 3 Feb 2007&lt;br /&gt;
&lt;br /&gt;
See the discussion from the [http://microformats.org/discuss/mail/microformats-discuss/2007-January/008175.html 'dates' thread on the list].&lt;br /&gt;
&lt;br /&gt;
==== Container ====&lt;br /&gt;
&lt;br /&gt;
Discussion about how to represent containing relationships is on the thread [http://microformats.org/discuss/mail/microformats-discuss/2007-March/thread.html 'nesting container elements']&lt;br /&gt;
&lt;br /&gt;
== Old straw format discussion ==&lt;br /&gt;
&lt;br /&gt;
Saved here so that I'm not just deleting people's comments.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Mike straw format suggestion (Deprecated) ===&lt;br /&gt;
&lt;br /&gt;
In the interests of starting debate and having something concrete to fix, I suggest the following structure for a format. It is probably very incomplete and I claim no microformat expertise. I'm just trying to follow existing patterns. Comments and ridicule are both solicited. -Mike&lt;br /&gt;
&lt;br /&gt;
'''NOTE:''' This format is here for historical reference. Because it was not based on existing examples, I've deprecated it and contributed examples to Brian's format. If you feel that any missing elements in here should be in the final format, find examples for them and contribute to Brian's schema. Thanks! --[[User:Mike|Mike]] 18:22, 12 Oct 2006 (PDT)&lt;br /&gt;
&lt;br /&gt;
==== In General ====&lt;br /&gt;
&lt;br /&gt;
The ''citation'' format is based on a set of fields common to many bibliographic data formats, which are often implied by standard citation display styles but not explicitly marked up in practice on the web.&lt;br /&gt;
&lt;br /&gt;
==== Schema ====&lt;br /&gt;
&lt;br /&gt;
The citation schema consists of the following:&lt;br /&gt;
&lt;br /&gt;
* cite &lt;br /&gt;
** title: required, text (class = fn)&lt;br /&gt;
** subtitle: optional, text&lt;br /&gt;
** authors: optional, use hCard&lt;br /&gt;
** publication date: optional&lt;br /&gt;
** link(s) to instantiations, optional, url or use rel-enclosure? (class=url)&lt;br /&gt;
** UID, optional (for ISBN, DOI - use existing uid class) | permalink&lt;br /&gt;
** series (aka volume/issuenum) , optional (''not as sure how to handle these - suggestions?'')&lt;br /&gt;
** pages: startpage &amp;amp; endpage, optional, text&lt;br /&gt;
** venue, optional (hCard)&lt;br /&gt;
** publisher, optional (hCard)&lt;br /&gt;
** container: optional (nested hCite)&lt;br /&gt;
** abstract, optional (blockquote + class=&amp;quot;abstract&amp;quot; ?)&lt;br /&gt;
** notes, optional (blockquote + class=&amp;quot;notes&amp;quot; ?)&lt;br /&gt;
** keywords, optional (rel-tag)&lt;br /&gt;
** image, optional (for inclusion inline, unlike the url)&lt;br /&gt;
** copyright, optional (rel-license)&lt;br /&gt;
** ''what else am I missing?''&lt;br /&gt;
*** language, optional&lt;br /&gt;
&lt;br /&gt;
''Looks good, but I question the use of hCard for names. Due to ambiguity issues, requring hCard would lead to extra markup in order to apply just a name, hence [http://microformats.org/discuss/mail/microformats-discuss/2006-March/003487.html the need for a root element]. We should extract the N optimization of hCard like we did with adr, in order to ease this problem.'' --[[User:RCanine|Ryan Cannon]]&lt;br /&gt;
&lt;br /&gt;
Perhaps a Retrieved Date or Access Date would be appropriate for citing online resources. For example at http://www.crlt.umich.edu/publinks/facment_biblio.html &lt;br /&gt;
you see citations like this&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
Chief Academic Officers of the Big 12 Universities (2000). Big 12 Faculty Fellowship Program. Retrieved December 20, 2000 from the World Wide Web: http://www.k-state.edu/provost/academic/big12/big12guide.htm.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
--[[User:JoeAndrieu|Joe Andrieu]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Discussion about citing legal cases ====&lt;br /&gt;
&lt;br /&gt;
Here's some info I found about citing law:&lt;br /&gt;
&lt;br /&gt;
I'm not a lawyer, so I'm relying on the published [http://www.legalbluebook.com &amp;quot;blue book&amp;quot; standard], at least the only part of it I can get without paying $25. I'd be happy to hear improvements from experts in the field - how do lawyers mark up references to case law in HTML now?&lt;br /&gt;
&lt;br /&gt;
From groklaw.net and eff.org, I find mostly just links to PDFs with the name of the case as the link text. Or just this, from EFF:&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;h1&amp;gt;The Betamax Case&amp;lt;/h1&amp;gt;&lt;br /&gt;
&amp;lt;h2&amp;gt;Sony Corp. of America v. Universal City Studios, 464 U.S. 417 (1984)&amp;lt;/h2&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
From an example at the sample bluepages: http://www.legalbluebook.com/pdfs/bluepages.pdf&lt;br /&gt;
5 basic components:&lt;br /&gt;
*1 name of the case (citation title)&lt;br /&gt;
*2 published source in which case may be found (citation containing publication?)&lt;br /&gt;
*3 a parenthetical indicating the court and year of decision (citation venue?)&lt;br /&gt;
*4 other parenthetical information, if any (citation notes?)&lt;br /&gt;
*5 subsequent history of the case, if any (citation notes?)&lt;br /&gt;
&lt;br /&gt;
Here's two examples from the bluebook. Note that there are very strict rules about abbreviations in that source!&lt;br /&gt;
&lt;br /&gt;
Holland v. Donnelly, 216 F. Supp. 2d 227, 230 (S.D.N.Y. 2002), aff'd, 324 F.3d 99 (2d Cir. 2003).&lt;br /&gt;
&lt;br /&gt;
Green v. Georgia, 442 U.S. 95, 97 (1979) (per curiam) (holding that exclusion of relevant evidence at sentencing hearing constitutes denial of due process).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Examples in the wild ==&lt;br /&gt;
Pages which start to use the discussion above to create working examples in using hcite:&lt;br /&gt;
(This section could be used as a base for a page like &amp;quot;hcite-examples-in-wild&amp;quot; later).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Please add new examples to the top of this section.&lt;br /&gt;
* [http://www.demo.vorlagen.uni-erlangen.de/univis/mitarbeiter.shtml/georg-hager.shtml Example User Page] at the regional computer lab Erlangen, Germany, based on the universal information system UnivIS marked up with vcard, hcalender (optional, if user makes a lecture) and hcite.&lt;br /&gt;
&lt;br /&gt;
== discussions ==&lt;br /&gt;
* [[citation-irc-notes-2006-04-09]]&lt;/div&gt;</summary>
		<author><name>Mike</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=citation-brainstorming&amp;diff=15060</id>
		<title>citation-brainstorming</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=citation-brainstorming&amp;diff=15060"/>
		<updated>2007-03-29T19:48:12Z</updated>

		<summary type="html">&lt;p&gt;Mike: /* Container */ finish adding container schema field and links to thread beginning in discussion section&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h1&amp;gt; Citation Brainstorming &amp;lt;/h1&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* [[citation]]&lt;br /&gt;
* [[citation-examples]]&lt;br /&gt;
* [[citation-formats]]&lt;br /&gt;
* [[citation-faq]]&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
== Contributors ==&lt;br /&gt;
&lt;br /&gt;
* ...&lt;br /&gt;
* ... (a bunch of good folks!)&lt;br /&gt;
* Tantek Çelik&lt;br /&gt;
* Tim White&lt;br /&gt;
* Michael McCracken&lt;br /&gt;
* Brian Suda&lt;br /&gt;
* [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
&lt;br /&gt;
== Use Cases ==&lt;br /&gt;
&lt;br /&gt;
To focus the discussion, please add use cases below that will help show what problems the citation microformat will be solving.&lt;br /&gt;
&lt;br /&gt;
I've included two, focusing on consuming information - I've assumed that use cases for generating microformatted content would just involve the desire to enable your content to be consumed better, but I'm interested to see if there's something I'm missing here -Mike&lt;br /&gt;
&lt;br /&gt;
=== Acquiring reference information from the web ===&lt;br /&gt;
&lt;br /&gt;
A user either finds an author's papers page, or is viewing the results of a search and would like to import the information about the displayed papers into their local reference database, for the purposes of cataloging things they've read, adding notes, and using the information to generate later citations, potentially in other forms, such as BibTeX or Docbook, for inclusion in a publication of their own.&lt;br /&gt;
&lt;br /&gt;
Notes: In this case, it isn't important to the user what format the citation takes as displayed on the page where they find it. What *is* important is that it contains enough information to allow generation of the format they will ultimately re-publish it in. This implies that it may be worthwhile to err a little on the side of verbosity.&lt;br /&gt;
&lt;br /&gt;
Also, links to downloadable full representations of the cited work are very important - e.g. a link to the PDF of a journal article, or to a music file.&lt;br /&gt;
&lt;br /&gt;
=== Subscribing to reading lists, periodicals, etc ===&lt;br /&gt;
&lt;br /&gt;
I would like to be able to leverage my news aggregator with hAtom to subscribe to a remote source for citation information, for example:&lt;br /&gt;
&lt;br /&gt;
* a reading list for a seminar&lt;br /&gt;
* The publication list for a conference (e.g., subscribe to SIGGRAPH and see the updated conference proceedings every year)&lt;br /&gt;
* the issues of a journal&lt;br /&gt;
* a particular research group or researcher's publications&lt;br /&gt;
* Not just research: a popular author's publications (e.g., [http://www.gladwell.com/archive.html Malcolm Gladwell's Archive])&lt;br /&gt;
&lt;br /&gt;
=== Aggregating reading lists and reviews ===&lt;br /&gt;
&lt;br /&gt;
A citation microformat-specific aggregator could provide a decentralized version of [http://citeulike.org/ CiteULike]. Libraries, authors, research groups, and publishers could mark up their collections, while other people on weblogs or review sites could add tags and reviews.&lt;br /&gt;
&lt;br /&gt;
At least, having a well-adopted microformat would make writing tools like CiteULike much better, since it relies in some cases on screen-scraping publisher web-sites.&lt;br /&gt;
&lt;br /&gt;
=== Cut &amp;amp; Paste from web pages ===&lt;br /&gt;
Capturing/copying HTML from web pages for use in other applications (especially when those apps present HTML as output), such as pasting into Word, or a specialized application like [http://www.google.com/notebook Google Notebook], [http://onfolio.com Onfolio] or [http://www.kaboodle.com Kaboodle].  When such captures are made, it makes sense to keep track of the full citation data, including the date it was accessed, which may or may not be the date it was published. &lt;br /&gt;
&lt;br /&gt;
=== Blogs quoting other resources, including blogs ===&lt;br /&gt;
Any blog that cites online content, whether a blog or news article, could use an hCitation to properly link to the cited reference. Such citations could include the access date when the blogger made the citation, because resources on the other side of those links can change without notice. &lt;br /&gt;
&lt;br /&gt;
Instead, today we have simple formating with a link to the permaURL. The citation data is completely lacking. See [http://doc.weblogs.com Doc Searl's blog] for a style of referencing that could benefit from proper a citation uF.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Fascinating... after I added the last two use cases, I realized they focus on potentially marginal cases. The first because it is missing the &amp;quot;output&amp;quot; part of the cut &amp;amp; paste, where the uF would actually be used as part of the paste.  The latter because bloggers have a working citation mechanism that is just a link to the URL (hopefully a permaURL). One could argue they wouldn't want a full hCitation. And in fact, until a tool exists that makes it easy, they probably won't.  However, a tool that cuts &amp;amp; pastes from anywhere on the web into a blog with a full citation seems like a nice tool.  But again, I'm not really paving the cowpaths with these ideas. -Joe Andrieu&lt;br /&gt;
&lt;br /&gt;
===Finding in Library===&lt;br /&gt;
Find a copy of the cited work in a nearby library (as with [http://ocoins.info/ OpenCOinS]). [[User:AndyMabbett|AndyMabbett]] 04:55, 4 Nov 2006 (PST)&lt;br /&gt;
&lt;br /&gt;
===Buy a copy===&lt;br /&gt;
Find the cited work on, for example, Amazon or [http://www.abebooks.com/ ABE]; or subscribe to a journal via its own website. [[User:AndyMabbett|AndyMabbett]] 04:55, 4 Nov 2006 (PST)&lt;br /&gt;
&lt;br /&gt;
===Find reviews===&lt;br /&gt;
Find third-party reviews of the cited work. [[User:AndyMabbett|AndyMabbett]] 04:55, 4 Nov 2006 (PST)&lt;br /&gt;
&lt;br /&gt;
===Give citation data for the page being visited===&lt;br /&gt;
&lt;br /&gt;
Adding a class of, say, &amp;quot;self&amp;quot; to an attribute of the proposed strawman would allow users (or user agents) to extract the data required to cite the page being visited, when referring to it elsewhere. There would be the added advantage of allowing the citation to be ignored by any parser which might be building a &amp;quot;tree&amp;quot; of citations, and preventing the setting up of an infinite loop. &lt;br /&gt;
&lt;br /&gt;
For evidence of published &amp;quot;self citation&amp;quot; data (albeit on a secondary page) see the &amp;quot;cite this article&amp;quot; link on any Wikipedia entry, e.g. [http://en.wikipedia.org/w/index.php?title=Special:Cite&amp;amp;page=West_Midland_Bird_Club&amp;amp;id=115894372] from [http://en.wikipedia.org/wiki/West_Midland_Bird_Club].&lt;br /&gt;
&lt;br /&gt;
See also [http://en.wikipedia.org/wiki/Wikipedia_talk:Citing_Wikipedia#Citation_data_should_be_on_the_page_concerned Proposal to include on-page citation data in Wikipedia]&lt;br /&gt;
&lt;br /&gt;
:[[User:AndyMabbett|Andy Mabbett]] 13:47, 20 Mar 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
* (from a mailing list): &lt;br /&gt;
:&amp;lt;blockquote&amp;gt;if you want to cite a [biomedical journal] journal article on Wikipedia [...] you can export a correctly-formatted citation for Wikipedia from HubMed using unAPI... http://hublog.hubmed.org/archives/001408.html&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*[http://www.zotero.org/ Zotero], a Firefox extension to help collect, manage, and cite research sources. &lt;br /&gt;
:[[User:AndyMabbett|Andy Mabbett]] 09:13, 21 Mar 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
== Original hBib Discussion ==&lt;br /&gt;
&lt;br /&gt;
During the WWW2005 Developer's Day [[microformats]] track, Rohit Khare gave a [[presentations|presentation]] where he discussed the microformats [[process]], and then did  a quick demonstration wherein a bunch of us got on a shared Subethaedit document, and brainstormed some thoughts on what an &amp;quot;hBib&amp;quot; bibliography citation microformat would look like.  Rohit placed the [http://cnlabs.commerce.net/~rohit/hBib%20Discussion.html document on his Commercenet site].&lt;br /&gt;
&lt;br /&gt;
* http://cnlabs.commerce.net/~rohit/hBib%20Discussion.html&lt;br /&gt;
&lt;br /&gt;
''An attempt to summarize and inline the linked document follows. -Mike''&lt;br /&gt;
&lt;br /&gt;
Two major goals were outlined by the group:&lt;br /&gt;
&lt;br /&gt;
* Avoid re-keying references&lt;br /&gt;
* Adapt to new journal styles by changing CSS&lt;br /&gt;
 &lt;br /&gt;
The fundamental problem was discussed in terms of display - the ability to transform XHTML+hBib into the many journal-specific formats. For example, how to display &amp;quot;et.al&amp;quot; when all authors are present in the source, and how to re-order the elements if a style defines a set order of elements that conflicts with the ordering in the source. Using hCard for authors was agreed on, and the beginnings of an example were shown.&lt;br /&gt;
&lt;br /&gt;
== XHTML Structure ==&lt;br /&gt;
With my exprience working X2V and hCa* has taught me what elememts are easy to find and which are not. Since the Citation microformat is very new it is possible to not make a lot of the same errors twice and to make things easier for extracting application to find and imply certain properties.&lt;br /&gt;
&lt;br /&gt;
* There should be some sort of 'root node' that implies all child elements are for the hCitation microformat.&lt;br /&gt;
* Since most people will have multiple citations there should be away to represent each hCitation object as a unqiue block independent of another. This is to keep the parse from finding 'author' and applying that to all citations. Each citation should be in a container (class=&amp;quot;hcite&amp;quot;) that is separated from others.&lt;br /&gt;
* Perhaps class=&amp;quot;hcite&amp;quot; with &amp;lt;code&amp;gt;&amp;amp;lt;cite&amp;amp;gt;&amp;lt;/code&amp;gt; recommended as the root element. E.g. &amp;lt;code&amp;gt;&amp;amp;lt;cite class=&amp;quot;hcite&amp;quot;&amp;amp;gt;&amp;lt;/code&amp;gt; &lt;br /&gt;
&lt;br /&gt;
'''Note: This section was the original content of the document. Since then, class='hcite' has been agreed on as the root class name. See  [http://microformats.org/wiki?title=citation-brainstorming#.27hcite.27_as_Root_Element_name explanation].'''&lt;br /&gt;
&lt;br /&gt;
== Citation vs. [[media-info]] ==&lt;br /&gt;
&lt;br /&gt;
What distinguishes a cite from say [[media-info]] (e.g. [[media-info-examples]]) is that a cite is a reference to something explicitly external to the current piece of content or document, whereas [[media-info]] describes information about content embedded or inline in the current document.&lt;br /&gt;
&lt;br /&gt;
== Semantic Meaning ==&lt;br /&gt;
One of the guiding priniciple of Microformats is to use the most semantically rich element to describe each node (Point 2 of Semantic XHTML Design Principles: Use the most accurately precise semantic XHTML building block for each object etc). Since we are dealing with HTML and citations, several elements are candidates to be used to enrich the semantic meaning. [http://www.w3.org/TR/REC-html40/struct/text.html CITE, BLOCKQUOTE, Q, A], (are there more?)&lt;br /&gt;
&lt;br /&gt;
The [[citation-brainstorming|Citation Brainstorming Page]] has a few development and ideas about how to give another person credit for a link. Some of the semantic ideas behind their choices of tags can be applied to a full bibliographic type reference. ''Does this sentence make sense only historically? -Mike''&lt;br /&gt;
&lt;br /&gt;
== OCLC's WorldCat for titles == &lt;br /&gt;
Question: what about using something like OCLC's [http://www.oclc.org/worldcat/open/isbnissnlinking/default.htm WorldCat] for linking titles? - Tim White&lt;br /&gt;
&lt;br /&gt;
== This and That ==&lt;br /&gt;
After reading through alot of different citation encoding formats, i noticed that each format was being used in onw of two ways. It was either to describe the Current page (THIS.PAGE) or being used to encode references that point to external resources (THAT.PAGE)&lt;br /&gt;
&lt;br /&gt;
The informatation being encoded was identical for both resources (author, date, name, etc) they just reference different things. For this microformat, i'm not sure if we want to try to solve both problems, or just one? The meta tags in the head element would be the ideal place for information about the THIS.PAGE, but that is not in following with the ideals of microformats where information is human-readable. The THAT.PAGE idea where a list of references is at the end of a document in the form of a bibliography is more inline with the ideals of a microformat where the data is human-readable. That doesn't mean that data about the current document shouldn't be human-readable, so some of the same properties used to reference extermal resources can be used for the current document (THIS.PAGE). To do this a different root item could be used and transforming applications could either extract the citation data about the current page, or information about this page's references.&lt;br /&gt;
&lt;br /&gt;
This is open for discussion, but either way, i believe that the properties used to describe a page will be the same for both THIS and THAT. [http://suda.co.uk/ brian suda]&lt;br /&gt;
&lt;br /&gt;
== More on This and That ==&lt;br /&gt;
&lt;br /&gt;
Citation microformats are being explored as a possibility for citing genealogical information at [http://eatslikeahuman.blogspot.com Dan Lawyer's blog].&lt;br /&gt;
&lt;br /&gt;
This is a case where frequently the citation would refer to (THIS.PAGE), but would have nested within it a reference to (THAT.PAGE), possibly a few levels deep. For instance, a web page might contain data extracted from a microfilm of a census. The citation would need to include information about the web page, information about the microfilm, and information about the census. Genealogical citations are expected to include the repository (where can this book or microfilm be found. Is this the same as ''venue''?). So, at each level the information should contain the repository of the referenced item. A nesting (recursive) mechanism for citation microformats would be useful in this case. Is this the function of the &amp;quot;container&amp;quot; element in the Straw Format?&lt;br /&gt;
&lt;br /&gt;
== Date Formatting ==&lt;br /&gt;
Since microformats are all about re-use and the accepted way to encode Date-Time has been pretty much settled, then this is a good place to start when dealing with all the different date citation types. &lt;br /&gt;
&lt;br /&gt;
These are all the different fields from various citation formats that are of temporal nature:&lt;br /&gt;
 * Date (available | created | dateAccepted | dateCopyrighted | dateSubmitted | issued | modified | valid)&lt;br /&gt;
 * originInfo/dateIssued&lt;br /&gt;
 * originInfo/dateCreated&lt;br /&gt;
 * originInfo/dateCaptured&lt;br /&gt;
 * originInfo/dateOther&lt;br /&gt;
 * month&lt;br /&gt;
 * year&lt;br /&gt;
 * Copyright Year&lt;br /&gt;
 * Date - Generic&lt;br /&gt;
 * Date of Confernce&lt;br /&gt;
 * Date of Publication&lt;br /&gt;
 * Date of update/revisou/issuance of database record&lt;br /&gt;
 * Former Date&lt;br /&gt;
 * Entry Date for Database Record&lt;br /&gt;
 * Database Update&lt;br /&gt;
 * Year of Publication&lt;br /&gt;
&lt;br /&gt;
There are several common properties across several citation domains and will certainly be in the citation microformat, the unique instances will need further consideration, otherwise there could be no end to posiblities. &lt;br /&gt;
&lt;br /&gt;
There are also several properties (year, month, Year of publication) that can be extracted from another source. Therefore, if you only encode a more specific property such as; Date of Publication, you can extract the 'year of publication' from that. Since the date-time format we are modeling after is the ISO date-time format, just the Year portion is an acceptable date. So if you ONLY know the year of publication, the you can form a valid 'Date of Publication' as a microformat (which inturn is a valid 'year of publication') - you milage may vary when it comes to importing into citation applications.&lt;br /&gt;
&lt;br /&gt;
...&lt;br /&gt;
&lt;br /&gt;
It seems to me that these can be collapsed to maybe one or two different date properties.  As far as the specific human readable formatting of the date, that can be chosen per whatever the presentation style guide says, and the [[datetime-design-pattern]] used to simplify the markup. - Tantek&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Important'''&lt;br /&gt;
Sometimes we need a date range and not simply a date (e.g. 4-6 May 2006). See ''Conference Citation'' examples later on this page. - Discoleo&lt;br /&gt;
&lt;br /&gt;
'''Seasons'''&lt;br /&gt;
Some journals have seasonal issues (e.g. &amp;quot;Summer 2006 edition&amp;quot;) instead of, or as well as, editions labelled by month or other calendar-date. [[User:AndyMabbett|AndyMabbett]] 05:05, 4 Nov 2006 (PST)&lt;br /&gt;
&lt;br /&gt;
== Tags ==&lt;br /&gt;
Some of the citation formats has a place for 'keywords' or 'generic tags', etc. This might be a good place to re-use the [http://microformats.org/wiki/rel-tag RelTag microformat]. The downside would be that they are then forced to be links, which might be the correct way to mark-up these terms.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== MARC / MODS / Dublin Core ==&lt;br /&gt;
&lt;br /&gt;
The MODS ([http://www.loc.gov/standards/marcxml/Sandburg/sandburgmods.xml example]) and Dublin Core ([http://www.loc.gov/standards/marcxml/Sandburg/sandburgdc.xml example]) transformations of MARC21 may contain some useful ideas.&lt;br /&gt;
&lt;br /&gt;
Here's a first attempt at rewriting the linked examples in XHTML (written in response to a [http://microformats.org/discuss/mail/microformats-discuss/2005-December/002438.html mailing list query about encoding book information with microformats]):&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;book&amp;quot; lang=&amp;quot;en&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;h3 class=&amp;quot;fn&amp;quot;&amp;gt;Arithmetic /&amp;lt;/h3&amp;gt;&lt;br /&gt;
  &amp;lt;p&amp;gt;By &amp;lt;span class=&amp;quot;creator&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Sandburg, Carl&amp;lt;/span&amp;gt;,&lt;br /&gt;
     &amp;lt;span class=&amp;quot;date&amp;quot;&amp;gt;1878-1967&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;,&lt;br /&gt;
     and &amp;lt;span class=&amp;quot;illustrator&amp;quot;&amp;gt;Rand, Ted&amp;lt;/span&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
  &amp;lt;p&amp;gt;Publisher: &amp;lt;span class=&amp;quot;publisher&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Harcourt Brace Jovanovich&amp;lt;/span&amp;gt;,&lt;br /&gt;
     &amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;San Diego&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
  &amp;lt;p&amp;gt;Published: &amp;lt;span class=&amp;quot;issued&amp;quot;&amp;gt;1993&amp;lt;/span&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
  &amp;lt;p class=&amp;quot;description&amp;quot;&amp;gt;A poem about numbers and their characteristics. Features&lt;br /&gt;
     anamorphic, or distorted, drawings which can be restored to normal by viewing&lt;br /&gt;
     from a particular angle or by viewing the image's reflection in the provided&lt;br /&gt;
     Mylar cone.&amp;lt;/p&amp;gt;&lt;br /&gt;
  &amp;lt;p class=&amp;quot;note&amp;quot;&amp;gt;One Mylar sheet included in pocket.&amp;lt;/p&amp;gt;&lt;br /&gt;
  &amp;lt;p&amp;gt;Subjects:&amp;lt;/p&amp;gt;&lt;br /&gt;
  &amp;lt;ul&amp;gt;&lt;br /&gt;
    &amp;lt;li class=&amp;quot;subject&amp;quot;&amp;gt;Arithmetic&amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li class=&amp;quot;subject&amp;quot;&amp;gt;Children's poetry, American.&amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li class=&amp;quot;subject&amp;quot;&amp;gt;Arithmetic&amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li class=&amp;quot;subject&amp;quot;&amp;gt;American poetry&amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li class=&amp;quot;subject&amp;quot;&amp;gt;Visual perception&amp;lt;/li&amp;gt;&lt;br /&gt;
  &amp;lt;/ul&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;
== Basic Citation Stuctures ==&lt;br /&gt;
There are basic structures to any citation, this is an overview of some of the types&lt;br /&gt;
[http://www.users.muohio.edu/darcusb/misc/citations-spec.html http://www.users.muohio.edu/darcusb/misc/citations-spec.html]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Concerns not addressed by existing formats ==&lt;br /&gt;
&lt;br /&gt;
There are some aspects '''NOT adequately''' covered by existing formats. I have addressed this issue on the OpenOffice.org wiki page, too. [see http://wiki.services.openoffice.org/wiki/Bibliographic_Database for an extending discussion, the paragraph on ''Reference Types'']&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
These issues pertain mainly to '''Errata''', '''Comments and Authors Reply''' and '''Article Retractions'''.&lt;br /&gt;
* a bidirectional link could be necessary to implement these features (original article &amp;lt;=&amp;gt; eratum, reply, retraction letter)&lt;br /&gt;
* '''IMPORTANT: Errata'''&lt;br /&gt;
** Erata: one or more Corrections might be posted in various issues of the journal&lt;br /&gt;
** this is usually cited as: Orininal Article Citation Data (Correction available in ''Journal, Issue Nr, Year, Pages'') (repeat for more than one correction)&lt;br /&gt;
** it is possibly never cited alone&lt;br /&gt;
** there should be a link to the original article, while the original article should contain a link to this ''Errata''&lt;br /&gt;
* '''IMPORTANT: Commentary and Author Reply'''&lt;br /&gt;
** similar to Errata, there might be one or more Comments and Author Replys; this should be stored, too&lt;br /&gt;
** however, it is usually not included in the original citation&lt;br /&gt;
** it might be used however in a citation, but I do not know exaclty how to cite it optimally (original article should be provided as well) &lt;br /&gt;
* '''IMPORTANT: Article Retraction'''&lt;br /&gt;
** an article may be retracted because of plagiarism or some other flaw&lt;br /&gt;
** this should not be used any further in the research&lt;br /&gt;
** however, it might be used e.g. for an article on plagiarism or flawed research&lt;br /&gt;
** there should be therefore one field storing this information, too, and a link to:&lt;br /&gt;
** the published withdrawal letter (which explains why the article was retracted)&lt;br /&gt;
&lt;br /&gt;
* this issue may need a time-controlled event&lt;br /&gt;
* '''IMPORTANT: electronic publishing ahead of print (EPUB)'''&lt;br /&gt;
** more and more articles are initially posted online, before the published article gets actually printed&lt;br /&gt;
** How should this be used/cited?&lt;br /&gt;
** Is this changed, after the print version becomes available?&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Outstanding Issues ==&lt;br /&gt;
The 3 main points i (Brian) came across so far are:&lt;br /&gt;
1) IDENTIFIERS&lt;br /&gt;
2) FORMAT TYPES&lt;br /&gt;
3) NESTING&lt;br /&gt;
&lt;br /&gt;
1) In hCard/hCalendar there is a UID field. Added with URL it makes for a great unique identifier. There are loads of other identifers besides URL, ISBN, LOC call number, SKU, ISSN, etc. Many of these are unique in their domain, but not globally unique. So how to they get marked-up? Much like the hCard TEL/ADR properties, we can use something like:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;uid&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;type&amp;quot;&amp;gt;ISBN&amp;lt;/span&amp;gt;: &amp;lt;span&lt;br /&gt;
class=&amp;quot;value&amp;quot;&amp;gt;123456&amp;lt;/span&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
This makes the encoding the most extensible... if we start use class=&amp;quot;isbn&amp;quot; then it is an enumerated list, with class=&amp;quot;type&amp;quot; it is open ended.&lt;br /&gt;
&lt;br /&gt;
2) I keep mis-using &amp;quot;format&amp;quot;, format is the medium - hardback, softback. The TYPE (there probably is a better word - container?) is book, article, conference, manifesto, etc. Much like the identifers we can make an enumerated list of values, class=&amp;quot;book&amp;quot;, class=&amp;quot;article&amp;quot;, but that boxes us in, whereas something like: &amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;span class=&amp;quot;type&amp;quot;&amp;gt;article&amp;lt;/span&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt; leaves things more open.&lt;br /&gt;
&lt;br /&gt;
3) Nesting citation data in a citation. The ability to nest the same microformat inside itself is something that other microformats don't explicitly handle.&lt;br /&gt;
&lt;br /&gt;
The two options are:&lt;br /&gt;
i) Using class=&amp;quot;book&amp;quot;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;hcite&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;div class=&amp;quot;book&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Book Title&amp;lt;/span&amp;gt;&lt;br /&gt;
  &amp;lt;div class=&amp;quot;chapter&amp;quot;&amp;gt;&lt;br /&gt;
     &amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Chapter Title&amp;lt;/span&amp;gt;&lt;br /&gt;
  &amp;lt;/div&amp;gt;&lt;br /&gt;
 &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&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 makes things easy to nest and to figure out exactly what is&lt;br /&gt;
associated with what, but the downside is that we have enumerated&lt;br /&gt;
lists of values for the class properties.&lt;br /&gt;
&lt;br /&gt;
ii) using the TYPE for book&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;hcite&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;div class=&amp;quot;type&amp;quot;&amp;gt;book&amp;lt;/div&amp;gt;&lt;br /&gt;
 &amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Book Title&amp;lt;/span&amp;gt;&lt;br /&gt;
 &amp;lt;div class=&amp;quot;type&amp;quot;&amp;gt;chapter&amp;lt;/div&amp;gt;&lt;br /&gt;
 &amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Chapter Title&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
now the class=&amp;quot;fn&amp;quot; is not nested inside the class=&amp;quot;book&amp;quot; or&lt;br /&gt;
class=&amp;quot;chapter&amp;quot; so there would have to be some other mechanism to&lt;br /&gt;
associate the data with the type.&lt;br /&gt;
&lt;br /&gt;
== Brian's Straw format ==&lt;br /&gt;
&lt;br /&gt;
=== implied schema (examples) ===&lt;br /&gt;
 + publisher&lt;br /&gt;
 + language&lt;br /&gt;
 + description&lt;br /&gt;
 + title&lt;br /&gt;
 + creator&lt;br /&gt;
 + journal&lt;br /&gt;
 + volume&lt;br /&gt;
 + issue&lt;br /&gt;
 + page &lt;br /&gt;
 + edition&lt;br /&gt;
 + identifier&lt;br /&gt;
 + tags&lt;br /&gt;
 + format&lt;br /&gt;
 + date published&lt;br /&gt;
 + copyright&lt;br /&gt;
 - audience&lt;br /&gt;
&lt;br /&gt;
=== implied schema (formats) ===&lt;br /&gt;
 + publisher&lt;br /&gt;
 + language&lt;br /&gt;
 + description&lt;br /&gt;
 + title&lt;br /&gt;
 + creator&lt;br /&gt;
 + volume&lt;br /&gt;
 + pages&lt;br /&gt;
 + edition&lt;br /&gt;
 + issue&lt;br /&gt;
 + identifier&lt;br /&gt;
 + tags&lt;br /&gt;
 + format&lt;br /&gt;
 + date published&lt;br /&gt;
 + date copyrighted&lt;br /&gt;
 - subtitle&lt;br /&gt;
 - image &lt;br /&gt;
 - excerpt&lt;br /&gt;
 - index terms&lt;br /&gt;
 - series title&lt;br /&gt;
 - publication&lt;br /&gt;
 - journal&lt;br /&gt;
 - part (1 of X)&lt;br /&gt;
&lt;br /&gt;
UNION of the two schemas&lt;br /&gt;
 + (PLUS) means common properties&lt;br /&gt;
 - (MINUS) means unique to the schema&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Working straw schema ===&lt;br /&gt;
&lt;br /&gt;
This list records discussion about the common schema from above. The format is ''descriptive-name'' (''optional-recommended-element'' 'class-name') (''link to explanation'').&lt;br /&gt;
&lt;br /&gt;
If there is no explanation link, that field should be considered either obvious or up for debate. If you're not sure which, it's up for debate.&lt;br /&gt;
&lt;br /&gt;
* root element ('hcite') ([http://microformats.org/wiki?title=citation-brainstorming#.27hcite.27_as_Root_Element_name explanation])&lt;br /&gt;
** title ('title')&lt;br /&gt;
** Author / Editor etc. ('creator')&lt;br /&gt;
** Pages ('pages')&lt;br /&gt;
*** note: this can be any value&lt;br /&gt;
** container ('container hcite')&lt;br /&gt;
*** A nested hcite element that represents a containing item (like a book for a chapter) ([http://microformats.org/wiki?title=citation-brainstorming#Container discussion and link to mailing list thread])&lt;br /&gt;
** Volume Number ('volume')&lt;br /&gt;
** Edition ('edition')&lt;br /&gt;
** Issue number ('issue')&lt;br /&gt;
** Tags (href rel='tag')&lt;br /&gt;
** Format ('format')&lt;br /&gt;
*** Note - this is unclear at present - does format mean 'type', as in 'book' vs. 'article'? --[[User:Mike|Mike]] 22:53, 16 Jan 2007 (PST)&lt;br /&gt;
** date published ('date-published')  ([http://microformats.org/wiki?title=citation-brainstorming#Date_Fields explanation])&lt;br /&gt;
** date accessed ('date-accessed')  ([http://microformats.org/wiki?title=citation-brainstorming#Date_Fields explanation])&lt;br /&gt;
** publisher&lt;br /&gt;
** language&lt;br /&gt;
** Abstract / description ('description')&lt;br /&gt;
** URI (href class='uri') ([http://microformats.org/wiki?title=citation-brainstorming#The_URI_Element explanation])&lt;br /&gt;
** identifier&lt;br /&gt;
*** an (not necessarily globally unique) identifier, such as a cite-key, pubmed ID number, or simply the reference number or string within a publication ([1] or [CLRS2001])&lt;br /&gt;
&lt;br /&gt;
==== Notes about missing / changed fields in the schema ====&lt;br /&gt;
&lt;br /&gt;
This section lists fields that are intentionally ''not'' included in the straw schema, or are not represented directly, and links to discussion about each.&lt;br /&gt;
&lt;br /&gt;
* date copyrighted ([http://microformats.org/wiki?title=citation-brainstorming#Date_Fields explanation])&lt;br /&gt;
&lt;br /&gt;
=== Examples ===&lt;br /&gt;
&lt;br /&gt;
Markup examples using the above format:&lt;br /&gt;
&lt;br /&gt;
==== Book ====&lt;br /&gt;
&lt;br /&gt;
This is Brian's original example&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;ul class=&amp;quot;bibliography&amp;quot;&amp;gt;&lt;br /&gt;
	&amp;lt;li class=&amp;quot;hcite&amp;quot; xml:lang=&amp;quot;en-gb&amp;quot;&amp;gt;&lt;br /&gt;
	&lt;br /&gt;
		&amp;lt;!-- publisher data as hCard--;&lt;br /&gt;
		&amp;lt;div class=&amp;quot;publisher vcard&amp;quot;&amp;gt;&lt;br /&gt;
			&amp;lt;span class=&amp;quot;fn org&amp;quot;&amp;gt;ABC Publishing Co.&amp;lt;/span&amp;gt;&lt;br /&gt;
			&amp;lt;span class=&amp;quot;country-name&amp;quot;&amp;gt;United Kingdom&amp;lt;/span&amp;gt;&lt;br /&gt;
			...&lt;br /&gt;
		&amp;lt;/div&amp;gt;&lt;br /&gt;
		&lt;br /&gt;
		&amp;lt;!-- author(s) data as hCard --&amp;gt;&lt;br /&gt;
		&amp;lt;div class=&amp;quot;creator vcard&amp;quot;&amp;gt;&lt;br /&gt;
			&amp;lt;span class=&amp;quot;fn n&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;given-name&amp;quot;&amp;gt;John &amp;lt;span class=&amp;quot;family-name&amp;quot;&amp;gt;Doe&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
			...&lt;br /&gt;
		&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
		&amp;lt;!-- location data --&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Foobar!&amp;lt;/span&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;description&amp;quot;&amp;gt;World Class Book about foobar&amp;lt;/span&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;volume&amp;quot;&amp;gt;1&amp;lt;/span&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;issue&amp;quot;&amp;gt;1&amp;lt;/span&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;edition&amp;quot;&amp;gt;1&amp;lt;/span&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;pages&amp;quot;&amp;gt;1-10&amp;lt;/span&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;format&amp;quot;&amp;gt;article&amp;lt;/span&amp;gt;&lt;br /&gt;
		&lt;br /&gt;
		&amp;lt;!-- differed to the UID debate --&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;identifier&amp;quot;&amp;gt;12345678&amp;lt;/span&amp;gt;&lt;br /&gt;
		&lt;br /&gt;
		&amp;lt;!-- keywords --&amp;gt;&lt;br /&gt;
		&amp;lt;a class=&amp;quot;keyword&amp;quot; rel=&amp;quot;tag&amp;quot; href=&amp;quot;/tags/foo&amp;quot;&amp;gt;foo&amp;lt;/a&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;keyword&amp;quot;&amp;gt;bar&amp;lt;/span&amp;gt;&lt;br /&gt;
		&lt;br /&gt;
		&amp;lt;!-- date properties --&amp;gt;&lt;br /&gt;
		Published &amp;lt;abbr class=&amp;quot;dtpublished&amp;quot; title=&amp;quot;20060101&amp;quot;&amp;gt;January 1st 1006&amp;lt;/abbr&amp;gt;&lt;br /&gt;
		Copyright &amp;lt;abbr class=&amp;quot;copyright&amp;quot; title=&amp;quot;20060101&amp;quot;&amp;gt;2006&amp;lt;/abbr&amp;gt;&lt;br /&gt;
	&amp;lt;/li&amp;gt;&lt;br /&gt;
	...&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p class=&amp;quot;hcite&amp;quot;&amp;gt;Have you read ;span class=&amp;quot;title&amp;quot;&amp;gt;&amp;lt;abbr title=&amp;quot;book&amp;quot; class=&amp;quot;format&amp;quot;&amp;gt;Foo Bar&amp;lt;/abbr&amp;gt;&amp;lt;/span&amp;gt;? &lt;br /&gt;
It was written by &amp;lt;span class=&amp;quot;author vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;John Doe&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;. &lt;br /&gt;
It only came out a &amp;lt;abbr class=&amp;quot;dtpublished&amp;quot; title=&amp;quot;20060101&amp;quot;&amp;gt;few months ago&amp;lt;/abbr&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Note: the &amp;quot;format&amp;quot; property above is incorrect. Format would refer more the physical characteristics of an item, rather than its type or genre (e.g. &amp;quot;article&amp;quot;, &amp;quot;book&amp;quot;, etc.). I'd rather have the main class for the li be &amp;quot;article&amp;quot; in this context, than the fairly meaningless &amp;quot;citation.&amp;quot;  Of course, one could have both, which would be fine too. -- bruce&lt;br /&gt;
&lt;br /&gt;
Note: Could we use ROLE from hCard to identify editors, translators, authors, etc?&lt;br /&gt;
This was discussed on the mailing list and the idea was dropped [http://microformats.org/discuss/mail/microformats-discuss/2006-September/005694.html]&lt;br /&gt;
&lt;br /&gt;
'''Comments''' : [[User:Singpolyma|singpolyma]] 08:03, 16 Jun 2006 (PDT) : keywords should be [[rel-tag]], and probably also [[XOXO]] (the same way the citation list is)&lt;br /&gt;
&lt;br /&gt;
[[User:RCanine|RCanine]] 11:55, 18 Dec 2006 (EST) :&lt;br /&gt;
&lt;br /&gt;
* Is there a reason not to re-use &amp;quot;published&amp;quot; from hAtom instead of inventing a new, basically equivalent term in &amp;quot;dtpublished&amp;quot;?&lt;br /&gt;
* Missing a URL/URI/IRI/UID etc. field example (ISBN for Book).&lt;br /&gt;
* Does the &amp;quot;copyright&amp;quot; class conflict with [http://www.whatwg.org/specs/web-apps/current-work/#class WHATWG's definition]?&lt;br /&gt;
* WRT Bruce's comment, I'm currently using class=&amp;quot;article citation&amp;quot; for my writing, as it has the most flexibility with CSS styles for titles (e.g. Book titles .citation&amp;gt;.fn must be italicized, while article titles must not, their container should).&lt;br /&gt;
* Speaking of containers, we need an &amp;quot;in&amp;quot; or &amp;quot;collection&amp;quot; field for journal articles or articles-in-books, or is that covered by &amp;quot;publisher&amp;quot;?&lt;br /&gt;
&lt;br /&gt;
==== Citing Private Communication ====&lt;br /&gt;
&lt;br /&gt;
Needs an example.&lt;br /&gt;
&lt;br /&gt;
==== Citing Legal Cases ====&lt;br /&gt;
Needs an example. &lt;br /&gt;
see [http://microformats.org/wiki/citation-examples-markup#Wikipedia_Court_Case Wikipedia example] for inspiration.&lt;br /&gt;
&lt;br /&gt;
==== Citing a Book ====&lt;br /&gt;
&lt;br /&gt;
needs an example&lt;br /&gt;
&lt;br /&gt;
==== Citing a journal article ====&lt;br /&gt;
&lt;br /&gt;
needs an example &lt;br /&gt;
&lt;br /&gt;
==== Citing a magazine article ====&lt;br /&gt;
&lt;br /&gt;
needs an example&lt;br /&gt;
&lt;br /&gt;
==== Citing a Patent ====&lt;br /&gt;
&lt;br /&gt;
Drawn from this [http://microformats.org/wiki/citation-examples#U.S._Patent example from Wikipedia]:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;li class=&amp;quot;hcite&amp;quot;&amp;gt;&amp;lt;a href=&amp;quot;http://patft.uspto.gov/netacgi/nph-Parser?patentnumber=4,405,829&amp;quot; class=&amp;quot;url&amp;quot; &lt;br /&gt;
    title=&amp;quot;http://patft.uspto.gov/netacgi/nph-Parser?patentnumber=4,405,829&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;format&amp;quot;&amp;gt;U.S. Patent&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;identifier&amp;quot;&amp;gt;4,405,829&amp;lt;/span&amp;gt;&amp;lt;/a&amp;gt;:&lt;br /&gt;
    &amp;lt;span class=&amp;quot;description&amp;quot;&amp;gt;The &amp;lt;a href=&amp;quot;/wiki/RSA&amp;quot; title=&amp;quot;RSA&amp;quot;&amp;gt;RSA&amp;lt;/a&amp;gt; patent, a famous software patent on the ground-breaking &lt;br /&gt;
    and highly unobvious algorithm for public key encryption, widely used for secure communications &lt;br /&gt;
    in many industries nowdays&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Citing a conference publication====&lt;br /&gt;
&lt;br /&gt;
Based on the [http://microformats.org/wiki/citation-examples#ACM_Digital_Library_Search_Result_Examples conference publication reference example].&lt;br /&gt;
&lt;br /&gt;
Changed Oct 06 to conform with [http://microformats.org/wiki/citation-brainstorming#Brian.27s_Straw_format Brian's format]. --[[User:Mike|Mike]] 18:09, 12 Oct 2006 (PDT)&lt;br /&gt;
(everything but the url class should be in line with that proposal)&lt;br /&gt;
&lt;br /&gt;
L. Hochstein, J. Carver, F. Shull, S. Asgari, V. Basili, J. K. Hollingsworth, and M. Zelkowitz, “Hpc programmer productivity: A case study of novice hpc programmers,” in Proceedings of ACM/IEEE Supercomputing Conference, 2005.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;cite class=&amp;quot;hcite&amp;quot;&amp;gt;&lt;br /&gt;
	&amp;lt;span class=&amp;quot;creator vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Lorin Hochstein&amp;lt;/span&amp;gt;&amp;lt;span class=&amp;quot;org&amp;quot;&amp;gt; University of Maryland, College Park &amp;lt;/span&amp;gt;&amp;lt;span&amp;gt;,&lt;br /&gt;
	&amp;lt;span class=&amp;quot;creator vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt; Jeff Carver &amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;org&amp;quot;&amp;gt; Mississippi State University &amp;lt;/span&amp;gt; &amp;lt;span&amp;gt;,&lt;br /&gt;
	&amp;lt;span class=&amp;quot;creator vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt; Forrest Shull &amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;org&amp;quot;&amp;gt; Fraunhofer Center Maryland &amp;lt;/span&amp;gt; &amp;lt;span&amp;gt;,&lt;br /&gt;
	&amp;lt;span class=&amp;quot;creator vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt; Sima Asgari&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;org&amp;quot;&amp;gt; University of Maryland, College Park &amp;lt;/span&amp;gt; &amp;lt;span&amp;gt;,&lt;br /&gt;
	&amp;lt;span class=&amp;quot;creator vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt; Victor Basili&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;org&amp;quot;&amp;gt; Fraunhofer Center Maryland &amp;lt;/span&amp;gt; &amp;lt;span&amp;gt;,&lt;br /&gt;
	&amp;lt;span class=&amp;quot;creator vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt; Jeffrey K. Hollingsworth&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;org&amp;quot;&amp;gt; University of Maryland, College Park &amp;lt;/span&amp;gt; &amp;lt;span&amp;gt;, and &lt;br /&gt;
	&amp;lt;span class=&amp;quot;creator vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt; Marv Zelkowitz&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;org&amp;quot;&amp;gt; University of Maryland, College Park &amp;lt;/span&amp;gt; &amp;lt;span&amp;gt;,&lt;br /&gt;
	&amp;lt;a class=&amp;quot;fn url&amp;quot; href=&amp;quot;http://dx.doi.org/10.1109/SC.2005.53&amp;quot;&amp;gt;HPC Programmer Productivity: A Case Study of Novice HPC Programmers&amp;lt;/a&amp;gt;. &lt;br /&gt;
        (&amp;lt;span class=&amp;quot;format&amp;quot;&amp;gt;conference publication&amp;lt;/span&amp;gt;)&lt;br /&gt;
	&amp;lt;cite class=&amp;quot;container hcite&amp;quot;&amp;gt;&lt;br /&gt;
	&amp;lt;a class=&amp;quot;fn url&amp;quot; href=&amp;quot;...&amp;quot;&amp;gt;Proceedings of ACM/IEEE Supercomputing Conference&amp;lt;/a&amp;gt;&lt;br /&gt;
	&amp;lt;abbr class=&amp;quot;dtpublished&amp;quot; title=&amp;quot;20051126T0000-0800&amp;quot;&amp;gt;2005&amp;lt;/abbr&amp;gt;&lt;br /&gt;
	&amp;lt;/cite&amp;gt;&lt;br /&gt;
	page &amp;lt;span class=&amp;quot;pages&amp;quot;&amp;gt;35&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;publisher vcard&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;span class=&amp;quot; fn&amp;quot;&amp;gt;IEEE Computer Society&lt;br /&gt;
   &amp;lt;/span&amp;gt;&lt;br /&gt;
    &amp;lt;div class=&amp;quot;adr&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;Washington&amp;lt;/span&amp;gt;,&lt;br /&gt;
      &amp;lt;span class=&amp;quot;region&amp;quot;&amp;gt;DC&amp;lt;/span&amp;gt;&lt;br /&gt;
    &amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;a class=&amp;quot;url instantiation&amp;quot; href=&amp;quot;http://portal.acm.org/ft_gateway.cfm?id=1105800&amp;amp;type=pdf&amp;amp;coll=portal&amp;amp;dl=ACM&amp;amp;CFID=68330711&amp;amp;CFTOKEN=39187329&amp;quot;&amp;gt;PDF of full text from ACM&amp;lt;/a&amp;gt;&lt;br /&gt;
&lt;br /&gt;
	DOI: &amp;lt;a class=&amp;quot;url uid&amp;quot; href=&amp;quot;http://dx.doi.org/10.1109/SC.2005.53&amp;quot;&amp;gt;10.1109/SC.2005.53&amp;lt;/a&amp;gt;&lt;br /&gt;
        Tags: &lt;br /&gt;
    &amp;lt;a class=&amp;quot;keyword&amp;quot; rel=&amp;quot;tag&amp;quot; href=&amp;quot;results.cfm?query=genterm%3A%22Design%22 ...&amp;quot;&amp;gt;&lt;br /&gt;
							Design&amp;lt;/a&amp;gt;,&lt;br /&gt;
     &amp;lt;a class=&amp;quot;keyword&amp;quot; rel=&amp;quot;tag&amp;quot; href=&amp;quot;results.cfm?query=genterm%3A%22Experimentation%22 ....&amp;quot;&amp;gt;&lt;br /&gt;
							 Experimentation&amp;lt;/a&amp;gt;,&lt;br /&gt;
     &amp;lt;a class=&amp;quot;keyword&amp;quot; rel=&amp;quot;tag&amp;quot; href=&amp;quot;results.cfm?query=genterm%3A%22Measurement%22...&amp;quot;&amp;gt;&lt;br /&gt;
							 Measurement&amp;lt;/a&amp;gt;,&lt;br /&gt;
     &amp;lt;a class=&amp;quot;keyword&amp;quot; rel=&amp;quot;tag&amp;quot; href=&amp;quot;results.cfm?query=genterm%3A%22Performance%22 ...&amp;quot;&amp;gt;&lt;br /&gt;
							 Performance&amp;lt;/a&amp;gt;&lt;br /&gt;
&lt;br /&gt;
	&amp;lt;blockquote class=&amp;quot;description&amp;quot;&amp;gt;In developing High-Performance Computing (HPC) software, time to solution is an important metric. This metric is comprised of two main components: the human effort required developing the software, plus the amount of machine time required to execute it. To date, little empirical work has been done to study the first component: the human effort required and the effects of approaches and practices that may be used to reduce it. In this paper, we describe a series of studies that address this problem. We instrumented the development process used in multiple HPC classroom environments. We analyzed data within and across such studies, varying factors such as the parallel programming model used and the application being developed, to understand their impact on the development process.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
  &amp;lt;/cite&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Note''' (From [[Discoleo]], Sept. 06)&lt;br /&gt;
* sometimes, the citation must include '''Town/Country''' and '''Precise Date/Date Range''', e.g.&lt;br /&gt;
** ''Gillespie SH, Dickens A.'' Variation in mutation rate of quinolone resistance in Streptococcus pneumoniae [abstract P06-17A]. In: Abstracts of the 3rd International Symposium on Pneumococci and Pneumococcal Disease (Anchorage, 5-9 May 2002).Washington, DC: American Society of Microbiology, 2002.&lt;br /&gt;
** ''Bassetti, M.; Righi, E.; Rebesco, B.; Molinari, MP.; Costa, A.; Fasce, R.; Cruciani, M.; Bassetti, D.; Bobbio Pallavicini, F.'' 44th Annual Interscience Conference on Antimicrobial Agents and Chemotherapy (ICAAC). Washington, DC; 2004. Epidemiological trends in nosocomial candidemia in ICU: A five-year Italian perspective.&lt;br /&gt;
** ''Peacock JE, Wade JC, Lazarus HM, et al.'' Ciprofloxacin/piperacillin vs. tobramycin/piperacillin as empiric therapy for fever in neutropenic cancer patients, a randomized, double-blind trial [abstract 373]. In: Program and abstracts of the 37th Interscience Conference on Antimicrob Agents and Chemotherapy (Toronto). Washington, DC: American Society for Microbiology, 1997.&lt;br /&gt;
&lt;br /&gt;
==== Citing an external website ====&lt;br /&gt;
&lt;br /&gt;
This is based on a formal citation of a website in the references section of a research paper, but could also be used for in-line links that had added information. Here's the original:&lt;br /&gt;
&lt;br /&gt;
[25] David Stern, &amp;quot;eprint Moderator Model&amp;quot;, http://www.library.yale.edu/scilib/modmodexplain.html  (version dated Jan 25, 1999)&lt;br /&gt;
 &lt;br /&gt;
 &amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;cite class=&amp;quot;hcite&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;a class=&amp;quot;fn url&amp;quot; href=&amp;quot;http://www.library.yale.edu/scilib/modmodexplain.html&amp;quot;&amp;gt;eprint Moderator Model&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;author vcard&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;a href=&amp;quot;http://pantheon.yale.edu/~dstern/dsbio.html&amp;quot; class=&amp;quot;url fn&amp;quot;&amp;gt;David Stern&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;/span&amp;gt;  &lt;br /&gt;
&amp;lt;abbr class=&amp;quot;dtpublished&amp;quot; title=&amp;quot;19990125T0000-0500&amp;quot;&amp;gt;&lt;br /&gt;
    Jan 25, 1999&lt;br /&gt;
  &amp;lt;/abbr&amp;gt;&lt;br /&gt;
&amp;lt;/cite&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Discussion of Straw Format elements ===&lt;br /&gt;
&lt;br /&gt;
This section is to provide explanations for posterity about the elements of the straw format, linking to discussions on the list and elsewhere if possible.&lt;br /&gt;
&lt;br /&gt;
==== 'hcite' as Root Element name ====&lt;br /&gt;
&lt;br /&gt;
This discussion took place in January of 2007, with [http://microformats.org/discuss/mail/microformats-discuss/2007-January/008098.html voting occurring on the mailing list].&lt;br /&gt;
&lt;br /&gt;
It was decided to use 'hcite' as the root element's class-name for uniqueness and to reflect a trend in using 'h' to start microformat names.&lt;br /&gt;
&lt;br /&gt;
==== The URI Element ====&lt;br /&gt;
&lt;br /&gt;
It was decided to use URI for both http links to available copies or URNs.&lt;br /&gt;
This encompasses URLs that link directly to online copies as well as through resolvers using URIs such as urn:isbn: 0521890012&lt;br /&gt;
&lt;br /&gt;
See the discussion from [http://microformats.org/discuss/mail/microformats-discuss/2006-November/007390.html November] and [http://microformats.org/discuss/mail/microformats-discuss/2006-December/007403.html December].&lt;br /&gt;
&lt;br /&gt;
==== Date Fields ====&lt;br /&gt;
&lt;br /&gt;
Brian's original straw format had three date fields, &amp;quot;accessed&amp;quot;, &amp;quot;copyrighted&amp;quot;, and &amp;quot;published&amp;quot;.&lt;br /&gt;
After examining the examples of usage on the web, it was clear that 'copyrighted' was not used in the examples we have.&lt;br /&gt;
It was used once, but without a corresponding 'published' field (OCLC WorldCat), and it seems in that case to be used as &lt;br /&gt;
an equivalent to 'published'.&lt;br /&gt;
&lt;br /&gt;
I updated the straw citation to include only 'accessed' and 'published' on January 31. --[[User:Mike|Mike]] 00:26, 31 Jan 2007 (PST)&lt;br /&gt;
&lt;br /&gt;
I've mentioned more than once that &amp;quot;date-published&amp;quot; is misleadingly specific; too much for real world citations. Consider that many books are published in the year preceding their copyright date, which is in fact the date used for citation. I'd prefer just &amp;quot;date&amp;quot; and &amp;quot;date-accessed&amp;quot; as a first cut. --[[User:BDarcus|Bruce]] 3 Feb 2007&lt;br /&gt;
&lt;br /&gt;
See the discussion from the [http://microformats.org/discuss/mail/microformats-discuss/2007-January/008175.html 'dates' thread on the list].&lt;br /&gt;
&lt;br /&gt;
==== Container ====&lt;br /&gt;
&lt;br /&gt;
Discussion about how to represent containing relationships is on the thread [http://microformats.org/discuss/mail/microformats-discuss/2007-March/thread.html 'nesting container elements']&lt;br /&gt;
&lt;br /&gt;
== Old straw format discussion ==&lt;br /&gt;
&lt;br /&gt;
Saved here so that I'm not just deleting people's comments.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Mike straw format suggestion (Deprecated) ===&lt;br /&gt;
&lt;br /&gt;
In the interests of starting debate and having something concrete to fix, I suggest the following structure for a format. It is probably very incomplete and I claim no microformat expertise. I'm just trying to follow existing patterns. Comments and ridicule are both solicited. -Mike&lt;br /&gt;
&lt;br /&gt;
'''NOTE:''' This format is here for historical reference. Because it was not based on existing examples, I've deprecated it and contributed examples to Brian's format. If you feel that any missing elements in here should be in the final format, find examples for them and contribute to Brian's schema. Thanks! --[[User:Mike|Mike]] 18:22, 12 Oct 2006 (PDT)&lt;br /&gt;
&lt;br /&gt;
==== In General ====&lt;br /&gt;
&lt;br /&gt;
The ''citation'' format is based on a set of fields common to many bibliographic data formats, which are often implied by standard citation display styles but not explicitly marked up in practice on the web.&lt;br /&gt;
&lt;br /&gt;
==== Schema ====&lt;br /&gt;
&lt;br /&gt;
The citation schema consists of the following:&lt;br /&gt;
&lt;br /&gt;
* cite &lt;br /&gt;
** title: required, text (class = fn)&lt;br /&gt;
** subtitle: optional, text&lt;br /&gt;
** authors: optional, use hCard&lt;br /&gt;
** publication date: optional&lt;br /&gt;
** link(s) to instantiations, optional, url or use rel-enclosure? (class=url)&lt;br /&gt;
** UID, optional (for ISBN, DOI - use existing uid class) | permalink&lt;br /&gt;
** series (aka volume/issuenum) , optional (''not as sure how to handle these - suggestions?'')&lt;br /&gt;
** pages: startpage &amp;amp; endpage, optional, text&lt;br /&gt;
** venue, optional (hCard)&lt;br /&gt;
** publisher, optional (hCard)&lt;br /&gt;
** container: optional (nested hCite)&lt;br /&gt;
** abstract, optional (blockquote + class=&amp;quot;abstract&amp;quot; ?)&lt;br /&gt;
** notes, optional (blockquote + class=&amp;quot;notes&amp;quot; ?)&lt;br /&gt;
** keywords, optional (rel-tag)&lt;br /&gt;
** image, optional (for inclusion inline, unlike the url)&lt;br /&gt;
** copyright, optional (rel-license)&lt;br /&gt;
** ''what else am I missing?''&lt;br /&gt;
*** language, optional&lt;br /&gt;
&lt;br /&gt;
''Looks good, but I question the use of hCard for names. Due to ambiguity issues, requring hCard would lead to extra markup in order to apply just a name, hence [http://microformats.org/discuss/mail/microformats-discuss/2006-March/003487.html the need for a root element]. We should extract the N optimization of hCard like we did with adr, in order to ease this problem.'' --[[User:RCanine|Ryan Cannon]]&lt;br /&gt;
&lt;br /&gt;
Perhaps a Retrieved Date or Access Date would be appropriate for citing online resources. For example at http://www.crlt.umich.edu/publinks/facment_biblio.html &lt;br /&gt;
you see citations like this&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
Chief Academic Officers of the Big 12 Universities (2000). Big 12 Faculty Fellowship Program. Retrieved December 20, 2000 from the World Wide Web: http://www.k-state.edu/provost/academic/big12/big12guide.htm.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
--[[User:JoeAndrieu|Joe Andrieu]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Discussion about citing legal cases ====&lt;br /&gt;
&lt;br /&gt;
Here's some info I found about citing law:&lt;br /&gt;
&lt;br /&gt;
I'm not a lawyer, so I'm relying on the published [http://www.legalbluebook.com &amp;quot;blue book&amp;quot; standard], at least the only part of it I can get without paying $25. I'd be happy to hear improvements from experts in the field - how do lawyers mark up references to case law in HTML now?&lt;br /&gt;
&lt;br /&gt;
From groklaw.net and eff.org, I find mostly just links to PDFs with the name of the case as the link text. Or just this, from EFF:&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;h1&amp;gt;The Betamax Case&amp;lt;/h1&amp;gt;&lt;br /&gt;
&amp;lt;h2&amp;gt;Sony Corp. of America v. Universal City Studios, 464 U.S. 417 (1984)&amp;lt;/h2&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
From an example at the sample bluepages: http://www.legalbluebook.com/pdfs/bluepages.pdf&lt;br /&gt;
5 basic components:&lt;br /&gt;
*1 name of the case (citation title)&lt;br /&gt;
*2 published source in which case may be found (citation containing publication?)&lt;br /&gt;
*3 a parenthetical indicating the court and year of decision (citation venue?)&lt;br /&gt;
*4 other parenthetical information, if any (citation notes?)&lt;br /&gt;
*5 subsequent history of the case, if any (citation notes?)&lt;br /&gt;
&lt;br /&gt;
Here's two examples from the bluebook. Note that there are very strict rules about abbreviations in that source!&lt;br /&gt;
&lt;br /&gt;
Holland v. Donnelly, 216 F. Supp. 2d 227, 230 (S.D.N.Y. 2002), aff'd, 324 F.3d 99 (2d Cir. 2003).&lt;br /&gt;
&lt;br /&gt;
Green v. Georgia, 442 U.S. 95, 97 (1979) (per curiam) (holding that exclusion of relevant evidence at sentencing hearing constitutes denial of due process).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Examples in the wild ==&lt;br /&gt;
Pages which start to use the discussion above to create working examples in using hcite:&lt;br /&gt;
(This section could be used as a base for a page like &amp;quot;hcite-examples-in-wild&amp;quot; later).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Please add new examples to the top of this section.&lt;br /&gt;
* [http://www.demo.vorlagen.uni-erlangen.de/univis/mitarbeiter.shtml/georg-hager.shtml Example User Page] at the regional computer lab Erlangen, Germany, based on the universal information system UnivIS marked up with vcard, hcalender (optional, if user makes a lecture) and hcite.&lt;br /&gt;
&lt;br /&gt;
== discussions ==&lt;br /&gt;
* [[citation-irc-notes-2006-04-09]]&lt;/div&gt;</summary>
		<author><name>Mike</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=citation-brainstorming&amp;diff=15034</id>
		<title>citation-brainstorming</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=citation-brainstorming&amp;diff=15034"/>
		<updated>2007-03-29T19:45:04Z</updated>

		<summary type="html">&lt;p&gt;Mike: /* Working straw schema */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h1&amp;gt; Citation Brainstorming &amp;lt;/h1&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* [[citation]]&lt;br /&gt;
* [[citation-examples]]&lt;br /&gt;
* [[citation-formats]]&lt;br /&gt;
* [[citation-faq]]&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
== Contributors ==&lt;br /&gt;
&lt;br /&gt;
* ...&lt;br /&gt;
* ... (a bunch of good folks!)&lt;br /&gt;
* Tantek Çelik&lt;br /&gt;
* Tim White&lt;br /&gt;
* Michael McCracken&lt;br /&gt;
* Brian Suda&lt;br /&gt;
* [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
&lt;br /&gt;
== Use Cases ==&lt;br /&gt;
&lt;br /&gt;
To focus the discussion, please add use cases below that will help show what problems the citation microformat will be solving.&lt;br /&gt;
&lt;br /&gt;
I've included two, focusing on consuming information - I've assumed that use cases for generating microformatted content would just involve the desire to enable your content to be consumed better, but I'm interested to see if there's something I'm missing here -Mike&lt;br /&gt;
&lt;br /&gt;
=== Acquiring reference information from the web ===&lt;br /&gt;
&lt;br /&gt;
A user either finds an author's papers page, or is viewing the results of a search and would like to import the information about the displayed papers into their local reference database, for the purposes of cataloging things they've read, adding notes, and using the information to generate later citations, potentially in other forms, such as BibTeX or Docbook, for inclusion in a publication of their own.&lt;br /&gt;
&lt;br /&gt;
Notes: In this case, it isn't important to the user what format the citation takes as displayed on the page where they find it. What *is* important is that it contains enough information to allow generation of the format they will ultimately re-publish it in. This implies that it may be worthwhile to err a little on the side of verbosity.&lt;br /&gt;
&lt;br /&gt;
Also, links to downloadable full representations of the cited work are very important - e.g. a link to the PDF of a journal article, or to a music file.&lt;br /&gt;
&lt;br /&gt;
=== Subscribing to reading lists, periodicals, etc ===&lt;br /&gt;
&lt;br /&gt;
I would like to be able to leverage my news aggregator with hAtom to subscribe to a remote source for citation information, for example:&lt;br /&gt;
&lt;br /&gt;
* a reading list for a seminar&lt;br /&gt;
* The publication list for a conference (e.g., subscribe to SIGGRAPH and see the updated conference proceedings every year)&lt;br /&gt;
* the issues of a journal&lt;br /&gt;
* a particular research group or researcher's publications&lt;br /&gt;
* Not just research: a popular author's publications (e.g., [http://www.gladwell.com/archive.html Malcolm Gladwell's Archive])&lt;br /&gt;
&lt;br /&gt;
=== Aggregating reading lists and reviews ===&lt;br /&gt;
&lt;br /&gt;
A citation microformat-specific aggregator could provide a decentralized version of [http://citeulike.org/ CiteULike]. Libraries, authors, research groups, and publishers could mark up their collections, while other people on weblogs or review sites could add tags and reviews.&lt;br /&gt;
&lt;br /&gt;
At least, having a well-adopted microformat would make writing tools like CiteULike much better, since it relies in some cases on screen-scraping publisher web-sites.&lt;br /&gt;
&lt;br /&gt;
=== Cut &amp;amp; Paste from web pages ===&lt;br /&gt;
Capturing/copying HTML from web pages for use in other applications (especially when those apps present HTML as output), such as pasting into Word, or a specialized application like [http://www.google.com/notebook Google Notebook], [http://onfolio.com Onfolio] or [http://www.kaboodle.com Kaboodle].  When such captures are made, it makes sense to keep track of the full citation data, including the date it was accessed, which may or may not be the date it was published. &lt;br /&gt;
&lt;br /&gt;
=== Blogs quoting other resources, including blogs ===&lt;br /&gt;
Any blog that cites online content, whether a blog or news article, could use an hCitation to properly link to the cited reference. Such citations could include the access date when the blogger made the citation, because resources on the other side of those links can change without notice. &lt;br /&gt;
&lt;br /&gt;
Instead, today we have simple formating with a link to the permaURL. The citation data is completely lacking. See [http://doc.weblogs.com Doc Searl's blog] for a style of referencing that could benefit from proper a citation uF.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Fascinating... after I added the last two use cases, I realized they focus on potentially marginal cases. The first because it is missing the &amp;quot;output&amp;quot; part of the cut &amp;amp; paste, where the uF would actually be used as part of the paste.  The latter because bloggers have a working citation mechanism that is just a link to the URL (hopefully a permaURL). One could argue they wouldn't want a full hCitation. And in fact, until a tool exists that makes it easy, they probably won't.  However, a tool that cuts &amp;amp; pastes from anywhere on the web into a blog with a full citation seems like a nice tool.  But again, I'm not really paving the cowpaths with these ideas. -Joe Andrieu&lt;br /&gt;
&lt;br /&gt;
===Finding in Library===&lt;br /&gt;
Find a copy of the cited work in a nearby library (as with [http://ocoins.info/ OpenCOinS]). [[User:AndyMabbett|AndyMabbett]] 04:55, 4 Nov 2006 (PST)&lt;br /&gt;
&lt;br /&gt;
===Buy a copy===&lt;br /&gt;
Find the cited work on, for example, Amazon or [http://www.abebooks.com/ ABE]; or subscribe to a journal via its own website. [[User:AndyMabbett|AndyMabbett]] 04:55, 4 Nov 2006 (PST)&lt;br /&gt;
&lt;br /&gt;
===Find reviews===&lt;br /&gt;
Find third-party reviews of the cited work. [[User:AndyMabbett|AndyMabbett]] 04:55, 4 Nov 2006 (PST)&lt;br /&gt;
&lt;br /&gt;
===Give citation data for the page being visited===&lt;br /&gt;
&lt;br /&gt;
Adding a class of, say, &amp;quot;self&amp;quot; to an attribute of the proposed strawman would allow users (or user agents) to extract the data required to cite the page being visited, when referring to it elsewhere. There would be the added advantage of allowing the citation to be ignored by any parser which might be building a &amp;quot;tree&amp;quot; of citations, and preventing the setting up of an infinite loop. &lt;br /&gt;
&lt;br /&gt;
For evidence of published &amp;quot;self citation&amp;quot; data (albeit on a secondary page) see the &amp;quot;cite this article&amp;quot; link on any Wikipedia entry, e.g. [http://en.wikipedia.org/w/index.php?title=Special:Cite&amp;amp;page=West_Midland_Bird_Club&amp;amp;id=115894372] from [http://en.wikipedia.org/wiki/West_Midland_Bird_Club].&lt;br /&gt;
&lt;br /&gt;
See also [http://en.wikipedia.org/wiki/Wikipedia_talk:Citing_Wikipedia#Citation_data_should_be_on_the_page_concerned Proposal to include on-page citation data in Wikipedia]&lt;br /&gt;
&lt;br /&gt;
:[[User:AndyMabbett|Andy Mabbett]] 13:47, 20 Mar 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
* (from a mailing list): &lt;br /&gt;
:&amp;lt;blockquote&amp;gt;if you want to cite a [biomedical journal] journal article on Wikipedia [...] you can export a correctly-formatted citation for Wikipedia from HubMed using unAPI... http://hublog.hubmed.org/archives/001408.html&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*[http://www.zotero.org/ Zotero], a Firefox extension to help collect, manage, and cite research sources. &lt;br /&gt;
:[[User:AndyMabbett|Andy Mabbett]] 09:13, 21 Mar 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
== Original hBib Discussion ==&lt;br /&gt;
&lt;br /&gt;
During the WWW2005 Developer's Day [[microformats]] track, Rohit Khare gave a [[presentations|presentation]] where he discussed the microformats [[process]], and then did  a quick demonstration wherein a bunch of us got on a shared Subethaedit document, and brainstormed some thoughts on what an &amp;quot;hBib&amp;quot; bibliography citation microformat would look like.  Rohit placed the [http://cnlabs.commerce.net/~rohit/hBib%20Discussion.html document on his Commercenet site].&lt;br /&gt;
&lt;br /&gt;
* http://cnlabs.commerce.net/~rohit/hBib%20Discussion.html&lt;br /&gt;
&lt;br /&gt;
''An attempt to summarize and inline the linked document follows. -Mike''&lt;br /&gt;
&lt;br /&gt;
Two major goals were outlined by the group:&lt;br /&gt;
&lt;br /&gt;
* Avoid re-keying references&lt;br /&gt;
* Adapt to new journal styles by changing CSS&lt;br /&gt;
 &lt;br /&gt;
The fundamental problem was discussed in terms of display - the ability to transform XHTML+hBib into the many journal-specific formats. For example, how to display &amp;quot;et.al&amp;quot; when all authors are present in the source, and how to re-order the elements if a style defines a set order of elements that conflicts with the ordering in the source. Using hCard for authors was agreed on, and the beginnings of an example were shown.&lt;br /&gt;
&lt;br /&gt;
== XHTML Structure ==&lt;br /&gt;
With my exprience working X2V and hCa* has taught me what elememts are easy to find and which are not. Since the Citation microformat is very new it is possible to not make a lot of the same errors twice and to make things easier for extracting application to find and imply certain properties.&lt;br /&gt;
&lt;br /&gt;
* There should be some sort of 'root node' that implies all child elements are for the hCitation microformat.&lt;br /&gt;
* Since most people will have multiple citations there should be away to represent each hCitation object as a unqiue block independent of another. This is to keep the parse from finding 'author' and applying that to all citations. Each citation should be in a container (class=&amp;quot;hcite&amp;quot;) that is separated from others.&lt;br /&gt;
* Perhaps class=&amp;quot;hcite&amp;quot; with &amp;lt;code&amp;gt;&amp;amp;lt;cite&amp;amp;gt;&amp;lt;/code&amp;gt; recommended as the root element. E.g. &amp;lt;code&amp;gt;&amp;amp;lt;cite class=&amp;quot;hcite&amp;quot;&amp;amp;gt;&amp;lt;/code&amp;gt; &lt;br /&gt;
&lt;br /&gt;
'''Note: This section was the original content of the document. Since then, class='hcite' has been agreed on as the root class name. See  [http://microformats.org/wiki?title=citation-brainstorming#.27hcite.27_as_Root_Element_name explanation].'''&lt;br /&gt;
&lt;br /&gt;
== Citation vs. [[media-info]] ==&lt;br /&gt;
&lt;br /&gt;
What distinguishes a cite from say [[media-info]] (e.g. [[media-info-examples]]) is that a cite is a reference to something explicitly external to the current piece of content or document, whereas [[media-info]] describes information about content embedded or inline in the current document.&lt;br /&gt;
&lt;br /&gt;
== Semantic Meaning ==&lt;br /&gt;
One of the guiding priniciple of Microformats is to use the most semantically rich element to describe each node (Point 2 of Semantic XHTML Design Principles: Use the most accurately precise semantic XHTML building block for each object etc). Since we are dealing with HTML and citations, several elements are candidates to be used to enrich the semantic meaning. [http://www.w3.org/TR/REC-html40/struct/text.html CITE, BLOCKQUOTE, Q, A], (are there more?)&lt;br /&gt;
&lt;br /&gt;
The [[citation-brainstorming|Citation Brainstorming Page]] has a few development and ideas about how to give another person credit for a link. Some of the semantic ideas behind their choices of tags can be applied to a full bibliographic type reference. ''Does this sentence make sense only historically? -Mike''&lt;br /&gt;
&lt;br /&gt;
== OCLC's WorldCat for titles == &lt;br /&gt;
Question: what about using something like OCLC's [http://www.oclc.org/worldcat/open/isbnissnlinking/default.htm WorldCat] for linking titles? - Tim White&lt;br /&gt;
&lt;br /&gt;
== This and That ==&lt;br /&gt;
After reading through alot of different citation encoding formats, i noticed that each format was being used in onw of two ways. It was either to describe the Current page (THIS.PAGE) or being used to encode references that point to external resources (THAT.PAGE)&lt;br /&gt;
&lt;br /&gt;
The informatation being encoded was identical for both resources (author, date, name, etc) they just reference different things. For this microformat, i'm not sure if we want to try to solve both problems, or just one? The meta tags in the head element would be the ideal place for information about the THIS.PAGE, but that is not in following with the ideals of microformats where information is human-readable. The THAT.PAGE idea where a list of references is at the end of a document in the form of a bibliography is more inline with the ideals of a microformat where the data is human-readable. That doesn't mean that data about the current document shouldn't be human-readable, so some of the same properties used to reference extermal resources can be used for the current document (THIS.PAGE). To do this a different root item could be used and transforming applications could either extract the citation data about the current page, or information about this page's references.&lt;br /&gt;
&lt;br /&gt;
This is open for discussion, but either way, i believe that the properties used to describe a page will be the same for both THIS and THAT. [http://suda.co.uk/ brian suda]&lt;br /&gt;
&lt;br /&gt;
== More on This and That ==&lt;br /&gt;
&lt;br /&gt;
Citation microformats are being explored as a possibility for citing genealogical information at [http://eatslikeahuman.blogspot.com Dan Lawyer's blog].&lt;br /&gt;
&lt;br /&gt;
This is a case where frequently the citation would refer to (THIS.PAGE), but would have nested within it a reference to (THAT.PAGE), possibly a few levels deep. For instance, a web page might contain data extracted from a microfilm of a census. The citation would need to include information about the web page, information about the microfilm, and information about the census. Genealogical citations are expected to include the repository (where can this book or microfilm be found. Is this the same as ''venue''?). So, at each level the information should contain the repository of the referenced item. A nesting (recursive) mechanism for citation microformats would be useful in this case. Is this the function of the &amp;quot;container&amp;quot; element in the Straw Format?&lt;br /&gt;
&lt;br /&gt;
== Date Formatting ==&lt;br /&gt;
Since microformats are all about re-use and the accepted way to encode Date-Time has been pretty much settled, then this is a good place to start when dealing with all the different date citation types. &lt;br /&gt;
&lt;br /&gt;
These are all the different fields from various citation formats that are of temporal nature:&lt;br /&gt;
 * Date (available | created | dateAccepted | dateCopyrighted | dateSubmitted | issued | modified | valid)&lt;br /&gt;
 * originInfo/dateIssued&lt;br /&gt;
 * originInfo/dateCreated&lt;br /&gt;
 * originInfo/dateCaptured&lt;br /&gt;
 * originInfo/dateOther&lt;br /&gt;
 * month&lt;br /&gt;
 * year&lt;br /&gt;
 * Copyright Year&lt;br /&gt;
 * Date - Generic&lt;br /&gt;
 * Date of Confernce&lt;br /&gt;
 * Date of Publication&lt;br /&gt;
 * Date of update/revisou/issuance of database record&lt;br /&gt;
 * Former Date&lt;br /&gt;
 * Entry Date for Database Record&lt;br /&gt;
 * Database Update&lt;br /&gt;
 * Year of Publication&lt;br /&gt;
&lt;br /&gt;
There are several common properties across several citation domains and will certainly be in the citation microformat, the unique instances will need further consideration, otherwise there could be no end to posiblities. &lt;br /&gt;
&lt;br /&gt;
There are also several properties (year, month, Year of publication) that can be extracted from another source. Therefore, if you only encode a more specific property such as; Date of Publication, you can extract the 'year of publication' from that. Since the date-time format we are modeling after is the ISO date-time format, just the Year portion is an acceptable date. So if you ONLY know the year of publication, the you can form a valid 'Date of Publication' as a microformat (which inturn is a valid 'year of publication') - you milage may vary when it comes to importing into citation applications.&lt;br /&gt;
&lt;br /&gt;
...&lt;br /&gt;
&lt;br /&gt;
It seems to me that these can be collapsed to maybe one or two different date properties.  As far as the specific human readable formatting of the date, that can be chosen per whatever the presentation style guide says, and the [[datetime-design-pattern]] used to simplify the markup. - Tantek&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Important'''&lt;br /&gt;
Sometimes we need a date range and not simply a date (e.g. 4-6 May 2006). See ''Conference Citation'' examples later on this page. - Discoleo&lt;br /&gt;
&lt;br /&gt;
'''Seasons'''&lt;br /&gt;
Some journals have seasonal issues (e.g. &amp;quot;Summer 2006 edition&amp;quot;) instead of, or as well as, editions labelled by month or other calendar-date. [[User:AndyMabbett|AndyMabbett]] 05:05, 4 Nov 2006 (PST)&lt;br /&gt;
&lt;br /&gt;
== Tags ==&lt;br /&gt;
Some of the citation formats has a place for 'keywords' or 'generic tags', etc. This might be a good place to re-use the [http://microformats.org/wiki/rel-tag RelTag microformat]. The downside would be that they are then forced to be links, which might be the correct way to mark-up these terms.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== MARC / MODS / Dublin Core ==&lt;br /&gt;
&lt;br /&gt;
The MODS ([http://www.loc.gov/standards/marcxml/Sandburg/sandburgmods.xml example]) and Dublin Core ([http://www.loc.gov/standards/marcxml/Sandburg/sandburgdc.xml example]) transformations of MARC21 may contain some useful ideas.&lt;br /&gt;
&lt;br /&gt;
Here's a first attempt at rewriting the linked examples in XHTML (written in response to a [http://microformats.org/discuss/mail/microformats-discuss/2005-December/002438.html mailing list query about encoding book information with microformats]):&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;book&amp;quot; lang=&amp;quot;en&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;h3 class=&amp;quot;fn&amp;quot;&amp;gt;Arithmetic /&amp;lt;/h3&amp;gt;&lt;br /&gt;
  &amp;lt;p&amp;gt;By &amp;lt;span class=&amp;quot;creator&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Sandburg, Carl&amp;lt;/span&amp;gt;,&lt;br /&gt;
     &amp;lt;span class=&amp;quot;date&amp;quot;&amp;gt;1878-1967&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;,&lt;br /&gt;
     and &amp;lt;span class=&amp;quot;illustrator&amp;quot;&amp;gt;Rand, Ted&amp;lt;/span&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
  &amp;lt;p&amp;gt;Publisher: &amp;lt;span class=&amp;quot;publisher&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Harcourt Brace Jovanovich&amp;lt;/span&amp;gt;,&lt;br /&gt;
     &amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;San Diego&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
  &amp;lt;p&amp;gt;Published: &amp;lt;span class=&amp;quot;issued&amp;quot;&amp;gt;1993&amp;lt;/span&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
  &amp;lt;p class=&amp;quot;description&amp;quot;&amp;gt;A poem about numbers and their characteristics. Features&lt;br /&gt;
     anamorphic, or distorted, drawings which can be restored to normal by viewing&lt;br /&gt;
     from a particular angle or by viewing the image's reflection in the provided&lt;br /&gt;
     Mylar cone.&amp;lt;/p&amp;gt;&lt;br /&gt;
  &amp;lt;p class=&amp;quot;note&amp;quot;&amp;gt;One Mylar sheet included in pocket.&amp;lt;/p&amp;gt;&lt;br /&gt;
  &amp;lt;p&amp;gt;Subjects:&amp;lt;/p&amp;gt;&lt;br /&gt;
  &amp;lt;ul&amp;gt;&lt;br /&gt;
    &amp;lt;li class=&amp;quot;subject&amp;quot;&amp;gt;Arithmetic&amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li class=&amp;quot;subject&amp;quot;&amp;gt;Children's poetry, American.&amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li class=&amp;quot;subject&amp;quot;&amp;gt;Arithmetic&amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li class=&amp;quot;subject&amp;quot;&amp;gt;American poetry&amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li class=&amp;quot;subject&amp;quot;&amp;gt;Visual perception&amp;lt;/li&amp;gt;&lt;br /&gt;
  &amp;lt;/ul&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;
== Basic Citation Stuctures ==&lt;br /&gt;
There are basic structures to any citation, this is an overview of some of the types&lt;br /&gt;
[http://www.users.muohio.edu/darcusb/misc/citations-spec.html http://www.users.muohio.edu/darcusb/misc/citations-spec.html]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Concerns not addressed by existing formats ==&lt;br /&gt;
&lt;br /&gt;
There are some aspects '''NOT adequately''' covered by existing formats. I have addressed this issue on the OpenOffice.org wiki page, too. [see http://wiki.services.openoffice.org/wiki/Bibliographic_Database for an extending discussion, the paragraph on ''Reference Types'']&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
These issues pertain mainly to '''Errata''', '''Comments and Authors Reply''' and '''Article Retractions'''.&lt;br /&gt;
* a bidirectional link could be necessary to implement these features (original article &amp;lt;=&amp;gt; eratum, reply, retraction letter)&lt;br /&gt;
* '''IMPORTANT: Errata'''&lt;br /&gt;
** Erata: one or more Corrections might be posted in various issues of the journal&lt;br /&gt;
** this is usually cited as: Orininal Article Citation Data (Correction available in ''Journal, Issue Nr, Year, Pages'') (repeat for more than one correction)&lt;br /&gt;
** it is possibly never cited alone&lt;br /&gt;
** there should be a link to the original article, while the original article should contain a link to this ''Errata''&lt;br /&gt;
* '''IMPORTANT: Commentary and Author Reply'''&lt;br /&gt;
** similar to Errata, there might be one or more Comments and Author Replys; this should be stored, too&lt;br /&gt;
** however, it is usually not included in the original citation&lt;br /&gt;
** it might be used however in a citation, but I do not know exaclty how to cite it optimally (original article should be provided as well) &lt;br /&gt;
* '''IMPORTANT: Article Retraction'''&lt;br /&gt;
** an article may be retracted because of plagiarism or some other flaw&lt;br /&gt;
** this should not be used any further in the research&lt;br /&gt;
** however, it might be used e.g. for an article on plagiarism or flawed research&lt;br /&gt;
** there should be therefore one field storing this information, too, and a link to:&lt;br /&gt;
** the published withdrawal letter (which explains why the article was retracted)&lt;br /&gt;
&lt;br /&gt;
* this issue may need a time-controlled event&lt;br /&gt;
* '''IMPORTANT: electronic publishing ahead of print (EPUB)'''&lt;br /&gt;
** more and more articles are initially posted online, before the published article gets actually printed&lt;br /&gt;
** How should this be used/cited?&lt;br /&gt;
** Is this changed, after the print version becomes available?&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Outstanding Issues ==&lt;br /&gt;
The 3 main points i (Brian) came across so far are:&lt;br /&gt;
1) IDENTIFIERS&lt;br /&gt;
2) FORMAT TYPES&lt;br /&gt;
3) NESTING&lt;br /&gt;
&lt;br /&gt;
1) In hCard/hCalendar there is a UID field. Added with URL it makes for a great unique identifier. There are loads of other identifers besides URL, ISBN, LOC call number, SKU, ISSN, etc. Many of these are unique in their domain, but not globally unique. So how to they get marked-up? Much like the hCard TEL/ADR properties, we can use something like:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;uid&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;type&amp;quot;&amp;gt;ISBN&amp;lt;/span&amp;gt;: &amp;lt;span&lt;br /&gt;
class=&amp;quot;value&amp;quot;&amp;gt;123456&amp;lt;/span&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
This makes the encoding the most extensible... if we start use class=&amp;quot;isbn&amp;quot; then it is an enumerated list, with class=&amp;quot;type&amp;quot; it is open ended.&lt;br /&gt;
&lt;br /&gt;
2) I keep mis-using &amp;quot;format&amp;quot;, format is the medium - hardback, softback. The TYPE (there probably is a better word - container?) is book, article, conference, manifesto, etc. Much like the identifers we can make an enumerated list of values, class=&amp;quot;book&amp;quot;, class=&amp;quot;article&amp;quot;, but that boxes us in, whereas something like: &amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;span class=&amp;quot;type&amp;quot;&amp;gt;article&amp;lt;/span&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt; leaves things more open.&lt;br /&gt;
&lt;br /&gt;
3) Nesting citation data in a citation. The ability to nest the same microformat inside itself is something that other microformats don't explicitly handle.&lt;br /&gt;
&lt;br /&gt;
The two options are:&lt;br /&gt;
i) Using class=&amp;quot;book&amp;quot;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;hcite&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;div class=&amp;quot;book&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Book Title&amp;lt;/span&amp;gt;&lt;br /&gt;
  &amp;lt;div class=&amp;quot;chapter&amp;quot;&amp;gt;&lt;br /&gt;
     &amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Chapter Title&amp;lt;/span&amp;gt;&lt;br /&gt;
  &amp;lt;/div&amp;gt;&lt;br /&gt;
 &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&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 makes things easy to nest and to figure out exactly what is&lt;br /&gt;
associated with what, but the downside is that we have enumerated&lt;br /&gt;
lists of values for the class properties.&lt;br /&gt;
&lt;br /&gt;
ii) using the TYPE for book&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;hcite&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;div class=&amp;quot;type&amp;quot;&amp;gt;book&amp;lt;/div&amp;gt;&lt;br /&gt;
 &amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Book Title&amp;lt;/span&amp;gt;&lt;br /&gt;
 &amp;lt;div class=&amp;quot;type&amp;quot;&amp;gt;chapter&amp;lt;/div&amp;gt;&lt;br /&gt;
 &amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Chapter Title&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
now the class=&amp;quot;fn&amp;quot; is not nested inside the class=&amp;quot;book&amp;quot; or&lt;br /&gt;
class=&amp;quot;chapter&amp;quot; so there would have to be some other mechanism to&lt;br /&gt;
associate the data with the type.&lt;br /&gt;
&lt;br /&gt;
== Brian's Straw format ==&lt;br /&gt;
&lt;br /&gt;
=== implied schema (examples) ===&lt;br /&gt;
 + publisher&lt;br /&gt;
 + language&lt;br /&gt;
 + description&lt;br /&gt;
 + title&lt;br /&gt;
 + creator&lt;br /&gt;
 + journal&lt;br /&gt;
 + volume&lt;br /&gt;
 + issue&lt;br /&gt;
 + page &lt;br /&gt;
 + edition&lt;br /&gt;
 + identifier&lt;br /&gt;
 + tags&lt;br /&gt;
 + format&lt;br /&gt;
 + date published&lt;br /&gt;
 + copyright&lt;br /&gt;
 - audience&lt;br /&gt;
&lt;br /&gt;
=== implied schema (formats) ===&lt;br /&gt;
 + publisher&lt;br /&gt;
 + language&lt;br /&gt;
 + description&lt;br /&gt;
 + title&lt;br /&gt;
 + creator&lt;br /&gt;
 + volume&lt;br /&gt;
 + pages&lt;br /&gt;
 + edition&lt;br /&gt;
 + issue&lt;br /&gt;
 + identifier&lt;br /&gt;
 + tags&lt;br /&gt;
 + format&lt;br /&gt;
 + date published&lt;br /&gt;
 + date copyrighted&lt;br /&gt;
 - subtitle&lt;br /&gt;
 - image &lt;br /&gt;
 - excerpt&lt;br /&gt;
 - index terms&lt;br /&gt;
 - series title&lt;br /&gt;
 - publication&lt;br /&gt;
 - journal&lt;br /&gt;
 - part (1 of X)&lt;br /&gt;
&lt;br /&gt;
UNION of the two schemas&lt;br /&gt;
 + (PLUS) means common properties&lt;br /&gt;
 - (MINUS) means unique to the schema&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Working straw schema ===&lt;br /&gt;
&lt;br /&gt;
This list records discussion about the common schema from above. The format is ''descriptive-name'' (''optional-recommended-element'' 'class-name') (''link to explanation'').&lt;br /&gt;
&lt;br /&gt;
If there is no explanation link, that field should be considered either obvious or up for debate. If you're not sure which, it's up for debate.&lt;br /&gt;
&lt;br /&gt;
* root element ('hcite') ([http://microformats.org/wiki?title=citation-brainstorming#.27hcite.27_as_Root_Element_name explanation])&lt;br /&gt;
** title ('title')&lt;br /&gt;
** Author / Editor etc. ('creator')&lt;br /&gt;
** Pages ('pages')&lt;br /&gt;
*** note: this can be any value&lt;br /&gt;
** container ('container hcite')&lt;br /&gt;
*** A nested hcite element that represents a containing item (like a book for a chapter) ([http://microformats.org/wiki?title=citation-brainstorming#Container discussion and link to mailing list thread])&lt;br /&gt;
** Volume Number ('volume')&lt;br /&gt;
** Edition ('edition')&lt;br /&gt;
** Issue number ('issue')&lt;br /&gt;
** Tags (href rel='tag')&lt;br /&gt;
** Format ('format')&lt;br /&gt;
*** Note - this is unclear at present - does format mean 'type', as in 'book' vs. 'article'? --[[User:Mike|Mike]] 22:53, 16 Jan 2007 (PST)&lt;br /&gt;
** date published ('date-published')  ([http://microformats.org/wiki?title=citation-brainstorming#Date_Fields explanation])&lt;br /&gt;
** date accessed ('date-accessed')  ([http://microformats.org/wiki?title=citation-brainstorming#Date_Fields explanation])&lt;br /&gt;
** publisher&lt;br /&gt;
** language&lt;br /&gt;
** Abstract / description ('description')&lt;br /&gt;
** URI (href class='uri') ([http://microformats.org/wiki?title=citation-brainstorming#The_URI_Element explanation])&lt;br /&gt;
** identifier&lt;br /&gt;
*** an (not necessarily globally unique) identifier, such as a cite-key, pubmed ID number, or simply the reference number or string within a publication ([1] or [CLRS2001])&lt;br /&gt;
&lt;br /&gt;
==== Notes about missing / changed fields in the schema ====&lt;br /&gt;
&lt;br /&gt;
This section lists fields that are intentionally ''not'' included in the straw schema, or are not represented directly, and links to discussion about each.&lt;br /&gt;
&lt;br /&gt;
* date copyrighted ([http://microformats.org/wiki?title=citation-brainstorming#Date_Fields explanation])&lt;br /&gt;
&lt;br /&gt;
=== Examples ===&lt;br /&gt;
&lt;br /&gt;
Markup examples using the above format:&lt;br /&gt;
&lt;br /&gt;
==== Book ====&lt;br /&gt;
&lt;br /&gt;
This is Brian's original example&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;ul class=&amp;quot;bibliography&amp;quot;&amp;gt;&lt;br /&gt;
	&amp;lt;li class=&amp;quot;hcite&amp;quot; xml:lang=&amp;quot;en-gb&amp;quot;&amp;gt;&lt;br /&gt;
	&lt;br /&gt;
		&amp;lt;!-- publisher data as hCard--;&lt;br /&gt;
		&amp;lt;div class=&amp;quot;publisher vcard&amp;quot;&amp;gt;&lt;br /&gt;
			&amp;lt;span class=&amp;quot;fn org&amp;quot;&amp;gt;ABC Publishing Co.&amp;lt;/span&amp;gt;&lt;br /&gt;
			&amp;lt;span class=&amp;quot;country-name&amp;quot;&amp;gt;United Kingdom&amp;lt;/span&amp;gt;&lt;br /&gt;
			...&lt;br /&gt;
		&amp;lt;/div&amp;gt;&lt;br /&gt;
		&lt;br /&gt;
		&amp;lt;!-- author(s) data as hCard --&amp;gt;&lt;br /&gt;
		&amp;lt;div class=&amp;quot;creator vcard&amp;quot;&amp;gt;&lt;br /&gt;
			&amp;lt;span class=&amp;quot;fn n&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;given-name&amp;quot;&amp;gt;John &amp;lt;span class=&amp;quot;family-name&amp;quot;&amp;gt;Doe&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
			...&lt;br /&gt;
		&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
		&amp;lt;!-- location data --&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Foobar!&amp;lt;/span&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;description&amp;quot;&amp;gt;World Class Book about foobar&amp;lt;/span&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;volume&amp;quot;&amp;gt;1&amp;lt;/span&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;issue&amp;quot;&amp;gt;1&amp;lt;/span&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;edition&amp;quot;&amp;gt;1&amp;lt;/span&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;pages&amp;quot;&amp;gt;1-10&amp;lt;/span&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;format&amp;quot;&amp;gt;article&amp;lt;/span&amp;gt;&lt;br /&gt;
		&lt;br /&gt;
		&amp;lt;!-- differed to the UID debate --&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;identifier&amp;quot;&amp;gt;12345678&amp;lt;/span&amp;gt;&lt;br /&gt;
		&lt;br /&gt;
		&amp;lt;!-- keywords --&amp;gt;&lt;br /&gt;
		&amp;lt;a class=&amp;quot;keyword&amp;quot; rel=&amp;quot;tag&amp;quot; href=&amp;quot;/tags/foo&amp;quot;&amp;gt;foo&amp;lt;/a&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;keyword&amp;quot;&amp;gt;bar&amp;lt;/span&amp;gt;&lt;br /&gt;
		&lt;br /&gt;
		&amp;lt;!-- date properties --&amp;gt;&lt;br /&gt;
		Published &amp;lt;abbr class=&amp;quot;dtpublished&amp;quot; title=&amp;quot;20060101&amp;quot;&amp;gt;January 1st 1006&amp;lt;/abbr&amp;gt;&lt;br /&gt;
		Copyright &amp;lt;abbr class=&amp;quot;copyright&amp;quot; title=&amp;quot;20060101&amp;quot;&amp;gt;2006&amp;lt;/abbr&amp;gt;&lt;br /&gt;
	&amp;lt;/li&amp;gt;&lt;br /&gt;
	...&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p class=&amp;quot;hcite&amp;quot;&amp;gt;Have you read ;span class=&amp;quot;title&amp;quot;&amp;gt;&amp;lt;abbr title=&amp;quot;book&amp;quot; class=&amp;quot;format&amp;quot;&amp;gt;Foo Bar&amp;lt;/abbr&amp;gt;&amp;lt;/span&amp;gt;? &lt;br /&gt;
It was written by &amp;lt;span class=&amp;quot;author vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;John Doe&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;. &lt;br /&gt;
It only came out a &amp;lt;abbr class=&amp;quot;dtpublished&amp;quot; title=&amp;quot;20060101&amp;quot;&amp;gt;few months ago&amp;lt;/abbr&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Note: the &amp;quot;format&amp;quot; property above is incorrect. Format would refer more the physical characteristics of an item, rather than its type or genre (e.g. &amp;quot;article&amp;quot;, &amp;quot;book&amp;quot;, etc.). I'd rather have the main class for the li be &amp;quot;article&amp;quot; in this context, than the fairly meaningless &amp;quot;citation.&amp;quot;  Of course, one could have both, which would be fine too. -- bruce&lt;br /&gt;
&lt;br /&gt;
Note: Could we use ROLE from hCard to identify editors, translators, authors, etc?&lt;br /&gt;
This was discussed on the mailing list and the idea was dropped [http://microformats.org/discuss/mail/microformats-discuss/2006-September/005694.html]&lt;br /&gt;
&lt;br /&gt;
'''Comments''' : [[User:Singpolyma|singpolyma]] 08:03, 16 Jun 2006 (PDT) : keywords should be [[rel-tag]], and probably also [[XOXO]] (the same way the citation list is)&lt;br /&gt;
&lt;br /&gt;
[[User:RCanine|RCanine]] 11:55, 18 Dec 2006 (EST) :&lt;br /&gt;
&lt;br /&gt;
* Is there a reason not to re-use &amp;quot;published&amp;quot; from hAtom instead of inventing a new, basically equivalent term in &amp;quot;dtpublished&amp;quot;?&lt;br /&gt;
* Missing a URL/URI/IRI/UID etc. field example (ISBN for Book).&lt;br /&gt;
* Does the &amp;quot;copyright&amp;quot; class conflict with [http://www.whatwg.org/specs/web-apps/current-work/#class WHATWG's definition]?&lt;br /&gt;
* WRT Bruce's comment, I'm currently using class=&amp;quot;article citation&amp;quot; for my writing, as it has the most flexibility with CSS styles for titles (e.g. Book titles .citation&amp;gt;.fn must be italicized, while article titles must not, their container should).&lt;br /&gt;
* Speaking of containers, we need an &amp;quot;in&amp;quot; or &amp;quot;collection&amp;quot; field for journal articles or articles-in-books, or is that covered by &amp;quot;publisher&amp;quot;?&lt;br /&gt;
&lt;br /&gt;
==== Citing Private Communication ====&lt;br /&gt;
&lt;br /&gt;
Needs an example.&lt;br /&gt;
&lt;br /&gt;
==== Citing Legal Cases ====&lt;br /&gt;
Needs an example. &lt;br /&gt;
see [http://microformats.org/wiki/citation-examples-markup#Wikipedia_Court_Case Wikipedia example] for inspiration.&lt;br /&gt;
&lt;br /&gt;
==== Citing a Book ====&lt;br /&gt;
&lt;br /&gt;
needs an example&lt;br /&gt;
&lt;br /&gt;
==== Citing a journal article ====&lt;br /&gt;
&lt;br /&gt;
needs an example &lt;br /&gt;
&lt;br /&gt;
==== Citing a magazine article ====&lt;br /&gt;
&lt;br /&gt;
needs an example&lt;br /&gt;
&lt;br /&gt;
==== Citing a Patent ====&lt;br /&gt;
&lt;br /&gt;
Drawn from this [http://microformats.org/wiki/citation-examples#U.S._Patent example from Wikipedia]:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;li class=&amp;quot;hcite&amp;quot;&amp;gt;&amp;lt;a href=&amp;quot;http://patft.uspto.gov/netacgi/nph-Parser?patentnumber=4,405,829&amp;quot; class=&amp;quot;url&amp;quot; &lt;br /&gt;
    title=&amp;quot;http://patft.uspto.gov/netacgi/nph-Parser?patentnumber=4,405,829&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;format&amp;quot;&amp;gt;U.S. Patent&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;identifier&amp;quot;&amp;gt;4,405,829&amp;lt;/span&amp;gt;&amp;lt;/a&amp;gt;:&lt;br /&gt;
    &amp;lt;span class=&amp;quot;description&amp;quot;&amp;gt;The &amp;lt;a href=&amp;quot;/wiki/RSA&amp;quot; title=&amp;quot;RSA&amp;quot;&amp;gt;RSA&amp;lt;/a&amp;gt; patent, a famous software patent on the ground-breaking &lt;br /&gt;
    and highly unobvious algorithm for public key encryption, widely used for secure communications &lt;br /&gt;
    in many industries nowdays&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Citing a conference publication====&lt;br /&gt;
&lt;br /&gt;
Based on the [http://microformats.org/wiki/citation-examples#ACM_Digital_Library_Search_Result_Examples conference publication reference example].&lt;br /&gt;
&lt;br /&gt;
Changed Oct 06 to conform with [http://microformats.org/wiki/citation-brainstorming#Brian.27s_Straw_format Brian's format]. --[[User:Mike|Mike]] 18:09, 12 Oct 2006 (PDT)&lt;br /&gt;
(everything but the url class should be in line with that proposal)&lt;br /&gt;
&lt;br /&gt;
L. Hochstein, J. Carver, F. Shull, S. Asgari, V. Basili, J. K. Hollingsworth, and M. Zelkowitz, “Hpc programmer productivity: A case study of novice hpc programmers,” in Proceedings of ACM/IEEE Supercomputing Conference, 2005.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;cite class=&amp;quot;hcite&amp;quot;&amp;gt;&lt;br /&gt;
	&amp;lt;span class=&amp;quot;creator vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Lorin Hochstein&amp;lt;/span&amp;gt;&amp;lt;span class=&amp;quot;org&amp;quot;&amp;gt; University of Maryland, College Park &amp;lt;/span&amp;gt;&amp;lt;span&amp;gt;,&lt;br /&gt;
	&amp;lt;span class=&amp;quot;creator vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt; Jeff Carver &amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;org&amp;quot;&amp;gt; Mississippi State University &amp;lt;/span&amp;gt; &amp;lt;span&amp;gt;,&lt;br /&gt;
	&amp;lt;span class=&amp;quot;creator vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt; Forrest Shull &amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;org&amp;quot;&amp;gt; Fraunhofer Center Maryland &amp;lt;/span&amp;gt; &amp;lt;span&amp;gt;,&lt;br /&gt;
	&amp;lt;span class=&amp;quot;creator vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt; Sima Asgari&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;org&amp;quot;&amp;gt; University of Maryland, College Park &amp;lt;/span&amp;gt; &amp;lt;span&amp;gt;,&lt;br /&gt;
	&amp;lt;span class=&amp;quot;creator vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt; Victor Basili&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;org&amp;quot;&amp;gt; Fraunhofer Center Maryland &amp;lt;/span&amp;gt; &amp;lt;span&amp;gt;,&lt;br /&gt;
	&amp;lt;span class=&amp;quot;creator vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt; Jeffrey K. Hollingsworth&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;org&amp;quot;&amp;gt; University of Maryland, College Park &amp;lt;/span&amp;gt; &amp;lt;span&amp;gt;, and &lt;br /&gt;
	&amp;lt;span class=&amp;quot;creator vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt; Marv Zelkowitz&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;org&amp;quot;&amp;gt; University of Maryland, College Park &amp;lt;/span&amp;gt; &amp;lt;span&amp;gt;,&lt;br /&gt;
	&amp;lt;a class=&amp;quot;fn url&amp;quot; href=&amp;quot;http://dx.doi.org/10.1109/SC.2005.53&amp;quot;&amp;gt;HPC Programmer Productivity: A Case Study of Novice HPC Programmers&amp;lt;/a&amp;gt;. &lt;br /&gt;
        (&amp;lt;span class=&amp;quot;format&amp;quot;&amp;gt;conference publication&amp;lt;/span&amp;gt;)&lt;br /&gt;
	&amp;lt;cite class=&amp;quot;container hcite&amp;quot;&amp;gt;&lt;br /&gt;
	&amp;lt;a class=&amp;quot;fn url&amp;quot; href=&amp;quot;...&amp;quot;&amp;gt;Proceedings of ACM/IEEE Supercomputing Conference&amp;lt;/a&amp;gt;&lt;br /&gt;
	&amp;lt;abbr class=&amp;quot;dtpublished&amp;quot; title=&amp;quot;20051126T0000-0800&amp;quot;&amp;gt;2005&amp;lt;/abbr&amp;gt;&lt;br /&gt;
	&amp;lt;/cite&amp;gt;&lt;br /&gt;
	page &amp;lt;span class=&amp;quot;pages&amp;quot;&amp;gt;35&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;publisher vcard&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;span class=&amp;quot; fn&amp;quot;&amp;gt;IEEE Computer Society&lt;br /&gt;
   &amp;lt;/span&amp;gt;&lt;br /&gt;
    &amp;lt;div class=&amp;quot;adr&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;Washington&amp;lt;/span&amp;gt;,&lt;br /&gt;
      &amp;lt;span class=&amp;quot;region&amp;quot;&amp;gt;DC&amp;lt;/span&amp;gt;&lt;br /&gt;
    &amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;a class=&amp;quot;url instantiation&amp;quot; href=&amp;quot;http://portal.acm.org/ft_gateway.cfm?id=1105800&amp;amp;type=pdf&amp;amp;coll=portal&amp;amp;dl=ACM&amp;amp;CFID=68330711&amp;amp;CFTOKEN=39187329&amp;quot;&amp;gt;PDF of full text from ACM&amp;lt;/a&amp;gt;&lt;br /&gt;
&lt;br /&gt;
	DOI: &amp;lt;a class=&amp;quot;url uid&amp;quot; href=&amp;quot;http://dx.doi.org/10.1109/SC.2005.53&amp;quot;&amp;gt;10.1109/SC.2005.53&amp;lt;/a&amp;gt;&lt;br /&gt;
        Tags: &lt;br /&gt;
    &amp;lt;a class=&amp;quot;keyword&amp;quot; rel=&amp;quot;tag&amp;quot; href=&amp;quot;results.cfm?query=genterm%3A%22Design%22 ...&amp;quot;&amp;gt;&lt;br /&gt;
							Design&amp;lt;/a&amp;gt;,&lt;br /&gt;
     &amp;lt;a class=&amp;quot;keyword&amp;quot; rel=&amp;quot;tag&amp;quot; href=&amp;quot;results.cfm?query=genterm%3A%22Experimentation%22 ....&amp;quot;&amp;gt;&lt;br /&gt;
							 Experimentation&amp;lt;/a&amp;gt;,&lt;br /&gt;
     &amp;lt;a class=&amp;quot;keyword&amp;quot; rel=&amp;quot;tag&amp;quot; href=&amp;quot;results.cfm?query=genterm%3A%22Measurement%22...&amp;quot;&amp;gt;&lt;br /&gt;
							 Measurement&amp;lt;/a&amp;gt;,&lt;br /&gt;
     &amp;lt;a class=&amp;quot;keyword&amp;quot; rel=&amp;quot;tag&amp;quot; href=&amp;quot;results.cfm?query=genterm%3A%22Performance%22 ...&amp;quot;&amp;gt;&lt;br /&gt;
							 Performance&amp;lt;/a&amp;gt;&lt;br /&gt;
&lt;br /&gt;
	&amp;lt;blockquote class=&amp;quot;description&amp;quot;&amp;gt;In developing High-Performance Computing (HPC) software, time to solution is an important metric. This metric is comprised of two main components: the human effort required developing the software, plus the amount of machine time required to execute it. To date, little empirical work has been done to study the first component: the human effort required and the effects of approaches and practices that may be used to reduce it. In this paper, we describe a series of studies that address this problem. We instrumented the development process used in multiple HPC classroom environments. We analyzed data within and across such studies, varying factors such as the parallel programming model used and the application being developed, to understand their impact on the development process.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
  &amp;lt;/cite&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Note''' (From [[Discoleo]], Sept. 06)&lt;br /&gt;
* sometimes, the citation must include '''Town/Country''' and '''Precise Date/Date Range''', e.g.&lt;br /&gt;
** ''Gillespie SH, Dickens A.'' Variation in mutation rate of quinolone resistance in Streptococcus pneumoniae [abstract P06-17A]. In: Abstracts of the 3rd International Symposium on Pneumococci and Pneumococcal Disease (Anchorage, 5-9 May 2002).Washington, DC: American Society of Microbiology, 2002.&lt;br /&gt;
** ''Bassetti, M.; Righi, E.; Rebesco, B.; Molinari, MP.; Costa, A.; Fasce, R.; Cruciani, M.; Bassetti, D.; Bobbio Pallavicini, F.'' 44th Annual Interscience Conference on Antimicrobial Agents and Chemotherapy (ICAAC). Washington, DC; 2004. Epidemiological trends in nosocomial candidemia in ICU: A five-year Italian perspective.&lt;br /&gt;
** ''Peacock JE, Wade JC, Lazarus HM, et al.'' Ciprofloxacin/piperacillin vs. tobramycin/piperacillin as empiric therapy for fever in neutropenic cancer patients, a randomized, double-blind trial [abstract 373]. In: Program and abstracts of the 37th Interscience Conference on Antimicrob Agents and Chemotherapy (Toronto). Washington, DC: American Society for Microbiology, 1997.&lt;br /&gt;
&lt;br /&gt;
==== Citing an external website ====&lt;br /&gt;
&lt;br /&gt;
This is based on a formal citation of a website in the references section of a research paper, but could also be used for in-line links that had added information. Here's the original:&lt;br /&gt;
&lt;br /&gt;
[25] David Stern, &amp;quot;eprint Moderator Model&amp;quot;, http://www.library.yale.edu/scilib/modmodexplain.html  (version dated Jan 25, 1999)&lt;br /&gt;
 &lt;br /&gt;
 &amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;cite class=&amp;quot;hcite&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;a class=&amp;quot;fn url&amp;quot; href=&amp;quot;http://www.library.yale.edu/scilib/modmodexplain.html&amp;quot;&amp;gt;eprint Moderator Model&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;author vcard&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;a href=&amp;quot;http://pantheon.yale.edu/~dstern/dsbio.html&amp;quot; class=&amp;quot;url fn&amp;quot;&amp;gt;David Stern&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;/span&amp;gt;  &lt;br /&gt;
&amp;lt;abbr class=&amp;quot;dtpublished&amp;quot; title=&amp;quot;19990125T0000-0500&amp;quot;&amp;gt;&lt;br /&gt;
    Jan 25, 1999&lt;br /&gt;
  &amp;lt;/abbr&amp;gt;&lt;br /&gt;
&amp;lt;/cite&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Discussion of Straw Format elements ===&lt;br /&gt;
&lt;br /&gt;
This section is to provide explanations for posterity about the elements of the straw format, linking to discussions on the list and elsewhere if possible.&lt;br /&gt;
&lt;br /&gt;
==== 'hcite' as Root Element name ====&lt;br /&gt;
&lt;br /&gt;
This discussion took place in January of 2007, with [http://microformats.org/discuss/mail/microformats-discuss/2007-January/008098.html voting occurring on the mailing list].&lt;br /&gt;
&lt;br /&gt;
It was decided to use 'hcite' as the root element's class-name for uniqueness and to reflect a trend in using 'h' to start microformat names.&lt;br /&gt;
&lt;br /&gt;
==== The URI Element ====&lt;br /&gt;
&lt;br /&gt;
It was decided to use URI for both http links to available copies or URNs.&lt;br /&gt;
This encompasses URLs that link directly to online copies as well as through resolvers using URIs such as urn:isbn: 0521890012&lt;br /&gt;
&lt;br /&gt;
See the discussion from [http://microformats.org/discuss/mail/microformats-discuss/2006-November/007390.html November] and [http://microformats.org/discuss/mail/microformats-discuss/2006-December/007403.html December].&lt;br /&gt;
&lt;br /&gt;
==== Date Fields ====&lt;br /&gt;
&lt;br /&gt;
Brian's original straw format had three date fields, &amp;quot;accessed&amp;quot;, &amp;quot;copyrighted&amp;quot;, and &amp;quot;published&amp;quot;.&lt;br /&gt;
After examining the examples of usage on the web, it was clear that 'copyrighted' was not used in the examples we have.&lt;br /&gt;
It was used once, but without a corresponding 'published' field (OCLC WorldCat), and it seems in that case to be used as &lt;br /&gt;
an equivalent to 'published'.&lt;br /&gt;
&lt;br /&gt;
I updated the straw citation to include only 'accessed' and 'published' on January 31. --[[User:Mike|Mike]] 00:26, 31 Jan 2007 (PST)&lt;br /&gt;
&lt;br /&gt;
I've mentioned more than once that &amp;quot;date-published&amp;quot; is misleadingly specific; too much for real world citations. Consider that many books are published in the year preceding their copyright date, which is in fact the date used for citation. I'd prefer just &amp;quot;date&amp;quot; and &amp;quot;date-accessed&amp;quot; as a first cut. --[[User:BDarcus|Bruce]] 3 Feb 2007&lt;br /&gt;
&lt;br /&gt;
See the discussion from the [http://microformats.org/discuss/mail/microformats-discuss/2007-January/008175.html 'dates' thread on the list].&lt;br /&gt;
&lt;br /&gt;
== Old straw format discussion ==&lt;br /&gt;
&lt;br /&gt;
Saved here so that I'm not just deleting people's comments.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Mike straw format suggestion (Deprecated) ===&lt;br /&gt;
&lt;br /&gt;
In the interests of starting debate and having something concrete to fix, I suggest the following structure for a format. It is probably very incomplete and I claim no microformat expertise. I'm just trying to follow existing patterns. Comments and ridicule are both solicited. -Mike&lt;br /&gt;
&lt;br /&gt;
'''NOTE:''' This format is here for historical reference. Because it was not based on existing examples, I've deprecated it and contributed examples to Brian's format. If you feel that any missing elements in here should be in the final format, find examples for them and contribute to Brian's schema. Thanks! --[[User:Mike|Mike]] 18:22, 12 Oct 2006 (PDT)&lt;br /&gt;
&lt;br /&gt;
==== In General ====&lt;br /&gt;
&lt;br /&gt;
The ''citation'' format is based on a set of fields common to many bibliographic data formats, which are often implied by standard citation display styles but not explicitly marked up in practice on the web.&lt;br /&gt;
&lt;br /&gt;
==== Schema ====&lt;br /&gt;
&lt;br /&gt;
The citation schema consists of the following:&lt;br /&gt;
&lt;br /&gt;
* cite &lt;br /&gt;
** title: required, text (class = fn)&lt;br /&gt;
** subtitle: optional, text&lt;br /&gt;
** authors: optional, use hCard&lt;br /&gt;
** publication date: optional&lt;br /&gt;
** link(s) to instantiations, optional, url or use rel-enclosure? (class=url)&lt;br /&gt;
** UID, optional (for ISBN, DOI - use existing uid class) | permalink&lt;br /&gt;
** series (aka volume/issuenum) , optional (''not as sure how to handle these - suggestions?'')&lt;br /&gt;
** pages: startpage &amp;amp; endpage, optional, text&lt;br /&gt;
** venue, optional (hCard)&lt;br /&gt;
** publisher, optional (hCard)&lt;br /&gt;
** container: optional (nested hCite)&lt;br /&gt;
** abstract, optional (blockquote + class=&amp;quot;abstract&amp;quot; ?)&lt;br /&gt;
** notes, optional (blockquote + class=&amp;quot;notes&amp;quot; ?)&lt;br /&gt;
** keywords, optional (rel-tag)&lt;br /&gt;
** image, optional (for inclusion inline, unlike the url)&lt;br /&gt;
** copyright, optional (rel-license)&lt;br /&gt;
** ''what else am I missing?''&lt;br /&gt;
*** language, optional&lt;br /&gt;
&lt;br /&gt;
''Looks good, but I question the use of hCard for names. Due to ambiguity issues, requring hCard would lead to extra markup in order to apply just a name, hence [http://microformats.org/discuss/mail/microformats-discuss/2006-March/003487.html the need for a root element]. We should extract the N optimization of hCard like we did with adr, in order to ease this problem.'' --[[User:RCanine|Ryan Cannon]]&lt;br /&gt;
&lt;br /&gt;
Perhaps a Retrieved Date or Access Date would be appropriate for citing online resources. For example at http://www.crlt.umich.edu/publinks/facment_biblio.html &lt;br /&gt;
you see citations like this&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
Chief Academic Officers of the Big 12 Universities (2000). Big 12 Faculty Fellowship Program. Retrieved December 20, 2000 from the World Wide Web: http://www.k-state.edu/provost/academic/big12/big12guide.htm.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
--[[User:JoeAndrieu|Joe Andrieu]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Discussion about citing legal cases ====&lt;br /&gt;
&lt;br /&gt;
Here's some info I found about citing law:&lt;br /&gt;
&lt;br /&gt;
I'm not a lawyer, so I'm relying on the published [http://www.legalbluebook.com &amp;quot;blue book&amp;quot; standard], at least the only part of it I can get without paying $25. I'd be happy to hear improvements from experts in the field - how do lawyers mark up references to case law in HTML now?&lt;br /&gt;
&lt;br /&gt;
From groklaw.net and eff.org, I find mostly just links to PDFs with the name of the case as the link text. Or just this, from EFF:&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;h1&amp;gt;The Betamax Case&amp;lt;/h1&amp;gt;&lt;br /&gt;
&amp;lt;h2&amp;gt;Sony Corp. of America v. Universal City Studios, 464 U.S. 417 (1984)&amp;lt;/h2&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
From an example at the sample bluepages: http://www.legalbluebook.com/pdfs/bluepages.pdf&lt;br /&gt;
5 basic components:&lt;br /&gt;
*1 name of the case (citation title)&lt;br /&gt;
*2 published source in which case may be found (citation containing publication?)&lt;br /&gt;
*3 a parenthetical indicating the court and year of decision (citation venue?)&lt;br /&gt;
*4 other parenthetical information, if any (citation notes?)&lt;br /&gt;
*5 subsequent history of the case, if any (citation notes?)&lt;br /&gt;
&lt;br /&gt;
Here's two examples from the bluebook. Note that there are very strict rules about abbreviations in that source!&lt;br /&gt;
&lt;br /&gt;
Holland v. Donnelly, 216 F. Supp. 2d 227, 230 (S.D.N.Y. 2002), aff'd, 324 F.3d 99 (2d Cir. 2003).&lt;br /&gt;
&lt;br /&gt;
Green v. Georgia, 442 U.S. 95, 97 (1979) (per curiam) (holding that exclusion of relevant evidence at sentencing hearing constitutes denial of due process).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Examples in the wild ==&lt;br /&gt;
Pages which start to use the discussion above to create working examples in using hcite:&lt;br /&gt;
(This section could be used as a base for a page like &amp;quot;hcite-examples-in-wild&amp;quot; later).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Please add new examples to the top of this section.&lt;br /&gt;
* [http://www.demo.vorlagen.uni-erlangen.de/univis/mitarbeiter.shtml/georg-hager.shtml Example User Page] at the regional computer lab Erlangen, Germany, based on the universal information system UnivIS marked up with vcard, hcalender (optional, if user makes a lecture) and hcite.&lt;br /&gt;
&lt;br /&gt;
== discussions ==&lt;br /&gt;
* [[citation-irc-notes-2006-04-09]]&lt;/div&gt;</summary>
		<author><name>Mike</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=citation-examples-markup&amp;diff=13663</id>
		<title>citation-examples-markup</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=citation-examples-markup&amp;diff=13663"/>
		<updated>2007-02-02T23:04:13Z</updated>

		<summary type="html">&lt;p&gt;Mike: /* Wolfram Mathworld */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h1&amp;gt; Citation Examples Markup&amp;lt;/h1&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The following examples are real world examples of citations found on the web. &lt;br /&gt;
Please add to this list. The idea is that we get a solid sample of examples and see what commonalities there are amonst them and try to build this microformat so that it can meet 80% of typical uses.&lt;br /&gt;
&lt;br /&gt;
'''NOTE''': this page is for holding the reference markup from [[citation-examples]]. To add to these pages, paste the markup here then do the analysis over on [[citation-examples]].&lt;br /&gt;
&lt;br /&gt;
See also:&lt;br /&gt;
* [[citation-examples]]&lt;br /&gt;
* [[citation]]&lt;br /&gt;
* [[citation-formats]]&lt;br /&gt;
* [[citation-brainstorming]]&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
== Contributors ==&lt;br /&gt;
* ...&lt;br /&gt;
* ...&lt;br /&gt;
* Tantek Çelik&lt;br /&gt;
* [http://michael-mccracken.net/wp/ Michael McCracken]&lt;br /&gt;
* [http://inkdroid.org Ed Summers]&lt;br /&gt;
* Tim White&lt;br /&gt;
&lt;br /&gt;
== Citation Mark Up in the Wild ==&lt;br /&gt;
Mark up examples from reference publisher's websites (online catalogs), including ABC-CLIO, Greenwood Press, Marshall Cavendish, Oxford University Press (USA) and Thomson Gale. Examples are broken down and organized by element. &lt;br /&gt;
&lt;br /&gt;
(For a cleaner version, see [http://www.tjameswhite.com/citation-examples.htm])&lt;br /&gt;
&lt;br /&gt;
=== Google ===&lt;br /&gt;
from google cache&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;font face=arial,sans-serif color=black size=-1&amp;gt;This is &amp;lt;b&amp;gt;&amp;lt;font&lt;br /&gt;
color=#0039b6&amp;gt;G&amp;lt;/font&amp;gt; &amp;lt;font color=#c41200&amp;gt;o&amp;lt;/font&amp;gt; &amp;lt;font&lt;br /&gt;
color=#f3c518&amp;gt;o&amp;lt;/font&amp;gt; &amp;lt;font color=#0039b6&amp;gt;g&amp;lt;/font&amp;gt; &amp;lt;font&lt;br /&gt;
color=#30a72f&amp;gt;l&amp;lt;/font&amp;gt; &amp;lt;font color=#c41200&amp;gt;e&amp;lt;/font&amp;gt;&amp;lt;/b&amp;gt;'s &amp;lt;a&lt;br /&gt;
href=&amp;quot;http://www.google.com/intl/en/help/features.html#cached&amp;quot;&amp;gt;&amp;lt;font&lt;br /&gt;
color=blue&amp;gt;cache&amp;lt;/font&amp;gt;&amp;lt;/a&amp;gt; of &amp;lt;A&lt;br /&gt;
HREF=&amp;quot;http://direct.sref.org/1680-7375/acpd/2006-6-9723&amp;quot;&amp;gt;&amp;lt;font&lt;br /&gt;
color=blue&amp;gt;http://direct.sref.org/1680-7375/acpd/2006-6-9723&amp;lt;/font&amp;gt;&amp;lt;/a&amp;gt; as&lt;br /&gt;
retrieved on Oct 10, 2006 18:34:10 GMT.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Wikipedia ===&lt;br /&gt;
from Wikipedia&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;li id=&amp;quot;_note-2&amp;quot;&amp;gt;&amp;lt;b&amp;gt;&amp;lt;a href=&amp;quot;#_ref-2&amp;quot; title=&amp;quot;&amp;quot;&amp;gt;^&amp;lt;/a&amp;gt;&amp;lt;/b&amp;gt; &amp;lt;a&lt;br /&gt;
href=&amp;quot;http://msdn.microsoft.com/msdnmag/issues/04/08/CuttingEdge/&amp;quot;&lt;br /&gt;
class=&amp;quot;external text&amp;quot;&lt;br /&gt;
title=&amp;quot;http://msdn.microsoft.com/msdnmag/issues/04/08/CuttingEdge/&amp;quot;&amp;gt;Cutting&lt;br /&gt;
Edge: Script Callbacks in ASP.NET&amp;lt;/a&amp;gt;. &amp;lt;a href=&amp;quot;/wiki/MSDN&amp;quot;&lt;br /&gt;
title=&amp;quot;MSDN&amp;quot;&amp;gt;MSDN&amp;lt;/a&amp;gt; Magazine (2004-08-08). Retrieved on &amp;lt;a&lt;br /&gt;
href=&amp;quot;/wiki/2006&amp;quot; title=&amp;quot;2006&amp;quot;&amp;gt;2006&amp;lt;/a&amp;gt;-&amp;lt;a href=&amp;quot;/wiki/August_1&amp;quot;&lt;br /&gt;
title=&amp;quot;August 1&amp;quot;&amp;gt;08-01&amp;lt;/a&amp;gt;.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
or&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;li id=&amp;quot;_note-0&amp;quot;&amp;gt;&amp;lt;b&amp;gt;&amp;lt;a href=&amp;quot;#_ref-0&amp;quot; title=&amp;quot;&amp;quot;&amp;gt;^&amp;lt;/a&amp;gt;&amp;lt;/b&amp;gt; &amp;quot;&amp;lt;a&lt;br /&gt;
href=&amp;quot;http://www.opsi.gov.uk/acts/acts1998/98037--b.htm#1&amp;quot; class=&amp;quot;external&lt;br /&gt;
text&amp;quot; title=&amp;quot;http://www.opsi.gov.uk/acts/acts1998/98037--b.htm#1&amp;quot;&amp;gt;s1(1)&lt;br /&gt;
Crime and Disorder Act 1998&amp;lt;/a&amp;gt;&amp;quot;, Office of Public Sector Information. URL&lt;br /&gt;
accessed on 18 June 2006.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== CiteSeer ===&lt;br /&gt;
[http://citeseer.ist.psu.edu/context/1700402/0 uses Accessed On both in the &amp;lt;HEAD&amp;gt; and in the] &amp;lt;BODY&amp;gt;:&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;head&amp;gt;&lt;br /&gt;
&amp;lt;title&amp;gt;Citations: html accessed on the 29th of October - Trec, August, trec,&lt;br /&gt;
gov (ResearchIndex)&amp;lt;/title&amp;gt;&lt;br /&gt;
&amp;lt;meta name=&amp;quot;keywords&amp;quot; content=&amp;quot;TREC, \Trec overview,  August 2000.&lt;br /&gt;
http://trec.nist.gov/overview.html accessed on the 29th of October, 2000.&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;meta name=&amp;quot;description&amp;quot; content=&amp;quot;TREC, \Trec overview, August 2000.&lt;br /&gt;
http://trec.nist.gov/overview.html accessed on the 29th of October, 2000.&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;/head&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
and&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;span class=h&amp;gt; &amp;lt;b&amp;gt;TREC. Trec overview, August 2000.&lt;br /&gt;
http://trec.nist.gov/overview. &amp;lt;i&amp;gt;html accessed on the 29th of October&amp;lt;/i&amp;gt;,&lt;br /&gt;
2000.&amp;lt;/b&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Ning.com ===&lt;br /&gt;
[http://girlongirl.ning.com/detail.php?DetailID=258667 Ning.com's Girl-on-Girl page for Scarlett Johanson]&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;h2&amp;gt;References&amp;lt;/h2&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;^&amp;lt;/b&amp;gt; Neil Young's Film Lounge.&lt;br /&gt;
Peter Webber on Girl with a Pearl Earring. Retrieved on April 12, 2006.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;^&amp;lt;/b&amp;gt; The Jewish Forward. The Scarlett Grandma. Retrieved on April&lt;br /&gt;
12, 2006.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;^&amp;lt;/b&amp;gt; MSNBC. Scarlett Johansson escapes Cruise's clutches. Retrieved on&lt;br /&gt;
July 18, 2006.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;^&amp;lt;/b&amp;gt; MovieWeb. Scarlett Johansson Is The Other Boleyn Girl. Retrieved on&lt;br /&gt;
July 18, 2006.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;^&amp;lt;/b&amp;gt; Life Style Extra. Scarlett Johansson to star in Dallas. Retrieved&lt;br /&gt;
on July&lt;br /&gt;
23, 2006.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;^&amp;lt;/b&amp;gt; ScarlettFan. 21 Jul 2006 - Dallas Movie and Reebok. Retrieved on&lt;br /&gt;
July&lt;br /&gt;
23, 2006.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;^&amp;lt;/b&amp;gt; IMDB News. Johansson: Because I'm Worth It. Retrieved on July 18,&lt;br /&gt;
2006.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;^&amp;lt;/b&amp;gt; Maxim's 2006 Top 100&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;^&amp;lt;/b&amp;gt; BusinessWire. Reebok Partners with Screen Star Scarlett Johansson&lt;br /&gt;
to Create Red-Hot Fashion&lt;br /&gt;
Collection, Scarlett Hearts Rbk. Retrieved on July 25, 2006.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;^&amp;lt;/b&amp;gt; ContactMusic. JOHANSSON: AMERICANS DISAPPOINTED BY BUSH'S&lt;br /&gt;
RE-ELECTION. Retrieved on&lt;br /&gt;
July 18, 2006.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;^&amp;lt;/b&amp;gt; Reuters. Could Scarlett Johansson be Woody's next muse?. Retrieved&lt;br /&gt;
on&lt;br /&gt;
July 25, 2006.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;^&amp;lt;/b&amp;gt; TheObserver.&lt;br /&gt;
Retrieved on August 09, 2006.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;^&amp;lt;/b&amp;gt; BangItOut. Match Point (2005). Retrieved on July 18,&lt;br /&gt;
2006.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;^&amp;lt;/b&amp;gt; FemaleFirst. Scarlett Johansson&lt;br /&gt;
slams God acceptance speechs. Retrieved on July 18, 2006.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;^&amp;lt;/b&amp;gt; ContactMusic. JOHANSSON'S BIZARRE RELIGIOUS MOMENT. Retrieved on&lt;br /&gt;
July&lt;br /&gt;
18, 2006.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== University of Virginia ===&lt;br /&gt;
[http://www.virginia.edu/vpfa/ref-alphabetical.html University of Virginia]&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;P&amp;gt;American Council on Education and American Association of University&lt;br /&gt;
Professors. 2000. &amp;lt;I&amp;gt;Does Diversity Make a Difference? Three Research &lt;br /&gt;
Studies on Diversity in College Classrooms&amp;lt;/I&amp;gt;. Executive&lt;br /&gt;
Summary. Washington, D.C. Retrieved on November 28, 2004 from &lt;br /&gt;
&amp;lt;A&lt;br /&gt;
HREF=&amp;quot;http://www.aaup.org/Issues/AffirmativeAction/Archives/2000/DIVSUMY.PDF&lt;br /&gt;
&amp;quot;&amp;gt;http://www.aaup.org/&amp;lt;BR&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Issues/AffirmativeAction/Archives/2000/DIVSUMY.PDF&amp;lt;/A&amp;gt;. [Question 3]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;P&amp;gt;Affirmative Action Office, Pennsylvania State University. &amp;lt;I&amp;gt;Getting&lt;br /&gt;
Different Results: Affirmative Action Guidelines for Searches to &lt;br /&gt;
Achieve Diversity&amp;lt;/I&amp;gt;. University Park, PA. Retrieved on November 11, 2004&lt;br /&gt;
from &lt;br /&gt;
&amp;lt;A&lt;br /&gt;
HREF=&amp;quot;http://www.psu.edu/dept/aaoffice/GettingResults/index.htm&amp;quot;&amp;gt;http://www.&lt;br /&gt;
psu.edu/dept/aaoffice/GettingResults/index.htm&amp;lt;/A&amp;gt;. [Question 6]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;P&amp;gt;American Association of University Professors. 1973. &amp;lt;I&amp;gt;Diversity &amp;amp;&lt;br /&gt;
Affirmative Action in Higher Education: &lt;br /&gt;
A Report by the Council Committee on Discrimination&amp;lt;/I&amp;gt;. Washington, DC.&lt;br /&gt;
Retrieved on December 9, 2004 from &lt;br /&gt;
&amp;lt;A&lt;br /&gt;
HREF=&amp;quot;http://www.aaup.org/Issues/AffirmativeAction/Archives/pre1996/AARDAFHE&lt;br /&gt;
.HTM&amp;quot;&amp;gt;http://www.aaup.org/&amp;lt;BR&amp;gt;&lt;br /&gt;
Issues/AffirmativeAction/Archives/pre1996/AARDAFHE.HTM&amp;lt;/A&amp;gt;  [Question 6]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;P&amp;gt;Bingham McCutcheon LLP, Morrison &amp;amp; Foerster LLP, and Heller Erhman White&lt;br /&gt;
&amp;amp; McAuliffe LLP. &amp;lt;I&amp;gt;Preserving Diversity in Higher &lt;br /&gt;
Education: A Manual on Admissions Policies and Procedures After the&lt;br /&gt;
University of Michigan Decisions&amp;lt;/I&amp;gt;. &lt;br /&gt;
Retrieved on January 6, 2005 from &lt;br /&gt;
&lt;br /&gt;
&amp;lt;A&lt;br /&gt;
HREF=&amp;quot;http://www.equaljusticesociety.org/compliancemanual/Preserving_Diversi&lt;br /&gt;
ty_In_Higher_Education.pdf&amp;quot;&amp;gt;http://www.equaljusticesociety.org/&amp;lt;BR&amp;gt;&lt;br /&gt;
compliancemanual/Preserving_Diversity_In_Higher_Education.pdf&amp;lt;/A&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Greenwood Press home page featured book ===&lt;br /&gt;
from [http://www.greenwood.com/ home page] &lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
  &amp;lt;div class=&amp;quot;title&amp;quot;&amp;gt; &amp;lt;a href=&amp;quot;/books/BookDetail.asp?sku=GR2847&amp;quot;&amp;gt;The Greenwood Encyclopedia of World Folklore&lt;br /&gt;
     and Folklife&amp;lt;/a&amp;gt; &amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;div class=&amp;quot;img_box&amp;quot;&amp;gt; &amp;lt;a href=&amp;quot;/books/BookDetail.asp?sku=GR2847&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;img src=&amp;quot;/_net.templates/showImage.aspx?imgName=0313328471.jpg&amp;amp;s=140&amp;quot; alt=&amp;quot;The Greenwood Encyclopedia&lt;br /&gt;
    of World Folklore and Folklife&amp;quot; border=&amp;quot;0&amp;quot; /&amp;gt;&amp;lt;/a&amp;gt; &amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;div class=&amp;quot;sub_title&amp;quot;&amp;gt;Four Volumes&amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;div class=&amp;quot;author&amp;quot;&amp;gt;William M. Clements&amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;div class=&amp;quot;isbn&amp;quot;&amp;gt;0-313-32847-1&amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;div class=&amp;quot;price&amp;quot;&amp;gt;$449.95 &amp;lt;span class=&amp;quot;pipe&amp;quot;&amp;gt;|&amp;lt;/span&amp;gt; &amp;amp;pound;255.00&amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;!--&amp;lt;div class=&amp;quot;clearing&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;--&amp;gt;&lt;br /&gt;
  &amp;lt;div class=&amp;quot;bookDescription&amp;quot;&amp;gt; China . . . Malta . . . Madagascar . . . Wales . . . and Texas: these are &lt;br /&gt;
    among the many exotic, distant lands that capture our minds and imaginations. In an era of increasing &lt;br /&gt;
    globalization, students, general readers, and business professionals need to know about... &lt;br /&gt;
    &amp;lt;a href=&amp;quot;/books/BookDetail.asp?sku=GR2847&amp;quot;&amp;gt;Read&amp;amp;nbsp;more&amp;lt;/a&amp;gt; &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Greenwood Press Product detail page ===&lt;br /&gt;
[http://www.greenwood.com/catalog/GR2847.aspx Product detail page] ===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
  &amp;lt;div id=&amp;quot;pnlContent&amp;quot; class=&amp;quot;pnlContent&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;div id=&amp;quot;pnlFlyerBox&amp;quot; class=&amp;quot;flyerBox&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;a id=&amp;quot;hlFlyer&amp;quot; class=&amp;quot;flyerLink&amp;quot; href=&amp;quot;/books/printFlyer.aspx?sku=GR2847&amp;quot; target=&amp;quot;_blank&amp;quot;&amp;gt;Print &lt;br /&gt;
        book flyer&amp;lt;/a&amp;gt; &amp;lt;br /&amp;gt;&lt;br /&gt;
      &amp;lt;a id=&amp;quot;hlFlyerInternational&amp;quot; class=&amp;quot;international_flyer&amp;quot; &lt;br /&gt;
      href=&amp;quot;/books/printFlyer.aspx?sku=GR2847&amp;amp;amp;location=international&amp;quot; ...&amp;gt;(International version)&amp;lt;/a&amp;gt; &lt;br /&gt;
    &amp;lt;/div&amp;gt;&lt;br /&gt;
    &amp;lt;span id=&amp;quot;lblTitle&amp;quot; class=&amp;quot;book_headline block&amp;quot;&amp;gt;The Greenwood Encyclopedia of World Folklore and Folklife&amp;lt;/span&amp;gt;&lt;br /&gt;
    &amp;lt;span id=&amp;quot;lblSubTitle&amp;quot; class=&amp;quot;book_subline&amp;quot;&amp;gt;Four Volumes&amp;lt;/span&amp;gt;&lt;br /&gt;
    &amp;lt;div id=&amp;quot;pnlBookDetails&amp;quot; class=&amp;quot;detailsBox&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;div id=&amp;quot;pnlImgBox&amp;quot; class=&amp;quot;imgBox&amp;quot;&amp;gt; &lt;br /&gt;
        &amp;lt;img src=&amp;quot;/_net.templates/showImage.aspx?imgName=0313328471.jpg&amp;amp;amp;s=135&amp;quot; alt=&amp;quot;&amp;quot; border=&amp;quot;0&amp;quot; /&amp;gt; &lt;br /&gt;
      &amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;a id=&amp;quot;hlAddToCart&amp;quot; title=&amp;quot;Add this item to your shopping cart&amp;quot; href=&amp;quot;/shopping_cart/?sku=GR2847&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;img title=&amp;quot;Add this item to your shopping cart&amp;quot; &lt;br /&gt;
          src=&amp;quot;/_net.templates/roundedButton.aspx?ButtonText=Add to Cart&amp;quot; alt=&amp;quot;&amp;quot; border=&amp;quot;0&amp;quot; /&amp;gt;&lt;br /&gt;
      &amp;lt;/a&amp;gt; &lt;br /&gt;
      &amp;lt;a id=&amp;quot;hlAddToWishList&amp;quot; title=&amp;quot;Save this item to your wish list&amp;quot; href=&amp;quot;/wish_list/?sku=GR2847&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;img title=&amp;quot;Save this item to your wish list&amp;quot; &lt;br /&gt;
          src=&amp;quot;/_net.templates/roundedButton.aspx?ButtonText=Add to Wish List&amp;quot;.../&amp;gt;&lt;br /&gt;
      &amp;lt;/a&amp;gt;&lt;br /&gt;
      &amp;lt;a id=&amp;quot;hlSharePage&amp;quot; title=&amp;quot;Email this page to a friend&amp;quot; href=&amp;quot;/books/sendform.asp?sku=GR2847&amp;quot;...&amp;gt;&lt;br /&gt;
        &amp;lt;img title=&amp;quot;Email this page to a friend&amp;quot; src=&amp;quot;/_net.templates/roundedButton.aspx?ButtonText=Email&amp;quot;.../&amp;gt;&lt;br /&gt;
      &amp;lt;/a&amp;gt; &lt;br /&gt;
      &amp;lt;a id=&amp;quot;hlPrintPage&amp;quot; title=&amp;quot;Version of this page optimized for printing&amp;quot; href=&amp;quot;/catalog/GR2847.aspx?print=1&amp;quot; ...&amp;gt;&lt;br /&gt;
        &amp;lt;img title=&amp;quot;Version of this page optimized for printing&amp;quot; src=&amp;quot;/_net.templates/roundedButton.aspx?ButtonText=Print&amp;quot;.../&amp;gt;&lt;br /&gt;
      &amp;lt;/a&amp;gt;&lt;br /&gt;
      &amp;lt;a id=&amp;quot;hlWorldCat&amp;quot; href=&amp;quot;http://worldcatlibraries.org/wcpa/isbn/0313328471&amp;quot;...&amp;gt;&lt;br /&gt;
        &amp;lt;img src=&amp;quot;/images/world_catalog.gif&amp;quot;.../&amp;gt;&lt;br /&gt;
      &amp;lt;/a&amp;gt;&lt;br /&gt;
      &amp;lt;div class=&amp;quot;authors&amp;quot;&amp;gt;&amp;lt;span&amp;gt;&amp;lt;a href=&amp;quot;/catalog/author/C/229.aspx&amp;quot;&amp;gt;William M. Clements&amp;lt;/a&amp;gt; (ed.)&amp;lt;/span&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;span id=&amp;quot;lblAuthorsNote&amp;quot; class=&amp;quot;block&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
      &amp;lt;div&amp;gt;&amp;lt;span class=&amp;quot;book_options&amp;quot;&amp;gt;Book Code:&amp;lt;/span&amp;gt; &amp;lt;span id=&amp;quot;lblBookCode&amp;quot;&amp;gt;GR2847&amp;lt;/span&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;div id=&amp;quot;pnlIsbn&amp;quot;&amp;gt; &amp;lt;span class=&amp;quot;book_options&amp;quot;&amp;gt;ISBN:&amp;lt;/span&amp;gt; &amp;lt;span id=&amp;quot;lblIsbn&amp;quot;&amp;gt;0-313-32847-1&amp;lt;/span&amp;gt; &amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;div id=&amp;quot;pnlPageColation&amp;quot;&amp;gt; 1972 pages, maps; photos &amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;span id=&amp;quot;lblImprint&amp;quot; class=&amp;quot;block&amp;quot;&amp;gt;Greenwood Press&amp;lt;/span&amp;gt;&lt;br /&gt;
      &amp;lt;div id=&amp;quot;pnlPubDate&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;span class=&amp;quot;book_options&amp;quot;&amp;gt;Publication Date:&amp;lt;/span&amp;gt; &amp;lt;span id=&amp;quot;lblPubDate&amp;quot;&amp;gt;12/30/2005&amp;lt;/span&amp;gt;&lt;br /&gt;
      &amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;div id=&amp;quot;pnlListPrice&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;span class=&amp;quot;book_options&amp;quot;&amp;gt;List Price:&amp;lt;/span&amp;gt; &lt;br /&gt;
        &amp;lt;span id=&amp;quot;lblListPrice&amp;quot;&amp;gt;$449.95&amp;lt;/span&amp;gt; &lt;br /&gt;
        (&amp;lt;a href=&amp;quot;/contactus/order_info.asp?SectionID=about&amp;amp;amp;Location=order_info#UKEME&amp;quot; &lt;br /&gt;
          title=&amp;quot;Click for international ordering information&amp;quot;&amp;gt;UK Sterling Price: &amp;amp;pound;255.00&amp;lt;/a&amp;gt;) &lt;br /&gt;
      &amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;div id=&amp;quot;pnlAvailability&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;span class=&amp;quot;book_options&amp;quot;&amp;gt;Availability:&amp;lt;/span&amp;gt; &amp;lt;span id=&amp;quot;lblAvailability&amp;quot;&amp;gt;In Stock&amp;lt;/span&amp;gt;&lt;br /&gt;
      &amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;div id=&amp;quot;pnlMediaType&amp;quot;&amp;gt; &amp;lt;span class=&amp;quot;book_options&amp;quot;&amp;gt;Media Type:&amp;lt;/span&amp;gt; &amp;lt;span id=&amp;quot;lblMediaType&amp;quot;&amp;gt;Hardcover&amp;lt;/span&amp;gt; &amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;div class=&amp;quot;clearing&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
    &amp;lt;/div&amp;gt;&lt;br /&gt;
    &amp;lt;div id=&amp;quot;pnlBookInformation&amp;quot;&amp;gt; &amp;lt;span class=&amp;quot;book_options&amp;quot;&amp;gt;Subjects:&amp;lt;/span&amp;gt;&lt;br /&gt;
      &amp;lt;ul class=&amp;quot;toc&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; &lt;br /&gt;
          &amp;lt;a id=&amp;quot;rpCategories__ctl1_hlCategory&amp;quot; href=&amp;quot;/catalog/subject/Anthropology.aspx&amp;quot;&amp;gt;Anthropology&amp;lt;/a&amp;gt; » &lt;br /&gt;
          &amp;lt;a id=&amp;quot;rpCategories__ctl1_hlSubCategory&amp;quot; href=&amp;quot;/catalog/subject/Anthropology/Folklore.aspx&amp;quot;&amp;gt;Folklore&amp;lt;/a&amp;gt; &lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;&lt;br /&gt;
          &amp;lt;a id=&amp;quot;rpCategories__ctl2_hlCategory&amp;quot; href=&amp;quot;/catalog/subject/Anthropology.aspx&amp;quot;&amp;gt;Anthropology&amp;lt;/a&amp;gt; » &lt;br /&gt;
          &amp;lt;a id=&amp;quot;rpCategories__ctl2_hlSubCategory&amp;quot; href=&amp;quot;/catalog/subject/Anthropology/Anthropology%2b(General).aspx&amp;quot;&amp;gt;&lt;br /&gt;
            Anthropology (General)&lt;br /&gt;
          &amp;lt;/a&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;&lt;br /&gt;
          &amp;lt;a id=&amp;quot;rpCategories__ctl3_hlCategory&amp;quot; href=&amp;quot;/catalog/subject/Anthropology.aspx&amp;quot;&amp;gt;Anthropology&amp;lt;/a&amp;gt; » &lt;br /&gt;
          &amp;lt;a id=&amp;quot;rpCategories__ctl3_hlSubCategory&amp;quot; href=&amp;quot;/catalog/subject/Anthropology/Cultural%2bAnthropology.aspx&amp;quot;&amp;gt;Cultural Anthropology&amp;lt;/a&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; &amp;lt;a id=&amp;quot;rpCategories__ctl4_hlCategory&amp;quot; href=&amp;quot;/catalog/subject/History.aspx&amp;quot;&amp;gt;History&amp;lt;/a&amp;gt; » &lt;br /&gt;
          &amp;lt;a id=&amp;quot;rpCategories__ctl4_hlSubCategory&amp;quot; href=&amp;quot;/catalog/subject/History/World%2bHistory%2b(General).aspx&amp;quot;&amp;gt;&lt;br /&gt;
            World History (General)&amp;lt;/a&amp;gt; &amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;/ul&amp;gt;&lt;br /&gt;
      &amp;lt;div id=&amp;quot;pnlDescription&amp;quot;&amp;gt; &lt;br /&gt;
        &amp;lt;span class=&amp;quot;book_options&amp;quot;&amp;gt;Description:&amp;lt;/span&amp;gt; &lt;br /&gt;
        &amp;lt;span id=&amp;quot;lblDescription1&amp;quot; class=&amp;quot;description block&amp;quot;&amp;gt;&lt;br /&gt;
          China . . . Malta . . . Madagascar . . . Wales . . . and Texas: these are among the many exotic, &lt;br /&gt;
          distant lands that capture our minds and imaginations. In an era of increasing globalization, &lt;br /&gt;
          students, general readers, and business professionals need to know about the world and its varied &lt;br /&gt;
          ways. So too, a knowledge of world cultures is fundamental to an understanding of America's ethnically &lt;br /&gt;
          rich society. Folklore isn't just about the long ago and far away. It's about the here and now, and &lt;br /&gt;
          there's no better way to learn about cultural diversity than to study the folklore and folkways of &lt;br /&gt;
          different ethnic groups. &amp;lt;br /&amp;gt;&lt;br /&gt;
          More than just Cinderella and other fairy tales, folklore encompasses the whole realm of traditional &lt;br /&gt;
          beliefs and activities that define a culture. The most comprehensive work of its kind, this massive &lt;br /&gt;
          encyclopedia engagingly and authoritatively surveys folklife and traditions from around the world. Through its&lt;br /&gt;
          vast scope and lengthy entries, it transcends other references on particular national or regional &lt;br /&gt;
          folklores and is the most ambitious undertaking of its type. Organized in four volumes, the encyclopedia &lt;br /&gt;
          provides convenient access to information about folklore generally and to the traditions of particular&lt;br /&gt;
          regions:&amp;lt;br /&amp;gt;&lt;br /&gt;
          Volume 1: Topics and Themes, Africa, Australia and Oceania&amp;lt;br /&amp;gt;&lt;br /&gt;
          Volume 2: Southeast Asia and India, Central and East Asia, Middle East&amp;lt;br /&amp;gt;&lt;br /&gt;
          Volume 3: Europe&amp;lt;br /&amp;gt;&lt;br /&gt;
          Volume 4: North and South America&amp;lt;/span&amp;gt; &amp;lt;span id=&amp;quot;lblDescription2&amp;quot; class=&amp;quot;description block&amp;quot;&amp;gt;Along &lt;br /&gt;
            with the expertise of the contributors, of Volume Editor William M. Clements, and of Advisory Editor &lt;br /&gt;
            Thomas A. Green, the encyclopedia draws upon a distinguished board of internationally recognized scholars,&lt;br /&gt;
             including:&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Roger D. Abrahams&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Cristina Bacchilega&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Gillian Bennett&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Mary Ellen Brown&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; James R. Dow&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Alessandro Falassi&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Barbro Klein&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Peter Knecht&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Natalie Kononenko&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Frances M. Malpezzi&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Margaret Mills&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; M. D. Muthukumaraswamy&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Gerald Pocius&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; And John S. Ryan.&amp;lt;br /&amp;gt;&lt;br /&gt;
          &amp;lt;br /&amp;gt;&lt;br /&gt;
          &amp;lt;b&amp;gt;Features:&amp;lt;/b&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Brings together the knowledge of more than 200 specialists from around the world.&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Provides 39 extended entries on topics central to world folklore.&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Details the folklore and folkways of roughly 170 cultural groups.&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Entries discuss the background, beliefs, oral and theatrical traditions, arts and crafts, and contemporary concerns &lt;br /&gt;
          of each cultural group.&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Each entry cites numerous works for further reading.&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; A generous selection of maps and illustrations makes world folklore come to life.&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; A list of entries and a cumulative subject index, repeated in each volume, offer convenient access to the vast body of &lt;br /&gt;
          information contained in the encyclopedia.&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; A selected, general bibliography directs students and general readers to the most important broad studies of world &lt;br /&gt;
          folklore.&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; A glossary defines key terms, theories, and concepts.&amp;lt;br /&amp;gt;&lt;br /&gt;
          &amp;lt;br /&amp;gt;&lt;br /&gt;
          &amp;lt;b&amp;gt;Benefits:&amp;lt;/b&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Helps students learn about cultures, customs, and daily life around the world.&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Fosters respect and appreciation for the many ethnic traditions behind contemporary American culture.&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Provides valuable background information for the study of world religions, holidays, and festivals.&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Offers a valuable context for understanding world history, politics, literature, and the arts.&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Invites students to compare and contrast the values and experiences of different cultures.&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Fosters critical reading skills and serves as a model for student research.&amp;lt;br /&amp;gt;&lt;br /&gt;
          &amp;lt;br /&amp;gt;&lt;br /&gt;
          &amp;lt;b&amp;gt;Volume 1: Topics and Themes, Africa, Australia and Oceania&amp;lt;/b&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
          Certain themes and topics are central to world foklore. The thematic essays in this volume discuss such matters as:&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Antiquarianism&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Cultural Evolution&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Ethnopoetics&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Gender&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Invented Tradition&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Nativism&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Primitivism&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Public Folklore&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Race&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Trickster&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; And many more.&amp;lt;br /&amp;gt;&lt;br /&gt;
          &amp;lt;br /&amp;gt;&lt;br /&gt;
          &amp;lt;b&amp;gt;Volume 2: Southeast Asia and India, Central and East Asia, Middle East&amp;lt;/b&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
          Included in this volume are entries on such cultural groups and regions as:&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Bali&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; China&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Duna&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Iban&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Kazakh&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Mongol&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Orissa&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Palestine&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Tonga&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Uyghur&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; And many others.&amp;lt;br /&amp;gt;&lt;br /&gt;
          &amp;lt;br /&amp;gt;&lt;br /&gt;
          &amp;lt;b&amp;gt;Volume 3: Europe&amp;lt;/b&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
          Included in this volume are entries on the folklore of such cultural regions and groups as:&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Ashkenazim&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Basque&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Brittany&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Flanders&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Germany&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Isle of Man&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Roma&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Russia&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Sami&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Ukraine&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; And many more.&amp;lt;br /&amp;gt;&lt;br /&gt;
          &amp;lt;br /&amp;gt;&lt;br /&gt;
          &amp;lt;b&amp;gt;Volume 4: North and South America&amp;lt;/b&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
          The entries in this volume explore the folk traditions of such regions and groups as:&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Appalachia&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Choctaw&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Haiti&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Island Carib&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Maya&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Quechua&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Seminole&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Western Inuit and Yupik&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Xavante&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Yanomami&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; And many more.&amp;lt;br /&amp;gt;&lt;br /&gt;
          &amp;lt;br /&amp;gt;&lt;br /&gt;
          Because folklore is the essence of daily life, this encyclopedia addresses the curriculum needs of high school students and is &lt;br /&gt;
          also an indispensable resource for teachers. In addition, anyone researching folklore in a public library will find this the first&lt;br /&gt;
           place to look for detailed information about cultural traditions around the world.&amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;/span&amp;gt; &amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;div id=&amp;quot;pnlLCCardNumber&amp;quot; class=&amp;quot;description&amp;quot;&amp;gt; &amp;lt;span class=&amp;quot;book_options&amp;quot;&amp;gt;LC Card Number:&amp;lt;/span&amp;gt; &amp;lt;span id=&amp;quot;lblLCCardNumber&amp;quot;&amp;gt;2005019219&amp;lt;/span&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;div id=&amp;quot;pnlLCCClass&amp;quot; class=&amp;quot;description&amp;quot;&amp;gt; &amp;lt;span class=&amp;quot;book_options&amp;quot;&amp;gt;LCC Class:&amp;lt;/span&amp;gt; &amp;lt;span id=&amp;quot;lblLCCClass&amp;quot;&amp;gt;GR35 &amp;lt;/span&amp;gt; &amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;div id=&amp;quot;pnlDeweyClass&amp;quot; class=&amp;quot;description&amp;quot;&amp;gt; &amp;lt;span class=&amp;quot;book_options&amp;quot;&amp;gt;Dewey Class:&amp;lt;/span&amp;gt; &amp;lt;span id=&amp;quot;lblDeweyClass&amp;quot;&amp;gt;398&amp;lt;/span&amp;gt; &amp;lt;/div&amp;gt;&lt;br /&gt;
    &amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Marshall Cavendish product page ===&lt;br /&gt;
[http://www.marshallcavendish.com/marshallcavendish/academic/redirector.xml?url=/marshallcavendish/academic/catalogue/books/regionalism_n_regional_security/9812102108.xml original]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
  &amp;lt;table cellpadding=&amp;quot;2&amp;quot; width=&amp;quot;100%&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;tr valign=&amp;quot;top&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;td&amp;gt;&amp;lt;font id=&amp;quot;title_catalogue_font&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Regionalism &amp;amp;amp; Regional Security&amp;lt;/b&amp;gt;&amp;lt;/font&amp;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;
  &amp;lt;font id=&amp;quot;text&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;div style=&amp;quot;&amp;quot; align=&amp;quot;&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;table cellpadding=&amp;quot;2&amp;quot; width=&amp;quot;100%&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;tr valign=&amp;quot;top&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;td width=&amp;quot;35%&amp;quot;&amp;gt;&amp;lt;font id=&amp;quot;title_catalogue_title_font&amp;quot;&amp;gt;ISBN Number&amp;lt;/font&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td width=&amp;quot;65%&amp;quot;&amp;gt;&amp;lt;font id=&amp;quot;text&amp;quot;&amp;gt;9812102108&amp;lt;/font&amp;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;
    &amp;lt;table cellpadding=&amp;quot;2&amp;quot; width=&amp;quot;100%&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;tr valign=&amp;quot;top&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;td width=&amp;quot;35%&amp;quot;&amp;gt;&amp;lt;font id=&amp;quot;title_catalogue_title_font&amp;quot;&amp;gt;Series&amp;lt;/font&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td width=&amp;quot;65%&amp;quot;&amp;gt;&amp;lt;font id=&amp;quot;text&amp;quot;&amp;gt;null&amp;lt;/font&amp;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;
    &amp;lt;table cellpadding=&amp;quot;2&amp;quot; width=&amp;quot;100%&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;tr valign=&amp;quot;top&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;td width=&amp;quot;35%&amp;quot;&amp;gt;&amp;lt;font id=&amp;quot;title_catalogue_title_font&amp;quot;&amp;gt;Title&amp;lt;/font&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td width=&amp;quot;65%&amp;quot;&amp;gt;&amp;lt;font id=&amp;quot;text&amp;quot;&amp;gt;The New Terrorism: Anatomy, Trends and Counter-strategies&amp;lt;/font&amp;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;
    &amp;lt;table cellpadding=&amp;quot;2&amp;quot; width=&amp;quot;100%&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;tr valign=&amp;quot;top&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;td width=&amp;quot;35%&amp;quot;&amp;gt;&amp;lt;font id=&amp;quot;title_catalogue_title_font&amp;quot;&amp;gt;Imprint&amp;lt;/font&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td width=&amp;quot;65%&amp;quot;&amp;gt;&amp;lt;font id=&amp;quot;text&amp;quot;&amp;gt;Eastern Universities Press&amp;lt;/font&amp;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;
    &amp;lt;table cellpadding=&amp;quot;2&amp;quot; width=&amp;quot;100%&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;tr valign=&amp;quot;top&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;td width=&amp;quot;35%&amp;quot;&amp;gt;&amp;lt;font id=&amp;quot;title_catalogue_title_font&amp;quot;&amp;gt;Specifications&amp;lt;/font&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td width=&amp;quot;65%&amp;quot;&amp;gt;&amp;lt;font id=&amp;quot;text&amp;quot;&amp;gt;152 mm X 227 mm, 368 pp, limp with flaps, 500 gms&amp;lt;/font&amp;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;
    &amp;lt;table cellpadding=&amp;quot;2&amp;quot; width=&amp;quot;100%&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;tr valign=&amp;quot;top&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;td width=&amp;quot;35%&amp;quot;&amp;gt;&amp;lt;font id=&amp;quot;title_catalogue_title_font&amp;quot;&amp;gt;Authors&amp;lt;/font&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td width=&amp;quot;65%&amp;quot;&amp;gt;&amp;lt;font id=&amp;quot;text&amp;quot;&amp;gt;Andrew Tan &amp;amp;amp; Kumar Ramakrishna (eds)&amp;lt;/font&amp;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;
    &amp;lt;table cellpadding=&amp;quot;2&amp;quot; width=&amp;quot;100%&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;tr valign=&amp;quot;top&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;td width=&amp;quot;35%&amp;quot;&amp;gt;&amp;lt;font id=&amp;quot;title_catalogue_title_font&amp;quot;&amp;gt;Target Audience&amp;lt;/font&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td width=&amp;quot;65%&amp;quot;&amp;gt;&amp;lt;font id=&amp;quot;text&amp;quot;&amp;gt;University lecturers/researchers, undergraduate students, academicians and those interested in Regional Security Studies.&amp;lt;/font&amp;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;
    &amp;lt;table cellpadding=&amp;quot;2&amp;quot; width=&amp;quot;100%&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;tr valign=&amp;quot;top&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;td width=&amp;quot;35%&amp;quot;&amp;gt;&amp;lt;font id=&amp;quot;title_catalogue_title_font&amp;quot;&amp;gt;Price (SG)&amp;lt;/font&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td width=&amp;quot;65%&amp;quot;&amp;gt;&amp;lt;font id=&amp;quot;text&amp;quot;&amp;gt;S$ 39.00&amp;lt;/font&amp;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;
    &amp;lt;table cellpadding=&amp;quot;2&amp;quot; width=&amp;quot;100%&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;tr valign=&amp;quot;top&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;td width=&amp;quot;35%&amp;quot;&amp;gt;&amp;lt;font id=&amp;quot;title_catalogue_title_font&amp;quot;&amp;gt;Price (US)&amp;lt;/font&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td width=&amp;quot;65%&amp;quot;&amp;gt;&amp;lt;font id=&amp;quot;text&amp;quot;&amp;gt;US$ 30.00&amp;lt;/font&amp;gt; &amp;amp;nbsp; &amp;lt;a href=&amp;quot;javascript: addToCart()&amp;quot;&amp;gt;&amp;lt;img src=&amp;quot;/marshallcavendish/components/db_content/MC_AC_redirector/pic/addCart.gif&amp;quot; border=&amp;quot;0&amp;quot;/&amp;gt;&amp;lt;/a&amp;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;
    &amp;lt;br/&amp;gt;&lt;br /&gt;
    &amp;lt;br/&amp;gt;&lt;br /&gt;
    The terrorist attacks of September 11, 2001 on the World Trade Centre in New York and the Pentagon in Washington represented a true watershed in world history.&amp;lt;br/&amp;gt;&lt;br /&gt;
    &amp;lt;br/&amp;gt;&lt;br /&gt;
    The attacks revealed the horrifying nature of the so-called &amp;quot;new terrorism&amp;quot; that has emerged in the post-Cold War era. The new terrorism is defined by four key features:&amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;/font&amp;gt;&lt;br /&gt;
  &amp;lt;ul&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;&lt;br /&gt;
      &amp;lt;p align=&amp;quot;justify&amp;quot;&amp;gt;&amp;lt;font id=&amp;quot;text&amp;quot;&amp;gt;sheer lethality&amp;lt;/font&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
    &amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;&lt;br /&gt;
      &amp;lt;p align=&amp;quot;justify&amp;quot;&amp;gt;&amp;lt;font id=&amp;quot;text&amp;quot;&amp;gt;religious dimension&amp;lt;/font&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
    &amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;&lt;br /&gt;
      &amp;lt;p align=&amp;quot;justify&amp;quot;&amp;gt;&amp;lt;font id=&amp;quot;text&amp;quot;&amp;gt;networked organizational structure&amp;lt;/font&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
    &amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;&lt;br /&gt;
      &amp;lt;p align=&amp;quot;justify&amp;quot;&amp;gt;&amp;lt;font id=&amp;quot;text&amp;quot;&amp;gt;greatly enhanced striking power &amp;amp;nbsp; &amp;lt;/font&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
    &amp;lt;/li&amp;gt;&lt;br /&gt;
  &amp;lt;/ul&amp;gt;&lt;br /&gt;
  &amp;lt;font id=&amp;quot;text&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;div style=&amp;quot;&amp;quot; align=&amp;quot;&amp;quot;&amp;gt;As September 11 clearly demonstrated, the new terrorists can leverage on technology to inflict catastrophic damage even on superpowers, let alone other states.&amp;lt;br/&amp;gt;&lt;br /&gt;
    &amp;lt;br/&amp;gt;&lt;br /&gt;
    To examine the new dimensions of terrorism, a conference was organized in Singapore in late March 2002 that brought together a number of leading experts from a wide range of backgrounds from America, Europe and Asia, and the key findings are presented in this volume under the following headings:&amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;/font&amp;gt;&lt;br /&gt;
  &amp;lt;ul&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;&lt;br /&gt;
      &amp;lt;p align=&amp;quot;justify&amp;quot;&amp;gt;&amp;lt;font id=&amp;quot;text&amp;quot;&amp;gt;Anatomy of the new terrorism&amp;lt;/font&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
    &amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;&lt;br /&gt;
      &amp;lt;p align=&amp;quot;justify&amp;quot;&amp;gt;&amp;lt;font id=&amp;quot;text&amp;quot;&amp;gt;Terrorist trends and patterns in the Asia-Pacific region&amp;lt;/font&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
    &amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;&lt;br /&gt;
      &amp;lt;p align=&amp;quot;justify&amp;quot;&amp;gt;&amp;lt;font id=&amp;quot;text&amp;quot;&amp;gt;Religion and terrorism: Southeast Asian perspectives&amp;lt;/font&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
    &amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;&lt;br /&gt;
      &amp;lt;p align=&amp;quot;justify&amp;quot;&amp;gt;&amp;lt;font id=&amp;quot;text&amp;quot;&amp;gt;Formulating counter-strategies &amp;amp;nbsp; &amp;lt;/font&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
    &amp;lt;/li&amp;gt;&lt;br /&gt;
  &amp;lt;/ul&amp;gt;&lt;br /&gt;
  &amp;lt;font id=&amp;quot;text&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;div style=&amp;quot;&amp;quot; align=&amp;quot;&amp;quot;&amp;gt; &amp;lt;span style=&amp;quot;font-weight: bold;&amp;quot;&amp;gt; &amp;lt;b&amp;gt; About the Author: &amp;lt;/b&amp;gt; &amp;lt;/span&amp;gt; &amp;lt;br/&amp;gt;&lt;br /&gt;
    Both Andrew Tan and Kumar Ramakrishna are Assistant Professors at the Institute of Defence and Strategic Studies, Nanyang Technological University, Singapore.&amp;lt;br/&amp;gt;&lt;br /&gt;
    Andrew Tan received his M.Phil from Cambridge and PhD from the University of Sydney. His research interests are conflict (inter-state tensions, insurgencies, terrorism and force modernization) in Southeast Asia, and security issues in Asia.&amp;lt;br/&amp;gt;&lt;br /&gt;
    Kumar Ramakrishna obtained his PhD in History from the University of London in 1999. He teaches and writes on the history of strategic thought as well as the war on terror.&amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;/font&amp;gt;&lt;br /&gt;
  &amp;lt;td width=&amp;quot;18.666662&amp;quot; style=&amp;quot;valign: top; background-color: white ; &amp;quot; rowspan=&amp;quot;1&amp;quot; colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
  &amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;tr valign=&amp;quot;top&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;td width=&amp;quot;570.666524&amp;quot; style=&amp;quot;valign: top; background-color: white ; &amp;quot; rowspan=&amp;quot;1&amp;quot; colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
    &amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td width=&amp;quot;18.666662&amp;quot; style=&amp;quot;valign: top; background-color: white ; &amp;quot; rowspan=&amp;quot;1&amp;quot; colspan=&amp;quot;1&amp;quot;&amp;gt;&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;/div&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Oxford University Press (USA) homepage ===&lt;br /&gt;
[http://www.us.oup.com/us/?view=usa original] &lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
  &amp;lt;div class=&amp;quot;isbnSummaryDetails&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;h2&amp;gt; &amp;lt;a href=&amp;quot;/us/catalog/general/subject/HistoryAmerican/ColonialRevolutionary/?view=usa&amp;amp;amp;ci=0195162471&amp;quot;&amp;gt;The Glorious Cause&amp;lt;/a&amp;gt; &amp;lt;/h2&amp;gt;&lt;br /&gt;
    &amp;lt;div class=&amp;quot;subTitle&amp;quot;&amp;gt; The American Revolution, 1763-1789 &amp;lt;/div&amp;gt;&lt;br /&gt;
    &amp;lt;div class=&amp;quot;edition&amp;quot;&amp;gt; Revised and Expanded Edition &amp;lt;/div&amp;gt;&lt;br /&gt;
    &amp;lt;div class=&amp;quot;byline&amp;quot;&amp;gt; Robert Middlekauff &amp;lt;/div&amp;gt;&lt;br /&gt;
    &amp;lt;span class=&amp;quot;isbnNumber&amp;quot;&amp;gt;0195162471&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;format&amp;quot;&amp;gt;hardback&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;publicationDate&amp;quot;&amp;gt; Feb 2005 &amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;price&amp;quot;&amp;gt; $37.50 &amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;description&amp;quot;&amp;gt; The classic history of the American Revolution--now in an updated and expanded twentieth anniversary edition &amp;lt;/span&amp;gt;&lt;br /&gt;
    &amp;lt;div class=&amp;quot;related&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;h3&amp;gt;More &amp;lt;/h3&amp;gt;&lt;br /&gt;
      &amp;lt;!-- /HistoryAmerican/ColonialRevolutionary --&amp;gt;&lt;br /&gt;
      &amp;lt;a href=&amp;quot;/us/catalog/general/subject/HistoryAmerican/?view=usa&amp;amp;amp;sf=all&amp;quot;&amp;gt;History, American&amp;lt;/a&amp;gt; &amp;amp;gt; &amp;lt;a href=&amp;quot;/us/catalog/general/subject/HistoryAmerican/ColonialRevolutionary/?view=usa&amp;amp;amp;sf=all&amp;quot;&amp;gt;Colonial &amp;amp; Revolutionary&amp;lt;/a&amp;gt; &amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;!--/isbnSummaryDetails--&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Oxford University Press (USA) Product page ===&lt;br /&gt;
 [http://www.us.oup.com/us/catalog/general/subject/HistoryAmerican/ColonialRevolutionary/?view=usa&amp;amp;amp;ci=0195162471#Product_Details original]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
  &amp;lt;div class=&amp;quot;isbnProperties isbnSummary&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;div class=&amp;quot;isbnSummaryHeading&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;h1&amp;gt;The Glorious Cause&amp;lt;/h1&amp;gt;&lt;br /&gt;
      &amp;lt;div class=&amp;quot;subTitle&amp;quot;&amp;gt; The American Revolution, 1763-1789 &amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;div class=&amp;quot;edition&amp;quot;&amp;gt; Revised and Expanded Edition &amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;div class=&amp;quot;byline&amp;quot;&amp;gt; Robert Middlekauff &amp;lt;/div&amp;gt;&lt;br /&gt;
    &amp;lt;/div&amp;gt;&lt;br /&gt;
    &amp;lt;!--/isbnSummaryHeading--&amp;gt;&lt;br /&gt;
    &amp;lt;div class=&amp;quot;cover&amp;quot;&amp;gt; &amp;lt;span class=&amp;quot;bookShot&amp;quot;&amp;gt;&amp;lt;a href=&amp;quot;#&amp;quot;&amp;gt;&amp;lt;img src=&amp;quot;/images/covers/0195162471.jpg&amp;quot;&lt;br /&gt;
                     ... alt=&amp;quot;bookshot&amp;quot; /&amp;gt; &amp;lt;/a&amp;gt;&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;addToCart&amp;quot;&amp;gt;&amp;lt;a href=&amp;quot;http://www.us.oup.com/us/cart/cart.jsp?op=a&amp;amp;amp;i=0195162471&amp;amp;amp;c=85&amp;amp;amp;q=1&amp;amp;amp;r=http%3A%2F%2Fwww.us.oup.com%2Fus%2Fcatalog%2Fgeneral%2Fsubject%2FHistoryAmerican%2FColonialRevolutionary%2F%3Fview%3Dusa%26ci%3D0195162471&amp;quot;&amp;gt;Add to Cart&amp;lt;/a&amp;gt;&amp;lt;/span&amp;gt; &amp;lt;/div&amp;gt;&lt;br /&gt;
    &amp;lt;!--/cover--&amp;gt;&lt;br /&gt;
    &amp;lt;div class=&amp;quot;isbnSummaryDetails&amp;quot;&amp;gt; &amp;lt;span class=&amp;quot;isbnNumber&amp;quot;&amp;gt;0195162471&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;format&amp;quot;&amp;gt;hardback&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;pages&amp;quot;&amp;gt; 760 pages &amp;lt;/span&amp;gt;&lt;br /&gt;
      &amp;lt;div id=&amp;quot;generalinfo&amp;quot;&amp;gt; &amp;lt;span class=&amp;quot;publicationDate&amp;quot;&amp;gt;Feb 2005,&amp;amp;nbsp;&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;availability&amp;quot;&amp;gt; In Stock &amp;lt;/span&amp;gt; &amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;div class=&amp;quot;cost&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;h2&amp;gt;Price:&amp;lt;/h2&amp;gt;&lt;br /&gt;
        $37.50 &amp;lt;span class=&amp;quot;discountCode&amp;quot;&amp;gt;(02)&amp;lt;/span&amp;gt; &amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;div class=&amp;quot;shipping&amp;quot;&amp;gt; &amp;lt;a href=&amp;quot;/us/assets/shippingInfo.jsp?si=1.5&amp;amp;amp;so=3.75&amp;amp;amp;sc=0&amp;amp;amp;isi=5&amp;amp;amp;iso=5&amp;amp;amp;isc=0&amp;quot; target=&amp;quot;_blank&amp;quot; onclick=&amp;quot;window.open(this.href, this.target, 'height=445,width=445,scrollbars');&lt;br /&gt;
					  return false;&amp;quot;&amp;gt;Shipping Details&amp;lt;/a&amp;gt; &amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;div class=&amp;quot;moreSeries redArrow&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;h3&amp;gt;See more from the series&amp;lt;/h3&amp;gt;&lt;br /&gt;
        &amp;lt;ul&amp;gt;&lt;br /&gt;
          &amp;lt;li&amp;gt;&amp;lt;a href=&amp;quot;/us/catalog/general/series/OxfordHistoryoftheUnitedStates/?view=usa&amp;quot;&amp;gt;Oxford History of the United States, Vol. 3&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;/ul&amp;gt;&lt;br /&gt;
      &amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;!--moreSeries--&amp;gt;&lt;br /&gt;
    &amp;lt;/div&amp;gt;&lt;br /&gt;
    &amp;lt;!--/isbnSummaryDetails--&amp;gt;&lt;br /&gt;
  &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Thomson Gale product detail page ===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;div id =&amp;quot; title_main&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h2&amp;gt;Contemporary Literary Criticism&amp;lt;/h2&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div id =&amp;quot; credits&amp;quot;&amp;gt;&lt;br /&gt;
	&amp;lt;ul&amp;gt;&lt;br /&gt;
		&amp;lt;li&amp;gt;&amp;lt;h2&amp;gt;Excerpts from Criticism of the Works of Today's Novelists, Poets, Playwrights, Short Story Writers, Scriptwriters, &amp;amp; Other Creative Writers&amp;lt;/h2&amp;gt;&lt;br /&gt;
		Volume 1&amp;lt;/li&amp;gt;&lt;br /&gt;
		&lt;br /&gt;
		&amp;lt;li&amp;gt;&amp;lt;i&amp;gt;Published by Thomson Gale&amp;lt;/i&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
	&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div id =&amp;quot; description&amp;quot;&amp;gt;&lt;br /&gt;
	&amp;lt;p&amp;gt;Each print volume in this long-standing series profiles approximately 6-8 novelists, poets, playwrights and other creative writers by providing full-text or excerpted criticism taken from books, magazines, literary reviews, newspapers and scholarly journals. Among those profiled in this volume are:&amp;lt;/p&amp;gt;&lt;br /&gt;
	&amp;lt;ul&amp;gt;&lt;br /&gt;
		&amp;lt;li&amp;gt;Kingsley Amis&lt;br /&gt;
		&amp;lt;li&amp;gt;John Dos Passos&lt;br /&gt;
		&amp;lt;li&amp;gt;Hermann Hesse&lt;br /&gt;
		&amp;lt;li&amp;gt;Ezra Pound&lt;br /&gt;
	&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;!-- Description --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div id =&amp;quot; detail&amp;quot;&amp;gt;&lt;br /&gt;
	&amp;lt;ul&amp;gt;&lt;br /&gt;
		&amp;lt;li&amp;gt;Published/Released:&amp;lt;strong&amp;gt; March 1973&amp;lt;/strong&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
		&amp;lt;li&amp;gt;ISBN: &amp;lt;strong&amp;gt;0-8103-0100-8&amp;lt;/strong&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
		&amp;lt;li&amp;gt;Product number: &amp;lt;strong&amp;gt;001415&amp;lt;/strong&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
		&amp;lt;li&amp;gt;Page count: &amp;lt;strong&amp;gt;485 pp./vol.&amp;lt;/strong&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
		&amp;lt;li&amp;gt;Shipping Weight: &amp;lt;strong&amp;gt;5.00 lbs (2.27 kgs)&amp;lt;/strong&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
	&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;  &amp;lt;!-- /detail--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div id =&amp;quot; price&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;P&amp;gt;Price: US $205.00&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Wolfram Mathworld ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;p class=&amp;quot;Reference&amp;quot;&amp;gt;&lt;br /&gt;
Drmota, M. and Tichy, R. F. &amp;lt;i&amp;gt;&amp;lt;a href=&amp;quot;...&amp;quot; class=&amp;quot;Hyperlink&amp;quot;&amp;gt;Sequences, Discrepancies and Applications.&amp;lt;/a&amp;gt;&amp;lt;/i&amp;gt; New York: Springer-Verlag,&lt;br /&gt;
 1997.&lt;br /&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;
== Breakdown of Citation Elements ==&lt;br /&gt;
&lt;br /&gt;
Using the above examples, various parts of the citations (titles, authors, etc.) can be grouped together for comparision:&lt;br /&gt;
&lt;br /&gt;
=== Book titles: ===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;amp;lt;span id=&amp;quot;title&amp;quot; class=&amp;quot;producttitle&amp;quot;&amp;amp;gt;The 1920's&amp;amp;lt;/span&amp;amp;gt;&lt;br /&gt;
(ABC-CLIO product detail page)&lt;br /&gt;
&lt;br /&gt;
&amp;amp;lt;div class=&amp;quot;title&amp;quot;&amp;amp;gt; &amp;amp;lt;a href=&amp;quot;...&amp;quot;&amp;amp;gt;The Greenwood Encyclopedia of World Folklore and Folklife&amp;amp;lt;/a&amp;amp;gt; &amp;amp;lt;/div&amp;amp;gt;&lt;br /&gt;
(Greenwood Press homepage)&lt;br /&gt;
&lt;br /&gt;
&amp;amp;lt;span id=&amp;quot;lblTitle&amp;quot; class=&amp;quot;book_headline block&amp;quot;&amp;amp;gt;The Greenwood Encyclopedia of World Folklore and Folklife&amp;amp;lt;/span&amp;amp;gt;&lt;br /&gt;
(Greenwood Press product detail page)&lt;br /&gt;
&lt;br /&gt;
&amp;amp;lt;td width=&amp;quot;35%&amp;quot;&amp;amp;gt;&amp;amp;lt;font id=&amp;quot;title_catalogue_title_font&amp;quot;&amp;amp;gt;Title&amp;amp;lt;/font&amp;amp;gt;&amp;amp;lt;/td&amp;amp;gt;&lt;br /&gt;
&amp;amp;lt;td width=&amp;quot;65%&amp;quot;&amp;amp;gt;&amp;amp;lt;font id=&amp;quot;text&amp;quot;&amp;amp;gt;The New Terrorism: Anatomy, Trends and Counter-strategies&amp;amp;lt;/font&amp;amp;gt;&amp;amp;lt;/td&amp;amp;gt;&lt;br /&gt;
(Marshall Cavendish product detail page)&lt;br /&gt;
&lt;br /&gt;
&amp;amp;lt;h2&amp;amp;gt; &amp;amp;lt;a href=&amp;quot;...&amp;quot;&amp;amp;gt;The Glorious Cause&amp;amp;lt;/a&amp;amp;gt; &amp;amp;lt;/h2&amp;amp;gt;&lt;br /&gt;
(Oxford Univ. Press, homepage)&lt;br /&gt;
&lt;br /&gt;
&amp;amp;lt;h1&amp;amp;gt;The Glorious Cause&amp;amp;lt;/h1&amp;amp;gt;&lt;br /&gt;
(OUP, product detail page)&lt;br /&gt;
&lt;br /&gt;
&amp;amp;lt;h2&amp;amp;gt;Contemporary Literary Criticism&amp;amp;lt;/h2&amp;amp;gt;&lt;br /&gt;
(Thomson Gale, product detail page)&lt;br /&gt;
&lt;br /&gt;
&amp;amp;lt;span id=&amp;quot;ctlBookDetailHeader_lblTitle&amp;quot; class=&amp;quot;ProdTitle&amp;quot;&amp;amp;gt;Talk and Interaction in Social Research Methods&amp;amp;lt;/span&amp;amp;gt; (SAGE Publications)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Also, many examples where books presented in table format with Title as cell header, or presented &amp;quot;Title: &amp;quot;&lt;br /&gt;
&lt;br /&gt;
=== Book Series Name: ===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;amp;lt;span id=&amp;quot;serieslbl&amp;quot; class=&amp;quot;productsubtitle&amp;quot;&amp;amp;gt;&amp;amp;lt;a href=&amp;quot;...&amp;quot;&amp;amp;gt;Teaching With Documents Series&amp;amp;lt;/a&amp;amp;gt;&amp;amp;lt;/span&amp;amp;gt;&lt;br /&gt;
(ABC-CLIO)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Sub-title: ===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;amp;lt;span id=&amp;quot;subtitle&amp;quot; class=&amp;quot;productsubtitle&amp;quot;&amp;amp;gt;&amp;amp;lt;/span&amp;amp;gt;&lt;br /&gt;
(ABC-CLIO)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;amp;lt;div class=&amp;quot;sub_title&amp;quot;&amp;amp;gt;[Four Volumes]&amp;amp;lt;/div&amp;amp;gt;&lt;br /&gt;
(Greenwood, homepage)&lt;br /&gt;
&lt;br /&gt;
&amp;amp;lt;span id=&amp;quot;lblSubTitle&amp;quot; class=&amp;quot;book_subline&amp;quot;&amp;amp;gt;[Four Volumes]&amp;amp;lt;/span&amp;amp;gt;&lt;br /&gt;
(Greenwood, product page)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;amp;lt;div class=&amp;quot;subTitle&amp;quot;&amp;amp;gt; The American Revolution, 1763-1789 &amp;amp;lt;/div&amp;amp;gt;&lt;br /&gt;
(OUP)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Author: ===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;amp;lt;span id=&amp;quot;credit&amp;quot; class=&amp;quot;productauthor&amp;quot;&amp;amp;gt;&amp;amp;lt;/span&amp;amp;gt;&lt;br /&gt;
(ABC-CLIO)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;amp;lt;div class=&amp;quot;author&amp;quot;&amp;amp;gt;William M. Clements&amp;amp;lt;/div&amp;amp;gt;&lt;br /&gt;
(Greenwood)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;amp;lt;td width=&amp;quot;35%&amp;quot;&amp;amp;gt;&amp;amp;lt;font id=&amp;quot;title_catalogue_title_font&amp;quot;&amp;amp;gt;Authors&amp;amp;lt;/font&amp;amp;gt;&amp;amp;lt;/td&amp;amp;gt;&lt;br /&gt;
&amp;amp;lt;td width=&amp;quot;65%&amp;quot;&amp;amp;gt;&amp;amp;lt;font id=&amp;quot;text&amp;quot;&amp;amp;gt;Andrew Tan &amp;amp;amp; Kumar Ramakrishna (eds)&amp;amp;lt;/font&amp;amp;gt;&amp;amp;lt;/td&amp;amp;gt;&lt;br /&gt;
(Marshall Cavendish)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;amp;lt;div class=&amp;quot;byline&amp;quot;&amp;amp;gt; Robert Middlekauff &amp;amp;lt;/div&amp;amp;gt;&lt;br /&gt;
(OUP)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Publication Date: ===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;amp;lt;span id=&amp;quot;pubdate&amp;quot; class=&amp;quot;productdetailbody&amp;quot;&amp;amp;gt;11/2001&amp;amp;lt;/span&amp;amp;gt;&lt;br /&gt;
(ABC-CLIO -- see table structure)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;amp;lt;div id=&amp;quot;pnlPubDate&amp;quot;&amp;amp;gt; &amp;amp;lt;span class=&amp;quot;book_options&amp;quot;&amp;amp;gt;Publication Date:&amp;amp;lt;/span&amp;amp;gt; &amp;amp;lt;span id=&amp;quot;lblPubDate&amp;quot;&amp;amp;gt;12/30/2005&amp;amp;lt;/span&amp;amp;gt; &amp;amp;lt;/div&amp;amp;gt;&lt;br /&gt;
(Greenwood, detail page)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;amp;lt;span class=&amp;quot;publicationDate&amp;quot;&amp;amp;gt; Feb 2005 &amp;amp;lt;/span&amp;amp;gt;&lt;br /&gt;
(OUP)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;amp;lt;li&amp;amp;gt;Published/Released:&amp;amp;lt;strong&amp;amp;gt; March 1973&amp;amp;lt;/strong&amp;amp;gt;&amp;amp;lt;/li&amp;amp;gt;&lt;br /&gt;
(Thomson Gale)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Volumes: ===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;amp;lt;td ... class=&amp;quot;productdetailhead&amp;quot;&amp;amp;gt;&amp;amp;lt;span id=&amp;quot;volumeslabel&amp;quot; class=&amp;quot;productdetailhead&amp;quot;&amp;amp;gt;Volumes&amp;amp;lt;/span&amp;amp;gt;&amp;amp;lt;/td&amp;amp;gt;&lt;br /&gt;
&amp;amp;lt;td ... class=&amp;quot;productdetailbody&amp;quot;&amp;amp;gt;&amp;amp;lt;span id=&amp;quot;volumes&amp;quot; class=&amp;quot;productdetailbody&amp;quot;&amp;amp;gt;1&amp;amp;lt;/span&amp;amp;gt;&amp;amp;lt;/td&amp;amp;gt;&lt;br /&gt;
(ABC-CLIO)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== ISBN: ===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;amp;lt;td class=&amp;quot;productdetailhead&amp;quot; ...&amp;amp;gt;&amp;amp;lt;span id=&amp;quot;ISBNLabel&amp;quot;&amp;amp;gt;ISBN&amp;amp;lt;/span&amp;amp;gt;&amp;amp;lt;/td&amp;amp;gt;&lt;br /&gt;
&amp;amp;lt;td class=&amp;quot;productdetailbody&amp;quot;&amp;amp;gt;1-57607-785-3&amp;amp;lt;/td&amp;amp;gt;&lt;br /&gt;
(ABC-CLIO)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;amp;lt;div class=&amp;quot;isbn&amp;quot;&amp;amp;gt;0-313-32847-1&amp;amp;lt;/div&amp;amp;gt;&lt;br /&gt;
(Greenwood, homepage)&lt;br /&gt;
&lt;br /&gt;
&amp;amp;lt;div id=&amp;quot;pnlIsbn&amp;quot;&amp;amp;gt; &amp;amp;lt;span class=&amp;quot;book_options&amp;quot;&amp;amp;gt;ISBN:&amp;amp;lt;/span&amp;amp;gt; &amp;amp;lt;span id=&amp;quot;lblIsbn&amp;quot;&amp;amp;gt;0-313-32847-1&amp;amp;lt;/span&amp;amp;gt; &amp;amp;lt;/div&amp;amp;gt;&lt;br /&gt;
(Greenwood, product page)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;amp;lt;td width=&amp;quot;35%&amp;quot;&amp;amp;gt;&amp;amp;lt;font id=&amp;quot;title_catalogue_title_font&amp;quot;&amp;amp;gt;ISBN Number&amp;amp;lt;/font&amp;amp;gt;&amp;amp;lt;/td&amp;amp;gt;&lt;br /&gt;
&amp;amp;lt;td width=&amp;quot;65%&amp;quot;&amp;amp;gt;&amp;amp;lt;font id=&amp;quot;text&amp;quot;&amp;amp;gt;9812102108&amp;amp;lt;/font&amp;amp;gt;&amp;amp;lt;/td&amp;amp;gt;&lt;br /&gt;
(Marshall Cavendish)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;amp;lt;span class=&amp;quot;isbnNumber&amp;quot;&amp;amp;gt;0195162471&amp;amp;lt;/span&amp;amp;gt;&lt;br /&gt;
(OUP)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;amp;lt;li&amp;amp;gt;ISBN: &amp;amp;lt;strong&amp;amp;gt;0-8103-0100-8&amp;amp;lt;/strong&amp;amp;gt;&amp;amp;lt;/li&amp;amp;gt;&lt;br /&gt;
(Thomson Gale)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Book Edition: ===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;amp;lt;div class=&amp;quot;edition&amp;quot;&amp;amp;gt; Revised and Expanded Edition &amp;amp;lt;/div&amp;amp;gt;&lt;br /&gt;
(OUP)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Added by [[User:Tim White|Tim]]&lt;br /&gt;
&lt;br /&gt;
== RFC vCard Example ==&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
9.  References&lt;br /&gt;
&lt;br /&gt;
   [ISO 8601]    ISO 8601:1988 - Data elements and interchange formats -&lt;br /&gt;
                 Information interchange - Representation of dates and&lt;br /&gt;
                 times - The International Organization for&lt;br /&gt;
                 Standardization, June, 1988.&lt;br /&gt;
&lt;br /&gt;
   [ISO 8601 TC] ISO 8601, Technical Corrigendum 1 - Data elements and&lt;br /&gt;
                 interchange formats - Information interchange -&lt;br /&gt;
                 Representation of dates and times - The International&lt;br /&gt;
                 Organization for Standardization, May, 1991.&lt;br /&gt;
&lt;br /&gt;
   [ISO 9070]    ISO 9070, Information Processing - SGML support&lt;br /&gt;
                 facilities - Registration Procedures for Public Text&lt;br /&gt;
                 Owner Identifiers, April, 1991.&lt;br /&gt;
&lt;br /&gt;
   [CCITT E.163] Recommendation E.163 - Numbering Plan for The&lt;br /&gt;
                 International Telephone Service, CCITT Blue Book,&lt;br /&gt;
                 Fascicle II.2, pp.  128-134, November, 1988.&lt;br /&gt;
&lt;br /&gt;
   [CCITT X.121] Recommendation X.121 - International Numbering Plan for&lt;br /&gt;
                 Public Data Networks, CCITT Blue Book, Fascicle VIII.3,&lt;br /&gt;
                 pp. 317-332, November, 1988.&lt;br /&gt;
&lt;br /&gt;
   [CCITT X.520] Recommendation X.520 - The Directory - Selected&lt;br /&gt;
                 Attribute Types, November 1988.&lt;br /&gt;
&lt;br /&gt;
   [CCITT X.521] Recommendation X.521 - The Directory - Selected Object&lt;br /&gt;
                 Classes, November 1988.&lt;br /&gt;
&lt;br /&gt;
   [MIME-DIR]    Howes, T., Smith, M., and F. Dawson, &amp;quot;A MIME Content-&lt;br /&gt;
                 Type for Directory Information&amp;quot;, RFC 2425, September&lt;br /&gt;
                 1998.&lt;br /&gt;
&lt;br /&gt;
   [RFC 1738]    Berners-Lee, T., Masinter, L., and M. McCahill,&lt;br /&gt;
                 &amp;quot;Uniform Resource Locators (URL)&amp;quot;, RFC 1738, December&lt;br /&gt;
                 1994.&lt;br /&gt;
&lt;br /&gt;
   [RFC 1766]    Alvestrand, H., &amp;quot;Tags for the Identification of&lt;br /&gt;
                 Languages&amp;quot;, RFC 1766, March 1995.&lt;br /&gt;
&lt;br /&gt;
   [RFC 1872]    Levinson, E., &amp;quot;The MIME Multipart/Related Content-&lt;br /&gt;
                 type&amp;quot;, RFC 1872, December 1995.&lt;br /&gt;
&lt;br /&gt;
   [RFC 2045]    Freed, N., and N. Borenstein, &amp;quot;Multipurpose Internet&lt;br /&gt;
                 Mail Extensions (MIME) - Part One: Format of Internet&lt;br /&gt;
                 Message Bodies&amp;quot;, RFC 2045, November 1996.&lt;br /&gt;
&lt;br /&gt;
   [RFC 2046]    Freed, N., and N. Borenstein, &amp;quot;Multipurpose Internet&lt;br /&gt;
                 Mail Extensions (MIME) - Part Two: Media Types&amp;quot;, RFC&lt;br /&gt;
                 2046, November 1996.&lt;br /&gt;
&lt;br /&gt;
   [RFC 2047]    Moore, K., &amp;quot;Multipurpose Internet Mail Extensions&lt;br /&gt;
                 (MIME) - Part Three: Message Header Extensions for&lt;br /&gt;
                 Non-ASCII Text&amp;quot;, RFC 2047, November 1996.&lt;br /&gt;
&lt;br /&gt;
   [RFC 2048]    Freed, N., Klensin, J., and J. Postel, &amp;quot;Multipurpose&lt;br /&gt;
                 Internet Mail Extensions (MIME) - Part Four:&lt;br /&gt;
                 Registration Procedures&amp;quot;, RFC 2048, January 1997.&lt;br /&gt;
&lt;br /&gt;
   [RFC 2119]    Bradner, S., &amp;quot;Key words for use in RFCs to Indicate&lt;br /&gt;
                 Requirement Levels&amp;quot;, BCP 14, RFC 2119, March 1997.&lt;br /&gt;
&lt;br /&gt;
   [RFC 2234]    Crocker, D., and P. Overell, &amp;quot;Augmented BNF for Syntax&lt;br /&gt;
                 Specifications: ABNF&amp;quot;, RFC 2234, November 1997.&lt;br /&gt;
&lt;br /&gt;
   [UNICODE]     &amp;quot;The Unicode Standard - Version 2.0&amp;quot;, The Unicode&lt;br /&gt;
                 Consortium, July 1996.&lt;br /&gt;
&lt;br /&gt;
   [VCARD]       Internet Mail Consortium, &amp;quot;vCard - The Electronic&lt;br /&gt;
                 Business Card Version 2.1&amp;quot;,&lt;br /&gt;
                 http://www.imc.org/pdi/vcard-21.txt, September 18,&lt;br /&gt;
                 1996.&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
[http://www.faqs.org/rfcs/rfc2426.html vCard RFC]&lt;br /&gt;
&lt;br /&gt;
== W3C XHTML Spec Example ==&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;h1&amp;gt;&amp;lt;a name=&amp;quot;refs&amp;quot; id=&amp;quot;refs&amp;quot;&amp;gt;E.&amp;lt;/a&amp;gt; References&amp;lt;/h1&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;lt;strong&amp;gt;This appendix is informative.&amp;lt;/strong&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dl&amp;gt;&lt;br /&gt;
&amp;lt;dt&amp;gt;&amp;lt;a name=&amp;quot;ref-css2&amp;quot; id=&amp;quot;ref-css2&amp;quot;&amp;gt;&amp;lt;strong&amp;gt;[CSS2]&amp;lt;/strong&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/dt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dd&amp;gt;&amp;quot;&amp;lt;cite&amp;gt;&amp;lt;a href=&amp;quot;http://www.w3.org/TR/1998/REC-CSS2-19980512&amp;quot;&amp;gt;Cascading Style Sheets, level 2 (CSS2) Specification&amp;lt;/a&amp;gt;&amp;lt;/cite&amp;gt;&amp;quot;, B. Bos, H. W. Lie, C. Lilley, I. Jacobs, 12 May 1998.&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;a href=&amp;quot;http://www.w3.org/TR/REC-CSS2&amp;quot;&amp;gt;Latest version&amp;lt;/a&amp;gt; available at: http://www.w3.org/TR/REC-CSS2&amp;lt;/dd&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dt&amp;gt;&amp;lt;a name=&amp;quot;ref-dom&amp;quot; id=&amp;quot;ref-dom&amp;quot;&amp;gt;&amp;lt;strong&amp;gt;[DOM]&amp;lt;/strong&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/dt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dd&amp;gt;&amp;quot;&amp;lt;cite&amp;gt;&amp;lt;a href=&amp;quot;http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001&amp;quot;&amp;gt;Document Object Model (DOM) Level 1 Specification&amp;lt;/a&amp;gt;&amp;lt;/cite&amp;gt;&amp;quot;, Lauren Wood &amp;lt;em lang=&amp;quot;lt&amp;quot; xml:lang=&amp;quot;lt&amp;quot;&amp;gt;et al.&amp;lt;/em&amp;gt;, 1 October&lt;br /&gt;
1998.&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;a href=&amp;quot;http://www.w3.org/TR/REC-DOM-Level-1&amp;quot;&amp;gt;Latest version&amp;lt;/a&amp;gt; available at: http://www.w3.org/TR/REC-DOM-Level-1&amp;lt;/dd&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dt&amp;gt;&amp;lt;a name=&amp;quot;ref-dom2&amp;quot; id=&amp;quot;ref-dom2&amp;quot;&amp;gt;&amp;lt;strong&amp;gt;[DOM2]&amp;lt;/strong&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/dt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dd&amp;gt;&amp;quot;&amp;lt;cite&amp;gt;&amp;lt;a href=&amp;quot;http://www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113&amp;quot;&amp;gt;Document Object Model (DOM) Level 2 Core Specification&amp;lt;/a&amp;gt;&amp;lt;/cite&amp;gt;&amp;quot;, A. Le&amp;amp;#160;Hors, &amp;lt;em lang=&amp;quot;lt&amp;quot; xml:lang=&amp;quot;lt&amp;quot;&amp;gt;et&lt;br /&gt;
al.&amp;lt;/em&amp;gt;, 13 November 2000.&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;a href=&amp;quot;http://www.w3.org/TR/DOM-Level-2-Core&amp;quot;&amp;gt;Latest version&amp;lt;/a&amp;gt; available at: http://www.w3.org/TR/DOM-Level-2-Core&amp;lt;/dd&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dt&amp;gt;&amp;lt;a name=&amp;quot;ref-html4&amp;quot; id=&amp;quot;ref-html4&amp;quot;&amp;gt;&amp;lt;strong&amp;gt;[HTML]&amp;lt;/strong&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/dt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dd&amp;gt;&amp;quot;&amp;lt;cite&amp;gt;&amp;lt;a href=&amp;quot;http://www.w3.org/TR/1999/REC-html401-19991224&amp;quot;&amp;gt;HTML 4.01 Specification&amp;lt;/a&amp;gt;&amp;lt;/cite&amp;gt;&amp;quot;, D. Raggett, A. Le&amp;amp;#160;Hors, I. Jacobs, 24 December 1999.&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;a href=&amp;quot;http://www.w3.org/TR/html401&amp;quot;&amp;gt;Latest version&amp;lt;/a&amp;gt; available at: http://www.w3.org/TR/html401&amp;lt;/dd&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dt&amp;gt;&amp;lt;a name=&amp;quot;ref-posix.1&amp;quot; id=&amp;quot;ref-posix.1&amp;quot;&amp;gt;&amp;lt;strong&amp;gt;[POSIX.1]&amp;lt;/strong&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/dt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dd&amp;gt;&amp;quot;&amp;lt;cite&amp;gt;ISO/IEC 9945-1:1990 Information Technology - Portable Operating System Interface (POSIX) - Part 1: System Application Program Interface (API) [C Language]&amp;lt;/cite&amp;gt;&amp;quot;, Institute of Electrical&lt;br /&gt;
and Electronics Engineers, Inc, 1990.&amp;lt;/dd&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dt&amp;gt;&amp;lt;a id=&amp;quot;ref-rfc2045&amp;quot; name=&amp;quot;ref-rfc2045&amp;quot;&amp;gt;&amp;lt;strong&amp;gt;[RFC2045]&amp;lt;/strong&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/dt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dd&amp;gt;&amp;quot;&amp;lt;cite&amp;gt;&amp;lt;a href=&amp;quot;http://www.ietf.org/rfc/rfc2045.txt&amp;quot;&amp;gt;Multipurpose Internet Mail Extensions (MIME) Part One: Format of Internet Message Bodies&amp;lt;/a&amp;gt;&amp;lt;/cite&amp;gt;&amp;quot;, N. Freed and N. Borenstein, November&lt;br /&gt;
1996. Note that this RFC obsoletes RFC1521, RFC1522, and RFC1590.&amp;lt;/dd&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dt&amp;gt;&amp;lt;a name=&amp;quot;ref-rfc2046&amp;quot; id=&amp;quot;ref-rfc2046&amp;quot;&amp;gt;&amp;lt;strong&amp;gt;[RFC2046]&amp;lt;/strong&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/dt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dd&amp;gt;&amp;quot;&amp;lt;cite&amp;gt;&amp;lt;a href=&amp;quot;http://www.ietf.org/rfc/rfc2046.txt&amp;quot;&amp;gt;RFC2046: Multipurpose Internet Mail Extensions (MIME) Part Two: Media Types&amp;lt;/a&amp;gt;&amp;lt;/cite&amp;gt;&amp;quot;, N. Freed and N. Borenstein, November 1996.&amp;lt;br /&amp;gt;&lt;br /&gt;
Available at &amp;lt;a href=&amp;quot;http://www.ietf.org/rfc/rfc2046.txt&amp;quot;&amp;gt;http://www.ietf.org/rfc/rfc2046.txt&amp;lt;/a&amp;gt;. Note that this RFC obsoletes RFC1521, RFC1522, and RFC1590.&amp;lt;/dd&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dt&amp;gt;&amp;lt;a name=&amp;quot;ref-rfc2119&amp;quot; id=&amp;quot;ref-rfc2119&amp;quot;&amp;gt;&amp;lt;strong&amp;gt;[RFC2119]&amp;lt;/strong&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/dt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dd&amp;gt;&amp;quot;&amp;lt;cite&amp;gt;&amp;lt;a href=&amp;quot;http://www.ietf.org/rfc/rfc2119.txt&amp;quot;&amp;gt;RFC2119: Key words for use in RFCs to Indicate Requirement Levels&amp;lt;/a&amp;gt;&amp;lt;/cite&amp;gt;&amp;quot;, S. Bradner, March 1997.&amp;lt;br /&amp;gt;&lt;br /&gt;
Available at: http://www.ietf.org/rfc/rfc2119.txt&amp;lt;/dd&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dt&amp;gt;&amp;lt;a name=&amp;quot;ref-rfc2376&amp;quot; id=&amp;quot;ref-rfc2376&amp;quot;&amp;gt;&amp;lt;strong&amp;gt;[RFC2376]&amp;lt;/strong&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/dt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dd&amp;gt;&amp;quot;&amp;lt;cite&amp;gt;&amp;lt;a href=&amp;quot;http://www.ietf.org/rfc/rfc2376.txt&amp;quot;&amp;gt;RFC2376: XML Media Types&amp;lt;/a&amp;gt;&amp;lt;/cite&amp;gt;&amp;quot;, E. Whitehead, M. Murata, July 1998.&amp;lt;br /&amp;gt;&lt;br /&gt;
This document is obsoleted by [&amp;lt;a href=&amp;quot;#ref-rfc3023&amp;quot;&amp;gt;RFC3023&amp;lt;/a&amp;gt;].&amp;lt;br /&amp;gt;&lt;br /&gt;
Available at: http://www.ietf.org/rfc/rfc2376.txt&amp;lt;/dd&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dt&amp;gt;&amp;lt;a name=&amp;quot;ref-rfc2396&amp;quot; id=&amp;quot;ref-rfc2396&amp;quot;&amp;gt;&amp;lt;strong&amp;gt;[RFC2396]&amp;lt;/strong&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/dt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dd&amp;gt;&amp;quot;&amp;lt;cite&amp;gt;&amp;lt;a href=&amp;quot;http://www.ietf.org/rfc/rfc2396.txt&amp;quot;&amp;gt;RFC2396: Uniform Resource Identifiers (URI): Generic Syntax&amp;lt;/a&amp;gt;&amp;lt;/cite&amp;gt;&amp;quot;, T. Berners-Lee, R. Fielding, L. Masinter, August 1998.&amp;lt;br /&amp;gt;&lt;br /&gt;
This document updates RFC1738 and RFC1808.&amp;lt;br /&amp;gt;&lt;br /&gt;
Available at: http://www.ietf.org/rfc/rfc2396.txt&amp;lt;/dd&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dt&amp;gt;&amp;lt;a name=&amp;quot;ref-rfc2854&amp;quot; id=&amp;quot;ref-rfc2854&amp;quot;&amp;gt;&amp;lt;strong&amp;gt;[RFC2854]&amp;lt;/strong&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/dt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dd&amp;gt;&amp;quot;&amp;lt;cite&amp;gt;&amp;lt;a href=&amp;quot;http://www.ietf.org/rfc/rfc2854.txt&amp;quot;&amp;gt;RFC2854: The text/html Media Type&amp;lt;/a&amp;gt;&amp;lt;/cite&amp;gt;&amp;quot;, D. Conolly, L. Masinter, June 2000.&amp;lt;br /&amp;gt;&lt;br /&gt;
Available at: http://www.ietf.org/rfc/rfc2854.txt&amp;lt;/dd&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dt&amp;gt;&amp;lt;a name=&amp;quot;ref-rfc3023&amp;quot; id=&amp;quot;ref-rfc3023&amp;quot;&amp;gt;&amp;lt;strong&amp;gt;[RFC3023]&amp;lt;/strong&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/dt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dd&amp;gt;&amp;quot;&amp;lt;cite&amp;gt;&amp;lt;a href=&amp;quot;http://www.ietf.org/rfc/rfc3023.txt&amp;quot;&amp;gt;RFC3023: XML Media Types&amp;lt;/a&amp;gt;&amp;lt;/cite&amp;gt;&amp;quot;, M. Murata, S. St.Laurent, D. Kohn, January 2001.&amp;lt;br /&amp;gt;&lt;br /&gt;
This document obsoletes [&amp;lt;a href=&amp;quot;#ref-rfc2376&amp;quot;&amp;gt;RFC2376&amp;lt;/a&amp;gt;].&amp;lt;br /&amp;gt;&lt;br /&gt;
Available at: http://www.ietf.org/rfc/rfc3023.txt&amp;lt;/dd&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dt&amp;gt;&amp;lt;a id=&amp;quot;ref-rfc3066&amp;quot; name=&amp;quot;ref-rfc3066&amp;quot;&amp;gt;&amp;lt;strong&amp;gt;[RFC3066]&amp;lt;/strong&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/dt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dd&amp;gt;&amp;quot;&amp;lt;a href=&amp;quot;http://www.ietf.org/rfc/rfc3066.txt&amp;quot;&amp;gt;Tags for the Identification of Languages&amp;lt;/a&amp;gt;&amp;quot;, H. Alvestrand, January 2001.&amp;lt;br /&amp;gt;&lt;br /&gt;
Available at: http://www.ietf.org/rfc/rfc3066.txt&amp;lt;/dd&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dt&amp;gt;&amp;lt;a id=&amp;quot;ref-rfc3236&amp;quot; name=&amp;quot;ref-rfc3236&amp;quot;&amp;gt;&amp;lt;strong&amp;gt;[RFC3236]&amp;lt;/strong&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/dt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dd&amp;gt;&amp;quot;&amp;lt;a href=&amp;quot;http://www.ietf.org/rfc/rfc3236.txt&amp;quot;&amp;gt;The 'application/xhtml+xml' Media Type&amp;lt;/a&amp;gt;&amp;quot;, M. Baker, P. Stark, January 2002.&amp;lt;br /&amp;gt;&lt;br /&gt;
Available at: http://www.ietf.org/rfc/rfc3236.txt&amp;lt;/dd&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dt&amp;gt;&amp;lt;a id=&amp;quot;ref-xhtml-mathml&amp;quot; name=&amp;quot;ref-xhtml-mathml&amp;quot;&amp;gt;&amp;lt;strong&amp;gt;[XHTML+MathML]&amp;lt;/strong&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/dt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dd&amp;gt;&amp;lt;cite&amp;gt;&amp;quot;&amp;lt;a href=&amp;quot;http://www.w3.org/TR/MathML2/dtd/xhtml-math11-f.dtd&amp;quot;&amp;gt;XHTML plus Math 1.1 &amp;lt;abbr title=&amp;quot;Document Type Definition&amp;quot;&amp;gt;DTD&amp;lt;/abbr&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/cite&amp;gt;&amp;quot;, &amp;quot;A.2 MathML as a DTD Module&amp;quot;, Mathematical&lt;br /&gt;
Markup Language (MathML) Version 2.0. Available at: http://www.w3.org/TR/MathML2/dtd/xhtml-math11-f.dtd&amp;lt;/dd&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dt&amp;gt;&amp;lt;a id=&amp;quot;ref-xhtmlmime&amp;quot; name=&amp;quot;ref-xhtmlmime&amp;quot;&amp;gt;&amp;lt;strong&amp;gt;[XHTMLMIME]&amp;lt;/strong&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/dt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dd&amp;gt;&amp;quot;&amp;lt;cite&amp;gt;&amp;lt;a href=&amp;quot;http://www.w3.org/TR/2002/NOTE-xhtml-media-types-20020801&amp;quot;&amp;gt;XHTML Media Types&amp;lt;/a&amp;gt;&amp;lt;/cite&amp;gt;&amp;quot;, Masayasu Ishikawa, 1 August 2002.&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;a href=&amp;quot;http://www.w3.org/TR/xhtml-media-types&amp;quot;&amp;gt;Latest version&amp;lt;/a&amp;gt; available at: http://www.w3.org/TR/xhtml-media-types&amp;lt;/dd&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dt&amp;gt;&amp;lt;a id=&amp;quot;ref-xhtmlmod&amp;quot; name=&amp;quot;ref-xhtmlmod&amp;quot;&amp;gt;&amp;lt;strong&amp;gt;[XHTMLMOD]&amp;lt;/strong&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/dt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dd&amp;gt;&amp;quot;&amp;lt;cite&amp;gt;&amp;lt;a href=&amp;quot;http://www.w3.org/TR/2001/REC-xhtml-modularization-20010410&amp;quot;&amp;gt;Modularization of XHTML&amp;lt;/a&amp;gt;&amp;lt;/cite&amp;gt;&amp;quot;, M. Altheim et al., 10 April 2001.&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;a href=&amp;quot;http://www.w3.org/TR/xhtml-modularization&amp;quot;&amp;gt;Latest version&amp;lt;/a&amp;gt; available at: http://www.w3.org/TR/xhtml-modularization&amp;lt;/dd&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dt&amp;gt;&amp;lt;a name=&amp;quot;ref-xml&amp;quot; id=&amp;quot;ref-xml&amp;quot;&amp;gt;&amp;lt;strong&amp;gt;[XML]&amp;lt;/strong&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/dt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dd&amp;gt;&amp;quot;&amp;lt;a href=&amp;quot;http://www.w3.org/TR/2000/REC-xml-20001006&amp;quot;&amp;gt;Extensible Markup Language (XML) 1.0 Specification (Second Edition)&amp;lt;/a&amp;gt;&amp;quot;, T. Bray, J. Paoli, C. M. Sperberg-McQueen, E. Maler, 6 October&lt;br /&gt;
2000.&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;a href=&amp;quot;http://www.w3.org/TR/REC-xml&amp;quot;&amp;gt;Latest version&amp;lt;/a&amp;gt; available at: http://www.w3.org/TR/REC-xml&amp;lt;/dd&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dt&amp;gt;&amp;lt;a name=&amp;quot;ref-xmlns&amp;quot; id=&amp;quot;ref-xmlns&amp;quot;&amp;gt;&amp;lt;strong&amp;gt;[XMLNS]&amp;lt;/strong&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/dt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dd&amp;gt;&amp;quot;&amp;lt;a href=&amp;quot;http://www.w3.org/TR/1999/REC-xml-names-19990114&amp;quot;&amp;gt;Namespaces in XML&amp;lt;/a&amp;gt;&amp;quot;, T. Bray, D. Hollander, A. Layman, 14 January 1999.&amp;lt;br /&amp;gt;&lt;br /&gt;
XML namespaces provide a simple method for qualifying names used in XML documents by associating them with namespaces identified by URI.&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;a href=&amp;quot;http://www.w3.org/TR/REC-xml-names&amp;quot;&amp;gt;Latest version&amp;lt;/a&amp;gt; available at: http://www.w3.org/TR/REC-xml-names&amp;lt;/dd&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dt&amp;gt;&amp;lt;a name=&amp;quot;ref-xmlc14n&amp;quot; id=&amp;quot;ref-xmlc14n&amp;quot;&amp;gt;&amp;lt;strong&amp;gt;[XMLC14N]&amp;lt;/strong&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/dt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dd&amp;gt;&amp;quot;&amp;lt;a href=&amp;quot;http://www.w3.org/TR/2001/REC-xml-c14n-20010315&amp;quot;&amp;gt;Canonical XML Version 1.0&amp;lt;/a&amp;gt;&amp;quot;, J. Boyer, 15 March 2001.&amp;lt;br /&amp;gt;&lt;br /&gt;
This document describes a method for generating a physical representation, the canonical form, of an XML document.&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;a href=&amp;quot;http://www.w3.org/TR/xml-c14n&amp;quot;&amp;gt;Latest version&amp;lt;/a&amp;gt; available at: http://www.w3.org/TR/xml-c14n&amp;lt;/dd&amp;gt;&lt;br /&gt;
&amp;lt;/dl&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
[http://www.w3.org/TR/xhtml1/#refs XHTML1.0 Spec references]&lt;br /&gt;
&lt;br /&gt;
== CiteProc XHTML Output ==&lt;br /&gt;
&lt;br /&gt;
The XHTML output for CiteProc[http://xbiblio.sourceforge.net/citeproc.html] wasn't designed per se as a microformat, but is probably not a bad place to start. It is desgined to handle a wide range of content. Here is the APA output:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
 &amp;lt;div id=&amp;quot;bibliography&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
   &amp;lt;h3&amp;gt;References&amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
   &amp;lt;p id=&amp;quot;Brenner2000a&amp;quot; class=&amp;quot;bibref&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;span class=&amp;quot;creator&amp;quot;&amp;gt;Brenner, N.&amp;lt;/span&amp;gt;&lt;br /&gt;
    &amp;lt;span class=&amp;quot;date&amp;quot;&amp;gt; (&amp;lt;span class=&amp;quot;year&amp;quot;&amp;gt;2000&amp;lt;/span&amp;gt;) &amp;lt;/span&amp;gt;&lt;br /&gt;
    &amp;lt;span class=&amp;quot;title&amp;quot;&amp;gt;The Urban Question as a Scale Question: Reflections &lt;br /&gt;
    on Henri Lefebre, Urban Theory and the Politics of Scale, &amp;lt;/span&amp;gt;&lt;br /&gt;
    &amp;lt;span class=&amp;quot;container&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;span class=&amp;quot;title&amp;quot; style=&amp;quot;font-style: italic&amp;quot;&amp;gt;International Journal of &lt;br /&gt;
        Urban and Regional Research, &amp;lt;/span&amp;gt;&lt;br /&gt;
      &amp;lt;span class=&amp;quot;volume&amp;quot;&amp;gt;24&amp;lt;/span&amp;gt;&lt;br /&gt;
      &amp;lt;span class=&amp;quot;issue&amp;quot;&amp;gt;(2)&amp;lt;/span&amp;gt;&lt;br /&gt;
      &amp;lt;span class=&amp;quot;locator&amp;quot;&amp;gt;, pp. 361–78&amp;lt;/span&amp;gt;&lt;br /&gt;
      &amp;lt;/span&amp;gt;.&lt;br /&gt;
    &amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
   &amp;lt;p id=&amp;quot;NW2000-0207&amp;quot; class=&amp;quot;bibref&amp;quot;&amp;gt;&lt;br /&gt;
     &amp;lt;span class=&amp;quot;creator&amp;quot;&amp;gt;Newsweek&amp;lt;/span&amp;gt;&lt;br /&gt;
     &amp;lt;span class=&amp;quot;date&amp;quot;&amp;gt; &lt;br /&gt;
       (&amp;lt;span class=&amp;quot;year&amp;quot;&amp;gt;2000a&amp;lt;/span&amp;gt;&lt;br /&gt;
       &amp;lt;span class=&amp;quot;month&amp;quot;&amp;gt;, February&amp;lt;/span&amp;gt;&lt;br /&gt;
       &amp;lt;span class=&amp;quot;day&amp;quot;&amp;gt; 7&amp;lt;/span&amp;gt;) &lt;br /&gt;
     &amp;lt;/span&amp;gt;&lt;br /&gt;
     &amp;lt;span class=&amp;quot;title&amp;quot;&amp;gt;The Grandmas Pay a Visit, &amp;lt;/span&amp;gt;&lt;br /&gt;
     &amp;lt;span class=&amp;quot;container&amp;quot;&amp;gt;&lt;br /&gt;
       &amp;lt;span class=&amp;quot;volume&amp;quot;&amp;gt;135&amp;lt;/span&amp;gt;&lt;br /&gt;
       &amp;lt;span class=&amp;quot;issue&amp;quot;&amp;gt;(6)&amp;lt;/span&amp;gt;&lt;br /&gt;
       &amp;lt;span class=&amp;quot;locator&amp;quot;&amp;gt;, pp. 45&amp;lt;/span&amp;gt;&lt;br /&gt;
     &amp;lt;/span&amp;gt;.&lt;br /&gt;
   &amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
   &amp;lt;p id=&amp;quot;Veer1996a&amp;quot; class=&amp;quot;bibref&amp;quot;&amp;gt;&lt;br /&gt;
     &amp;lt;span class=&amp;quot;creator&amp;quot;&amp;gt;van der Veer, P.&amp;lt;/span&amp;gt;&lt;br /&gt;
     &amp;lt;span class=&amp;quot;date&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;year&amp;quot;&amp;gt; (1996) &amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
     &amp;lt;span class=&amp;quot;title&amp;quot;&amp;gt;Riots and Rituals: The Construction of Violence &lt;br /&gt;
       and Public Space in Hindu Nationalism&amp;lt;/span&amp;gt;&lt;br /&gt;
     &amp;lt;span class=&amp;quot;container&amp;quot;&amp;gt;, In Brass, P.&amp;lt;span class=&amp;quot;role&amp;quot;&amp;gt; (Ed.)&amp;lt;/span&amp;gt;. &lt;br /&gt;
       &amp;lt;span class=&amp;quot;title&amp;quot; style=&amp;quot;font-style: italic&amp;quot;&amp;gt;Riots and Pogroms.&amp;lt;/span&amp;gt;&lt;br /&gt;
       &amp;lt;span class=&amp;quot;origin&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;place&amp;quot;&amp;gt;New York&amp;lt;/span&amp;gt;&lt;br /&gt;
       &amp;lt;span class=&amp;quot;publisher&amp;quot;&amp;gt;: NYU Press&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
       &amp;lt;span class=&amp;quot;locator&amp;quot;&amp;gt;, pp. 154–76&amp;lt;/span&amp;gt;&lt;br /&gt;
     &amp;lt;/span&amp;gt;.&lt;br /&gt;
   &amp;lt;/p&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;
== ACM Digital Library Search Result Examples ==&lt;br /&gt;
&lt;br /&gt;
The [http://www.acm.org/dl/ ACM Digital Library] is a heavily used computer science literature database.&lt;br /&gt;
&lt;br /&gt;
First, the markup for one entry from the table of contents page for the ACM TACO (Transactions on Architecture and Code Optimization) journal:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;td align=&amp;quot;left&amp;quot; class=&amp;quot;small-text&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;a href=&amp;quot;citation.cfm?id=1113841.1113842&amp;amp;coll=portal&amp;amp;dl=ACM&amp;amp;idx=1113841&amp;amp;part=periodical&amp;amp;WantType=periodical&amp;amp;title=ACM%20Transactions%20on%20Architecture%20and%20Code%20Optimization%20%28TACO%29&amp;amp;CFID=68451946&amp;amp;CFTOKEN=20517650&amp;quot;class=&amp;quot;medium-text&amp;quot; target=&amp;quot;_self&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;strong&amp;gt;Improving WCET by applying a WC code-positioning optimization &amp;lt;/strong&amp;gt;&lt;br /&gt;
&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
 Wankang Zhao, David Whalley, Christopher Healy, Frank Mueller&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;small&amp;gt; Pages: 335 - 365&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;Full text available:&amp;amp;nbsp;&amp;lt;A HREF=&amp;quot;ft_gateway.cfm?id=1113842&amp;amp;type=pdf&amp;amp;coll=portal&amp;amp;dl=ACM&amp;amp;CFID=68451946&amp;amp;CFTOKEN=20517650&amp;quot; target=&amp;quot;_blank&amp;quot;&amp;gt;&amp;lt;img src=&amp;quot;images/pdf_logo.gif&amp;quot; ... height=&amp;quot;16&amp;quot; hspace=&amp;quot;1&amp;quot; alt=&amp;quot;pdf format&amp;quot; border=&amp;quot;0&amp;quot; align=&amp;quot;texttop&amp;quot;&amp;gt;Pdf&amp;lt;/A&amp;gt;(510&amp;amp;nbsp;KB)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;smaller-text&amp;quot;&amp;gt;&amp;lt;table border=&amp;quot;0&amp;quot; cellpadding=&amp;quot;0&amp;quot; cellpadding=&amp;quot;0&amp;quot;&amp;gt;&amp;lt;tr valign=&amp;quot;top&amp;quot;&amp;gt;&amp;lt;td class=&amp;quot;smaller-text&amp;quot; nowrap&amp;gt;Additional Information:&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td class=&amp;quot;smaller-text&amp;quot;&amp;gt;&amp;lt;img src=&amp;quot;img/doc_blank.gif&amp;quot; ... height=&amp;quot;16&amp;quot; alt=&amp;quot;&amp;quot; border=&amp;quot;0&amp;quot; align=&amp;quot;texttop&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;A HREF=&amp;quot;citation.cfm?id=1113842&amp;amp;jmp=cit&amp;amp;coll=portal&amp;amp;dl=ACM&amp;amp;CFID=68451946&amp;amp;CFTOKEN=20517650#CIT&amp;quot; target=&amp;quot;_self&amp;quot;&amp;gt;full citation&amp;lt;/a&amp;gt;, &lt;br /&gt;
&amp;lt;A HREF=&amp;quot;citation.cfm?id=1113842&amp;amp;jmp=abstract&amp;amp;coll=portal&amp;amp;dl=ACM&amp;amp;CFID=68451946&amp;amp;CFTOKEN=20517650#abstract&amp;quot; target=&amp;quot;_self&amp;quot;&amp;gt;abstract&amp;lt;/A&amp;gt;, &lt;br /&gt;
&amp;lt;A HREF=&amp;quot;citation.cfm?id=1113842&amp;amp;jmp=references&amp;amp;coll=portal&amp;amp;dl=ACM&amp;amp;CFID=68451946&amp;amp;CFTOKEN=20517650#references&amp;quot; target=&amp;quot;_self&amp;quot;&amp;gt; references&amp;lt;/A&amp;gt;, &lt;br /&gt;
&amp;lt;A HREF=&amp;quot;citation.cfm?id=1113842&amp;amp;jmp=indexterms&amp;amp;coll=portal&amp;amp;dl=ACM&amp;amp;CFID=68451946&amp;amp;CFTOKEN=20517650#indexterms&amp;quot; target=&amp;quot;_self&amp;quot;&amp;gt; index terms&amp;lt;/A&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;/table&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The markup for the 'full citation' page is similar, with a little more information about the authors.&lt;br /&gt;
&lt;br /&gt;
Here's the markup from the 'ACM Ref' link, which apparently is how they suggest you format it:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
Zhao, W., Whalley, D., Healy, C., and Mueller, F. 2005. &lt;br /&gt;
Improving WCET by applying a WC code-positioning optimization. &lt;br /&gt;
&amp;lt;i&amp;gt;ACM Trans. Archit. Code Optim.&amp;lt;/i&amp;gt; 2, 4 (Dec. 2005), 335-365. &lt;br /&gt;
DOI= http://doi.acm.org/10.1145/1113841.1113842&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;
Next, markup from the page for a conference publication:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;td class=&amp;quot;medium-text&amp;quot; colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;lt;strong&amp;gt;Parallel Programmer Productivity&amp;lt;/strong&amp;gt;&amp;lt;strong&amp;gt;:&amp;amp;nbsp;A Case Study of Novice Parallel Programmers&amp;lt;/strong&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;tr valign=&amp;quot;top&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;td class=&amp;quot;small-text&amp;quot;&amp;gt;&amp;lt;strong&amp;gt;Full text&amp;lt;/strong&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td class=&amp;quot;smaller-text&amp;quot; colspan=&amp;quot;2&amp;quot; &amp;gt;&lt;br /&gt;
    &amp;lt;A NAME=&amp;quot;FullText&amp;quot; HREF=&amp;quot;ft_gateway.cfm?id=1105800&amp;amp;type=pdf&amp;amp;coll=portal&amp;amp;dl=ACM&amp;amp;CFID=3174023&amp;amp;CFTOKEN=73112765&amp;quot; target=&amp;quot;_blank&amp;quot;&amp;gt;&amp;lt;img src=&amp;quot;http://portal.acm.org/images/pdf_logo.gif&amp;quot; width=&amp;quot;16&amp;quot; height=&amp;quot;16&amp;quot; alt=&amp;quot;pdf format&amp;quot; border=&amp;quot;0&amp;quot; hspace=&amp;quot;1&amp;quot; align=&amp;quot;texttop&amp;quot;&amp;gt;Pdf&amp;lt;/A&amp;gt; (265&amp;amp;nbsp;KB)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr valign=&amp;quot;top&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;td class=&amp;quot;small-text&amp;quot;&amp;gt;&amp;lt;strong&amp;gt;Source&amp;lt;/strong&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td class=&amp;quot;small-text&amp;quot; colspan=&amp;quot;2&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;SPAN class=&amp;quot;mediumb-text&amp;quot;&amp;gt;Conference on High Performance Networking and Computing&amp;lt;/span&amp;gt;&lt;br /&gt;
        &amp;lt;a href=&amp;quot;toc.cfm?id=SERIES371&amp;amp;type=series&amp;amp;coll=portal&amp;amp;dl=ACM&amp;amp;CFID=3174023&amp;amp;CFTOKEN=73112765&amp;quot; class=&amp;quot;small-link-text&amp;quot;&amp;gt;archive&amp;lt;/a&amp;gt;&lt;br /&gt;
    &amp;lt;SPAN class=&amp;quot;mediumb-text&amp;quot;&amp;gt;Proceedings of the 2005 ACM/IEEE conference on Supercomputing &amp;lt;/span&amp;gt;&lt;br /&gt;
        &amp;lt;a href=&amp;quot;toc.cfm?id=1105760&amp;amp;type=proceeding&amp;amp;coll=portal&amp;amp;dl=ACM&amp;amp;CFID=3174023&amp;amp;CFTOKEN=73112765&amp;quot;  class=&amp;quot;small-link-text&amp;quot;&amp;gt;table of contents&amp;lt;/a&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;small-text&amp;quot;&amp;gt;&lt;br /&gt;
    Page: 35&amp;amp;nbsp;&amp;amp;nbsp;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;small-text&amp;quot;&amp;gt;&lt;br /&gt;
    Year of Publication:&amp;amp;nbsp;2005&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
    &amp;lt;div class=&amp;quot;small-text&amp;quot;&amp;gt;ISBN:1-59593-061-2&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr valign=&amp;quot;top&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;td class=&amp;quot;small-text&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;strong&amp;gt;Authors&amp;lt;/strong&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;2&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;authors&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;table cellpadding=&amp;quot;0&amp;quot; cellspacing=&amp;quot;0&amp;quot;&amp;gt;&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td class=&amp;quot;small-text&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;a href=&amp;quot;results.cfm?query=author%3AP741898&amp;amp;querydisp=author%3ALorin%20Hochstein&amp;amp;coll=portal&amp;amp;dl=ACM&amp;amp;CFID=3174023&amp;amp;CFTOKEN=73112765&amp;quot;&amp;gt;Lorin Hochstein&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td class=&amp;quot;small-text&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;small&amp;gt;&amp;amp;nbsp;University of Maryland, College Park&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td class=&amp;quot;small-text&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;a href=&amp;quot;results.cfm?query=author%3AP638131&amp;amp;querydisp=author%3AJeff%20Carver&amp;amp;coll=portal&amp;amp;dl=ACM&amp;amp;CFID=3174023&amp;amp;CFTOKEN=73112765&amp;quot;&amp;gt;Jeff Carver&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td class=&amp;quot;small-text&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;small&amp;gt;&amp;amp;nbsp;Mississippi State University&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td class=&amp;quot;small-text&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;a href=&amp;quot;results.cfm?query=author%3AP84676&amp;amp;querydisp=author%3AForrest%20Shull&amp;amp;coll=portal&amp;amp;dl=ACM&amp;amp;CFID=3174023&amp;amp;CFTOKEN=73112765&amp;quot;&amp;gt;Forrest Shull&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td class=&amp;quot;small-text&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;small&amp;gt;&amp;amp;nbsp;Fraunhofer Center Maryland&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td class=&amp;quot;small-text&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;a href=&amp;quot;results.cfm?query=author%3AP494363&amp;amp;querydisp=author%3ASima%20Asgari&amp;amp;coll=portal&amp;amp;dl=ACM&amp;amp;CFID=3174023&amp;amp;CFTOKEN=73112765&amp;quot;&amp;gt;Sima Asgari&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td class=&amp;quot;small-text&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;small&amp;gt;&amp;amp;nbsp;University of Maryland, College Park&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
 &amp;lt;tr&amp;gt;&lt;br /&gt;
 &amp;lt;td class=&amp;quot;small-text&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;a href=&amp;quot;results.cfm?query=author%3AP290702&amp;amp;querydisp=author%3AVictor%20Basili&amp;amp;coll=portal&amp;amp;dl=ACM&amp;amp;CFID=3174023&amp;amp;CFTOKEN=73112765&amp;quot;&amp;gt;Victor Basili&amp;lt;/a&amp;gt;&lt;br /&gt;
									&lt;br /&gt;
    &amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td class=&amp;quot;small-text&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;small&amp;gt;&amp;amp;nbsp;Fraunhofer Center Maryland&amp;lt;/small&amp;gt;&lt;br /&gt;
    &amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&amp;lt;/table&amp;gt;&amp;lt;/div&amp;gt; &amp;lt;/td&amp;gt;&lt;br /&gt;
 &amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr valign=&amp;quot;top&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;td class=&amp;quot;small-text&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;strong&amp;gt;Publisher&amp;lt;/strong&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
 &amp;lt;td colspan=&amp;quot;2&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;div class=&amp;quot;publishers&amp;quot;&amp;gt;&lt;br /&gt;
    IEEE Computer Society &amp;amp;nbsp;&lt;br /&gt;
    &amp;lt;small&amp;gt; Washington, DC, USA &amp;lt;/small&amp;gt;&lt;br /&gt;
    &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;/table&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;tr valign=&amp;quot;top&amp;quot;&amp;gt;&amp;lt;td width=&amp;quot;100%&amp;quot; colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
       &amp;lt;table border=&amp;quot;0&amp;quot; cellspacing=&amp;quot;0&amp;quot; cellpadding=&amp;quot;2&amp;quot; width=&amp;quot;100%&amp;quot; &amp;gt;&lt;br /&gt;
         &amp;lt;tr valign=&amp;quot;top&amp;quot;&amp;gt;&lt;br /&gt;
         &amp;lt;td class=&amp;quot;small-text&amp;quot;&amp;gt;&amp;lt;b&amp;gt;DOI Bookmark:&amp;lt;/b&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td class=&amp;quot;small-text&amp;quot;&amp;gt;&lt;br /&gt;
          &amp;lt;a href=&amp;quot;http://dx.doi.org/10.1109/SC.2005.53&amp;quot;&amp;gt;10.1109/SC.2005.53&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;/table&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;abstract&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;SPAN class=heading&amp;gt;&amp;lt;A NAME=&amp;quot;abstract&amp;quot;&amp;gt;ABSTRACT&amp;lt;/A&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;p class=&amp;quot;abstract&amp;quot;&amp;gt;&lt;br /&gt;
In developing High-Performance Computing (HPC) software, time to solution is an important metric. This metric is comprised of two main components: the human effort required developing the software, plus the amount of machine time required to execute it. To date, little empirical work has been done to study the first component: the human effort required and the effects of approaches and practices that may be used to reduce it. In this paper, we describe a series of studies that address this problem. We instrumented the development process used in multiple HPC classroom environments. We analyzed data within and across such studies, varying factors such as the parallel programming model used and the application being developed, to understand their impact on the development process.&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;indterms&amp;quot;&amp;gt;&lt;br /&gt;
			&lt;br /&gt;
&amp;lt;A HREF=&amp;quot;citation.cfm?id=1105800&amp;amp;coll=portal&amp;amp;dl=ACM&amp;amp;CFID=3174023&amp;amp;CFTOKEN=73112765#CIT&amp;quot;&amp;gt;&amp;lt;img name=&amp;quot;top&amp;quot; src=&amp;quot;http://portal.acm.org/images/arrowu.gif&amp;quot; hspace=&amp;quot;10&amp;quot; border=&amp;quot;0&amp;quot;&amp;gt;&amp;lt;/A&amp;gt;&amp;lt;SPAN class=heading&amp;gt;&amp;lt;A NAME=&amp;quot;IndexTerms&amp;quot;&amp;gt;INDEX TERMS&amp;lt;/A&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
			&lt;br /&gt;
				&lt;br /&gt;
&amp;lt;p class=&amp;quot;Categories&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;SPAN class=heading&amp;gt;&amp;lt;A NAME=&amp;quot;GenTerms&amp;quot;&amp;gt;Primary Classification:&amp;lt;/A&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;D.&amp;lt;/b&amp;gt;&lt;br /&gt;
&amp;lt;a href=&amp;quot;results.cfm?query=CCS%3AD%2E%2A&amp;amp;coll=portal&amp;amp;dl=ACM&amp;amp;CFID=3174023&amp;amp;CFTOKEN=73112765&amp;quot; target=&amp;quot;_self&amp;quot;&amp;gt;&lt;br /&gt;
									Software&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;D.1&amp;lt;/b&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;a href=&amp;quot;results.cfm?query=CCS%3A%22D%2E1%22&amp;amp;coll=portal&amp;amp;dl=ACM&amp;amp;CFID=3174023&amp;amp;CFTOKEN=73112765&amp;quot; target=&amp;quot;_self&amp;quot;&amp;gt;&lt;br /&gt;
									 PROGRAMMING TECHNIQUES&amp;lt;/a&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
									&lt;br /&gt;
&amp;lt;b&amp;gt;D.1.3&amp;lt;/b&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;a href=&amp;quot;results.cfm?query=CCS%3A%22D%2E1%2E3%22&amp;amp;coll=portal&amp;amp;dl=ACM&amp;amp;CFID=3174023&amp;amp;CFTOKEN=73112765&amp;quot; target=&amp;quot;_self&amp;quot;&amp;gt;&lt;br /&gt;
									 Concurrent Programming&amp;lt;/a&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;Subjects:&amp;lt;/b&amp;gt;&lt;br /&gt;
										    &lt;br /&gt;
&amp;lt;a href=&amp;quot;results.cfm?query=CCS%3A%22Parallel%20programming%22&amp;amp;coll=portal&amp;amp;dl=ACM&amp;amp;CFID=3174023&amp;amp;CFTOKEN=73112765&amp;quot; target=&amp;quot;_self&amp;quot;&amp;gt;Parallel programming&amp;lt;/a&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/p&amp;gt;		  &lt;br /&gt;
				&lt;br /&gt;
&amp;lt;p class=&amp;quot;Categories&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;SPAN class=heading&amp;gt;&amp;lt;A NAME=&amp;quot;GenTerms&amp;quot;&amp;gt;Additional&amp;amp;nbsp;Classification:&amp;lt;/A&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;D.&amp;lt;/b&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;a href=&amp;quot;results.cfm?query=CCS%3AD%2E%2A&amp;amp;coll=portal&amp;amp;dl=ACM&amp;amp;CFID=3174023&amp;amp;CFTOKEN=73112765&amp;quot; target=&amp;quot;_self&amp;quot;&amp;gt;&lt;br /&gt;
									Software&amp;lt;/a&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;D.2&amp;lt;/b&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;a href=&amp;quot;results.cfm?query=CCS%3A%22D%2E2%22&amp;amp;coll=portal&amp;amp;dl=ACM&amp;amp;CFID=3174023&amp;amp;CFTOKEN=73112765&amp;quot; target=&amp;quot;_self&amp;quot;&amp;gt;&lt;br /&gt;
									 SOFTWARE ENGINEERING&amp;lt;/a&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;D.2.3&amp;lt;/b&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;a href=&amp;quot;results.cfm?query=CCS%3A%22D%2E2%2E3%22&amp;amp;coll=portal&amp;amp;dl=ACM&amp;amp;CFID=3174023&amp;amp;CFTOKEN=73112765&amp;quot; target=&amp;quot;_self&amp;quot;&amp;gt;&lt;br /&gt;
									 Coding Tools and Techniques&amp;lt;/a&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;K.&amp;lt;/b&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;a href=&amp;quot;results.cfm?query=CCS%3AK%2E%2A&amp;amp;coll=portal&amp;amp;dl=ACM&amp;amp;CFID=3174023&amp;amp;CFTOKEN=73112765&amp;quot; target=&amp;quot;_self&amp;quot;&amp;gt;&lt;br /&gt;
									 Computing Milieux&amp;lt;/a&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;K.6&amp;lt;/b&amp;gt;&lt;br /&gt;
&amp;lt;a href=&amp;quot;results.cfm?query=CCS%3A%22K%2E6%22&amp;amp;coll=portal&amp;amp;dl=ACM&amp;amp;CFID=3174023&amp;amp;CFTOKEN=73112765&amp;quot; target=&amp;quot;_self&amp;quot;&amp;gt;&lt;br /&gt;
									 MANAGEMENT OF COMPUTING AND INFORMATION SYSTEMS&amp;lt;/a&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
								 &lt;br /&gt;
&amp;lt;b&amp;gt;K.6.3&amp;lt;/b&amp;gt;&lt;br /&gt;
&amp;lt;a href=&amp;quot;results.cfm?query=CCS%3A%22K%2E6%2E3%22&amp;amp;coll=portal&amp;amp;dl=ACM&amp;amp;CFID=3174023&amp;amp;CFTOKEN=73112765&amp;quot; target=&amp;quot;_self&amp;quot;&amp;gt;&lt;br /&gt;
									 Software Management&amp;lt;/a&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
										 &lt;br /&gt;
    &amp;lt;b&amp;gt;Subjects:&amp;lt;/b&amp;gt;&lt;br /&gt;
									    &lt;br /&gt;
     &amp;lt;a href=&amp;quot;results.cfm?query=CCS%3A%22Software%20development%22&amp;amp;coll=portal&amp;amp;dl=ACM&amp;amp;CFID=3174023&amp;amp;CFTOKEN=73112765&amp;quot; target=&amp;quot;_self&amp;quot;&amp;gt;Software development&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
    &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
    &amp;lt;p class=&amp;quot;GenTerms&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;SPAN class=heading&amp;gt;&lt;br /&gt;
      &amp;lt;A NAME=&amp;quot;GenTerms&amp;quot;&amp;gt;General Terms:&amp;lt;/A&amp;gt;&lt;br /&gt;
    &amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;BR&amp;gt;&lt;br /&gt;
     &amp;lt;a href=&amp;quot;results.cfm?query=genterm%3A%22Design%22&amp;amp;coll=portal&amp;amp;dl=ACM&amp;amp;CFID=3174023&amp;amp;CFTOKEN=73112765&amp;quot; target=&amp;quot;_self&amp;quot;&amp;gt;&lt;br /&gt;
							Design&amp;lt;/a&amp;gt;,&lt;br /&gt;
     &amp;lt;a href=&amp;quot;results.cfm?query=genterm%3A%22Experimentation%22&amp;amp;coll=portal&amp;amp;dl=ACM&amp;amp;CFID=3174023&amp;amp;CFTOKEN=73112765&amp;quot; target=&amp;quot;_self&amp;quot;&amp;gt;&lt;br /&gt;
							 Experimentation&amp;lt;/a&amp;gt;,&lt;br /&gt;
     &amp;lt;a href=&amp;quot;results.cfm?query=genterm%3A%22Measurement%22&amp;amp;coll=portal&amp;amp;dl=ACM&amp;amp;CFID=3174023&amp;amp;CFTOKEN=73112765&amp;quot; target=&amp;quot;_self&amp;quot;&amp;gt;&lt;br /&gt;
							 Measurement&amp;lt;/a&amp;gt;,&lt;br /&gt;
     &amp;lt;a href=&amp;quot;results.cfm?query=genterm%3A%22Performance%22&amp;amp;coll=portal&amp;amp;dl=ACM&amp;amp;CFID=3174023&amp;amp;CFTOKEN=73112765&amp;quot; target=&amp;quot;_self&amp;quot;&amp;gt;&lt;br /&gt;
							 Performance&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;/p&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&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;
== IEEE IEEExplore Search Results Markup ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;td width=&amp;quot;96%&amp;quot; class=&amp;quot;bodyCopyBlackLargeSpaced&amp;quot; valign=&amp;quot;middle&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;strong&amp;gt;On the parallel execution time of tiled loops&amp;lt;/strong&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Hogstedt, K.; Carter, L.; Ferrante, J.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;A href='/xpl/RecentIssue.jsp?punumber=71'&amp;gt;Parallel and Distributed Systems, IEEE Transactions on&amp;lt;/A&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Volume: 14&lt;br /&gt;
&lt;br /&gt;
&amp;amp;nbsp;Issue: 3&lt;br /&gt;
&amp;amp;nbsp;March 2003 &amp;lt;br /&amp;gt;&lt;br /&gt;
Page(s):  307- 321&amp;lt;br&amp;gt;&lt;br /&gt;
Digital Object Identifier 10.1109/TPDS.2003.1189587&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div id=&amp;quot;menu0&amp;quot; style=&amp;quot;display:block&amp;quot;&amp;gt;&amp;lt;strong&amp;gt;Summary:&amp;amp;nbsp;&amp;lt;/strong&amp;gt; Many &lt;br /&gt;
computationally-intensive programs, such as those for differential equations, spatial &lt;br /&gt;
interpolation, and dynamic programming, spend a large portion of their execution time in &lt;br /&gt;
multiply-nested loops that have a regular stencil of data dependences.....&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&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;
== CiteSeer database search results ==&lt;br /&gt;
&lt;br /&gt;
The [http://citeseer.ist.psu.edu CiteSeer] database has been another heavily used Computer Science online resource, and it has minimal markup:&lt;br /&gt;
&lt;br /&gt;
Here's what you see on the main page for a given paper - this information is duplicated everywhere on the page, but this is where it's formatted most like an academic citation:&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;font size=-1&amp;gt;Yoshio Kataoka, Michael D. Ernst, William G. Griswold, and David Notkin. &lt;br /&gt;
Automated support for program refactoring using invariants. In ICSM, pages 736-- 743, &lt;br /&gt;
November 2001. http://citeseer.ist.psu.edu/kataoka01automated.html &amp;amp;nbsp; &lt;br /&gt;
&amp;lt;a href=&amp;quot;http://citeseer.ist.psu.edu/check/1791139&amp;quot;&amp;gt;More&amp;lt;/a&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;br&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;
Clicking on the 'More' link in the above text gets you a page with a listing of all the ways they found it written out as a citation in other papers. This is an example of how they mark up each of those entries:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Yoshio Kataoka, Michael D. Ernst, William G. Griswold, and David Notkin. &lt;br /&gt;
&amp;lt;i&amp;gt;Automated support for program refactoring using invariants&amp;lt;/i&amp;gt;.&lt;br /&gt;
 In ICSM, pages 736-- 743, November 2001.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== CiteULike.org citation listing ==&lt;br /&gt;
&lt;br /&gt;
[http://www.citeulike.org/ CiteULike] is a shared reference database site that allows organization using tags and ratings. The site imports from many unstructured web resources using mostly screen-scraping plugins (I think --Mike) &lt;br /&gt;
&lt;br /&gt;
Here is an example of the markup for one article on the main page:&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
  &amp;lt;td...&amp;gt;&lt;br /&gt;
    &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;&lt;br /&gt;
        &amp;lt;a class=&amp;quot;title&amp;quot; href=&amp;quot;/user/jrw/article/505272&amp;quot;&amp;gt;Geometric phases in adiabatic open quantum systems&amp;lt;/a&amp;gt;&lt;br /&gt;
        &amp;lt;div class=&amp;quot;vague&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
        &amp;lt;div class=&amp;quot;vague&amp;quot;&amp;gt;by&amp;lt;a class=&amp;quot;author&amp;quot; href=&amp;quot;/user/jrw/author/Sarandy&amp;quot;&amp;gt;Sarandy&amp;lt;/a&amp;gt; MS, &lt;br /&gt;
          &amp;lt;a class=&amp;quot;author&amp;quot; href=&amp;quot;/user/jrw/author/Lidar&amp;quot;&amp;gt;Lidar&amp;lt;/a&amp;gt; DA&amp;lt;/div&amp;gt;&lt;br /&gt;
        &amp;lt;div class=&amp;quot;vague&amp;quot;&amp;gt;&lt;br /&gt;
          posted to &amp;lt;a class=&amp;quot;tag&amp;quot; rel=&amp;quot;tag&amp;quot; href=&amp;quot;/user/jrw/tag/geometry&amp;quot;&amp;gt;geometry&amp;lt;/a&amp;gt;&lt;br /&gt;
          &amp;lt;a class=&amp;quot;tag&amp;quot; rel=&amp;quot;tag&amp;quot; href=&amp;quot;/user/jrw/tag/physics&amp;quot;&amp;gt;physics&amp;lt;/a&amp;gt;&lt;br /&gt;
          &amp;lt;a class=&amp;quot;tag&amp;quot; rel=&amp;quot;tag&amp;quot; href=&amp;quot;/user/jrw/tag/quantum&amp;quot;&amp;gt;quantum&amp;lt;/a&amp;gt;&lt;br /&gt;
          &amp;lt;a class=&amp;quot;tag&amp;quot; rel=&amp;quot;tag&amp;quot; href=&amp;quot;/user/jrw/tag/quantum-information&amp;quot;&amp;gt;quantum-information&amp;lt;/a&amp;gt;&lt;br /&gt;
          by &amp;lt;a href=&amp;quot;/user/jrw&amp;quot;&amp;gt;jrw&amp;lt;/a&amp;gt;&lt;br /&gt;
          as &amp;lt;img alt=&amp;quot;x&amp;quot;src=&amp;quot;http://static.citeulike.org/img/star2.png&amp;quot; /&amp;gt;&lt;br /&gt;
          on&amp;amp;nbsp;2006-02-14 18:36:22&lt;br /&gt;
        &amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;/ul&amp;gt;&lt;br /&gt;
  &amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
And here is markup from the detail page for another publication:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;content&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;table...&amp;gt;&lt;br /&gt;
  &amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td...&amp;gt;&amp;lt;h1&amp;gt;T-Coffee: A novel method for fast and accurate multiple sequence alignment.&amp;lt;/h1&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;td&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;
&amp;lt;div class=&amp;quot;vague&amp;quot;&amp;gt;&amp;lt;i&amp;gt;J Mol Biol&amp;lt;/i&amp;gt;, Vol. 302, No. 1. (8 September 2000), pp. 205-217.&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h2&amp;gt;Authors&amp;lt;/h2&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
  &amp;lt;li&amp;gt;&lt;br /&gt;
    &amp;lt;span class=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;a class=&amp;quot;author&amp;quot; href=&amp;quot;/user/ffranca/author/Notredame&amp;quot;&amp;gt;Notredame&amp;lt;/a&amp;gt; C&amp;lt;/span&amp;gt;,&lt;br /&gt;
    &amp;lt;span class=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;a class=&amp;quot;author&amp;quot; href=&amp;quot;/user/ffranca/author/Higgins&amp;quot;&amp;gt;Higgins&amp;lt;/a&amp;gt; DG&amp;lt;/span&amp;gt;, &lt;br /&gt;
    &amp;lt;span class=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;a class=&amp;quot;author&amp;quot; href=&amp;quot;/user/ffranca/author/Heringa&amp;quot;&amp;gt;Heringa&amp;lt;/a&amp;gt; J&amp;lt;/span&amp;gt;&lt;br /&gt;
  &amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
..&lt;br /&gt;
&amp;lt;table...&amp;gt;&lt;br /&gt;
  &amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td ...&amp;gt;&lt;br /&gt;
      &amp;lt;h2&amp;gt;Online Article&lt;br /&gt;
        &amp;lt;span class=&amp;quot;Z3988&amp;quot;&lt;br /&gt;
          title=&amp;quot;ctx_ver=Z39.88-2004&amp;amp;amp;rft_val_fmt=info:ofi/fmt:kev:mtx:journal&amp;amp;amp;rfr_id=info:sid/citeulike.org/citeulike&amp;amp;amp;rft.aufirst=&amp;amp;amp;rft_id=info:doi/10%2e1006%2fjmbi%2e2000%2e4042&amp;amp;amp;rft.spage=205&amp;amp;amp;rft.issue=1&amp;amp;amp;rft.aulast=Notredame&amp;amp;amp;rft.title=J+Mol+Biol&amp;amp;amp;rft.epage=217&amp;amp;amp;rft.issn=0022%2d2836&amp;amp;amp;rft.volume=302&amp;amp;amp;rft.auinit=C&amp;amp;amp;rft.atitle=T%2dCoffee%3a+A+novel+method+for+fast+and+accurate+multiple+sequence+alignment%2e&amp;amp;amp;date=2000-9-8&amp;amp;amp;rft.genre=article&amp;amp;amp;genre=article&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      &amp;lt;/h2&amp;gt;&lt;br /&gt;
    &amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;/div&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;&lt;br /&gt;
    &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;&lt;br /&gt;
        &amp;lt;span class=&amp;quot;black&amp;quot;&amp;gt;DOI:&amp;lt;/span&amp;gt;&lt;br /&gt;
        &amp;lt;a accesskey=&amp;quot;1&amp;quot; href=&amp;quot;http://dx.doi.org/10.1006/jmbi.2000.4042&amp;quot; rel=&amp;quot;nofollow&amp;quot;&amp;gt;View article online&amp;lt;/a&amp;gt;&lt;br /&gt;
      &amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;&lt;br /&gt;
        &amp;lt;span class=&amp;quot;black&amp;quot;&amp;gt;Pubmed:&amp;lt;/span&amp;gt;&lt;br /&gt;
        &amp;lt;a accesskey=&amp;quot;2&amp;quot; &lt;br /&gt;
          href=&amp;quot;http://www.ncbi.nlm.nih.gov/entrez/query.fcgi?cmd=Retrieve&amp;amp;db=pubmed&amp;amp;dopt=Abstract&amp;amp;list_uids=10964570&amp;quot; rel=&amp;quot;nofollow&amp;quot;&amp;gt;&lt;br /&gt;
            View article online&amp;lt;/a&amp;gt;&lt;br /&gt;
      &amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;&lt;br /&gt;
        &amp;lt;span class=&amp;quot;black&amp;quot;&amp;gt;Hubmed:&amp;lt;/span&amp;gt; &lt;br /&gt;
        &amp;lt;a accesskey=&amp;quot;3&amp;quot; href=&amp;quot;http://www.hubmed.org/display.cgi?uids=10964570&amp;quot; rel=&amp;quot;nofollow&amp;quot;&amp;gt;&lt;br /&gt;
          View article online&amp;lt;/a&amp;gt;&lt;br /&gt;
      &amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;/ul&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;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Amazon.com citation info ==&lt;br /&gt;
&lt;br /&gt;
This is from a detail page on Amazon.com for a book.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;a name='citing' &amp;gt;&amp;lt;/a&amp;gt;&amp;lt;b&amp;gt;This book cites 10 books:&amp;lt;/b&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;ul...&amp;gt;&lt;br /&gt;
  &amp;lt;li&amp;gt; &lt;br /&gt;
    &amp;lt;a href=&amp;quot;http://www.amazon.com/exec/obidos/tg/detail/-/1555424236/ref=sid_dp_dp/002-6751255-9290456?%5Fencoding=UTF8&amp;amp;v=glance&amp;quot;&amp;gt;&lt;br /&gt;
      The New Faculty Member: Supporting and Fostering Professional Development (Jossey-Bass Higher and Adult Education Series)&lt;br /&gt;
    &amp;lt;/a&amp;gt;&lt;br /&gt;
    by Robert Boice on&lt;br /&gt;
    &amp;lt;a href=&amp;quot;/gp/reader/0780311361/ref=sib_ab_dp_pg/002-6751255-9290456?%5Fencoding=UTF8&amp;amp;p=S04X&amp;amp;checkSum=vptuDOjULIOadVNe9UFX36fnIKktwxxQOeBmFQupyrA%3D&amp;quot;&amp;gt;page 156&amp;lt;/a&amp;gt;, and &amp;lt;a href=&amp;quot;/gp/reader/0780311361/ref=sib_ab_dp_pg/002-6751255-9290456?%5Fencoding=UTF8&amp;amp;p=S088&amp;amp;checkSum=vptuDOjULINm2bvcL37hZR%2BcnJi%2F9hhUyu1%2FlXWnOM8%3D&amp;quot;&amp;gt;&lt;br /&gt;
      page 275&lt;br /&gt;
    &amp;lt;/a&amp;gt;&lt;br /&gt;
  &amp;lt;/li&amp;gt;&lt;br /&gt;
  &amp;lt;li&amp;gt;&lt;br /&gt;
    &amp;lt;a href=&amp;quot;http://www.amazon.com/exec/obidos/tg/detail/-/0137947364/ref=sid_dp_dp/002-6751255-9290456?%5Fencoding=UTF8&amp;amp;v=glance&amp;quot; &amp;gt;Science, Technology and Society&amp;lt;/a&amp;gt;&lt;br /&gt;
    by Robert E. McGinn on&lt;br /&gt;
    &amp;lt;a href=&amp;quot;/gp/reader/0780311361/ref=sib_ab_dp_pg/002-6751255-9290456?%5Fencoding=UTF8&amp;amp;p=S023&amp;amp;checkSum=vptuDOjULIMgFwAeeT8gWiDHmklkxfy%2BGug%2BAS7UI2Y%3D&amp;quot;&amp;gt;page 54&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;&lt;br /&gt;
&lt;br /&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;
== PubMed Medical Journal Example == &lt;br /&gt;
&lt;br /&gt;
Still another example of markup in the wild, coming from a search for &amp;quot;pancreas&amp;quot; in the New England Journal of Medicine from pubmed.org.&lt;br /&gt;
&lt;br /&gt;
Note the title attribute with the expanded version of the canonical abbreviation for the journal.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td ...&amp;gt;&lt;br /&gt;
&amp;lt;a href=&amp;quot;/entrez/query.fcgi?cmd=Retrieve&amp;amp;db=pubmed&amp;amp;dopt=Abstract&amp;amp;list_uids=15371579&amp;amp;itool=iconnoabstr&amp;amp;query_hl=2&amp;amp;itool=pubmed_docsum&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;img alt=&amp;quot;No abstract&amp;quot; id=&amp;quot;No abstract_15371579&amp;quot; ... Title=&amp;quot;No abstract&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td ...&amp;gt;Cystic neoplasms of the pancreas.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font size=&amp;quot;-1&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;span title=&amp;quot;The New England journal of medicine.&amp;quot;&amp;gt;N Engl J Med.&amp;lt;/span&amp;gt;&lt;br /&gt;
 2004 Sep 16;351(12):1218-26. Review. No abstract available. &amp;lt;br&amp;gt;&lt;br /&gt;
PMID: 15371579 [PubMed - indexed for MEDLINE]&lt;br /&gt;
&amp;lt;/font&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Wikipedia Examples ==&lt;br /&gt;
&lt;br /&gt;
=== Wikipedia Book ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;li id=&amp;quot;_note-8&amp;quot;&amp;gt;&amp;lt;b&amp;gt;&amp;lt;a href=&amp;quot;#_ref-8&amp;quot; title=&amp;quot;&amp;quot;&amp;gt;^&amp;lt;/a&amp;gt;&amp;lt;/b&amp;gt; &lt;br /&gt;
&amp;lt;i&amp;gt;Tuva Or Bust!&amp;lt;/i&amp;gt;, Ralph Leighton, W. W. Norton &amp;amp;amp; Company, 2000, &lt;br /&gt;
&amp;lt;a href=&amp;quot;/w/index.php?title=Special:Booksources&amp;amp;amp;isbn=0393320693&amp;quot; &lt;br /&gt;
    class=&amp;quot;internal&amp;quot;&amp;gt;ISBN 0393320693&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Wikipedia Journal Article ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;li id=&amp;quot;_note-science1982-Dickerson&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;&amp;lt;a href=&amp;quot;#_ref-science1982-Dickerson_0&amp;quot; title=&amp;quot;&amp;quot;&amp;gt;^&amp;lt;/a&amp;gt;&amp;lt;/b&amp;gt;&lt;br /&gt;
 &amp;lt;cite style=&amp;quot;font-style:normal&amp;quot;&amp;gt;Dickerson et al. (1982). &amp;quot;The Anatomy of A-, B-, and Z-DNA&amp;quot;. &lt;br /&gt;
 &amp;lt;i&amp;gt;Science&amp;lt;/i&amp;gt; &amp;lt;b&amp;gt;216&amp;lt;/b&amp;gt;: 475-485. DOI: 10.1126/science.7071593.&amp;lt;/cite&amp;gt;&lt;br /&gt;
 &amp;lt;sup&amp;gt;&amp;lt;a href=&amp;quot;...&amp;quot; class=&amp;quot;external text&amp;quot; title=&amp;quot;...&amp;quot;&amp;gt;PubMed&amp;lt;/a&amp;gt;&amp;lt;/sup&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Wikipedia Court Case ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;i&amp;gt;&amp;lt;a href=&amp;quot;/wiki/Perfect_10_v._Google_Inc&amp;quot; title=&amp;quot;Perfect 10 v. Google Inc&amp;quot;&amp;gt;Perfect 10 v. Google Inc&amp;lt;/a&amp;gt;&amp;lt;/i&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;CASE NO. CV 04-9484 AHM (SHx)&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;a href=&amp;quot;/wiki/Central_District_of_California&amp;quot; title=&amp;quot;Central District of California&amp;quot;&amp;gt;CDCA&amp;lt;/a&amp;gt; 2006&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Thumbnails in Web searches that impinged upon market for images of that size were not fair use.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Wikipedia US Law ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;cite id=&amp;quot;endnote_FISA&amp;quot; style=&amp;quot;font-style: normal;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;a href=&amp;quot;#ref_FISA&amp;quot; title=&amp;quot;&amp;quot;&amp;gt;&amp;lt;b&amp;gt;↑&amp;lt;/b&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/cite&amp;gt;&amp;amp;#160; &lt;br /&gt;
&amp;lt;a href=&amp;quot;http://www.law.cornell.edu/uscode/html/uscode50/usc_sup_01_50_10_36.html&amp;quot; &lt;br /&gt;
    class=&amp;quot;external text&amp;quot; title=&amp;quot;...&amp;quot;&amp;gt;50 U.S.C Chapter 36 Foreign Intelligence Surveillance&amp;lt;/a&amp;gt;&lt;br /&gt;
     The complete text of the Foreign Intelligence Surveillance Act&lt;br /&gt;
     &amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The sections of the law are cited inline, without markup, as &amp;quot;50 U.S.C. §1801(a) (4),(5),(6)&amp;quot; for example.&lt;br /&gt;
&lt;br /&gt;
=== Wikipedia Conference Presentation ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;h3&amp;gt;Conference presentation by Pillar&amp;lt;/h3&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&lt;br /&gt;
&amp;lt;a href=&amp;quot;http://www.duke.edu/web/tiss/archives/conferencerecords/media/Pillar.htm&amp;quot; &lt;br /&gt;
class=&amp;quot;external text&amp;quot; title=&amp;quot;...&amp;quot;&amp;gt;Foreign and Domestic Publics and the Counter-terrorism Effort&amp;lt;/a&amp;gt;&lt;br /&gt;
 (Duke University, 21-2 March 2003).&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Wikipedia Primary Historical Source ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;U.S. War Dept., &amp;lt;a href=&amp;quot;http://cdl.library.cornell.edu/moa/browse.monographs/waro.html&amp;quot; &lt;br /&gt;
                         class=&amp;quot;external text&amp;quot; title=&amp;quot;...&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;i&amp;gt;The War of the Rebellion: a Compilation of the Official Records of the Union and Confederate Armies&amp;lt;/i&amp;gt;&amp;lt;/a&amp;gt;,&lt;br /&gt;
 U.S. Government Printing Office, 1880–1901. 70 very large volumes of letters and reports written by both armies. &lt;br /&gt;
 Online at &amp;lt;a href=&amp;quot;http://cdl.library.cornell.edu/moa/browse.monographs/waro.html&amp;quot; &lt;br /&gt;
                 class=&amp;quot;external autonumber&amp;quot; title=&amp;quot;...&amp;quot;&amp;gt;[6]&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Wikipedia U.S. Patent ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;a href=&amp;quot;http://patft.uspto.gov/netacgi/nph-Parser?patentnumber=4,405,829&amp;quot; class=&amp;quot;external text&amp;quot; &lt;br /&gt;
    title=&amp;quot;http://patft.uspto.gov/netacgi/nph-Parser?patentnumber=4,405,829&amp;quot;&amp;gt;U.S. Patent 4,405,829&amp;lt;/a&amp;gt;:&lt;br /&gt;
    The &amp;lt;a href=&amp;quot;/wiki/RSA&amp;quot; title=&amp;quot;RSA&amp;quot;&amp;gt;RSA&amp;lt;/a&amp;gt; patent, a famous software patent on the ground-breaking &lt;br /&gt;
    and highly unobvious algorithm for public key encryption, widely used for secure communications &lt;br /&gt;
    in many industries nowdays&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== EPrints.org generated output ==&lt;br /&gt;
&lt;br /&gt;
EPrints uses the DC terms for information in the head element of an entry:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;head&amp;gt;&lt;br /&gt;
    &amp;lt;title&amp;gt;ECS EPrints Service - Winnowing Ontologies based on Application Use&amp;lt;/title&amp;gt;&lt;br /&gt;
    &amp;lt;link href=&amp;quot;http://purl.org/DC/elements/1.0/&amp;quot; rel=&amp;quot;schema.DC&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;meta content=&amp;quot;Winnowing Ontologies based on Application Use&amp;quot; name=&amp;quot;DC.title&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;meta content=&amp;quot;Alani, Harith&amp;quot; name=&amp;quot;DC.creator&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;meta content=&amp;quot;Harris, Stephen&amp;quot; name=&amp;quot;DC.creator&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;meta content=&amp;quot;O'Neil, Ben&amp;quot; name=&amp;quot;DC.creator&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;meta content=&amp;quot;The requirements of specific ... that ontology.&amp;quot; name=&amp;quot;DC.description&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;meta content=&amp;quot;2006-01-01&amp;quot; name=&amp;quot;DC.date&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;meta content=&amp;quot;Conference or Workshop Item&amp;quot; name=&amp;quot;DC.type&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;meta content=&amp;quot;http://eprints.ecs.soton.ac.uk/12070/&amp;quot; name=&amp;quot;DC.identifier&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;meta content=&amp;quot;pdf http://eprints.ecs.soton.ac.uk/12070/01/Alani-final.pdf&amp;quot; name=&amp;quot;DC.format&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;link title=&amp;quot;Full Text (application/pdf)&amp;quot; href=&amp;quot;http://eprints.ecs.soton.ac.uk/12070/01/Alani-final.pdf&amp;quot; &lt;br /&gt;
    class=&amp;quot;fulltext&amp;quot; type=&amp;quot;application/pdf&amp;quot; rel=&amp;quot;alternate&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
And the following markup for the page's HTML:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;td valign=&amp;quot;top&amp;quot;&amp;gt;&amp;lt;div class=&amp;quot;page&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h1 class=&amp;quot;pagetitle&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;field_title&amp;quot;&amp;gt;Winnowing Ontologies based on Application Use&amp;lt;/span&amp;gt;&amp;lt;/h1&amp;gt;&lt;br /&gt;
&amp;lt;p class=&amp;quot;intro&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;citation&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;field_authors&amp;quot;&amp;gt;Alani, H., Harris, S. and O'Neil, B.&amp;lt;/span&amp;gt; &lt;br /&gt;
(&amp;lt;span class=&amp;quot;field_year&amp;quot;&amp;gt;2006&amp;lt;/span&amp;gt;)&lt;br /&gt;
&amp;lt;span class=&amp;quot;field_title&amp;quot;&amp;gt;Winnowing Ontologies based on Application Use&amp;lt;/span&amp;gt;. &lt;br /&gt;
  In &amp;lt;i&amp;gt;Proceedings of &lt;br /&gt;
&amp;lt;span class=&amp;quot;field_conference&amp;quot;&amp;gt;3rd European Semantic Web Conference (ESWC)&amp;lt;/span&amp;gt;&amp;lt;/i&amp;gt;, &lt;br /&gt;
&amp;lt;span class=&amp;quot;field_confloc&amp;quot;&amp;gt;Budva, Montenegro&amp;lt;/span&amp;gt;.&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== BibDesk default HTML export example ==&lt;br /&gt;
&lt;br /&gt;
Due to some recent improvements, BibDesk allows extensive user customization of its HTML output.&lt;br /&gt;
It has had an HTML template system since 2004, and the default template hasn't changed much since then.&lt;br /&gt;
Here is the default template, which I wrote long before I knew what little I know now of semantic HTML - Mike.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;content&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h1&amp;gt;&amp;lt;$fileName.lastPathComponent/&amp;gt;&amp;lt;/h1&amp;gt;&lt;br /&gt;
&amp;lt;dl&amp;gt;&lt;br /&gt;
&amp;lt;dt class=&amp;quot;Key&amp;quot; id=&amp;quot;&amp;lt;$citeKey/&amp;gt;&amp;quot;&amp;gt;&amp;lt;$citeKey/&amp;gt;&amp;lt;dt /&amp;gt;&lt;br /&gt;
&amp;lt;dd class=&amp;quot;Pub&amp;quot;&amp;gt;&lt;br /&gt;
	&amp;lt;span class=&amp;quot;Title&amp;quot;&amp;gt;&amp;lt;$fields.Title/&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
	&amp;lt;span class=&amp;quot;Author&amp;quot;&amp;gt;&amp;lt;$pubAuthorsForDisplay/&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
	&amp;lt;span class=&amp;quot;Journal&amp;quot;&amp;gt;&amp;lt;$fields.Journal/&amp;gt;&amp;lt;/span&amp;gt;&amp;amp;nbsp;&lt;br /&gt;
	&amp;lt;span class=&amp;quot;Volume&amp;quot;&amp;gt;&amp;lt;$fields.Volume/&amp;gt;&amp;lt;/span&amp;gt;&amp;amp;nbsp;&lt;br /&gt;
	&amp;lt;span class=&amp;quot;Pages&amp;quot;&amp;gt;&amp;lt;$fields.Pages/&amp;gt;&amp;lt;/span&amp;gt;&amp;amp;nbsp;&lt;br /&gt;
	(&amp;lt;span class=&amp;quot;Date&amp;quot;&amp;gt;&amp;lt;$fields.Year/&amp;gt;&amp;lt;/span&amp;gt;)&amp;lt;br /&amp;gt;&lt;br /&gt;
	&amp;lt;span class=&amp;quot;Url&amp;quot;&amp;gt;&amp;lt;a href=&amp;quot;&amp;lt;$fields.Url/&amp;gt;&amp;quot;&amp;gt;&amp;lt;$fields.Url/&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
	&amp;lt;div class=&amp;quot;Abstract&amp;quot;&amp;gt;&amp;lt;$fields.Abstract/&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;dd /&amp;gt;&lt;br /&gt;
&amp;lt;/dl&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;
Here's a popular modification to the default template, also from 2004, which was used to make this [http://craftsrv1.epfl.ch/~cherubini/extranet/bib/CSCL.bib.html annotated reading list].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;p class=&amp;quot;trigger&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;table width=&amp;quot;100%&amp;quot;  border=&amp;quot;0&amp;quot; cellspacing=&amp;quot;0&amp;quot; cellpadding=&amp;quot;0&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;tr&amp;gt;&lt;br /&gt;
            &amp;lt;td width=&amp;quot;20%&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;Author&amp;quot;&amp;gt;&amp;lt;$pubFields.Author/&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
            &amp;lt;td width=&amp;quot;5%&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;Year&amp;quot;&amp;gt;&amp;lt;$pubFields.Year/&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
            &amp;lt;td width=&amp;quot;55%&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;Title&amp;quot;&amp;gt;&amp;lt;$pubFields.Title/&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
            &amp;lt;td width=&amp;quot;10%&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;url&amp;quot;&amp;gt;&amp;lt;$pubType/&amp;gt;&amp;lt;/span&amp;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;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;div&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;url&amp;quot;&amp;gt; &lt;br /&gt;
&amp;lt;a href=&amp;quot;&amp;lt;$pubFields.Url/&amp;gt;&amp;quot;&amp;gt; &amp;lt;img src=&amp;quot;pdf_icon.gif&amp;quot; border=&amp;quot;0&amp;quot;&amp;gt; &amp;lt;$citeKey/&amp;gt; ~ &amp;lt;$pubFields.Url/&amp;gt;&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p class=&amp;quot;Annote&amp;quot;&amp;gt;Abstract:&amp;lt;br&amp;gt;&amp;lt;$pubFields.Abstract/&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;Notes: &amp;lt;br&amp;gt;&amp;lt;$pubFields.Annote/&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;Keywords: &amp;lt;$pubFields.Keywords/&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;BibTeX: &amp;lt;$bibTeXString/&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;$RTFValue/&amp;gt;&lt;br /&gt;
&amp;lt;/p&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;
Note that the tags that look like &amp;amp;lt;$foo/&amp;amp;gt; are templating entries and are replaced by values from each cited publication object.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== OCLC WorldCat Online ==&lt;br /&gt;
&lt;br /&gt;
=== Book ===&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 id=&amp;quot;item&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;table cellspacing=&amp;quot;0&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td class=&amp;quot;illustration&amp;quot;&amp;gt;&amp;lt;img src=&amp;quot;/wcpa/servlet/DCARead?standardNo=0062515861&amp;amp;standardNoType=1&amp;quot; alt=&amp;quot;Weaving the Web : the original design and ultimate destiny of the World Wide Web by its inventor &amp;quot; /&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td class=&amp;quot;info&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h1 class=&amp;quot;title&amp;quot;&amp;gt; Weaving the Web : the original design and ultimate destiny of the World Wide Web by its inventor &amp;lt;/h1&amp;gt;&lt;br /&gt;
&amp;lt;p class=&amp;quot;author&amp;quot;&amp;gt;&amp;lt;strong&amp;gt;by    &amp;lt;a href=&amp;quot;/search?q=au%3ATim+Berners-Lee&amp;amp;qt=hot_author&amp;quot; title=&amp;quot;Search for more by this author&amp;quot;&amp;gt;Tim Berners-Lee&amp;lt;/a&amp;gt;;&amp;amp;nbsp;&lt;br /&gt;
&amp;lt;a href=&amp;quot;/search?q=au%3AMark+Fischetti&amp;amp;qt=hot_author&amp;quot; title=&amp;quot;Search for more by this author&amp;quot;&amp;gt;Mark Fischetti&amp;lt;/a&amp;gt;&amp;lt;/strong&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;ul class=&amp;quot;detailed&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;li class=&amp;quot;type&amp;quot;&amp;gt;&amp;lt;strong&amp;gt;Type: &amp;lt;/strong&amp;gt;English : &amp;lt;img src=&amp;quot;/wcpa/images/icon-bks.gif&amp;quot; height=16 width=16 alt=&amp;quot;&amp;quot; title=&amp;quot;Book&amp;quot; class=&amp;quot;icn&amp;quot;/&amp;gt; &amp;lt;nobr&amp;gt;Book&lt;br /&gt;
&amp;lt;/nobr&amp;gt;&amp;lt;nobr&amp;gt;&amp;lt;/nobr&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li class=&amp;quot;publisher&amp;quot;&amp;gt;&amp;lt;strong&amp;gt;Publisher: &amp;lt;/strong&amp;gt; San Francisco : HarperSanFrancisco, &amp;amp;copy;1999.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li class=&amp;quot;isbn&amp;quot;&amp;gt;&amp;lt;strong&amp;gt;ISBN: &amp;lt;/strong&amp;gt;0062515861  006251587X&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li class=&amp;quot;oclc&amp;quot;&amp;gt;&amp;lt;strong&amp;gt;OCLC: &amp;lt;/strong&amp;gt;41238513&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&amp;lt;ul class=&amp;quot;subjects&amp;quot;&amp;gt;&amp;lt;li&amp;gt;&amp;lt;strong&amp;gt;Subjects: &amp;lt;/strong&amp;gt;&amp;lt;a href=&amp;quot;/search?q=su%3AWorld+Wide+Web+History.&amp;amp;qt=hot_subject&amp;quot; title=&amp;quot;Search for more with this subject&amp;quot;&amp;gt;World Wide Web -- History.&amp;lt;/a&amp;gt; | &amp;lt;a href=&amp;quot;/search?q=su%3ABerners-Lee%2C+Tim.&amp;amp;qt=hot_subject&amp;quot; title=&amp;quot;Search for more with this subject&amp;quot;&amp;gt;Berners-Lee, Tim.&amp;lt;/a&amp;gt; | &amp;lt;a href=&amp;quot;/search?q=su%3ABerners-Lee%2C+Tim.&amp;amp;qt=hot_subject&amp;quot; title=&amp;quot;Search for more with this subject&amp;quot;&amp;gt;Berners-Lee, Tim.&amp;lt;/a&amp;gt; | &amp;lt;a HREF=&amp;quot;/oclc/41238513?tab=subjects&amp;quot; title=&amp;quot;More ...&amp;quot;&amp;gt;More ...&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td class=&amp;quot;bookmark&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;a href=&amp;quot;javascript:bookmarksite(document.title, 'http://www.worldcatlibraries.org/oclc/41238513');&amp;quot; onmouseover=&amp;quot;MM_displayStatusMsg('Bookmark This Page');return document.MM_returnValue;&amp;quot; onmouseout=&amp;quot;MM_displayStatusMsg('');return document.MM_returnValue;&amp;quot;&amp;gt;Bookmark&amp;lt;/a&amp;gt;&amp;amp;nbsp;|&amp;amp;nbsp;&amp;lt;a href=&amp;quot;/oclc/41238513&amp;quot;&amp;gt;Permalink&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;span class=&amp;quot;Z3988&amp;quot; title=&amp;quot;url_ver=Z39.88-2004&amp;amp;rfr_id=info:sid/worldcatlibraries.org:worldcat&amp;amp;rft_val_fmt=info:ofi/fmt:kev:mtx:book&amp;amp;rft_ref_fmt=info:ofi/fmt:xml:xsd:oai_dc&amp;amp;rft_ref=http://partneraccess.oclc.org/wcpa/servlet/OUDCXML?oclcnum=41238513&amp;amp;rft_id=info:oclcnum/41238513&amp;amp;rft_id=urn:ISBN:0062515861&amp;amp;rft_id=urn:ISSN:&amp;amp;rft.aulast=Berners-Lee&amp;amp;rft.aufirst=Tim&amp;amp;rft.auinitm=&amp;amp;rft.btitle=Weaving+the+Web+%3A+the+original+design+and+ultimate+destiny+of+the+World+Wide+Web+by+its+inventor++&amp;amp;rft.atitle=&amp;amp;rft.date=&amp;amp;rft.tpages=&amp;amp;rft.isbn=0062515861&amp;amp;rft.aucorp=&amp;amp;rft.place=San+Francisco&amp;amp;rft.pub=HarperSanFrancisco&amp;amp;rft.edition=1st+ed.&amp;amp;rft.series=&amp;amp;rft.genre=book&amp;quot;&amp;gt;&amp;lt;/span&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;
&amp;lt;/div&amp;gt;&lt;br /&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;
=== Journal ===&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 id=&amp;quot;item&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;table cellspacing=&amp;quot;0&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td class=&amp;quot;info&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h1 class=&amp;quot;title&amp;quot;&amp;gt; Cataloging &amp;amp; classification quarterly.&amp;lt;/h1&amp;gt;&lt;br /&gt;
&amp;lt;ul class=&amp;quot;detailed&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;li class=&amp;quot;type&amp;quot;&amp;gt;&amp;lt;strong&amp;gt;Type: &amp;lt;/strong&amp;gt;English : &amp;lt;img src=&amp;quot;/wcpa/images/icon-ser.gif&amp;quot; height=16 width=16 alt=&amp;quot;&amp;quot; title=&amp;quot;Serial Publication&amp;quot; class=&amp;quot;icn&amp;quot;/&amp;gt; &amp;lt;nobr&amp;gt;Serial Publication&lt;br /&gt;
&amp;lt;/nobr&amp;gt; : &amp;lt;nobr&amp;gt;Periodical&amp;lt;/nobr&amp;gt;&lt;br /&gt;
&amp;lt;nobr&amp;gt;&amp;lt;span title=&amp;quot;Internet Resource&amp;quot;&amp;gt;&amp;lt;img height=16 width=16 border=0 align=&amp;quot;absmiddle&amp;quot; src=&amp;quot;/wcpa/images/icon-url.gif&amp;quot; alt=&amp;quot;Internet Resource&amp;quot;&amp;gt;&amp;amp;nbsp;Internet Resource&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/nobr&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li class=&amp;quot;publisher&amp;quot;&amp;gt;&amp;lt;strong&amp;gt;Publisher: &amp;lt;/strong&amp;gt; New York, N.Y. : Haworth Press, [&amp;amp;copy;1981]-&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li class=&amp;quot;isbn&amp;quot;&amp;gt;&amp;lt;strong&amp;gt;ISSN: &amp;lt;/strong&amp;gt;0163-9374 1544-4554&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li class=&amp;quot;oclc&amp;quot;&amp;gt;&amp;lt;strong&amp;gt;OCLC: &amp;lt;/strong&amp;gt;4538259&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&amp;lt;ul class=&amp;quot;subjects&amp;quot;&amp;gt;&amp;lt;li&amp;gt;&amp;lt;strong&amp;gt;Subjects: &amp;lt;/strong&amp;gt;&amp;lt;a href=&amp;quot;/search?q=su%3ACataloging+Periodicals.&amp;amp;qt=hot_subject&amp;quot; title=&amp;quot;Search for more with this subject&amp;quot;&amp;gt;Cataloging -- Periodicals.&amp;lt;/a&amp;gt; | &amp;lt;a href=&amp;quot;/search?q=su%3AClassification+Books+Periodicals.&amp;amp;qt=hot_subject&amp;quot; title=&amp;quot;Search for more with this subject&amp;quot;&amp;gt;Classification -- Books -- Periodicals.&amp;lt;/a&amp;gt; | &amp;lt;a href=&amp;quot;/search?q=su%3AClassification+Periodicals.&amp;amp;qt=hot_subject&amp;quot; title=&amp;quot;Search for more with this subject&amp;quot;&amp;gt;Classification -- Periodicals.&amp;lt;/a&amp;gt; | &amp;lt;a HREF=&amp;quot;/oclc/4538259?tab=subjects&amp;quot; title=&amp;quot;More ...&amp;quot;&amp;gt;More ...&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td class=&amp;quot;bookmark&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;a href=&amp;quot;javascript:bookmarksite(document.title, 'http://www.worldcatlibraries.org/oclc/4538259');&amp;quot; onmouseover=&amp;quot;MM_displayStatusMsg('Bookmark This Page');return document.MM_returnValue;&amp;quot; onmouseout=&amp;quot;MM_displayStatusMsg('');return document.MM_returnValue;&amp;quot;&amp;gt;Bookmark&amp;lt;/a&amp;gt;&amp;amp;nbsp;|&amp;amp;nbsp;&amp;lt;a href=&amp;quot;/oclc/4538259&amp;quot;&amp;gt;Permalink&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;span class=&amp;quot;Z3988&amp;quot; title=&amp;quot;url_ver=Z39.88-2004&amp;amp;rfr_id=info:sid/worldcatlibraries.org:worldcat&amp;amp;rft_val_fmt=info:ofi/fmt:kev:mtx:journal&amp;amp;rft_ref_fmt=info:ofi/fmt:xml:xsd:oai_dc&amp;amp;rft_ref=http://partneraccess.oclc.org/wcpa/servlet/OUDCXML?oclcnum=4538259&amp;amp;rft_id=info:oclcnum/4538259&amp;amp;rft_id=urn:ISBN:&amp;amp;rft_id=urn:ISSN:0163-9374&amp;amp;rft.aulast=&amp;amp;rft.aufirst=&amp;amp;rft.auinitm=&amp;amp;rft.atitle=&amp;amp;rft.jtitle=Cataloging+%26+classification+quarterly.&amp;amp;rft.date=&amp;amp;rft.volume=&amp;amp;rft.issue=&amp;amp;rft.spage=&amp;amp;rft.epage=&amp;amp;rft.pages=&amp;amp;rft.issn=0163-9374&amp;amp;rft.eissn=1544-4554&amp;amp;rft.aucorp=&amp;amp;rft.place=&amp;amp;rft.pub=&amp;amp;rft.edition=&amp;amp;rft.series=&amp;amp;rft.genre=journal&amp;quot;&amp;gt;&amp;lt;/span&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;
&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;
&amp;lt;nowiki&amp;gt;Insert non-formatted text here&amp;lt;/nowiki&amp;gt;&amp;lt;nowiki&amp;gt;Insert non-formatted text here&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Implied schema ==&lt;br /&gt;
&lt;br /&gt;
Many of the examples have simple citations in &amp;amp;lt;p&amp;amp;gt;, &amp;amp;lt;div&amp;amp;gt;, &amp;amp;lt;td&amp;amp;gt; etc with no further coding; i.e. &amp;amp;lt;td&amp;amp;gt;Book Title. Author. Publisher, date.&amp;amp;lt;/td&amp;amp;gt;&lt;br /&gt;
&lt;br /&gt;
The following lists the most common markup:&lt;br /&gt;
&lt;br /&gt;
=== Book Titles: ===&lt;br /&gt;
&lt;br /&gt;
*id=&amp;quot;title&amp;quot;&lt;br /&gt;
*class=&amp;quot;producttitle&amp;quot;&lt;br /&gt;
*class=&amp;quot;title&amp;quot;&lt;br /&gt;
*id=&amp;quot;lblTitle&amp;quot;&lt;br /&gt;
*h1&lt;br /&gt;
*h2&lt;br /&gt;
*&amp;amp;lt;dt&amp;amp;gt;&amp;amp;lt;/dt&amp;amp;gt;&lt;br /&gt;
*&amp;amp;lt;cite&amp;amp;gt;&amp;amp;lt;/cite&amp;amp;gt;&lt;br /&gt;
*&amp;amp;lt;strong&amp;amp;gt;&amp;amp;lt;/strong&amp;amp;gt;&lt;br /&gt;
*&amp;amp;lt;i&amp;amp;gt;&amp;amp;lt;/i&amp;amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Book Series: ===&lt;br /&gt;
&lt;br /&gt;
*id=&amp;quot;serieslbl&amp;quot;&lt;br /&gt;
*class=&amp;quot;productsubtitle&amp;quot;&lt;br /&gt;
&lt;br /&gt;
=== Sub-titles: ===&lt;br /&gt;
&lt;br /&gt;
*id=&amp;quot;subtitle&amp;quot;&lt;br /&gt;
*class=&amp;quot;productsubtitle&amp;quot;&lt;br /&gt;
*class=&amp;quot;sub_title&amp;quot;&lt;br /&gt;
*id=&amp;quot;lblSubTitle&amp;quot;&lt;br /&gt;
*class=&amp;quot;book_subline&amp;quot;&lt;br /&gt;
*class=&amp;quot;subTitle&amp;quot;&lt;br /&gt;
&lt;br /&gt;
=== Author: ===&lt;br /&gt;
&lt;br /&gt;
*id=&amp;quot;credit&amp;quot;&lt;br /&gt;
*class=&amp;quot;productauthor&amp;quot;&lt;br /&gt;
*class=&amp;quot;author&amp;quot;&lt;br /&gt;
*Authors (table cell)&lt;br /&gt;
*class=&amp;quot;byline&amp;quot;&lt;br /&gt;
*class=&amp;quot;creator&amp;quot;&lt;br /&gt;
*class=&amp;quot;role&amp;quot;&lt;br /&gt;
*Inside &amp;amp;lt;dd&amp;amp;gt;&amp;amp;lt;/dd&amp;amp;gt; with other elements&lt;br /&gt;
*&amp;amp;lt;li&amp;amp;gt;&amp;amp;lt;/li&amp;amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Publication Date: ===&lt;br /&gt;
&lt;br /&gt;
*id=&amp;quot;pubdate&amp;quot;&lt;br /&gt;
*Publication Date: (table cell)&lt;br /&gt;
*id=&amp;quot;pnlPubDate&amp;quot;&lt;br /&gt;
*Publication Date: &lt;br /&gt;
*class=&amp;quot;publicationdate&amp;quot;&lt;br /&gt;
*Published/Released: &lt;br /&gt;
*class=&amp;quot;date&amp;quot; w/ class=&amp;quot;year&amp;quot;, class=&amp;quot;month&amp;quot;, class=&amp;quot;day&amp;quot;&lt;br /&gt;
*Inside &amp;amp;lt;dd&amp;amp;gt;&amp;amp;lt;/dd&amp;amp;gt; with other elements&lt;br /&gt;
&lt;br /&gt;
=== Publisher: ===&lt;br /&gt;
&lt;br /&gt;
*class=&amp;quot;publisher&amp;quot;&lt;br /&gt;
*class=&amp;quot;origin&amp;quot; (publication location)&lt;br /&gt;
&lt;br /&gt;
=== Volumes: ===&lt;br /&gt;
&lt;br /&gt;
*class=&amp;quot;volume&amp;quot;&lt;br /&gt;
&lt;br /&gt;
=== Issue Number: ===&lt;br /&gt;
&lt;br /&gt;
*class=&amp;quot;issue&amp;quot;&lt;br /&gt;
&lt;br /&gt;
=== Page Numbers: ===&lt;br /&gt;
&lt;br /&gt;
*class=&amp;quot;locator&amp;quot; (inclusive page numbers)&lt;br /&gt;
&lt;br /&gt;
=== ISBN: ===&lt;br /&gt;
&lt;br /&gt;
*class=&amp;quot;isbn&amp;quot;&lt;br /&gt;
*id=&amp;quot;pnlIsbn&amp;quot;&lt;br /&gt;
*id=&amp;quot;lblIsbn&amp;quot;&lt;br /&gt;
*class=&amp;quot;isbnNumber&amp;quot;&lt;br /&gt;
&lt;br /&gt;
=== Book Edition: ===&lt;br /&gt;
&lt;br /&gt;
*class=&amp;quot;edition&amp;quot;&lt;br /&gt;
*Inside &amp;amp;lt;dd&amp;amp;gt;&amp;amp;lt;/dd&amp;amp;gt; with other elements&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Citeproc XHTML output ==&lt;br /&gt;
&lt;br /&gt;
I'm the author of the [http://xbiblio.sourceforge.net/citeproc.html citeproc] project, which includes a micro-format of sorts (though I never thought of it as such) in its XHTML output mode.  See [http://xbiblio.sourceforge.net/examples/apa-en.html here] for an example.  The difference compared to the bibtex-derived model is that is a) more generic and b) hierachical. &lt;br /&gt;
&lt;br /&gt;
It would be possible, certainly, to do a flat model if for some reason there was a good technical reason not to go hierarchical (though is there?)&lt;br /&gt;
&lt;br /&gt;
'''The burden of proof is on *going* hierarchical, rather than a simpler flat solution.  Complexity must be justified, not simplicity.'''&lt;br /&gt;
&lt;br /&gt;
... but then you need to think outside the BibTeX box in any case. Any model of this sort ought to be able to handle legal citations, magazine articles, patents, etc. etc.; not just a narrow range of BibTeX types.&lt;br /&gt;
&lt;br /&gt;
'''Per the microformats [[process]], microformats are designed to support existing practice on the Web, anything else should be omitted from at least the first version.'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Styles ==&lt;br /&gt;
This does NOT define a format, but instead shows how the format should be displayed. This is something out of the direct scope of this project. CSS styles will handle the look-and-feel of the text, and the author can put it in any order they choose. These links are mentioned for two reasons, one is informative, the other is so we know at least meet the minimum properties that are used in the styles.&lt;br /&gt;
&lt;br /&gt;
* [http://www.liu.edu/cwis/cwp/library/workshop/citmla.htm MLA Style]&lt;br /&gt;
* [http://www.bu.edu/library/guides/citation.html Chicago, MLA, and APA styles]&lt;br /&gt;
* [http://www.legalbluebook.com/ Blue Book] for legal citations&lt;br /&gt;
* [http://www.columbia.edu/cu/cup/cgos/idx_basic.html Columbia University Citation Style] developed for modern internet citations&lt;/div&gt;</summary>
		<author><name>Mike</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=citation-examples&amp;diff=13662</id>
		<title>citation-examples</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=citation-examples&amp;diff=13662"/>
		<updated>2007-02-02T23:03:43Z</updated>

		<summary type="html">&lt;p&gt;Mike: Add Wolfram Mathworld example&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h1&amp;gt; Citation Examples &amp;lt;/h1&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The following examples are real world examples of citations found on the web. Please add to this list. The idea is that we get a solid sample of examples and see what commonalities there are amonst them and try to build this microformat so that it can meet 80% of typical uses.&lt;br /&gt;
&lt;br /&gt;
'''To add examples:''' please first add a copy of the HTML source for your example at the [[citation-examples-markup]] page, then add a description of the example to this page, with a link to the corresponding section on [[citation-examples-markup]]. Thanks!&lt;br /&gt;
&lt;br /&gt;
See also:&lt;br /&gt;
* [[citation]]&lt;br /&gt;
* [[citation-formats]]&lt;br /&gt;
* [[citation-brainstorming]]&lt;br /&gt;
* [[citation-faq]]&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
== Contributors ==&lt;br /&gt;
* ...&lt;br /&gt;
* [http://suda.co.uk/ Brian Suda]&lt;br /&gt;
* Tantek Çelik&lt;br /&gt;
* [http://michael-mccracken.net/wp/ Michael McCracken]&lt;br /&gt;
* Tim White&lt;br /&gt;
* [http://inkdroid.org Ed Summers]&lt;br /&gt;
&lt;br /&gt;
== Citation Mark Up in the Wild ==&lt;br /&gt;
Mark up examples from reference publisher's websites (online catalogs), including ABC-CLIO, Greenwood Press, Marshall Cavendish, Oxford University Press (USA) and Thomson Gale. Examples are broken down and organized by element. &lt;br /&gt;
&lt;br /&gt;
(For a cleaner version, see [http://www.tjameswhite.com/citation-examples.htm]) -- ''is this link now out of date?''--[[User:Mike|Mike]] 18:19, 30 Aug 2006 (PDT)&lt;br /&gt;
&lt;br /&gt;
=== ABC-CLIO Product detail page ===&lt;br /&gt;
[http://www.abc-clio.com/products/overview.aspx?productid=109327 ABC-CLIO example] &lt;br /&gt;
[[citation-examples-markup#ABC-CLIO_Product_detail_page.C2.A0.28http:.2F.2Fwww.abc-clio.com.2Fproducts.2Foverview.aspx.3Fproductid.3D109327.29|ABC-CLIO Original Markup]]&lt;br /&gt;
&lt;br /&gt;
* title&lt;br /&gt;
* subtitle&lt;br /&gt;
* author&lt;br /&gt;
* image&lt;br /&gt;
* publication date&lt;br /&gt;
* pages&lt;br /&gt;
* volumes&lt;br /&gt;
* specifications (book dimentions 8.5x11, weight, etc)&lt;br /&gt;
* Format - (Hardback, softback)&lt;br /&gt;
* Price&lt;br /&gt;
* ISBN&lt;br /&gt;
&lt;br /&gt;
=== ACM Digital Library Search Result Examples ===&lt;br /&gt;
&lt;br /&gt;
The [http://www.acm.org/dl/ ACM Digital Library] is a heavily used computer science literature database.&lt;br /&gt;
&lt;br /&gt;
The [[citation-examples-markup#ACM_Digital_Library_Search_Result_Examples|ACM Original Markup]] contained two examples, a journal article and a conference proceedings article.&lt;br /&gt;
&lt;br /&gt;
''Journal article:''&lt;br /&gt;
&lt;br /&gt;
* title&lt;br /&gt;
* authors&lt;br /&gt;
* Pages&lt;br /&gt;
* format (PDF)&lt;br /&gt;
* Additional Information&lt;br /&gt;
* abstract&lt;br /&gt;
* index terms&lt;br /&gt;
* journal&lt;br /&gt;
* issue&lt;br /&gt;
* volume&lt;br /&gt;
* pubdate&lt;br /&gt;
* DOI&lt;br /&gt;
&lt;br /&gt;
''Conference Proceedings:''&lt;br /&gt;
&lt;br /&gt;
* title &lt;br /&gt;
* authors&lt;br /&gt;
* author institutions&lt;br /&gt;
* source (conference + proceedings name)&lt;br /&gt;
* page&lt;br /&gt;
* year&lt;br /&gt;
* isbn&lt;br /&gt;
* publisher name &amp;amp; address&lt;br /&gt;
* DOI&lt;br /&gt;
* abstract&lt;br /&gt;
* subject category labels&lt;br /&gt;
* keywords&lt;br /&gt;
&lt;br /&gt;
=== Amazon.com citation info ===&lt;br /&gt;
&lt;br /&gt;
This is from a detail page on Amazon.com for a book.&lt;br /&gt;
&lt;br /&gt;
[[citation-examples-markup#Amazon.com_citation_info|Amazon's Original Markup]]&lt;br /&gt;
&lt;br /&gt;
* title&lt;br /&gt;
* author&lt;br /&gt;
* series title&lt;br /&gt;
* page&lt;br /&gt;
&lt;br /&gt;
=== CiteSeer database search results ===&lt;br /&gt;
&lt;br /&gt;
The [http://citeseer.ist.psu.edu CiteSeer] database has been another heavily used Computer Science online resource, and it has minimal markup:&lt;br /&gt;
#[[citation-examples-markup#CiteSeer_database_search_results|CiteSeer's Original Markup]]&lt;br /&gt;
#[[citation-examples#CiteSeer|CiteSeer's Original Example 2]]&lt;br /&gt;
&lt;br /&gt;
* author &lt;br /&gt;
* title&lt;br /&gt;
* journal&lt;br /&gt;
* pages &lt;br /&gt;
* publication date&lt;br /&gt;
* URL&lt;br /&gt;
* Accessed On&lt;br /&gt;
&lt;br /&gt;
=== CiteULike.org citation listing ===&lt;br /&gt;
&lt;br /&gt;
[http://www.citeulike.org/ CiteULike]&lt;br /&gt;
&lt;br /&gt;
[[citation-examples-markup#CiteULike.org_citation_listing|CiteULike's Original Markup]]&lt;br /&gt;
&lt;br /&gt;
* title&lt;br /&gt;
* author&lt;br /&gt;
* subjects&lt;br /&gt;
* image&lt;br /&gt;
* Volume&lt;br /&gt;
* Number&lt;br /&gt;
* publication date &lt;br /&gt;
* page&lt;br /&gt;
&lt;br /&gt;
Links to services with the following IDs embedded in the link&lt;br /&gt;
* Z3988&lt;br /&gt;
* DOI&lt;br /&gt;
* Pubmed&lt;br /&gt;
* Hubmed&lt;br /&gt;
&lt;br /&gt;
=== CiteProc XHTML Output ===&lt;br /&gt;
[[citation-examples-markup#CiteProc_XHTML_Output|CiteProc Original Markup]]&lt;br /&gt;
&lt;br /&gt;
The XHTML output for CiteProc[http://xbiblio.sourceforge.net/citeproc/] wasn't designed per se as a microformat, but is probably not a bad place to start. It is designed to handle a wide range of content. Here is the APA output:&lt;br /&gt;
&lt;br /&gt;
* refID (HTML @ID)&lt;br /&gt;
* creator&lt;br /&gt;
* role (to indicate editors and translators)&lt;br /&gt;
* date&lt;br /&gt;
* title&lt;br /&gt;
* volume&lt;br /&gt;
* issue&lt;br /&gt;
* page&lt;br /&gt;
* issue&lt;br /&gt;
* container (a book serves as container for a chapter)&lt;br /&gt;
* type (book, newspaper, proceedings)&lt;br /&gt;
* edition&lt;br /&gt;
* publisher&lt;br /&gt;
* place&lt;br /&gt;
* location (for urls and physical locations)&lt;br /&gt;
* access date (for online items)&lt;br /&gt;
&lt;br /&gt;
=== Google Cache ===&lt;br /&gt;
[http://microformats.org/wiki?title=citation-examples-markup&amp;amp;action=submit#Google Original Markup]&lt;br /&gt;
* url&lt;br /&gt;
* retrieved date&lt;br /&gt;
&lt;br /&gt;
=== Greenwood Press featured book ===&lt;br /&gt;
[http://www.greenwood.com/ greenwood press home page]&lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#Greenwood_Press_home_page.C2.A0.28http:.2F.2Fwww.greenwood.com.2F.29_featured_book Original Markup]&lt;br /&gt;
* title&lt;br /&gt;
* subtitle&lt;br /&gt;
* author&lt;br /&gt;
* ISBN&lt;br /&gt;
* Price&lt;br /&gt;
* Description&lt;br /&gt;
&lt;br /&gt;
=== Greenwood Press product detail page ===&lt;br /&gt;
[http://www.greenwood.com/catalog/GR2847.aspx Product detail page]&lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#Greenwood_Press_Product_detail_page.C2.A0.28http:.2F.2Fwww.greenwood.com.2Fcatalog.2FGR2847.aspx.29 Original Markup]&lt;br /&gt;
&lt;br /&gt;
* Title&lt;br /&gt;
* subtitle&lt;br /&gt;
* authors&lt;br /&gt;
* AuthorsNote&lt;br /&gt;
* BookCode (internal code system)&lt;br /&gt;
* ISBN&lt;br /&gt;
* Page&lt;br /&gt;
* Publisher&lt;br /&gt;
* Publication Date&lt;br /&gt;
* Price&lt;br /&gt;
* Availability&lt;br /&gt;
* MediaType&lt;br /&gt;
* categories&lt;br /&gt;
* LC Card Number&lt;br /&gt;
* LCC Class&lt;br /&gt;
* Dewey Class&lt;br /&gt;
&lt;br /&gt;
=== IEEE IEEExplore Search Results Markup ===&lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#IEEE_IEEExplore_Search_Results_Markup Original Markup]&lt;br /&gt;
&lt;br /&gt;
* title&lt;br /&gt;
* authors&lt;br /&gt;
* journal&lt;br /&gt;
* issue&lt;br /&gt;
* volume&lt;br /&gt;
* issue&lt;br /&gt;
* pubdate&lt;br /&gt;
* page&lt;br /&gt;
* Digital Object Identifier (DOI)&lt;br /&gt;
* summary&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Marshall Cavendish product page===&lt;br /&gt;
[http://www.marshallcavendish.com/marshallcavendish/academic/redirector.xml?url=/marshallcavendish/academic/catalogue/books/regionalism_n_regional_security/9812102108.xml product page] &lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#Marshall_Cavendish_product_page.C2.A0.28http:.2F.2Fwww.marshallcavendish.com.2Fmarshallcavendish.2Facademic.2Fredirector.xml.3Furl.3D.2Fmarshallcavendish.2Facademic.2Fcatalogue.2Fbooks.2Fregionalism_n_regional_security.2F9812102108.xml.29 Original Markup]&lt;br /&gt;
&lt;br /&gt;
* ISBN&lt;br /&gt;
* Series&lt;br /&gt;
* Title&lt;br /&gt;
* publisher&lt;br /&gt;
* Specifications (dimentions/weight)&lt;br /&gt;
* Authors&lt;br /&gt;
* Target Audience&lt;br /&gt;
* Price&lt;br /&gt;
* description&lt;br /&gt;
&lt;br /&gt;
=== Ning ===&lt;br /&gt;
[http://microformats.org/wiki?title=citation-examples-markup&amp;amp;action=submit#Ning.com Original Example]&lt;br /&gt;
* title&lt;br /&gt;
* publications date&lt;br /&gt;
* retrieved on&lt;br /&gt;
&lt;br /&gt;
=== Oxford University Press (USA) home page ===&lt;br /&gt;
[http://www.us.oup.com/us/?view=usa homepage]&lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#Oxford_University_Press_.28USA.29_homepage.C2.A0.28http:.2F.2Fwww.us.oup.com.2Fus.2F.3Fview.3Dusa.29 Original Markup]&lt;br /&gt;
&lt;br /&gt;
* title&lt;br /&gt;
* subTitle&lt;br /&gt;
* edition&lt;br /&gt;
* byline&lt;br /&gt;
* ISBN&lt;br /&gt;
* format - hardback&lt;br /&gt;
* publication Date&lt;br /&gt;
* price&lt;br /&gt;
* description&lt;br /&gt;
* related&lt;br /&gt;
&lt;br /&gt;
=== Oxford University Press (USA) product detail page ===&lt;br /&gt;
 [http://www.us.oup.com/us/catalog/general/subject/HistoryAmerican/ColonialRevolutionary/?view=usa&amp;amp;amp;ci=0195162471#Product_Details Product page]&lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#Oxford_University_Press_.28USA.29_Product_page.C2.A0.28http:.2F.2Fwww.us.oup.com.2Fus.2Fcatalog.2Fgeneral.2Fsubject.2FHistoryAmerican.2FColonialRevolutionary.2F.3Fview.3Dusa.26ci.3D0195162471.23Product_Details.29 Original Markup]&lt;br /&gt;
&lt;br /&gt;
* title&lt;br /&gt;
* subTitle&lt;br /&gt;
* edition&lt;br /&gt;
* byline&lt;br /&gt;
* image&lt;br /&gt;
* isbnNumber&lt;br /&gt;
* format - hardback&lt;br /&gt;
* pages&lt;br /&gt;
* publication Date&lt;br /&gt;
* availability&lt;br /&gt;
* price&lt;br /&gt;
&lt;br /&gt;
=== Thomson Gale product detail page ===&lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#Thomson_Gale_product_detail_page Original Markup]&lt;br /&gt;
&lt;br /&gt;
* title&lt;br /&gt;
* excerp&lt;br /&gt;
* Volume&lt;br /&gt;
* Publisher&lt;br /&gt;
* description&lt;br /&gt;
* Published date&lt;br /&gt;
* ISBN&lt;br /&gt;
* Product number (internal code system)&lt;br /&gt;
* Pages&lt;br /&gt;
* Shipping Weight&lt;br /&gt;
* price&lt;br /&gt;
&lt;br /&gt;
=== RFC vCard Example ===&lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#RFC_vCard_Example Original Markup]&lt;br /&gt;
&lt;br /&gt;
* refID (HTML @ID)&lt;br /&gt;
* title&lt;br /&gt;
* publication&lt;br /&gt;
* title&lt;br /&gt;
* Journal&lt;br /&gt;
* Volume&lt;br /&gt;
* Issue&lt;br /&gt;
* page&lt;br /&gt;
* pubdate&lt;br /&gt;
* RFC ID&lt;br /&gt;
&lt;br /&gt;
=== University of Virginia ===&lt;br /&gt;
[http://microformats.org/wiki?title=citation-examples-markup&amp;amp;action=submit#University_of_Virginia Original Markup]&lt;br /&gt;
* title&lt;br /&gt;
* publication date&lt;br /&gt;
* retrived on&lt;br /&gt;
* location&lt;br /&gt;
* organization&lt;br /&gt;
&lt;br /&gt;
=== W3C XHTML Spec Example ===&lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#W3C_XHTML_Spec_Example Original Markup]&lt;br /&gt;
&lt;br /&gt;
* refID (HTML @ID)&lt;br /&gt;
* URL&lt;br /&gt;
* title&lt;br /&gt;
* subtitle&lt;br /&gt;
* part (1 of X)&lt;br /&gt;
* journal&lt;br /&gt;
* authors&lt;br /&gt;
* pubdate&lt;br /&gt;
* language&lt;br /&gt;
* ISO/IEC ID&lt;br /&gt;
* RFC ID&lt;br /&gt;
&lt;br /&gt;
[http://www.w3.org/TR/xhtml1/#refs XHTML1.0 Spec references]&lt;br /&gt;
&lt;br /&gt;
=== PubMed Medical Journal Example ===&lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#PubMed_Medical_Journal_Example Original Markup]&lt;br /&gt;
&lt;br /&gt;
* abstract&lt;br /&gt;
* title&lt;br /&gt;
* publisher&lt;br /&gt;
* journal&lt;br /&gt;
* date/time published &lt;br /&gt;
* Review (BOOLEAN YES/NO)&lt;br /&gt;
* PubMedID&lt;br /&gt;
&lt;br /&gt;
=== BibDesk Default Template ===&lt;br /&gt;
[[citation-examples-markup#BibDesk_default_HTML_export_example|Original Markup]]&lt;br /&gt;
&lt;br /&gt;
This is a pretty simplistic template for a very general app, but it seems to be OK for most BD users. &lt;br /&gt;
&lt;br /&gt;
* Title&lt;br /&gt;
* Author&lt;br /&gt;
* Journal&lt;br /&gt;
* Volume&lt;br /&gt;
* Pages&lt;br /&gt;
* Date&lt;br /&gt;
* Url&lt;br /&gt;
* Abstract&lt;br /&gt;
&lt;br /&gt;
=== Wikipedia ===&lt;br /&gt;
[http://wikpedia.org Wikipedia] makes extensive use of bibliographic citations, in particular to point readers to further information sources. There are differing formats depending on Wikipedia's language.&lt;br /&gt;
&lt;br /&gt;
Note that Wikipedia values are often links to other pages on Wikipedia (used elsewhere, those URLs might be more canonical, such as to an author or publisher's website).&lt;br /&gt;
&lt;br /&gt;
==== English Wikipdia ====&lt;br /&gt;
The kinds of citations used on the site run the full gamut. Here are breakdowns of four categories previously mentioned:&lt;br /&gt;
&lt;br /&gt;
===== Original Markup =====&lt;br /&gt;
[http://microformats.org/wiki?title=citation-examples-markup&amp;amp;action=submit#Wikipedia Original Markup]&lt;br /&gt;
* id&lt;br /&gt;
* title&lt;br /&gt;
* url&lt;br /&gt;
* Retrieved/Accessed On&lt;br /&gt;
* Publication Date&lt;br /&gt;
* Journal&lt;br /&gt;
&lt;br /&gt;
===== Book =====&lt;br /&gt;
[http://en.wikipedia.org/wiki/Richard_feynman#_note-8 Example]&lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#Wikipedia_Book Example Markup]&lt;br /&gt;
&lt;br /&gt;
* title&lt;br /&gt;
* author&lt;br /&gt;
* publisher&lt;br /&gt;
* year&lt;br /&gt;
* ISBN&lt;br /&gt;
* url (indirectly via special wikipedia ISBN page)&lt;br /&gt;
&lt;br /&gt;
===== Book Infobox =====&lt;br /&gt;
&lt;br /&gt;
The [http://en.wikipedia.org/wiki/Template:Infobox_Book Book Infobox template] from wikipedia shows a separate schema that is being used for many book pages on wikipedia to mark up a summary box about the book:&lt;br /&gt;
&lt;br /&gt;
* name  &lt;br /&gt;
* title_orig     &lt;br /&gt;
* translator     &lt;br /&gt;
* image          &lt;br /&gt;
* image_caption  &lt;br /&gt;
* author         &lt;br /&gt;
* illustrator    &lt;br /&gt;
* cover_artist   &lt;br /&gt;
* country        &lt;br /&gt;
* language       &lt;br /&gt;
* series         &lt;br /&gt;
* subject        &lt;br /&gt;
* genre          &lt;br /&gt;
* publisher      &lt;br /&gt;
* release_date   &lt;br /&gt;
* english_release_date &lt;br /&gt;
* media_type     &lt;br /&gt;
* pages          &lt;br /&gt;
* isbn           &lt;br /&gt;
* preceded_by    &lt;br /&gt;
* followed_by    &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===== Journal Articles =====&lt;br /&gt;
[http://en.wikipedia.org/wiki/DNA#Citations Example]&lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#Wikipedia_Journal_Article Example Markup]&lt;br /&gt;
&lt;br /&gt;
* author (truncated list)&lt;br /&gt;
* year&lt;br /&gt;
* title&lt;br /&gt;
* journal title&lt;br /&gt;
* journal number&lt;br /&gt;
* page range&lt;br /&gt;
* [http://doi.org DOI]&lt;br /&gt;
 &lt;br /&gt;
===== Court cases =====&lt;br /&gt;
[http://en.wikipedia.org/wiki/List_of_leading_legal_cases_in_copyright_law Example]&lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#Wikipedia_Court_Case Example Markup]&lt;br /&gt;
&lt;br /&gt;
* title&lt;br /&gt;
* case number &lt;br /&gt;
** ''note that legal standards for referring to cases include some inscrutable abbreviations that are probably more detailed than just &amp;quot;case number&amp;quot;''&lt;br /&gt;
* court name&lt;br /&gt;
* year&lt;br /&gt;
* description/abstract&lt;br /&gt;
&lt;br /&gt;
===== U.S. Law =====&lt;br /&gt;
[http://en.wikipedia.org/wiki/Foreign_Intelligence_Surveillance_Act#endnote_FISA Example]&lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#Wikipedia_US_Law Example Markup]&lt;br /&gt;
&lt;br /&gt;
* title (title number, for example &amp;quot;50&amp;quot; in &amp;quot;50 U.S.C. chapter 36.&amp;quot;&lt;br /&gt;
* chapter title (name, for example &amp;quot;Foreign Intelligence Surveillance&amp;quot; )&lt;br /&gt;
* chapter number&lt;br /&gt;
* section, paragraph, subparagraph numbers (optionally)&lt;br /&gt;
&lt;br /&gt;
===== Conference presentations ===== &lt;br /&gt;
[http://en.wikipedia.org/wiki/Paul_R._Pillar#Conference_presentation_by_Pillar Example]&lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#Wikipedia_Conference_Presentation Example Markup]&lt;br /&gt;
&lt;br /&gt;
* title&lt;br /&gt;
* location&lt;br /&gt;
* date&lt;br /&gt;
* author (implied - the page is about this person)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===== Historical Sources =====&lt;br /&gt;
[http://en.wikipedia.org/wiki/American_Civil_War#Primary_sources Example]&lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#Wikipedia_Primary_Historical_Source Example Markup]&lt;br /&gt;
&lt;br /&gt;
* source / location&lt;br /&gt;
* title&lt;br /&gt;
* publisher&lt;br /&gt;
* year&lt;br /&gt;
* description&lt;br /&gt;
* url&lt;br /&gt;
&lt;br /&gt;
===== U.S. Patent =====&lt;br /&gt;
[http://en.wikipedia.org/wiki/List_of_software_patents Example]&lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#Wikipedia_U.S._Patent Example Markup]&lt;br /&gt;
&lt;br /&gt;
* number&lt;br /&gt;
&lt;br /&gt;
==== German Wikipedia ====&lt;br /&gt;
* [http://de.wikipedia.org/wiki/Wikipedia:Literatur citing styles]&lt;br /&gt;
&lt;br /&gt;
=== EPrints.org ===&lt;br /&gt;
&lt;br /&gt;
[http://eprints.ecs.soton.ac.uk/12070/ example]&lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#EPrints.org_generated_output example markup]&lt;br /&gt;
&lt;br /&gt;
Based on [http://dublincore.org/documents/dcq-html/ Expressing Dublin Core in HTML/XHTML meta and link elements] and [http://www.ietf.org/rfc/rfc2731.txt rfc2731], Eprints.org uses the following Dublin Core terms in meta tags in the HTML HEAD of each paper's page: &lt;br /&gt;
&lt;br /&gt;
* title&lt;br /&gt;
* creator (author)&lt;br /&gt;
* description (abstract)&lt;br /&gt;
* date&lt;br /&gt;
* type&lt;br /&gt;
* identifier (a url)&lt;br /&gt;
* format &lt;br /&gt;
** a strange syntax for the meta content:&amp;quot;pdf http://eprints.ecs.soton.ac.uk/12070/01/Alani-final.pdf&amp;quot;&amp;quot; for the format term...&lt;br /&gt;
* fulltext &lt;br /&gt;
** this is in a rel-alternate link element. The class is 'fulltext', and the href is the same link as in format, only a valid URL this time.&lt;br /&gt;
&lt;br /&gt;
In the body of the page, they use the following classes, now no longer DC terms:&lt;br /&gt;
*  title&lt;br /&gt;
* authors (a flat list with abbreviated names)&lt;br /&gt;
* year&lt;br /&gt;
* conference&lt;br /&gt;
* conference location&lt;br /&gt;
&lt;br /&gt;
=== Wolfram Mathworld ===&lt;br /&gt;
&lt;br /&gt;
[http://mathworld.wolfram.com/Quasi-MonteCarloMethod.html example]&lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#Wolfram_Mathworld example markup]&lt;br /&gt;
&lt;br /&gt;
A book. First citation from the page on &amp;quot;Quasi-Monte Carlo Method&amp;quot;. Has very little markup.&lt;br /&gt;
&lt;br /&gt;
* authors&lt;br /&gt;
* title&lt;br /&gt;
* publisher (name and location)&lt;br /&gt;
* date (just year)&lt;br /&gt;
&lt;br /&gt;
=== Self-Citation Example ===&lt;br /&gt;
[http://cbio.mskcc.org/~hoffmann/lifecycles/olv/index.html One example] of an article that includes a statement &amp;quot;please cite as&amp;quot; (a self-description):&lt;br /&gt;
 &lt;br /&gt;
* title&lt;br /&gt;
* author&lt;br /&gt;
* periodical (journal) title&lt;br /&gt;
* volume&lt;br /&gt;
* issue&lt;br /&gt;
* pages&lt;br /&gt;
* year&lt;br /&gt;
&lt;br /&gt;
=== Citation of an Online Resource ===&lt;br /&gt;
At University of Michigan's [http://www.crlt.umich.edu/publinks/facment_biblio.html  Center for Research on Learning and Teaching] you see citations like this:&lt;br /&gt;
&lt;br /&gt;
Chief Academic Officers of the Big 12 Universities (2000). Big 12 Faculty Fellowship Program. Retrieved December 20, 2000 from the World Wide Wed: http://www.k-state.edu/provost/academic/big12/big12guide.htm.&lt;br /&gt;
&lt;br /&gt;
* title&lt;br /&gt;
* publication year&lt;br /&gt;
* department/author&lt;br /&gt;
* retrieval date&lt;br /&gt;
* URL&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== OCLC WorldCat Online ===&lt;br /&gt;
&lt;br /&gt;
==== Book ====&lt;br /&gt;
[http://www.worldcat.org/oclc/41238513 example] [http://microformats.org/wiki/citation-examples-markup#Book example-makrup]&lt;br /&gt;
&lt;br /&gt;
* title &lt;br /&gt;
* type (book)&lt;br /&gt;
* publisher name&lt;br /&gt;
* publisher location&lt;br /&gt;
* copyright date&lt;br /&gt;
* isbn&lt;br /&gt;
* oclc number &lt;br /&gt;
* subjects&lt;br /&gt;
* author&lt;br /&gt;
* z39.88 (COinS)&lt;br /&gt;
&lt;br /&gt;
==== Journal ====&lt;br /&gt;
[http://www.worldcat.org/oclc/4538259 example]&lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#Journal example-makrup]&lt;br /&gt;
&lt;br /&gt;
* title &lt;br /&gt;
* type (journal)&lt;br /&gt;
* publisher &lt;br /&gt;
* issn &lt;br /&gt;
* oclc number &lt;br /&gt;
* subjects&lt;br /&gt;
* z39.88 (COinS)&lt;br /&gt;
&lt;br /&gt;
====West Midland Bird Club====&lt;br /&gt;
Uses OpenCOinS&lt;br /&gt;
* [http://www.westmidlandbirdclub.com/biblio/warwks.htm Bibliography page]&lt;br /&gt;
* [http://www.westmidlandbirdclub.com/archive/reports1970s.htm Annual Reports]&lt;br /&gt;
* [http://www.westmidlandbirdclub.com/biblio/birdnotes/23-5-172.htm 'Bird Notes' article reproduction]&lt;br /&gt;
* [http://www.westmidlandbirdclub.com/biblio/bb/73-478.htm 'British Birds' article reproduction]&lt;br /&gt;
* [http://www.westmidlandbirdclub.com/biblio/bb/40-184.htm 'British Birds' article reproduction with additional citation]&lt;br /&gt;
*[http://www.westmidlandbirdclub.com/biblio/bb/index.htm List of 'British Birds' articles]&lt;br /&gt;
&lt;br /&gt;
Features include:&lt;br /&gt;
*title&lt;br /&gt;
*author&lt;br /&gt;
*date&lt;br /&gt;
*price (historic, at time of publication)&lt;br /&gt;
*format&lt;br /&gt;
*publisher&lt;br /&gt;
*number of pages&lt;br /&gt;
*ISBN/ ISSN&lt;br /&gt;
*product dimensions&lt;br /&gt;
*page numbers of article&lt;br /&gt;
*image(s)&lt;br /&gt;
&lt;br /&gt;
====Amazon====&lt;br /&gt;
Product listings, e.g.&lt;br /&gt;
[http://www.amazon.com/gp/product/1590596145/ref=pd_qpt_gw_1/026-5782158-8338825]&lt;br /&gt;
*title&lt;br /&gt;
*author&lt;br /&gt;
*price&lt;br /&gt;
*format&lt;br /&gt;
*publisher&lt;br /&gt;
*number of pages&lt;br /&gt;
*language&lt;br /&gt;
*ISBN&lt;br /&gt;
*product dimensions&lt;br /&gt;
*shipping weighta&lt;br /&gt;
*average customer review&lt;br /&gt;
*image&lt;br /&gt;
*Amazon.com Sales Rank&lt;br /&gt;
&lt;br /&gt;
====ABE====&lt;br /&gt;
Product listings, e.g. [http://www.abebooks.com/servlet/BookDetailsPL?bi=637112345&amp;amp;searchurl=sts%3Dt%26an%3Dmabbett%26y%3D0%26x%3D0]&lt;br /&gt;
*title&lt;br /&gt;
*author&lt;br /&gt;
*ISBN&lt;br /&gt;
*publisher&lt;br /&gt;
*publication date&lt;br /&gt;
*country&lt;br /&gt;
*edition&lt;br /&gt;
*condition&lt;br /&gt;
*whether signed&lt;br /&gt;
*format/binding&lt;br /&gt;
*number of pages&lt;br /&gt;
*bookseller&lt;br /&gt;
*inventory number&lt;br /&gt;
*price&lt;br /&gt;
*shipping costs&lt;br /&gt;
*quantity&lt;br /&gt;
&lt;br /&gt;
== Implied schema ==&lt;br /&gt;
&lt;br /&gt;
=== List of all properties ===&lt;br /&gt;
This are a summation of all the properties in the examples, I have tried to logically group them together.&lt;br /&gt;
&lt;br /&gt;
* title&lt;br /&gt;
* subtitle&lt;br /&gt;
* author&lt;br /&gt;
* editor&lt;br /&gt;
* translator&lt;br /&gt;
* image&lt;br /&gt;
* date (issued, copyrighted, accessed)&lt;br /&gt;
* language&lt;br /&gt;
* description/Summary/abstract&lt;br /&gt;
* excerpt&lt;br /&gt;
* index terms&lt;br /&gt;
* categories (keywords, tags, labels, etc.)&lt;br /&gt;
&lt;br /&gt;
RELATIONS&lt;br /&gt;
* container (publication; periodicals, books, etc.)&lt;br /&gt;
* collection (series and so forth)&lt;br /&gt;
* event (conference, etc.)&lt;br /&gt;
* original (for republished material)&lt;br /&gt;
&lt;br /&gt;
LOCATION INFORMATION&lt;br /&gt;
* pages&lt;br /&gt;
* volume&lt;br /&gt;
* series title&lt;br /&gt;
* Series&lt;br /&gt;
* edition&lt;br /&gt;
* issue&lt;br /&gt;
* publication&lt;br /&gt;
* journal&lt;br /&gt;
* part (1 of X)&lt;br /&gt;
&lt;br /&gt;
PHYSICAL ATTRIBUTES&lt;br /&gt;
* Specifications (dimentions/weight)&lt;br /&gt;
* Format/type (book, newspaper, proceedings)&lt;br /&gt;
&lt;br /&gt;
IDENTIFIERS&lt;br /&gt;
* ISBN&lt;br /&gt;
* LC Card Number&lt;br /&gt;
* LCC Class&lt;br /&gt;
* Dewey Class&lt;br /&gt;
* URL&lt;br /&gt;
* RFC ID&lt;br /&gt;
* ISO/IEC ID&lt;br /&gt;
* DOI&lt;br /&gt;
* PubMedID&lt;br /&gt;
&lt;br /&gt;
PUBLISHER&lt;br /&gt;
* publisher&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
These are sort of left overs, the are not really about citations, but more about commerce or other things. If they are important we can move them to the above list.&lt;br /&gt;
* refID (HTML @ID)&lt;br /&gt;
* Reviewed (BOOLEAN YES/NO)&lt;br /&gt;
* Availability&lt;br /&gt;
* Price&lt;br /&gt;
* Shipping Weight&lt;br /&gt;
* related&lt;br /&gt;
* Product number (internal system code)&lt;br /&gt;
* BookCode (internal system code)&lt;br /&gt;
* AuthorsNote&lt;br /&gt;
* Additional Information&lt;br /&gt;
* Target Audience&lt;br /&gt;
&lt;br /&gt;
=== Analysis of Examples ===&lt;br /&gt;
With exception of just a few properties, all of the above appeared in atleast two different examples. The following properties were very common in most the example formats:&lt;br /&gt;
* title&lt;br /&gt;
* subtitle&lt;br /&gt;
* author&lt;br /&gt;
* publication date&lt;br /&gt;
* description&lt;br /&gt;
* pages&lt;br /&gt;
* ISBN&lt;br /&gt;
* publisher&lt;br /&gt;
&lt;br /&gt;
== Styles ==&lt;br /&gt;
This does NOT define a format, but instead shows how the format should be displayed. This is something out of the direct scope of this project. CSS styles will handle the look-and-feel of the text, and the author can put it in any order they choose. These links are mentioned for two reasons, one is informative, the other is so we know at least meet the minimum properties that are used in the styles.&lt;br /&gt;
&lt;br /&gt;
* [http://www.liu.edu/cwis/cwp/library/workshop/citmla.htm MLA Style]&lt;br /&gt;
* [http://www.bu.edu/library/guides/citation.html Chicago, MLA, and APA styles]&lt;br /&gt;
* [http://www.english.uiuc.edu/cws/wworkshop/writer_resources/citation_styles/citation_styles.htm Writer's Workshop citation style page] (detailed citation style info)&lt;br /&gt;
* [http://www.legalbluebook.com/ Blue Book] for legal citations&lt;br /&gt;
* [http://www.columbia.edu/cu/cup/cgos/idx_basic.html Columbia University Citation Style] developed for modern internet citations&lt;/div&gt;</summary>
		<author><name>Mike</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=citation-examples-markup&amp;diff=13169</id>
		<title>citation-examples-markup</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=citation-examples-markup&amp;diff=13169"/>
		<updated>2007-02-02T22:59:45Z</updated>

		<summary type="html">&lt;p&gt;Mike: /* Citation Mark Up in the Wild */  add Wolfram Mathworld example&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h1&amp;gt; Citation Examples Markup&amp;lt;/h1&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The following examples are real world examples of citations found on the web. &lt;br /&gt;
Please add to this list. The idea is that we get a solid sample of examples and see what commonalities there are amonst them and try to build this microformat so that it can meet 80% of typical uses.&lt;br /&gt;
&lt;br /&gt;
'''NOTE''': this page is for holding the reference markup from [[citation-examples]]. To add to these pages, paste the markup here then do the analysis over on [[citation-examples]].&lt;br /&gt;
&lt;br /&gt;
See also:&lt;br /&gt;
* [[citation-examples]]&lt;br /&gt;
* [[citation]]&lt;br /&gt;
* [[citation-formats]]&lt;br /&gt;
* [[citation-brainstorming]]&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
== Contributors ==&lt;br /&gt;
* ...&lt;br /&gt;
* ...&lt;br /&gt;
* Tantek Çelik&lt;br /&gt;
* [http://michael-mccracken.net/wp/ Michael McCracken]&lt;br /&gt;
* [http://inkdroid.org Ed Summers]&lt;br /&gt;
* Tim White&lt;br /&gt;
&lt;br /&gt;
== Citation Mark Up in the Wild ==&lt;br /&gt;
Mark up examples from reference publisher's websites (online catalogs), including ABC-CLIO, Greenwood Press, Marshall Cavendish, Oxford University Press (USA) and Thomson Gale. Examples are broken down and organized by element. &lt;br /&gt;
&lt;br /&gt;
(For a cleaner version, see [http://www.tjameswhite.com/citation-examples.htm])&lt;br /&gt;
&lt;br /&gt;
=== Google ===&lt;br /&gt;
from google cache&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;font face=arial,sans-serif color=black size=-1&amp;gt;This is &amp;lt;b&amp;gt;&amp;lt;font&lt;br /&gt;
color=#0039b6&amp;gt;G&amp;lt;/font&amp;gt; &amp;lt;font color=#c41200&amp;gt;o&amp;lt;/font&amp;gt; &amp;lt;font&lt;br /&gt;
color=#f3c518&amp;gt;o&amp;lt;/font&amp;gt; &amp;lt;font color=#0039b6&amp;gt;g&amp;lt;/font&amp;gt; &amp;lt;font&lt;br /&gt;
color=#30a72f&amp;gt;l&amp;lt;/font&amp;gt; &amp;lt;font color=#c41200&amp;gt;e&amp;lt;/font&amp;gt;&amp;lt;/b&amp;gt;'s &amp;lt;a&lt;br /&gt;
href=&amp;quot;http://www.google.com/intl/en/help/features.html#cached&amp;quot;&amp;gt;&amp;lt;font&lt;br /&gt;
color=blue&amp;gt;cache&amp;lt;/font&amp;gt;&amp;lt;/a&amp;gt; of &amp;lt;A&lt;br /&gt;
HREF=&amp;quot;http://direct.sref.org/1680-7375/acpd/2006-6-9723&amp;quot;&amp;gt;&amp;lt;font&lt;br /&gt;
color=blue&amp;gt;http://direct.sref.org/1680-7375/acpd/2006-6-9723&amp;lt;/font&amp;gt;&amp;lt;/a&amp;gt; as&lt;br /&gt;
retrieved on Oct 10, 2006 18:34:10 GMT.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Wikipedia ===&lt;br /&gt;
from Wikipedia&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;li id=&amp;quot;_note-2&amp;quot;&amp;gt;&amp;lt;b&amp;gt;&amp;lt;a href=&amp;quot;#_ref-2&amp;quot; title=&amp;quot;&amp;quot;&amp;gt;^&amp;lt;/a&amp;gt;&amp;lt;/b&amp;gt; &amp;lt;a&lt;br /&gt;
href=&amp;quot;http://msdn.microsoft.com/msdnmag/issues/04/08/CuttingEdge/&amp;quot;&lt;br /&gt;
class=&amp;quot;external text&amp;quot;&lt;br /&gt;
title=&amp;quot;http://msdn.microsoft.com/msdnmag/issues/04/08/CuttingEdge/&amp;quot;&amp;gt;Cutting&lt;br /&gt;
Edge: Script Callbacks in ASP.NET&amp;lt;/a&amp;gt;. &amp;lt;a href=&amp;quot;/wiki/MSDN&amp;quot;&lt;br /&gt;
title=&amp;quot;MSDN&amp;quot;&amp;gt;MSDN&amp;lt;/a&amp;gt; Magazine (2004-08-08). Retrieved on &amp;lt;a&lt;br /&gt;
href=&amp;quot;/wiki/2006&amp;quot; title=&amp;quot;2006&amp;quot;&amp;gt;2006&amp;lt;/a&amp;gt;-&amp;lt;a href=&amp;quot;/wiki/August_1&amp;quot;&lt;br /&gt;
title=&amp;quot;August 1&amp;quot;&amp;gt;08-01&amp;lt;/a&amp;gt;.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
or&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;li id=&amp;quot;_note-0&amp;quot;&amp;gt;&amp;lt;b&amp;gt;&amp;lt;a href=&amp;quot;#_ref-0&amp;quot; title=&amp;quot;&amp;quot;&amp;gt;^&amp;lt;/a&amp;gt;&amp;lt;/b&amp;gt; &amp;quot;&amp;lt;a&lt;br /&gt;
href=&amp;quot;http://www.opsi.gov.uk/acts/acts1998/98037--b.htm#1&amp;quot; class=&amp;quot;external&lt;br /&gt;
text&amp;quot; title=&amp;quot;http://www.opsi.gov.uk/acts/acts1998/98037--b.htm#1&amp;quot;&amp;gt;s1(1)&lt;br /&gt;
Crime and Disorder Act 1998&amp;lt;/a&amp;gt;&amp;quot;, Office of Public Sector Information. URL&lt;br /&gt;
accessed on 18 June 2006.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== CiteSeer ===&lt;br /&gt;
[http://citeseer.ist.psu.edu/context/1700402/0 uses Accessed On both in the &amp;lt;HEAD&amp;gt; and in the] &amp;lt;BODY&amp;gt;:&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;head&amp;gt;&lt;br /&gt;
&amp;lt;title&amp;gt;Citations: html accessed on the 29th of October - Trec, August, trec,&lt;br /&gt;
gov (ResearchIndex)&amp;lt;/title&amp;gt;&lt;br /&gt;
&amp;lt;meta name=&amp;quot;keywords&amp;quot; content=&amp;quot;TREC, \Trec overview,  August 2000.&lt;br /&gt;
http://trec.nist.gov/overview.html accessed on the 29th of October, 2000.&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;meta name=&amp;quot;description&amp;quot; content=&amp;quot;TREC, \Trec overview, August 2000.&lt;br /&gt;
http://trec.nist.gov/overview.html accessed on the 29th of October, 2000.&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;/head&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
and&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;span class=h&amp;gt; &amp;lt;b&amp;gt;TREC. Trec overview, August 2000.&lt;br /&gt;
http://trec.nist.gov/overview. &amp;lt;i&amp;gt;html accessed on the 29th of October&amp;lt;/i&amp;gt;,&lt;br /&gt;
2000.&amp;lt;/b&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Ning.com ===&lt;br /&gt;
[http://girlongirl.ning.com/detail.php?DetailID=258667 Ning.com's Girl-on-Girl page for Scarlett Johanson]&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;h2&amp;gt;References&amp;lt;/h2&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;^&amp;lt;/b&amp;gt; Neil Young's Film Lounge.&lt;br /&gt;
Peter Webber on Girl with a Pearl Earring. Retrieved on April 12, 2006.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;^&amp;lt;/b&amp;gt; The Jewish Forward. The Scarlett Grandma. Retrieved on April&lt;br /&gt;
12, 2006.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;^&amp;lt;/b&amp;gt; MSNBC. Scarlett Johansson escapes Cruise's clutches. Retrieved on&lt;br /&gt;
July 18, 2006.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;^&amp;lt;/b&amp;gt; MovieWeb. Scarlett Johansson Is The Other Boleyn Girl. Retrieved on&lt;br /&gt;
July 18, 2006.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;^&amp;lt;/b&amp;gt; Life Style Extra. Scarlett Johansson to star in Dallas. Retrieved&lt;br /&gt;
on July&lt;br /&gt;
23, 2006.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;^&amp;lt;/b&amp;gt; ScarlettFan. 21 Jul 2006 - Dallas Movie and Reebok. Retrieved on&lt;br /&gt;
July&lt;br /&gt;
23, 2006.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;^&amp;lt;/b&amp;gt; IMDB News. Johansson: Because I'm Worth It. Retrieved on July 18,&lt;br /&gt;
2006.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;^&amp;lt;/b&amp;gt; Maxim's 2006 Top 100&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;^&amp;lt;/b&amp;gt; BusinessWire. Reebok Partners with Screen Star Scarlett Johansson&lt;br /&gt;
to Create Red-Hot Fashion&lt;br /&gt;
Collection, Scarlett Hearts Rbk. Retrieved on July 25, 2006.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;^&amp;lt;/b&amp;gt; ContactMusic. JOHANSSON: AMERICANS DISAPPOINTED BY BUSH'S&lt;br /&gt;
RE-ELECTION. Retrieved on&lt;br /&gt;
July 18, 2006.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;^&amp;lt;/b&amp;gt; Reuters. Could Scarlett Johansson be Woody's next muse?. Retrieved&lt;br /&gt;
on&lt;br /&gt;
July 25, 2006.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;^&amp;lt;/b&amp;gt; TheObserver.&lt;br /&gt;
Retrieved on August 09, 2006.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;^&amp;lt;/b&amp;gt; BangItOut. Match Point (2005). Retrieved on July 18,&lt;br /&gt;
2006.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;^&amp;lt;/b&amp;gt; FemaleFirst. Scarlett Johansson&lt;br /&gt;
slams God acceptance speechs. Retrieved on July 18, 2006.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;^&amp;lt;/b&amp;gt; ContactMusic. JOHANSSON'S BIZARRE RELIGIOUS MOMENT. Retrieved on&lt;br /&gt;
July&lt;br /&gt;
18, 2006.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== University of Virginia ===&lt;br /&gt;
[http://www.virginia.edu/vpfa/ref-alphabetical.html University of Virginia]&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;P&amp;gt;American Council on Education and American Association of University&lt;br /&gt;
Professors. 2000. &amp;lt;I&amp;gt;Does Diversity Make a Difference? Three Research &lt;br /&gt;
Studies on Diversity in College Classrooms&amp;lt;/I&amp;gt;. Executive&lt;br /&gt;
Summary. Washington, D.C. Retrieved on November 28, 2004 from &lt;br /&gt;
&amp;lt;A&lt;br /&gt;
HREF=&amp;quot;http://www.aaup.org/Issues/AffirmativeAction/Archives/2000/DIVSUMY.PDF&lt;br /&gt;
&amp;quot;&amp;gt;http://www.aaup.org/&amp;lt;BR&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Issues/AffirmativeAction/Archives/2000/DIVSUMY.PDF&amp;lt;/A&amp;gt;. [Question 3]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;P&amp;gt;Affirmative Action Office, Pennsylvania State University. &amp;lt;I&amp;gt;Getting&lt;br /&gt;
Different Results: Affirmative Action Guidelines for Searches to &lt;br /&gt;
Achieve Diversity&amp;lt;/I&amp;gt;. University Park, PA. Retrieved on November 11, 2004&lt;br /&gt;
from &lt;br /&gt;
&amp;lt;A&lt;br /&gt;
HREF=&amp;quot;http://www.psu.edu/dept/aaoffice/GettingResults/index.htm&amp;quot;&amp;gt;http://www.&lt;br /&gt;
psu.edu/dept/aaoffice/GettingResults/index.htm&amp;lt;/A&amp;gt;. [Question 6]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;P&amp;gt;American Association of University Professors. 1973. &amp;lt;I&amp;gt;Diversity &amp;amp;&lt;br /&gt;
Affirmative Action in Higher Education: &lt;br /&gt;
A Report by the Council Committee on Discrimination&amp;lt;/I&amp;gt;. Washington, DC.&lt;br /&gt;
Retrieved on December 9, 2004 from &lt;br /&gt;
&amp;lt;A&lt;br /&gt;
HREF=&amp;quot;http://www.aaup.org/Issues/AffirmativeAction/Archives/pre1996/AARDAFHE&lt;br /&gt;
.HTM&amp;quot;&amp;gt;http://www.aaup.org/&amp;lt;BR&amp;gt;&lt;br /&gt;
Issues/AffirmativeAction/Archives/pre1996/AARDAFHE.HTM&amp;lt;/A&amp;gt;  [Question 6]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;P&amp;gt;Bingham McCutcheon LLP, Morrison &amp;amp; Foerster LLP, and Heller Erhman White&lt;br /&gt;
&amp;amp; McAuliffe LLP. &amp;lt;I&amp;gt;Preserving Diversity in Higher &lt;br /&gt;
Education: A Manual on Admissions Policies and Procedures After the&lt;br /&gt;
University of Michigan Decisions&amp;lt;/I&amp;gt;. &lt;br /&gt;
Retrieved on January 6, 2005 from &lt;br /&gt;
&lt;br /&gt;
&amp;lt;A&lt;br /&gt;
HREF=&amp;quot;http://www.equaljusticesociety.org/compliancemanual/Preserving_Diversi&lt;br /&gt;
ty_In_Higher_Education.pdf&amp;quot;&amp;gt;http://www.equaljusticesociety.org/&amp;lt;BR&amp;gt;&lt;br /&gt;
compliancemanual/Preserving_Diversity_In_Higher_Education.pdf&amp;lt;/A&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Greenwood Press home page featured book ===&lt;br /&gt;
from [http://www.greenwood.com/ home page] &lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
  &amp;lt;div class=&amp;quot;title&amp;quot;&amp;gt; &amp;lt;a href=&amp;quot;/books/BookDetail.asp?sku=GR2847&amp;quot;&amp;gt;The Greenwood Encyclopedia of World Folklore&lt;br /&gt;
     and Folklife&amp;lt;/a&amp;gt; &amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;div class=&amp;quot;img_box&amp;quot;&amp;gt; &amp;lt;a href=&amp;quot;/books/BookDetail.asp?sku=GR2847&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;img src=&amp;quot;/_net.templates/showImage.aspx?imgName=0313328471.jpg&amp;amp;s=140&amp;quot; alt=&amp;quot;The Greenwood Encyclopedia&lt;br /&gt;
    of World Folklore and Folklife&amp;quot; border=&amp;quot;0&amp;quot; /&amp;gt;&amp;lt;/a&amp;gt; &amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;div class=&amp;quot;sub_title&amp;quot;&amp;gt;Four Volumes&amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;div class=&amp;quot;author&amp;quot;&amp;gt;William M. Clements&amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;div class=&amp;quot;isbn&amp;quot;&amp;gt;0-313-32847-1&amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;div class=&amp;quot;price&amp;quot;&amp;gt;$449.95 &amp;lt;span class=&amp;quot;pipe&amp;quot;&amp;gt;|&amp;lt;/span&amp;gt; &amp;amp;pound;255.00&amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;!--&amp;lt;div class=&amp;quot;clearing&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;--&amp;gt;&lt;br /&gt;
  &amp;lt;div class=&amp;quot;bookDescription&amp;quot;&amp;gt; China . . . Malta . . . Madagascar . . . Wales . . . and Texas: these are &lt;br /&gt;
    among the many exotic, distant lands that capture our minds and imaginations. In an era of increasing &lt;br /&gt;
    globalization, students, general readers, and business professionals need to know about... &lt;br /&gt;
    &amp;lt;a href=&amp;quot;/books/BookDetail.asp?sku=GR2847&amp;quot;&amp;gt;Read&amp;amp;nbsp;more&amp;lt;/a&amp;gt; &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Greenwood Press Product detail page ===&lt;br /&gt;
[http://www.greenwood.com/catalog/GR2847.aspx Product detail page] ===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
  &amp;lt;div id=&amp;quot;pnlContent&amp;quot; class=&amp;quot;pnlContent&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;div id=&amp;quot;pnlFlyerBox&amp;quot; class=&amp;quot;flyerBox&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;a id=&amp;quot;hlFlyer&amp;quot; class=&amp;quot;flyerLink&amp;quot; href=&amp;quot;/books/printFlyer.aspx?sku=GR2847&amp;quot; target=&amp;quot;_blank&amp;quot;&amp;gt;Print &lt;br /&gt;
        book flyer&amp;lt;/a&amp;gt; &amp;lt;br /&amp;gt;&lt;br /&gt;
      &amp;lt;a id=&amp;quot;hlFlyerInternational&amp;quot; class=&amp;quot;international_flyer&amp;quot; &lt;br /&gt;
      href=&amp;quot;/books/printFlyer.aspx?sku=GR2847&amp;amp;amp;location=international&amp;quot; ...&amp;gt;(International version)&amp;lt;/a&amp;gt; &lt;br /&gt;
    &amp;lt;/div&amp;gt;&lt;br /&gt;
    &amp;lt;span id=&amp;quot;lblTitle&amp;quot; class=&amp;quot;book_headline block&amp;quot;&amp;gt;The Greenwood Encyclopedia of World Folklore and Folklife&amp;lt;/span&amp;gt;&lt;br /&gt;
    &amp;lt;span id=&amp;quot;lblSubTitle&amp;quot; class=&amp;quot;book_subline&amp;quot;&amp;gt;Four Volumes&amp;lt;/span&amp;gt;&lt;br /&gt;
    &amp;lt;div id=&amp;quot;pnlBookDetails&amp;quot; class=&amp;quot;detailsBox&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;div id=&amp;quot;pnlImgBox&amp;quot; class=&amp;quot;imgBox&amp;quot;&amp;gt; &lt;br /&gt;
        &amp;lt;img src=&amp;quot;/_net.templates/showImage.aspx?imgName=0313328471.jpg&amp;amp;amp;s=135&amp;quot; alt=&amp;quot;&amp;quot; border=&amp;quot;0&amp;quot; /&amp;gt; &lt;br /&gt;
      &amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;a id=&amp;quot;hlAddToCart&amp;quot; title=&amp;quot;Add this item to your shopping cart&amp;quot; href=&amp;quot;/shopping_cart/?sku=GR2847&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;img title=&amp;quot;Add this item to your shopping cart&amp;quot; &lt;br /&gt;
          src=&amp;quot;/_net.templates/roundedButton.aspx?ButtonText=Add to Cart&amp;quot; alt=&amp;quot;&amp;quot; border=&amp;quot;0&amp;quot; /&amp;gt;&lt;br /&gt;
      &amp;lt;/a&amp;gt; &lt;br /&gt;
      &amp;lt;a id=&amp;quot;hlAddToWishList&amp;quot; title=&amp;quot;Save this item to your wish list&amp;quot; href=&amp;quot;/wish_list/?sku=GR2847&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;img title=&amp;quot;Save this item to your wish list&amp;quot; &lt;br /&gt;
          src=&amp;quot;/_net.templates/roundedButton.aspx?ButtonText=Add to Wish List&amp;quot;.../&amp;gt;&lt;br /&gt;
      &amp;lt;/a&amp;gt;&lt;br /&gt;
      &amp;lt;a id=&amp;quot;hlSharePage&amp;quot; title=&amp;quot;Email this page to a friend&amp;quot; href=&amp;quot;/books/sendform.asp?sku=GR2847&amp;quot;...&amp;gt;&lt;br /&gt;
        &amp;lt;img title=&amp;quot;Email this page to a friend&amp;quot; src=&amp;quot;/_net.templates/roundedButton.aspx?ButtonText=Email&amp;quot;.../&amp;gt;&lt;br /&gt;
      &amp;lt;/a&amp;gt; &lt;br /&gt;
      &amp;lt;a id=&amp;quot;hlPrintPage&amp;quot; title=&amp;quot;Version of this page optimized for printing&amp;quot; href=&amp;quot;/catalog/GR2847.aspx?print=1&amp;quot; ...&amp;gt;&lt;br /&gt;
        &amp;lt;img title=&amp;quot;Version of this page optimized for printing&amp;quot; src=&amp;quot;/_net.templates/roundedButton.aspx?ButtonText=Print&amp;quot;.../&amp;gt;&lt;br /&gt;
      &amp;lt;/a&amp;gt;&lt;br /&gt;
      &amp;lt;a id=&amp;quot;hlWorldCat&amp;quot; href=&amp;quot;http://worldcatlibraries.org/wcpa/isbn/0313328471&amp;quot;...&amp;gt;&lt;br /&gt;
        &amp;lt;img src=&amp;quot;/images/world_catalog.gif&amp;quot;.../&amp;gt;&lt;br /&gt;
      &amp;lt;/a&amp;gt;&lt;br /&gt;
      &amp;lt;div class=&amp;quot;authors&amp;quot;&amp;gt;&amp;lt;span&amp;gt;&amp;lt;a href=&amp;quot;/catalog/author/C/229.aspx&amp;quot;&amp;gt;William M. Clements&amp;lt;/a&amp;gt; (ed.)&amp;lt;/span&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;span id=&amp;quot;lblAuthorsNote&amp;quot; class=&amp;quot;block&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
      &amp;lt;div&amp;gt;&amp;lt;span class=&amp;quot;book_options&amp;quot;&amp;gt;Book Code:&amp;lt;/span&amp;gt; &amp;lt;span id=&amp;quot;lblBookCode&amp;quot;&amp;gt;GR2847&amp;lt;/span&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;div id=&amp;quot;pnlIsbn&amp;quot;&amp;gt; &amp;lt;span class=&amp;quot;book_options&amp;quot;&amp;gt;ISBN:&amp;lt;/span&amp;gt; &amp;lt;span id=&amp;quot;lblIsbn&amp;quot;&amp;gt;0-313-32847-1&amp;lt;/span&amp;gt; &amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;div id=&amp;quot;pnlPageColation&amp;quot;&amp;gt; 1972 pages, maps; photos &amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;span id=&amp;quot;lblImprint&amp;quot; class=&amp;quot;block&amp;quot;&amp;gt;Greenwood Press&amp;lt;/span&amp;gt;&lt;br /&gt;
      &amp;lt;div id=&amp;quot;pnlPubDate&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;span class=&amp;quot;book_options&amp;quot;&amp;gt;Publication Date:&amp;lt;/span&amp;gt; &amp;lt;span id=&amp;quot;lblPubDate&amp;quot;&amp;gt;12/30/2005&amp;lt;/span&amp;gt;&lt;br /&gt;
      &amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;div id=&amp;quot;pnlListPrice&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;span class=&amp;quot;book_options&amp;quot;&amp;gt;List Price:&amp;lt;/span&amp;gt; &lt;br /&gt;
        &amp;lt;span id=&amp;quot;lblListPrice&amp;quot;&amp;gt;$449.95&amp;lt;/span&amp;gt; &lt;br /&gt;
        (&amp;lt;a href=&amp;quot;/contactus/order_info.asp?SectionID=about&amp;amp;amp;Location=order_info#UKEME&amp;quot; &lt;br /&gt;
          title=&amp;quot;Click for international ordering information&amp;quot;&amp;gt;UK Sterling Price: &amp;amp;pound;255.00&amp;lt;/a&amp;gt;) &lt;br /&gt;
      &amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;div id=&amp;quot;pnlAvailability&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;span class=&amp;quot;book_options&amp;quot;&amp;gt;Availability:&amp;lt;/span&amp;gt; &amp;lt;span id=&amp;quot;lblAvailability&amp;quot;&amp;gt;In Stock&amp;lt;/span&amp;gt;&lt;br /&gt;
      &amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;div id=&amp;quot;pnlMediaType&amp;quot;&amp;gt; &amp;lt;span class=&amp;quot;book_options&amp;quot;&amp;gt;Media Type:&amp;lt;/span&amp;gt; &amp;lt;span id=&amp;quot;lblMediaType&amp;quot;&amp;gt;Hardcover&amp;lt;/span&amp;gt; &amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;div class=&amp;quot;clearing&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
    &amp;lt;/div&amp;gt;&lt;br /&gt;
    &amp;lt;div id=&amp;quot;pnlBookInformation&amp;quot;&amp;gt; &amp;lt;span class=&amp;quot;book_options&amp;quot;&amp;gt;Subjects:&amp;lt;/span&amp;gt;&lt;br /&gt;
      &amp;lt;ul class=&amp;quot;toc&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; &lt;br /&gt;
          &amp;lt;a id=&amp;quot;rpCategories__ctl1_hlCategory&amp;quot; href=&amp;quot;/catalog/subject/Anthropology.aspx&amp;quot;&amp;gt;Anthropology&amp;lt;/a&amp;gt; » &lt;br /&gt;
          &amp;lt;a id=&amp;quot;rpCategories__ctl1_hlSubCategory&amp;quot; href=&amp;quot;/catalog/subject/Anthropology/Folklore.aspx&amp;quot;&amp;gt;Folklore&amp;lt;/a&amp;gt; &lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;&lt;br /&gt;
          &amp;lt;a id=&amp;quot;rpCategories__ctl2_hlCategory&amp;quot; href=&amp;quot;/catalog/subject/Anthropology.aspx&amp;quot;&amp;gt;Anthropology&amp;lt;/a&amp;gt; » &lt;br /&gt;
          &amp;lt;a id=&amp;quot;rpCategories__ctl2_hlSubCategory&amp;quot; href=&amp;quot;/catalog/subject/Anthropology/Anthropology%2b(General).aspx&amp;quot;&amp;gt;&lt;br /&gt;
            Anthropology (General)&lt;br /&gt;
          &amp;lt;/a&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;&lt;br /&gt;
          &amp;lt;a id=&amp;quot;rpCategories__ctl3_hlCategory&amp;quot; href=&amp;quot;/catalog/subject/Anthropology.aspx&amp;quot;&amp;gt;Anthropology&amp;lt;/a&amp;gt; » &lt;br /&gt;
          &amp;lt;a id=&amp;quot;rpCategories__ctl3_hlSubCategory&amp;quot; href=&amp;quot;/catalog/subject/Anthropology/Cultural%2bAnthropology.aspx&amp;quot;&amp;gt;Cultural Anthropology&amp;lt;/a&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; &amp;lt;a id=&amp;quot;rpCategories__ctl4_hlCategory&amp;quot; href=&amp;quot;/catalog/subject/History.aspx&amp;quot;&amp;gt;History&amp;lt;/a&amp;gt; » &lt;br /&gt;
          &amp;lt;a id=&amp;quot;rpCategories__ctl4_hlSubCategory&amp;quot; href=&amp;quot;/catalog/subject/History/World%2bHistory%2b(General).aspx&amp;quot;&amp;gt;&lt;br /&gt;
            World History (General)&amp;lt;/a&amp;gt; &amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;/ul&amp;gt;&lt;br /&gt;
      &amp;lt;div id=&amp;quot;pnlDescription&amp;quot;&amp;gt; &lt;br /&gt;
        &amp;lt;span class=&amp;quot;book_options&amp;quot;&amp;gt;Description:&amp;lt;/span&amp;gt; &lt;br /&gt;
        &amp;lt;span id=&amp;quot;lblDescription1&amp;quot; class=&amp;quot;description block&amp;quot;&amp;gt;&lt;br /&gt;
          China . . . Malta . . . Madagascar . . . Wales . . . and Texas: these are among the many exotic, &lt;br /&gt;
          distant lands that capture our minds and imaginations. In an era of increasing globalization, &lt;br /&gt;
          students, general readers, and business professionals need to know about the world and its varied &lt;br /&gt;
          ways. So too, a knowledge of world cultures is fundamental to an understanding of America's ethnically &lt;br /&gt;
          rich society. Folklore isn't just about the long ago and far away. It's about the here and now, and &lt;br /&gt;
          there's no better way to learn about cultural diversity than to study the folklore and folkways of &lt;br /&gt;
          different ethnic groups. &amp;lt;br /&amp;gt;&lt;br /&gt;
          More than just Cinderella and other fairy tales, folklore encompasses the whole realm of traditional &lt;br /&gt;
          beliefs and activities that define a culture. The most comprehensive work of its kind, this massive &lt;br /&gt;
          encyclopedia engagingly and authoritatively surveys folklife and traditions from around the world. Through its&lt;br /&gt;
          vast scope and lengthy entries, it transcends other references on particular national or regional &lt;br /&gt;
          folklores and is the most ambitious undertaking of its type. Organized in four volumes, the encyclopedia &lt;br /&gt;
          provides convenient access to information about folklore generally and to the traditions of particular&lt;br /&gt;
          regions:&amp;lt;br /&amp;gt;&lt;br /&gt;
          Volume 1: Topics and Themes, Africa, Australia and Oceania&amp;lt;br /&amp;gt;&lt;br /&gt;
          Volume 2: Southeast Asia and India, Central and East Asia, Middle East&amp;lt;br /&amp;gt;&lt;br /&gt;
          Volume 3: Europe&amp;lt;br /&amp;gt;&lt;br /&gt;
          Volume 4: North and South America&amp;lt;/span&amp;gt; &amp;lt;span id=&amp;quot;lblDescription2&amp;quot; class=&amp;quot;description block&amp;quot;&amp;gt;Along &lt;br /&gt;
            with the expertise of the contributors, of Volume Editor William M. Clements, and of Advisory Editor &lt;br /&gt;
            Thomas A. Green, the encyclopedia draws upon a distinguished board of internationally recognized scholars,&lt;br /&gt;
             including:&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Roger D. Abrahams&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Cristina Bacchilega&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Gillian Bennett&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Mary Ellen Brown&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; James R. Dow&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Alessandro Falassi&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Barbro Klein&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Peter Knecht&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Natalie Kononenko&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Frances M. Malpezzi&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Margaret Mills&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; M. D. Muthukumaraswamy&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Gerald Pocius&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; And John S. Ryan.&amp;lt;br /&amp;gt;&lt;br /&gt;
          &amp;lt;br /&amp;gt;&lt;br /&gt;
          &amp;lt;b&amp;gt;Features:&amp;lt;/b&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Brings together the knowledge of more than 200 specialists from around the world.&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Provides 39 extended entries on topics central to world folklore.&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Details the folklore and folkways of roughly 170 cultural groups.&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Entries discuss the background, beliefs, oral and theatrical traditions, arts and crafts, and contemporary concerns &lt;br /&gt;
          of each cultural group.&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Each entry cites numerous works for further reading.&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; A generous selection of maps and illustrations makes world folklore come to life.&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; A list of entries and a cumulative subject index, repeated in each volume, offer convenient access to the vast body of &lt;br /&gt;
          information contained in the encyclopedia.&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; A selected, general bibliography directs students and general readers to the most important broad studies of world &lt;br /&gt;
          folklore.&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; A glossary defines key terms, theories, and concepts.&amp;lt;br /&amp;gt;&lt;br /&gt;
          &amp;lt;br /&amp;gt;&lt;br /&gt;
          &amp;lt;b&amp;gt;Benefits:&amp;lt;/b&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Helps students learn about cultures, customs, and daily life around the world.&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Fosters respect and appreciation for the many ethnic traditions behind contemporary American culture.&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Provides valuable background information for the study of world religions, holidays, and festivals.&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Offers a valuable context for understanding world history, politics, literature, and the arts.&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Invites students to compare and contrast the values and experiences of different cultures.&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Fosters critical reading skills and serves as a model for student research.&amp;lt;br /&amp;gt;&lt;br /&gt;
          &amp;lt;br /&amp;gt;&lt;br /&gt;
          &amp;lt;b&amp;gt;Volume 1: Topics and Themes, Africa, Australia and Oceania&amp;lt;/b&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
          Certain themes and topics are central to world foklore. The thematic essays in this volume discuss such matters as:&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Antiquarianism&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Cultural Evolution&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Ethnopoetics&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Gender&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Invented Tradition&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Nativism&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Primitivism&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Public Folklore&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Race&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Trickster&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; And many more.&amp;lt;br /&amp;gt;&lt;br /&gt;
          &amp;lt;br /&amp;gt;&lt;br /&gt;
          &amp;lt;b&amp;gt;Volume 2: Southeast Asia and India, Central and East Asia, Middle East&amp;lt;/b&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
          Included in this volume are entries on such cultural groups and regions as:&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Bali&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; China&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Duna&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Iban&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Kazakh&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Mongol&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Orissa&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Palestine&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Tonga&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Uyghur&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; And many others.&amp;lt;br /&amp;gt;&lt;br /&gt;
          &amp;lt;br /&amp;gt;&lt;br /&gt;
          &amp;lt;b&amp;gt;Volume 3: Europe&amp;lt;/b&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
          Included in this volume are entries on the folklore of such cultural regions and groups as:&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Ashkenazim&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Basque&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Brittany&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Flanders&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Germany&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Isle of Man&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Roma&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Russia&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Sami&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Ukraine&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; And many more.&amp;lt;br /&amp;gt;&lt;br /&gt;
          &amp;lt;br /&amp;gt;&lt;br /&gt;
          &amp;lt;b&amp;gt;Volume 4: North and South America&amp;lt;/b&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
          The entries in this volume explore the folk traditions of such regions and groups as:&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Appalachia&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Choctaw&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Haiti&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Island Carib&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Maya&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Quechua&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Seminole&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Western Inuit and Yupik&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Xavante&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Yanomami&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; And many more.&amp;lt;br /&amp;gt;&lt;br /&gt;
          &amp;lt;br /&amp;gt;&lt;br /&gt;
          Because folklore is the essence of daily life, this encyclopedia addresses the curriculum needs of high school students and is &lt;br /&gt;
          also an indispensable resource for teachers. In addition, anyone researching folklore in a public library will find this the first&lt;br /&gt;
           place to look for detailed information about cultural traditions around the world.&amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;/span&amp;gt; &amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;div id=&amp;quot;pnlLCCardNumber&amp;quot; class=&amp;quot;description&amp;quot;&amp;gt; &amp;lt;span class=&amp;quot;book_options&amp;quot;&amp;gt;LC Card Number:&amp;lt;/span&amp;gt; &amp;lt;span id=&amp;quot;lblLCCardNumber&amp;quot;&amp;gt;2005019219&amp;lt;/span&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;div id=&amp;quot;pnlLCCClass&amp;quot; class=&amp;quot;description&amp;quot;&amp;gt; &amp;lt;span class=&amp;quot;book_options&amp;quot;&amp;gt;LCC Class:&amp;lt;/span&amp;gt; &amp;lt;span id=&amp;quot;lblLCCClass&amp;quot;&amp;gt;GR35 &amp;lt;/span&amp;gt; &amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;div id=&amp;quot;pnlDeweyClass&amp;quot; class=&amp;quot;description&amp;quot;&amp;gt; &amp;lt;span class=&amp;quot;book_options&amp;quot;&amp;gt;Dewey Class:&amp;lt;/span&amp;gt; &amp;lt;span id=&amp;quot;lblDeweyClass&amp;quot;&amp;gt;398&amp;lt;/span&amp;gt; &amp;lt;/div&amp;gt;&lt;br /&gt;
    &amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Marshall Cavendish product page ===&lt;br /&gt;
[http://www.marshallcavendish.com/marshallcavendish/academic/redirector.xml?url=/marshallcavendish/academic/catalogue/books/regionalism_n_regional_security/9812102108.xml original]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
  &amp;lt;table cellpadding=&amp;quot;2&amp;quot; width=&amp;quot;100%&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;tr valign=&amp;quot;top&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;td&amp;gt;&amp;lt;font id=&amp;quot;title_catalogue_font&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Regionalism &amp;amp;amp; Regional Security&amp;lt;/b&amp;gt;&amp;lt;/font&amp;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;
  &amp;lt;font id=&amp;quot;text&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;div style=&amp;quot;&amp;quot; align=&amp;quot;&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;table cellpadding=&amp;quot;2&amp;quot; width=&amp;quot;100%&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;tr valign=&amp;quot;top&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;td width=&amp;quot;35%&amp;quot;&amp;gt;&amp;lt;font id=&amp;quot;title_catalogue_title_font&amp;quot;&amp;gt;ISBN Number&amp;lt;/font&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td width=&amp;quot;65%&amp;quot;&amp;gt;&amp;lt;font id=&amp;quot;text&amp;quot;&amp;gt;9812102108&amp;lt;/font&amp;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;
    &amp;lt;table cellpadding=&amp;quot;2&amp;quot; width=&amp;quot;100%&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;tr valign=&amp;quot;top&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;td width=&amp;quot;35%&amp;quot;&amp;gt;&amp;lt;font id=&amp;quot;title_catalogue_title_font&amp;quot;&amp;gt;Series&amp;lt;/font&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td width=&amp;quot;65%&amp;quot;&amp;gt;&amp;lt;font id=&amp;quot;text&amp;quot;&amp;gt;null&amp;lt;/font&amp;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;
    &amp;lt;table cellpadding=&amp;quot;2&amp;quot; width=&amp;quot;100%&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;tr valign=&amp;quot;top&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;td width=&amp;quot;35%&amp;quot;&amp;gt;&amp;lt;font id=&amp;quot;title_catalogue_title_font&amp;quot;&amp;gt;Title&amp;lt;/font&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td width=&amp;quot;65%&amp;quot;&amp;gt;&amp;lt;font id=&amp;quot;text&amp;quot;&amp;gt;The New Terrorism: Anatomy, Trends and Counter-strategies&amp;lt;/font&amp;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;
    &amp;lt;table cellpadding=&amp;quot;2&amp;quot; width=&amp;quot;100%&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;tr valign=&amp;quot;top&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;td width=&amp;quot;35%&amp;quot;&amp;gt;&amp;lt;font id=&amp;quot;title_catalogue_title_font&amp;quot;&amp;gt;Imprint&amp;lt;/font&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td width=&amp;quot;65%&amp;quot;&amp;gt;&amp;lt;font id=&amp;quot;text&amp;quot;&amp;gt;Eastern Universities Press&amp;lt;/font&amp;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;
    &amp;lt;table cellpadding=&amp;quot;2&amp;quot; width=&amp;quot;100%&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;tr valign=&amp;quot;top&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;td width=&amp;quot;35%&amp;quot;&amp;gt;&amp;lt;font id=&amp;quot;title_catalogue_title_font&amp;quot;&amp;gt;Specifications&amp;lt;/font&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td width=&amp;quot;65%&amp;quot;&amp;gt;&amp;lt;font id=&amp;quot;text&amp;quot;&amp;gt;152 mm X 227 mm, 368 pp, limp with flaps, 500 gms&amp;lt;/font&amp;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;
    &amp;lt;table cellpadding=&amp;quot;2&amp;quot; width=&amp;quot;100%&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;tr valign=&amp;quot;top&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;td width=&amp;quot;35%&amp;quot;&amp;gt;&amp;lt;font id=&amp;quot;title_catalogue_title_font&amp;quot;&amp;gt;Authors&amp;lt;/font&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td width=&amp;quot;65%&amp;quot;&amp;gt;&amp;lt;font id=&amp;quot;text&amp;quot;&amp;gt;Andrew Tan &amp;amp;amp; Kumar Ramakrishna (eds)&amp;lt;/font&amp;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;
    &amp;lt;table cellpadding=&amp;quot;2&amp;quot; width=&amp;quot;100%&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;tr valign=&amp;quot;top&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;td width=&amp;quot;35%&amp;quot;&amp;gt;&amp;lt;font id=&amp;quot;title_catalogue_title_font&amp;quot;&amp;gt;Target Audience&amp;lt;/font&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td width=&amp;quot;65%&amp;quot;&amp;gt;&amp;lt;font id=&amp;quot;text&amp;quot;&amp;gt;University lecturers/researchers, undergraduate students, academicians and those interested in Regional Security Studies.&amp;lt;/font&amp;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;
    &amp;lt;table cellpadding=&amp;quot;2&amp;quot; width=&amp;quot;100%&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;tr valign=&amp;quot;top&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;td width=&amp;quot;35%&amp;quot;&amp;gt;&amp;lt;font id=&amp;quot;title_catalogue_title_font&amp;quot;&amp;gt;Price (SG)&amp;lt;/font&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td width=&amp;quot;65%&amp;quot;&amp;gt;&amp;lt;font id=&amp;quot;text&amp;quot;&amp;gt;S$ 39.00&amp;lt;/font&amp;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;
    &amp;lt;table cellpadding=&amp;quot;2&amp;quot; width=&amp;quot;100%&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;tr valign=&amp;quot;top&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;td width=&amp;quot;35%&amp;quot;&amp;gt;&amp;lt;font id=&amp;quot;title_catalogue_title_font&amp;quot;&amp;gt;Price (US)&amp;lt;/font&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td width=&amp;quot;65%&amp;quot;&amp;gt;&amp;lt;font id=&amp;quot;text&amp;quot;&amp;gt;US$ 30.00&amp;lt;/font&amp;gt; &amp;amp;nbsp; &amp;lt;a href=&amp;quot;javascript: addToCart()&amp;quot;&amp;gt;&amp;lt;img src=&amp;quot;/marshallcavendish/components/db_content/MC_AC_redirector/pic/addCart.gif&amp;quot; border=&amp;quot;0&amp;quot;/&amp;gt;&amp;lt;/a&amp;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;
    &amp;lt;br/&amp;gt;&lt;br /&gt;
    &amp;lt;br/&amp;gt;&lt;br /&gt;
    The terrorist attacks of September 11, 2001 on the World Trade Centre in New York and the Pentagon in Washington represented a true watershed in world history.&amp;lt;br/&amp;gt;&lt;br /&gt;
    &amp;lt;br/&amp;gt;&lt;br /&gt;
    The attacks revealed the horrifying nature of the so-called &amp;quot;new terrorism&amp;quot; that has emerged in the post-Cold War era. The new terrorism is defined by four key features:&amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;/font&amp;gt;&lt;br /&gt;
  &amp;lt;ul&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;&lt;br /&gt;
      &amp;lt;p align=&amp;quot;justify&amp;quot;&amp;gt;&amp;lt;font id=&amp;quot;text&amp;quot;&amp;gt;sheer lethality&amp;lt;/font&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
    &amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;&lt;br /&gt;
      &amp;lt;p align=&amp;quot;justify&amp;quot;&amp;gt;&amp;lt;font id=&amp;quot;text&amp;quot;&amp;gt;religious dimension&amp;lt;/font&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
    &amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;&lt;br /&gt;
      &amp;lt;p align=&amp;quot;justify&amp;quot;&amp;gt;&amp;lt;font id=&amp;quot;text&amp;quot;&amp;gt;networked organizational structure&amp;lt;/font&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
    &amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;&lt;br /&gt;
      &amp;lt;p align=&amp;quot;justify&amp;quot;&amp;gt;&amp;lt;font id=&amp;quot;text&amp;quot;&amp;gt;greatly enhanced striking power &amp;amp;nbsp; &amp;lt;/font&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
    &amp;lt;/li&amp;gt;&lt;br /&gt;
  &amp;lt;/ul&amp;gt;&lt;br /&gt;
  &amp;lt;font id=&amp;quot;text&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;div style=&amp;quot;&amp;quot; align=&amp;quot;&amp;quot;&amp;gt;As September 11 clearly demonstrated, the new terrorists can leverage on technology to inflict catastrophic damage even on superpowers, let alone other states.&amp;lt;br/&amp;gt;&lt;br /&gt;
    &amp;lt;br/&amp;gt;&lt;br /&gt;
    To examine the new dimensions of terrorism, a conference was organized in Singapore in late March 2002 that brought together a number of leading experts from a wide range of backgrounds from America, Europe and Asia, and the key findings are presented in this volume under the following headings:&amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;/font&amp;gt;&lt;br /&gt;
  &amp;lt;ul&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;&lt;br /&gt;
      &amp;lt;p align=&amp;quot;justify&amp;quot;&amp;gt;&amp;lt;font id=&amp;quot;text&amp;quot;&amp;gt;Anatomy of the new terrorism&amp;lt;/font&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
    &amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;&lt;br /&gt;
      &amp;lt;p align=&amp;quot;justify&amp;quot;&amp;gt;&amp;lt;font id=&amp;quot;text&amp;quot;&amp;gt;Terrorist trends and patterns in the Asia-Pacific region&amp;lt;/font&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
    &amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;&lt;br /&gt;
      &amp;lt;p align=&amp;quot;justify&amp;quot;&amp;gt;&amp;lt;font id=&amp;quot;text&amp;quot;&amp;gt;Religion and terrorism: Southeast Asian perspectives&amp;lt;/font&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
    &amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;&lt;br /&gt;
      &amp;lt;p align=&amp;quot;justify&amp;quot;&amp;gt;&amp;lt;font id=&amp;quot;text&amp;quot;&amp;gt;Formulating counter-strategies &amp;amp;nbsp; &amp;lt;/font&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
    &amp;lt;/li&amp;gt;&lt;br /&gt;
  &amp;lt;/ul&amp;gt;&lt;br /&gt;
  &amp;lt;font id=&amp;quot;text&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;div style=&amp;quot;&amp;quot; align=&amp;quot;&amp;quot;&amp;gt; &amp;lt;span style=&amp;quot;font-weight: bold;&amp;quot;&amp;gt; &amp;lt;b&amp;gt; About the Author: &amp;lt;/b&amp;gt; &amp;lt;/span&amp;gt; &amp;lt;br/&amp;gt;&lt;br /&gt;
    Both Andrew Tan and Kumar Ramakrishna are Assistant Professors at the Institute of Defence and Strategic Studies, Nanyang Technological University, Singapore.&amp;lt;br/&amp;gt;&lt;br /&gt;
    Andrew Tan received his M.Phil from Cambridge and PhD from the University of Sydney. His research interests are conflict (inter-state tensions, insurgencies, terrorism and force modernization) in Southeast Asia, and security issues in Asia.&amp;lt;br/&amp;gt;&lt;br /&gt;
    Kumar Ramakrishna obtained his PhD in History from the University of London in 1999. He teaches and writes on the history of strategic thought as well as the war on terror.&amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;/font&amp;gt;&lt;br /&gt;
  &amp;lt;td width=&amp;quot;18.666662&amp;quot; style=&amp;quot;valign: top; background-color: white ; &amp;quot; rowspan=&amp;quot;1&amp;quot; colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
  &amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;tr valign=&amp;quot;top&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;td width=&amp;quot;570.666524&amp;quot; style=&amp;quot;valign: top; background-color: white ; &amp;quot; rowspan=&amp;quot;1&amp;quot; colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
    &amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td width=&amp;quot;18.666662&amp;quot; style=&amp;quot;valign: top; background-color: white ; &amp;quot; rowspan=&amp;quot;1&amp;quot; colspan=&amp;quot;1&amp;quot;&amp;gt;&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;/div&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Oxford University Press (USA) homepage ===&lt;br /&gt;
[http://www.us.oup.com/us/?view=usa original] &lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
  &amp;lt;div class=&amp;quot;isbnSummaryDetails&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;h2&amp;gt; &amp;lt;a href=&amp;quot;/us/catalog/general/subject/HistoryAmerican/ColonialRevolutionary/?view=usa&amp;amp;amp;ci=0195162471&amp;quot;&amp;gt;The Glorious Cause&amp;lt;/a&amp;gt; &amp;lt;/h2&amp;gt;&lt;br /&gt;
    &amp;lt;div class=&amp;quot;subTitle&amp;quot;&amp;gt; The American Revolution, 1763-1789 &amp;lt;/div&amp;gt;&lt;br /&gt;
    &amp;lt;div class=&amp;quot;edition&amp;quot;&amp;gt; Revised and Expanded Edition &amp;lt;/div&amp;gt;&lt;br /&gt;
    &amp;lt;div class=&amp;quot;byline&amp;quot;&amp;gt; Robert Middlekauff &amp;lt;/div&amp;gt;&lt;br /&gt;
    &amp;lt;span class=&amp;quot;isbnNumber&amp;quot;&amp;gt;0195162471&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;format&amp;quot;&amp;gt;hardback&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;publicationDate&amp;quot;&amp;gt; Feb 2005 &amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;price&amp;quot;&amp;gt; $37.50 &amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;description&amp;quot;&amp;gt; The classic history of the American Revolution--now in an updated and expanded twentieth anniversary edition &amp;lt;/span&amp;gt;&lt;br /&gt;
    &amp;lt;div class=&amp;quot;related&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;h3&amp;gt;More &amp;lt;/h3&amp;gt;&lt;br /&gt;
      &amp;lt;!-- /HistoryAmerican/ColonialRevolutionary --&amp;gt;&lt;br /&gt;
      &amp;lt;a href=&amp;quot;/us/catalog/general/subject/HistoryAmerican/?view=usa&amp;amp;amp;sf=all&amp;quot;&amp;gt;History, American&amp;lt;/a&amp;gt; &amp;amp;gt; &amp;lt;a href=&amp;quot;/us/catalog/general/subject/HistoryAmerican/ColonialRevolutionary/?view=usa&amp;amp;amp;sf=all&amp;quot;&amp;gt;Colonial &amp;amp; Revolutionary&amp;lt;/a&amp;gt; &amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;!--/isbnSummaryDetails--&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Oxford University Press (USA) Product page ===&lt;br /&gt;
 [http://www.us.oup.com/us/catalog/general/subject/HistoryAmerican/ColonialRevolutionary/?view=usa&amp;amp;amp;ci=0195162471#Product_Details original]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
  &amp;lt;div class=&amp;quot;isbnProperties isbnSummary&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;div class=&amp;quot;isbnSummaryHeading&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;h1&amp;gt;The Glorious Cause&amp;lt;/h1&amp;gt;&lt;br /&gt;
      &amp;lt;div class=&amp;quot;subTitle&amp;quot;&amp;gt; The American Revolution, 1763-1789 &amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;div class=&amp;quot;edition&amp;quot;&amp;gt; Revised and Expanded Edition &amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;div class=&amp;quot;byline&amp;quot;&amp;gt; Robert Middlekauff &amp;lt;/div&amp;gt;&lt;br /&gt;
    &amp;lt;/div&amp;gt;&lt;br /&gt;
    &amp;lt;!--/isbnSummaryHeading--&amp;gt;&lt;br /&gt;
    &amp;lt;div class=&amp;quot;cover&amp;quot;&amp;gt; &amp;lt;span class=&amp;quot;bookShot&amp;quot;&amp;gt;&amp;lt;a href=&amp;quot;#&amp;quot;&amp;gt;&amp;lt;img src=&amp;quot;/images/covers/0195162471.jpg&amp;quot;&lt;br /&gt;
                     ... alt=&amp;quot;bookshot&amp;quot; /&amp;gt; &amp;lt;/a&amp;gt;&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;addToCart&amp;quot;&amp;gt;&amp;lt;a href=&amp;quot;http://www.us.oup.com/us/cart/cart.jsp?op=a&amp;amp;amp;i=0195162471&amp;amp;amp;c=85&amp;amp;amp;q=1&amp;amp;amp;r=http%3A%2F%2Fwww.us.oup.com%2Fus%2Fcatalog%2Fgeneral%2Fsubject%2FHistoryAmerican%2FColonialRevolutionary%2F%3Fview%3Dusa%26ci%3D0195162471&amp;quot;&amp;gt;Add to Cart&amp;lt;/a&amp;gt;&amp;lt;/span&amp;gt; &amp;lt;/div&amp;gt;&lt;br /&gt;
    &amp;lt;!--/cover--&amp;gt;&lt;br /&gt;
    &amp;lt;div class=&amp;quot;isbnSummaryDetails&amp;quot;&amp;gt; &amp;lt;span class=&amp;quot;isbnNumber&amp;quot;&amp;gt;0195162471&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;format&amp;quot;&amp;gt;hardback&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;pages&amp;quot;&amp;gt; 760 pages &amp;lt;/span&amp;gt;&lt;br /&gt;
      &amp;lt;div id=&amp;quot;generalinfo&amp;quot;&amp;gt; &amp;lt;span class=&amp;quot;publicationDate&amp;quot;&amp;gt;Feb 2005,&amp;amp;nbsp;&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;availability&amp;quot;&amp;gt; In Stock &amp;lt;/span&amp;gt; &amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;div class=&amp;quot;cost&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;h2&amp;gt;Price:&amp;lt;/h2&amp;gt;&lt;br /&gt;
        $37.50 &amp;lt;span class=&amp;quot;discountCode&amp;quot;&amp;gt;(02)&amp;lt;/span&amp;gt; &amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;div class=&amp;quot;shipping&amp;quot;&amp;gt; &amp;lt;a href=&amp;quot;/us/assets/shippingInfo.jsp?si=1.5&amp;amp;amp;so=3.75&amp;amp;amp;sc=0&amp;amp;amp;isi=5&amp;amp;amp;iso=5&amp;amp;amp;isc=0&amp;quot; target=&amp;quot;_blank&amp;quot; onclick=&amp;quot;window.open(this.href, this.target, 'height=445,width=445,scrollbars');&lt;br /&gt;
					  return false;&amp;quot;&amp;gt;Shipping Details&amp;lt;/a&amp;gt; &amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;div class=&amp;quot;moreSeries redArrow&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;h3&amp;gt;See more from the series&amp;lt;/h3&amp;gt;&lt;br /&gt;
        &amp;lt;ul&amp;gt;&lt;br /&gt;
          &amp;lt;li&amp;gt;&amp;lt;a href=&amp;quot;/us/catalog/general/series/OxfordHistoryoftheUnitedStates/?view=usa&amp;quot;&amp;gt;Oxford History of the United States, Vol. 3&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;/ul&amp;gt;&lt;br /&gt;
      &amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;!--moreSeries--&amp;gt;&lt;br /&gt;
    &amp;lt;/div&amp;gt;&lt;br /&gt;
    &amp;lt;!--/isbnSummaryDetails--&amp;gt;&lt;br /&gt;
  &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Thomson Gale product detail page ===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;div id =&amp;quot; title_main&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h2&amp;gt;Contemporary Literary Criticism&amp;lt;/h2&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div id =&amp;quot; credits&amp;quot;&amp;gt;&lt;br /&gt;
	&amp;lt;ul&amp;gt;&lt;br /&gt;
		&amp;lt;li&amp;gt;&amp;lt;h2&amp;gt;Excerpts from Criticism of the Works of Today's Novelists, Poets, Playwrights, Short Story Writers, Scriptwriters, &amp;amp; Other Creative Writers&amp;lt;/h2&amp;gt;&lt;br /&gt;
		Volume 1&amp;lt;/li&amp;gt;&lt;br /&gt;
		&lt;br /&gt;
		&amp;lt;li&amp;gt;&amp;lt;i&amp;gt;Published by Thomson Gale&amp;lt;/i&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
	&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div id =&amp;quot; description&amp;quot;&amp;gt;&lt;br /&gt;
	&amp;lt;p&amp;gt;Each print volume in this long-standing series profiles approximately 6-8 novelists, poets, playwrights and other creative writers by providing full-text or excerpted criticism taken from books, magazines, literary reviews, newspapers and scholarly journals. Among those profiled in this volume are:&amp;lt;/p&amp;gt;&lt;br /&gt;
	&amp;lt;ul&amp;gt;&lt;br /&gt;
		&amp;lt;li&amp;gt;Kingsley Amis&lt;br /&gt;
		&amp;lt;li&amp;gt;John Dos Passos&lt;br /&gt;
		&amp;lt;li&amp;gt;Hermann Hesse&lt;br /&gt;
		&amp;lt;li&amp;gt;Ezra Pound&lt;br /&gt;
	&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;!-- Description --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div id =&amp;quot; detail&amp;quot;&amp;gt;&lt;br /&gt;
	&amp;lt;ul&amp;gt;&lt;br /&gt;
		&amp;lt;li&amp;gt;Published/Released:&amp;lt;strong&amp;gt; March 1973&amp;lt;/strong&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
		&amp;lt;li&amp;gt;ISBN: &amp;lt;strong&amp;gt;0-8103-0100-8&amp;lt;/strong&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
		&amp;lt;li&amp;gt;Product number: &amp;lt;strong&amp;gt;001415&amp;lt;/strong&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
		&amp;lt;li&amp;gt;Page count: &amp;lt;strong&amp;gt;485 pp./vol.&amp;lt;/strong&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
		&amp;lt;li&amp;gt;Shipping Weight: &amp;lt;strong&amp;gt;5.00 lbs (2.27 kgs)&amp;lt;/strong&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
	&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;  &amp;lt;!-- /detail--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div id =&amp;quot; price&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;P&amp;gt;Price: US $205.00&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Wolfram Mathworld ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;p class=&amp;quot;Reference&amp;quot;&amp;gt;&lt;br /&gt;
Drmota, M. and Tichy, R. F. &amp;lt;i&amp;gt;&amp;lt;a href=&amp;quot;http://www.amazon.com/exec/obidos/ASIN/3540626069/ref=nosim/weisstein-20&amp;quot; class=&amp;quot;Hyperlink&amp;quot;&amp;gt;Sequences, Discrepancies and Applications.&amp;lt;/a&amp;gt;&amp;lt;/i&amp;gt; New York: Springer-Verlag,&lt;br /&gt;
 1997.&lt;br /&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;
== Breakdown of Citation Elements ==&lt;br /&gt;
&lt;br /&gt;
Using the above examples, various parts of the citations (titles, authors, etc.) can be grouped together for comparision:&lt;br /&gt;
&lt;br /&gt;
=== Book titles: ===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;amp;lt;span id=&amp;quot;title&amp;quot; class=&amp;quot;producttitle&amp;quot;&amp;amp;gt;The 1920's&amp;amp;lt;/span&amp;amp;gt;&lt;br /&gt;
(ABC-CLIO product detail page)&lt;br /&gt;
&lt;br /&gt;
&amp;amp;lt;div class=&amp;quot;title&amp;quot;&amp;amp;gt; &amp;amp;lt;a href=&amp;quot;...&amp;quot;&amp;amp;gt;The Greenwood Encyclopedia of World Folklore and Folklife&amp;amp;lt;/a&amp;amp;gt; &amp;amp;lt;/div&amp;amp;gt;&lt;br /&gt;
(Greenwood Press homepage)&lt;br /&gt;
&lt;br /&gt;
&amp;amp;lt;span id=&amp;quot;lblTitle&amp;quot; class=&amp;quot;book_headline block&amp;quot;&amp;amp;gt;The Greenwood Encyclopedia of World Folklore and Folklife&amp;amp;lt;/span&amp;amp;gt;&lt;br /&gt;
(Greenwood Press product detail page)&lt;br /&gt;
&lt;br /&gt;
&amp;amp;lt;td width=&amp;quot;35%&amp;quot;&amp;amp;gt;&amp;amp;lt;font id=&amp;quot;title_catalogue_title_font&amp;quot;&amp;amp;gt;Title&amp;amp;lt;/font&amp;amp;gt;&amp;amp;lt;/td&amp;amp;gt;&lt;br /&gt;
&amp;amp;lt;td width=&amp;quot;65%&amp;quot;&amp;amp;gt;&amp;amp;lt;font id=&amp;quot;text&amp;quot;&amp;amp;gt;The New Terrorism: Anatomy, Trends and Counter-strategies&amp;amp;lt;/font&amp;amp;gt;&amp;amp;lt;/td&amp;amp;gt;&lt;br /&gt;
(Marshall Cavendish product detail page)&lt;br /&gt;
&lt;br /&gt;
&amp;amp;lt;h2&amp;amp;gt; &amp;amp;lt;a href=&amp;quot;...&amp;quot;&amp;amp;gt;The Glorious Cause&amp;amp;lt;/a&amp;amp;gt; &amp;amp;lt;/h2&amp;amp;gt;&lt;br /&gt;
(Oxford Univ. Press, homepage)&lt;br /&gt;
&lt;br /&gt;
&amp;amp;lt;h1&amp;amp;gt;The Glorious Cause&amp;amp;lt;/h1&amp;amp;gt;&lt;br /&gt;
(OUP, product detail page)&lt;br /&gt;
&lt;br /&gt;
&amp;amp;lt;h2&amp;amp;gt;Contemporary Literary Criticism&amp;amp;lt;/h2&amp;amp;gt;&lt;br /&gt;
(Thomson Gale, product detail page)&lt;br /&gt;
&lt;br /&gt;
&amp;amp;lt;span id=&amp;quot;ctlBookDetailHeader_lblTitle&amp;quot; class=&amp;quot;ProdTitle&amp;quot;&amp;amp;gt;Talk and Interaction in Social Research Methods&amp;amp;lt;/span&amp;amp;gt; (SAGE Publications)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Also, many examples where books presented in table format with Title as cell header, or presented &amp;quot;Title: &amp;quot;&lt;br /&gt;
&lt;br /&gt;
=== Book Series Name: ===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;amp;lt;span id=&amp;quot;serieslbl&amp;quot; class=&amp;quot;productsubtitle&amp;quot;&amp;amp;gt;&amp;amp;lt;a href=&amp;quot;...&amp;quot;&amp;amp;gt;Teaching With Documents Series&amp;amp;lt;/a&amp;amp;gt;&amp;amp;lt;/span&amp;amp;gt;&lt;br /&gt;
(ABC-CLIO)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Sub-title: ===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;amp;lt;span id=&amp;quot;subtitle&amp;quot; class=&amp;quot;productsubtitle&amp;quot;&amp;amp;gt;&amp;amp;lt;/span&amp;amp;gt;&lt;br /&gt;
(ABC-CLIO)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;amp;lt;div class=&amp;quot;sub_title&amp;quot;&amp;amp;gt;[Four Volumes]&amp;amp;lt;/div&amp;amp;gt;&lt;br /&gt;
(Greenwood, homepage)&lt;br /&gt;
&lt;br /&gt;
&amp;amp;lt;span id=&amp;quot;lblSubTitle&amp;quot; class=&amp;quot;book_subline&amp;quot;&amp;amp;gt;[Four Volumes]&amp;amp;lt;/span&amp;amp;gt;&lt;br /&gt;
(Greenwood, product page)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;amp;lt;div class=&amp;quot;subTitle&amp;quot;&amp;amp;gt; The American Revolution, 1763-1789 &amp;amp;lt;/div&amp;amp;gt;&lt;br /&gt;
(OUP)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Author: ===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;amp;lt;span id=&amp;quot;credit&amp;quot; class=&amp;quot;productauthor&amp;quot;&amp;amp;gt;&amp;amp;lt;/span&amp;amp;gt;&lt;br /&gt;
(ABC-CLIO)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;amp;lt;div class=&amp;quot;author&amp;quot;&amp;amp;gt;William M. Clements&amp;amp;lt;/div&amp;amp;gt;&lt;br /&gt;
(Greenwood)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;amp;lt;td width=&amp;quot;35%&amp;quot;&amp;amp;gt;&amp;amp;lt;font id=&amp;quot;title_catalogue_title_font&amp;quot;&amp;amp;gt;Authors&amp;amp;lt;/font&amp;amp;gt;&amp;amp;lt;/td&amp;amp;gt;&lt;br /&gt;
&amp;amp;lt;td width=&amp;quot;65%&amp;quot;&amp;amp;gt;&amp;amp;lt;font id=&amp;quot;text&amp;quot;&amp;amp;gt;Andrew Tan &amp;amp;amp; Kumar Ramakrishna (eds)&amp;amp;lt;/font&amp;amp;gt;&amp;amp;lt;/td&amp;amp;gt;&lt;br /&gt;
(Marshall Cavendish)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;amp;lt;div class=&amp;quot;byline&amp;quot;&amp;amp;gt; Robert Middlekauff &amp;amp;lt;/div&amp;amp;gt;&lt;br /&gt;
(OUP)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Publication Date: ===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;amp;lt;span id=&amp;quot;pubdate&amp;quot; class=&amp;quot;productdetailbody&amp;quot;&amp;amp;gt;11/2001&amp;amp;lt;/span&amp;amp;gt;&lt;br /&gt;
(ABC-CLIO -- see table structure)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;amp;lt;div id=&amp;quot;pnlPubDate&amp;quot;&amp;amp;gt; &amp;amp;lt;span class=&amp;quot;book_options&amp;quot;&amp;amp;gt;Publication Date:&amp;amp;lt;/span&amp;amp;gt; &amp;amp;lt;span id=&amp;quot;lblPubDate&amp;quot;&amp;amp;gt;12/30/2005&amp;amp;lt;/span&amp;amp;gt; &amp;amp;lt;/div&amp;amp;gt;&lt;br /&gt;
(Greenwood, detail page)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;amp;lt;span class=&amp;quot;publicationDate&amp;quot;&amp;amp;gt; Feb 2005 &amp;amp;lt;/span&amp;amp;gt;&lt;br /&gt;
(OUP)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;amp;lt;li&amp;amp;gt;Published/Released:&amp;amp;lt;strong&amp;amp;gt; March 1973&amp;amp;lt;/strong&amp;amp;gt;&amp;amp;lt;/li&amp;amp;gt;&lt;br /&gt;
(Thomson Gale)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Volumes: ===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;amp;lt;td ... class=&amp;quot;productdetailhead&amp;quot;&amp;amp;gt;&amp;amp;lt;span id=&amp;quot;volumeslabel&amp;quot; class=&amp;quot;productdetailhead&amp;quot;&amp;amp;gt;Volumes&amp;amp;lt;/span&amp;amp;gt;&amp;amp;lt;/td&amp;amp;gt;&lt;br /&gt;
&amp;amp;lt;td ... class=&amp;quot;productdetailbody&amp;quot;&amp;amp;gt;&amp;amp;lt;span id=&amp;quot;volumes&amp;quot; class=&amp;quot;productdetailbody&amp;quot;&amp;amp;gt;1&amp;amp;lt;/span&amp;amp;gt;&amp;amp;lt;/td&amp;amp;gt;&lt;br /&gt;
(ABC-CLIO)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== ISBN: ===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;amp;lt;td class=&amp;quot;productdetailhead&amp;quot; ...&amp;amp;gt;&amp;amp;lt;span id=&amp;quot;ISBNLabel&amp;quot;&amp;amp;gt;ISBN&amp;amp;lt;/span&amp;amp;gt;&amp;amp;lt;/td&amp;amp;gt;&lt;br /&gt;
&amp;amp;lt;td class=&amp;quot;productdetailbody&amp;quot;&amp;amp;gt;1-57607-785-3&amp;amp;lt;/td&amp;amp;gt;&lt;br /&gt;
(ABC-CLIO)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;amp;lt;div class=&amp;quot;isbn&amp;quot;&amp;amp;gt;0-313-32847-1&amp;amp;lt;/div&amp;amp;gt;&lt;br /&gt;
(Greenwood, homepage)&lt;br /&gt;
&lt;br /&gt;
&amp;amp;lt;div id=&amp;quot;pnlIsbn&amp;quot;&amp;amp;gt; &amp;amp;lt;span class=&amp;quot;book_options&amp;quot;&amp;amp;gt;ISBN:&amp;amp;lt;/span&amp;amp;gt; &amp;amp;lt;span id=&amp;quot;lblIsbn&amp;quot;&amp;amp;gt;0-313-32847-1&amp;amp;lt;/span&amp;amp;gt; &amp;amp;lt;/div&amp;amp;gt;&lt;br /&gt;
(Greenwood, product page)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;amp;lt;td width=&amp;quot;35%&amp;quot;&amp;amp;gt;&amp;amp;lt;font id=&amp;quot;title_catalogue_title_font&amp;quot;&amp;amp;gt;ISBN Number&amp;amp;lt;/font&amp;amp;gt;&amp;amp;lt;/td&amp;amp;gt;&lt;br /&gt;
&amp;amp;lt;td width=&amp;quot;65%&amp;quot;&amp;amp;gt;&amp;amp;lt;font id=&amp;quot;text&amp;quot;&amp;amp;gt;9812102108&amp;amp;lt;/font&amp;amp;gt;&amp;amp;lt;/td&amp;amp;gt;&lt;br /&gt;
(Marshall Cavendish)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;amp;lt;span class=&amp;quot;isbnNumber&amp;quot;&amp;amp;gt;0195162471&amp;amp;lt;/span&amp;amp;gt;&lt;br /&gt;
(OUP)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;amp;lt;li&amp;amp;gt;ISBN: &amp;amp;lt;strong&amp;amp;gt;0-8103-0100-8&amp;amp;lt;/strong&amp;amp;gt;&amp;amp;lt;/li&amp;amp;gt;&lt;br /&gt;
(Thomson Gale)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Book Edition: ===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;amp;lt;div class=&amp;quot;edition&amp;quot;&amp;amp;gt; Revised and Expanded Edition &amp;amp;lt;/div&amp;amp;gt;&lt;br /&gt;
(OUP)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Added by [[User:Tim White|Tim]]&lt;br /&gt;
&lt;br /&gt;
== RFC vCard Example ==&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
9.  References&lt;br /&gt;
&lt;br /&gt;
   [ISO 8601]    ISO 8601:1988 - Data elements and interchange formats -&lt;br /&gt;
                 Information interchange - Representation of dates and&lt;br /&gt;
                 times - The International Organization for&lt;br /&gt;
                 Standardization, June, 1988.&lt;br /&gt;
&lt;br /&gt;
   [ISO 8601 TC] ISO 8601, Technical Corrigendum 1 - Data elements and&lt;br /&gt;
                 interchange formats - Information interchange -&lt;br /&gt;
                 Representation of dates and times - The International&lt;br /&gt;
                 Organization for Standardization, May, 1991.&lt;br /&gt;
&lt;br /&gt;
   [ISO 9070]    ISO 9070, Information Processing - SGML support&lt;br /&gt;
                 facilities - Registration Procedures for Public Text&lt;br /&gt;
                 Owner Identifiers, April, 1991.&lt;br /&gt;
&lt;br /&gt;
   [CCITT E.163] Recommendation E.163 - Numbering Plan for The&lt;br /&gt;
                 International Telephone Service, CCITT Blue Book,&lt;br /&gt;
                 Fascicle II.2, pp.  128-134, November, 1988.&lt;br /&gt;
&lt;br /&gt;
   [CCITT X.121] Recommendation X.121 - International Numbering Plan for&lt;br /&gt;
                 Public Data Networks, CCITT Blue Book, Fascicle VIII.3,&lt;br /&gt;
                 pp. 317-332, November, 1988.&lt;br /&gt;
&lt;br /&gt;
   [CCITT X.520] Recommendation X.520 - The Directory - Selected&lt;br /&gt;
                 Attribute Types, November 1988.&lt;br /&gt;
&lt;br /&gt;
   [CCITT X.521] Recommendation X.521 - The Directory - Selected Object&lt;br /&gt;
                 Classes, November 1988.&lt;br /&gt;
&lt;br /&gt;
   [MIME-DIR]    Howes, T., Smith, M., and F. Dawson, &amp;quot;A MIME Content-&lt;br /&gt;
                 Type for Directory Information&amp;quot;, RFC 2425, September&lt;br /&gt;
                 1998.&lt;br /&gt;
&lt;br /&gt;
   [RFC 1738]    Berners-Lee, T., Masinter, L., and M. McCahill,&lt;br /&gt;
                 &amp;quot;Uniform Resource Locators (URL)&amp;quot;, RFC 1738, December&lt;br /&gt;
                 1994.&lt;br /&gt;
&lt;br /&gt;
   [RFC 1766]    Alvestrand, H., &amp;quot;Tags for the Identification of&lt;br /&gt;
                 Languages&amp;quot;, RFC 1766, March 1995.&lt;br /&gt;
&lt;br /&gt;
   [RFC 1872]    Levinson, E., &amp;quot;The MIME Multipart/Related Content-&lt;br /&gt;
                 type&amp;quot;, RFC 1872, December 1995.&lt;br /&gt;
&lt;br /&gt;
   [RFC 2045]    Freed, N., and N. Borenstein, &amp;quot;Multipurpose Internet&lt;br /&gt;
                 Mail Extensions (MIME) - Part One: Format of Internet&lt;br /&gt;
                 Message Bodies&amp;quot;, RFC 2045, November 1996.&lt;br /&gt;
&lt;br /&gt;
   [RFC 2046]    Freed, N., and N. Borenstein, &amp;quot;Multipurpose Internet&lt;br /&gt;
                 Mail Extensions (MIME) - Part Two: Media Types&amp;quot;, RFC&lt;br /&gt;
                 2046, November 1996.&lt;br /&gt;
&lt;br /&gt;
   [RFC 2047]    Moore, K., &amp;quot;Multipurpose Internet Mail Extensions&lt;br /&gt;
                 (MIME) - Part Three: Message Header Extensions for&lt;br /&gt;
                 Non-ASCII Text&amp;quot;, RFC 2047, November 1996.&lt;br /&gt;
&lt;br /&gt;
   [RFC 2048]    Freed, N., Klensin, J., and J. Postel, &amp;quot;Multipurpose&lt;br /&gt;
                 Internet Mail Extensions (MIME) - Part Four:&lt;br /&gt;
                 Registration Procedures&amp;quot;, RFC 2048, January 1997.&lt;br /&gt;
&lt;br /&gt;
   [RFC 2119]    Bradner, S., &amp;quot;Key words for use in RFCs to Indicate&lt;br /&gt;
                 Requirement Levels&amp;quot;, BCP 14, RFC 2119, March 1997.&lt;br /&gt;
&lt;br /&gt;
   [RFC 2234]    Crocker, D., and P. Overell, &amp;quot;Augmented BNF for Syntax&lt;br /&gt;
                 Specifications: ABNF&amp;quot;, RFC 2234, November 1997.&lt;br /&gt;
&lt;br /&gt;
   [UNICODE]     &amp;quot;The Unicode Standard - Version 2.0&amp;quot;, The Unicode&lt;br /&gt;
                 Consortium, July 1996.&lt;br /&gt;
&lt;br /&gt;
   [VCARD]       Internet Mail Consortium, &amp;quot;vCard - The Electronic&lt;br /&gt;
                 Business Card Version 2.1&amp;quot;,&lt;br /&gt;
                 http://www.imc.org/pdi/vcard-21.txt, September 18,&lt;br /&gt;
                 1996.&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
[http://www.faqs.org/rfcs/rfc2426.html vCard RFC]&lt;br /&gt;
&lt;br /&gt;
== W3C XHTML Spec Example ==&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;h1&amp;gt;&amp;lt;a name=&amp;quot;refs&amp;quot; id=&amp;quot;refs&amp;quot;&amp;gt;E.&amp;lt;/a&amp;gt; References&amp;lt;/h1&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;lt;strong&amp;gt;This appendix is informative.&amp;lt;/strong&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dl&amp;gt;&lt;br /&gt;
&amp;lt;dt&amp;gt;&amp;lt;a name=&amp;quot;ref-css2&amp;quot; id=&amp;quot;ref-css2&amp;quot;&amp;gt;&amp;lt;strong&amp;gt;[CSS2]&amp;lt;/strong&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/dt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dd&amp;gt;&amp;quot;&amp;lt;cite&amp;gt;&amp;lt;a href=&amp;quot;http://www.w3.org/TR/1998/REC-CSS2-19980512&amp;quot;&amp;gt;Cascading Style Sheets, level 2 (CSS2) Specification&amp;lt;/a&amp;gt;&amp;lt;/cite&amp;gt;&amp;quot;, B. Bos, H. W. Lie, C. Lilley, I. Jacobs, 12 May 1998.&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;a href=&amp;quot;http://www.w3.org/TR/REC-CSS2&amp;quot;&amp;gt;Latest version&amp;lt;/a&amp;gt; available at: http://www.w3.org/TR/REC-CSS2&amp;lt;/dd&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dt&amp;gt;&amp;lt;a name=&amp;quot;ref-dom&amp;quot; id=&amp;quot;ref-dom&amp;quot;&amp;gt;&amp;lt;strong&amp;gt;[DOM]&amp;lt;/strong&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/dt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dd&amp;gt;&amp;quot;&amp;lt;cite&amp;gt;&amp;lt;a href=&amp;quot;http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001&amp;quot;&amp;gt;Document Object Model (DOM) Level 1 Specification&amp;lt;/a&amp;gt;&amp;lt;/cite&amp;gt;&amp;quot;, Lauren Wood &amp;lt;em lang=&amp;quot;lt&amp;quot; xml:lang=&amp;quot;lt&amp;quot;&amp;gt;et al.&amp;lt;/em&amp;gt;, 1 October&lt;br /&gt;
1998.&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;a href=&amp;quot;http://www.w3.org/TR/REC-DOM-Level-1&amp;quot;&amp;gt;Latest version&amp;lt;/a&amp;gt; available at: http://www.w3.org/TR/REC-DOM-Level-1&amp;lt;/dd&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dt&amp;gt;&amp;lt;a name=&amp;quot;ref-dom2&amp;quot; id=&amp;quot;ref-dom2&amp;quot;&amp;gt;&amp;lt;strong&amp;gt;[DOM2]&amp;lt;/strong&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/dt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dd&amp;gt;&amp;quot;&amp;lt;cite&amp;gt;&amp;lt;a href=&amp;quot;http://www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113&amp;quot;&amp;gt;Document Object Model (DOM) Level 2 Core Specification&amp;lt;/a&amp;gt;&amp;lt;/cite&amp;gt;&amp;quot;, A. Le&amp;amp;#160;Hors, &amp;lt;em lang=&amp;quot;lt&amp;quot; xml:lang=&amp;quot;lt&amp;quot;&amp;gt;et&lt;br /&gt;
al.&amp;lt;/em&amp;gt;, 13 November 2000.&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;a href=&amp;quot;http://www.w3.org/TR/DOM-Level-2-Core&amp;quot;&amp;gt;Latest version&amp;lt;/a&amp;gt; available at: http://www.w3.org/TR/DOM-Level-2-Core&amp;lt;/dd&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dt&amp;gt;&amp;lt;a name=&amp;quot;ref-html4&amp;quot; id=&amp;quot;ref-html4&amp;quot;&amp;gt;&amp;lt;strong&amp;gt;[HTML]&amp;lt;/strong&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/dt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dd&amp;gt;&amp;quot;&amp;lt;cite&amp;gt;&amp;lt;a href=&amp;quot;http://www.w3.org/TR/1999/REC-html401-19991224&amp;quot;&amp;gt;HTML 4.01 Specification&amp;lt;/a&amp;gt;&amp;lt;/cite&amp;gt;&amp;quot;, D. Raggett, A. Le&amp;amp;#160;Hors, I. Jacobs, 24 December 1999.&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;a href=&amp;quot;http://www.w3.org/TR/html401&amp;quot;&amp;gt;Latest version&amp;lt;/a&amp;gt; available at: http://www.w3.org/TR/html401&amp;lt;/dd&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dt&amp;gt;&amp;lt;a name=&amp;quot;ref-posix.1&amp;quot; id=&amp;quot;ref-posix.1&amp;quot;&amp;gt;&amp;lt;strong&amp;gt;[POSIX.1]&amp;lt;/strong&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/dt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dd&amp;gt;&amp;quot;&amp;lt;cite&amp;gt;ISO/IEC 9945-1:1990 Information Technology - Portable Operating System Interface (POSIX) - Part 1: System Application Program Interface (API) [C Language]&amp;lt;/cite&amp;gt;&amp;quot;, Institute of Electrical&lt;br /&gt;
and Electronics Engineers, Inc, 1990.&amp;lt;/dd&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dt&amp;gt;&amp;lt;a id=&amp;quot;ref-rfc2045&amp;quot; name=&amp;quot;ref-rfc2045&amp;quot;&amp;gt;&amp;lt;strong&amp;gt;[RFC2045]&amp;lt;/strong&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/dt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dd&amp;gt;&amp;quot;&amp;lt;cite&amp;gt;&amp;lt;a href=&amp;quot;http://www.ietf.org/rfc/rfc2045.txt&amp;quot;&amp;gt;Multipurpose Internet Mail Extensions (MIME) Part One: Format of Internet Message Bodies&amp;lt;/a&amp;gt;&amp;lt;/cite&amp;gt;&amp;quot;, N. Freed and N. Borenstein, November&lt;br /&gt;
1996. Note that this RFC obsoletes RFC1521, RFC1522, and RFC1590.&amp;lt;/dd&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dt&amp;gt;&amp;lt;a name=&amp;quot;ref-rfc2046&amp;quot; id=&amp;quot;ref-rfc2046&amp;quot;&amp;gt;&amp;lt;strong&amp;gt;[RFC2046]&amp;lt;/strong&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/dt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dd&amp;gt;&amp;quot;&amp;lt;cite&amp;gt;&amp;lt;a href=&amp;quot;http://www.ietf.org/rfc/rfc2046.txt&amp;quot;&amp;gt;RFC2046: Multipurpose Internet Mail Extensions (MIME) Part Two: Media Types&amp;lt;/a&amp;gt;&amp;lt;/cite&amp;gt;&amp;quot;, N. Freed and N. Borenstein, November 1996.&amp;lt;br /&amp;gt;&lt;br /&gt;
Available at &amp;lt;a href=&amp;quot;http://www.ietf.org/rfc/rfc2046.txt&amp;quot;&amp;gt;http://www.ietf.org/rfc/rfc2046.txt&amp;lt;/a&amp;gt;. Note that this RFC obsoletes RFC1521, RFC1522, and RFC1590.&amp;lt;/dd&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dt&amp;gt;&amp;lt;a name=&amp;quot;ref-rfc2119&amp;quot; id=&amp;quot;ref-rfc2119&amp;quot;&amp;gt;&amp;lt;strong&amp;gt;[RFC2119]&amp;lt;/strong&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/dt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dd&amp;gt;&amp;quot;&amp;lt;cite&amp;gt;&amp;lt;a href=&amp;quot;http://www.ietf.org/rfc/rfc2119.txt&amp;quot;&amp;gt;RFC2119: Key words for use in RFCs to Indicate Requirement Levels&amp;lt;/a&amp;gt;&amp;lt;/cite&amp;gt;&amp;quot;, S. Bradner, March 1997.&amp;lt;br /&amp;gt;&lt;br /&gt;
Available at: http://www.ietf.org/rfc/rfc2119.txt&amp;lt;/dd&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dt&amp;gt;&amp;lt;a name=&amp;quot;ref-rfc2376&amp;quot; id=&amp;quot;ref-rfc2376&amp;quot;&amp;gt;&amp;lt;strong&amp;gt;[RFC2376]&amp;lt;/strong&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/dt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dd&amp;gt;&amp;quot;&amp;lt;cite&amp;gt;&amp;lt;a href=&amp;quot;http://www.ietf.org/rfc/rfc2376.txt&amp;quot;&amp;gt;RFC2376: XML Media Types&amp;lt;/a&amp;gt;&amp;lt;/cite&amp;gt;&amp;quot;, E. Whitehead, M. Murata, July 1998.&amp;lt;br /&amp;gt;&lt;br /&gt;
This document is obsoleted by [&amp;lt;a href=&amp;quot;#ref-rfc3023&amp;quot;&amp;gt;RFC3023&amp;lt;/a&amp;gt;].&amp;lt;br /&amp;gt;&lt;br /&gt;
Available at: http://www.ietf.org/rfc/rfc2376.txt&amp;lt;/dd&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dt&amp;gt;&amp;lt;a name=&amp;quot;ref-rfc2396&amp;quot; id=&amp;quot;ref-rfc2396&amp;quot;&amp;gt;&amp;lt;strong&amp;gt;[RFC2396]&amp;lt;/strong&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/dt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dd&amp;gt;&amp;quot;&amp;lt;cite&amp;gt;&amp;lt;a href=&amp;quot;http://www.ietf.org/rfc/rfc2396.txt&amp;quot;&amp;gt;RFC2396: Uniform Resource Identifiers (URI): Generic Syntax&amp;lt;/a&amp;gt;&amp;lt;/cite&amp;gt;&amp;quot;, T. Berners-Lee, R. Fielding, L. Masinter, August 1998.&amp;lt;br /&amp;gt;&lt;br /&gt;
This document updates RFC1738 and RFC1808.&amp;lt;br /&amp;gt;&lt;br /&gt;
Available at: http://www.ietf.org/rfc/rfc2396.txt&amp;lt;/dd&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dt&amp;gt;&amp;lt;a name=&amp;quot;ref-rfc2854&amp;quot; id=&amp;quot;ref-rfc2854&amp;quot;&amp;gt;&amp;lt;strong&amp;gt;[RFC2854]&amp;lt;/strong&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/dt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dd&amp;gt;&amp;quot;&amp;lt;cite&amp;gt;&amp;lt;a href=&amp;quot;http://www.ietf.org/rfc/rfc2854.txt&amp;quot;&amp;gt;RFC2854: The text/html Media Type&amp;lt;/a&amp;gt;&amp;lt;/cite&amp;gt;&amp;quot;, D. Conolly, L. Masinter, June 2000.&amp;lt;br /&amp;gt;&lt;br /&gt;
Available at: http://www.ietf.org/rfc/rfc2854.txt&amp;lt;/dd&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dt&amp;gt;&amp;lt;a name=&amp;quot;ref-rfc3023&amp;quot; id=&amp;quot;ref-rfc3023&amp;quot;&amp;gt;&amp;lt;strong&amp;gt;[RFC3023]&amp;lt;/strong&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/dt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dd&amp;gt;&amp;quot;&amp;lt;cite&amp;gt;&amp;lt;a href=&amp;quot;http://www.ietf.org/rfc/rfc3023.txt&amp;quot;&amp;gt;RFC3023: XML Media Types&amp;lt;/a&amp;gt;&amp;lt;/cite&amp;gt;&amp;quot;, M. Murata, S. St.Laurent, D. Kohn, January 2001.&amp;lt;br /&amp;gt;&lt;br /&gt;
This document obsoletes [&amp;lt;a href=&amp;quot;#ref-rfc2376&amp;quot;&amp;gt;RFC2376&amp;lt;/a&amp;gt;].&amp;lt;br /&amp;gt;&lt;br /&gt;
Available at: http://www.ietf.org/rfc/rfc3023.txt&amp;lt;/dd&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dt&amp;gt;&amp;lt;a id=&amp;quot;ref-rfc3066&amp;quot; name=&amp;quot;ref-rfc3066&amp;quot;&amp;gt;&amp;lt;strong&amp;gt;[RFC3066]&amp;lt;/strong&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/dt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dd&amp;gt;&amp;quot;&amp;lt;a href=&amp;quot;http://www.ietf.org/rfc/rfc3066.txt&amp;quot;&amp;gt;Tags for the Identification of Languages&amp;lt;/a&amp;gt;&amp;quot;, H. Alvestrand, January 2001.&amp;lt;br /&amp;gt;&lt;br /&gt;
Available at: http://www.ietf.org/rfc/rfc3066.txt&amp;lt;/dd&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dt&amp;gt;&amp;lt;a id=&amp;quot;ref-rfc3236&amp;quot; name=&amp;quot;ref-rfc3236&amp;quot;&amp;gt;&amp;lt;strong&amp;gt;[RFC3236]&amp;lt;/strong&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/dt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dd&amp;gt;&amp;quot;&amp;lt;a href=&amp;quot;http://www.ietf.org/rfc/rfc3236.txt&amp;quot;&amp;gt;The 'application/xhtml+xml' Media Type&amp;lt;/a&amp;gt;&amp;quot;, M. Baker, P. Stark, January 2002.&amp;lt;br /&amp;gt;&lt;br /&gt;
Available at: http://www.ietf.org/rfc/rfc3236.txt&amp;lt;/dd&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dt&amp;gt;&amp;lt;a id=&amp;quot;ref-xhtml-mathml&amp;quot; name=&amp;quot;ref-xhtml-mathml&amp;quot;&amp;gt;&amp;lt;strong&amp;gt;[XHTML+MathML]&amp;lt;/strong&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/dt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dd&amp;gt;&amp;lt;cite&amp;gt;&amp;quot;&amp;lt;a href=&amp;quot;http://www.w3.org/TR/MathML2/dtd/xhtml-math11-f.dtd&amp;quot;&amp;gt;XHTML plus Math 1.1 &amp;lt;abbr title=&amp;quot;Document Type Definition&amp;quot;&amp;gt;DTD&amp;lt;/abbr&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/cite&amp;gt;&amp;quot;, &amp;quot;A.2 MathML as a DTD Module&amp;quot;, Mathematical&lt;br /&gt;
Markup Language (MathML) Version 2.0. Available at: http://www.w3.org/TR/MathML2/dtd/xhtml-math11-f.dtd&amp;lt;/dd&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dt&amp;gt;&amp;lt;a id=&amp;quot;ref-xhtmlmime&amp;quot; name=&amp;quot;ref-xhtmlmime&amp;quot;&amp;gt;&amp;lt;strong&amp;gt;[XHTMLMIME]&amp;lt;/strong&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/dt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dd&amp;gt;&amp;quot;&amp;lt;cite&amp;gt;&amp;lt;a href=&amp;quot;http://www.w3.org/TR/2002/NOTE-xhtml-media-types-20020801&amp;quot;&amp;gt;XHTML Media Types&amp;lt;/a&amp;gt;&amp;lt;/cite&amp;gt;&amp;quot;, Masayasu Ishikawa, 1 August 2002.&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;a href=&amp;quot;http://www.w3.org/TR/xhtml-media-types&amp;quot;&amp;gt;Latest version&amp;lt;/a&amp;gt; available at: http://www.w3.org/TR/xhtml-media-types&amp;lt;/dd&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dt&amp;gt;&amp;lt;a id=&amp;quot;ref-xhtmlmod&amp;quot; name=&amp;quot;ref-xhtmlmod&amp;quot;&amp;gt;&amp;lt;strong&amp;gt;[XHTMLMOD]&amp;lt;/strong&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/dt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dd&amp;gt;&amp;quot;&amp;lt;cite&amp;gt;&amp;lt;a href=&amp;quot;http://www.w3.org/TR/2001/REC-xhtml-modularization-20010410&amp;quot;&amp;gt;Modularization of XHTML&amp;lt;/a&amp;gt;&amp;lt;/cite&amp;gt;&amp;quot;, M. Altheim et al., 10 April 2001.&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;a href=&amp;quot;http://www.w3.org/TR/xhtml-modularization&amp;quot;&amp;gt;Latest version&amp;lt;/a&amp;gt; available at: http://www.w3.org/TR/xhtml-modularization&amp;lt;/dd&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dt&amp;gt;&amp;lt;a name=&amp;quot;ref-xml&amp;quot; id=&amp;quot;ref-xml&amp;quot;&amp;gt;&amp;lt;strong&amp;gt;[XML]&amp;lt;/strong&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/dt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dd&amp;gt;&amp;quot;&amp;lt;a href=&amp;quot;http://www.w3.org/TR/2000/REC-xml-20001006&amp;quot;&amp;gt;Extensible Markup Language (XML) 1.0 Specification (Second Edition)&amp;lt;/a&amp;gt;&amp;quot;, T. Bray, J. Paoli, C. M. Sperberg-McQueen, E. Maler, 6 October&lt;br /&gt;
2000.&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;a href=&amp;quot;http://www.w3.org/TR/REC-xml&amp;quot;&amp;gt;Latest version&amp;lt;/a&amp;gt; available at: http://www.w3.org/TR/REC-xml&amp;lt;/dd&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dt&amp;gt;&amp;lt;a name=&amp;quot;ref-xmlns&amp;quot; id=&amp;quot;ref-xmlns&amp;quot;&amp;gt;&amp;lt;strong&amp;gt;[XMLNS]&amp;lt;/strong&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/dt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dd&amp;gt;&amp;quot;&amp;lt;a href=&amp;quot;http://www.w3.org/TR/1999/REC-xml-names-19990114&amp;quot;&amp;gt;Namespaces in XML&amp;lt;/a&amp;gt;&amp;quot;, T. Bray, D. Hollander, A. Layman, 14 January 1999.&amp;lt;br /&amp;gt;&lt;br /&gt;
XML namespaces provide a simple method for qualifying names used in XML documents by associating them with namespaces identified by URI.&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;a href=&amp;quot;http://www.w3.org/TR/REC-xml-names&amp;quot;&amp;gt;Latest version&amp;lt;/a&amp;gt; available at: http://www.w3.org/TR/REC-xml-names&amp;lt;/dd&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dt&amp;gt;&amp;lt;a name=&amp;quot;ref-xmlc14n&amp;quot; id=&amp;quot;ref-xmlc14n&amp;quot;&amp;gt;&amp;lt;strong&amp;gt;[XMLC14N]&amp;lt;/strong&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/dt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dd&amp;gt;&amp;quot;&amp;lt;a href=&amp;quot;http://www.w3.org/TR/2001/REC-xml-c14n-20010315&amp;quot;&amp;gt;Canonical XML Version 1.0&amp;lt;/a&amp;gt;&amp;quot;, J. Boyer, 15 March 2001.&amp;lt;br /&amp;gt;&lt;br /&gt;
This document describes a method for generating a physical representation, the canonical form, of an XML document.&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;a href=&amp;quot;http://www.w3.org/TR/xml-c14n&amp;quot;&amp;gt;Latest version&amp;lt;/a&amp;gt; available at: http://www.w3.org/TR/xml-c14n&amp;lt;/dd&amp;gt;&lt;br /&gt;
&amp;lt;/dl&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
[http://www.w3.org/TR/xhtml1/#refs XHTML1.0 Spec references]&lt;br /&gt;
&lt;br /&gt;
== CiteProc XHTML Output ==&lt;br /&gt;
&lt;br /&gt;
The XHTML output for CiteProc[http://xbiblio.sourceforge.net/citeproc.html] wasn't designed per se as a microformat, but is probably not a bad place to start. It is desgined to handle a wide range of content. Here is the APA output:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
 &amp;lt;div id=&amp;quot;bibliography&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
   &amp;lt;h3&amp;gt;References&amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
   &amp;lt;p id=&amp;quot;Brenner2000a&amp;quot; class=&amp;quot;bibref&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;span class=&amp;quot;creator&amp;quot;&amp;gt;Brenner, N.&amp;lt;/span&amp;gt;&lt;br /&gt;
    &amp;lt;span class=&amp;quot;date&amp;quot;&amp;gt; (&amp;lt;span class=&amp;quot;year&amp;quot;&amp;gt;2000&amp;lt;/span&amp;gt;) &amp;lt;/span&amp;gt;&lt;br /&gt;
    &amp;lt;span class=&amp;quot;title&amp;quot;&amp;gt;The Urban Question as a Scale Question: Reflections &lt;br /&gt;
    on Henri Lefebre, Urban Theory and the Politics of Scale, &amp;lt;/span&amp;gt;&lt;br /&gt;
    &amp;lt;span class=&amp;quot;container&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;span class=&amp;quot;title&amp;quot; style=&amp;quot;font-style: italic&amp;quot;&amp;gt;International Journal of &lt;br /&gt;
        Urban and Regional Research, &amp;lt;/span&amp;gt;&lt;br /&gt;
      &amp;lt;span class=&amp;quot;volume&amp;quot;&amp;gt;24&amp;lt;/span&amp;gt;&lt;br /&gt;
      &amp;lt;span class=&amp;quot;issue&amp;quot;&amp;gt;(2)&amp;lt;/span&amp;gt;&lt;br /&gt;
      &amp;lt;span class=&amp;quot;locator&amp;quot;&amp;gt;, pp. 361–78&amp;lt;/span&amp;gt;&lt;br /&gt;
      &amp;lt;/span&amp;gt;.&lt;br /&gt;
    &amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
   &amp;lt;p id=&amp;quot;NW2000-0207&amp;quot; class=&amp;quot;bibref&amp;quot;&amp;gt;&lt;br /&gt;
     &amp;lt;span class=&amp;quot;creator&amp;quot;&amp;gt;Newsweek&amp;lt;/span&amp;gt;&lt;br /&gt;
     &amp;lt;span class=&amp;quot;date&amp;quot;&amp;gt; &lt;br /&gt;
       (&amp;lt;span class=&amp;quot;year&amp;quot;&amp;gt;2000a&amp;lt;/span&amp;gt;&lt;br /&gt;
       &amp;lt;span class=&amp;quot;month&amp;quot;&amp;gt;, February&amp;lt;/span&amp;gt;&lt;br /&gt;
       &amp;lt;span class=&amp;quot;day&amp;quot;&amp;gt; 7&amp;lt;/span&amp;gt;) &lt;br /&gt;
     &amp;lt;/span&amp;gt;&lt;br /&gt;
     &amp;lt;span class=&amp;quot;title&amp;quot;&amp;gt;The Grandmas Pay a Visit, &amp;lt;/span&amp;gt;&lt;br /&gt;
     &amp;lt;span class=&amp;quot;container&amp;quot;&amp;gt;&lt;br /&gt;
       &amp;lt;span class=&amp;quot;volume&amp;quot;&amp;gt;135&amp;lt;/span&amp;gt;&lt;br /&gt;
       &amp;lt;span class=&amp;quot;issue&amp;quot;&amp;gt;(6)&amp;lt;/span&amp;gt;&lt;br /&gt;
       &amp;lt;span class=&amp;quot;locator&amp;quot;&amp;gt;, pp. 45&amp;lt;/span&amp;gt;&lt;br /&gt;
     &amp;lt;/span&amp;gt;.&lt;br /&gt;
   &amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
   &amp;lt;p id=&amp;quot;Veer1996a&amp;quot; class=&amp;quot;bibref&amp;quot;&amp;gt;&lt;br /&gt;
     &amp;lt;span class=&amp;quot;creator&amp;quot;&amp;gt;van der Veer, P.&amp;lt;/span&amp;gt;&lt;br /&gt;
     &amp;lt;span class=&amp;quot;date&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;year&amp;quot;&amp;gt; (1996) &amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
     &amp;lt;span class=&amp;quot;title&amp;quot;&amp;gt;Riots and Rituals: The Construction of Violence &lt;br /&gt;
       and Public Space in Hindu Nationalism&amp;lt;/span&amp;gt;&lt;br /&gt;
     &amp;lt;span class=&amp;quot;container&amp;quot;&amp;gt;, In Brass, P.&amp;lt;span class=&amp;quot;role&amp;quot;&amp;gt; (Ed.)&amp;lt;/span&amp;gt;. &lt;br /&gt;
       &amp;lt;span class=&amp;quot;title&amp;quot; style=&amp;quot;font-style: italic&amp;quot;&amp;gt;Riots and Pogroms.&amp;lt;/span&amp;gt;&lt;br /&gt;
       &amp;lt;span class=&amp;quot;origin&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;place&amp;quot;&amp;gt;New York&amp;lt;/span&amp;gt;&lt;br /&gt;
       &amp;lt;span class=&amp;quot;publisher&amp;quot;&amp;gt;: NYU Press&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
       &amp;lt;span class=&amp;quot;locator&amp;quot;&amp;gt;, pp. 154–76&amp;lt;/span&amp;gt;&lt;br /&gt;
     &amp;lt;/span&amp;gt;.&lt;br /&gt;
   &amp;lt;/p&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;
== ACM Digital Library Search Result Examples ==&lt;br /&gt;
&lt;br /&gt;
The [http://www.acm.org/dl/ ACM Digital Library] is a heavily used computer science literature database.&lt;br /&gt;
&lt;br /&gt;
First, the markup for one entry from the table of contents page for the ACM TACO (Transactions on Architecture and Code Optimization) journal:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;td align=&amp;quot;left&amp;quot; class=&amp;quot;small-text&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;a href=&amp;quot;citation.cfm?id=1113841.1113842&amp;amp;coll=portal&amp;amp;dl=ACM&amp;amp;idx=1113841&amp;amp;part=periodical&amp;amp;WantType=periodical&amp;amp;title=ACM%20Transactions%20on%20Architecture%20and%20Code%20Optimization%20%28TACO%29&amp;amp;CFID=68451946&amp;amp;CFTOKEN=20517650&amp;quot;class=&amp;quot;medium-text&amp;quot; target=&amp;quot;_self&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;strong&amp;gt;Improving WCET by applying a WC code-positioning optimization &amp;lt;/strong&amp;gt;&lt;br /&gt;
&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
 Wankang Zhao, David Whalley, Christopher Healy, Frank Mueller&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;small&amp;gt; Pages: 335 - 365&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;Full text available:&amp;amp;nbsp;&amp;lt;A HREF=&amp;quot;ft_gateway.cfm?id=1113842&amp;amp;type=pdf&amp;amp;coll=portal&amp;amp;dl=ACM&amp;amp;CFID=68451946&amp;amp;CFTOKEN=20517650&amp;quot; target=&amp;quot;_blank&amp;quot;&amp;gt;&amp;lt;img src=&amp;quot;images/pdf_logo.gif&amp;quot; ... height=&amp;quot;16&amp;quot; hspace=&amp;quot;1&amp;quot; alt=&amp;quot;pdf format&amp;quot; border=&amp;quot;0&amp;quot; align=&amp;quot;texttop&amp;quot;&amp;gt;Pdf&amp;lt;/A&amp;gt;(510&amp;amp;nbsp;KB)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;smaller-text&amp;quot;&amp;gt;&amp;lt;table border=&amp;quot;0&amp;quot; cellpadding=&amp;quot;0&amp;quot; cellpadding=&amp;quot;0&amp;quot;&amp;gt;&amp;lt;tr valign=&amp;quot;top&amp;quot;&amp;gt;&amp;lt;td class=&amp;quot;smaller-text&amp;quot; nowrap&amp;gt;Additional Information:&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td class=&amp;quot;smaller-text&amp;quot;&amp;gt;&amp;lt;img src=&amp;quot;img/doc_blank.gif&amp;quot; ... height=&amp;quot;16&amp;quot; alt=&amp;quot;&amp;quot; border=&amp;quot;0&amp;quot; align=&amp;quot;texttop&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;A HREF=&amp;quot;citation.cfm?id=1113842&amp;amp;jmp=cit&amp;amp;coll=portal&amp;amp;dl=ACM&amp;amp;CFID=68451946&amp;amp;CFTOKEN=20517650#CIT&amp;quot; target=&amp;quot;_self&amp;quot;&amp;gt;full citation&amp;lt;/a&amp;gt;, &lt;br /&gt;
&amp;lt;A HREF=&amp;quot;citation.cfm?id=1113842&amp;amp;jmp=abstract&amp;amp;coll=portal&amp;amp;dl=ACM&amp;amp;CFID=68451946&amp;amp;CFTOKEN=20517650#abstract&amp;quot; target=&amp;quot;_self&amp;quot;&amp;gt;abstract&amp;lt;/A&amp;gt;, &lt;br /&gt;
&amp;lt;A HREF=&amp;quot;citation.cfm?id=1113842&amp;amp;jmp=references&amp;amp;coll=portal&amp;amp;dl=ACM&amp;amp;CFID=68451946&amp;amp;CFTOKEN=20517650#references&amp;quot; target=&amp;quot;_self&amp;quot;&amp;gt; references&amp;lt;/A&amp;gt;, &lt;br /&gt;
&amp;lt;A HREF=&amp;quot;citation.cfm?id=1113842&amp;amp;jmp=indexterms&amp;amp;coll=portal&amp;amp;dl=ACM&amp;amp;CFID=68451946&amp;amp;CFTOKEN=20517650#indexterms&amp;quot; target=&amp;quot;_self&amp;quot;&amp;gt; index terms&amp;lt;/A&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;/table&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The markup for the 'full citation' page is similar, with a little more information about the authors.&lt;br /&gt;
&lt;br /&gt;
Here's the markup from the 'ACM Ref' link, which apparently is how they suggest you format it:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
Zhao, W., Whalley, D., Healy, C., and Mueller, F. 2005. &lt;br /&gt;
Improving WCET by applying a WC code-positioning optimization. &lt;br /&gt;
&amp;lt;i&amp;gt;ACM Trans. Archit. Code Optim.&amp;lt;/i&amp;gt; 2, 4 (Dec. 2005), 335-365. &lt;br /&gt;
DOI= http://doi.acm.org/10.1145/1113841.1113842&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;
Next, markup from the page for a conference publication:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;td class=&amp;quot;medium-text&amp;quot; colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;lt;strong&amp;gt;Parallel Programmer Productivity&amp;lt;/strong&amp;gt;&amp;lt;strong&amp;gt;:&amp;amp;nbsp;A Case Study of Novice Parallel Programmers&amp;lt;/strong&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;tr valign=&amp;quot;top&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;td class=&amp;quot;small-text&amp;quot;&amp;gt;&amp;lt;strong&amp;gt;Full text&amp;lt;/strong&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td class=&amp;quot;smaller-text&amp;quot; colspan=&amp;quot;2&amp;quot; &amp;gt;&lt;br /&gt;
    &amp;lt;A NAME=&amp;quot;FullText&amp;quot; HREF=&amp;quot;ft_gateway.cfm?id=1105800&amp;amp;type=pdf&amp;amp;coll=portal&amp;amp;dl=ACM&amp;amp;CFID=3174023&amp;amp;CFTOKEN=73112765&amp;quot; target=&amp;quot;_blank&amp;quot;&amp;gt;&amp;lt;img src=&amp;quot;http://portal.acm.org/images/pdf_logo.gif&amp;quot; width=&amp;quot;16&amp;quot; height=&amp;quot;16&amp;quot; alt=&amp;quot;pdf format&amp;quot; border=&amp;quot;0&amp;quot; hspace=&amp;quot;1&amp;quot; align=&amp;quot;texttop&amp;quot;&amp;gt;Pdf&amp;lt;/A&amp;gt; (265&amp;amp;nbsp;KB)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr valign=&amp;quot;top&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;td class=&amp;quot;small-text&amp;quot;&amp;gt;&amp;lt;strong&amp;gt;Source&amp;lt;/strong&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td class=&amp;quot;small-text&amp;quot; colspan=&amp;quot;2&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;SPAN class=&amp;quot;mediumb-text&amp;quot;&amp;gt;Conference on High Performance Networking and Computing&amp;lt;/span&amp;gt;&lt;br /&gt;
        &amp;lt;a href=&amp;quot;toc.cfm?id=SERIES371&amp;amp;type=series&amp;amp;coll=portal&amp;amp;dl=ACM&amp;amp;CFID=3174023&amp;amp;CFTOKEN=73112765&amp;quot; class=&amp;quot;small-link-text&amp;quot;&amp;gt;archive&amp;lt;/a&amp;gt;&lt;br /&gt;
    &amp;lt;SPAN class=&amp;quot;mediumb-text&amp;quot;&amp;gt;Proceedings of the 2005 ACM/IEEE conference on Supercomputing &amp;lt;/span&amp;gt;&lt;br /&gt;
        &amp;lt;a href=&amp;quot;toc.cfm?id=1105760&amp;amp;type=proceeding&amp;amp;coll=portal&amp;amp;dl=ACM&amp;amp;CFID=3174023&amp;amp;CFTOKEN=73112765&amp;quot;  class=&amp;quot;small-link-text&amp;quot;&amp;gt;table of contents&amp;lt;/a&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;small-text&amp;quot;&amp;gt;&lt;br /&gt;
    Page: 35&amp;amp;nbsp;&amp;amp;nbsp;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;small-text&amp;quot;&amp;gt;&lt;br /&gt;
    Year of Publication:&amp;amp;nbsp;2005&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
    &amp;lt;div class=&amp;quot;small-text&amp;quot;&amp;gt;ISBN:1-59593-061-2&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr valign=&amp;quot;top&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;td class=&amp;quot;small-text&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;strong&amp;gt;Authors&amp;lt;/strong&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;2&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;authors&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;table cellpadding=&amp;quot;0&amp;quot; cellspacing=&amp;quot;0&amp;quot;&amp;gt;&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td class=&amp;quot;small-text&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;a href=&amp;quot;results.cfm?query=author%3AP741898&amp;amp;querydisp=author%3ALorin%20Hochstein&amp;amp;coll=portal&amp;amp;dl=ACM&amp;amp;CFID=3174023&amp;amp;CFTOKEN=73112765&amp;quot;&amp;gt;Lorin Hochstein&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td class=&amp;quot;small-text&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;small&amp;gt;&amp;amp;nbsp;University of Maryland, College Park&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td class=&amp;quot;small-text&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;a href=&amp;quot;results.cfm?query=author%3AP638131&amp;amp;querydisp=author%3AJeff%20Carver&amp;amp;coll=portal&amp;amp;dl=ACM&amp;amp;CFID=3174023&amp;amp;CFTOKEN=73112765&amp;quot;&amp;gt;Jeff Carver&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td class=&amp;quot;small-text&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;small&amp;gt;&amp;amp;nbsp;Mississippi State University&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td class=&amp;quot;small-text&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;a href=&amp;quot;results.cfm?query=author%3AP84676&amp;amp;querydisp=author%3AForrest%20Shull&amp;amp;coll=portal&amp;amp;dl=ACM&amp;amp;CFID=3174023&amp;amp;CFTOKEN=73112765&amp;quot;&amp;gt;Forrest Shull&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td class=&amp;quot;small-text&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;small&amp;gt;&amp;amp;nbsp;Fraunhofer Center Maryland&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td class=&amp;quot;small-text&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;a href=&amp;quot;results.cfm?query=author%3AP494363&amp;amp;querydisp=author%3ASima%20Asgari&amp;amp;coll=portal&amp;amp;dl=ACM&amp;amp;CFID=3174023&amp;amp;CFTOKEN=73112765&amp;quot;&amp;gt;Sima Asgari&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td class=&amp;quot;small-text&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;small&amp;gt;&amp;amp;nbsp;University of Maryland, College Park&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
 &amp;lt;tr&amp;gt;&lt;br /&gt;
 &amp;lt;td class=&amp;quot;small-text&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;a href=&amp;quot;results.cfm?query=author%3AP290702&amp;amp;querydisp=author%3AVictor%20Basili&amp;amp;coll=portal&amp;amp;dl=ACM&amp;amp;CFID=3174023&amp;amp;CFTOKEN=73112765&amp;quot;&amp;gt;Victor Basili&amp;lt;/a&amp;gt;&lt;br /&gt;
									&lt;br /&gt;
    &amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td class=&amp;quot;small-text&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;small&amp;gt;&amp;amp;nbsp;Fraunhofer Center Maryland&amp;lt;/small&amp;gt;&lt;br /&gt;
    &amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&amp;lt;/table&amp;gt;&amp;lt;/div&amp;gt; &amp;lt;/td&amp;gt;&lt;br /&gt;
 &amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr valign=&amp;quot;top&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;td class=&amp;quot;small-text&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;strong&amp;gt;Publisher&amp;lt;/strong&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
 &amp;lt;td colspan=&amp;quot;2&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;div class=&amp;quot;publishers&amp;quot;&amp;gt;&lt;br /&gt;
    IEEE Computer Society &amp;amp;nbsp;&lt;br /&gt;
    &amp;lt;small&amp;gt; Washington, DC, USA &amp;lt;/small&amp;gt;&lt;br /&gt;
    &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;/table&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;tr valign=&amp;quot;top&amp;quot;&amp;gt;&amp;lt;td width=&amp;quot;100%&amp;quot; colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
       &amp;lt;table border=&amp;quot;0&amp;quot; cellspacing=&amp;quot;0&amp;quot; cellpadding=&amp;quot;2&amp;quot; width=&amp;quot;100%&amp;quot; &amp;gt;&lt;br /&gt;
         &amp;lt;tr valign=&amp;quot;top&amp;quot;&amp;gt;&lt;br /&gt;
         &amp;lt;td class=&amp;quot;small-text&amp;quot;&amp;gt;&amp;lt;b&amp;gt;DOI Bookmark:&amp;lt;/b&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td class=&amp;quot;small-text&amp;quot;&amp;gt;&lt;br /&gt;
          &amp;lt;a href=&amp;quot;http://dx.doi.org/10.1109/SC.2005.53&amp;quot;&amp;gt;10.1109/SC.2005.53&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;/table&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;abstract&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;SPAN class=heading&amp;gt;&amp;lt;A NAME=&amp;quot;abstract&amp;quot;&amp;gt;ABSTRACT&amp;lt;/A&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;p class=&amp;quot;abstract&amp;quot;&amp;gt;&lt;br /&gt;
In developing High-Performance Computing (HPC) software, time to solution is an important metric. This metric is comprised of two main components: the human effort required developing the software, plus the amount of machine time required to execute it. To date, little empirical work has been done to study the first component: the human effort required and the effects of approaches and practices that may be used to reduce it. In this paper, we describe a series of studies that address this problem. We instrumented the development process used in multiple HPC classroom environments. We analyzed data within and across such studies, varying factors such as the parallel programming model used and the application being developed, to understand their impact on the development process.&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;indterms&amp;quot;&amp;gt;&lt;br /&gt;
			&lt;br /&gt;
&amp;lt;A HREF=&amp;quot;citation.cfm?id=1105800&amp;amp;coll=portal&amp;amp;dl=ACM&amp;amp;CFID=3174023&amp;amp;CFTOKEN=73112765#CIT&amp;quot;&amp;gt;&amp;lt;img name=&amp;quot;top&amp;quot; src=&amp;quot;http://portal.acm.org/images/arrowu.gif&amp;quot; hspace=&amp;quot;10&amp;quot; border=&amp;quot;0&amp;quot;&amp;gt;&amp;lt;/A&amp;gt;&amp;lt;SPAN class=heading&amp;gt;&amp;lt;A NAME=&amp;quot;IndexTerms&amp;quot;&amp;gt;INDEX TERMS&amp;lt;/A&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
			&lt;br /&gt;
				&lt;br /&gt;
&amp;lt;p class=&amp;quot;Categories&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;SPAN class=heading&amp;gt;&amp;lt;A NAME=&amp;quot;GenTerms&amp;quot;&amp;gt;Primary Classification:&amp;lt;/A&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;D.&amp;lt;/b&amp;gt;&lt;br /&gt;
&amp;lt;a href=&amp;quot;results.cfm?query=CCS%3AD%2E%2A&amp;amp;coll=portal&amp;amp;dl=ACM&amp;amp;CFID=3174023&amp;amp;CFTOKEN=73112765&amp;quot; target=&amp;quot;_self&amp;quot;&amp;gt;&lt;br /&gt;
									Software&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;D.1&amp;lt;/b&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;a href=&amp;quot;results.cfm?query=CCS%3A%22D%2E1%22&amp;amp;coll=portal&amp;amp;dl=ACM&amp;amp;CFID=3174023&amp;amp;CFTOKEN=73112765&amp;quot; target=&amp;quot;_self&amp;quot;&amp;gt;&lt;br /&gt;
									 PROGRAMMING TECHNIQUES&amp;lt;/a&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
									&lt;br /&gt;
&amp;lt;b&amp;gt;D.1.3&amp;lt;/b&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;a href=&amp;quot;results.cfm?query=CCS%3A%22D%2E1%2E3%22&amp;amp;coll=portal&amp;amp;dl=ACM&amp;amp;CFID=3174023&amp;amp;CFTOKEN=73112765&amp;quot; target=&amp;quot;_self&amp;quot;&amp;gt;&lt;br /&gt;
									 Concurrent Programming&amp;lt;/a&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;Subjects:&amp;lt;/b&amp;gt;&lt;br /&gt;
										    &lt;br /&gt;
&amp;lt;a href=&amp;quot;results.cfm?query=CCS%3A%22Parallel%20programming%22&amp;amp;coll=portal&amp;amp;dl=ACM&amp;amp;CFID=3174023&amp;amp;CFTOKEN=73112765&amp;quot; target=&amp;quot;_self&amp;quot;&amp;gt;Parallel programming&amp;lt;/a&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/p&amp;gt;		  &lt;br /&gt;
				&lt;br /&gt;
&amp;lt;p class=&amp;quot;Categories&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;SPAN class=heading&amp;gt;&amp;lt;A NAME=&amp;quot;GenTerms&amp;quot;&amp;gt;Additional&amp;amp;nbsp;Classification:&amp;lt;/A&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;D.&amp;lt;/b&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;a href=&amp;quot;results.cfm?query=CCS%3AD%2E%2A&amp;amp;coll=portal&amp;amp;dl=ACM&amp;amp;CFID=3174023&amp;amp;CFTOKEN=73112765&amp;quot; target=&amp;quot;_self&amp;quot;&amp;gt;&lt;br /&gt;
									Software&amp;lt;/a&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;D.2&amp;lt;/b&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;a href=&amp;quot;results.cfm?query=CCS%3A%22D%2E2%22&amp;amp;coll=portal&amp;amp;dl=ACM&amp;amp;CFID=3174023&amp;amp;CFTOKEN=73112765&amp;quot; target=&amp;quot;_self&amp;quot;&amp;gt;&lt;br /&gt;
									 SOFTWARE ENGINEERING&amp;lt;/a&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;D.2.3&amp;lt;/b&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;a href=&amp;quot;results.cfm?query=CCS%3A%22D%2E2%2E3%22&amp;amp;coll=portal&amp;amp;dl=ACM&amp;amp;CFID=3174023&amp;amp;CFTOKEN=73112765&amp;quot; target=&amp;quot;_self&amp;quot;&amp;gt;&lt;br /&gt;
									 Coding Tools and Techniques&amp;lt;/a&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;K.&amp;lt;/b&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;a href=&amp;quot;results.cfm?query=CCS%3AK%2E%2A&amp;amp;coll=portal&amp;amp;dl=ACM&amp;amp;CFID=3174023&amp;amp;CFTOKEN=73112765&amp;quot; target=&amp;quot;_self&amp;quot;&amp;gt;&lt;br /&gt;
									 Computing Milieux&amp;lt;/a&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;K.6&amp;lt;/b&amp;gt;&lt;br /&gt;
&amp;lt;a href=&amp;quot;results.cfm?query=CCS%3A%22K%2E6%22&amp;amp;coll=portal&amp;amp;dl=ACM&amp;amp;CFID=3174023&amp;amp;CFTOKEN=73112765&amp;quot; target=&amp;quot;_self&amp;quot;&amp;gt;&lt;br /&gt;
									 MANAGEMENT OF COMPUTING AND INFORMATION SYSTEMS&amp;lt;/a&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
								 &lt;br /&gt;
&amp;lt;b&amp;gt;K.6.3&amp;lt;/b&amp;gt;&lt;br /&gt;
&amp;lt;a href=&amp;quot;results.cfm?query=CCS%3A%22K%2E6%2E3%22&amp;amp;coll=portal&amp;amp;dl=ACM&amp;amp;CFID=3174023&amp;amp;CFTOKEN=73112765&amp;quot; target=&amp;quot;_self&amp;quot;&amp;gt;&lt;br /&gt;
									 Software Management&amp;lt;/a&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
										 &lt;br /&gt;
    &amp;lt;b&amp;gt;Subjects:&amp;lt;/b&amp;gt;&lt;br /&gt;
									    &lt;br /&gt;
     &amp;lt;a href=&amp;quot;results.cfm?query=CCS%3A%22Software%20development%22&amp;amp;coll=portal&amp;amp;dl=ACM&amp;amp;CFID=3174023&amp;amp;CFTOKEN=73112765&amp;quot; target=&amp;quot;_self&amp;quot;&amp;gt;Software development&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
    &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
    &amp;lt;p class=&amp;quot;GenTerms&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;SPAN class=heading&amp;gt;&lt;br /&gt;
      &amp;lt;A NAME=&amp;quot;GenTerms&amp;quot;&amp;gt;General Terms:&amp;lt;/A&amp;gt;&lt;br /&gt;
    &amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;BR&amp;gt;&lt;br /&gt;
     &amp;lt;a href=&amp;quot;results.cfm?query=genterm%3A%22Design%22&amp;amp;coll=portal&amp;amp;dl=ACM&amp;amp;CFID=3174023&amp;amp;CFTOKEN=73112765&amp;quot; target=&amp;quot;_self&amp;quot;&amp;gt;&lt;br /&gt;
							Design&amp;lt;/a&amp;gt;,&lt;br /&gt;
     &amp;lt;a href=&amp;quot;results.cfm?query=genterm%3A%22Experimentation%22&amp;amp;coll=portal&amp;amp;dl=ACM&amp;amp;CFID=3174023&amp;amp;CFTOKEN=73112765&amp;quot; target=&amp;quot;_self&amp;quot;&amp;gt;&lt;br /&gt;
							 Experimentation&amp;lt;/a&amp;gt;,&lt;br /&gt;
     &amp;lt;a href=&amp;quot;results.cfm?query=genterm%3A%22Measurement%22&amp;amp;coll=portal&amp;amp;dl=ACM&amp;amp;CFID=3174023&amp;amp;CFTOKEN=73112765&amp;quot; target=&amp;quot;_self&amp;quot;&amp;gt;&lt;br /&gt;
							 Measurement&amp;lt;/a&amp;gt;,&lt;br /&gt;
     &amp;lt;a href=&amp;quot;results.cfm?query=genterm%3A%22Performance%22&amp;amp;coll=portal&amp;amp;dl=ACM&amp;amp;CFID=3174023&amp;amp;CFTOKEN=73112765&amp;quot; target=&amp;quot;_self&amp;quot;&amp;gt;&lt;br /&gt;
							 Performance&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;/p&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&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;
== IEEE IEEExplore Search Results Markup ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;td width=&amp;quot;96%&amp;quot; class=&amp;quot;bodyCopyBlackLargeSpaced&amp;quot; valign=&amp;quot;middle&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;strong&amp;gt;On the parallel execution time of tiled loops&amp;lt;/strong&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Hogstedt, K.; Carter, L.; Ferrante, J.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;A href='/xpl/RecentIssue.jsp?punumber=71'&amp;gt;Parallel and Distributed Systems, IEEE Transactions on&amp;lt;/A&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Volume: 14&lt;br /&gt;
&lt;br /&gt;
&amp;amp;nbsp;Issue: 3&lt;br /&gt;
&amp;amp;nbsp;March 2003 &amp;lt;br /&amp;gt;&lt;br /&gt;
Page(s):  307- 321&amp;lt;br&amp;gt;&lt;br /&gt;
Digital Object Identifier 10.1109/TPDS.2003.1189587&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div id=&amp;quot;menu0&amp;quot; style=&amp;quot;display:block&amp;quot;&amp;gt;&amp;lt;strong&amp;gt;Summary:&amp;amp;nbsp;&amp;lt;/strong&amp;gt; Many &lt;br /&gt;
computationally-intensive programs, such as those for differential equations, spatial &lt;br /&gt;
interpolation, and dynamic programming, spend a large portion of their execution time in &lt;br /&gt;
multiply-nested loops that have a regular stencil of data dependences.....&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&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;
== CiteSeer database search results ==&lt;br /&gt;
&lt;br /&gt;
The [http://citeseer.ist.psu.edu CiteSeer] database has been another heavily used Computer Science online resource, and it has minimal markup:&lt;br /&gt;
&lt;br /&gt;
Here's what you see on the main page for a given paper - this information is duplicated everywhere on the page, but this is where it's formatted most like an academic citation:&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;font size=-1&amp;gt;Yoshio Kataoka, Michael D. Ernst, William G. Griswold, and David Notkin. &lt;br /&gt;
Automated support for program refactoring using invariants. In ICSM, pages 736-- 743, &lt;br /&gt;
November 2001. http://citeseer.ist.psu.edu/kataoka01automated.html &amp;amp;nbsp; &lt;br /&gt;
&amp;lt;a href=&amp;quot;http://citeseer.ist.psu.edu/check/1791139&amp;quot;&amp;gt;More&amp;lt;/a&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;br&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;
Clicking on the 'More' link in the above text gets you a page with a listing of all the ways they found it written out as a citation in other papers. This is an example of how they mark up each of those entries:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Yoshio Kataoka, Michael D. Ernst, William G. Griswold, and David Notkin. &lt;br /&gt;
&amp;lt;i&amp;gt;Automated support for program refactoring using invariants&amp;lt;/i&amp;gt;.&lt;br /&gt;
 In ICSM, pages 736-- 743, November 2001.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== CiteULike.org citation listing ==&lt;br /&gt;
&lt;br /&gt;
[http://www.citeulike.org/ CiteULike] is a shared reference database site that allows organization using tags and ratings. The site imports from many unstructured web resources using mostly screen-scraping plugins (I think --Mike) &lt;br /&gt;
&lt;br /&gt;
Here is an example of the markup for one article on the main page:&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
  &amp;lt;td...&amp;gt;&lt;br /&gt;
    &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;&lt;br /&gt;
        &amp;lt;a class=&amp;quot;title&amp;quot; href=&amp;quot;/user/jrw/article/505272&amp;quot;&amp;gt;Geometric phases in adiabatic open quantum systems&amp;lt;/a&amp;gt;&lt;br /&gt;
        &amp;lt;div class=&amp;quot;vague&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
        &amp;lt;div class=&amp;quot;vague&amp;quot;&amp;gt;by&amp;lt;a class=&amp;quot;author&amp;quot; href=&amp;quot;/user/jrw/author/Sarandy&amp;quot;&amp;gt;Sarandy&amp;lt;/a&amp;gt; MS, &lt;br /&gt;
          &amp;lt;a class=&amp;quot;author&amp;quot; href=&amp;quot;/user/jrw/author/Lidar&amp;quot;&amp;gt;Lidar&amp;lt;/a&amp;gt; DA&amp;lt;/div&amp;gt;&lt;br /&gt;
        &amp;lt;div class=&amp;quot;vague&amp;quot;&amp;gt;&lt;br /&gt;
          posted to &amp;lt;a class=&amp;quot;tag&amp;quot; rel=&amp;quot;tag&amp;quot; href=&amp;quot;/user/jrw/tag/geometry&amp;quot;&amp;gt;geometry&amp;lt;/a&amp;gt;&lt;br /&gt;
          &amp;lt;a class=&amp;quot;tag&amp;quot; rel=&amp;quot;tag&amp;quot; href=&amp;quot;/user/jrw/tag/physics&amp;quot;&amp;gt;physics&amp;lt;/a&amp;gt;&lt;br /&gt;
          &amp;lt;a class=&amp;quot;tag&amp;quot; rel=&amp;quot;tag&amp;quot; href=&amp;quot;/user/jrw/tag/quantum&amp;quot;&amp;gt;quantum&amp;lt;/a&amp;gt;&lt;br /&gt;
          &amp;lt;a class=&amp;quot;tag&amp;quot; rel=&amp;quot;tag&amp;quot; href=&amp;quot;/user/jrw/tag/quantum-information&amp;quot;&amp;gt;quantum-information&amp;lt;/a&amp;gt;&lt;br /&gt;
          by &amp;lt;a href=&amp;quot;/user/jrw&amp;quot;&amp;gt;jrw&amp;lt;/a&amp;gt;&lt;br /&gt;
          as &amp;lt;img alt=&amp;quot;x&amp;quot;src=&amp;quot;http://static.citeulike.org/img/star2.png&amp;quot; /&amp;gt;&lt;br /&gt;
          on&amp;amp;nbsp;2006-02-14 18:36:22&lt;br /&gt;
        &amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;/ul&amp;gt;&lt;br /&gt;
  &amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
And here is markup from the detail page for another publication:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;content&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;table...&amp;gt;&lt;br /&gt;
  &amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td...&amp;gt;&amp;lt;h1&amp;gt;T-Coffee: A novel method for fast and accurate multiple sequence alignment.&amp;lt;/h1&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;td&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;
&amp;lt;div class=&amp;quot;vague&amp;quot;&amp;gt;&amp;lt;i&amp;gt;J Mol Biol&amp;lt;/i&amp;gt;, Vol. 302, No. 1. (8 September 2000), pp. 205-217.&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h2&amp;gt;Authors&amp;lt;/h2&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
  &amp;lt;li&amp;gt;&lt;br /&gt;
    &amp;lt;span class=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;a class=&amp;quot;author&amp;quot; href=&amp;quot;/user/ffranca/author/Notredame&amp;quot;&amp;gt;Notredame&amp;lt;/a&amp;gt; C&amp;lt;/span&amp;gt;,&lt;br /&gt;
    &amp;lt;span class=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;a class=&amp;quot;author&amp;quot; href=&amp;quot;/user/ffranca/author/Higgins&amp;quot;&amp;gt;Higgins&amp;lt;/a&amp;gt; DG&amp;lt;/span&amp;gt;, &lt;br /&gt;
    &amp;lt;span class=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;a class=&amp;quot;author&amp;quot; href=&amp;quot;/user/ffranca/author/Heringa&amp;quot;&amp;gt;Heringa&amp;lt;/a&amp;gt; J&amp;lt;/span&amp;gt;&lt;br /&gt;
  &amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
..&lt;br /&gt;
&amp;lt;table...&amp;gt;&lt;br /&gt;
  &amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td ...&amp;gt;&lt;br /&gt;
      &amp;lt;h2&amp;gt;Online Article&lt;br /&gt;
        &amp;lt;span class=&amp;quot;Z3988&amp;quot;&lt;br /&gt;
          title=&amp;quot;ctx_ver=Z39.88-2004&amp;amp;amp;rft_val_fmt=info:ofi/fmt:kev:mtx:journal&amp;amp;amp;rfr_id=info:sid/citeulike.org/citeulike&amp;amp;amp;rft.aufirst=&amp;amp;amp;rft_id=info:doi/10%2e1006%2fjmbi%2e2000%2e4042&amp;amp;amp;rft.spage=205&amp;amp;amp;rft.issue=1&amp;amp;amp;rft.aulast=Notredame&amp;amp;amp;rft.title=J+Mol+Biol&amp;amp;amp;rft.epage=217&amp;amp;amp;rft.issn=0022%2d2836&amp;amp;amp;rft.volume=302&amp;amp;amp;rft.auinit=C&amp;amp;amp;rft.atitle=T%2dCoffee%3a+A+novel+method+for+fast+and+accurate+multiple+sequence+alignment%2e&amp;amp;amp;date=2000-9-8&amp;amp;amp;rft.genre=article&amp;amp;amp;genre=article&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      &amp;lt;/h2&amp;gt;&lt;br /&gt;
    &amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;/div&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;&lt;br /&gt;
    &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;&lt;br /&gt;
        &amp;lt;span class=&amp;quot;black&amp;quot;&amp;gt;DOI:&amp;lt;/span&amp;gt;&lt;br /&gt;
        &amp;lt;a accesskey=&amp;quot;1&amp;quot; href=&amp;quot;http://dx.doi.org/10.1006/jmbi.2000.4042&amp;quot; rel=&amp;quot;nofollow&amp;quot;&amp;gt;View article online&amp;lt;/a&amp;gt;&lt;br /&gt;
      &amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;&lt;br /&gt;
        &amp;lt;span class=&amp;quot;black&amp;quot;&amp;gt;Pubmed:&amp;lt;/span&amp;gt;&lt;br /&gt;
        &amp;lt;a accesskey=&amp;quot;2&amp;quot; &lt;br /&gt;
          href=&amp;quot;http://www.ncbi.nlm.nih.gov/entrez/query.fcgi?cmd=Retrieve&amp;amp;db=pubmed&amp;amp;dopt=Abstract&amp;amp;list_uids=10964570&amp;quot; rel=&amp;quot;nofollow&amp;quot;&amp;gt;&lt;br /&gt;
            View article online&amp;lt;/a&amp;gt;&lt;br /&gt;
      &amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;&lt;br /&gt;
        &amp;lt;span class=&amp;quot;black&amp;quot;&amp;gt;Hubmed:&amp;lt;/span&amp;gt; &lt;br /&gt;
        &amp;lt;a accesskey=&amp;quot;3&amp;quot; href=&amp;quot;http://www.hubmed.org/display.cgi?uids=10964570&amp;quot; rel=&amp;quot;nofollow&amp;quot;&amp;gt;&lt;br /&gt;
          View article online&amp;lt;/a&amp;gt;&lt;br /&gt;
      &amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;/ul&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;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Amazon.com citation info ==&lt;br /&gt;
&lt;br /&gt;
This is from a detail page on Amazon.com for a book.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;a name='citing' &amp;gt;&amp;lt;/a&amp;gt;&amp;lt;b&amp;gt;This book cites 10 books:&amp;lt;/b&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;ul...&amp;gt;&lt;br /&gt;
  &amp;lt;li&amp;gt; &lt;br /&gt;
    &amp;lt;a href=&amp;quot;http://www.amazon.com/exec/obidos/tg/detail/-/1555424236/ref=sid_dp_dp/002-6751255-9290456?%5Fencoding=UTF8&amp;amp;v=glance&amp;quot;&amp;gt;&lt;br /&gt;
      The New Faculty Member: Supporting and Fostering Professional Development (Jossey-Bass Higher and Adult Education Series)&lt;br /&gt;
    &amp;lt;/a&amp;gt;&lt;br /&gt;
    by Robert Boice on&lt;br /&gt;
    &amp;lt;a href=&amp;quot;/gp/reader/0780311361/ref=sib_ab_dp_pg/002-6751255-9290456?%5Fencoding=UTF8&amp;amp;p=S04X&amp;amp;checkSum=vptuDOjULIOadVNe9UFX36fnIKktwxxQOeBmFQupyrA%3D&amp;quot;&amp;gt;page 156&amp;lt;/a&amp;gt;, and &amp;lt;a href=&amp;quot;/gp/reader/0780311361/ref=sib_ab_dp_pg/002-6751255-9290456?%5Fencoding=UTF8&amp;amp;p=S088&amp;amp;checkSum=vptuDOjULINm2bvcL37hZR%2BcnJi%2F9hhUyu1%2FlXWnOM8%3D&amp;quot;&amp;gt;&lt;br /&gt;
      page 275&lt;br /&gt;
    &amp;lt;/a&amp;gt;&lt;br /&gt;
  &amp;lt;/li&amp;gt;&lt;br /&gt;
  &amp;lt;li&amp;gt;&lt;br /&gt;
    &amp;lt;a href=&amp;quot;http://www.amazon.com/exec/obidos/tg/detail/-/0137947364/ref=sid_dp_dp/002-6751255-9290456?%5Fencoding=UTF8&amp;amp;v=glance&amp;quot; &amp;gt;Science, Technology and Society&amp;lt;/a&amp;gt;&lt;br /&gt;
    by Robert E. McGinn on&lt;br /&gt;
    &amp;lt;a href=&amp;quot;/gp/reader/0780311361/ref=sib_ab_dp_pg/002-6751255-9290456?%5Fencoding=UTF8&amp;amp;p=S023&amp;amp;checkSum=vptuDOjULIMgFwAeeT8gWiDHmklkxfy%2BGug%2BAS7UI2Y%3D&amp;quot;&amp;gt;page 54&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;&lt;br /&gt;
&lt;br /&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;
== PubMed Medical Journal Example == &lt;br /&gt;
&lt;br /&gt;
Still another example of markup in the wild, coming from a search for &amp;quot;pancreas&amp;quot; in the New England Journal of Medicine from pubmed.org.&lt;br /&gt;
&lt;br /&gt;
Note the title attribute with the expanded version of the canonical abbreviation for the journal.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td ...&amp;gt;&lt;br /&gt;
&amp;lt;a href=&amp;quot;/entrez/query.fcgi?cmd=Retrieve&amp;amp;db=pubmed&amp;amp;dopt=Abstract&amp;amp;list_uids=15371579&amp;amp;itool=iconnoabstr&amp;amp;query_hl=2&amp;amp;itool=pubmed_docsum&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;img alt=&amp;quot;No abstract&amp;quot; id=&amp;quot;No abstract_15371579&amp;quot; ... Title=&amp;quot;No abstract&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td ...&amp;gt;Cystic neoplasms of the pancreas.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font size=&amp;quot;-1&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;span title=&amp;quot;The New England journal of medicine.&amp;quot;&amp;gt;N Engl J Med.&amp;lt;/span&amp;gt;&lt;br /&gt;
 2004 Sep 16;351(12):1218-26. Review. No abstract available. &amp;lt;br&amp;gt;&lt;br /&gt;
PMID: 15371579 [PubMed - indexed for MEDLINE]&lt;br /&gt;
&amp;lt;/font&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Wikipedia Examples ==&lt;br /&gt;
&lt;br /&gt;
=== Wikipedia Book ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;li id=&amp;quot;_note-8&amp;quot;&amp;gt;&amp;lt;b&amp;gt;&amp;lt;a href=&amp;quot;#_ref-8&amp;quot; title=&amp;quot;&amp;quot;&amp;gt;^&amp;lt;/a&amp;gt;&amp;lt;/b&amp;gt; &lt;br /&gt;
&amp;lt;i&amp;gt;Tuva Or Bust!&amp;lt;/i&amp;gt;, Ralph Leighton, W. W. Norton &amp;amp;amp; Company, 2000, &lt;br /&gt;
&amp;lt;a href=&amp;quot;/w/index.php?title=Special:Booksources&amp;amp;amp;isbn=0393320693&amp;quot; &lt;br /&gt;
    class=&amp;quot;internal&amp;quot;&amp;gt;ISBN 0393320693&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Wikipedia Journal Article ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;li id=&amp;quot;_note-science1982-Dickerson&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;&amp;lt;a href=&amp;quot;#_ref-science1982-Dickerson_0&amp;quot; title=&amp;quot;&amp;quot;&amp;gt;^&amp;lt;/a&amp;gt;&amp;lt;/b&amp;gt;&lt;br /&gt;
 &amp;lt;cite style=&amp;quot;font-style:normal&amp;quot;&amp;gt;Dickerson et al. (1982). &amp;quot;The Anatomy of A-, B-, and Z-DNA&amp;quot;. &lt;br /&gt;
 &amp;lt;i&amp;gt;Science&amp;lt;/i&amp;gt; &amp;lt;b&amp;gt;216&amp;lt;/b&amp;gt;: 475-485. DOI: 10.1126/science.7071593.&amp;lt;/cite&amp;gt;&lt;br /&gt;
 &amp;lt;sup&amp;gt;&amp;lt;a href=&amp;quot;...&amp;quot; class=&amp;quot;external text&amp;quot; title=&amp;quot;...&amp;quot;&amp;gt;PubMed&amp;lt;/a&amp;gt;&amp;lt;/sup&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Wikipedia Court Case ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;i&amp;gt;&amp;lt;a href=&amp;quot;/wiki/Perfect_10_v._Google_Inc&amp;quot; title=&amp;quot;Perfect 10 v. Google Inc&amp;quot;&amp;gt;Perfect 10 v. Google Inc&amp;lt;/a&amp;gt;&amp;lt;/i&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;CASE NO. CV 04-9484 AHM (SHx)&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;a href=&amp;quot;/wiki/Central_District_of_California&amp;quot; title=&amp;quot;Central District of California&amp;quot;&amp;gt;CDCA&amp;lt;/a&amp;gt; 2006&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Thumbnails in Web searches that impinged upon market for images of that size were not fair use.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Wikipedia US Law ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;cite id=&amp;quot;endnote_FISA&amp;quot; style=&amp;quot;font-style: normal;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;a href=&amp;quot;#ref_FISA&amp;quot; title=&amp;quot;&amp;quot;&amp;gt;&amp;lt;b&amp;gt;↑&amp;lt;/b&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/cite&amp;gt;&amp;amp;#160; &lt;br /&gt;
&amp;lt;a href=&amp;quot;http://www.law.cornell.edu/uscode/html/uscode50/usc_sup_01_50_10_36.html&amp;quot; &lt;br /&gt;
    class=&amp;quot;external text&amp;quot; title=&amp;quot;...&amp;quot;&amp;gt;50 U.S.C Chapter 36 Foreign Intelligence Surveillance&amp;lt;/a&amp;gt;&lt;br /&gt;
     The complete text of the Foreign Intelligence Surveillance Act&lt;br /&gt;
     &amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The sections of the law are cited inline, without markup, as &amp;quot;50 U.S.C. §1801(a) (4),(5),(6)&amp;quot; for example.&lt;br /&gt;
&lt;br /&gt;
=== Wikipedia Conference Presentation ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;h3&amp;gt;Conference presentation by Pillar&amp;lt;/h3&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&lt;br /&gt;
&amp;lt;a href=&amp;quot;http://www.duke.edu/web/tiss/archives/conferencerecords/media/Pillar.htm&amp;quot; &lt;br /&gt;
class=&amp;quot;external text&amp;quot; title=&amp;quot;...&amp;quot;&amp;gt;Foreign and Domestic Publics and the Counter-terrorism Effort&amp;lt;/a&amp;gt;&lt;br /&gt;
 (Duke University, 21-2 March 2003).&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Wikipedia Primary Historical Source ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;U.S. War Dept., &amp;lt;a href=&amp;quot;http://cdl.library.cornell.edu/moa/browse.monographs/waro.html&amp;quot; &lt;br /&gt;
                         class=&amp;quot;external text&amp;quot; title=&amp;quot;...&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;i&amp;gt;The War of the Rebellion: a Compilation of the Official Records of the Union and Confederate Armies&amp;lt;/i&amp;gt;&amp;lt;/a&amp;gt;,&lt;br /&gt;
 U.S. Government Printing Office, 1880–1901. 70 very large volumes of letters and reports written by both armies. &lt;br /&gt;
 Online at &amp;lt;a href=&amp;quot;http://cdl.library.cornell.edu/moa/browse.monographs/waro.html&amp;quot; &lt;br /&gt;
                 class=&amp;quot;external autonumber&amp;quot; title=&amp;quot;...&amp;quot;&amp;gt;[6]&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Wikipedia U.S. Patent ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;a href=&amp;quot;http://patft.uspto.gov/netacgi/nph-Parser?patentnumber=4,405,829&amp;quot; class=&amp;quot;external text&amp;quot; &lt;br /&gt;
    title=&amp;quot;http://patft.uspto.gov/netacgi/nph-Parser?patentnumber=4,405,829&amp;quot;&amp;gt;U.S. Patent 4,405,829&amp;lt;/a&amp;gt;:&lt;br /&gt;
    The &amp;lt;a href=&amp;quot;/wiki/RSA&amp;quot; title=&amp;quot;RSA&amp;quot;&amp;gt;RSA&amp;lt;/a&amp;gt; patent, a famous software patent on the ground-breaking &lt;br /&gt;
    and highly unobvious algorithm for public key encryption, widely used for secure communications &lt;br /&gt;
    in many industries nowdays&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== EPrints.org generated output ==&lt;br /&gt;
&lt;br /&gt;
EPrints uses the DC terms for information in the head element of an entry:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;head&amp;gt;&lt;br /&gt;
    &amp;lt;title&amp;gt;ECS EPrints Service - Winnowing Ontologies based on Application Use&amp;lt;/title&amp;gt;&lt;br /&gt;
    &amp;lt;link href=&amp;quot;http://purl.org/DC/elements/1.0/&amp;quot; rel=&amp;quot;schema.DC&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;meta content=&amp;quot;Winnowing Ontologies based on Application Use&amp;quot; name=&amp;quot;DC.title&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;meta content=&amp;quot;Alani, Harith&amp;quot; name=&amp;quot;DC.creator&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;meta content=&amp;quot;Harris, Stephen&amp;quot; name=&amp;quot;DC.creator&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;meta content=&amp;quot;O'Neil, Ben&amp;quot; name=&amp;quot;DC.creator&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;meta content=&amp;quot;The requirements of specific ... that ontology.&amp;quot; name=&amp;quot;DC.description&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;meta content=&amp;quot;2006-01-01&amp;quot; name=&amp;quot;DC.date&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;meta content=&amp;quot;Conference or Workshop Item&amp;quot; name=&amp;quot;DC.type&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;meta content=&amp;quot;http://eprints.ecs.soton.ac.uk/12070/&amp;quot; name=&amp;quot;DC.identifier&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;meta content=&amp;quot;pdf http://eprints.ecs.soton.ac.uk/12070/01/Alani-final.pdf&amp;quot; name=&amp;quot;DC.format&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;link title=&amp;quot;Full Text (application/pdf)&amp;quot; href=&amp;quot;http://eprints.ecs.soton.ac.uk/12070/01/Alani-final.pdf&amp;quot; &lt;br /&gt;
    class=&amp;quot;fulltext&amp;quot; type=&amp;quot;application/pdf&amp;quot; rel=&amp;quot;alternate&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
And the following markup for the page's HTML:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;td valign=&amp;quot;top&amp;quot;&amp;gt;&amp;lt;div class=&amp;quot;page&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h1 class=&amp;quot;pagetitle&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;field_title&amp;quot;&amp;gt;Winnowing Ontologies based on Application Use&amp;lt;/span&amp;gt;&amp;lt;/h1&amp;gt;&lt;br /&gt;
&amp;lt;p class=&amp;quot;intro&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;citation&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;field_authors&amp;quot;&amp;gt;Alani, H., Harris, S. and O'Neil, B.&amp;lt;/span&amp;gt; &lt;br /&gt;
(&amp;lt;span class=&amp;quot;field_year&amp;quot;&amp;gt;2006&amp;lt;/span&amp;gt;)&lt;br /&gt;
&amp;lt;span class=&amp;quot;field_title&amp;quot;&amp;gt;Winnowing Ontologies based on Application Use&amp;lt;/span&amp;gt;. &lt;br /&gt;
  In &amp;lt;i&amp;gt;Proceedings of &lt;br /&gt;
&amp;lt;span class=&amp;quot;field_conference&amp;quot;&amp;gt;3rd European Semantic Web Conference (ESWC)&amp;lt;/span&amp;gt;&amp;lt;/i&amp;gt;, &lt;br /&gt;
&amp;lt;span class=&amp;quot;field_confloc&amp;quot;&amp;gt;Budva, Montenegro&amp;lt;/span&amp;gt;.&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== BibDesk default HTML export example ==&lt;br /&gt;
&lt;br /&gt;
Due to some recent improvements, BibDesk allows extensive user customization of its HTML output.&lt;br /&gt;
It has had an HTML template system since 2004, and the default template hasn't changed much since then.&lt;br /&gt;
Here is the default template, which I wrote long before I knew what little I know now of semantic HTML - Mike.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;content&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h1&amp;gt;&amp;lt;$fileName.lastPathComponent/&amp;gt;&amp;lt;/h1&amp;gt;&lt;br /&gt;
&amp;lt;dl&amp;gt;&lt;br /&gt;
&amp;lt;dt class=&amp;quot;Key&amp;quot; id=&amp;quot;&amp;lt;$citeKey/&amp;gt;&amp;quot;&amp;gt;&amp;lt;$citeKey/&amp;gt;&amp;lt;dt /&amp;gt;&lt;br /&gt;
&amp;lt;dd class=&amp;quot;Pub&amp;quot;&amp;gt;&lt;br /&gt;
	&amp;lt;span class=&amp;quot;Title&amp;quot;&amp;gt;&amp;lt;$fields.Title/&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
	&amp;lt;span class=&amp;quot;Author&amp;quot;&amp;gt;&amp;lt;$pubAuthorsForDisplay/&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
	&amp;lt;span class=&amp;quot;Journal&amp;quot;&amp;gt;&amp;lt;$fields.Journal/&amp;gt;&amp;lt;/span&amp;gt;&amp;amp;nbsp;&lt;br /&gt;
	&amp;lt;span class=&amp;quot;Volume&amp;quot;&amp;gt;&amp;lt;$fields.Volume/&amp;gt;&amp;lt;/span&amp;gt;&amp;amp;nbsp;&lt;br /&gt;
	&amp;lt;span class=&amp;quot;Pages&amp;quot;&amp;gt;&amp;lt;$fields.Pages/&amp;gt;&amp;lt;/span&amp;gt;&amp;amp;nbsp;&lt;br /&gt;
	(&amp;lt;span class=&amp;quot;Date&amp;quot;&amp;gt;&amp;lt;$fields.Year/&amp;gt;&amp;lt;/span&amp;gt;)&amp;lt;br /&amp;gt;&lt;br /&gt;
	&amp;lt;span class=&amp;quot;Url&amp;quot;&amp;gt;&amp;lt;a href=&amp;quot;&amp;lt;$fields.Url/&amp;gt;&amp;quot;&amp;gt;&amp;lt;$fields.Url/&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
	&amp;lt;div class=&amp;quot;Abstract&amp;quot;&amp;gt;&amp;lt;$fields.Abstract/&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;dd /&amp;gt;&lt;br /&gt;
&amp;lt;/dl&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;
Here's a popular modification to the default template, also from 2004, which was used to make this [http://craftsrv1.epfl.ch/~cherubini/extranet/bib/CSCL.bib.html annotated reading list].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;p class=&amp;quot;trigger&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;table width=&amp;quot;100%&amp;quot;  border=&amp;quot;0&amp;quot; cellspacing=&amp;quot;0&amp;quot; cellpadding=&amp;quot;0&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;tr&amp;gt;&lt;br /&gt;
            &amp;lt;td width=&amp;quot;20%&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;Author&amp;quot;&amp;gt;&amp;lt;$pubFields.Author/&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
            &amp;lt;td width=&amp;quot;5%&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;Year&amp;quot;&amp;gt;&amp;lt;$pubFields.Year/&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
            &amp;lt;td width=&amp;quot;55%&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;Title&amp;quot;&amp;gt;&amp;lt;$pubFields.Title/&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
            &amp;lt;td width=&amp;quot;10%&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;url&amp;quot;&amp;gt;&amp;lt;$pubType/&amp;gt;&amp;lt;/span&amp;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;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;div&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;url&amp;quot;&amp;gt; &lt;br /&gt;
&amp;lt;a href=&amp;quot;&amp;lt;$pubFields.Url/&amp;gt;&amp;quot;&amp;gt; &amp;lt;img src=&amp;quot;pdf_icon.gif&amp;quot; border=&amp;quot;0&amp;quot;&amp;gt; &amp;lt;$citeKey/&amp;gt; ~ &amp;lt;$pubFields.Url/&amp;gt;&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p class=&amp;quot;Annote&amp;quot;&amp;gt;Abstract:&amp;lt;br&amp;gt;&amp;lt;$pubFields.Abstract/&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;Notes: &amp;lt;br&amp;gt;&amp;lt;$pubFields.Annote/&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;Keywords: &amp;lt;$pubFields.Keywords/&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;BibTeX: &amp;lt;$bibTeXString/&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;$RTFValue/&amp;gt;&lt;br /&gt;
&amp;lt;/p&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;
Note that the tags that look like &amp;amp;lt;$foo/&amp;amp;gt; are templating entries and are replaced by values from each cited publication object.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== OCLC WorldCat Online ==&lt;br /&gt;
&lt;br /&gt;
=== Book ===&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 id=&amp;quot;item&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;table cellspacing=&amp;quot;0&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td class=&amp;quot;illustration&amp;quot;&amp;gt;&amp;lt;img src=&amp;quot;/wcpa/servlet/DCARead?standardNo=0062515861&amp;amp;standardNoType=1&amp;quot; alt=&amp;quot;Weaving the Web : the original design and ultimate destiny of the World Wide Web by its inventor &amp;quot; /&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td class=&amp;quot;info&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h1 class=&amp;quot;title&amp;quot;&amp;gt; Weaving the Web : the original design and ultimate destiny of the World Wide Web by its inventor &amp;lt;/h1&amp;gt;&lt;br /&gt;
&amp;lt;p class=&amp;quot;author&amp;quot;&amp;gt;&amp;lt;strong&amp;gt;by    &amp;lt;a href=&amp;quot;/search?q=au%3ATim+Berners-Lee&amp;amp;qt=hot_author&amp;quot; title=&amp;quot;Search for more by this author&amp;quot;&amp;gt;Tim Berners-Lee&amp;lt;/a&amp;gt;;&amp;amp;nbsp;&lt;br /&gt;
&amp;lt;a href=&amp;quot;/search?q=au%3AMark+Fischetti&amp;amp;qt=hot_author&amp;quot; title=&amp;quot;Search for more by this author&amp;quot;&amp;gt;Mark Fischetti&amp;lt;/a&amp;gt;&amp;lt;/strong&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;ul class=&amp;quot;detailed&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;li class=&amp;quot;type&amp;quot;&amp;gt;&amp;lt;strong&amp;gt;Type: &amp;lt;/strong&amp;gt;English : &amp;lt;img src=&amp;quot;/wcpa/images/icon-bks.gif&amp;quot; height=16 width=16 alt=&amp;quot;&amp;quot; title=&amp;quot;Book&amp;quot; class=&amp;quot;icn&amp;quot;/&amp;gt; &amp;lt;nobr&amp;gt;Book&lt;br /&gt;
&amp;lt;/nobr&amp;gt;&amp;lt;nobr&amp;gt;&amp;lt;/nobr&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li class=&amp;quot;publisher&amp;quot;&amp;gt;&amp;lt;strong&amp;gt;Publisher: &amp;lt;/strong&amp;gt; San Francisco : HarperSanFrancisco, &amp;amp;copy;1999.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li class=&amp;quot;isbn&amp;quot;&amp;gt;&amp;lt;strong&amp;gt;ISBN: &amp;lt;/strong&amp;gt;0062515861  006251587X&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li class=&amp;quot;oclc&amp;quot;&amp;gt;&amp;lt;strong&amp;gt;OCLC: &amp;lt;/strong&amp;gt;41238513&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&amp;lt;ul class=&amp;quot;subjects&amp;quot;&amp;gt;&amp;lt;li&amp;gt;&amp;lt;strong&amp;gt;Subjects: &amp;lt;/strong&amp;gt;&amp;lt;a href=&amp;quot;/search?q=su%3AWorld+Wide+Web+History.&amp;amp;qt=hot_subject&amp;quot; title=&amp;quot;Search for more with this subject&amp;quot;&amp;gt;World Wide Web -- History.&amp;lt;/a&amp;gt; | &amp;lt;a href=&amp;quot;/search?q=su%3ABerners-Lee%2C+Tim.&amp;amp;qt=hot_subject&amp;quot; title=&amp;quot;Search for more with this subject&amp;quot;&amp;gt;Berners-Lee, Tim.&amp;lt;/a&amp;gt; | &amp;lt;a href=&amp;quot;/search?q=su%3ABerners-Lee%2C+Tim.&amp;amp;qt=hot_subject&amp;quot; title=&amp;quot;Search for more with this subject&amp;quot;&amp;gt;Berners-Lee, Tim.&amp;lt;/a&amp;gt; | &amp;lt;a HREF=&amp;quot;/oclc/41238513?tab=subjects&amp;quot; title=&amp;quot;More ...&amp;quot;&amp;gt;More ...&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td class=&amp;quot;bookmark&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;a href=&amp;quot;javascript:bookmarksite(document.title, 'http://www.worldcatlibraries.org/oclc/41238513');&amp;quot; onmouseover=&amp;quot;MM_displayStatusMsg('Bookmark This Page');return document.MM_returnValue;&amp;quot; onmouseout=&amp;quot;MM_displayStatusMsg('');return document.MM_returnValue;&amp;quot;&amp;gt;Bookmark&amp;lt;/a&amp;gt;&amp;amp;nbsp;|&amp;amp;nbsp;&amp;lt;a href=&amp;quot;/oclc/41238513&amp;quot;&amp;gt;Permalink&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;span class=&amp;quot;Z3988&amp;quot; title=&amp;quot;url_ver=Z39.88-2004&amp;amp;rfr_id=info:sid/worldcatlibraries.org:worldcat&amp;amp;rft_val_fmt=info:ofi/fmt:kev:mtx:book&amp;amp;rft_ref_fmt=info:ofi/fmt:xml:xsd:oai_dc&amp;amp;rft_ref=http://partneraccess.oclc.org/wcpa/servlet/OUDCXML?oclcnum=41238513&amp;amp;rft_id=info:oclcnum/41238513&amp;amp;rft_id=urn:ISBN:0062515861&amp;amp;rft_id=urn:ISSN:&amp;amp;rft.aulast=Berners-Lee&amp;amp;rft.aufirst=Tim&amp;amp;rft.auinitm=&amp;amp;rft.btitle=Weaving+the+Web+%3A+the+original+design+and+ultimate+destiny+of+the+World+Wide+Web+by+its+inventor++&amp;amp;rft.atitle=&amp;amp;rft.date=&amp;amp;rft.tpages=&amp;amp;rft.isbn=0062515861&amp;amp;rft.aucorp=&amp;amp;rft.place=San+Francisco&amp;amp;rft.pub=HarperSanFrancisco&amp;amp;rft.edition=1st+ed.&amp;amp;rft.series=&amp;amp;rft.genre=book&amp;quot;&amp;gt;&amp;lt;/span&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;
&amp;lt;/div&amp;gt;&lt;br /&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;
=== Journal ===&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 id=&amp;quot;item&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;table cellspacing=&amp;quot;0&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td class=&amp;quot;info&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h1 class=&amp;quot;title&amp;quot;&amp;gt; Cataloging &amp;amp; classification quarterly.&amp;lt;/h1&amp;gt;&lt;br /&gt;
&amp;lt;ul class=&amp;quot;detailed&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;li class=&amp;quot;type&amp;quot;&amp;gt;&amp;lt;strong&amp;gt;Type: &amp;lt;/strong&amp;gt;English : &amp;lt;img src=&amp;quot;/wcpa/images/icon-ser.gif&amp;quot; height=16 width=16 alt=&amp;quot;&amp;quot; title=&amp;quot;Serial Publication&amp;quot; class=&amp;quot;icn&amp;quot;/&amp;gt; &amp;lt;nobr&amp;gt;Serial Publication&lt;br /&gt;
&amp;lt;/nobr&amp;gt; : &amp;lt;nobr&amp;gt;Periodical&amp;lt;/nobr&amp;gt;&lt;br /&gt;
&amp;lt;nobr&amp;gt;&amp;lt;span title=&amp;quot;Internet Resource&amp;quot;&amp;gt;&amp;lt;img height=16 width=16 border=0 align=&amp;quot;absmiddle&amp;quot; src=&amp;quot;/wcpa/images/icon-url.gif&amp;quot; alt=&amp;quot;Internet Resource&amp;quot;&amp;gt;&amp;amp;nbsp;Internet Resource&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/nobr&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li class=&amp;quot;publisher&amp;quot;&amp;gt;&amp;lt;strong&amp;gt;Publisher: &amp;lt;/strong&amp;gt; New York, N.Y. : Haworth Press, [&amp;amp;copy;1981]-&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li class=&amp;quot;isbn&amp;quot;&amp;gt;&amp;lt;strong&amp;gt;ISSN: &amp;lt;/strong&amp;gt;0163-9374 1544-4554&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li class=&amp;quot;oclc&amp;quot;&amp;gt;&amp;lt;strong&amp;gt;OCLC: &amp;lt;/strong&amp;gt;4538259&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&amp;lt;ul class=&amp;quot;subjects&amp;quot;&amp;gt;&amp;lt;li&amp;gt;&amp;lt;strong&amp;gt;Subjects: &amp;lt;/strong&amp;gt;&amp;lt;a href=&amp;quot;/search?q=su%3ACataloging+Periodicals.&amp;amp;qt=hot_subject&amp;quot; title=&amp;quot;Search for more with this subject&amp;quot;&amp;gt;Cataloging -- Periodicals.&amp;lt;/a&amp;gt; | &amp;lt;a href=&amp;quot;/search?q=su%3AClassification+Books+Periodicals.&amp;amp;qt=hot_subject&amp;quot; title=&amp;quot;Search for more with this subject&amp;quot;&amp;gt;Classification -- Books -- Periodicals.&amp;lt;/a&amp;gt; | &amp;lt;a href=&amp;quot;/search?q=su%3AClassification+Periodicals.&amp;amp;qt=hot_subject&amp;quot; title=&amp;quot;Search for more with this subject&amp;quot;&amp;gt;Classification -- Periodicals.&amp;lt;/a&amp;gt; | &amp;lt;a HREF=&amp;quot;/oclc/4538259?tab=subjects&amp;quot; title=&amp;quot;More ...&amp;quot;&amp;gt;More ...&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td class=&amp;quot;bookmark&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;a href=&amp;quot;javascript:bookmarksite(document.title, 'http://www.worldcatlibraries.org/oclc/4538259');&amp;quot; onmouseover=&amp;quot;MM_displayStatusMsg('Bookmark This Page');return document.MM_returnValue;&amp;quot; onmouseout=&amp;quot;MM_displayStatusMsg('');return document.MM_returnValue;&amp;quot;&amp;gt;Bookmark&amp;lt;/a&amp;gt;&amp;amp;nbsp;|&amp;amp;nbsp;&amp;lt;a href=&amp;quot;/oclc/4538259&amp;quot;&amp;gt;Permalink&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;span class=&amp;quot;Z3988&amp;quot; title=&amp;quot;url_ver=Z39.88-2004&amp;amp;rfr_id=info:sid/worldcatlibraries.org:worldcat&amp;amp;rft_val_fmt=info:ofi/fmt:kev:mtx:journal&amp;amp;rft_ref_fmt=info:ofi/fmt:xml:xsd:oai_dc&amp;amp;rft_ref=http://partneraccess.oclc.org/wcpa/servlet/OUDCXML?oclcnum=4538259&amp;amp;rft_id=info:oclcnum/4538259&amp;amp;rft_id=urn:ISBN:&amp;amp;rft_id=urn:ISSN:0163-9374&amp;amp;rft.aulast=&amp;amp;rft.aufirst=&amp;amp;rft.auinitm=&amp;amp;rft.atitle=&amp;amp;rft.jtitle=Cataloging+%26+classification+quarterly.&amp;amp;rft.date=&amp;amp;rft.volume=&amp;amp;rft.issue=&amp;amp;rft.spage=&amp;amp;rft.epage=&amp;amp;rft.pages=&amp;amp;rft.issn=0163-9374&amp;amp;rft.eissn=1544-4554&amp;amp;rft.aucorp=&amp;amp;rft.place=&amp;amp;rft.pub=&amp;amp;rft.edition=&amp;amp;rft.series=&amp;amp;rft.genre=journal&amp;quot;&amp;gt;&amp;lt;/span&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;
&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;
&amp;lt;nowiki&amp;gt;Insert non-formatted text here&amp;lt;/nowiki&amp;gt;&amp;lt;nowiki&amp;gt;Insert non-formatted text here&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Implied schema ==&lt;br /&gt;
&lt;br /&gt;
Many of the examples have simple citations in &amp;amp;lt;p&amp;amp;gt;, &amp;amp;lt;div&amp;amp;gt;, &amp;amp;lt;td&amp;amp;gt; etc with no further coding; i.e. &amp;amp;lt;td&amp;amp;gt;Book Title. Author. Publisher, date.&amp;amp;lt;/td&amp;amp;gt;&lt;br /&gt;
&lt;br /&gt;
The following lists the most common markup:&lt;br /&gt;
&lt;br /&gt;
=== Book Titles: ===&lt;br /&gt;
&lt;br /&gt;
*id=&amp;quot;title&amp;quot;&lt;br /&gt;
*class=&amp;quot;producttitle&amp;quot;&lt;br /&gt;
*class=&amp;quot;title&amp;quot;&lt;br /&gt;
*id=&amp;quot;lblTitle&amp;quot;&lt;br /&gt;
*h1&lt;br /&gt;
*h2&lt;br /&gt;
*&amp;amp;lt;dt&amp;amp;gt;&amp;amp;lt;/dt&amp;amp;gt;&lt;br /&gt;
*&amp;amp;lt;cite&amp;amp;gt;&amp;amp;lt;/cite&amp;amp;gt;&lt;br /&gt;
*&amp;amp;lt;strong&amp;amp;gt;&amp;amp;lt;/strong&amp;amp;gt;&lt;br /&gt;
*&amp;amp;lt;i&amp;amp;gt;&amp;amp;lt;/i&amp;amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Book Series: ===&lt;br /&gt;
&lt;br /&gt;
*id=&amp;quot;serieslbl&amp;quot;&lt;br /&gt;
*class=&amp;quot;productsubtitle&amp;quot;&lt;br /&gt;
&lt;br /&gt;
=== Sub-titles: ===&lt;br /&gt;
&lt;br /&gt;
*id=&amp;quot;subtitle&amp;quot;&lt;br /&gt;
*class=&amp;quot;productsubtitle&amp;quot;&lt;br /&gt;
*class=&amp;quot;sub_title&amp;quot;&lt;br /&gt;
*id=&amp;quot;lblSubTitle&amp;quot;&lt;br /&gt;
*class=&amp;quot;book_subline&amp;quot;&lt;br /&gt;
*class=&amp;quot;subTitle&amp;quot;&lt;br /&gt;
&lt;br /&gt;
=== Author: ===&lt;br /&gt;
&lt;br /&gt;
*id=&amp;quot;credit&amp;quot;&lt;br /&gt;
*class=&amp;quot;productauthor&amp;quot;&lt;br /&gt;
*class=&amp;quot;author&amp;quot;&lt;br /&gt;
*Authors (table cell)&lt;br /&gt;
*class=&amp;quot;byline&amp;quot;&lt;br /&gt;
*class=&amp;quot;creator&amp;quot;&lt;br /&gt;
*class=&amp;quot;role&amp;quot;&lt;br /&gt;
*Inside &amp;amp;lt;dd&amp;amp;gt;&amp;amp;lt;/dd&amp;amp;gt; with other elements&lt;br /&gt;
*&amp;amp;lt;li&amp;amp;gt;&amp;amp;lt;/li&amp;amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Publication Date: ===&lt;br /&gt;
&lt;br /&gt;
*id=&amp;quot;pubdate&amp;quot;&lt;br /&gt;
*Publication Date: (table cell)&lt;br /&gt;
*id=&amp;quot;pnlPubDate&amp;quot;&lt;br /&gt;
*Publication Date: &lt;br /&gt;
*class=&amp;quot;publicationdate&amp;quot;&lt;br /&gt;
*Published/Released: &lt;br /&gt;
*class=&amp;quot;date&amp;quot; w/ class=&amp;quot;year&amp;quot;, class=&amp;quot;month&amp;quot;, class=&amp;quot;day&amp;quot;&lt;br /&gt;
*Inside &amp;amp;lt;dd&amp;amp;gt;&amp;amp;lt;/dd&amp;amp;gt; with other elements&lt;br /&gt;
&lt;br /&gt;
=== Publisher: ===&lt;br /&gt;
&lt;br /&gt;
*class=&amp;quot;publisher&amp;quot;&lt;br /&gt;
*class=&amp;quot;origin&amp;quot; (publication location)&lt;br /&gt;
&lt;br /&gt;
=== Volumes: ===&lt;br /&gt;
&lt;br /&gt;
*class=&amp;quot;volume&amp;quot;&lt;br /&gt;
&lt;br /&gt;
=== Issue Number: ===&lt;br /&gt;
&lt;br /&gt;
*class=&amp;quot;issue&amp;quot;&lt;br /&gt;
&lt;br /&gt;
=== Page Numbers: ===&lt;br /&gt;
&lt;br /&gt;
*class=&amp;quot;locator&amp;quot; (inclusive page numbers)&lt;br /&gt;
&lt;br /&gt;
=== ISBN: ===&lt;br /&gt;
&lt;br /&gt;
*class=&amp;quot;isbn&amp;quot;&lt;br /&gt;
*id=&amp;quot;pnlIsbn&amp;quot;&lt;br /&gt;
*id=&amp;quot;lblIsbn&amp;quot;&lt;br /&gt;
*class=&amp;quot;isbnNumber&amp;quot;&lt;br /&gt;
&lt;br /&gt;
=== Book Edition: ===&lt;br /&gt;
&lt;br /&gt;
*class=&amp;quot;edition&amp;quot;&lt;br /&gt;
*Inside &amp;amp;lt;dd&amp;amp;gt;&amp;amp;lt;/dd&amp;amp;gt; with other elements&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Citeproc XHTML output ==&lt;br /&gt;
&lt;br /&gt;
I'm the author of the [http://xbiblio.sourceforge.net/citeproc.html citeproc] project, which includes a micro-format of sorts (though I never thought of it as such) in its XHTML output mode.  See [http://xbiblio.sourceforge.net/examples/apa-en.html here] for an example.  The difference compared to the bibtex-derived model is that is a) more generic and b) hierachical. &lt;br /&gt;
&lt;br /&gt;
It would be possible, certainly, to do a flat model if for some reason there was a good technical reason not to go hierarchical (though is there?)&lt;br /&gt;
&lt;br /&gt;
'''The burden of proof is on *going* hierarchical, rather than a simpler flat solution.  Complexity must be justified, not simplicity.'''&lt;br /&gt;
&lt;br /&gt;
... but then you need to think outside the BibTeX box in any case. Any model of this sort ought to be able to handle legal citations, magazine articles, patents, etc. etc.; not just a narrow range of BibTeX types.&lt;br /&gt;
&lt;br /&gt;
'''Per the microformats [[process]], microformats are designed to support existing practice on the Web, anything else should be omitted from at least the first version.'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Styles ==&lt;br /&gt;
This does NOT define a format, but instead shows how the format should be displayed. This is something out of the direct scope of this project. CSS styles will handle the look-and-feel of the text, and the author can put it in any order they choose. These links are mentioned for two reasons, one is informative, the other is so we know at least meet the minimum properties that are used in the styles.&lt;br /&gt;
&lt;br /&gt;
* [http://www.liu.edu/cwis/cwp/library/workshop/citmla.htm MLA Style]&lt;br /&gt;
* [http://www.bu.edu/library/guides/citation.html Chicago, MLA, and APA styles]&lt;br /&gt;
* [http://www.legalbluebook.com/ Blue Book] for legal citations&lt;br /&gt;
* [http://www.columbia.edu/cu/cup/cgos/idx_basic.html Columbia University Citation Style] developed for modern internet citations&lt;/div&gt;</summary>
		<author><name>Mike</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=citation-examples&amp;diff=13168</id>
		<title>citation-examples</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=citation-examples&amp;diff=13168"/>
		<updated>2007-02-02T22:57:18Z</updated>

		<summary type="html">&lt;p&gt;Mike: Added quick reminder to&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h1&amp;gt; Citation Examples &amp;lt;/h1&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The following examples are real world examples of citations found on the web. Please add to this list. The idea is that we get a solid sample of examples and see what commonalities there are amonst them and try to build this microformat so that it can meet 80% of typical uses.&lt;br /&gt;
&lt;br /&gt;
'''To add examples:''' please first add a copy of the HTML source for your example at the [[citation-examples-markup]] page, then add a description of the example to this page, with a link to the corresponding section on [[citation-examples-markup]]. Thanks!&lt;br /&gt;
&lt;br /&gt;
See also:&lt;br /&gt;
* [[citation]]&lt;br /&gt;
* [[citation-formats]]&lt;br /&gt;
* [[citation-brainstorming]]&lt;br /&gt;
* [[citation-faq]]&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
== Contributors ==&lt;br /&gt;
* ...&lt;br /&gt;
* [http://suda.co.uk/ Brian Suda]&lt;br /&gt;
* Tantek Çelik&lt;br /&gt;
* [http://michael-mccracken.net/wp/ Michael McCracken]&lt;br /&gt;
* Tim White&lt;br /&gt;
* [http://inkdroid.org Ed Summers]&lt;br /&gt;
&lt;br /&gt;
== Citation Mark Up in the Wild ==&lt;br /&gt;
Mark up examples from reference publisher's websites (online catalogs), including ABC-CLIO, Greenwood Press, Marshall Cavendish, Oxford University Press (USA) and Thomson Gale. Examples are broken down and organized by element. &lt;br /&gt;
&lt;br /&gt;
(For a cleaner version, see [http://www.tjameswhite.com/citation-examples.htm]) -- ''is this link now out of date?''--[[User:Mike|Mike]] 18:19, 30 Aug 2006 (PDT)&lt;br /&gt;
&lt;br /&gt;
=== ABC-CLIO Product detail page ===&lt;br /&gt;
[http://www.abc-clio.com/products/overview.aspx?productid=109327 ABC-CLIO example] &lt;br /&gt;
[[citation-examples-markup#ABC-CLIO_Product_detail_page.C2.A0.28http:.2F.2Fwww.abc-clio.com.2Fproducts.2Foverview.aspx.3Fproductid.3D109327.29|ABC-CLIO Original Markup]]&lt;br /&gt;
&lt;br /&gt;
* title&lt;br /&gt;
* subtitle&lt;br /&gt;
* author&lt;br /&gt;
* image&lt;br /&gt;
* publication date&lt;br /&gt;
* pages&lt;br /&gt;
* volumes&lt;br /&gt;
* specifications (book dimentions 8.5x11, weight, etc)&lt;br /&gt;
* Format - (Hardback, softback)&lt;br /&gt;
* Price&lt;br /&gt;
* ISBN&lt;br /&gt;
&lt;br /&gt;
=== ACM Digital Library Search Result Examples ===&lt;br /&gt;
&lt;br /&gt;
The [http://www.acm.org/dl/ ACM Digital Library] is a heavily used computer science literature database.&lt;br /&gt;
&lt;br /&gt;
The [[citation-examples-markup#ACM_Digital_Library_Search_Result_Examples|ACM Original Markup]] contained two examples, a journal article and a conference proceedings article.&lt;br /&gt;
&lt;br /&gt;
''Journal article:''&lt;br /&gt;
&lt;br /&gt;
* title&lt;br /&gt;
* authors&lt;br /&gt;
* Pages&lt;br /&gt;
* format (PDF)&lt;br /&gt;
* Additional Information&lt;br /&gt;
* abstract&lt;br /&gt;
* index terms&lt;br /&gt;
* journal&lt;br /&gt;
* issue&lt;br /&gt;
* volume&lt;br /&gt;
* pubdate&lt;br /&gt;
* DOI&lt;br /&gt;
&lt;br /&gt;
''Conference Proceedings:''&lt;br /&gt;
&lt;br /&gt;
* title &lt;br /&gt;
* authors&lt;br /&gt;
* author institutions&lt;br /&gt;
* source (conference + proceedings name)&lt;br /&gt;
* page&lt;br /&gt;
* year&lt;br /&gt;
* isbn&lt;br /&gt;
* publisher name &amp;amp; address&lt;br /&gt;
* DOI&lt;br /&gt;
* abstract&lt;br /&gt;
* subject category labels&lt;br /&gt;
* keywords&lt;br /&gt;
&lt;br /&gt;
=== Amazon.com citation info ===&lt;br /&gt;
&lt;br /&gt;
This is from a detail page on Amazon.com for a book.&lt;br /&gt;
&lt;br /&gt;
[[citation-examples-markup#Amazon.com_citation_info|Amazon's Original Markup]]&lt;br /&gt;
&lt;br /&gt;
* title&lt;br /&gt;
* author&lt;br /&gt;
* series title&lt;br /&gt;
* page&lt;br /&gt;
&lt;br /&gt;
=== CiteSeer database search results ===&lt;br /&gt;
&lt;br /&gt;
The [http://citeseer.ist.psu.edu CiteSeer] database has been another heavily used Computer Science online resource, and it has minimal markup:&lt;br /&gt;
#[[citation-examples-markup#CiteSeer_database_search_results|CiteSeer's Original Markup]]&lt;br /&gt;
#[[citation-examples#CiteSeer|CiteSeer's Original Example 2]]&lt;br /&gt;
&lt;br /&gt;
* author &lt;br /&gt;
* title&lt;br /&gt;
* journal&lt;br /&gt;
* pages &lt;br /&gt;
* publication date&lt;br /&gt;
* URL&lt;br /&gt;
* Accessed On&lt;br /&gt;
&lt;br /&gt;
=== CiteULike.org citation listing ===&lt;br /&gt;
&lt;br /&gt;
[http://www.citeulike.org/ CiteULike]&lt;br /&gt;
&lt;br /&gt;
[[citation-examples-markup#CiteULike.org_citation_listing|CiteULike's Original Markup]]&lt;br /&gt;
&lt;br /&gt;
* title&lt;br /&gt;
* author&lt;br /&gt;
* subjects&lt;br /&gt;
* image&lt;br /&gt;
* Volume&lt;br /&gt;
* Number&lt;br /&gt;
* publication date &lt;br /&gt;
* page&lt;br /&gt;
&lt;br /&gt;
Links to services with the following IDs embedded in the link&lt;br /&gt;
* Z3988&lt;br /&gt;
* DOI&lt;br /&gt;
* Pubmed&lt;br /&gt;
* Hubmed&lt;br /&gt;
&lt;br /&gt;
=== CiteProc XHTML Output ===&lt;br /&gt;
[[citation-examples-markup#CiteProc_XHTML_Output|CiteProc Original Markup]]&lt;br /&gt;
&lt;br /&gt;
The XHTML output for CiteProc[http://xbiblio.sourceforge.net/citeproc/] wasn't designed per se as a microformat, but is probably not a bad place to start. It is designed to handle a wide range of content. Here is the APA output:&lt;br /&gt;
&lt;br /&gt;
* refID (HTML @ID)&lt;br /&gt;
* creator&lt;br /&gt;
* role (to indicate editors and translators)&lt;br /&gt;
* date&lt;br /&gt;
* title&lt;br /&gt;
* volume&lt;br /&gt;
* issue&lt;br /&gt;
* page&lt;br /&gt;
* issue&lt;br /&gt;
* container (a book serves as container for a chapter)&lt;br /&gt;
* type (book, newspaper, proceedings)&lt;br /&gt;
* edition&lt;br /&gt;
* publisher&lt;br /&gt;
* place&lt;br /&gt;
* location (for urls and physical locations)&lt;br /&gt;
* access date (for online items)&lt;br /&gt;
&lt;br /&gt;
=== Google Cache ===&lt;br /&gt;
[http://microformats.org/wiki?title=citation-examples-markup&amp;amp;action=submit#Google Original Markup]&lt;br /&gt;
* url&lt;br /&gt;
* retrieved date&lt;br /&gt;
&lt;br /&gt;
=== Greenwood Press featured book ===&lt;br /&gt;
[http://www.greenwood.com/ greenwood press home page]&lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#Greenwood_Press_home_page.C2.A0.28http:.2F.2Fwww.greenwood.com.2F.29_featured_book Original Markup]&lt;br /&gt;
* title&lt;br /&gt;
* subtitle&lt;br /&gt;
* author&lt;br /&gt;
* ISBN&lt;br /&gt;
* Price&lt;br /&gt;
* Description&lt;br /&gt;
&lt;br /&gt;
=== Greenwood Press product detail page ===&lt;br /&gt;
[http://www.greenwood.com/catalog/GR2847.aspx Product detail page]&lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#Greenwood_Press_Product_detail_page.C2.A0.28http:.2F.2Fwww.greenwood.com.2Fcatalog.2FGR2847.aspx.29 Original Markup]&lt;br /&gt;
&lt;br /&gt;
* Title&lt;br /&gt;
* subtitle&lt;br /&gt;
* authors&lt;br /&gt;
* AuthorsNote&lt;br /&gt;
* BookCode (internal code system)&lt;br /&gt;
* ISBN&lt;br /&gt;
* Page&lt;br /&gt;
* Publisher&lt;br /&gt;
* Publication Date&lt;br /&gt;
* Price&lt;br /&gt;
* Availability&lt;br /&gt;
* MediaType&lt;br /&gt;
* categories&lt;br /&gt;
* LC Card Number&lt;br /&gt;
* LCC Class&lt;br /&gt;
* Dewey Class&lt;br /&gt;
&lt;br /&gt;
=== IEEE IEEExplore Search Results Markup ===&lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#IEEE_IEEExplore_Search_Results_Markup Original Markup]&lt;br /&gt;
&lt;br /&gt;
* title&lt;br /&gt;
* authors&lt;br /&gt;
* journal&lt;br /&gt;
* issue&lt;br /&gt;
* volume&lt;br /&gt;
* issue&lt;br /&gt;
* pubdate&lt;br /&gt;
* page&lt;br /&gt;
* Digital Object Identifier (DOI)&lt;br /&gt;
* summary&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Marshall Cavendish product page===&lt;br /&gt;
[http://www.marshallcavendish.com/marshallcavendish/academic/redirector.xml?url=/marshallcavendish/academic/catalogue/books/regionalism_n_regional_security/9812102108.xml product page] &lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#Marshall_Cavendish_product_page.C2.A0.28http:.2F.2Fwww.marshallcavendish.com.2Fmarshallcavendish.2Facademic.2Fredirector.xml.3Furl.3D.2Fmarshallcavendish.2Facademic.2Fcatalogue.2Fbooks.2Fregionalism_n_regional_security.2F9812102108.xml.29 Original Markup]&lt;br /&gt;
&lt;br /&gt;
* ISBN&lt;br /&gt;
* Series&lt;br /&gt;
* Title&lt;br /&gt;
* publisher&lt;br /&gt;
* Specifications (dimentions/weight)&lt;br /&gt;
* Authors&lt;br /&gt;
* Target Audience&lt;br /&gt;
* Price&lt;br /&gt;
* description&lt;br /&gt;
&lt;br /&gt;
=== Ning ===&lt;br /&gt;
[http://microformats.org/wiki?title=citation-examples-markup&amp;amp;action=submit#Ning.com Original Example]&lt;br /&gt;
* title&lt;br /&gt;
* publications date&lt;br /&gt;
* retrieved on&lt;br /&gt;
&lt;br /&gt;
=== Oxford University Press (USA) home page ===&lt;br /&gt;
[http://www.us.oup.com/us/?view=usa homepage]&lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#Oxford_University_Press_.28USA.29_homepage.C2.A0.28http:.2F.2Fwww.us.oup.com.2Fus.2F.3Fview.3Dusa.29 Original Markup]&lt;br /&gt;
&lt;br /&gt;
* title&lt;br /&gt;
* subTitle&lt;br /&gt;
* edition&lt;br /&gt;
* byline&lt;br /&gt;
* ISBN&lt;br /&gt;
* format - hardback&lt;br /&gt;
* publication Date&lt;br /&gt;
* price&lt;br /&gt;
* description&lt;br /&gt;
* related&lt;br /&gt;
&lt;br /&gt;
=== Oxford University Press (USA) product detail page ===&lt;br /&gt;
 [http://www.us.oup.com/us/catalog/general/subject/HistoryAmerican/ColonialRevolutionary/?view=usa&amp;amp;amp;ci=0195162471#Product_Details Product page]&lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#Oxford_University_Press_.28USA.29_Product_page.C2.A0.28http:.2F.2Fwww.us.oup.com.2Fus.2Fcatalog.2Fgeneral.2Fsubject.2FHistoryAmerican.2FColonialRevolutionary.2F.3Fview.3Dusa.26ci.3D0195162471.23Product_Details.29 Original Markup]&lt;br /&gt;
&lt;br /&gt;
* title&lt;br /&gt;
* subTitle&lt;br /&gt;
* edition&lt;br /&gt;
* byline&lt;br /&gt;
* image&lt;br /&gt;
* isbnNumber&lt;br /&gt;
* format - hardback&lt;br /&gt;
* pages&lt;br /&gt;
* publication Date&lt;br /&gt;
* availability&lt;br /&gt;
* price&lt;br /&gt;
&lt;br /&gt;
=== Thomson Gale product detail page ===&lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#Thomson_Gale_product_detail_page Original Markup]&lt;br /&gt;
&lt;br /&gt;
* title&lt;br /&gt;
* excerp&lt;br /&gt;
* Volume&lt;br /&gt;
* Publisher&lt;br /&gt;
* description&lt;br /&gt;
* Published date&lt;br /&gt;
* ISBN&lt;br /&gt;
* Product number (internal code system)&lt;br /&gt;
* Pages&lt;br /&gt;
* Shipping Weight&lt;br /&gt;
* price&lt;br /&gt;
&lt;br /&gt;
=== RFC vCard Example ===&lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#RFC_vCard_Example Original Markup]&lt;br /&gt;
&lt;br /&gt;
* refID (HTML @ID)&lt;br /&gt;
* title&lt;br /&gt;
* publication&lt;br /&gt;
* title&lt;br /&gt;
* Journal&lt;br /&gt;
* Volume&lt;br /&gt;
* Issue&lt;br /&gt;
* page&lt;br /&gt;
* pubdate&lt;br /&gt;
* RFC ID&lt;br /&gt;
&lt;br /&gt;
=== University of Virginia ===&lt;br /&gt;
[http://microformats.org/wiki?title=citation-examples-markup&amp;amp;action=submit#University_of_Virginia Original Markup]&lt;br /&gt;
* title&lt;br /&gt;
* publication date&lt;br /&gt;
* retrived on&lt;br /&gt;
* location&lt;br /&gt;
* organization&lt;br /&gt;
&lt;br /&gt;
=== W3C XHTML Spec Example ===&lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#W3C_XHTML_Spec_Example Original Markup]&lt;br /&gt;
&lt;br /&gt;
* refID (HTML @ID)&lt;br /&gt;
* URL&lt;br /&gt;
* title&lt;br /&gt;
* subtitle&lt;br /&gt;
* part (1 of X)&lt;br /&gt;
* journal&lt;br /&gt;
* authors&lt;br /&gt;
* pubdate&lt;br /&gt;
* language&lt;br /&gt;
* ISO/IEC ID&lt;br /&gt;
* RFC ID&lt;br /&gt;
&lt;br /&gt;
[http://www.w3.org/TR/xhtml1/#refs XHTML1.0 Spec references]&lt;br /&gt;
&lt;br /&gt;
=== PubMed Medical Journal Example ===&lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#PubMed_Medical_Journal_Example Original Markup]&lt;br /&gt;
&lt;br /&gt;
* abstract&lt;br /&gt;
* title&lt;br /&gt;
* publisher&lt;br /&gt;
* journal&lt;br /&gt;
* date/time published &lt;br /&gt;
* Review (BOOLEAN YES/NO)&lt;br /&gt;
* PubMedID&lt;br /&gt;
&lt;br /&gt;
=== BibDesk Default Template ===&lt;br /&gt;
[[citation-examples-markup#BibDesk_default_HTML_export_example|Original Markup]]&lt;br /&gt;
&lt;br /&gt;
This is a pretty simplistic template for a very general app, but it seems to be OK for most BD users. &lt;br /&gt;
&lt;br /&gt;
* Title&lt;br /&gt;
* Author&lt;br /&gt;
* Journal&lt;br /&gt;
* Volume&lt;br /&gt;
* Pages&lt;br /&gt;
* Date&lt;br /&gt;
* Url&lt;br /&gt;
* Abstract&lt;br /&gt;
&lt;br /&gt;
=== Wikipedia ===&lt;br /&gt;
[http://wikpedia.org Wikipedia] makes extensive use of bibliographic citations, in particular to point readers to further information sources. There are differing formats depending on Wikipedia's language.&lt;br /&gt;
&lt;br /&gt;
Note that Wikipedia values are often links to other pages on Wikipedia (used elsewhere, those URLs might be more canonical, such as to an author or publisher's website).&lt;br /&gt;
&lt;br /&gt;
==== English Wikipdia ====&lt;br /&gt;
The kinds of citations used on the site run the full gamut. Here are breakdowns of four categories previously mentioned:&lt;br /&gt;
&lt;br /&gt;
===== Original Markup =====&lt;br /&gt;
[http://microformats.org/wiki?title=citation-examples-markup&amp;amp;action=submit#Wikipedia Original Markup]&lt;br /&gt;
* id&lt;br /&gt;
* title&lt;br /&gt;
* url&lt;br /&gt;
* Retrieved/Accessed On&lt;br /&gt;
* Publication Date&lt;br /&gt;
* Journal&lt;br /&gt;
&lt;br /&gt;
===== Book =====&lt;br /&gt;
[http://en.wikipedia.org/wiki/Richard_feynman#_note-8 Example]&lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#Wikipedia_Book Example Markup]&lt;br /&gt;
&lt;br /&gt;
* title&lt;br /&gt;
* author&lt;br /&gt;
* publisher&lt;br /&gt;
* year&lt;br /&gt;
* ISBN&lt;br /&gt;
* url (indirectly via special wikipedia ISBN page)&lt;br /&gt;
&lt;br /&gt;
===== Book Infobox =====&lt;br /&gt;
&lt;br /&gt;
The [http://en.wikipedia.org/wiki/Template:Infobox_Book Book Infobox template] from wikipedia shows a separate schema that is being used for many book pages on wikipedia to mark up a summary box about the book:&lt;br /&gt;
&lt;br /&gt;
* name  &lt;br /&gt;
* title_orig     &lt;br /&gt;
* translator     &lt;br /&gt;
* image          &lt;br /&gt;
* image_caption  &lt;br /&gt;
* author         &lt;br /&gt;
* illustrator    &lt;br /&gt;
* cover_artist   &lt;br /&gt;
* country        &lt;br /&gt;
* language       &lt;br /&gt;
* series         &lt;br /&gt;
* subject        &lt;br /&gt;
* genre          &lt;br /&gt;
* publisher      &lt;br /&gt;
* release_date   &lt;br /&gt;
* english_release_date &lt;br /&gt;
* media_type     &lt;br /&gt;
* pages          &lt;br /&gt;
* isbn           &lt;br /&gt;
* preceded_by    &lt;br /&gt;
* followed_by    &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===== Journal Articles =====&lt;br /&gt;
[http://en.wikipedia.org/wiki/DNA#Citations Example]&lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#Wikipedia_Journal_Article Example Markup]&lt;br /&gt;
&lt;br /&gt;
* author (truncated list)&lt;br /&gt;
* year&lt;br /&gt;
* title&lt;br /&gt;
* journal title&lt;br /&gt;
* journal number&lt;br /&gt;
* page range&lt;br /&gt;
* [http://doi.org DOI]&lt;br /&gt;
 &lt;br /&gt;
===== Court cases =====&lt;br /&gt;
[http://en.wikipedia.org/wiki/List_of_leading_legal_cases_in_copyright_law Example]&lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#Wikipedia_Court_Case Example Markup]&lt;br /&gt;
&lt;br /&gt;
* title&lt;br /&gt;
* case number &lt;br /&gt;
** ''note that legal standards for referring to cases include some inscrutable abbreviations that are probably more detailed than just &amp;quot;case number&amp;quot;''&lt;br /&gt;
* court name&lt;br /&gt;
* year&lt;br /&gt;
* description/abstract&lt;br /&gt;
&lt;br /&gt;
===== U.S. Law =====&lt;br /&gt;
[http://en.wikipedia.org/wiki/Foreign_Intelligence_Surveillance_Act#endnote_FISA Example]&lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#Wikipedia_US_Law Example Markup]&lt;br /&gt;
&lt;br /&gt;
* title (title number, for example &amp;quot;50&amp;quot; in &amp;quot;50 U.S.C. chapter 36.&amp;quot;&lt;br /&gt;
* chapter title (name, for example &amp;quot;Foreign Intelligence Surveillance&amp;quot; )&lt;br /&gt;
* chapter number&lt;br /&gt;
* section, paragraph, subparagraph numbers (optionally)&lt;br /&gt;
&lt;br /&gt;
===== Conference presentations ===== &lt;br /&gt;
[http://en.wikipedia.org/wiki/Paul_R._Pillar#Conference_presentation_by_Pillar Example]&lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#Wikipedia_Conference_Presentation Example Markup]&lt;br /&gt;
&lt;br /&gt;
* title&lt;br /&gt;
* location&lt;br /&gt;
* date&lt;br /&gt;
* author (implied - the page is about this person)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===== Historical Sources =====&lt;br /&gt;
[http://en.wikipedia.org/wiki/American_Civil_War#Primary_sources Example]&lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#Wikipedia_Primary_Historical_Source Example Markup]&lt;br /&gt;
&lt;br /&gt;
* source / location&lt;br /&gt;
* title&lt;br /&gt;
* publisher&lt;br /&gt;
* year&lt;br /&gt;
* description&lt;br /&gt;
* url&lt;br /&gt;
&lt;br /&gt;
===== U.S. Patent =====&lt;br /&gt;
[http://en.wikipedia.org/wiki/List_of_software_patents Example]&lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#Wikipedia_U.S._Patent Example Markup]&lt;br /&gt;
&lt;br /&gt;
* number&lt;br /&gt;
&lt;br /&gt;
==== German Wikipedia ====&lt;br /&gt;
* [http://de.wikipedia.org/wiki/Wikipedia:Literatur citing styles]&lt;br /&gt;
&lt;br /&gt;
=== EPrints.org ===&lt;br /&gt;
&lt;br /&gt;
[http://eprints.ecs.soton.ac.uk/12070/ example]&lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#EPrints.org_generated_output example markup]&lt;br /&gt;
&lt;br /&gt;
Based on [http://dublincore.org/documents/dcq-html/ Expressing Dublin Core in HTML/XHTML meta and link elements] and [http://www.ietf.org/rfc/rfc2731.txt rfc2731], Eprints.org uses the following Dublin Core terms in meta tags in the HTML HEAD of each paper's page: &lt;br /&gt;
&lt;br /&gt;
* title&lt;br /&gt;
* creator (author)&lt;br /&gt;
* description (abstract)&lt;br /&gt;
* date&lt;br /&gt;
* type&lt;br /&gt;
* identifier (a url)&lt;br /&gt;
* format &lt;br /&gt;
** a strange syntax for the meta content:&amp;quot;pdf http://eprints.ecs.soton.ac.uk/12070/01/Alani-final.pdf&amp;quot;&amp;quot; for the format term...&lt;br /&gt;
* fulltext &lt;br /&gt;
** this is in a rel-alternate link element. The class is 'fulltext', and the href is the same link as in format, only a valid URL this time.&lt;br /&gt;
&lt;br /&gt;
In the body of the page, they use the following classes, now no longer DC terms:&lt;br /&gt;
*  title&lt;br /&gt;
* authors (a flat list with abbreviated names)&lt;br /&gt;
* year&lt;br /&gt;
* conference&lt;br /&gt;
* conference location&lt;br /&gt;
&lt;br /&gt;
=== Self-Citation Example ===&lt;br /&gt;
[http://cbio.mskcc.org/~hoffmann/lifecycles/olv/index.html One example] of an article that includes a statement &amp;quot;please cite as&amp;quot; (a self-description):&lt;br /&gt;
 &lt;br /&gt;
* title&lt;br /&gt;
* author&lt;br /&gt;
* periodical (journal) title&lt;br /&gt;
* volume&lt;br /&gt;
* issue&lt;br /&gt;
* pages&lt;br /&gt;
* year&lt;br /&gt;
&lt;br /&gt;
=== Citation of an Online Resource ===&lt;br /&gt;
At University of Michigan's [http://www.crlt.umich.edu/publinks/facment_biblio.html  Center for Research on Learning and Teaching] you see citations like this:&lt;br /&gt;
&lt;br /&gt;
Chief Academic Officers of the Big 12 Universities (2000). Big 12 Faculty Fellowship Program. Retrieved December 20, 2000 from the World Wide Wed: http://www.k-state.edu/provost/academic/big12/big12guide.htm.&lt;br /&gt;
&lt;br /&gt;
* title&lt;br /&gt;
* publication year&lt;br /&gt;
* department/author&lt;br /&gt;
* retrieval date&lt;br /&gt;
* URL&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== OCLC WorldCat Online ===&lt;br /&gt;
&lt;br /&gt;
==== Book ====&lt;br /&gt;
[http://www.worldcat.org/oclc/41238513 example] [http://microformats.org/wiki/citation-examples-markup#Book example-makrup]&lt;br /&gt;
&lt;br /&gt;
* title &lt;br /&gt;
* type (book)&lt;br /&gt;
* publisher name&lt;br /&gt;
* publisher location&lt;br /&gt;
* copyright date&lt;br /&gt;
* isbn&lt;br /&gt;
* oclc number &lt;br /&gt;
* subjects&lt;br /&gt;
* author&lt;br /&gt;
* z39.88 (COinS)&lt;br /&gt;
&lt;br /&gt;
==== Journal ====&lt;br /&gt;
[http://www.worldcat.org/oclc/4538259 example]&lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#Journal example-makrup]&lt;br /&gt;
&lt;br /&gt;
* title &lt;br /&gt;
* type (journal)&lt;br /&gt;
* publisher &lt;br /&gt;
* issn &lt;br /&gt;
* oclc number &lt;br /&gt;
* subjects&lt;br /&gt;
* z39.88 (COinS)&lt;br /&gt;
&lt;br /&gt;
====West Midland Bird Club====&lt;br /&gt;
Uses OpenCOinS&lt;br /&gt;
* [http://www.westmidlandbirdclub.com/biblio/warwks.htm Bibliography page]&lt;br /&gt;
* [http://www.westmidlandbirdclub.com/archive/reports1970s.htm Annual Reports]&lt;br /&gt;
* [http://www.westmidlandbirdclub.com/biblio/birdnotes/23-5-172.htm 'Bird Notes' article reproduction]&lt;br /&gt;
* [http://www.westmidlandbirdclub.com/biblio/bb/73-478.htm 'British Birds' article reproduction]&lt;br /&gt;
* [http://www.westmidlandbirdclub.com/biblio/bb/40-184.htm 'British Birds' article reproduction with additional citation]&lt;br /&gt;
*[http://www.westmidlandbirdclub.com/biblio/bb/index.htm List of 'British Birds' articles]&lt;br /&gt;
&lt;br /&gt;
Features include:&lt;br /&gt;
*title&lt;br /&gt;
*author&lt;br /&gt;
*date&lt;br /&gt;
*price (historic, at time of publication)&lt;br /&gt;
*format&lt;br /&gt;
*publisher&lt;br /&gt;
*number of pages&lt;br /&gt;
*ISBN/ ISSN&lt;br /&gt;
*product dimensions&lt;br /&gt;
*page numbers of article&lt;br /&gt;
*image(s)&lt;br /&gt;
&lt;br /&gt;
====Amazon====&lt;br /&gt;
Product listings, e.g.&lt;br /&gt;
[http://www.amazon.com/gp/product/1590596145/ref=pd_qpt_gw_1/026-5782158-8338825]&lt;br /&gt;
*title&lt;br /&gt;
*author&lt;br /&gt;
*price&lt;br /&gt;
*format&lt;br /&gt;
*publisher&lt;br /&gt;
*number of pages&lt;br /&gt;
*language&lt;br /&gt;
*ISBN&lt;br /&gt;
*product dimensions&lt;br /&gt;
*shipping weighta&lt;br /&gt;
*average customer review&lt;br /&gt;
*image&lt;br /&gt;
*Amazon.com Sales Rank&lt;br /&gt;
&lt;br /&gt;
====ABE====&lt;br /&gt;
Product listings, e.g. [http://www.abebooks.com/servlet/BookDetailsPL?bi=637112345&amp;amp;searchurl=sts%3Dt%26an%3Dmabbett%26y%3D0%26x%3D0]&lt;br /&gt;
*title&lt;br /&gt;
*author&lt;br /&gt;
*ISBN&lt;br /&gt;
*publisher&lt;br /&gt;
*publication date&lt;br /&gt;
*country&lt;br /&gt;
*edition&lt;br /&gt;
*condition&lt;br /&gt;
*whether signed&lt;br /&gt;
*format/binding&lt;br /&gt;
*number of pages&lt;br /&gt;
*bookseller&lt;br /&gt;
*inventory number&lt;br /&gt;
*price&lt;br /&gt;
*shipping costs&lt;br /&gt;
*quantity&lt;br /&gt;
&lt;br /&gt;
== Implied schema ==&lt;br /&gt;
&lt;br /&gt;
=== List of all properties ===&lt;br /&gt;
This are a summation of all the properties in the examples, I have tried to logically group them together.&lt;br /&gt;
&lt;br /&gt;
* title&lt;br /&gt;
* subtitle&lt;br /&gt;
* author&lt;br /&gt;
* editor&lt;br /&gt;
* translator&lt;br /&gt;
* image&lt;br /&gt;
* date (issued, copyrighted, accessed)&lt;br /&gt;
* language&lt;br /&gt;
* description/Summary/abstract&lt;br /&gt;
* excerpt&lt;br /&gt;
* index terms&lt;br /&gt;
* categories (keywords, tags, labels, etc.)&lt;br /&gt;
&lt;br /&gt;
RELATIONS&lt;br /&gt;
* container (publication; periodicals, books, etc.)&lt;br /&gt;
* collection (series and so forth)&lt;br /&gt;
* event (conference, etc.)&lt;br /&gt;
* original (for republished material)&lt;br /&gt;
&lt;br /&gt;
LOCATION INFORMATION&lt;br /&gt;
* pages&lt;br /&gt;
* volume&lt;br /&gt;
* series title&lt;br /&gt;
* Series&lt;br /&gt;
* edition&lt;br /&gt;
* issue&lt;br /&gt;
* publication&lt;br /&gt;
* journal&lt;br /&gt;
* part (1 of X)&lt;br /&gt;
&lt;br /&gt;
PHYSICAL ATTRIBUTES&lt;br /&gt;
* Specifications (dimentions/weight)&lt;br /&gt;
* Format/type (book, newspaper, proceedings)&lt;br /&gt;
&lt;br /&gt;
IDENTIFIERS&lt;br /&gt;
* ISBN&lt;br /&gt;
* LC Card Number&lt;br /&gt;
* LCC Class&lt;br /&gt;
* Dewey Class&lt;br /&gt;
* URL&lt;br /&gt;
* RFC ID&lt;br /&gt;
* ISO/IEC ID&lt;br /&gt;
* DOI&lt;br /&gt;
* PubMedID&lt;br /&gt;
&lt;br /&gt;
PUBLISHER&lt;br /&gt;
* publisher&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
These are sort of left overs, the are not really about citations, but more about commerce or other things. If they are important we can move them to the above list.&lt;br /&gt;
* refID (HTML @ID)&lt;br /&gt;
* Reviewed (BOOLEAN YES/NO)&lt;br /&gt;
* Availability&lt;br /&gt;
* Price&lt;br /&gt;
* Shipping Weight&lt;br /&gt;
* related&lt;br /&gt;
* Product number (internal system code)&lt;br /&gt;
* BookCode (internal system code)&lt;br /&gt;
* AuthorsNote&lt;br /&gt;
* Additional Information&lt;br /&gt;
* Target Audience&lt;br /&gt;
&lt;br /&gt;
=== Analysis of Examples ===&lt;br /&gt;
With exception of just a few properties, all of the above appeared in atleast two different examples. The following properties were very common in most the example formats:&lt;br /&gt;
* title&lt;br /&gt;
* subtitle&lt;br /&gt;
* author&lt;br /&gt;
* publication date&lt;br /&gt;
* description&lt;br /&gt;
* pages&lt;br /&gt;
* ISBN&lt;br /&gt;
* publisher&lt;br /&gt;
&lt;br /&gt;
== Styles ==&lt;br /&gt;
This does NOT define a format, but instead shows how the format should be displayed. This is something out of the direct scope of this project. CSS styles will handle the look-and-feel of the text, and the author can put it in any order they choose. These links are mentioned for two reasons, one is informative, the other is so we know at least meet the minimum properties that are used in the styles.&lt;br /&gt;
&lt;br /&gt;
* [http://www.liu.edu/cwis/cwp/library/workshop/citmla.htm MLA Style]&lt;br /&gt;
* [http://www.bu.edu/library/guides/citation.html Chicago, MLA, and APA styles]&lt;br /&gt;
* [http://www.english.uiuc.edu/cws/wworkshop/writer_resources/citation_styles/citation_styles.htm Writer's Workshop citation style page] (detailed citation style info)&lt;br /&gt;
* [http://www.legalbluebook.com/ Blue Book] for legal citations&lt;br /&gt;
* [http://www.columbia.edu/cu/cup/cgos/idx_basic.html Columbia University Citation Style] developed for modern internet citations&lt;/div&gt;</summary>
		<author><name>Mike</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=citation-examples&amp;diff=13100</id>
		<title>citation-examples</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=citation-examples&amp;diff=13100"/>
		<updated>2007-01-31T19:03:33Z</updated>

		<summary type="html">&lt;p&gt;Mike: /* English Wikipdia */ Add info about wikipedia book infobox template&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h1&amp;gt; Citation Examples &amp;lt;/h1&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The following examples are real world examples of citations found on the web. Please add to this list. The idea is that we get a solid sample of examples and see what commonalities there are amonst them and try to build this microformat so that it can meet 80% of typical uses.&lt;br /&gt;
&lt;br /&gt;
See also:&lt;br /&gt;
* [[citation]]&lt;br /&gt;
* [[citation-formats]]&lt;br /&gt;
* [[citation-brainstorming]]&lt;br /&gt;
* [[citation-faq]]&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
== Contributors ==&lt;br /&gt;
* ...&lt;br /&gt;
* [http://suda.co.uk/ Brian Suda]&lt;br /&gt;
* Tantek Çelik&lt;br /&gt;
* [http://michael-mccracken.net/wp/ Michael McCracken]&lt;br /&gt;
* Tim White&lt;br /&gt;
* [http://inkdroid.org Ed Summers]&lt;br /&gt;
&lt;br /&gt;
== Citation Mark Up in the Wild ==&lt;br /&gt;
Mark up examples from reference publisher's websites (online catalogs), including ABC-CLIO, Greenwood Press, Marshall Cavendish, Oxford University Press (USA) and Thomson Gale. Examples are broken down and organized by element. &lt;br /&gt;
&lt;br /&gt;
(For a cleaner version, see [http://www.tjameswhite.com/citation-examples.htm]) -- ''is this link now out of date?''--[[User:Mike|Mike]] 18:19, 30 Aug 2006 (PDT)&lt;br /&gt;
&lt;br /&gt;
=== ABC-CLIO Product detail page ===&lt;br /&gt;
[http://www.abc-clio.com/products/overview.aspx?productid=109327 ABC-CLIO example] &lt;br /&gt;
[[citation-examples-markup#ABC-CLIO_Product_detail_page.C2.A0.28http:.2F.2Fwww.abc-clio.com.2Fproducts.2Foverview.aspx.3Fproductid.3D109327.29|ABC-CLIO Original Markup]]&lt;br /&gt;
&lt;br /&gt;
* title&lt;br /&gt;
* subtitle&lt;br /&gt;
* author&lt;br /&gt;
* image&lt;br /&gt;
* publication date&lt;br /&gt;
* pages&lt;br /&gt;
* volumes&lt;br /&gt;
* specifications (book dimentions 8.5x11, weight, etc)&lt;br /&gt;
* Format - (Hardback, softback)&lt;br /&gt;
* Price&lt;br /&gt;
* ISBN&lt;br /&gt;
&lt;br /&gt;
=== ACM Digital Library Search Result Examples ===&lt;br /&gt;
&lt;br /&gt;
The [http://www.acm.org/dl/ ACM Digital Library] is a heavily used computer science literature database.&lt;br /&gt;
&lt;br /&gt;
The [[citation-examples-markup#ACM_Digital_Library_Search_Result_Examples|ACM Original Markup]] contained two examples, a journal article and a conference proceedings article.&lt;br /&gt;
&lt;br /&gt;
''Journal article:''&lt;br /&gt;
&lt;br /&gt;
* title&lt;br /&gt;
* authors&lt;br /&gt;
* Pages&lt;br /&gt;
* format (PDF)&lt;br /&gt;
* Additional Information&lt;br /&gt;
* abstract&lt;br /&gt;
* index terms&lt;br /&gt;
* journal&lt;br /&gt;
* issue&lt;br /&gt;
* volume&lt;br /&gt;
* pubdate&lt;br /&gt;
* DOI&lt;br /&gt;
&lt;br /&gt;
''Conference Proceedings:''&lt;br /&gt;
&lt;br /&gt;
* title &lt;br /&gt;
* authors&lt;br /&gt;
* author institutions&lt;br /&gt;
* source (conference + proceedings name)&lt;br /&gt;
* page&lt;br /&gt;
* year&lt;br /&gt;
* isbn&lt;br /&gt;
* publisher name &amp;amp; address&lt;br /&gt;
* DOI&lt;br /&gt;
* abstract&lt;br /&gt;
* subject category labels&lt;br /&gt;
* keywords&lt;br /&gt;
&lt;br /&gt;
=== Amazon.com citation info ===&lt;br /&gt;
&lt;br /&gt;
This is from a detail page on Amazon.com for a book.&lt;br /&gt;
&lt;br /&gt;
[[citation-examples-markup#Amazon.com_citation_info|Amazon's Original Markup]]&lt;br /&gt;
&lt;br /&gt;
* title&lt;br /&gt;
* author&lt;br /&gt;
* series title&lt;br /&gt;
* page&lt;br /&gt;
&lt;br /&gt;
=== CiteSeer database search results ===&lt;br /&gt;
&lt;br /&gt;
The [http://citeseer.ist.psu.edu CiteSeer] database has been another heavily used Computer Science online resource, and it has minimal markup:&lt;br /&gt;
#[[citation-examples-markup#CiteSeer_database_search_results|CiteSeer's Original Markup]]&lt;br /&gt;
#[[citation-examples#CiteSeer|CiteSeer's Original Example 2]]&lt;br /&gt;
&lt;br /&gt;
* author &lt;br /&gt;
* title&lt;br /&gt;
* journal&lt;br /&gt;
* pages &lt;br /&gt;
* publication date&lt;br /&gt;
* URL&lt;br /&gt;
* Accessed On&lt;br /&gt;
&lt;br /&gt;
=== CiteULike.org citation listing ===&lt;br /&gt;
&lt;br /&gt;
[http://www.citeulike.org/ CiteULike]&lt;br /&gt;
&lt;br /&gt;
[[citation-examples-markup#CiteULike.org_citation_listing|CiteULike's Original Markup]]&lt;br /&gt;
&lt;br /&gt;
* title&lt;br /&gt;
* author&lt;br /&gt;
* subjects&lt;br /&gt;
* image&lt;br /&gt;
* Volume&lt;br /&gt;
* Number&lt;br /&gt;
* publication date &lt;br /&gt;
* page&lt;br /&gt;
&lt;br /&gt;
Links to services with the following IDs embedded in the link&lt;br /&gt;
* Z3988&lt;br /&gt;
* DOI&lt;br /&gt;
* Pubmed&lt;br /&gt;
* Hubmed&lt;br /&gt;
&lt;br /&gt;
=== CiteProc XHTML Output ===&lt;br /&gt;
[[citation-examples-markup#CiteProc_XHTML_Output|CiteProc Original Markup]]&lt;br /&gt;
&lt;br /&gt;
The XHTML output for CiteProc[http://xbiblio.sourceforge.net/citeproc/] wasn't designed per se as a microformat, but is probably not a bad place to start. It is designed to handle a wide range of content. Here is the APA output:&lt;br /&gt;
&lt;br /&gt;
* refID (HTML @ID)&lt;br /&gt;
* creator&lt;br /&gt;
* role (to indicate editors and translators)&lt;br /&gt;
* date&lt;br /&gt;
* title&lt;br /&gt;
* volume&lt;br /&gt;
* issue&lt;br /&gt;
* page&lt;br /&gt;
* issue&lt;br /&gt;
* container (a book serves as container for a chapter)&lt;br /&gt;
* type (book, newspaper, proceedings)&lt;br /&gt;
* edition&lt;br /&gt;
* publisher&lt;br /&gt;
* place&lt;br /&gt;
* location (for urls and physical locations)&lt;br /&gt;
* access date (for online items)&lt;br /&gt;
&lt;br /&gt;
=== Google Cache ===&lt;br /&gt;
[http://microformats.org/wiki?title=citation-examples-markup&amp;amp;action=submit#Google Original Markup]&lt;br /&gt;
* url&lt;br /&gt;
* retrieved date&lt;br /&gt;
&lt;br /&gt;
=== Greenwood Press featured book ===&lt;br /&gt;
[http://www.greenwood.com/ greenwood press home page]&lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#Greenwood_Press_home_page.C2.A0.28http:.2F.2Fwww.greenwood.com.2F.29_featured_book Original Markup]&lt;br /&gt;
* title&lt;br /&gt;
* subtitle&lt;br /&gt;
* author&lt;br /&gt;
* ISBN&lt;br /&gt;
* Price&lt;br /&gt;
* Description&lt;br /&gt;
&lt;br /&gt;
=== Greenwood Press product detail page ===&lt;br /&gt;
[http://www.greenwood.com/catalog/GR2847.aspx Product detail page]&lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#Greenwood_Press_Product_detail_page.C2.A0.28http:.2F.2Fwww.greenwood.com.2Fcatalog.2FGR2847.aspx.29 Original Markup]&lt;br /&gt;
&lt;br /&gt;
* Title&lt;br /&gt;
* subtitle&lt;br /&gt;
* authors&lt;br /&gt;
* AuthorsNote&lt;br /&gt;
* BookCode (internal code system)&lt;br /&gt;
* ISBN&lt;br /&gt;
* Page&lt;br /&gt;
* Publisher&lt;br /&gt;
* Publication Date&lt;br /&gt;
* Price&lt;br /&gt;
* Availability&lt;br /&gt;
* MediaType&lt;br /&gt;
* categories&lt;br /&gt;
* LC Card Number&lt;br /&gt;
* LCC Class&lt;br /&gt;
* Dewey Class&lt;br /&gt;
&lt;br /&gt;
=== IEEE IEEExplore Search Results Markup ===&lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#IEEE_IEEExplore_Search_Results_Markup Original Markup]&lt;br /&gt;
&lt;br /&gt;
* title&lt;br /&gt;
* authors&lt;br /&gt;
* journal&lt;br /&gt;
* issue&lt;br /&gt;
* volume&lt;br /&gt;
* issue&lt;br /&gt;
* pubdate&lt;br /&gt;
* page&lt;br /&gt;
* Digital Object Identifier (DOI)&lt;br /&gt;
* summary&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Marshall Cavendish product page===&lt;br /&gt;
[http://www.marshallcavendish.com/marshallcavendish/academic/redirector.xml?url=/marshallcavendish/academic/catalogue/books/regionalism_n_regional_security/9812102108.xml product page] &lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#Marshall_Cavendish_product_page.C2.A0.28http:.2F.2Fwww.marshallcavendish.com.2Fmarshallcavendish.2Facademic.2Fredirector.xml.3Furl.3D.2Fmarshallcavendish.2Facademic.2Fcatalogue.2Fbooks.2Fregionalism_n_regional_security.2F9812102108.xml.29 Original Markup]&lt;br /&gt;
&lt;br /&gt;
* ISBN&lt;br /&gt;
* Series&lt;br /&gt;
* Title&lt;br /&gt;
* publisher&lt;br /&gt;
* Specifications (dimentions/weight)&lt;br /&gt;
* Authors&lt;br /&gt;
* Target Audience&lt;br /&gt;
* Price&lt;br /&gt;
* description&lt;br /&gt;
&lt;br /&gt;
=== Ning ===&lt;br /&gt;
[http://microformats.org/wiki?title=citation-examples-markup&amp;amp;action=submit#Ning.com Original Example]&lt;br /&gt;
* title&lt;br /&gt;
* publications date&lt;br /&gt;
* retrieved on&lt;br /&gt;
&lt;br /&gt;
=== Oxford University Press (USA) home page ===&lt;br /&gt;
[http://www.us.oup.com/us/?view=usa homepage]&lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#Oxford_University_Press_.28USA.29_homepage.C2.A0.28http:.2F.2Fwww.us.oup.com.2Fus.2F.3Fview.3Dusa.29 Original Markup]&lt;br /&gt;
&lt;br /&gt;
* title&lt;br /&gt;
* subTitle&lt;br /&gt;
* edition&lt;br /&gt;
* byline&lt;br /&gt;
* ISBN&lt;br /&gt;
* format - hardback&lt;br /&gt;
* publication Date&lt;br /&gt;
* price&lt;br /&gt;
* description&lt;br /&gt;
* related&lt;br /&gt;
&lt;br /&gt;
=== Oxford University Press (USA) product detail page ===&lt;br /&gt;
 [http://www.us.oup.com/us/catalog/general/subject/HistoryAmerican/ColonialRevolutionary/?view=usa&amp;amp;amp;ci=0195162471#Product_Details Product page]&lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#Oxford_University_Press_.28USA.29_Product_page.C2.A0.28http:.2F.2Fwww.us.oup.com.2Fus.2Fcatalog.2Fgeneral.2Fsubject.2FHistoryAmerican.2FColonialRevolutionary.2F.3Fview.3Dusa.26ci.3D0195162471.23Product_Details.29 Original Markup]&lt;br /&gt;
&lt;br /&gt;
* title&lt;br /&gt;
* subTitle&lt;br /&gt;
* edition&lt;br /&gt;
* byline&lt;br /&gt;
* image&lt;br /&gt;
* isbnNumber&lt;br /&gt;
* format - hardback&lt;br /&gt;
* pages&lt;br /&gt;
* publication Date&lt;br /&gt;
* availability&lt;br /&gt;
* price&lt;br /&gt;
&lt;br /&gt;
=== Thomson Gale product detail page ===&lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#Thomson_Gale_product_detail_page Original Markup]&lt;br /&gt;
&lt;br /&gt;
* title&lt;br /&gt;
* excerp&lt;br /&gt;
* Volume&lt;br /&gt;
* Publisher&lt;br /&gt;
* description&lt;br /&gt;
* Published date&lt;br /&gt;
* ISBN&lt;br /&gt;
* Product number (internal code system)&lt;br /&gt;
* Pages&lt;br /&gt;
* Shipping Weight&lt;br /&gt;
* price&lt;br /&gt;
&lt;br /&gt;
=== RFC vCard Example ===&lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#RFC_vCard_Example Original Markup]&lt;br /&gt;
&lt;br /&gt;
* refID (HTML @ID)&lt;br /&gt;
* title&lt;br /&gt;
* publication&lt;br /&gt;
* title&lt;br /&gt;
* Journal&lt;br /&gt;
* Volume&lt;br /&gt;
* Issue&lt;br /&gt;
* page&lt;br /&gt;
* pubdate&lt;br /&gt;
* RFC ID&lt;br /&gt;
&lt;br /&gt;
=== University of Virginia ===&lt;br /&gt;
[http://microformats.org/wiki?title=citation-examples-markup&amp;amp;action=submit#University_of_Virginia Original Markup]&lt;br /&gt;
* title&lt;br /&gt;
* publication date&lt;br /&gt;
* retrived on&lt;br /&gt;
* location&lt;br /&gt;
* organization&lt;br /&gt;
&lt;br /&gt;
=== W3C XHTML Spec Example ===&lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#W3C_XHTML_Spec_Example Original Markup]&lt;br /&gt;
&lt;br /&gt;
* refID (HTML @ID)&lt;br /&gt;
* URL&lt;br /&gt;
* title&lt;br /&gt;
* subtitle&lt;br /&gt;
* part (1 of X)&lt;br /&gt;
* journal&lt;br /&gt;
* authors&lt;br /&gt;
* pubdate&lt;br /&gt;
* language&lt;br /&gt;
* ISO/IEC ID&lt;br /&gt;
* RFC ID&lt;br /&gt;
&lt;br /&gt;
[http://www.w3.org/TR/xhtml1/#refs XHTML1.0 Spec references]&lt;br /&gt;
&lt;br /&gt;
=== Wikipedia ===&lt;br /&gt;
[http://microformats.org/wiki?title=citation-examples-markup&amp;amp;action=submit#Wikipedia Original Markup]&lt;br /&gt;
* id&lt;br /&gt;
* title&lt;br /&gt;
* url&lt;br /&gt;
* Retrieved/Accessed On&lt;br /&gt;
* Publication Date&lt;br /&gt;
* Journal&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== PubMed Medical Journal Example ===&lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#PubMed_Medical_Journal_Example Original Markup]&lt;br /&gt;
&lt;br /&gt;
* abstract&lt;br /&gt;
* title&lt;br /&gt;
* publisher&lt;br /&gt;
* journal&lt;br /&gt;
* date/time published &lt;br /&gt;
* Review (BOOLEAN YES/NO)&lt;br /&gt;
* PubMedID&lt;br /&gt;
&lt;br /&gt;
=== BibDesk Default Template ===&lt;br /&gt;
[[citation-examples-markup#BibDesk_default_HTML_export_example|Original Markup]]&lt;br /&gt;
&lt;br /&gt;
This is a pretty simplistic template for a very general app, but it seems to be OK for most BD users. &lt;br /&gt;
&lt;br /&gt;
* Title&lt;br /&gt;
* Author&lt;br /&gt;
* Journal&lt;br /&gt;
* Volume&lt;br /&gt;
* Pages&lt;br /&gt;
* Date&lt;br /&gt;
* Url&lt;br /&gt;
* Abstract&lt;br /&gt;
&lt;br /&gt;
=== Wikipedia ===&lt;br /&gt;
[http://wikpedia.org Wikipedia] makes extensive use of bibliographic citations, in particular to point readers to further information sources. There are differing formats depending on Wikipedia's language:&lt;br /&gt;
&lt;br /&gt;
==== English Wikipdia ====&lt;br /&gt;
The kinds of citations used on the site run the full gamut. Here are breakdowns of four categories previously mentioned:&lt;br /&gt;
&lt;br /&gt;
===== Book =====&lt;br /&gt;
[http://en.wikipedia.org/wiki/Richard_feynman#_note-8 Example]&lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#Wikipedia_Book Example Markup]&lt;br /&gt;
&lt;br /&gt;
* title&lt;br /&gt;
* author&lt;br /&gt;
* publisher&lt;br /&gt;
* year&lt;br /&gt;
* ISBN&lt;br /&gt;
* url (indirectly via special wikipedia ISBN page)&lt;br /&gt;
&lt;br /&gt;
===== Book Infobox =====&lt;br /&gt;
&lt;br /&gt;
The [http://en.wikipedia.org/wiki/Template:Infobox_Book Book Infobox template] from wikipedia shows a separate schema that is being used for many book pages on wikipedia to mark up a summary box about the book:&lt;br /&gt;
&lt;br /&gt;
* name  &lt;br /&gt;
* title_orig     &lt;br /&gt;
* translator     &lt;br /&gt;
* image          &lt;br /&gt;
* image_caption  &lt;br /&gt;
* author         &lt;br /&gt;
* illustrator    &lt;br /&gt;
* cover_artist   &lt;br /&gt;
* country        &lt;br /&gt;
* language       &lt;br /&gt;
* series         &lt;br /&gt;
* subject        &lt;br /&gt;
* genre          &lt;br /&gt;
* publisher      &lt;br /&gt;
* release_date   &lt;br /&gt;
* english_release_date &lt;br /&gt;
* media_type     &lt;br /&gt;
* pages          &lt;br /&gt;
* isbn           &lt;br /&gt;
* preceded_by    &lt;br /&gt;
* followed_by    &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===== Journal Articles =====&lt;br /&gt;
[http://en.wikipedia.org/wiki/DNA#Citations Example]&lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#Wikipedia_Journal_Article Example Markup]&lt;br /&gt;
&lt;br /&gt;
* author (truncated list)&lt;br /&gt;
* year&lt;br /&gt;
* title&lt;br /&gt;
* journal title&lt;br /&gt;
* journal number&lt;br /&gt;
* page range&lt;br /&gt;
* [http://doi.org DOI]&lt;br /&gt;
 &lt;br /&gt;
===== Court cases =====&lt;br /&gt;
[http://en.wikipedia.org/wiki/List_of_leading_legal_cases_in_copyright_law Example]&lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#Wikipedia_Court_Case Example Markup]&lt;br /&gt;
&lt;br /&gt;
* title&lt;br /&gt;
* case number &lt;br /&gt;
** ''note that legal standards for referring to cases include some inscrutable abbreviations that are probably more detailed than just &amp;quot;case number&amp;quot;''&lt;br /&gt;
* court name&lt;br /&gt;
* year&lt;br /&gt;
* description/abstract&lt;br /&gt;
&lt;br /&gt;
===== U.S. Law =====&lt;br /&gt;
[http://en.wikipedia.org/wiki/Foreign_Intelligence_Surveillance_Act#endnote_FISA Example]&lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#Wikipedia_US_Law Example Markup]&lt;br /&gt;
&lt;br /&gt;
* title (title number, for example &amp;quot;50&amp;quot; in &amp;quot;50 U.S.C. chapter 36.&amp;quot;&lt;br /&gt;
* chapter title (name, for example &amp;quot;Foreign Intelligence Surveillance&amp;quot; )&lt;br /&gt;
* chapter number&lt;br /&gt;
* section, paragraph, subparagraph numbers (optionally)&lt;br /&gt;
&lt;br /&gt;
===== Conference presentations ===== &lt;br /&gt;
[http://en.wikipedia.org/wiki/Paul_R._Pillar#Conference_presentation_by_Pillar Example]&lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#Wikipedia_Conference_Presentation Example Markup]&lt;br /&gt;
&lt;br /&gt;
* title&lt;br /&gt;
* location&lt;br /&gt;
* date&lt;br /&gt;
* author (implied - the page is about this person)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===== Historical Sources =====&lt;br /&gt;
[http://en.wikipedia.org/wiki/American_Civil_War#Primary_sources Example]&lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#Wikipedia_Primary_Historical_Source Example Markup]&lt;br /&gt;
&lt;br /&gt;
* source / location&lt;br /&gt;
* title&lt;br /&gt;
* publisher&lt;br /&gt;
* year&lt;br /&gt;
* description&lt;br /&gt;
* url&lt;br /&gt;
&lt;br /&gt;
===== U.S. Patent =====&lt;br /&gt;
[http://en.wikipedia.org/wiki/List_of_software_patents Example]&lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#Wikipedia_U.S._Patent Example Markup]&lt;br /&gt;
&lt;br /&gt;
* number&lt;br /&gt;
&lt;br /&gt;
==== German Wikipedia ====&lt;br /&gt;
* [http://de.wikipedia.org/wiki/Wikipedia:Literatur citing styles]&lt;br /&gt;
&lt;br /&gt;
=== EPrints.org ===&lt;br /&gt;
&lt;br /&gt;
[http://eprints.ecs.soton.ac.uk/12070/ example]&lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#EPrints.org_generated_output example markup]&lt;br /&gt;
&lt;br /&gt;
Based on [http://dublincore.org/documents/dcq-html/ Expressing Dublin Core in HTML/XHTML meta and link elements] and [http://www.ietf.org/rfc/rfc2731.txt rfc2731], Eprints.org uses the following Dublin Core terms in meta tags in the HTML HEAD of each paper's page: &lt;br /&gt;
&lt;br /&gt;
* title&lt;br /&gt;
* creator (author)&lt;br /&gt;
* description (abstract)&lt;br /&gt;
* date&lt;br /&gt;
* type&lt;br /&gt;
* identifier (a url)&lt;br /&gt;
* format &lt;br /&gt;
** a strange syntax for the meta content:&amp;quot;pdf http://eprints.ecs.soton.ac.uk/12070/01/Alani-final.pdf&amp;quot;&amp;quot; for the format term...&lt;br /&gt;
* fulltext &lt;br /&gt;
** this is in a rel-alternate link element. The class is 'fulltext', and the href is the same link as in format, only a valid URL this time.&lt;br /&gt;
&lt;br /&gt;
In the body of the page, they use the following classes, now no longer DC terms:&lt;br /&gt;
*  title&lt;br /&gt;
* authors (a flat list with abbreviated names)&lt;br /&gt;
* year&lt;br /&gt;
* conference&lt;br /&gt;
* conference location&lt;br /&gt;
&lt;br /&gt;
=== Self-Citation Example ===&lt;br /&gt;
[http://cbio.mskcc.org/~hoffmann/lifecycles/olv/index.html One example] of an article that includes a statement &amp;quot;please cite as&amp;quot; (a self-description):&lt;br /&gt;
 &lt;br /&gt;
* title&lt;br /&gt;
* author&lt;br /&gt;
* periodical (journal) title&lt;br /&gt;
* volume&lt;br /&gt;
* issue&lt;br /&gt;
* pages&lt;br /&gt;
* year&lt;br /&gt;
&lt;br /&gt;
=== Citation of an Online Resource ===&lt;br /&gt;
At University of Michigan's [http://www.crlt.umich.edu/publinks/facment_biblio.html  Center for Research on Learning and Teaching] you see citations like this:&lt;br /&gt;
&lt;br /&gt;
Chief Academic Officers of the Big 12 Universities (2000). Big 12 Faculty Fellowship Program. Retrieved December 20, 2000 from the World Wide Wed: http://www.k-state.edu/provost/academic/big12/big12guide.htm.&lt;br /&gt;
&lt;br /&gt;
* title&lt;br /&gt;
* publication year&lt;br /&gt;
* department/author&lt;br /&gt;
* retrieval date&lt;br /&gt;
* URL&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== OCLC WorldCat Online ===&lt;br /&gt;
&lt;br /&gt;
==== Book ====&lt;br /&gt;
[http://www.worldcat.org/oclc/41238513 example] [http://microformats.org/wiki/citation-examples-markup#Book example-makrup]&lt;br /&gt;
&lt;br /&gt;
* title &lt;br /&gt;
* type (book)&lt;br /&gt;
* publisher name&lt;br /&gt;
* publisher location&lt;br /&gt;
* copyright date&lt;br /&gt;
* isbn&lt;br /&gt;
* oclc number &lt;br /&gt;
* subjects&lt;br /&gt;
* author&lt;br /&gt;
* z39.88 (COinS)&lt;br /&gt;
&lt;br /&gt;
==== Journal ====&lt;br /&gt;
[http://www.worldcat.org/oclc/4538259 example]&lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#Journal example-makrup]&lt;br /&gt;
&lt;br /&gt;
* title &lt;br /&gt;
* type (journal)&lt;br /&gt;
* publisher &lt;br /&gt;
* issn &lt;br /&gt;
* oclc number &lt;br /&gt;
* subjects&lt;br /&gt;
* z39.88 (COinS)&lt;br /&gt;
&lt;br /&gt;
====West Midland Bird Club====&lt;br /&gt;
Uses OpenCOinS&lt;br /&gt;
* [http://www.westmidlandbirdclub.com/biblio/warwks.htm Bibliography page]&lt;br /&gt;
* [http://www.westmidlandbirdclub.com/archive/reports1970s.htm Annual Reports]&lt;br /&gt;
* [http://www.westmidlandbirdclub.com/biblio/birdnotes/23-5-172.htm 'Bird Notes' article reproduction]&lt;br /&gt;
* [http://www.westmidlandbirdclub.com/biblio/bb/73-478.htm 'British Birds' article reproduction]&lt;br /&gt;
* [http://www.westmidlandbirdclub.com/biblio/bb/40-184.htm 'British Birds' article reproduction with additional citation]&lt;br /&gt;
*[http://www.westmidlandbirdclub.com/biblio/bb/index.htm List of 'British Birds' articles]&lt;br /&gt;
&lt;br /&gt;
Features include:&lt;br /&gt;
*title&lt;br /&gt;
*author&lt;br /&gt;
*date&lt;br /&gt;
*price (historic, at time of publication)&lt;br /&gt;
*format&lt;br /&gt;
*publisher&lt;br /&gt;
*number of pages&lt;br /&gt;
*ISBN/ ISSN&lt;br /&gt;
*product dimensions&lt;br /&gt;
*page numbers of article&lt;br /&gt;
*image(s)&lt;br /&gt;
&lt;br /&gt;
====Amazon====&lt;br /&gt;
Product listings, e.g.&lt;br /&gt;
[http://www.amazon.com/gp/product/1590596145/ref=pd_qpt_gw_1/026-5782158-8338825]&lt;br /&gt;
*title&lt;br /&gt;
*author&lt;br /&gt;
*price&lt;br /&gt;
*format&lt;br /&gt;
*publisher&lt;br /&gt;
*number of pages&lt;br /&gt;
*language&lt;br /&gt;
*ISBN&lt;br /&gt;
*product dimensions&lt;br /&gt;
*shipping weighta&lt;br /&gt;
*average customer review&lt;br /&gt;
*image&lt;br /&gt;
*Amazon.com Sales Rank&lt;br /&gt;
&lt;br /&gt;
====ABE====&lt;br /&gt;
Product listings, e.g. [http://www.abebooks.com/servlet/BookDetailsPL?bi=637112345&amp;amp;searchurl=sts%3Dt%26an%3Dmabbett%26y%3D0%26x%3D0]&lt;br /&gt;
*title&lt;br /&gt;
*author&lt;br /&gt;
*ISBN&lt;br /&gt;
*publisher&lt;br /&gt;
*publication date&lt;br /&gt;
*country&lt;br /&gt;
*edition&lt;br /&gt;
*condition&lt;br /&gt;
*whether signed&lt;br /&gt;
*format/binding&lt;br /&gt;
*number of pages&lt;br /&gt;
*bookseller&lt;br /&gt;
*inventory number&lt;br /&gt;
*price&lt;br /&gt;
*shipping costs&lt;br /&gt;
*quantity&lt;br /&gt;
&lt;br /&gt;
== Implied schema ==&lt;br /&gt;
&lt;br /&gt;
=== List of all properties ===&lt;br /&gt;
This are a summation of all the properties in the examples, I have tried to logically group them together.&lt;br /&gt;
&lt;br /&gt;
* title&lt;br /&gt;
* subtitle&lt;br /&gt;
* author&lt;br /&gt;
* editor&lt;br /&gt;
* translator&lt;br /&gt;
* image&lt;br /&gt;
* date (issued, copyrighted, accessed)&lt;br /&gt;
* language&lt;br /&gt;
* description/Summary/abstract&lt;br /&gt;
* excerpt&lt;br /&gt;
* index terms&lt;br /&gt;
* categories (keywords, tags, labels, etc.)&lt;br /&gt;
&lt;br /&gt;
RELATIONS&lt;br /&gt;
* container (publication; periodicals, books, etc.)&lt;br /&gt;
* collection (series and so forth)&lt;br /&gt;
* event (conference, etc.)&lt;br /&gt;
* original (for republished material)&lt;br /&gt;
&lt;br /&gt;
LOCATION INFORMATION&lt;br /&gt;
* pages&lt;br /&gt;
* volume&lt;br /&gt;
* series title&lt;br /&gt;
* Series&lt;br /&gt;
* edition&lt;br /&gt;
* issue&lt;br /&gt;
* publication&lt;br /&gt;
* journal&lt;br /&gt;
* part (1 of X)&lt;br /&gt;
&lt;br /&gt;
PHYSICAL ATTRIBUTES&lt;br /&gt;
* Specifications (dimentions/weight)&lt;br /&gt;
* Format/type (book, newspaper, proceedings)&lt;br /&gt;
&lt;br /&gt;
IDENTIFIERS&lt;br /&gt;
* ISBN&lt;br /&gt;
* LC Card Number&lt;br /&gt;
* LCC Class&lt;br /&gt;
* Dewey Class&lt;br /&gt;
* URL&lt;br /&gt;
* RFC ID&lt;br /&gt;
* ISO/IEC ID&lt;br /&gt;
* DOI&lt;br /&gt;
* PubMedID&lt;br /&gt;
&lt;br /&gt;
PUBLISHER&lt;br /&gt;
* publisher&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
These are sort of left overs, the are not really about citations, but more about commerce or other things. If they are important we can move them to the above list.&lt;br /&gt;
* refID (HTML @ID)&lt;br /&gt;
* Reviewed (BOOLEAN YES/NO)&lt;br /&gt;
* Availability&lt;br /&gt;
* Price&lt;br /&gt;
* Shipping Weight&lt;br /&gt;
* related&lt;br /&gt;
* Product number (internal system code)&lt;br /&gt;
* BookCode (internal system code)&lt;br /&gt;
* AuthorsNote&lt;br /&gt;
* Additional Information&lt;br /&gt;
* Target Audience&lt;br /&gt;
&lt;br /&gt;
=== Analysis of Examples ===&lt;br /&gt;
With exception of just a few properties, all of the above appeared in atleast two different examples. The following properties were very common in most the example formats:&lt;br /&gt;
* title&lt;br /&gt;
* subtitle&lt;br /&gt;
* author&lt;br /&gt;
* publication date&lt;br /&gt;
* description&lt;br /&gt;
* pages&lt;br /&gt;
* ISBN&lt;br /&gt;
* publisher&lt;br /&gt;
&lt;br /&gt;
== Styles ==&lt;br /&gt;
This does NOT define a format, but instead shows how the format should be displayed. This is something out of the direct scope of this project. CSS styles will handle the look-and-feel of the text, and the author can put it in any order they choose. These links are mentioned for two reasons, one is informative, the other is so we know at least meet the minimum properties that are used in the styles.&lt;br /&gt;
&lt;br /&gt;
* [http://www.liu.edu/cwis/cwp/library/workshop/citmla.htm MLA Style]&lt;br /&gt;
* [http://www.bu.edu/library/guides/citation.html Chicago, MLA, and APA styles]&lt;br /&gt;
* [http://www.english.uiuc.edu/cws/wworkshop/writer_resources/citation_styles/citation_styles.htm Writer's Workshop citation style page] (detailed citation style info)&lt;br /&gt;
* [http://www.legalbluebook.com/ Blue Book] for legal citations&lt;br /&gt;
* [http://www.columbia.edu/cu/cup/cgos/idx_basic.html Columbia University Citation Style] developed for modern internet citations&lt;/div&gt;</summary>
		<author><name>Mike</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=citation-brainstorming&amp;diff=13197</id>
		<title>citation-brainstorming</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=citation-brainstorming&amp;diff=13197"/>
		<updated>2007-01-31T08:26:24Z</updated>

		<summary type="html">&lt;p&gt;Mike: /* Discussion of Straw Format elements */ add summary of list discussion of date fields&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h1&amp;gt; Citation Brainstorming &amp;lt;/h1&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* [[citation]]&lt;br /&gt;
* [[citation-examples]]&lt;br /&gt;
* [[citation-formats]]&lt;br /&gt;
* [[citation-faq]]&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
== Contributors ==&lt;br /&gt;
&lt;br /&gt;
* ...&lt;br /&gt;
* ... (a bunch of good folks!)&lt;br /&gt;
* Tantek Çelik&lt;br /&gt;
* Tim White&lt;br /&gt;
* Michael McCracken&lt;br /&gt;
* Brian Suda&lt;br /&gt;
* [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
&lt;br /&gt;
== Use Cases ==&lt;br /&gt;
&lt;br /&gt;
To focus the discussion, please add use cases below that will help show what problems the citation microformat will be solving.&lt;br /&gt;
&lt;br /&gt;
I've included two, focusing on consuming information - I've assumed that use cases for generating microformatted content would just involve the desire to enable your content to be consumed better, but I'm interested to see if there's something I'm missing here -Mike&lt;br /&gt;
&lt;br /&gt;
=== Acquiring reference information from the web ===&lt;br /&gt;
&lt;br /&gt;
A user either finds an author's papers page, or is viewing the results of a search and would like to import the information about the displayed papers into their local reference database, for the purposes of cataloging things they've read, adding notes, and using the information to generate later citations, potentially in other forms, such as BibTeX or Docbook, for inclusion in a publication of their own.&lt;br /&gt;
&lt;br /&gt;
Notes: In this case, it isn't important to the user what format the citation takes as displayed on the page where they find it. What *is* important is that it contains enough information to allow generation of the format they will ultimately re-publish it in. This implies that it may be worthwhile to err a little on the side of verbosity.&lt;br /&gt;
&lt;br /&gt;
Also, links to downloadable full representations of the cited work are very important - e.g. a link to the PDF of a journal article, or to a music file.&lt;br /&gt;
&lt;br /&gt;
=== Subscribing to reading lists, periodicals, etc ===&lt;br /&gt;
&lt;br /&gt;
I would like to be able to leverage my news aggregator with hAtom to subscribe to a remote source for citation information, for example:&lt;br /&gt;
&lt;br /&gt;
* a reading list for a seminar&lt;br /&gt;
* The publication list for a conference (e.g., subscribe to SIGGRAPH and see the updated conference proceedings every year)&lt;br /&gt;
* the issues of a journal&lt;br /&gt;
* a particular research group or researcher's publications&lt;br /&gt;
* Not just research: a popular author's publications (e.g., [http://www.gladwell.com/archive.html Malcolm Gladwell's Archive])&lt;br /&gt;
&lt;br /&gt;
=== Aggregating reading lists and reviews ===&lt;br /&gt;
&lt;br /&gt;
A citation microformat-specific aggregator could provide a decentralized version of [http://citeulike.org/ CiteULike]. Libraries, authors, research groups, and publishers could mark up their collections, while other people on weblogs or review sites could add tags and reviews.&lt;br /&gt;
&lt;br /&gt;
At least, having a well-adopted microformat would make writing tools like CiteULike much better, since it relies in some cases on screen-scraping publisher web-sites.&lt;br /&gt;
&lt;br /&gt;
=== Cut &amp;amp; Paste from web pages ===&lt;br /&gt;
Capturing/copying HTML from web pages for use in other applications (especially when those apps present HTML as output), such as pasting into Word, or a specialized application like [http://www.google.com/notebook Google Notebook], [http://onfolio.com Onfolio] or [http://www.kaboodle.com Kaboodle].  When such captures are made, it makes sense to keep track of the full citation data, including the date it was accessed, which may or may not be the date it was published. &lt;br /&gt;
&lt;br /&gt;
=== Blogs quoting other resources, including blogs ===&lt;br /&gt;
Any blog that cites online content, whether a blog or news article, could use an hCitation to properly link to the cited reference. Such citations could include the access date when the blogger made the citation, because resources on the other side of those links can change without notice. &lt;br /&gt;
&lt;br /&gt;
Instead, today we have simple formating with a link to the permaURL. The citation data is completely lacking. See [http://doc.weblogs.com Doc Searl's blog] for a style of referencing that could benefit from proper a citation uF.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Fascinating... after I added the last two use cases, I realized they focus on potentially marginal cases. The first because it is missing the &amp;quot;output&amp;quot; part of the cut &amp;amp; paste, where the uF would actually be used as part of the paste.  The latter because bloggers have a working citation mechanism that is just a link to the URL (hopefully a permaURL). One could argue they wouldn't want a full hCitation. And in fact, until a tool exists that makes it easy, they probably won't.  However, a tool that cuts &amp;amp; pastes from anywhere on the web into a blog with a full citation seems like a nice tool.  But again, I'm not really paving the cowpaths with these ideas. -Joe Andrieu&lt;br /&gt;
&lt;br /&gt;
===Finding in Library===&lt;br /&gt;
Find a copy of the cited work in a nearby library (as with [http://ocoins.info/ OpenCOinS]). [[User:AndyMabbett|AndyMabbett]] 04:55, 4 Nov 2006 (PST)&lt;br /&gt;
&lt;br /&gt;
===Buy a copy===&lt;br /&gt;
Find the cited work on, for example, Amazon or [http://www.abebooks.com/ ABE]; or subscribe to a journal via its own website. [[User:AndyMabbett|AndyMabbett]] 04:55, 4 Nov 2006 (PST)&lt;br /&gt;
&lt;br /&gt;
===Find reviews===&lt;br /&gt;
Find third-party reviews of the cited work. [[User:AndyMabbett|AndyMabbett]] 04:55, 4 Nov 2006 (PST)&lt;br /&gt;
&lt;br /&gt;
== Original hBib Discussion ==&lt;br /&gt;
&lt;br /&gt;
During the WWW2005 Developer's Day [[microformats]] track, Rohit Khare gave a [[presentations|presentation]] where he discussed the microformats [[process]], and then did  a quick demonstration wherein a bunch of us got on a shared Subethaedit document, and brainstormed some thoughts on what an &amp;quot;hBib&amp;quot; bibliography citation microformat would look like.  Rohit placed the [http://cnlabs.commerce.net/~rohit/hBib%20Discussion.html document on his Commercenet site].&lt;br /&gt;
&lt;br /&gt;
* http://cnlabs.commerce.net/~rohit/hBib%20Discussion.html&lt;br /&gt;
&lt;br /&gt;
''An attempt to summarize and inline the linked document follows. -Mike''&lt;br /&gt;
&lt;br /&gt;
Two major goals were outlined by the group:&lt;br /&gt;
&lt;br /&gt;
* Avoid re-keying references&lt;br /&gt;
* Adapt to new journal styles by changing CSS&lt;br /&gt;
 &lt;br /&gt;
The fundamental problem was discussed in terms of display - the ability to transform XHTML+hBib into the many journal-specific formats. For example, how to display &amp;quot;et.al&amp;quot; when all authors are present in the source, and how to re-order the elements if a style defines a set order of elements that conflicts with the ordering in the source. Using hCard for authors was agreed on, and the beginnings of an example were shown.&lt;br /&gt;
&lt;br /&gt;
== XHTML Structure ==&lt;br /&gt;
With my exprience working X2V and hCa* has taught me what elememts are easy to find and which are not. Since the Citation microformat is very new it is possible to not make a lot of the same errors twice and to make things easier for extracting application to find and imply certain properties.&lt;br /&gt;
&lt;br /&gt;
* There should be some sort of 'root node' that implies all child elements are for the hCitation microformat.&lt;br /&gt;
* Since most people will have multiple citations there should be away to represent each hCitation object as a unqiue block independent of another. This is to keep the parse from finding 'author' and applying that to all citations. Each citation should be in a container (class=&amp;quot;hcite&amp;quot;) that is separated from others.&lt;br /&gt;
* Perhaps class=&amp;quot;hcite&amp;quot; with &amp;lt;code&amp;gt;&amp;amp;lt;cite&amp;amp;gt;&amp;lt;/code&amp;gt; recommended as the root element. E.g. &amp;lt;code&amp;gt;&amp;amp;lt;cite class=&amp;quot;hcite&amp;quot;&amp;amp;gt;&amp;lt;/code&amp;gt; &lt;br /&gt;
&lt;br /&gt;
'''Note: This section was the original content of the document. Since then, class='hcite' has been agreed on as the root class name. See  [http://microformats.org/wiki?title=citation-brainstorming#.27hcite.27_as_Root_Element_name explanation].'''&lt;br /&gt;
&lt;br /&gt;
== Citation vs. [[media-info]] ==&lt;br /&gt;
&lt;br /&gt;
What distinguishes a cite from say [[media-info]] (e.g. [[media-info-examples]]) is that a cite is a reference to something explicitly external to the current piece of content or document, whereas [[media-info]] describes information about content embedded or inline in the current document.&lt;br /&gt;
&lt;br /&gt;
== Semantic Meaning ==&lt;br /&gt;
One of the guiding priniciple of Microformats is to use the most semantically rich element to describe each node (Point 2 of Semantic XHTML Design Principles: Use the most accurately precise semantic XHTML building block for each object etc). Since we are dealing with HTML and citations, several elements are candidates to be used to enrich the semantic meaning. [http://www.w3.org/TR/REC-html40/struct/text.html CITE, BLOCKQUOTE, Q, A], (are there more?)&lt;br /&gt;
&lt;br /&gt;
The [[citation-brainstorming|Citation Brainstorming Page]] has a few development and ideas about how to give another person credit for a link. Some of the semantic ideas behind their choices of tags can be applied to a full bibliographic type reference. ''Does this sentence make sense only historically? -Mike''&lt;br /&gt;
&lt;br /&gt;
== OCLC's WorldCat for titles == &lt;br /&gt;
Question: what about using something like OCLC's [http://www.oclc.org/worldcat/open/isbnissnlinking/default.htm WorldCat] for linking titles? - Tim White&lt;br /&gt;
&lt;br /&gt;
== This and That ==&lt;br /&gt;
After reading through alot of different citation encoding formats, i noticed that each format was being used in onw of two ways. It was either to describe the Current page (THIS.PAGE) or being used to encode references that point to external resources (THAT.PAGE)&lt;br /&gt;
&lt;br /&gt;
The informatation being encoded was identical for both resources (author, date, name, etc) they just reference different things. For this microformat, i'm not sure if we want to try to solve both problems, or just one? The meta tags in the head element would be the ideal place for information about the THIS.PAGE, but that is not in following with the ideals of microformats where information is human-readable. The THAT.PAGE idea where a list of references is at the end of a document in the form of a bibliography is more inline with the ideals of a microformat where the data is human-readable. That doesn't mean that data about the current document shouldn't be human-readable, so some of the same properties used to reference extermal resources can be used for the current document (THIS.PAGE). To do this a different root item could be used and transforming applications could either extract the citation data about the current page, or information about this page's references.&lt;br /&gt;
&lt;br /&gt;
This is open for discussion, but either way, i believe that the properties used to describe a page will be the same for both THIS and THAT. [http://suda.co.uk/ brian suda]&lt;br /&gt;
&lt;br /&gt;
== More on This and That ==&lt;br /&gt;
&lt;br /&gt;
Citation microformats are being explored as a possibility for citing genealogical information at [http://eatslikeahuman.blogspot.com Dan Lawyer's blog].&lt;br /&gt;
&lt;br /&gt;
This is a case where frequently the citation would refer to (THIS.PAGE), but would have nested within it a reference to (THAT.PAGE), possibly a few levels deep. For instance, a web page might contain data extracted from a microfilm of a census. The citation would need to include information about the web page, information about the microfilm, and information about the census. Genealogical citations are expected to include the repository (where can this book or microfilm be found. Is this the same as ''venue''?). So, at each level the information should contain the repository of the referenced item. A nesting (recursive) mechanism for citation microformats would be useful in this case. Is this the function of the &amp;quot;container&amp;quot; element in the Straw Format?&lt;br /&gt;
&lt;br /&gt;
== Date Formatting ==&lt;br /&gt;
Since microformats are all about re-use and the accepted way to encode Date-Time has been pretty much settled, then this is a good place to start when dealing with all the different date citation types. &lt;br /&gt;
&lt;br /&gt;
These are all the different fields from various citation formats that are of temporal nature:&lt;br /&gt;
 * Date (available | created | dateAccepted | dateCopyrighted | dateSubmitted | issued | modified | valid)&lt;br /&gt;
 * originInfo/dateIssued&lt;br /&gt;
 * originInfo/dateCreated&lt;br /&gt;
 * originInfo/dateCaptured&lt;br /&gt;
 * originInfo/dateOther&lt;br /&gt;
 * month&lt;br /&gt;
 * year&lt;br /&gt;
 * Copyright Year&lt;br /&gt;
 * Date - Generic&lt;br /&gt;
 * Date of Confernce&lt;br /&gt;
 * Date of Publication&lt;br /&gt;
 * Date of update/revisou/issuance of database record&lt;br /&gt;
 * Former Date&lt;br /&gt;
 * Entry Date for Database Record&lt;br /&gt;
 * Database Update&lt;br /&gt;
 * Year of Publication&lt;br /&gt;
&lt;br /&gt;
There are several common properties across several citation domains and will certainly be in the citation microformat, the unique instances will need further consideration, otherwise there could be no end to posiblities. &lt;br /&gt;
&lt;br /&gt;
There are also several properties (year, month, Year of publication) that can be extracted from another source. Therefore, if you only encode a more specific property such as; Date of Publication, you can extract the 'year of publication' from that. Since the date-time format we are modeling after is the ISO date-time format, just the Year portion is an acceptable date. So if you ONLY know the year of publication, the you can form a valid 'Date of Publication' as a microformat (which inturn is a valid 'year of publication') - you milage may vary when it comes to importing into citation applications.&lt;br /&gt;
&lt;br /&gt;
...&lt;br /&gt;
&lt;br /&gt;
It seems to me that these can be collapsed to maybe one or two different date properties.  As far as the specific human readable formatting of the date, that can be chosen per whatever the presentation style guide says, and the [[datetime-design-pattern]] used to simplify the markup. - Tantek&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Important'''&lt;br /&gt;
Sometimes we need a date range and not simply a date (e.g. 4-6 May 2006). See ''Conference Citation'' examples later on this page. - Discoleo&lt;br /&gt;
&lt;br /&gt;
'''Seasons'''&lt;br /&gt;
Some journals have seasonal issues (e.g. &amp;quot;Summer 2006 edition&amp;quot;) instead of, or as well as, editions labelled by month or other calendar-date. [[User:AndyMabbett|AndyMabbett]] 05:05, 4 Nov 2006 (PST)&lt;br /&gt;
&lt;br /&gt;
== Tags ==&lt;br /&gt;
Some of the citation formats has a place for 'keywords' or 'generic tags', etc. This might be a good place to re-use the [http://microformats.org/wiki/rel-tag RelTag microformat]. The downside would be that they are then forced to be links, which might be the correct way to mark-up these terms.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== MARC / MODS / Dublin Core ==&lt;br /&gt;
&lt;br /&gt;
The MODS ([http://www.loc.gov/standards/marcxml/Sandburg/sandburgmods.xml example]) and Dublin Core ([http://www.loc.gov/standards/marcxml/Sandburg/sandburgdc.xml example]) transformations of MARC21 may contain some useful ideas.&lt;br /&gt;
&lt;br /&gt;
Here's a first attempt at rewriting the linked examples in XHTML (written in response to a [http://microformats.org/discuss/mail/microformats-discuss/2005-December/002438.html mailing list query about encoding book information with microformats]):&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;book&amp;quot; lang=&amp;quot;en&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;h3 class=&amp;quot;fn&amp;quot;&amp;gt;Arithmetic /&amp;lt;/h3&amp;gt;&lt;br /&gt;
  &amp;lt;p&amp;gt;By &amp;lt;span class=&amp;quot;creator&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Sandburg, Carl&amp;lt;/span&amp;gt;,&lt;br /&gt;
     &amp;lt;span class=&amp;quot;date&amp;quot;&amp;gt;1878-1967&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;,&lt;br /&gt;
     and &amp;lt;span class=&amp;quot;illustrator&amp;quot;&amp;gt;Rand, Ted&amp;lt;/span&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
  &amp;lt;p&amp;gt;Publisher: &amp;lt;span class=&amp;quot;publisher&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Harcourt Brace Jovanovich&amp;lt;/span&amp;gt;,&lt;br /&gt;
     &amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;San Diego&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
  &amp;lt;p&amp;gt;Published: &amp;lt;span class=&amp;quot;issued&amp;quot;&amp;gt;1993&amp;lt;/span&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
  &amp;lt;p class=&amp;quot;description&amp;quot;&amp;gt;A poem about numbers and their characteristics. Features&lt;br /&gt;
     anamorphic, or distorted, drawings which can be restored to normal by viewing&lt;br /&gt;
     from a particular angle or by viewing the image's reflection in the provided&lt;br /&gt;
     Mylar cone.&amp;lt;/p&amp;gt;&lt;br /&gt;
  &amp;lt;p class=&amp;quot;note&amp;quot;&amp;gt;One Mylar sheet included in pocket.&amp;lt;/p&amp;gt;&lt;br /&gt;
  &amp;lt;p&amp;gt;Subjects:&amp;lt;/p&amp;gt;&lt;br /&gt;
  &amp;lt;ul&amp;gt;&lt;br /&gt;
    &amp;lt;li class=&amp;quot;subject&amp;quot;&amp;gt;Arithmetic&amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li class=&amp;quot;subject&amp;quot;&amp;gt;Children's poetry, American.&amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li class=&amp;quot;subject&amp;quot;&amp;gt;Arithmetic&amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li class=&amp;quot;subject&amp;quot;&amp;gt;American poetry&amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li class=&amp;quot;subject&amp;quot;&amp;gt;Visual perception&amp;lt;/li&amp;gt;&lt;br /&gt;
  &amp;lt;/ul&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;
== Basic Citation Stuctures ==&lt;br /&gt;
There are basic structures to any citation, this is an overview of some of the types&lt;br /&gt;
[http://www.users.muohio.edu/darcusb/misc/citations-spec.html http://www.users.muohio.edu/darcusb/misc/citations-spec.html]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Concerns not addressed by existing formats ==&lt;br /&gt;
&lt;br /&gt;
There are some aspects '''NOT adequately''' covered by existing formats. I have addressed this issue on the OpenOffice.org wiki page, too. [see http://wiki.services.openoffice.org/wiki/Bibliographic_Database for an extending discussion, the paragraph on ''Reference Types'']&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
These issues pertain mainly to '''Errata''', '''Comments and Authors Reply''' and '''Article Retractions'''.&lt;br /&gt;
* a bidirectional link could be necessary to implement these features (original article &amp;lt;=&amp;gt; eratum, reply, retraction letter)&lt;br /&gt;
* '''IMPORTANT: Errata'''&lt;br /&gt;
** Erata: one or more Corrections might be posted in various issues of the journal&lt;br /&gt;
** this is usually cited as: Orininal Article Citation Data (Correction available in ''Journal, Issue Nr, Year, Pages'') (repeat for more than one correction)&lt;br /&gt;
** it is possibly never cited alone&lt;br /&gt;
** there should be a link to the original article, while the original article should contain a link to this ''Errata''&lt;br /&gt;
* '''IMPORTANT: Commentary and Author Reply'''&lt;br /&gt;
** similar to Errata, there might be one or more Comments and Author Replys; this should be stored, too&lt;br /&gt;
** however, it is usually not included in the original citation&lt;br /&gt;
** it might be used however in a citation, but I do not know exaclty how to cite it optimally (original article should be provided as well) &lt;br /&gt;
* '''IMPORTANT: Article Retraction'''&lt;br /&gt;
** an article may be retracted because of plagiarism or some other flaw&lt;br /&gt;
** this should not be used any further in the research&lt;br /&gt;
** however, it might be used e.g. for an article on plagiarism or flawed research&lt;br /&gt;
** there should be therefore one field storing this information, too, and a link to:&lt;br /&gt;
** the published withdrawal letter (which explains why the article was retracted)&lt;br /&gt;
&lt;br /&gt;
* this issue may need a time-controlled event&lt;br /&gt;
* '''IMPORTANT: electronic publishing ahead of print (EPUB)'''&lt;br /&gt;
** more and more articles are initially posted online, before the published article gets actually printed&lt;br /&gt;
** How should this be used/cited?&lt;br /&gt;
** Is this changed, after the print version becomes available?&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Outstanding Issues ==&lt;br /&gt;
The 3 main points i (Brian) came across so far are:&lt;br /&gt;
1) IDENTIFIERS&lt;br /&gt;
2) FORMAT TYPES&lt;br /&gt;
3) NESTING&lt;br /&gt;
&lt;br /&gt;
1) In hCard/hCalendar there is a UID field. Added with URL it makes for a great unique identifier. There are loads of other identifers besides URL, ISBN, LOC call number, SKU, ISSN, etc. Many of these are unique in their domain, but not globally unique. So how to they get marked-up? Much like the hCard TEL/ADR properties, we can use something like:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;uid&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;type&amp;quot;&amp;gt;ISBN&amp;lt;/span&amp;gt;: &amp;lt;span&lt;br /&gt;
class=&amp;quot;value&amp;quot;&amp;gt;123456&amp;lt;/span&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
This makes the encoding the most extensible... if we start use class=&amp;quot;isbn&amp;quot; then it is an enumerated list, with class=&amp;quot;type&amp;quot; it is open ended.&lt;br /&gt;
&lt;br /&gt;
2) I keep mis-using &amp;quot;format&amp;quot;, format is the medium - hardback, softback. The TYPE (there probably is a better word - container?) is book, article, conference, manifesto, etc. Much like the identifers we can make an enumerated list of values, class=&amp;quot;book&amp;quot;, class=&amp;quot;article&amp;quot;, but that boxes us in, whereas something like: &amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;span class=&amp;quot;type&amp;quot;&amp;gt;article&amp;lt;/span&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt; leaves things more open.&lt;br /&gt;
&lt;br /&gt;
3) Nesting citation data in a citation. The ability to nest the same microformat inside itself is something that other microformats don't explicitly handle.&lt;br /&gt;
&lt;br /&gt;
The two options are:&lt;br /&gt;
i) Using class=&amp;quot;book&amp;quot;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;hcite&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;div class=&amp;quot;book&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Book Title&amp;lt;/span&amp;gt;&lt;br /&gt;
  &amp;lt;div class=&amp;quot;chapter&amp;quot;&amp;gt;&lt;br /&gt;
     &amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Chapter Title&amp;lt;/span&amp;gt;&lt;br /&gt;
  &amp;lt;/div&amp;gt;&lt;br /&gt;
 &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&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 makes things easy to nest and to figure out exactly what is&lt;br /&gt;
associated with what, but the downside is that we have enumerated&lt;br /&gt;
lists of values for the class properties.&lt;br /&gt;
&lt;br /&gt;
ii) using the TYPE for book&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;hcite&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;div class=&amp;quot;type&amp;quot;&amp;gt;book&amp;lt;/div&amp;gt;&lt;br /&gt;
 &amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Book Title&amp;lt;/span&amp;gt;&lt;br /&gt;
 &amp;lt;div class=&amp;quot;type&amp;quot;&amp;gt;chapter&amp;lt;/div&amp;gt;&lt;br /&gt;
 &amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Chapter Title&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
now the class=&amp;quot;fn&amp;quot; is not nested inside the class=&amp;quot;book&amp;quot; or&lt;br /&gt;
class=&amp;quot;chapter&amp;quot; so there would have to be some other mechanism to&lt;br /&gt;
associate the data with the type.&lt;br /&gt;
&lt;br /&gt;
== Brian's Straw format ==&lt;br /&gt;
&lt;br /&gt;
=== implied schema (examples) ===&lt;br /&gt;
 + publisher&lt;br /&gt;
 + language&lt;br /&gt;
 + description&lt;br /&gt;
 + title&lt;br /&gt;
 + creator&lt;br /&gt;
 + journal&lt;br /&gt;
 + volume&lt;br /&gt;
 + issue&lt;br /&gt;
 + page &lt;br /&gt;
 + edition&lt;br /&gt;
 + identifier&lt;br /&gt;
 + tags&lt;br /&gt;
 + format&lt;br /&gt;
 + date published&lt;br /&gt;
 + copyright&lt;br /&gt;
 - audience&lt;br /&gt;
&lt;br /&gt;
=== implied schema (formats) ===&lt;br /&gt;
 + publisher&lt;br /&gt;
 + language&lt;br /&gt;
 + description&lt;br /&gt;
 + title&lt;br /&gt;
 + creator&lt;br /&gt;
 + volume&lt;br /&gt;
 + pages&lt;br /&gt;
 + edition&lt;br /&gt;
 + issue&lt;br /&gt;
 + identifier&lt;br /&gt;
 + tags&lt;br /&gt;
 + format&lt;br /&gt;
 + date published&lt;br /&gt;
 + date copyrighted&lt;br /&gt;
 - subtitle&lt;br /&gt;
 - image &lt;br /&gt;
 - excerpt&lt;br /&gt;
 - index terms&lt;br /&gt;
 - series title&lt;br /&gt;
 - publication&lt;br /&gt;
 - journal&lt;br /&gt;
 - part (1 of X)&lt;br /&gt;
&lt;br /&gt;
UNION of the two schemas&lt;br /&gt;
 + (PLUS) means common properties&lt;br /&gt;
 - (MINUS) means unique to the schema&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Working straw schema ===&lt;br /&gt;
&lt;br /&gt;
This list records discussion about the common schema from above. The format is ''descriptive-name'' (''optional-recommended-element'' 'class-name') (''link to explanation'').&lt;br /&gt;
&lt;br /&gt;
If there is no explanation link, that field should be considered either obvious or up for debate. If you're not sure which, it's up for debate.&lt;br /&gt;
&lt;br /&gt;
* root element ('hcite') ([http://microformats.org/wiki?title=citation-brainstorming#.27hcite.27_as_Root_Element_name explanation])&lt;br /&gt;
** title ('title')&lt;br /&gt;
** Author / Editor etc. ('creator')&lt;br /&gt;
** Volume Number ('volume')&lt;br /&gt;
** Pages ('pages')&lt;br /&gt;
*** note: this can be any value &lt;br /&gt;
** Edition ('edition')&lt;br /&gt;
** Issue number ('issue')&lt;br /&gt;
** Tags (href rel='tag')&lt;br /&gt;
** Format ('format')&lt;br /&gt;
*** Note - this is unclear at present - does format mean 'type', as in 'book' vs. 'article'? --[[User:Mike|Mike]] 22:53, 16 Jan 2007 (PST)&lt;br /&gt;
** date published ('date-published')  ([http://microformats.org/wiki?title=citation-brainstorming#Date_Fields explanation])&lt;br /&gt;
** date accessed ('date-accessed')  ([http://microformats.org/wiki?title=citation-brainstorming#Date_Fields explanation])&lt;br /&gt;
** publisher&lt;br /&gt;
** language&lt;br /&gt;
** Abstract / description ('description')&lt;br /&gt;
** URI (href class='uri') ([http://microformats.org/wiki?title=citation-brainstorming#The_URI_Element explanation])&lt;br /&gt;
** identifier&lt;br /&gt;
*** an (not necessarily globally unique) identifier, such as a cite-key, pubmed ID number, or simply the reference number or string within a publication ([1] or [CLRS2001])&lt;br /&gt;
&lt;br /&gt;
==== Notes about missing / changed fields in the schema ====&lt;br /&gt;
&lt;br /&gt;
This section lists fields that are intentionally ''not'' included in the straw schema, or are not represented directly, and links to discussion about each.&lt;br /&gt;
&lt;br /&gt;
* date copyrighted ([http://microformats.org/wiki?title=citation-brainstorming#Date_Fields explanation])&lt;br /&gt;
&lt;br /&gt;
=== Examples ===&lt;br /&gt;
&lt;br /&gt;
Markup examples using the above format:&lt;br /&gt;
&lt;br /&gt;
==== Book ====&lt;br /&gt;
&lt;br /&gt;
This is Brian's original example&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;ul class=&amp;quot;bibliography&amp;quot;&amp;gt;&lt;br /&gt;
	&amp;lt;li class=&amp;quot;hcite&amp;quot; xml:lang=&amp;quot;en-gb&amp;quot;&amp;gt;&lt;br /&gt;
	&lt;br /&gt;
		&amp;lt;!-- publisher data as hCard--;&lt;br /&gt;
		&amp;lt;div class=&amp;quot;publisher vcard&amp;quot;&amp;gt;&lt;br /&gt;
			&amp;lt;span class=&amp;quot;fn org&amp;quot;&amp;gt;ABC Publishing Co.&amp;lt;/span&amp;gt;&lt;br /&gt;
			&amp;lt;span class=&amp;quot;country-name&amp;quot;&amp;gt;United Kingdom&amp;lt;/span&amp;gt;&lt;br /&gt;
			...&lt;br /&gt;
		&amp;lt;/div&amp;gt;&lt;br /&gt;
		&lt;br /&gt;
		&amp;lt;!-- author(s) data as hCard --&amp;gt;&lt;br /&gt;
		&amp;lt;div class=&amp;quot;creator vcard&amp;quot;&amp;gt;&lt;br /&gt;
			&amp;lt;span class=&amp;quot;fn n&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;given-name&amp;quot;&amp;gt;John &amp;lt;span class=&amp;quot;family-name&amp;quot;&amp;gt;Doe&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
			...&lt;br /&gt;
		&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
		&amp;lt;!-- location data --&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Foobar!&amp;lt;/span&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;description&amp;quot;&amp;gt;World Class Book about foobar&amp;lt;/span&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;volume&amp;quot;&amp;gt;1&amp;lt;/span&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;issue&amp;quot;&amp;gt;1&amp;lt;/span&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;edition&amp;quot;&amp;gt;1&amp;lt;/span&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;pages&amp;quot;&amp;gt;1-10&amp;lt;/span&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;format&amp;quot;&amp;gt;article&amp;lt;/span&amp;gt;&lt;br /&gt;
		&lt;br /&gt;
		&amp;lt;!-- differed to the UID debate --&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;identifier&amp;quot;&amp;gt;12345678&amp;lt;/span&amp;gt;&lt;br /&gt;
		&lt;br /&gt;
		&amp;lt;!-- keywords --&amp;gt;&lt;br /&gt;
		&amp;lt;a class=&amp;quot;keyword&amp;quot; rel=&amp;quot;tag&amp;quot; href=&amp;quot;/tags/foo&amp;quot;&amp;gt;foo&amp;lt;/a&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;keyword&amp;quot;&amp;gt;bar&amp;lt;/span&amp;gt;&lt;br /&gt;
		&lt;br /&gt;
		&amp;lt;!-- date properties --&amp;gt;&lt;br /&gt;
		Published &amp;lt;abbr class=&amp;quot;dtpublished&amp;quot; title=&amp;quot;20060101&amp;quot;&amp;gt;January 1st 1006&amp;lt;/abbr&amp;gt;&lt;br /&gt;
		Copyright &amp;lt;abbr class=&amp;quot;copyright&amp;quot; title=&amp;quot;20060101&amp;quot;&amp;gt;2006&amp;lt;/abbr&amp;gt;&lt;br /&gt;
	&amp;lt;/li&amp;gt;&lt;br /&gt;
	...&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p class=&amp;quot;hcite&amp;quot;&amp;gt;Have you read ;span class=&amp;quot;title&amp;quot;&amp;gt;&amp;lt;abbr title=&amp;quot;book&amp;quot; class=&amp;quot;format&amp;quot;&amp;gt;Foo Bar&amp;lt;/abbr&amp;gt;&amp;lt;/span&amp;gt;? &lt;br /&gt;
It was written by &amp;lt;span class=&amp;quot;author vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;John Doe&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;. &lt;br /&gt;
It only came out a &amp;lt;abbr class=&amp;quot;dtpublished&amp;quot; title=&amp;quot;20060101&amp;quot;&amp;gt;few months ago&amp;lt;/abbr&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Note: the &amp;quot;format&amp;quot; property above is incorrect. Format would refer more the physical characteristics of an item, rather than its type or genre (e.g. &amp;quot;article&amp;quot;, &amp;quot;book&amp;quot;, etc.). I'd rather have the main class for the li be &amp;quot;article&amp;quot; in this context, than the fairly meaningless &amp;quot;citation.&amp;quot;  Of course, one could have both, which would be fine too. -- bruce&lt;br /&gt;
&lt;br /&gt;
Note: Could we use ROLE from hCard to identify editors, translators, authors, etc?&lt;br /&gt;
This was discussed on the mailing list and the idea was dropped [http://microformats.org/discuss/mail/microformats-discuss/2006-September/005694.html]&lt;br /&gt;
&lt;br /&gt;
'''Comments''' : [[User:Singpolyma|singpolyma]] 08:03, 16 Jun 2006 (PDT) : keywords should be [[rel-tag]], and probably also [[XOXO]] (the same way the citation list is)&lt;br /&gt;
&lt;br /&gt;
[[User:RCanine|RCanine]] 11:55, 18 Dec 2006 (EST) :&lt;br /&gt;
&lt;br /&gt;
* Is there a reason not to re-use &amp;quot;published&amp;quot; from hAtom instead of inventing a new, basically equivalent term in &amp;quot;dtpublished&amp;quot;?&lt;br /&gt;
* Missing a URL/URI/IRI/UID etc. field example (ISBN for Book).&lt;br /&gt;
* Does the &amp;quot;copyright&amp;quot; class conflict with [http://www.whatwg.org/specs/web-apps/current-work/#class WHATWG's definition]?&lt;br /&gt;
* WRT Bruce's comment, I'm currently using class=&amp;quot;article citation&amp;quot; for my writing, as it has the most flexibility with CSS styles for titles (e.g. Book titles .citation&amp;gt;.fn must be italicized, while article titles must not, their container should).&lt;br /&gt;
* Speaking of containers, we need an &amp;quot;in&amp;quot; or &amp;quot;collection&amp;quot; field for journal articles or articles-in-books, or is that covered by &amp;quot;publisher&amp;quot;?&lt;br /&gt;
&lt;br /&gt;
==== Citing Private Communication ====&lt;br /&gt;
&lt;br /&gt;
Needs an example.&lt;br /&gt;
&lt;br /&gt;
==== Citing Legal Cases ====&lt;br /&gt;
Needs an example. &lt;br /&gt;
see [http://microformats.org/wiki/citation-examples-markup#Wikipedia_Court_Case Wikipedia example] for inspiration.&lt;br /&gt;
&lt;br /&gt;
==== Citing a Book ====&lt;br /&gt;
&lt;br /&gt;
needs an example&lt;br /&gt;
&lt;br /&gt;
==== Citing a journal article ====&lt;br /&gt;
&lt;br /&gt;
needs an example &lt;br /&gt;
&lt;br /&gt;
==== Citing a magazine article ====&lt;br /&gt;
&lt;br /&gt;
needs an example&lt;br /&gt;
&lt;br /&gt;
==== Citing a Patent ====&lt;br /&gt;
&lt;br /&gt;
Drawn from this [http://microformats.org/wiki/citation-examples#U.S._Patent example from Wikipedia]:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;li class=&amp;quot;hcite&amp;quot;&amp;gt;&amp;lt;a href=&amp;quot;http://patft.uspto.gov/netacgi/nph-Parser?patentnumber=4,405,829&amp;quot; class=&amp;quot;url&amp;quot; &lt;br /&gt;
    title=&amp;quot;http://patft.uspto.gov/netacgi/nph-Parser?patentnumber=4,405,829&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;format&amp;quot;&amp;gt;U.S. Patent&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;identifier&amp;quot;&amp;gt;4,405,829&amp;lt;/span&amp;gt;&amp;lt;/a&amp;gt;:&lt;br /&gt;
    &amp;lt;span class=&amp;quot;description&amp;quot;&amp;gt;The &amp;lt;a href=&amp;quot;/wiki/RSA&amp;quot; title=&amp;quot;RSA&amp;quot;&amp;gt;RSA&amp;lt;/a&amp;gt; patent, a famous software patent on the ground-breaking &lt;br /&gt;
    and highly unobvious algorithm for public key encryption, widely used for secure communications &lt;br /&gt;
    in many industries nowdays&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Citing a conference publication====&lt;br /&gt;
&lt;br /&gt;
Based on the [http://microformats.org/wiki/citation-examples#ACM_Digital_Library_Search_Result_Examples conference publication reference example].&lt;br /&gt;
&lt;br /&gt;
Changed Oct 06 to conform with [http://microformats.org/wiki/citation-brainstorming#Brian.27s_Straw_format Brian's format]. --[[User:Mike|Mike]] 18:09, 12 Oct 2006 (PDT)&lt;br /&gt;
(everything but the url class should be in line with that proposal)&lt;br /&gt;
&lt;br /&gt;
L. Hochstein, J. Carver, F. Shull, S. Asgari, V. Basili, J. K. Hollingsworth, and M. Zelkowitz, “Hpc programmer productivity: A case study of novice hpc programmers,” in Proceedings of ACM/IEEE Supercomputing Conference, 2005.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;cite class=&amp;quot;hcite&amp;quot;&amp;gt;&lt;br /&gt;
	&amp;lt;span class=&amp;quot;creator vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Lorin Hochstein&amp;lt;/span&amp;gt;&amp;lt;span class=&amp;quot;org&amp;quot;&amp;gt; University of Maryland, College Park &amp;lt;/span&amp;gt;&amp;lt;span&amp;gt;,&lt;br /&gt;
	&amp;lt;span class=&amp;quot;creator vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt; Jeff Carver &amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;org&amp;quot;&amp;gt; Mississippi State University &amp;lt;/span&amp;gt; &amp;lt;span&amp;gt;,&lt;br /&gt;
	&amp;lt;span class=&amp;quot;creator vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt; Forrest Shull &amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;org&amp;quot;&amp;gt; Fraunhofer Center Maryland &amp;lt;/span&amp;gt; &amp;lt;span&amp;gt;,&lt;br /&gt;
	&amp;lt;span class=&amp;quot;creator vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt; Sima Asgari&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;org&amp;quot;&amp;gt; University of Maryland, College Park &amp;lt;/span&amp;gt; &amp;lt;span&amp;gt;,&lt;br /&gt;
	&amp;lt;span class=&amp;quot;creator vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt; Victor Basili&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;org&amp;quot;&amp;gt; Fraunhofer Center Maryland &amp;lt;/span&amp;gt; &amp;lt;span&amp;gt;,&lt;br /&gt;
	&amp;lt;span class=&amp;quot;creator vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt; Jeffrey K. Hollingsworth&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;org&amp;quot;&amp;gt; University of Maryland, College Park &amp;lt;/span&amp;gt; &amp;lt;span&amp;gt;, and &lt;br /&gt;
	&amp;lt;span class=&amp;quot;creator vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt; Marv Zelkowitz&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;org&amp;quot;&amp;gt; University of Maryland, College Park &amp;lt;/span&amp;gt; &amp;lt;span&amp;gt;,&lt;br /&gt;
	&amp;lt;a class=&amp;quot;fn url&amp;quot; href=&amp;quot;http://dx.doi.org/10.1109/SC.2005.53&amp;quot;&amp;gt;HPC Programmer Productivity: A Case Study of Novice HPC Programmers&amp;lt;/a&amp;gt;. &lt;br /&gt;
        (&amp;lt;span class=&amp;quot;format&amp;quot;&amp;gt;conference publication&amp;lt;/span&amp;gt;)&lt;br /&gt;
	&amp;lt;cite class=&amp;quot;container hcite&amp;quot;&amp;gt;&lt;br /&gt;
	&amp;lt;a class=&amp;quot;fn url&amp;quot; href=&amp;quot;...&amp;quot;&amp;gt;Proceedings of ACM/IEEE Supercomputing Conference&amp;lt;/a&amp;gt;&lt;br /&gt;
	&amp;lt;abbr class=&amp;quot;dtpublished&amp;quot; title=&amp;quot;20051126T0000-0800&amp;quot;&amp;gt;2005&amp;lt;/abbr&amp;gt;&lt;br /&gt;
	&amp;lt;/cite&amp;gt;&lt;br /&gt;
	page &amp;lt;span class=&amp;quot;pages&amp;quot;&amp;gt;35&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;publisher vcard&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;span class=&amp;quot; fn&amp;quot;&amp;gt;IEEE Computer Society&lt;br /&gt;
   &amp;lt;/span&amp;gt;&lt;br /&gt;
    &amp;lt;div class=&amp;quot;adr&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;Washington&amp;lt;/span&amp;gt;,&lt;br /&gt;
      &amp;lt;span class=&amp;quot;region&amp;quot;&amp;gt;DC&amp;lt;/span&amp;gt;&lt;br /&gt;
    &amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;a class=&amp;quot;url instantiation&amp;quot; href=&amp;quot;http://portal.acm.org/ft_gateway.cfm?id=1105800&amp;amp;type=pdf&amp;amp;coll=portal&amp;amp;dl=ACM&amp;amp;CFID=68330711&amp;amp;CFTOKEN=39187329&amp;quot;&amp;gt;PDF of full text from ACM&amp;lt;/a&amp;gt;&lt;br /&gt;
&lt;br /&gt;
	DOI: &amp;lt;a class=&amp;quot;url uid&amp;quot; href=&amp;quot;http://dx.doi.org/10.1109/SC.2005.53&amp;quot;&amp;gt;10.1109/SC.2005.53&amp;lt;/a&amp;gt;&lt;br /&gt;
        Tags: &lt;br /&gt;
    &amp;lt;a class=&amp;quot;keyword&amp;quot; rel=&amp;quot;tag&amp;quot; href=&amp;quot;results.cfm?query=genterm%3A%22Design%22 ...&amp;quot;&amp;gt;&lt;br /&gt;
							Design&amp;lt;/a&amp;gt;,&lt;br /&gt;
     &amp;lt;a class=&amp;quot;keyword&amp;quot; rel=&amp;quot;tag&amp;quot; href=&amp;quot;results.cfm?query=genterm%3A%22Experimentation%22 ....&amp;quot;&amp;gt;&lt;br /&gt;
							 Experimentation&amp;lt;/a&amp;gt;,&lt;br /&gt;
     &amp;lt;a class=&amp;quot;keyword&amp;quot; rel=&amp;quot;tag&amp;quot; href=&amp;quot;results.cfm?query=genterm%3A%22Measurement%22...&amp;quot;&amp;gt;&lt;br /&gt;
							 Measurement&amp;lt;/a&amp;gt;,&lt;br /&gt;
     &amp;lt;a class=&amp;quot;keyword&amp;quot; rel=&amp;quot;tag&amp;quot; href=&amp;quot;results.cfm?query=genterm%3A%22Performance%22 ...&amp;quot;&amp;gt;&lt;br /&gt;
							 Performance&amp;lt;/a&amp;gt;&lt;br /&gt;
&lt;br /&gt;
	&amp;lt;blockquote class=&amp;quot;description&amp;quot;&amp;gt;In developing High-Performance Computing (HPC) software, time to solution is an important metric. This metric is comprised of two main components: the human effort required developing the software, plus the amount of machine time required to execute it. To date, little empirical work has been done to study the first component: the human effort required and the effects of approaches and practices that may be used to reduce it. In this paper, we describe a series of studies that address this problem. We instrumented the development process used in multiple HPC classroom environments. We analyzed data within and across such studies, varying factors such as the parallel programming model used and the application being developed, to understand their impact on the development process.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
  &amp;lt;/cite&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Note''' (From [[Discoleo]], Sept. 06)&lt;br /&gt;
* sometimes, the citation must include '''Town/Country''' and '''Precise Date/Date Range''', e.g.&lt;br /&gt;
** ''Gillespie SH, Dickens A.'' Variation in mutation rate of quinolone resistance in Streptococcus pneumoniae [abstract P06-17A]. In: Abstracts of the 3rd International Symposium on Pneumococci and Pneumococcal Disease (Anchorage, 5-9 May 2002).Washington, DC: American Society of Microbiology, 2002.&lt;br /&gt;
** ''Bassetti, M.; Righi, E.; Rebesco, B.; Molinari, MP.; Costa, A.; Fasce, R.; Cruciani, M.; Bassetti, D.; Bobbio Pallavicini, F.'' 44th Annual Interscience Conference on Antimicrobial Agents and Chemotherapy (ICAAC). Washington, DC; 2004. Epidemiological trends in nosocomial candidemia in ICU: A five-year Italian perspective.&lt;br /&gt;
** ''Peacock JE, Wade JC, Lazarus HM, et al.'' Ciprofloxacin/piperacillin vs. tobramycin/piperacillin as empiric therapy for fever in neutropenic cancer patients, a randomized, double-blind trial [abstract 373]. In: Program and abstracts of the 37th Interscience Conference on Antimicrob Agents and Chemotherapy (Toronto). Washington, DC: American Society for Microbiology, 1997.&lt;br /&gt;
&lt;br /&gt;
==== Citing an external website ====&lt;br /&gt;
&lt;br /&gt;
This is based on a formal citation of a website in the references section of a research paper, but could also be used for in-line links that had added information. Here's the original:&lt;br /&gt;
&lt;br /&gt;
[25] David Stern, &amp;quot;eprint Moderator Model&amp;quot;, http://www.library.yale.edu/scilib/modmodexplain.html  (version dated Jan 25, 1999)&lt;br /&gt;
 &lt;br /&gt;
 &amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;cite class=&amp;quot;hcite&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;a class=&amp;quot;fn url&amp;quot; href=&amp;quot;http://www.library.yale.edu/scilib/modmodexplain.html&amp;quot;&amp;gt;eprint Moderator Model&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;author vcard&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;a href=&amp;quot;http://pantheon.yale.edu/~dstern/dsbio.html&amp;quot; class=&amp;quot;url fn&amp;quot;&amp;gt;David Stern&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;/span&amp;gt;  &lt;br /&gt;
&amp;lt;abbr class=&amp;quot;dtpublished&amp;quot; title=&amp;quot;19990125T0000-0500&amp;quot;&amp;gt;&lt;br /&gt;
    Jan 25, 1999&lt;br /&gt;
  &amp;lt;/abbr&amp;gt;&lt;br /&gt;
&amp;lt;/cite&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Discussion of Straw Format elements ===&lt;br /&gt;
&lt;br /&gt;
This section is to provide explanations for posterity about the elements of the straw format, linking to discussions on the list and elsewhere if possible.&lt;br /&gt;
&lt;br /&gt;
==== 'hcite' as Root Element name ====&lt;br /&gt;
&lt;br /&gt;
This discussion took place in January of 2007, with [http://microformats.org/discuss/mail/microformats-discuss/2007-January/008098.html voting occurring on the mailing list].&lt;br /&gt;
&lt;br /&gt;
It was decided to use 'hcite' as the root element's class-name for uniqueness and to reflect a trend in using 'h' to start microformat names.&lt;br /&gt;
&lt;br /&gt;
==== The URI Element ====&lt;br /&gt;
&lt;br /&gt;
It was decided to use URI for both http links to available copies or URNs.&lt;br /&gt;
This encompasses URLs that link directly to online copies as well as through resolvers using URIs such as urn:isbn: 0521890012&lt;br /&gt;
&lt;br /&gt;
See the discussion from [http://microformats.org/discuss/mail/microformats-discuss/2006-November/007390.html November] and [http://microformats.org/discuss/mail/microformats-discuss/2006-December/007403.html December].&lt;br /&gt;
&lt;br /&gt;
==== Date Fields ====&lt;br /&gt;
&lt;br /&gt;
Brian's original straw format had three date fields, &amp;quot;accessed&amp;quot;, &amp;quot;copyrighted&amp;quot;, and &amp;quot;published&amp;quot;.&lt;br /&gt;
After examining the examples of usage on the web, it was clear that 'copyrighted' was not used in the examples we have.&lt;br /&gt;
It was used once, but without a corresponding 'published' field (OCLC WorldCat), and it seems in that case to be used as &lt;br /&gt;
an equivalent to 'published'.&lt;br /&gt;
&lt;br /&gt;
I updated the straw citation to include only 'accessed' and 'published' on January 31. --[[User:Mike|Mike]] 00:26, 31 Jan 2007 (PST)&lt;br /&gt;
&lt;br /&gt;
See the discussion from the [http://microformats.org/discuss/mail/microformats-discuss/2007-January/008175.html 'dates' thread on the list].&lt;br /&gt;
&lt;br /&gt;
== Old straw format discussion ==&lt;br /&gt;
&lt;br /&gt;
Saved here so that I'm not just deleting people's comments.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Mike straw format suggestion (Deprecated) ===&lt;br /&gt;
&lt;br /&gt;
In the interests of starting debate and having something concrete to fix, I suggest the following structure for a format. It is probably very incomplete and I claim no microformat expertise. I'm just trying to follow existing patterns. Comments and ridicule are both solicited. -Mike&lt;br /&gt;
&lt;br /&gt;
'''NOTE:''' This format is here for historical reference. Because it was not based on existing examples, I've deprecated it and contributed examples to Brian's format. If you feel that any missing elements in here should be in the final format, find examples for them and contribute to Brian's schema. Thanks! --[[User:Mike|Mike]] 18:22, 12 Oct 2006 (PDT)&lt;br /&gt;
&lt;br /&gt;
==== In General ====&lt;br /&gt;
&lt;br /&gt;
The ''citation'' format is based on a set of fields common to many bibliographic data formats, which are often implied by standard citation display styles but not explicitly marked up in practice on the web.&lt;br /&gt;
&lt;br /&gt;
==== Schema ====&lt;br /&gt;
&lt;br /&gt;
The citation schema consists of the following:&lt;br /&gt;
&lt;br /&gt;
* cite &lt;br /&gt;
** title: required, text (class = fn)&lt;br /&gt;
** subtitle: optional, text&lt;br /&gt;
** authors: optional, use hCard&lt;br /&gt;
** publication date: optional&lt;br /&gt;
** link(s) to instantiations, optional, url or use rel-enclosure? (class=url)&lt;br /&gt;
** UID, optional (for ISBN, DOI - use existing uid class) | permalink&lt;br /&gt;
** series (aka volume/issuenum) , optional (''not as sure how to handle these - suggestions?'')&lt;br /&gt;
** pages: startpage &amp;amp; endpage, optional, text&lt;br /&gt;
** venue, optional (hCard)&lt;br /&gt;
** publisher, optional (hCard)&lt;br /&gt;
** container: optional (nested hCite)&lt;br /&gt;
** abstract, optional (blockquote + class=&amp;quot;abstract&amp;quot; ?)&lt;br /&gt;
** notes, optional (blockquote + class=&amp;quot;notes&amp;quot; ?)&lt;br /&gt;
** keywords, optional (rel-tag)&lt;br /&gt;
** image, optional (for inclusion inline, unlike the url)&lt;br /&gt;
** copyright, optional (rel-license)&lt;br /&gt;
** ''what else am I missing?''&lt;br /&gt;
*** language, optional&lt;br /&gt;
&lt;br /&gt;
''Looks good, but I question the use of hCard for names. Due to ambiguity issues, requring hCard would lead to extra markup in order to apply just a name, hence [http://microformats.org/discuss/mail/microformats-discuss/2006-March/003487.html the need for a root element]. We should extract the N optimization of hCard like we did with adr, in order to ease this problem.'' --[[User:RCanine|Ryan Cannon]]&lt;br /&gt;
&lt;br /&gt;
Perhaps a Retrieved Date or Access Date would be appropriate for citing online resources. For example at http://www.crlt.umich.edu/publinks/facment_biblio.html &lt;br /&gt;
you see citations like this&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
Chief Academic Officers of the Big 12 Universities (2000). Big 12 Faculty Fellowship Program. Retrieved December 20, 2000 from the World Wide Web: http://www.k-state.edu/provost/academic/big12/big12guide.htm.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
--[[User:JoeAndrieu|Joe Andrieu]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Discussion about citing legal cases ====&lt;br /&gt;
&lt;br /&gt;
Here's some info I found about citing law:&lt;br /&gt;
&lt;br /&gt;
I'm not a lawyer, so I'm relying on the published [http://www.legalbluebook.com &amp;quot;blue book&amp;quot; standard], at least the only part of it I can get without paying $25. I'd be happy to hear improvements from experts in the field - how do lawyers mark up references to case law in HTML now?&lt;br /&gt;
&lt;br /&gt;
From groklaw.net and eff.org, I find mostly just links to PDFs with the name of the case as the link text. Or just this, from EFF:&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;h1&amp;gt;The Betamax Case&amp;lt;/h1&amp;gt;&lt;br /&gt;
&amp;lt;h2&amp;gt;Sony Corp. of America v. Universal City Studios, 464 U.S. 417 (1984)&amp;lt;/h2&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
From an example at the sample bluepages: http://www.legalbluebook.com/pdfs/bluepages.pdf&lt;br /&gt;
5 basic components:&lt;br /&gt;
*1 name of the case (citation title)&lt;br /&gt;
*2 published source in which case may be found (citation containing publication?)&lt;br /&gt;
*3 a parenthetical indicating the court and year of decision (citation venue?)&lt;br /&gt;
*4 other parenthetical information, if any (citation notes?)&lt;br /&gt;
*5 subsequent history of the case, if any (citation notes?)&lt;br /&gt;
&lt;br /&gt;
Here's two examples from the bluebook. Note that there are very strict rules about abbreviations in that source!&lt;br /&gt;
&lt;br /&gt;
Holland v. Donnelly, 216 F. Supp. 2d 227, 230 (S.D.N.Y. 2002), aff'd, 324 F.3d 99 (2d Cir. 2003).&lt;br /&gt;
&lt;br /&gt;
Green v. Georgia, 442 U.S. 95, 97 (1979) (per curiam) (holding that exclusion of relevant evidence at sentencing hearing constitutes denial of due process).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== discussions ==&lt;br /&gt;
* [[citation-irc-notes-2006-04-09]]&lt;/div&gt;</summary>
		<author><name>Mike</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=citation-brainstorming&amp;diff=13086</id>
		<title>citation-brainstorming</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=citation-brainstorming&amp;diff=13086"/>
		<updated>2007-01-31T08:20:28Z</updated>

		<summary type="html">&lt;p&gt;Mike: /* Working straw schema */ add changes from discussion of date fields on mailing list&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h1&amp;gt; Citation Brainstorming &amp;lt;/h1&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* [[citation]]&lt;br /&gt;
* [[citation-examples]]&lt;br /&gt;
* [[citation-formats]]&lt;br /&gt;
* [[citation-faq]]&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
== Contributors ==&lt;br /&gt;
&lt;br /&gt;
* ...&lt;br /&gt;
* ... (a bunch of good folks!)&lt;br /&gt;
* Tantek Çelik&lt;br /&gt;
* Tim White&lt;br /&gt;
* Michael McCracken&lt;br /&gt;
* Brian Suda&lt;br /&gt;
* [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
&lt;br /&gt;
== Use Cases ==&lt;br /&gt;
&lt;br /&gt;
To focus the discussion, please add use cases below that will help show what problems the citation microformat will be solving.&lt;br /&gt;
&lt;br /&gt;
I've included two, focusing on consuming information - I've assumed that use cases for generating microformatted content would just involve the desire to enable your content to be consumed better, but I'm interested to see if there's something I'm missing here -Mike&lt;br /&gt;
&lt;br /&gt;
=== Acquiring reference information from the web ===&lt;br /&gt;
&lt;br /&gt;
A user either finds an author's papers page, or is viewing the results of a search and would like to import the information about the displayed papers into their local reference database, for the purposes of cataloging things they've read, adding notes, and using the information to generate later citations, potentially in other forms, such as BibTeX or Docbook, for inclusion in a publication of their own.&lt;br /&gt;
&lt;br /&gt;
Notes: In this case, it isn't important to the user what format the citation takes as displayed on the page where they find it. What *is* important is that it contains enough information to allow generation of the format they will ultimately re-publish it in. This implies that it may be worthwhile to err a little on the side of verbosity.&lt;br /&gt;
&lt;br /&gt;
Also, links to downloadable full representations of the cited work are very important - e.g. a link to the PDF of a journal article, or to a music file.&lt;br /&gt;
&lt;br /&gt;
=== Subscribing to reading lists, periodicals, etc ===&lt;br /&gt;
&lt;br /&gt;
I would like to be able to leverage my news aggregator with hAtom to subscribe to a remote source for citation information, for example:&lt;br /&gt;
&lt;br /&gt;
* a reading list for a seminar&lt;br /&gt;
* The publication list for a conference (e.g., subscribe to SIGGRAPH and see the updated conference proceedings every year)&lt;br /&gt;
* the issues of a journal&lt;br /&gt;
* a particular research group or researcher's publications&lt;br /&gt;
* Not just research: a popular author's publications (e.g., [http://www.gladwell.com/archive.html Malcolm Gladwell's Archive])&lt;br /&gt;
&lt;br /&gt;
=== Aggregating reading lists and reviews ===&lt;br /&gt;
&lt;br /&gt;
A citation microformat-specific aggregator could provide a decentralized version of [http://citeulike.org/ CiteULike]. Libraries, authors, research groups, and publishers could mark up their collections, while other people on weblogs or review sites could add tags and reviews.&lt;br /&gt;
&lt;br /&gt;
At least, having a well-adopted microformat would make writing tools like CiteULike much better, since it relies in some cases on screen-scraping publisher web-sites.&lt;br /&gt;
&lt;br /&gt;
=== Cut &amp;amp; Paste from web pages ===&lt;br /&gt;
Capturing/copying HTML from web pages for use in other applications (especially when those apps present HTML as output), such as pasting into Word, or a specialized application like [http://www.google.com/notebook Google Notebook], [http://onfolio.com Onfolio] or [http://www.kaboodle.com Kaboodle].  When such captures are made, it makes sense to keep track of the full citation data, including the date it was accessed, which may or may not be the date it was published. &lt;br /&gt;
&lt;br /&gt;
=== Blogs quoting other resources, including blogs ===&lt;br /&gt;
Any blog that cites online content, whether a blog or news article, could use an hCitation to properly link to the cited reference. Such citations could include the access date when the blogger made the citation, because resources on the other side of those links can change without notice. &lt;br /&gt;
&lt;br /&gt;
Instead, today we have simple formating with a link to the permaURL. The citation data is completely lacking. See [http://doc.weblogs.com Doc Searl's blog] for a style of referencing that could benefit from proper a citation uF.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Fascinating... after I added the last two use cases, I realized they focus on potentially marginal cases. The first because it is missing the &amp;quot;output&amp;quot; part of the cut &amp;amp; paste, where the uF would actually be used as part of the paste.  The latter because bloggers have a working citation mechanism that is just a link to the URL (hopefully a permaURL). One could argue they wouldn't want a full hCitation. And in fact, until a tool exists that makes it easy, they probably won't.  However, a tool that cuts &amp;amp; pastes from anywhere on the web into a blog with a full citation seems like a nice tool.  But again, I'm not really paving the cowpaths with these ideas. -Joe Andrieu&lt;br /&gt;
&lt;br /&gt;
===Finding in Library===&lt;br /&gt;
Find a copy of the cited work in a nearby library (as with [http://ocoins.info/ OpenCOinS]). [[User:AndyMabbett|AndyMabbett]] 04:55, 4 Nov 2006 (PST)&lt;br /&gt;
&lt;br /&gt;
===Buy a copy===&lt;br /&gt;
Find the cited work on, for example, Amazon or [http://www.abebooks.com/ ABE]; or subscribe to a journal via its own website. [[User:AndyMabbett|AndyMabbett]] 04:55, 4 Nov 2006 (PST)&lt;br /&gt;
&lt;br /&gt;
===Find reviews===&lt;br /&gt;
Find third-party reviews of the cited work. [[User:AndyMabbett|AndyMabbett]] 04:55, 4 Nov 2006 (PST)&lt;br /&gt;
&lt;br /&gt;
== Original hBib Discussion ==&lt;br /&gt;
&lt;br /&gt;
During the WWW2005 Developer's Day [[microformats]] track, Rohit Khare gave a [[presentations|presentation]] where he discussed the microformats [[process]], and then did  a quick demonstration wherein a bunch of us got on a shared Subethaedit document, and brainstormed some thoughts on what an &amp;quot;hBib&amp;quot; bibliography citation microformat would look like.  Rohit placed the [http://cnlabs.commerce.net/~rohit/hBib%20Discussion.html document on his Commercenet site].&lt;br /&gt;
&lt;br /&gt;
* http://cnlabs.commerce.net/~rohit/hBib%20Discussion.html&lt;br /&gt;
&lt;br /&gt;
''An attempt to summarize and inline the linked document follows. -Mike''&lt;br /&gt;
&lt;br /&gt;
Two major goals were outlined by the group:&lt;br /&gt;
&lt;br /&gt;
* Avoid re-keying references&lt;br /&gt;
* Adapt to new journal styles by changing CSS&lt;br /&gt;
 &lt;br /&gt;
The fundamental problem was discussed in terms of display - the ability to transform XHTML+hBib into the many journal-specific formats. For example, how to display &amp;quot;et.al&amp;quot; when all authors are present in the source, and how to re-order the elements if a style defines a set order of elements that conflicts with the ordering in the source. Using hCard for authors was agreed on, and the beginnings of an example were shown.&lt;br /&gt;
&lt;br /&gt;
== XHTML Structure ==&lt;br /&gt;
With my exprience working X2V and hCa* has taught me what elememts are easy to find and which are not. Since the Citation microformat is very new it is possible to not make a lot of the same errors twice and to make things easier for extracting application to find and imply certain properties.&lt;br /&gt;
&lt;br /&gt;
* There should be some sort of 'root node' that implies all child elements are for the hCitation microformat.&lt;br /&gt;
* Since most people will have multiple citations there should be away to represent each hCitation object as a unqiue block independent of another. This is to keep the parse from finding 'author' and applying that to all citations. Each citation should be in a container (class=&amp;quot;hcite&amp;quot;) that is separated from others.&lt;br /&gt;
* Perhaps class=&amp;quot;hcite&amp;quot; with &amp;lt;code&amp;gt;&amp;amp;lt;cite&amp;amp;gt;&amp;lt;/code&amp;gt; recommended as the root element. E.g. &amp;lt;code&amp;gt;&amp;amp;lt;cite class=&amp;quot;hcite&amp;quot;&amp;amp;gt;&amp;lt;/code&amp;gt; &lt;br /&gt;
&lt;br /&gt;
'''Note: This section was the original content of the document. Since then, class='hcite' has been agreed on as the root class name. See  [http://microformats.org/wiki?title=citation-brainstorming#.27hcite.27_as_Root_Element_name explanation].'''&lt;br /&gt;
&lt;br /&gt;
== Citation vs. [[media-info]] ==&lt;br /&gt;
&lt;br /&gt;
What distinguishes a cite from say [[media-info]] (e.g. [[media-info-examples]]) is that a cite is a reference to something explicitly external to the current piece of content or document, whereas [[media-info]] describes information about content embedded or inline in the current document.&lt;br /&gt;
&lt;br /&gt;
== Semantic Meaning ==&lt;br /&gt;
One of the guiding priniciple of Microformats is to use the most semantically rich element to describe each node (Point 2 of Semantic XHTML Design Principles: Use the most accurately precise semantic XHTML building block for each object etc). Since we are dealing with HTML and citations, several elements are candidates to be used to enrich the semantic meaning. [http://www.w3.org/TR/REC-html40/struct/text.html CITE, BLOCKQUOTE, Q, A], (are there more?)&lt;br /&gt;
&lt;br /&gt;
The [[citation-brainstorming|Citation Brainstorming Page]] has a few development and ideas about how to give another person credit for a link. Some of the semantic ideas behind their choices of tags can be applied to a full bibliographic type reference. ''Does this sentence make sense only historically? -Mike''&lt;br /&gt;
&lt;br /&gt;
== OCLC's WorldCat for titles == &lt;br /&gt;
Question: what about using something like OCLC's [http://www.oclc.org/worldcat/open/isbnissnlinking/default.htm WorldCat] for linking titles? - Tim White&lt;br /&gt;
&lt;br /&gt;
== This and That ==&lt;br /&gt;
After reading through alot of different citation encoding formats, i noticed that each format was being used in onw of two ways. It was either to describe the Current page (THIS.PAGE) or being used to encode references that point to external resources (THAT.PAGE)&lt;br /&gt;
&lt;br /&gt;
The informatation being encoded was identical for both resources (author, date, name, etc) they just reference different things. For this microformat, i'm not sure if we want to try to solve both problems, or just one? The meta tags in the head element would be the ideal place for information about the THIS.PAGE, but that is not in following with the ideals of microformats where information is human-readable. The THAT.PAGE idea where a list of references is at the end of a document in the form of a bibliography is more inline with the ideals of a microformat where the data is human-readable. That doesn't mean that data about the current document shouldn't be human-readable, so some of the same properties used to reference extermal resources can be used for the current document (THIS.PAGE). To do this a different root item could be used and transforming applications could either extract the citation data about the current page, or information about this page's references.&lt;br /&gt;
&lt;br /&gt;
This is open for discussion, but either way, i believe that the properties used to describe a page will be the same for both THIS and THAT. [http://suda.co.uk/ brian suda]&lt;br /&gt;
&lt;br /&gt;
== More on This and That ==&lt;br /&gt;
&lt;br /&gt;
Citation microformats are being explored as a possibility for citing genealogical information at [http://eatslikeahuman.blogspot.com Dan Lawyer's blog].&lt;br /&gt;
&lt;br /&gt;
This is a case where frequently the citation would refer to (THIS.PAGE), but would have nested within it a reference to (THAT.PAGE), possibly a few levels deep. For instance, a web page might contain data extracted from a microfilm of a census. The citation would need to include information about the web page, information about the microfilm, and information about the census. Genealogical citations are expected to include the repository (where can this book or microfilm be found. Is this the same as ''venue''?). So, at each level the information should contain the repository of the referenced item. A nesting (recursive) mechanism for citation microformats would be useful in this case. Is this the function of the &amp;quot;container&amp;quot; element in the Straw Format?&lt;br /&gt;
&lt;br /&gt;
== Date Formatting ==&lt;br /&gt;
Since microformats are all about re-use and the accepted way to encode Date-Time has been pretty much settled, then this is a good place to start when dealing with all the different date citation types. &lt;br /&gt;
&lt;br /&gt;
These are all the different fields from various citation formats that are of temporal nature:&lt;br /&gt;
 * Date (available | created | dateAccepted | dateCopyrighted | dateSubmitted | issued | modified | valid)&lt;br /&gt;
 * originInfo/dateIssued&lt;br /&gt;
 * originInfo/dateCreated&lt;br /&gt;
 * originInfo/dateCaptured&lt;br /&gt;
 * originInfo/dateOther&lt;br /&gt;
 * month&lt;br /&gt;
 * year&lt;br /&gt;
 * Copyright Year&lt;br /&gt;
 * Date - Generic&lt;br /&gt;
 * Date of Confernce&lt;br /&gt;
 * Date of Publication&lt;br /&gt;
 * Date of update/revisou/issuance of database record&lt;br /&gt;
 * Former Date&lt;br /&gt;
 * Entry Date for Database Record&lt;br /&gt;
 * Database Update&lt;br /&gt;
 * Year of Publication&lt;br /&gt;
&lt;br /&gt;
There are several common properties across several citation domains and will certainly be in the citation microformat, the unique instances will need further consideration, otherwise there could be no end to posiblities. &lt;br /&gt;
&lt;br /&gt;
There are also several properties (year, month, Year of publication) that can be extracted from another source. Therefore, if you only encode a more specific property such as; Date of Publication, you can extract the 'year of publication' from that. Since the date-time format we are modeling after is the ISO date-time format, just the Year portion is an acceptable date. So if you ONLY know the year of publication, the you can form a valid 'Date of Publication' as a microformat (which inturn is a valid 'year of publication') - you milage may vary when it comes to importing into citation applications.&lt;br /&gt;
&lt;br /&gt;
...&lt;br /&gt;
&lt;br /&gt;
It seems to me that these can be collapsed to maybe one or two different date properties.  As far as the specific human readable formatting of the date, that can be chosen per whatever the presentation style guide says, and the [[datetime-design-pattern]] used to simplify the markup. - Tantek&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Important'''&lt;br /&gt;
Sometimes we need a date range and not simply a date (e.g. 4-6 May 2006). See ''Conference Citation'' examples later on this page. - Discoleo&lt;br /&gt;
&lt;br /&gt;
'''Seasons'''&lt;br /&gt;
Some journals have seasonal issues (e.g. &amp;quot;Summer 2006 edition&amp;quot;) instead of, or as well as, editions labelled by month or other calendar-date. [[User:AndyMabbett|AndyMabbett]] 05:05, 4 Nov 2006 (PST)&lt;br /&gt;
&lt;br /&gt;
== Tags ==&lt;br /&gt;
Some of the citation formats has a place for 'keywords' or 'generic tags', etc. This might be a good place to re-use the [http://microformats.org/wiki/rel-tag RelTag microformat]. The downside would be that they are then forced to be links, which might be the correct way to mark-up these terms.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== MARC / MODS / Dublin Core ==&lt;br /&gt;
&lt;br /&gt;
The MODS ([http://www.loc.gov/standards/marcxml/Sandburg/sandburgmods.xml example]) and Dublin Core ([http://www.loc.gov/standards/marcxml/Sandburg/sandburgdc.xml example]) transformations of MARC21 may contain some useful ideas.&lt;br /&gt;
&lt;br /&gt;
Here's a first attempt at rewriting the linked examples in XHTML (written in response to a [http://microformats.org/discuss/mail/microformats-discuss/2005-December/002438.html mailing list query about encoding book information with microformats]):&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;book&amp;quot; lang=&amp;quot;en&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;h3 class=&amp;quot;fn&amp;quot;&amp;gt;Arithmetic /&amp;lt;/h3&amp;gt;&lt;br /&gt;
  &amp;lt;p&amp;gt;By &amp;lt;span class=&amp;quot;creator&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Sandburg, Carl&amp;lt;/span&amp;gt;,&lt;br /&gt;
     &amp;lt;span class=&amp;quot;date&amp;quot;&amp;gt;1878-1967&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;,&lt;br /&gt;
     and &amp;lt;span class=&amp;quot;illustrator&amp;quot;&amp;gt;Rand, Ted&amp;lt;/span&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
  &amp;lt;p&amp;gt;Publisher: &amp;lt;span class=&amp;quot;publisher&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Harcourt Brace Jovanovich&amp;lt;/span&amp;gt;,&lt;br /&gt;
     &amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;San Diego&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
  &amp;lt;p&amp;gt;Published: &amp;lt;span class=&amp;quot;issued&amp;quot;&amp;gt;1993&amp;lt;/span&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
  &amp;lt;p class=&amp;quot;description&amp;quot;&amp;gt;A poem about numbers and their characteristics. Features&lt;br /&gt;
     anamorphic, or distorted, drawings which can be restored to normal by viewing&lt;br /&gt;
     from a particular angle or by viewing the image's reflection in the provided&lt;br /&gt;
     Mylar cone.&amp;lt;/p&amp;gt;&lt;br /&gt;
  &amp;lt;p class=&amp;quot;note&amp;quot;&amp;gt;One Mylar sheet included in pocket.&amp;lt;/p&amp;gt;&lt;br /&gt;
  &amp;lt;p&amp;gt;Subjects:&amp;lt;/p&amp;gt;&lt;br /&gt;
  &amp;lt;ul&amp;gt;&lt;br /&gt;
    &amp;lt;li class=&amp;quot;subject&amp;quot;&amp;gt;Arithmetic&amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li class=&amp;quot;subject&amp;quot;&amp;gt;Children's poetry, American.&amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li class=&amp;quot;subject&amp;quot;&amp;gt;Arithmetic&amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li class=&amp;quot;subject&amp;quot;&amp;gt;American poetry&amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li class=&amp;quot;subject&amp;quot;&amp;gt;Visual perception&amp;lt;/li&amp;gt;&lt;br /&gt;
  &amp;lt;/ul&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;
== Basic Citation Stuctures ==&lt;br /&gt;
There are basic structures to any citation, this is an overview of some of the types&lt;br /&gt;
[http://www.users.muohio.edu/darcusb/misc/citations-spec.html http://www.users.muohio.edu/darcusb/misc/citations-spec.html]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Concerns not addressed by existing formats ==&lt;br /&gt;
&lt;br /&gt;
There are some aspects '''NOT adequately''' covered by existing formats. I have addressed this issue on the OpenOffice.org wiki page, too. [see http://wiki.services.openoffice.org/wiki/Bibliographic_Database for an extending discussion, the paragraph on ''Reference Types'']&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
These issues pertain mainly to '''Errata''', '''Comments and Authors Reply''' and '''Article Retractions'''.&lt;br /&gt;
* a bidirectional link could be necessary to implement these features (original article &amp;lt;=&amp;gt; eratum, reply, retraction letter)&lt;br /&gt;
* '''IMPORTANT: Errata'''&lt;br /&gt;
** Erata: one or more Corrections might be posted in various issues of the journal&lt;br /&gt;
** this is usually cited as: Orininal Article Citation Data (Correction available in ''Journal, Issue Nr, Year, Pages'') (repeat for more than one correction)&lt;br /&gt;
** it is possibly never cited alone&lt;br /&gt;
** there should be a link to the original article, while the original article should contain a link to this ''Errata''&lt;br /&gt;
* '''IMPORTANT: Commentary and Author Reply'''&lt;br /&gt;
** similar to Errata, there might be one or more Comments and Author Replys; this should be stored, too&lt;br /&gt;
** however, it is usually not included in the original citation&lt;br /&gt;
** it might be used however in a citation, but I do not know exaclty how to cite it optimally (original article should be provided as well) &lt;br /&gt;
* '''IMPORTANT: Article Retraction'''&lt;br /&gt;
** an article may be retracted because of plagiarism or some other flaw&lt;br /&gt;
** this should not be used any further in the research&lt;br /&gt;
** however, it might be used e.g. for an article on plagiarism or flawed research&lt;br /&gt;
** there should be therefore one field storing this information, too, and a link to:&lt;br /&gt;
** the published withdrawal letter (which explains why the article was retracted)&lt;br /&gt;
&lt;br /&gt;
* this issue may need a time-controlled event&lt;br /&gt;
* '''IMPORTANT: electronic publishing ahead of print (EPUB)'''&lt;br /&gt;
** more and more articles are initially posted online, before the published article gets actually printed&lt;br /&gt;
** How should this be used/cited?&lt;br /&gt;
** Is this changed, after the print version becomes available?&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Outstanding Issues ==&lt;br /&gt;
The 3 main points i (Brian) came across so far are:&lt;br /&gt;
1) IDENTIFIERS&lt;br /&gt;
2) FORMAT TYPES&lt;br /&gt;
3) NESTING&lt;br /&gt;
&lt;br /&gt;
1) In hCard/hCalendar there is a UID field. Added with URL it makes for a great unique identifier. There are loads of other identifers besides URL, ISBN, LOC call number, SKU, ISSN, etc. Many of these are unique in their domain, but not globally unique. So how to they get marked-up? Much like the hCard TEL/ADR properties, we can use something like:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;uid&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;type&amp;quot;&amp;gt;ISBN&amp;lt;/span&amp;gt;: &amp;lt;span&lt;br /&gt;
class=&amp;quot;value&amp;quot;&amp;gt;123456&amp;lt;/span&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
This makes the encoding the most extensible... if we start use class=&amp;quot;isbn&amp;quot; then it is an enumerated list, with class=&amp;quot;type&amp;quot; it is open ended.&lt;br /&gt;
&lt;br /&gt;
2) I keep mis-using &amp;quot;format&amp;quot;, format is the medium - hardback, softback. The TYPE (there probably is a better word - container?) is book, article, conference, manifesto, etc. Much like the identifers we can make an enumerated list of values, class=&amp;quot;book&amp;quot;, class=&amp;quot;article&amp;quot;, but that boxes us in, whereas something like: &amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;span class=&amp;quot;type&amp;quot;&amp;gt;article&amp;lt;/span&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt; leaves things more open.&lt;br /&gt;
&lt;br /&gt;
3) Nesting citation data in a citation. The ability to nest the same microformat inside itself is something that other microformats don't explicitly handle.&lt;br /&gt;
&lt;br /&gt;
The two options are:&lt;br /&gt;
i) Using class=&amp;quot;book&amp;quot;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;hcite&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;div class=&amp;quot;book&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Book Title&amp;lt;/span&amp;gt;&lt;br /&gt;
  &amp;lt;div class=&amp;quot;chapter&amp;quot;&amp;gt;&lt;br /&gt;
     &amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Chapter Title&amp;lt;/span&amp;gt;&lt;br /&gt;
  &amp;lt;/div&amp;gt;&lt;br /&gt;
 &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&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 makes things easy to nest and to figure out exactly what is&lt;br /&gt;
associated with what, but the downside is that we have enumerated&lt;br /&gt;
lists of values for the class properties.&lt;br /&gt;
&lt;br /&gt;
ii) using the TYPE for book&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;hcite&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;div class=&amp;quot;type&amp;quot;&amp;gt;book&amp;lt;/div&amp;gt;&lt;br /&gt;
 &amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Book Title&amp;lt;/span&amp;gt;&lt;br /&gt;
 &amp;lt;div class=&amp;quot;type&amp;quot;&amp;gt;chapter&amp;lt;/div&amp;gt;&lt;br /&gt;
 &amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Chapter Title&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
now the class=&amp;quot;fn&amp;quot; is not nested inside the class=&amp;quot;book&amp;quot; or&lt;br /&gt;
class=&amp;quot;chapter&amp;quot; so there would have to be some other mechanism to&lt;br /&gt;
associate the data with the type.&lt;br /&gt;
&lt;br /&gt;
== Brian's Straw format ==&lt;br /&gt;
&lt;br /&gt;
=== implied schema (examples) ===&lt;br /&gt;
 + publisher&lt;br /&gt;
 + language&lt;br /&gt;
 + description&lt;br /&gt;
 + title&lt;br /&gt;
 + creator&lt;br /&gt;
 + journal&lt;br /&gt;
 + volume&lt;br /&gt;
 + issue&lt;br /&gt;
 + page &lt;br /&gt;
 + edition&lt;br /&gt;
 + identifier&lt;br /&gt;
 + tags&lt;br /&gt;
 + format&lt;br /&gt;
 + date published&lt;br /&gt;
 + copyright&lt;br /&gt;
 - audience&lt;br /&gt;
&lt;br /&gt;
=== implied schema (formats) ===&lt;br /&gt;
 + publisher&lt;br /&gt;
 + language&lt;br /&gt;
 + description&lt;br /&gt;
 + title&lt;br /&gt;
 + creator&lt;br /&gt;
 + volume&lt;br /&gt;
 + pages&lt;br /&gt;
 + edition&lt;br /&gt;
 + issue&lt;br /&gt;
 + identifier&lt;br /&gt;
 + tags&lt;br /&gt;
 + format&lt;br /&gt;
 + date published&lt;br /&gt;
 + date copyrighted&lt;br /&gt;
 - subtitle&lt;br /&gt;
 - image &lt;br /&gt;
 - excerpt&lt;br /&gt;
 - index terms&lt;br /&gt;
 - series title&lt;br /&gt;
 - publication&lt;br /&gt;
 - journal&lt;br /&gt;
 - part (1 of X)&lt;br /&gt;
&lt;br /&gt;
UNION of the two schemas&lt;br /&gt;
 + (PLUS) means common properties&lt;br /&gt;
 - (MINUS) means unique to the schema&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Working straw schema ===&lt;br /&gt;
&lt;br /&gt;
This list records discussion about the common schema from above. The format is ''descriptive-name'' (''optional-recommended-element'' 'class-name') (''link to explanation'').&lt;br /&gt;
&lt;br /&gt;
If there is no explanation link, that field should be considered either obvious or up for debate. If you're not sure which, it's up for debate.&lt;br /&gt;
&lt;br /&gt;
* root element ('hcite') ([http://microformats.org/wiki?title=citation-brainstorming#.27hcite.27_as_Root_Element_name explanation])&lt;br /&gt;
** title ('title')&lt;br /&gt;
** Author / Editor etc. ('creator')&lt;br /&gt;
** Volume Number ('volume')&lt;br /&gt;
** Pages ('pages')&lt;br /&gt;
*** note: this can be any value &lt;br /&gt;
** Edition ('edition')&lt;br /&gt;
** Issue number ('issue')&lt;br /&gt;
** Tags (href rel='tag')&lt;br /&gt;
** Format ('format')&lt;br /&gt;
*** Note - this is unclear at present - does format mean 'type', as in 'book' vs. 'article'? --[[User:Mike|Mike]] 22:53, 16 Jan 2007 (PST)&lt;br /&gt;
** date published ('date-published')  ([http://microformats.org/wiki?title=citation-brainstorming#Date_Fields explanation])&lt;br /&gt;
** date accessed ('date-accessed')  ([http://microformats.org/wiki?title=citation-brainstorming#Date_Fields explanation])&lt;br /&gt;
** publisher&lt;br /&gt;
** language&lt;br /&gt;
** Abstract / description ('description')&lt;br /&gt;
** URI (href class='uri') ([http://microformats.org/wiki?title=citation-brainstorming#The_URI_Element explanation])&lt;br /&gt;
** identifier&lt;br /&gt;
*** an (not necessarily globally unique) identifier, such as a cite-key, pubmed ID number, or simply the reference number or string within a publication ([1] or [CLRS2001])&lt;br /&gt;
&lt;br /&gt;
==== Notes about missing / changed fields in the schema ====&lt;br /&gt;
&lt;br /&gt;
This section lists fields that are intentionally ''not'' included in the straw schema, or are not represented directly, and links to discussion about each.&lt;br /&gt;
&lt;br /&gt;
* date copyrighted ([http://microformats.org/wiki?title=citation-brainstorming#Date_Fields explanation])&lt;br /&gt;
&lt;br /&gt;
=== Examples ===&lt;br /&gt;
&lt;br /&gt;
Markup examples using the above format:&lt;br /&gt;
&lt;br /&gt;
==== Book ====&lt;br /&gt;
&lt;br /&gt;
This is Brian's original example&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;ul class=&amp;quot;bibliography&amp;quot;&amp;gt;&lt;br /&gt;
	&amp;lt;li class=&amp;quot;hcite&amp;quot; xml:lang=&amp;quot;en-gb&amp;quot;&amp;gt;&lt;br /&gt;
	&lt;br /&gt;
		&amp;lt;!-- publisher data as hCard--;&lt;br /&gt;
		&amp;lt;div class=&amp;quot;publisher vcard&amp;quot;&amp;gt;&lt;br /&gt;
			&amp;lt;span class=&amp;quot;fn org&amp;quot;&amp;gt;ABC Publishing Co.&amp;lt;/span&amp;gt;&lt;br /&gt;
			&amp;lt;span class=&amp;quot;country-name&amp;quot;&amp;gt;United Kingdom&amp;lt;/span&amp;gt;&lt;br /&gt;
			...&lt;br /&gt;
		&amp;lt;/div&amp;gt;&lt;br /&gt;
		&lt;br /&gt;
		&amp;lt;!-- author(s) data as hCard --&amp;gt;&lt;br /&gt;
		&amp;lt;div class=&amp;quot;creator vcard&amp;quot;&amp;gt;&lt;br /&gt;
			&amp;lt;span class=&amp;quot;fn n&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;given-name&amp;quot;&amp;gt;John &amp;lt;span class=&amp;quot;family-name&amp;quot;&amp;gt;Doe&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
			...&lt;br /&gt;
		&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
		&amp;lt;!-- location data --&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Foobar!&amp;lt;/span&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;description&amp;quot;&amp;gt;World Class Book about foobar&amp;lt;/span&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;volume&amp;quot;&amp;gt;1&amp;lt;/span&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;issue&amp;quot;&amp;gt;1&amp;lt;/span&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;edition&amp;quot;&amp;gt;1&amp;lt;/span&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;pages&amp;quot;&amp;gt;1-10&amp;lt;/span&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;format&amp;quot;&amp;gt;article&amp;lt;/span&amp;gt;&lt;br /&gt;
		&lt;br /&gt;
		&amp;lt;!-- differed to the UID debate --&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;identifier&amp;quot;&amp;gt;12345678&amp;lt;/span&amp;gt;&lt;br /&gt;
		&lt;br /&gt;
		&amp;lt;!-- keywords --&amp;gt;&lt;br /&gt;
		&amp;lt;a class=&amp;quot;keyword&amp;quot; rel=&amp;quot;tag&amp;quot; href=&amp;quot;/tags/foo&amp;quot;&amp;gt;foo&amp;lt;/a&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;keyword&amp;quot;&amp;gt;bar&amp;lt;/span&amp;gt;&lt;br /&gt;
		&lt;br /&gt;
		&amp;lt;!-- date properties --&amp;gt;&lt;br /&gt;
		Published &amp;lt;abbr class=&amp;quot;dtpublished&amp;quot; title=&amp;quot;20060101&amp;quot;&amp;gt;January 1st 1006&amp;lt;/abbr&amp;gt;&lt;br /&gt;
		Copyright &amp;lt;abbr class=&amp;quot;copyright&amp;quot; title=&amp;quot;20060101&amp;quot;&amp;gt;2006&amp;lt;/abbr&amp;gt;&lt;br /&gt;
	&amp;lt;/li&amp;gt;&lt;br /&gt;
	...&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p class=&amp;quot;hcite&amp;quot;&amp;gt;Have you read ;span class=&amp;quot;title&amp;quot;&amp;gt;&amp;lt;abbr title=&amp;quot;book&amp;quot; class=&amp;quot;format&amp;quot;&amp;gt;Foo Bar&amp;lt;/abbr&amp;gt;&amp;lt;/span&amp;gt;? &lt;br /&gt;
It was written by &amp;lt;span class=&amp;quot;author vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;John Doe&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;. &lt;br /&gt;
It only came out a &amp;lt;abbr class=&amp;quot;dtpublished&amp;quot; title=&amp;quot;20060101&amp;quot;&amp;gt;few months ago&amp;lt;/abbr&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Note: the &amp;quot;format&amp;quot; property above is incorrect. Format would refer more the physical characteristics of an item, rather than its type or genre (e.g. &amp;quot;article&amp;quot;, &amp;quot;book&amp;quot;, etc.). I'd rather have the main class for the li be &amp;quot;article&amp;quot; in this context, than the fairly meaningless &amp;quot;citation.&amp;quot;  Of course, one could have both, which would be fine too. -- bruce&lt;br /&gt;
&lt;br /&gt;
Note: Could we use ROLE from hCard to identify editors, translators, authors, etc?&lt;br /&gt;
This was discussed on the mailing list and the idea was dropped [http://microformats.org/discuss/mail/microformats-discuss/2006-September/005694.html]&lt;br /&gt;
&lt;br /&gt;
'''Comments''' : [[User:Singpolyma|singpolyma]] 08:03, 16 Jun 2006 (PDT) : keywords should be [[rel-tag]], and probably also [[XOXO]] (the same way the citation list is)&lt;br /&gt;
&lt;br /&gt;
[[User:RCanine|RCanine]] 11:55, 18 Dec 2006 (EST) :&lt;br /&gt;
&lt;br /&gt;
* Is there a reason not to re-use &amp;quot;published&amp;quot; from hAtom instead of inventing a new, basically equivalent term in &amp;quot;dtpublished&amp;quot;?&lt;br /&gt;
* Missing a URL/URI/IRI/UID etc. field example (ISBN for Book).&lt;br /&gt;
* Does the &amp;quot;copyright&amp;quot; class conflict with [http://www.whatwg.org/specs/web-apps/current-work/#class WHATWG's definition]?&lt;br /&gt;
* WRT Bruce's comment, I'm currently using class=&amp;quot;article citation&amp;quot; for my writing, as it has the most flexibility with CSS styles for titles (e.g. Book titles .citation&amp;gt;.fn must be italicized, while article titles must not, their container should).&lt;br /&gt;
* Speaking of containers, we need an &amp;quot;in&amp;quot; or &amp;quot;collection&amp;quot; field for journal articles or articles-in-books, or is that covered by &amp;quot;publisher&amp;quot;?&lt;br /&gt;
&lt;br /&gt;
==== Citing Private Communication ====&lt;br /&gt;
&lt;br /&gt;
Needs an example.&lt;br /&gt;
&lt;br /&gt;
==== Citing Legal Cases ====&lt;br /&gt;
Needs an example. &lt;br /&gt;
see [http://microformats.org/wiki/citation-examples-markup#Wikipedia_Court_Case Wikipedia example] for inspiration.&lt;br /&gt;
&lt;br /&gt;
==== Citing a Book ====&lt;br /&gt;
&lt;br /&gt;
needs an example&lt;br /&gt;
&lt;br /&gt;
==== Citing a journal article ====&lt;br /&gt;
&lt;br /&gt;
needs an example &lt;br /&gt;
&lt;br /&gt;
==== Citing a magazine article ====&lt;br /&gt;
&lt;br /&gt;
needs an example&lt;br /&gt;
&lt;br /&gt;
==== Citing a Patent ====&lt;br /&gt;
&lt;br /&gt;
Drawn from this [http://microformats.org/wiki/citation-examples#U.S._Patent example from Wikipedia]:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;li class=&amp;quot;hcite&amp;quot;&amp;gt;&amp;lt;a href=&amp;quot;http://patft.uspto.gov/netacgi/nph-Parser?patentnumber=4,405,829&amp;quot; class=&amp;quot;url&amp;quot; &lt;br /&gt;
    title=&amp;quot;http://patft.uspto.gov/netacgi/nph-Parser?patentnumber=4,405,829&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;format&amp;quot;&amp;gt;U.S. Patent&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;identifier&amp;quot;&amp;gt;4,405,829&amp;lt;/span&amp;gt;&amp;lt;/a&amp;gt;:&lt;br /&gt;
    &amp;lt;span class=&amp;quot;description&amp;quot;&amp;gt;The &amp;lt;a href=&amp;quot;/wiki/RSA&amp;quot; title=&amp;quot;RSA&amp;quot;&amp;gt;RSA&amp;lt;/a&amp;gt; patent, a famous software patent on the ground-breaking &lt;br /&gt;
    and highly unobvious algorithm for public key encryption, widely used for secure communications &lt;br /&gt;
    in many industries nowdays&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Citing a conference publication====&lt;br /&gt;
&lt;br /&gt;
Based on the [http://microformats.org/wiki/citation-examples#ACM_Digital_Library_Search_Result_Examples conference publication reference example].&lt;br /&gt;
&lt;br /&gt;
Changed Oct 06 to conform with [http://microformats.org/wiki/citation-brainstorming#Brian.27s_Straw_format Brian's format]. --[[User:Mike|Mike]] 18:09, 12 Oct 2006 (PDT)&lt;br /&gt;
(everything but the url class should be in line with that proposal)&lt;br /&gt;
&lt;br /&gt;
L. Hochstein, J. Carver, F. Shull, S. Asgari, V. Basili, J. K. Hollingsworth, and M. Zelkowitz, “Hpc programmer productivity: A case study of novice hpc programmers,” in Proceedings of ACM/IEEE Supercomputing Conference, 2005.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;cite class=&amp;quot;hcite&amp;quot;&amp;gt;&lt;br /&gt;
	&amp;lt;span class=&amp;quot;creator vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Lorin Hochstein&amp;lt;/span&amp;gt;&amp;lt;span class=&amp;quot;org&amp;quot;&amp;gt; University of Maryland, College Park &amp;lt;/span&amp;gt;&amp;lt;span&amp;gt;,&lt;br /&gt;
	&amp;lt;span class=&amp;quot;creator vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt; Jeff Carver &amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;org&amp;quot;&amp;gt; Mississippi State University &amp;lt;/span&amp;gt; &amp;lt;span&amp;gt;,&lt;br /&gt;
	&amp;lt;span class=&amp;quot;creator vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt; Forrest Shull &amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;org&amp;quot;&amp;gt; Fraunhofer Center Maryland &amp;lt;/span&amp;gt; &amp;lt;span&amp;gt;,&lt;br /&gt;
	&amp;lt;span class=&amp;quot;creator vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt; Sima Asgari&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;org&amp;quot;&amp;gt; University of Maryland, College Park &amp;lt;/span&amp;gt; &amp;lt;span&amp;gt;,&lt;br /&gt;
	&amp;lt;span class=&amp;quot;creator vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt; Victor Basili&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;org&amp;quot;&amp;gt; Fraunhofer Center Maryland &amp;lt;/span&amp;gt; &amp;lt;span&amp;gt;,&lt;br /&gt;
	&amp;lt;span class=&amp;quot;creator vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt; Jeffrey K. Hollingsworth&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;org&amp;quot;&amp;gt; University of Maryland, College Park &amp;lt;/span&amp;gt; &amp;lt;span&amp;gt;, and &lt;br /&gt;
	&amp;lt;span class=&amp;quot;creator vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt; Marv Zelkowitz&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;org&amp;quot;&amp;gt; University of Maryland, College Park &amp;lt;/span&amp;gt; &amp;lt;span&amp;gt;,&lt;br /&gt;
	&amp;lt;a class=&amp;quot;fn url&amp;quot; href=&amp;quot;http://dx.doi.org/10.1109/SC.2005.53&amp;quot;&amp;gt;HPC Programmer Productivity: A Case Study of Novice HPC Programmers&amp;lt;/a&amp;gt;. &lt;br /&gt;
        (&amp;lt;span class=&amp;quot;format&amp;quot;&amp;gt;conference publication&amp;lt;/span&amp;gt;)&lt;br /&gt;
	&amp;lt;cite class=&amp;quot;container hcite&amp;quot;&amp;gt;&lt;br /&gt;
	&amp;lt;a class=&amp;quot;fn url&amp;quot; href=&amp;quot;...&amp;quot;&amp;gt;Proceedings of ACM/IEEE Supercomputing Conference&amp;lt;/a&amp;gt;&lt;br /&gt;
	&amp;lt;abbr class=&amp;quot;dtpublished&amp;quot; title=&amp;quot;20051126T0000-0800&amp;quot;&amp;gt;2005&amp;lt;/abbr&amp;gt;&lt;br /&gt;
	&amp;lt;/cite&amp;gt;&lt;br /&gt;
	page &amp;lt;span class=&amp;quot;pages&amp;quot;&amp;gt;35&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;publisher vcard&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;span class=&amp;quot; fn&amp;quot;&amp;gt;IEEE Computer Society&lt;br /&gt;
   &amp;lt;/span&amp;gt;&lt;br /&gt;
    &amp;lt;div class=&amp;quot;adr&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;Washington&amp;lt;/span&amp;gt;,&lt;br /&gt;
      &amp;lt;span class=&amp;quot;region&amp;quot;&amp;gt;DC&amp;lt;/span&amp;gt;&lt;br /&gt;
    &amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;a class=&amp;quot;url instantiation&amp;quot; href=&amp;quot;http://portal.acm.org/ft_gateway.cfm?id=1105800&amp;amp;type=pdf&amp;amp;coll=portal&amp;amp;dl=ACM&amp;amp;CFID=68330711&amp;amp;CFTOKEN=39187329&amp;quot;&amp;gt;PDF of full text from ACM&amp;lt;/a&amp;gt;&lt;br /&gt;
&lt;br /&gt;
	DOI: &amp;lt;a class=&amp;quot;url uid&amp;quot; href=&amp;quot;http://dx.doi.org/10.1109/SC.2005.53&amp;quot;&amp;gt;10.1109/SC.2005.53&amp;lt;/a&amp;gt;&lt;br /&gt;
        Tags: &lt;br /&gt;
    &amp;lt;a class=&amp;quot;keyword&amp;quot; rel=&amp;quot;tag&amp;quot; href=&amp;quot;results.cfm?query=genterm%3A%22Design%22 ...&amp;quot;&amp;gt;&lt;br /&gt;
							Design&amp;lt;/a&amp;gt;,&lt;br /&gt;
     &amp;lt;a class=&amp;quot;keyword&amp;quot; rel=&amp;quot;tag&amp;quot; href=&amp;quot;results.cfm?query=genterm%3A%22Experimentation%22 ....&amp;quot;&amp;gt;&lt;br /&gt;
							 Experimentation&amp;lt;/a&amp;gt;,&lt;br /&gt;
     &amp;lt;a class=&amp;quot;keyword&amp;quot; rel=&amp;quot;tag&amp;quot; href=&amp;quot;results.cfm?query=genterm%3A%22Measurement%22...&amp;quot;&amp;gt;&lt;br /&gt;
							 Measurement&amp;lt;/a&amp;gt;,&lt;br /&gt;
     &amp;lt;a class=&amp;quot;keyword&amp;quot; rel=&amp;quot;tag&amp;quot; href=&amp;quot;results.cfm?query=genterm%3A%22Performance%22 ...&amp;quot;&amp;gt;&lt;br /&gt;
							 Performance&amp;lt;/a&amp;gt;&lt;br /&gt;
&lt;br /&gt;
	&amp;lt;blockquote class=&amp;quot;description&amp;quot;&amp;gt;In developing High-Performance Computing (HPC) software, time to solution is an important metric. This metric is comprised of two main components: the human effort required developing the software, plus the amount of machine time required to execute it. To date, little empirical work has been done to study the first component: the human effort required and the effects of approaches and practices that may be used to reduce it. In this paper, we describe a series of studies that address this problem. We instrumented the development process used in multiple HPC classroom environments. We analyzed data within and across such studies, varying factors such as the parallel programming model used and the application being developed, to understand their impact on the development process.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
  &amp;lt;/cite&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Note''' (From [[Discoleo]], Sept. 06)&lt;br /&gt;
* sometimes, the citation must include '''Town/Country''' and '''Precise Date/Date Range''', e.g.&lt;br /&gt;
** ''Gillespie SH, Dickens A.'' Variation in mutation rate of quinolone resistance in Streptococcus pneumoniae [abstract P06-17A]. In: Abstracts of the 3rd International Symposium on Pneumococci and Pneumococcal Disease (Anchorage, 5-9 May 2002).Washington, DC: American Society of Microbiology, 2002.&lt;br /&gt;
** ''Bassetti, M.; Righi, E.; Rebesco, B.; Molinari, MP.; Costa, A.; Fasce, R.; Cruciani, M.; Bassetti, D.; Bobbio Pallavicini, F.'' 44th Annual Interscience Conference on Antimicrobial Agents and Chemotherapy (ICAAC). Washington, DC; 2004. Epidemiological trends in nosocomial candidemia in ICU: A five-year Italian perspective.&lt;br /&gt;
** ''Peacock JE, Wade JC, Lazarus HM, et al.'' Ciprofloxacin/piperacillin vs. tobramycin/piperacillin as empiric therapy for fever in neutropenic cancer patients, a randomized, double-blind trial [abstract 373]. In: Program and abstracts of the 37th Interscience Conference on Antimicrob Agents and Chemotherapy (Toronto). Washington, DC: American Society for Microbiology, 1997.&lt;br /&gt;
&lt;br /&gt;
==== Citing an external website ====&lt;br /&gt;
&lt;br /&gt;
This is based on a formal citation of a website in the references section of a research paper, but could also be used for in-line links that had added information. Here's the original:&lt;br /&gt;
&lt;br /&gt;
[25] David Stern, &amp;quot;eprint Moderator Model&amp;quot;, http://www.library.yale.edu/scilib/modmodexplain.html  (version dated Jan 25, 1999)&lt;br /&gt;
 &lt;br /&gt;
 &amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;cite class=&amp;quot;hcite&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;a class=&amp;quot;fn url&amp;quot; href=&amp;quot;http://www.library.yale.edu/scilib/modmodexplain.html&amp;quot;&amp;gt;eprint Moderator Model&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;author vcard&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;a href=&amp;quot;http://pantheon.yale.edu/~dstern/dsbio.html&amp;quot; class=&amp;quot;url fn&amp;quot;&amp;gt;David Stern&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;/span&amp;gt;  &lt;br /&gt;
&amp;lt;abbr class=&amp;quot;dtpublished&amp;quot; title=&amp;quot;19990125T0000-0500&amp;quot;&amp;gt;&lt;br /&gt;
    Jan 25, 1999&lt;br /&gt;
  &amp;lt;/abbr&amp;gt;&lt;br /&gt;
&amp;lt;/cite&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Discussion of Straw Format elements ===&lt;br /&gt;
&lt;br /&gt;
This section is to provide explanations for posterity about the elements of the straw format, linking to discussions on the list and elsewhere if possible.&lt;br /&gt;
&lt;br /&gt;
==== 'hcite' as Root Element name ====&lt;br /&gt;
&lt;br /&gt;
This discussion took place in January of 2007, with [http://microformats.org/discuss/mail/microformats-discuss/2007-January/008098.html voting occurring on the mailing list].&lt;br /&gt;
&lt;br /&gt;
It was decided to use 'hcite' as the root element's class-name for uniqueness and to reflect a trend in using 'h' to start microformat names.&lt;br /&gt;
&lt;br /&gt;
==== The URI Element ====&lt;br /&gt;
&lt;br /&gt;
It was decided to use URI for both http links to available copies or URNs.&lt;br /&gt;
This encompasses URLs that link directly to online copies as well as through resolvers using URIs such as urn:isbn: 0521890012&lt;br /&gt;
&lt;br /&gt;
See the discussion from [http://microformats.org/discuss/mail/microformats-discuss/2006-November/007390.html November] and [http://microformats.org/discuss/mail/microformats-discuss/2006-December/007403.html December].&lt;br /&gt;
&lt;br /&gt;
== Old straw format discussion ==&lt;br /&gt;
&lt;br /&gt;
Saved here so that I'm not just deleting people's comments.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Mike straw format suggestion (Deprecated) ===&lt;br /&gt;
&lt;br /&gt;
In the interests of starting debate and having something concrete to fix, I suggest the following structure for a format. It is probably very incomplete and I claim no microformat expertise. I'm just trying to follow existing patterns. Comments and ridicule are both solicited. -Mike&lt;br /&gt;
&lt;br /&gt;
'''NOTE:''' This format is here for historical reference. Because it was not based on existing examples, I've deprecated it and contributed examples to Brian's format. If you feel that any missing elements in here should be in the final format, find examples for them and contribute to Brian's schema. Thanks! --[[User:Mike|Mike]] 18:22, 12 Oct 2006 (PDT)&lt;br /&gt;
&lt;br /&gt;
==== In General ====&lt;br /&gt;
&lt;br /&gt;
The ''citation'' format is based on a set of fields common to many bibliographic data formats, which are often implied by standard citation display styles but not explicitly marked up in practice on the web.&lt;br /&gt;
&lt;br /&gt;
==== Schema ====&lt;br /&gt;
&lt;br /&gt;
The citation schema consists of the following:&lt;br /&gt;
&lt;br /&gt;
* cite &lt;br /&gt;
** title: required, text (class = fn)&lt;br /&gt;
** subtitle: optional, text&lt;br /&gt;
** authors: optional, use hCard&lt;br /&gt;
** publication date: optional&lt;br /&gt;
** link(s) to instantiations, optional, url or use rel-enclosure? (class=url)&lt;br /&gt;
** UID, optional (for ISBN, DOI - use existing uid class) | permalink&lt;br /&gt;
** series (aka volume/issuenum) , optional (''not as sure how to handle these - suggestions?'')&lt;br /&gt;
** pages: startpage &amp;amp; endpage, optional, text&lt;br /&gt;
** venue, optional (hCard)&lt;br /&gt;
** publisher, optional (hCard)&lt;br /&gt;
** container: optional (nested hCite)&lt;br /&gt;
** abstract, optional (blockquote + class=&amp;quot;abstract&amp;quot; ?)&lt;br /&gt;
** notes, optional (blockquote + class=&amp;quot;notes&amp;quot; ?)&lt;br /&gt;
** keywords, optional (rel-tag)&lt;br /&gt;
** image, optional (for inclusion inline, unlike the url)&lt;br /&gt;
** copyright, optional (rel-license)&lt;br /&gt;
** ''what else am I missing?''&lt;br /&gt;
*** language, optional&lt;br /&gt;
&lt;br /&gt;
''Looks good, but I question the use of hCard for names. Due to ambiguity issues, requring hCard would lead to extra markup in order to apply just a name, hence [http://microformats.org/discuss/mail/microformats-discuss/2006-March/003487.html the need for a root element]. We should extract the N optimization of hCard like we did with adr, in order to ease this problem.'' --[[User:RCanine|Ryan Cannon]]&lt;br /&gt;
&lt;br /&gt;
Perhaps a Retrieved Date or Access Date would be appropriate for citing online resources. For example at http://www.crlt.umich.edu/publinks/facment_biblio.html &lt;br /&gt;
you see citations like this&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
Chief Academic Officers of the Big 12 Universities (2000). Big 12 Faculty Fellowship Program. Retrieved December 20, 2000 from the World Wide Web: http://www.k-state.edu/provost/academic/big12/big12guide.htm.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
--[[User:JoeAndrieu|Joe Andrieu]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Discussion about citing legal cases ====&lt;br /&gt;
&lt;br /&gt;
Here's some info I found about citing law:&lt;br /&gt;
&lt;br /&gt;
I'm not a lawyer, so I'm relying on the published [http://www.legalbluebook.com &amp;quot;blue book&amp;quot; standard], at least the only part of it I can get without paying $25. I'd be happy to hear improvements from experts in the field - how do lawyers mark up references to case law in HTML now?&lt;br /&gt;
&lt;br /&gt;
From groklaw.net and eff.org, I find mostly just links to PDFs with the name of the case as the link text. Or just this, from EFF:&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;h1&amp;gt;The Betamax Case&amp;lt;/h1&amp;gt;&lt;br /&gt;
&amp;lt;h2&amp;gt;Sony Corp. of America v. Universal City Studios, 464 U.S. 417 (1984)&amp;lt;/h2&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
From an example at the sample bluepages: http://www.legalbluebook.com/pdfs/bluepages.pdf&lt;br /&gt;
5 basic components:&lt;br /&gt;
*1 name of the case (citation title)&lt;br /&gt;
*2 published source in which case may be found (citation containing publication?)&lt;br /&gt;
*3 a parenthetical indicating the court and year of decision (citation venue?)&lt;br /&gt;
*4 other parenthetical information, if any (citation notes?)&lt;br /&gt;
*5 subsequent history of the case, if any (citation notes?)&lt;br /&gt;
&lt;br /&gt;
Here's two examples from the bluebook. Note that there are very strict rules about abbreviations in that source!&lt;br /&gt;
&lt;br /&gt;
Holland v. Donnelly, 216 F. Supp. 2d 227, 230 (S.D.N.Y. 2002), aff'd, 324 F.3d 99 (2d Cir. 2003).&lt;br /&gt;
&lt;br /&gt;
Green v. Georgia, 442 U.S. 95, 97 (1979) (per curiam) (holding that exclusion of relevant evidence at sentencing hearing constitutes denial of due process).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== discussions ==&lt;br /&gt;
* [[citation-irc-notes-2006-04-09]]&lt;/div&gt;</summary>
		<author><name>Mike</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=citation-brainstorming&amp;diff=13085</id>
		<title>citation-brainstorming</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=citation-brainstorming&amp;diff=13085"/>
		<updated>2007-01-31T08:10:20Z</updated>

		<summary type="html">&lt;p&gt;Mike: /* Examples */ deleted question about root element, which is now answered by a later section (answer is: use 'hcite')&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h1&amp;gt; Citation Brainstorming &amp;lt;/h1&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* [[citation]]&lt;br /&gt;
* [[citation-examples]]&lt;br /&gt;
* [[citation-formats]]&lt;br /&gt;
* [[citation-faq]]&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
== Contributors ==&lt;br /&gt;
&lt;br /&gt;
* ...&lt;br /&gt;
* ... (a bunch of good folks!)&lt;br /&gt;
* Tantek Çelik&lt;br /&gt;
* Tim White&lt;br /&gt;
* Michael McCracken&lt;br /&gt;
* Brian Suda&lt;br /&gt;
* [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
&lt;br /&gt;
== Use Cases ==&lt;br /&gt;
&lt;br /&gt;
To focus the discussion, please add use cases below that will help show what problems the citation microformat will be solving.&lt;br /&gt;
&lt;br /&gt;
I've included two, focusing on consuming information - I've assumed that use cases for generating microformatted content would just involve the desire to enable your content to be consumed better, but I'm interested to see if there's something I'm missing here -Mike&lt;br /&gt;
&lt;br /&gt;
=== Acquiring reference information from the web ===&lt;br /&gt;
&lt;br /&gt;
A user either finds an author's papers page, or is viewing the results of a search and would like to import the information about the displayed papers into their local reference database, for the purposes of cataloging things they've read, adding notes, and using the information to generate later citations, potentially in other forms, such as BibTeX or Docbook, for inclusion in a publication of their own.&lt;br /&gt;
&lt;br /&gt;
Notes: In this case, it isn't important to the user what format the citation takes as displayed on the page where they find it. What *is* important is that it contains enough information to allow generation of the format they will ultimately re-publish it in. This implies that it may be worthwhile to err a little on the side of verbosity.&lt;br /&gt;
&lt;br /&gt;
Also, links to downloadable full representations of the cited work are very important - e.g. a link to the PDF of a journal article, or to a music file.&lt;br /&gt;
&lt;br /&gt;
=== Subscribing to reading lists, periodicals, etc ===&lt;br /&gt;
&lt;br /&gt;
I would like to be able to leverage my news aggregator with hAtom to subscribe to a remote source for citation information, for example:&lt;br /&gt;
&lt;br /&gt;
* a reading list for a seminar&lt;br /&gt;
* The publication list for a conference (e.g., subscribe to SIGGRAPH and see the updated conference proceedings every year)&lt;br /&gt;
* the issues of a journal&lt;br /&gt;
* a particular research group or researcher's publications&lt;br /&gt;
* Not just research: a popular author's publications (e.g., [http://www.gladwell.com/archive.html Malcolm Gladwell's Archive])&lt;br /&gt;
&lt;br /&gt;
=== Aggregating reading lists and reviews ===&lt;br /&gt;
&lt;br /&gt;
A citation microformat-specific aggregator could provide a decentralized version of [http://citeulike.org/ CiteULike]. Libraries, authors, research groups, and publishers could mark up their collections, while other people on weblogs or review sites could add tags and reviews.&lt;br /&gt;
&lt;br /&gt;
At least, having a well-adopted microformat would make writing tools like CiteULike much better, since it relies in some cases on screen-scraping publisher web-sites.&lt;br /&gt;
&lt;br /&gt;
=== Cut &amp;amp; Paste from web pages ===&lt;br /&gt;
Capturing/copying HTML from web pages for use in other applications (especially when those apps present HTML as output), such as pasting into Word, or a specialized application like [http://www.google.com/notebook Google Notebook], [http://onfolio.com Onfolio] or [http://www.kaboodle.com Kaboodle].  When such captures are made, it makes sense to keep track of the full citation data, including the date it was accessed, which may or may not be the date it was published. &lt;br /&gt;
&lt;br /&gt;
=== Blogs quoting other resources, including blogs ===&lt;br /&gt;
Any blog that cites online content, whether a blog or news article, could use an hCitation to properly link to the cited reference. Such citations could include the access date when the blogger made the citation, because resources on the other side of those links can change without notice. &lt;br /&gt;
&lt;br /&gt;
Instead, today we have simple formating with a link to the permaURL. The citation data is completely lacking. See [http://doc.weblogs.com Doc Searl's blog] for a style of referencing that could benefit from proper a citation uF.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Fascinating... after I added the last two use cases, I realized they focus on potentially marginal cases. The first because it is missing the &amp;quot;output&amp;quot; part of the cut &amp;amp; paste, where the uF would actually be used as part of the paste.  The latter because bloggers have a working citation mechanism that is just a link to the URL (hopefully a permaURL). One could argue they wouldn't want a full hCitation. And in fact, until a tool exists that makes it easy, they probably won't.  However, a tool that cuts &amp;amp; pastes from anywhere on the web into a blog with a full citation seems like a nice tool.  But again, I'm not really paving the cowpaths with these ideas. -Joe Andrieu&lt;br /&gt;
&lt;br /&gt;
===Finding in Library===&lt;br /&gt;
Find a copy of the cited work in a nearby library (as with [http://ocoins.info/ OpenCOinS]). [[User:AndyMabbett|AndyMabbett]] 04:55, 4 Nov 2006 (PST)&lt;br /&gt;
&lt;br /&gt;
===Buy a copy===&lt;br /&gt;
Find the cited work on, for example, Amazon or [http://www.abebooks.com/ ABE]; or subscribe to a journal via its own website. [[User:AndyMabbett|AndyMabbett]] 04:55, 4 Nov 2006 (PST)&lt;br /&gt;
&lt;br /&gt;
===Find reviews===&lt;br /&gt;
Find third-party reviews of the cited work. [[User:AndyMabbett|AndyMabbett]] 04:55, 4 Nov 2006 (PST)&lt;br /&gt;
&lt;br /&gt;
== Original hBib Discussion ==&lt;br /&gt;
&lt;br /&gt;
During the WWW2005 Developer's Day [[microformats]] track, Rohit Khare gave a [[presentations|presentation]] where he discussed the microformats [[process]], and then did  a quick demonstration wherein a bunch of us got on a shared Subethaedit document, and brainstormed some thoughts on what an &amp;quot;hBib&amp;quot; bibliography citation microformat would look like.  Rohit placed the [http://cnlabs.commerce.net/~rohit/hBib%20Discussion.html document on his Commercenet site].&lt;br /&gt;
&lt;br /&gt;
* http://cnlabs.commerce.net/~rohit/hBib%20Discussion.html&lt;br /&gt;
&lt;br /&gt;
''An attempt to summarize and inline the linked document follows. -Mike''&lt;br /&gt;
&lt;br /&gt;
Two major goals were outlined by the group:&lt;br /&gt;
&lt;br /&gt;
* Avoid re-keying references&lt;br /&gt;
* Adapt to new journal styles by changing CSS&lt;br /&gt;
 &lt;br /&gt;
The fundamental problem was discussed in terms of display - the ability to transform XHTML+hBib into the many journal-specific formats. For example, how to display &amp;quot;et.al&amp;quot; when all authors are present in the source, and how to re-order the elements if a style defines a set order of elements that conflicts with the ordering in the source. Using hCard for authors was agreed on, and the beginnings of an example were shown.&lt;br /&gt;
&lt;br /&gt;
== XHTML Structure ==&lt;br /&gt;
With my exprience working X2V and hCa* has taught me what elememts are easy to find and which are not. Since the Citation microformat is very new it is possible to not make a lot of the same errors twice and to make things easier for extracting application to find and imply certain properties.&lt;br /&gt;
&lt;br /&gt;
* There should be some sort of 'root node' that implies all child elements are for the hCitation microformat.&lt;br /&gt;
* Since most people will have multiple citations there should be away to represent each hCitation object as a unqiue block independent of another. This is to keep the parse from finding 'author' and applying that to all citations. Each citation should be in a container (class=&amp;quot;hcite&amp;quot;) that is separated from others.&lt;br /&gt;
* Perhaps class=&amp;quot;hcite&amp;quot; with &amp;lt;code&amp;gt;&amp;amp;lt;cite&amp;amp;gt;&amp;lt;/code&amp;gt; recommended as the root element. E.g. &amp;lt;code&amp;gt;&amp;amp;lt;cite class=&amp;quot;hcite&amp;quot;&amp;amp;gt;&amp;lt;/code&amp;gt; &lt;br /&gt;
&lt;br /&gt;
'''Note: This section was the original content of the document. Since then, class='hcite' has been agreed on as the root class name. See  [http://microformats.org/wiki?title=citation-brainstorming#.27hcite.27_as_Root_Element_name explanation].'''&lt;br /&gt;
&lt;br /&gt;
== Citation vs. [[media-info]] ==&lt;br /&gt;
&lt;br /&gt;
What distinguishes a cite from say [[media-info]] (e.g. [[media-info-examples]]) is that a cite is a reference to something explicitly external to the current piece of content or document, whereas [[media-info]] describes information about content embedded or inline in the current document.&lt;br /&gt;
&lt;br /&gt;
== Semantic Meaning ==&lt;br /&gt;
One of the guiding priniciple of Microformats is to use the most semantically rich element to describe each node (Point 2 of Semantic XHTML Design Principles: Use the most accurately precise semantic XHTML building block for each object etc). Since we are dealing with HTML and citations, several elements are candidates to be used to enrich the semantic meaning. [http://www.w3.org/TR/REC-html40/struct/text.html CITE, BLOCKQUOTE, Q, A], (are there more?)&lt;br /&gt;
&lt;br /&gt;
The [[citation-brainstorming|Citation Brainstorming Page]] has a few development and ideas about how to give another person credit for a link. Some of the semantic ideas behind their choices of tags can be applied to a full bibliographic type reference. ''Does this sentence make sense only historically? -Mike''&lt;br /&gt;
&lt;br /&gt;
== OCLC's WorldCat for titles == &lt;br /&gt;
Question: what about using something like OCLC's [http://www.oclc.org/worldcat/open/isbnissnlinking/default.htm WorldCat] for linking titles? - Tim White&lt;br /&gt;
&lt;br /&gt;
== This and That ==&lt;br /&gt;
After reading through alot of different citation encoding formats, i noticed that each format was being used in onw of two ways. It was either to describe the Current page (THIS.PAGE) or being used to encode references that point to external resources (THAT.PAGE)&lt;br /&gt;
&lt;br /&gt;
The informatation being encoded was identical for both resources (author, date, name, etc) they just reference different things. For this microformat, i'm not sure if we want to try to solve both problems, or just one? The meta tags in the head element would be the ideal place for information about the THIS.PAGE, but that is not in following with the ideals of microformats where information is human-readable. The THAT.PAGE idea where a list of references is at the end of a document in the form of a bibliography is more inline with the ideals of a microformat where the data is human-readable. That doesn't mean that data about the current document shouldn't be human-readable, so some of the same properties used to reference extermal resources can be used for the current document (THIS.PAGE). To do this a different root item could be used and transforming applications could either extract the citation data about the current page, or information about this page's references.&lt;br /&gt;
&lt;br /&gt;
This is open for discussion, but either way, i believe that the properties used to describe a page will be the same for both THIS and THAT. [http://suda.co.uk/ brian suda]&lt;br /&gt;
&lt;br /&gt;
== More on This and That ==&lt;br /&gt;
&lt;br /&gt;
Citation microformats are being explored as a possibility for citing genealogical information at [http://eatslikeahuman.blogspot.com Dan Lawyer's blog].&lt;br /&gt;
&lt;br /&gt;
This is a case where frequently the citation would refer to (THIS.PAGE), but would have nested within it a reference to (THAT.PAGE), possibly a few levels deep. For instance, a web page might contain data extracted from a microfilm of a census. The citation would need to include information about the web page, information about the microfilm, and information about the census. Genealogical citations are expected to include the repository (where can this book or microfilm be found. Is this the same as ''venue''?). So, at each level the information should contain the repository of the referenced item. A nesting (recursive) mechanism for citation microformats would be useful in this case. Is this the function of the &amp;quot;container&amp;quot; element in the Straw Format?&lt;br /&gt;
&lt;br /&gt;
== Date Formatting ==&lt;br /&gt;
Since microformats are all about re-use and the accepted way to encode Date-Time has been pretty much settled, then this is a good place to start when dealing with all the different date citation types. &lt;br /&gt;
&lt;br /&gt;
These are all the different fields from various citation formats that are of temporal nature:&lt;br /&gt;
 * Date (available | created | dateAccepted | dateCopyrighted | dateSubmitted | issued | modified | valid)&lt;br /&gt;
 * originInfo/dateIssued&lt;br /&gt;
 * originInfo/dateCreated&lt;br /&gt;
 * originInfo/dateCaptured&lt;br /&gt;
 * originInfo/dateOther&lt;br /&gt;
 * month&lt;br /&gt;
 * year&lt;br /&gt;
 * Copyright Year&lt;br /&gt;
 * Date - Generic&lt;br /&gt;
 * Date of Confernce&lt;br /&gt;
 * Date of Publication&lt;br /&gt;
 * Date of update/revisou/issuance of database record&lt;br /&gt;
 * Former Date&lt;br /&gt;
 * Entry Date for Database Record&lt;br /&gt;
 * Database Update&lt;br /&gt;
 * Year of Publication&lt;br /&gt;
&lt;br /&gt;
There are several common properties across several citation domains and will certainly be in the citation microformat, the unique instances will need further consideration, otherwise there could be no end to posiblities. &lt;br /&gt;
&lt;br /&gt;
There are also several properties (year, month, Year of publication) that can be extracted from another source. Therefore, if you only encode a more specific property such as; Date of Publication, you can extract the 'year of publication' from that. Since the date-time format we are modeling after is the ISO date-time format, just the Year portion is an acceptable date. So if you ONLY know the year of publication, the you can form a valid 'Date of Publication' as a microformat (which inturn is a valid 'year of publication') - you milage may vary when it comes to importing into citation applications.&lt;br /&gt;
&lt;br /&gt;
...&lt;br /&gt;
&lt;br /&gt;
It seems to me that these can be collapsed to maybe one or two different date properties.  As far as the specific human readable formatting of the date, that can be chosen per whatever the presentation style guide says, and the [[datetime-design-pattern]] used to simplify the markup. - Tantek&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Important'''&lt;br /&gt;
Sometimes we need a date range and not simply a date (e.g. 4-6 May 2006). See ''Conference Citation'' examples later on this page. - Discoleo&lt;br /&gt;
&lt;br /&gt;
'''Seasons'''&lt;br /&gt;
Some journals have seasonal issues (e.g. &amp;quot;Summer 2006 edition&amp;quot;) instead of, or as well as, editions labelled by month or other calendar-date. [[User:AndyMabbett|AndyMabbett]] 05:05, 4 Nov 2006 (PST)&lt;br /&gt;
&lt;br /&gt;
== Tags ==&lt;br /&gt;
Some of the citation formats has a place for 'keywords' or 'generic tags', etc. This might be a good place to re-use the [http://microformats.org/wiki/rel-tag RelTag microformat]. The downside would be that they are then forced to be links, which might be the correct way to mark-up these terms.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== MARC / MODS / Dublin Core ==&lt;br /&gt;
&lt;br /&gt;
The MODS ([http://www.loc.gov/standards/marcxml/Sandburg/sandburgmods.xml example]) and Dublin Core ([http://www.loc.gov/standards/marcxml/Sandburg/sandburgdc.xml example]) transformations of MARC21 may contain some useful ideas.&lt;br /&gt;
&lt;br /&gt;
Here's a first attempt at rewriting the linked examples in XHTML (written in response to a [http://microformats.org/discuss/mail/microformats-discuss/2005-December/002438.html mailing list query about encoding book information with microformats]):&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;book&amp;quot; lang=&amp;quot;en&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;h3 class=&amp;quot;fn&amp;quot;&amp;gt;Arithmetic /&amp;lt;/h3&amp;gt;&lt;br /&gt;
  &amp;lt;p&amp;gt;By &amp;lt;span class=&amp;quot;creator&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Sandburg, Carl&amp;lt;/span&amp;gt;,&lt;br /&gt;
     &amp;lt;span class=&amp;quot;date&amp;quot;&amp;gt;1878-1967&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;,&lt;br /&gt;
     and &amp;lt;span class=&amp;quot;illustrator&amp;quot;&amp;gt;Rand, Ted&amp;lt;/span&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
  &amp;lt;p&amp;gt;Publisher: &amp;lt;span class=&amp;quot;publisher&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Harcourt Brace Jovanovich&amp;lt;/span&amp;gt;,&lt;br /&gt;
     &amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;San Diego&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
  &amp;lt;p&amp;gt;Published: &amp;lt;span class=&amp;quot;issued&amp;quot;&amp;gt;1993&amp;lt;/span&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
  &amp;lt;p class=&amp;quot;description&amp;quot;&amp;gt;A poem about numbers and their characteristics. Features&lt;br /&gt;
     anamorphic, or distorted, drawings which can be restored to normal by viewing&lt;br /&gt;
     from a particular angle or by viewing the image's reflection in the provided&lt;br /&gt;
     Mylar cone.&amp;lt;/p&amp;gt;&lt;br /&gt;
  &amp;lt;p class=&amp;quot;note&amp;quot;&amp;gt;One Mylar sheet included in pocket.&amp;lt;/p&amp;gt;&lt;br /&gt;
  &amp;lt;p&amp;gt;Subjects:&amp;lt;/p&amp;gt;&lt;br /&gt;
  &amp;lt;ul&amp;gt;&lt;br /&gt;
    &amp;lt;li class=&amp;quot;subject&amp;quot;&amp;gt;Arithmetic&amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li class=&amp;quot;subject&amp;quot;&amp;gt;Children's poetry, American.&amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li class=&amp;quot;subject&amp;quot;&amp;gt;Arithmetic&amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li class=&amp;quot;subject&amp;quot;&amp;gt;American poetry&amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li class=&amp;quot;subject&amp;quot;&amp;gt;Visual perception&amp;lt;/li&amp;gt;&lt;br /&gt;
  &amp;lt;/ul&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;
== Basic Citation Stuctures ==&lt;br /&gt;
There are basic structures to any citation, this is an overview of some of the types&lt;br /&gt;
[http://www.users.muohio.edu/darcusb/misc/citations-spec.html http://www.users.muohio.edu/darcusb/misc/citations-spec.html]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Concerns not addressed by existing formats ==&lt;br /&gt;
&lt;br /&gt;
There are some aspects '''NOT adequately''' covered by existing formats. I have addressed this issue on the OpenOffice.org wiki page, too. [see http://wiki.services.openoffice.org/wiki/Bibliographic_Database for an extending discussion, the paragraph on ''Reference Types'']&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
These issues pertain mainly to '''Errata''', '''Comments and Authors Reply''' and '''Article Retractions'''.&lt;br /&gt;
* a bidirectional link could be necessary to implement these features (original article &amp;lt;=&amp;gt; eratum, reply, retraction letter)&lt;br /&gt;
* '''IMPORTANT: Errata'''&lt;br /&gt;
** Erata: one or more Corrections might be posted in various issues of the journal&lt;br /&gt;
** this is usually cited as: Orininal Article Citation Data (Correction available in ''Journal, Issue Nr, Year, Pages'') (repeat for more than one correction)&lt;br /&gt;
** it is possibly never cited alone&lt;br /&gt;
** there should be a link to the original article, while the original article should contain a link to this ''Errata''&lt;br /&gt;
* '''IMPORTANT: Commentary and Author Reply'''&lt;br /&gt;
** similar to Errata, there might be one or more Comments and Author Replys; this should be stored, too&lt;br /&gt;
** however, it is usually not included in the original citation&lt;br /&gt;
** it might be used however in a citation, but I do not know exaclty how to cite it optimally (original article should be provided as well) &lt;br /&gt;
* '''IMPORTANT: Article Retraction'''&lt;br /&gt;
** an article may be retracted because of plagiarism or some other flaw&lt;br /&gt;
** this should not be used any further in the research&lt;br /&gt;
** however, it might be used e.g. for an article on plagiarism or flawed research&lt;br /&gt;
** there should be therefore one field storing this information, too, and a link to:&lt;br /&gt;
** the published withdrawal letter (which explains why the article was retracted)&lt;br /&gt;
&lt;br /&gt;
* this issue may need a time-controlled event&lt;br /&gt;
* '''IMPORTANT: electronic publishing ahead of print (EPUB)'''&lt;br /&gt;
** more and more articles are initially posted online, before the published article gets actually printed&lt;br /&gt;
** How should this be used/cited?&lt;br /&gt;
** Is this changed, after the print version becomes available?&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Outstanding Issues ==&lt;br /&gt;
The 3 main points i (Brian) came across so far are:&lt;br /&gt;
1) IDENTIFIERS&lt;br /&gt;
2) FORMAT TYPES&lt;br /&gt;
3) NESTING&lt;br /&gt;
&lt;br /&gt;
1) In hCard/hCalendar there is a UID field. Added with URL it makes for a great unique identifier. There are loads of other identifers besides URL, ISBN, LOC call number, SKU, ISSN, etc. Many of these are unique in their domain, but not globally unique. So how to they get marked-up? Much like the hCard TEL/ADR properties, we can use something like:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;uid&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;type&amp;quot;&amp;gt;ISBN&amp;lt;/span&amp;gt;: &amp;lt;span&lt;br /&gt;
class=&amp;quot;value&amp;quot;&amp;gt;123456&amp;lt;/span&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
This makes the encoding the most extensible... if we start use class=&amp;quot;isbn&amp;quot; then it is an enumerated list, with class=&amp;quot;type&amp;quot; it is open ended.&lt;br /&gt;
&lt;br /&gt;
2) I keep mis-using &amp;quot;format&amp;quot;, format is the medium - hardback, softback. The TYPE (there probably is a better word - container?) is book, article, conference, manifesto, etc. Much like the identifers we can make an enumerated list of values, class=&amp;quot;book&amp;quot;, class=&amp;quot;article&amp;quot;, but that boxes us in, whereas something like: &amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;span class=&amp;quot;type&amp;quot;&amp;gt;article&amp;lt;/span&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt; leaves things more open.&lt;br /&gt;
&lt;br /&gt;
3) Nesting citation data in a citation. The ability to nest the same microformat inside itself is something that other microformats don't explicitly handle.&lt;br /&gt;
&lt;br /&gt;
The two options are:&lt;br /&gt;
i) Using class=&amp;quot;book&amp;quot;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;hcite&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;div class=&amp;quot;book&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Book Title&amp;lt;/span&amp;gt;&lt;br /&gt;
  &amp;lt;div class=&amp;quot;chapter&amp;quot;&amp;gt;&lt;br /&gt;
     &amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Chapter Title&amp;lt;/span&amp;gt;&lt;br /&gt;
  &amp;lt;/div&amp;gt;&lt;br /&gt;
 &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&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 makes things easy to nest and to figure out exactly what is&lt;br /&gt;
associated with what, but the downside is that we have enumerated&lt;br /&gt;
lists of values for the class properties.&lt;br /&gt;
&lt;br /&gt;
ii) using the TYPE for book&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;hcite&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;div class=&amp;quot;type&amp;quot;&amp;gt;book&amp;lt;/div&amp;gt;&lt;br /&gt;
 &amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Book Title&amp;lt;/span&amp;gt;&lt;br /&gt;
 &amp;lt;div class=&amp;quot;type&amp;quot;&amp;gt;chapter&amp;lt;/div&amp;gt;&lt;br /&gt;
 &amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Chapter Title&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
now the class=&amp;quot;fn&amp;quot; is not nested inside the class=&amp;quot;book&amp;quot; or&lt;br /&gt;
class=&amp;quot;chapter&amp;quot; so there would have to be some other mechanism to&lt;br /&gt;
associate the data with the type.&lt;br /&gt;
&lt;br /&gt;
== Brian's Straw format ==&lt;br /&gt;
&lt;br /&gt;
=== implied schema (examples) ===&lt;br /&gt;
 + publisher&lt;br /&gt;
 + language&lt;br /&gt;
 + description&lt;br /&gt;
 + title&lt;br /&gt;
 + creator&lt;br /&gt;
 + journal&lt;br /&gt;
 + volume&lt;br /&gt;
 + issue&lt;br /&gt;
 + page &lt;br /&gt;
 + edition&lt;br /&gt;
 + identifier&lt;br /&gt;
 + tags&lt;br /&gt;
 + format&lt;br /&gt;
 + date published&lt;br /&gt;
 + copyright&lt;br /&gt;
 - audience&lt;br /&gt;
&lt;br /&gt;
=== implied schema (formats) ===&lt;br /&gt;
 + publisher&lt;br /&gt;
 + language&lt;br /&gt;
 + description&lt;br /&gt;
 + title&lt;br /&gt;
 + creator&lt;br /&gt;
 + volume&lt;br /&gt;
 + pages&lt;br /&gt;
 + edition&lt;br /&gt;
 + issue&lt;br /&gt;
 + identifier&lt;br /&gt;
 + tags&lt;br /&gt;
 + format&lt;br /&gt;
 + date published&lt;br /&gt;
 + date copyrighted&lt;br /&gt;
 - subtitle&lt;br /&gt;
 - image &lt;br /&gt;
 - excerpt&lt;br /&gt;
 - index terms&lt;br /&gt;
 - series title&lt;br /&gt;
 - publication&lt;br /&gt;
 - journal&lt;br /&gt;
 - part (1 of X)&lt;br /&gt;
&lt;br /&gt;
UNION of the two schemas&lt;br /&gt;
 + (PLUS) means common properties&lt;br /&gt;
 - (MINUS) means unique to the schema&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Working straw schema ===&lt;br /&gt;
&lt;br /&gt;
This list records discussion about the common schema from above. The format is ''descriptive-name'' (''optional-recommended-element'' 'class-name') (''link to explanation'').&lt;br /&gt;
&lt;br /&gt;
If there is no explanation link, that field should be considered either obvious or up for debate. If you're not sure which, it's up for debate.&lt;br /&gt;
&lt;br /&gt;
* root element ('hcite') ([http://microformats.org/wiki?title=citation-brainstorming#.27hcite.27_as_Root_Element_name explanation])&lt;br /&gt;
** title ('title')&lt;br /&gt;
** Author / Editor etc. ('creator')&lt;br /&gt;
** Volume Number ('volume')&lt;br /&gt;
** Pages ('pages')&lt;br /&gt;
*** note: this can be any value &lt;br /&gt;
** Edition ('edition')&lt;br /&gt;
** Issue number ('issue')&lt;br /&gt;
** Tags (href rel='tag')&lt;br /&gt;
** Format ('format')&lt;br /&gt;
*** Note - this is unclear at present - does format mean 'type', as in 'book' vs. 'article'? --[[User:Mike|Mike]] 22:53, 16 Jan 2007 (PST)&lt;br /&gt;
** date published&lt;br /&gt;
** date copyrighted&lt;br /&gt;
** date accessed&lt;br /&gt;
** publisher&lt;br /&gt;
** language&lt;br /&gt;
** Abstract / description ('description')&lt;br /&gt;
** URI (href class='uri') ([http://microformats.org/wiki?title=citation-brainstorming#The_URI_Element explanation])&lt;br /&gt;
** identifier&lt;br /&gt;
*** an (not necessarily globally unique) identifier, such as a cite-key, pubmed ID number, or simply the reference number or string within a publication ([1] or [CLRS2001])&lt;br /&gt;
&lt;br /&gt;
=== Examples ===&lt;br /&gt;
&lt;br /&gt;
Markup examples using the above format:&lt;br /&gt;
&lt;br /&gt;
==== Book ====&lt;br /&gt;
&lt;br /&gt;
This is Brian's original example&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;ul class=&amp;quot;bibliography&amp;quot;&amp;gt;&lt;br /&gt;
	&amp;lt;li class=&amp;quot;hcite&amp;quot; xml:lang=&amp;quot;en-gb&amp;quot;&amp;gt;&lt;br /&gt;
	&lt;br /&gt;
		&amp;lt;!-- publisher data as hCard--;&lt;br /&gt;
		&amp;lt;div class=&amp;quot;publisher vcard&amp;quot;&amp;gt;&lt;br /&gt;
			&amp;lt;span class=&amp;quot;fn org&amp;quot;&amp;gt;ABC Publishing Co.&amp;lt;/span&amp;gt;&lt;br /&gt;
			&amp;lt;span class=&amp;quot;country-name&amp;quot;&amp;gt;United Kingdom&amp;lt;/span&amp;gt;&lt;br /&gt;
			...&lt;br /&gt;
		&amp;lt;/div&amp;gt;&lt;br /&gt;
		&lt;br /&gt;
		&amp;lt;!-- author(s) data as hCard --&amp;gt;&lt;br /&gt;
		&amp;lt;div class=&amp;quot;creator vcard&amp;quot;&amp;gt;&lt;br /&gt;
			&amp;lt;span class=&amp;quot;fn n&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;given-name&amp;quot;&amp;gt;John &amp;lt;span class=&amp;quot;family-name&amp;quot;&amp;gt;Doe&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
			...&lt;br /&gt;
		&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
		&amp;lt;!-- location data --&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Foobar!&amp;lt;/span&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;description&amp;quot;&amp;gt;World Class Book about foobar&amp;lt;/span&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;volume&amp;quot;&amp;gt;1&amp;lt;/span&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;issue&amp;quot;&amp;gt;1&amp;lt;/span&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;edition&amp;quot;&amp;gt;1&amp;lt;/span&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;pages&amp;quot;&amp;gt;1-10&amp;lt;/span&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;format&amp;quot;&amp;gt;article&amp;lt;/span&amp;gt;&lt;br /&gt;
		&lt;br /&gt;
		&amp;lt;!-- differed to the UID debate --&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;identifier&amp;quot;&amp;gt;12345678&amp;lt;/span&amp;gt;&lt;br /&gt;
		&lt;br /&gt;
		&amp;lt;!-- keywords --&amp;gt;&lt;br /&gt;
		&amp;lt;a class=&amp;quot;keyword&amp;quot; rel=&amp;quot;tag&amp;quot; href=&amp;quot;/tags/foo&amp;quot;&amp;gt;foo&amp;lt;/a&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;keyword&amp;quot;&amp;gt;bar&amp;lt;/span&amp;gt;&lt;br /&gt;
		&lt;br /&gt;
		&amp;lt;!-- date properties --&amp;gt;&lt;br /&gt;
		Published &amp;lt;abbr class=&amp;quot;dtpublished&amp;quot; title=&amp;quot;20060101&amp;quot;&amp;gt;January 1st 1006&amp;lt;/abbr&amp;gt;&lt;br /&gt;
		Copyright &amp;lt;abbr class=&amp;quot;copyright&amp;quot; title=&amp;quot;20060101&amp;quot;&amp;gt;2006&amp;lt;/abbr&amp;gt;&lt;br /&gt;
	&amp;lt;/li&amp;gt;&lt;br /&gt;
	...&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p class=&amp;quot;hcite&amp;quot;&amp;gt;Have you read ;span class=&amp;quot;title&amp;quot;&amp;gt;&amp;lt;abbr title=&amp;quot;book&amp;quot; class=&amp;quot;format&amp;quot;&amp;gt;Foo Bar&amp;lt;/abbr&amp;gt;&amp;lt;/span&amp;gt;? &lt;br /&gt;
It was written by &amp;lt;span class=&amp;quot;author vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;John Doe&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;. &lt;br /&gt;
It only came out a &amp;lt;abbr class=&amp;quot;dtpublished&amp;quot; title=&amp;quot;20060101&amp;quot;&amp;gt;few months ago&amp;lt;/abbr&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Note: the &amp;quot;format&amp;quot; property above is incorrect. Format would refer more the physical characteristics of an item, rather than its type or genre (e.g. &amp;quot;article&amp;quot;, &amp;quot;book&amp;quot;, etc.). I'd rather have the main class for the li be &amp;quot;article&amp;quot; in this context, than the fairly meaningless &amp;quot;citation.&amp;quot;  Of course, one could have both, which would be fine too. -- bruce&lt;br /&gt;
&lt;br /&gt;
Note: Could we use ROLE from hCard to identify editors, translators, authors, etc?&lt;br /&gt;
This was discussed on the mailing list and the idea was dropped [http://microformats.org/discuss/mail/microformats-discuss/2006-September/005694.html]&lt;br /&gt;
&lt;br /&gt;
'''Comments''' : [[User:Singpolyma|singpolyma]] 08:03, 16 Jun 2006 (PDT) : keywords should be [[rel-tag]], and probably also [[XOXO]] (the same way the citation list is)&lt;br /&gt;
&lt;br /&gt;
[[User:RCanine|RCanine]] 11:55, 18 Dec 2006 (EST) :&lt;br /&gt;
&lt;br /&gt;
* Is there a reason not to re-use &amp;quot;published&amp;quot; from hAtom instead of inventing a new, basically equivalent term in &amp;quot;dtpublished&amp;quot;?&lt;br /&gt;
* Missing a URL/URI/IRI/UID etc. field example (ISBN for Book).&lt;br /&gt;
* Does the &amp;quot;copyright&amp;quot; class conflict with [http://www.whatwg.org/specs/web-apps/current-work/#class WHATWG's definition]?&lt;br /&gt;
* WRT Bruce's comment, I'm currently using class=&amp;quot;article citation&amp;quot; for my writing, as it has the most flexibility with CSS styles for titles (e.g. Book titles .citation&amp;gt;.fn must be italicized, while article titles must not, their container should).&lt;br /&gt;
* Speaking of containers, we need an &amp;quot;in&amp;quot; or &amp;quot;collection&amp;quot; field for journal articles or articles-in-books, or is that covered by &amp;quot;publisher&amp;quot;?&lt;br /&gt;
&lt;br /&gt;
==== Citing Private Communication ====&lt;br /&gt;
&lt;br /&gt;
Needs an example.&lt;br /&gt;
&lt;br /&gt;
==== Citing Legal Cases ====&lt;br /&gt;
Needs an example. &lt;br /&gt;
see [http://microformats.org/wiki/citation-examples-markup#Wikipedia_Court_Case Wikipedia example] for inspiration.&lt;br /&gt;
&lt;br /&gt;
==== Citing a Book ====&lt;br /&gt;
&lt;br /&gt;
needs an example&lt;br /&gt;
&lt;br /&gt;
==== Citing a journal article ====&lt;br /&gt;
&lt;br /&gt;
needs an example &lt;br /&gt;
&lt;br /&gt;
==== Citing a magazine article ====&lt;br /&gt;
&lt;br /&gt;
needs an example&lt;br /&gt;
&lt;br /&gt;
==== Citing a Patent ====&lt;br /&gt;
&lt;br /&gt;
Drawn from this [http://microformats.org/wiki/citation-examples#U.S._Patent example from Wikipedia]:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;li class=&amp;quot;hcite&amp;quot;&amp;gt;&amp;lt;a href=&amp;quot;http://patft.uspto.gov/netacgi/nph-Parser?patentnumber=4,405,829&amp;quot; class=&amp;quot;url&amp;quot; &lt;br /&gt;
    title=&amp;quot;http://patft.uspto.gov/netacgi/nph-Parser?patentnumber=4,405,829&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;format&amp;quot;&amp;gt;U.S. Patent&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;identifier&amp;quot;&amp;gt;4,405,829&amp;lt;/span&amp;gt;&amp;lt;/a&amp;gt;:&lt;br /&gt;
    &amp;lt;span class=&amp;quot;description&amp;quot;&amp;gt;The &amp;lt;a href=&amp;quot;/wiki/RSA&amp;quot; title=&amp;quot;RSA&amp;quot;&amp;gt;RSA&amp;lt;/a&amp;gt; patent, a famous software patent on the ground-breaking &lt;br /&gt;
    and highly unobvious algorithm for public key encryption, widely used for secure communications &lt;br /&gt;
    in many industries nowdays&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Citing a conference publication====&lt;br /&gt;
&lt;br /&gt;
Based on the [http://microformats.org/wiki/citation-examples#ACM_Digital_Library_Search_Result_Examples conference publication reference example].&lt;br /&gt;
&lt;br /&gt;
Changed Oct 06 to conform with [http://microformats.org/wiki/citation-brainstorming#Brian.27s_Straw_format Brian's format]. --[[User:Mike|Mike]] 18:09, 12 Oct 2006 (PDT)&lt;br /&gt;
(everything but the url class should be in line with that proposal)&lt;br /&gt;
&lt;br /&gt;
L. Hochstein, J. Carver, F. Shull, S. Asgari, V. Basili, J. K. Hollingsworth, and M. Zelkowitz, “Hpc programmer productivity: A case study of novice hpc programmers,” in Proceedings of ACM/IEEE Supercomputing Conference, 2005.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;cite class=&amp;quot;hcite&amp;quot;&amp;gt;&lt;br /&gt;
	&amp;lt;span class=&amp;quot;creator vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Lorin Hochstein&amp;lt;/span&amp;gt;&amp;lt;span class=&amp;quot;org&amp;quot;&amp;gt; University of Maryland, College Park &amp;lt;/span&amp;gt;&amp;lt;span&amp;gt;,&lt;br /&gt;
	&amp;lt;span class=&amp;quot;creator vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt; Jeff Carver &amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;org&amp;quot;&amp;gt; Mississippi State University &amp;lt;/span&amp;gt; &amp;lt;span&amp;gt;,&lt;br /&gt;
	&amp;lt;span class=&amp;quot;creator vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt; Forrest Shull &amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;org&amp;quot;&amp;gt; Fraunhofer Center Maryland &amp;lt;/span&amp;gt; &amp;lt;span&amp;gt;,&lt;br /&gt;
	&amp;lt;span class=&amp;quot;creator vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt; Sima Asgari&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;org&amp;quot;&amp;gt; University of Maryland, College Park &amp;lt;/span&amp;gt; &amp;lt;span&amp;gt;,&lt;br /&gt;
	&amp;lt;span class=&amp;quot;creator vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt; Victor Basili&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;org&amp;quot;&amp;gt; Fraunhofer Center Maryland &amp;lt;/span&amp;gt; &amp;lt;span&amp;gt;,&lt;br /&gt;
	&amp;lt;span class=&amp;quot;creator vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt; Jeffrey K. Hollingsworth&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;org&amp;quot;&amp;gt; University of Maryland, College Park &amp;lt;/span&amp;gt; &amp;lt;span&amp;gt;, and &lt;br /&gt;
	&amp;lt;span class=&amp;quot;creator vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt; Marv Zelkowitz&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;org&amp;quot;&amp;gt; University of Maryland, College Park &amp;lt;/span&amp;gt; &amp;lt;span&amp;gt;,&lt;br /&gt;
	&amp;lt;a class=&amp;quot;fn url&amp;quot; href=&amp;quot;http://dx.doi.org/10.1109/SC.2005.53&amp;quot;&amp;gt;HPC Programmer Productivity: A Case Study of Novice HPC Programmers&amp;lt;/a&amp;gt;. &lt;br /&gt;
        (&amp;lt;span class=&amp;quot;format&amp;quot;&amp;gt;conference publication&amp;lt;/span&amp;gt;)&lt;br /&gt;
	&amp;lt;cite class=&amp;quot;container hcite&amp;quot;&amp;gt;&lt;br /&gt;
	&amp;lt;a class=&amp;quot;fn url&amp;quot; href=&amp;quot;...&amp;quot;&amp;gt;Proceedings of ACM/IEEE Supercomputing Conference&amp;lt;/a&amp;gt;&lt;br /&gt;
	&amp;lt;abbr class=&amp;quot;dtpublished&amp;quot; title=&amp;quot;20051126T0000-0800&amp;quot;&amp;gt;2005&amp;lt;/abbr&amp;gt;&lt;br /&gt;
	&amp;lt;/cite&amp;gt;&lt;br /&gt;
	page &amp;lt;span class=&amp;quot;pages&amp;quot;&amp;gt;35&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;publisher vcard&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;span class=&amp;quot; fn&amp;quot;&amp;gt;IEEE Computer Society&lt;br /&gt;
   &amp;lt;/span&amp;gt;&lt;br /&gt;
    &amp;lt;div class=&amp;quot;adr&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;Washington&amp;lt;/span&amp;gt;,&lt;br /&gt;
      &amp;lt;span class=&amp;quot;region&amp;quot;&amp;gt;DC&amp;lt;/span&amp;gt;&lt;br /&gt;
    &amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;a class=&amp;quot;url instantiation&amp;quot; href=&amp;quot;http://portal.acm.org/ft_gateway.cfm?id=1105800&amp;amp;type=pdf&amp;amp;coll=portal&amp;amp;dl=ACM&amp;amp;CFID=68330711&amp;amp;CFTOKEN=39187329&amp;quot;&amp;gt;PDF of full text from ACM&amp;lt;/a&amp;gt;&lt;br /&gt;
&lt;br /&gt;
	DOI: &amp;lt;a class=&amp;quot;url uid&amp;quot; href=&amp;quot;http://dx.doi.org/10.1109/SC.2005.53&amp;quot;&amp;gt;10.1109/SC.2005.53&amp;lt;/a&amp;gt;&lt;br /&gt;
        Tags: &lt;br /&gt;
    &amp;lt;a class=&amp;quot;keyword&amp;quot; rel=&amp;quot;tag&amp;quot; href=&amp;quot;results.cfm?query=genterm%3A%22Design%22 ...&amp;quot;&amp;gt;&lt;br /&gt;
							Design&amp;lt;/a&amp;gt;,&lt;br /&gt;
     &amp;lt;a class=&amp;quot;keyword&amp;quot; rel=&amp;quot;tag&amp;quot; href=&amp;quot;results.cfm?query=genterm%3A%22Experimentation%22 ....&amp;quot;&amp;gt;&lt;br /&gt;
							 Experimentation&amp;lt;/a&amp;gt;,&lt;br /&gt;
     &amp;lt;a class=&amp;quot;keyword&amp;quot; rel=&amp;quot;tag&amp;quot; href=&amp;quot;results.cfm?query=genterm%3A%22Measurement%22...&amp;quot;&amp;gt;&lt;br /&gt;
							 Measurement&amp;lt;/a&amp;gt;,&lt;br /&gt;
     &amp;lt;a class=&amp;quot;keyword&amp;quot; rel=&amp;quot;tag&amp;quot; href=&amp;quot;results.cfm?query=genterm%3A%22Performance%22 ...&amp;quot;&amp;gt;&lt;br /&gt;
							 Performance&amp;lt;/a&amp;gt;&lt;br /&gt;
&lt;br /&gt;
	&amp;lt;blockquote class=&amp;quot;description&amp;quot;&amp;gt;In developing High-Performance Computing (HPC) software, time to solution is an important metric. This metric is comprised of two main components: the human effort required developing the software, plus the amount of machine time required to execute it. To date, little empirical work has been done to study the first component: the human effort required and the effects of approaches and practices that may be used to reduce it. In this paper, we describe a series of studies that address this problem. We instrumented the development process used in multiple HPC classroom environments. We analyzed data within and across such studies, varying factors such as the parallel programming model used and the application being developed, to understand their impact on the development process.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
  &amp;lt;/cite&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Note''' (From [[Discoleo]], Sept. 06)&lt;br /&gt;
* sometimes, the citation must include '''Town/Country''' and '''Precise Date/Date Range''', e.g.&lt;br /&gt;
** ''Gillespie SH, Dickens A.'' Variation in mutation rate of quinolone resistance in Streptococcus pneumoniae [abstract P06-17A]. In: Abstracts of the 3rd International Symposium on Pneumococci and Pneumococcal Disease (Anchorage, 5-9 May 2002).Washington, DC: American Society of Microbiology, 2002.&lt;br /&gt;
** ''Bassetti, M.; Righi, E.; Rebesco, B.; Molinari, MP.; Costa, A.; Fasce, R.; Cruciani, M.; Bassetti, D.; Bobbio Pallavicini, F.'' 44th Annual Interscience Conference on Antimicrobial Agents and Chemotherapy (ICAAC). Washington, DC; 2004. Epidemiological trends in nosocomial candidemia in ICU: A five-year Italian perspective.&lt;br /&gt;
** ''Peacock JE, Wade JC, Lazarus HM, et al.'' Ciprofloxacin/piperacillin vs. tobramycin/piperacillin as empiric therapy for fever in neutropenic cancer patients, a randomized, double-blind trial [abstract 373]. In: Program and abstracts of the 37th Interscience Conference on Antimicrob Agents and Chemotherapy (Toronto). Washington, DC: American Society for Microbiology, 1997.&lt;br /&gt;
&lt;br /&gt;
==== Citing an external website ====&lt;br /&gt;
&lt;br /&gt;
This is based on a formal citation of a website in the references section of a research paper, but could also be used for in-line links that had added information. Here's the original:&lt;br /&gt;
&lt;br /&gt;
[25] David Stern, &amp;quot;eprint Moderator Model&amp;quot;, http://www.library.yale.edu/scilib/modmodexplain.html  (version dated Jan 25, 1999)&lt;br /&gt;
 &lt;br /&gt;
 &amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;cite class=&amp;quot;hcite&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;a class=&amp;quot;fn url&amp;quot; href=&amp;quot;http://www.library.yale.edu/scilib/modmodexplain.html&amp;quot;&amp;gt;eprint Moderator Model&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;author vcard&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;a href=&amp;quot;http://pantheon.yale.edu/~dstern/dsbio.html&amp;quot; class=&amp;quot;url fn&amp;quot;&amp;gt;David Stern&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;/span&amp;gt;  &lt;br /&gt;
&amp;lt;abbr class=&amp;quot;dtpublished&amp;quot; title=&amp;quot;19990125T0000-0500&amp;quot;&amp;gt;&lt;br /&gt;
    Jan 25, 1999&lt;br /&gt;
  &amp;lt;/abbr&amp;gt;&lt;br /&gt;
&amp;lt;/cite&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Discussion of Straw Format elements ===&lt;br /&gt;
&lt;br /&gt;
This section is to provide explanations for posterity about the elements of the straw format, linking to discussions on the list and elsewhere if possible.&lt;br /&gt;
&lt;br /&gt;
==== 'hcite' as Root Element name ====&lt;br /&gt;
&lt;br /&gt;
This discussion took place in January of 2007, with [http://microformats.org/discuss/mail/microformats-discuss/2007-January/008098.html voting occurring on the mailing list].&lt;br /&gt;
&lt;br /&gt;
It was decided to use 'hcite' as the root element's class-name for uniqueness and to reflect a trend in using 'h' to start microformat names.&lt;br /&gt;
&lt;br /&gt;
==== The URI Element ====&lt;br /&gt;
&lt;br /&gt;
It was decided to use URI for both http links to available copies or URNs.&lt;br /&gt;
This encompasses URLs that link directly to online copies as well as through resolvers using URIs such as urn:isbn: 0521890012&lt;br /&gt;
&lt;br /&gt;
See the discussion from [http://microformats.org/discuss/mail/microformats-discuss/2006-November/007390.html November] and [http://microformats.org/discuss/mail/microformats-discuss/2006-December/007403.html December].&lt;br /&gt;
&lt;br /&gt;
== Old straw format discussion ==&lt;br /&gt;
&lt;br /&gt;
Saved here so that I'm not just deleting people's comments.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Mike straw format suggestion (Deprecated) ===&lt;br /&gt;
&lt;br /&gt;
In the interests of starting debate and having something concrete to fix, I suggest the following structure for a format. It is probably very incomplete and I claim no microformat expertise. I'm just trying to follow existing patterns. Comments and ridicule are both solicited. -Mike&lt;br /&gt;
&lt;br /&gt;
'''NOTE:''' This format is here for historical reference. Because it was not based on existing examples, I've deprecated it and contributed examples to Brian's format. If you feel that any missing elements in here should be in the final format, find examples for them and contribute to Brian's schema. Thanks! --[[User:Mike|Mike]] 18:22, 12 Oct 2006 (PDT)&lt;br /&gt;
&lt;br /&gt;
==== In General ====&lt;br /&gt;
&lt;br /&gt;
The ''citation'' format is based on a set of fields common to many bibliographic data formats, which are often implied by standard citation display styles but not explicitly marked up in practice on the web.&lt;br /&gt;
&lt;br /&gt;
==== Schema ====&lt;br /&gt;
&lt;br /&gt;
The citation schema consists of the following:&lt;br /&gt;
&lt;br /&gt;
* cite &lt;br /&gt;
** title: required, text (class = fn)&lt;br /&gt;
** subtitle: optional, text&lt;br /&gt;
** authors: optional, use hCard&lt;br /&gt;
** publication date: optional&lt;br /&gt;
** link(s) to instantiations, optional, url or use rel-enclosure? (class=url)&lt;br /&gt;
** UID, optional (for ISBN, DOI - use existing uid class) | permalink&lt;br /&gt;
** series (aka volume/issuenum) , optional (''not as sure how to handle these - suggestions?'')&lt;br /&gt;
** pages: startpage &amp;amp; endpage, optional, text&lt;br /&gt;
** venue, optional (hCard)&lt;br /&gt;
** publisher, optional (hCard)&lt;br /&gt;
** container: optional (nested hCite)&lt;br /&gt;
** abstract, optional (blockquote + class=&amp;quot;abstract&amp;quot; ?)&lt;br /&gt;
** notes, optional (blockquote + class=&amp;quot;notes&amp;quot; ?)&lt;br /&gt;
** keywords, optional (rel-tag)&lt;br /&gt;
** image, optional (for inclusion inline, unlike the url)&lt;br /&gt;
** copyright, optional (rel-license)&lt;br /&gt;
** ''what else am I missing?''&lt;br /&gt;
*** language, optional&lt;br /&gt;
&lt;br /&gt;
''Looks good, but I question the use of hCard for names. Due to ambiguity issues, requring hCard would lead to extra markup in order to apply just a name, hence [http://microformats.org/discuss/mail/microformats-discuss/2006-March/003487.html the need for a root element]. We should extract the N optimization of hCard like we did with adr, in order to ease this problem.'' --[[User:RCanine|Ryan Cannon]]&lt;br /&gt;
&lt;br /&gt;
Perhaps a Retrieved Date or Access Date would be appropriate for citing online resources. For example at http://www.crlt.umich.edu/publinks/facment_biblio.html &lt;br /&gt;
you see citations like this&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
Chief Academic Officers of the Big 12 Universities (2000). Big 12 Faculty Fellowship Program. Retrieved December 20, 2000 from the World Wide Web: http://www.k-state.edu/provost/academic/big12/big12guide.htm.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
--[[User:JoeAndrieu|Joe Andrieu]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Discussion about citing legal cases ====&lt;br /&gt;
&lt;br /&gt;
Here's some info I found about citing law:&lt;br /&gt;
&lt;br /&gt;
I'm not a lawyer, so I'm relying on the published [http://www.legalbluebook.com &amp;quot;blue book&amp;quot; standard], at least the only part of it I can get without paying $25. I'd be happy to hear improvements from experts in the field - how do lawyers mark up references to case law in HTML now?&lt;br /&gt;
&lt;br /&gt;
From groklaw.net and eff.org, I find mostly just links to PDFs with the name of the case as the link text. Or just this, from EFF:&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;h1&amp;gt;The Betamax Case&amp;lt;/h1&amp;gt;&lt;br /&gt;
&amp;lt;h2&amp;gt;Sony Corp. of America v. Universal City Studios, 464 U.S. 417 (1984)&amp;lt;/h2&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
From an example at the sample bluepages: http://www.legalbluebook.com/pdfs/bluepages.pdf&lt;br /&gt;
5 basic components:&lt;br /&gt;
*1 name of the case (citation title)&lt;br /&gt;
*2 published source in which case may be found (citation containing publication?)&lt;br /&gt;
*3 a parenthetical indicating the court and year of decision (citation venue?)&lt;br /&gt;
*4 other parenthetical information, if any (citation notes?)&lt;br /&gt;
*5 subsequent history of the case, if any (citation notes?)&lt;br /&gt;
&lt;br /&gt;
Here's two examples from the bluebook. Note that there are very strict rules about abbreviations in that source!&lt;br /&gt;
&lt;br /&gt;
Holland v. Donnelly, 216 F. Supp. 2d 227, 230 (S.D.N.Y. 2002), aff'd, 324 F.3d 99 (2d Cir. 2003).&lt;br /&gt;
&lt;br /&gt;
Green v. Georgia, 442 U.S. 95, 97 (1979) (per curiam) (holding that exclusion of relevant evidence at sentencing hearing constitutes denial of due process).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== discussions ==&lt;br /&gt;
* [[citation-irc-notes-2006-04-09]]&lt;/div&gt;</summary>
		<author><name>Mike</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=citation-brainstorming&amp;diff=13084</id>
		<title>citation-brainstorming</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=citation-brainstorming&amp;diff=13084"/>
		<updated>2007-01-31T08:03:28Z</updated>

		<summary type="html">&lt;p&gt;Mike: /* Examples */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h1&amp;gt; Citation Brainstorming &amp;lt;/h1&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* [[citation]]&lt;br /&gt;
* [[citation-examples]]&lt;br /&gt;
* [[citation-formats]]&lt;br /&gt;
* [[citation-faq]]&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
== Contributors ==&lt;br /&gt;
&lt;br /&gt;
* ...&lt;br /&gt;
* ... (a bunch of good folks!)&lt;br /&gt;
* Tantek Çelik&lt;br /&gt;
* Tim White&lt;br /&gt;
* Michael McCracken&lt;br /&gt;
* Brian Suda&lt;br /&gt;
* [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
&lt;br /&gt;
== Use Cases ==&lt;br /&gt;
&lt;br /&gt;
To focus the discussion, please add use cases below that will help show what problems the citation microformat will be solving.&lt;br /&gt;
&lt;br /&gt;
I've included two, focusing on consuming information - I've assumed that use cases for generating microformatted content would just involve the desire to enable your content to be consumed better, but I'm interested to see if there's something I'm missing here -Mike&lt;br /&gt;
&lt;br /&gt;
=== Acquiring reference information from the web ===&lt;br /&gt;
&lt;br /&gt;
A user either finds an author's papers page, or is viewing the results of a search and would like to import the information about the displayed papers into their local reference database, for the purposes of cataloging things they've read, adding notes, and using the information to generate later citations, potentially in other forms, such as BibTeX or Docbook, for inclusion in a publication of their own.&lt;br /&gt;
&lt;br /&gt;
Notes: In this case, it isn't important to the user what format the citation takes as displayed on the page where they find it. What *is* important is that it contains enough information to allow generation of the format they will ultimately re-publish it in. This implies that it may be worthwhile to err a little on the side of verbosity.&lt;br /&gt;
&lt;br /&gt;
Also, links to downloadable full representations of the cited work are very important - e.g. a link to the PDF of a journal article, or to a music file.&lt;br /&gt;
&lt;br /&gt;
=== Subscribing to reading lists, periodicals, etc ===&lt;br /&gt;
&lt;br /&gt;
I would like to be able to leverage my news aggregator with hAtom to subscribe to a remote source for citation information, for example:&lt;br /&gt;
&lt;br /&gt;
* a reading list for a seminar&lt;br /&gt;
* The publication list for a conference (e.g., subscribe to SIGGRAPH and see the updated conference proceedings every year)&lt;br /&gt;
* the issues of a journal&lt;br /&gt;
* a particular research group or researcher's publications&lt;br /&gt;
* Not just research: a popular author's publications (e.g., [http://www.gladwell.com/archive.html Malcolm Gladwell's Archive])&lt;br /&gt;
&lt;br /&gt;
=== Aggregating reading lists and reviews ===&lt;br /&gt;
&lt;br /&gt;
A citation microformat-specific aggregator could provide a decentralized version of [http://citeulike.org/ CiteULike]. Libraries, authors, research groups, and publishers could mark up their collections, while other people on weblogs or review sites could add tags and reviews.&lt;br /&gt;
&lt;br /&gt;
At least, having a well-adopted microformat would make writing tools like CiteULike much better, since it relies in some cases on screen-scraping publisher web-sites.&lt;br /&gt;
&lt;br /&gt;
=== Cut &amp;amp; Paste from web pages ===&lt;br /&gt;
Capturing/copying HTML from web pages for use in other applications (especially when those apps present HTML as output), such as pasting into Word, or a specialized application like [http://www.google.com/notebook Google Notebook], [http://onfolio.com Onfolio] or [http://www.kaboodle.com Kaboodle].  When such captures are made, it makes sense to keep track of the full citation data, including the date it was accessed, which may or may not be the date it was published. &lt;br /&gt;
&lt;br /&gt;
=== Blogs quoting other resources, including blogs ===&lt;br /&gt;
Any blog that cites online content, whether a blog or news article, could use an hCitation to properly link to the cited reference. Such citations could include the access date when the blogger made the citation, because resources on the other side of those links can change without notice. &lt;br /&gt;
&lt;br /&gt;
Instead, today we have simple formating with a link to the permaURL. The citation data is completely lacking. See [http://doc.weblogs.com Doc Searl's blog] for a style of referencing that could benefit from proper a citation uF.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Fascinating... after I added the last two use cases, I realized they focus on potentially marginal cases. The first because it is missing the &amp;quot;output&amp;quot; part of the cut &amp;amp; paste, where the uF would actually be used as part of the paste.  The latter because bloggers have a working citation mechanism that is just a link to the URL (hopefully a permaURL). One could argue they wouldn't want a full hCitation. And in fact, until a tool exists that makes it easy, they probably won't.  However, a tool that cuts &amp;amp; pastes from anywhere on the web into a blog with a full citation seems like a nice tool.  But again, I'm not really paving the cowpaths with these ideas. -Joe Andrieu&lt;br /&gt;
&lt;br /&gt;
===Finding in Library===&lt;br /&gt;
Find a copy of the cited work in a nearby library (as with [http://ocoins.info/ OpenCOinS]). [[User:AndyMabbett|AndyMabbett]] 04:55, 4 Nov 2006 (PST)&lt;br /&gt;
&lt;br /&gt;
===Buy a copy===&lt;br /&gt;
Find the cited work on, for example, Amazon or [http://www.abebooks.com/ ABE]; or subscribe to a journal via its own website. [[User:AndyMabbett|AndyMabbett]] 04:55, 4 Nov 2006 (PST)&lt;br /&gt;
&lt;br /&gt;
===Find reviews===&lt;br /&gt;
Find third-party reviews of the cited work. [[User:AndyMabbett|AndyMabbett]] 04:55, 4 Nov 2006 (PST)&lt;br /&gt;
&lt;br /&gt;
== Original hBib Discussion ==&lt;br /&gt;
&lt;br /&gt;
During the WWW2005 Developer's Day [[microformats]] track, Rohit Khare gave a [[presentations|presentation]] where he discussed the microformats [[process]], and then did  a quick demonstration wherein a bunch of us got on a shared Subethaedit document, and brainstormed some thoughts on what an &amp;quot;hBib&amp;quot; bibliography citation microformat would look like.  Rohit placed the [http://cnlabs.commerce.net/~rohit/hBib%20Discussion.html document on his Commercenet site].&lt;br /&gt;
&lt;br /&gt;
* http://cnlabs.commerce.net/~rohit/hBib%20Discussion.html&lt;br /&gt;
&lt;br /&gt;
''An attempt to summarize and inline the linked document follows. -Mike''&lt;br /&gt;
&lt;br /&gt;
Two major goals were outlined by the group:&lt;br /&gt;
&lt;br /&gt;
* Avoid re-keying references&lt;br /&gt;
* Adapt to new journal styles by changing CSS&lt;br /&gt;
 &lt;br /&gt;
The fundamental problem was discussed in terms of display - the ability to transform XHTML+hBib into the many journal-specific formats. For example, how to display &amp;quot;et.al&amp;quot; when all authors are present in the source, and how to re-order the elements if a style defines a set order of elements that conflicts with the ordering in the source. Using hCard for authors was agreed on, and the beginnings of an example were shown.&lt;br /&gt;
&lt;br /&gt;
== XHTML Structure ==&lt;br /&gt;
With my exprience working X2V and hCa* has taught me what elememts are easy to find and which are not. Since the Citation microformat is very new it is possible to not make a lot of the same errors twice and to make things easier for extracting application to find and imply certain properties.&lt;br /&gt;
&lt;br /&gt;
* There should be some sort of 'root node' that implies all child elements are for the hCitation microformat.&lt;br /&gt;
* Since most people will have multiple citations there should be away to represent each hCitation object as a unqiue block independent of another. This is to keep the parse from finding 'author' and applying that to all citations. Each citation should be in a container (class=&amp;quot;hcite&amp;quot;) that is separated from others.&lt;br /&gt;
* Perhaps class=&amp;quot;hcite&amp;quot; with &amp;lt;code&amp;gt;&amp;amp;lt;cite&amp;amp;gt;&amp;lt;/code&amp;gt; recommended as the root element. E.g. &amp;lt;code&amp;gt;&amp;amp;lt;cite class=&amp;quot;hcite&amp;quot;&amp;amp;gt;&amp;lt;/code&amp;gt; &lt;br /&gt;
&lt;br /&gt;
'''Note: This section was the original content of the document. Since then, class='hcite' has been agreed on as the root class name. See  [http://microformats.org/wiki?title=citation-brainstorming#.27hcite.27_as_Root_Element_name explanation].'''&lt;br /&gt;
&lt;br /&gt;
== Citation vs. [[media-info]] ==&lt;br /&gt;
&lt;br /&gt;
What distinguishes a cite from say [[media-info]] (e.g. [[media-info-examples]]) is that a cite is a reference to something explicitly external to the current piece of content or document, whereas [[media-info]] describes information about content embedded or inline in the current document.&lt;br /&gt;
&lt;br /&gt;
== Semantic Meaning ==&lt;br /&gt;
One of the guiding priniciple of Microformats is to use the most semantically rich element to describe each node (Point 2 of Semantic XHTML Design Principles: Use the most accurately precise semantic XHTML building block for each object etc). Since we are dealing with HTML and citations, several elements are candidates to be used to enrich the semantic meaning. [http://www.w3.org/TR/REC-html40/struct/text.html CITE, BLOCKQUOTE, Q, A], (are there more?)&lt;br /&gt;
&lt;br /&gt;
The [[citation-brainstorming|Citation Brainstorming Page]] has a few development and ideas about how to give another person credit for a link. Some of the semantic ideas behind their choices of tags can be applied to a full bibliographic type reference. ''Does this sentence make sense only historically? -Mike''&lt;br /&gt;
&lt;br /&gt;
== OCLC's WorldCat for titles == &lt;br /&gt;
Question: what about using something like OCLC's [http://www.oclc.org/worldcat/open/isbnissnlinking/default.htm WorldCat] for linking titles? - Tim White&lt;br /&gt;
&lt;br /&gt;
== This and That ==&lt;br /&gt;
After reading through alot of different citation encoding formats, i noticed that each format was being used in onw of two ways. It was either to describe the Current page (THIS.PAGE) or being used to encode references that point to external resources (THAT.PAGE)&lt;br /&gt;
&lt;br /&gt;
The informatation being encoded was identical for both resources (author, date, name, etc) they just reference different things. For this microformat, i'm not sure if we want to try to solve both problems, or just one? The meta tags in the head element would be the ideal place for information about the THIS.PAGE, but that is not in following with the ideals of microformats where information is human-readable. The THAT.PAGE idea where a list of references is at the end of a document in the form of a bibliography is more inline with the ideals of a microformat where the data is human-readable. That doesn't mean that data about the current document shouldn't be human-readable, so some of the same properties used to reference extermal resources can be used for the current document (THIS.PAGE). To do this a different root item could be used and transforming applications could either extract the citation data about the current page, or information about this page's references.&lt;br /&gt;
&lt;br /&gt;
This is open for discussion, but either way, i believe that the properties used to describe a page will be the same for both THIS and THAT. [http://suda.co.uk/ brian suda]&lt;br /&gt;
&lt;br /&gt;
== More on This and That ==&lt;br /&gt;
&lt;br /&gt;
Citation microformats are being explored as a possibility for citing genealogical information at [http://eatslikeahuman.blogspot.com Dan Lawyer's blog].&lt;br /&gt;
&lt;br /&gt;
This is a case where frequently the citation would refer to (THIS.PAGE), but would have nested within it a reference to (THAT.PAGE), possibly a few levels deep. For instance, a web page might contain data extracted from a microfilm of a census. The citation would need to include information about the web page, information about the microfilm, and information about the census. Genealogical citations are expected to include the repository (where can this book or microfilm be found. Is this the same as ''venue''?). So, at each level the information should contain the repository of the referenced item. A nesting (recursive) mechanism for citation microformats would be useful in this case. Is this the function of the &amp;quot;container&amp;quot; element in the Straw Format?&lt;br /&gt;
&lt;br /&gt;
== Date Formatting ==&lt;br /&gt;
Since microformats are all about re-use and the accepted way to encode Date-Time has been pretty much settled, then this is a good place to start when dealing with all the different date citation types. &lt;br /&gt;
&lt;br /&gt;
These are all the different fields from various citation formats that are of temporal nature:&lt;br /&gt;
 * Date (available | created | dateAccepted | dateCopyrighted | dateSubmitted | issued | modified | valid)&lt;br /&gt;
 * originInfo/dateIssued&lt;br /&gt;
 * originInfo/dateCreated&lt;br /&gt;
 * originInfo/dateCaptured&lt;br /&gt;
 * originInfo/dateOther&lt;br /&gt;
 * month&lt;br /&gt;
 * year&lt;br /&gt;
 * Copyright Year&lt;br /&gt;
 * Date - Generic&lt;br /&gt;
 * Date of Confernce&lt;br /&gt;
 * Date of Publication&lt;br /&gt;
 * Date of update/revisou/issuance of database record&lt;br /&gt;
 * Former Date&lt;br /&gt;
 * Entry Date for Database Record&lt;br /&gt;
 * Database Update&lt;br /&gt;
 * Year of Publication&lt;br /&gt;
&lt;br /&gt;
There are several common properties across several citation domains and will certainly be in the citation microformat, the unique instances will need further consideration, otherwise there could be no end to posiblities. &lt;br /&gt;
&lt;br /&gt;
There are also several properties (year, month, Year of publication) that can be extracted from another source. Therefore, if you only encode a more specific property such as; Date of Publication, you can extract the 'year of publication' from that. Since the date-time format we are modeling after is the ISO date-time format, just the Year portion is an acceptable date. So if you ONLY know the year of publication, the you can form a valid 'Date of Publication' as a microformat (which inturn is a valid 'year of publication') - you milage may vary when it comes to importing into citation applications.&lt;br /&gt;
&lt;br /&gt;
...&lt;br /&gt;
&lt;br /&gt;
It seems to me that these can be collapsed to maybe one or two different date properties.  As far as the specific human readable formatting of the date, that can be chosen per whatever the presentation style guide says, and the [[datetime-design-pattern]] used to simplify the markup. - Tantek&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Important'''&lt;br /&gt;
Sometimes we need a date range and not simply a date (e.g. 4-6 May 2006). See ''Conference Citation'' examples later on this page. - Discoleo&lt;br /&gt;
&lt;br /&gt;
'''Seasons'''&lt;br /&gt;
Some journals have seasonal issues (e.g. &amp;quot;Summer 2006 edition&amp;quot;) instead of, or as well as, editions labelled by month or other calendar-date. [[User:AndyMabbett|AndyMabbett]] 05:05, 4 Nov 2006 (PST)&lt;br /&gt;
&lt;br /&gt;
== Tags ==&lt;br /&gt;
Some of the citation formats has a place for 'keywords' or 'generic tags', etc. This might be a good place to re-use the [http://microformats.org/wiki/rel-tag RelTag microformat]. The downside would be that they are then forced to be links, which might be the correct way to mark-up these terms.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== MARC / MODS / Dublin Core ==&lt;br /&gt;
&lt;br /&gt;
The MODS ([http://www.loc.gov/standards/marcxml/Sandburg/sandburgmods.xml example]) and Dublin Core ([http://www.loc.gov/standards/marcxml/Sandburg/sandburgdc.xml example]) transformations of MARC21 may contain some useful ideas.&lt;br /&gt;
&lt;br /&gt;
Here's a first attempt at rewriting the linked examples in XHTML (written in response to a [http://microformats.org/discuss/mail/microformats-discuss/2005-December/002438.html mailing list query about encoding book information with microformats]):&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;book&amp;quot; lang=&amp;quot;en&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;h3 class=&amp;quot;fn&amp;quot;&amp;gt;Arithmetic /&amp;lt;/h3&amp;gt;&lt;br /&gt;
  &amp;lt;p&amp;gt;By &amp;lt;span class=&amp;quot;creator&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Sandburg, Carl&amp;lt;/span&amp;gt;,&lt;br /&gt;
     &amp;lt;span class=&amp;quot;date&amp;quot;&amp;gt;1878-1967&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;,&lt;br /&gt;
     and &amp;lt;span class=&amp;quot;illustrator&amp;quot;&amp;gt;Rand, Ted&amp;lt;/span&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
  &amp;lt;p&amp;gt;Publisher: &amp;lt;span class=&amp;quot;publisher&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Harcourt Brace Jovanovich&amp;lt;/span&amp;gt;,&lt;br /&gt;
     &amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;San Diego&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
  &amp;lt;p&amp;gt;Published: &amp;lt;span class=&amp;quot;issued&amp;quot;&amp;gt;1993&amp;lt;/span&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
  &amp;lt;p class=&amp;quot;description&amp;quot;&amp;gt;A poem about numbers and their characteristics. Features&lt;br /&gt;
     anamorphic, or distorted, drawings which can be restored to normal by viewing&lt;br /&gt;
     from a particular angle or by viewing the image's reflection in the provided&lt;br /&gt;
     Mylar cone.&amp;lt;/p&amp;gt;&lt;br /&gt;
  &amp;lt;p class=&amp;quot;note&amp;quot;&amp;gt;One Mylar sheet included in pocket.&amp;lt;/p&amp;gt;&lt;br /&gt;
  &amp;lt;p&amp;gt;Subjects:&amp;lt;/p&amp;gt;&lt;br /&gt;
  &amp;lt;ul&amp;gt;&lt;br /&gt;
    &amp;lt;li class=&amp;quot;subject&amp;quot;&amp;gt;Arithmetic&amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li class=&amp;quot;subject&amp;quot;&amp;gt;Children's poetry, American.&amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li class=&amp;quot;subject&amp;quot;&amp;gt;Arithmetic&amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li class=&amp;quot;subject&amp;quot;&amp;gt;American poetry&amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li class=&amp;quot;subject&amp;quot;&amp;gt;Visual perception&amp;lt;/li&amp;gt;&lt;br /&gt;
  &amp;lt;/ul&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;
== Basic Citation Stuctures ==&lt;br /&gt;
There are basic structures to any citation, this is an overview of some of the types&lt;br /&gt;
[http://www.users.muohio.edu/darcusb/misc/citations-spec.html http://www.users.muohio.edu/darcusb/misc/citations-spec.html]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Concerns not addressed by existing formats ==&lt;br /&gt;
&lt;br /&gt;
There are some aspects '''NOT adequately''' covered by existing formats. I have addressed this issue on the OpenOffice.org wiki page, too. [see http://wiki.services.openoffice.org/wiki/Bibliographic_Database for an extending discussion, the paragraph on ''Reference Types'']&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
These issues pertain mainly to '''Errata''', '''Comments and Authors Reply''' and '''Article Retractions'''.&lt;br /&gt;
* a bidirectional link could be necessary to implement these features (original article &amp;lt;=&amp;gt; eratum, reply, retraction letter)&lt;br /&gt;
* '''IMPORTANT: Errata'''&lt;br /&gt;
** Erata: one or more Corrections might be posted in various issues of the journal&lt;br /&gt;
** this is usually cited as: Orininal Article Citation Data (Correction available in ''Journal, Issue Nr, Year, Pages'') (repeat for more than one correction)&lt;br /&gt;
** it is possibly never cited alone&lt;br /&gt;
** there should be a link to the original article, while the original article should contain a link to this ''Errata''&lt;br /&gt;
* '''IMPORTANT: Commentary and Author Reply'''&lt;br /&gt;
** similar to Errata, there might be one or more Comments and Author Replys; this should be stored, too&lt;br /&gt;
** however, it is usually not included in the original citation&lt;br /&gt;
** it might be used however in a citation, but I do not know exaclty how to cite it optimally (original article should be provided as well) &lt;br /&gt;
* '''IMPORTANT: Article Retraction'''&lt;br /&gt;
** an article may be retracted because of plagiarism or some other flaw&lt;br /&gt;
** this should not be used any further in the research&lt;br /&gt;
** however, it might be used e.g. for an article on plagiarism or flawed research&lt;br /&gt;
** there should be therefore one field storing this information, too, and a link to:&lt;br /&gt;
** the published withdrawal letter (which explains why the article was retracted)&lt;br /&gt;
&lt;br /&gt;
* this issue may need a time-controlled event&lt;br /&gt;
* '''IMPORTANT: electronic publishing ahead of print (EPUB)'''&lt;br /&gt;
** more and more articles are initially posted online, before the published article gets actually printed&lt;br /&gt;
** How should this be used/cited?&lt;br /&gt;
** Is this changed, after the print version becomes available?&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Outstanding Issues ==&lt;br /&gt;
The 3 main points i (Brian) came across so far are:&lt;br /&gt;
1) IDENTIFIERS&lt;br /&gt;
2) FORMAT TYPES&lt;br /&gt;
3) NESTING&lt;br /&gt;
&lt;br /&gt;
1) In hCard/hCalendar there is a UID field. Added with URL it makes for a great unique identifier. There are loads of other identifers besides URL, ISBN, LOC call number, SKU, ISSN, etc. Many of these are unique in their domain, but not globally unique. So how to they get marked-up? Much like the hCard TEL/ADR properties, we can use something like:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;uid&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;type&amp;quot;&amp;gt;ISBN&amp;lt;/span&amp;gt;: &amp;lt;span&lt;br /&gt;
class=&amp;quot;value&amp;quot;&amp;gt;123456&amp;lt;/span&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
This makes the encoding the most extensible... if we start use class=&amp;quot;isbn&amp;quot; then it is an enumerated list, with class=&amp;quot;type&amp;quot; it is open ended.&lt;br /&gt;
&lt;br /&gt;
2) I keep mis-using &amp;quot;format&amp;quot;, format is the medium - hardback, softback. The TYPE (there probably is a better word - container?) is book, article, conference, manifesto, etc. Much like the identifers we can make an enumerated list of values, class=&amp;quot;book&amp;quot;, class=&amp;quot;article&amp;quot;, but that boxes us in, whereas something like: &amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;span class=&amp;quot;type&amp;quot;&amp;gt;article&amp;lt;/span&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt; leaves things more open.&lt;br /&gt;
&lt;br /&gt;
3) Nesting citation data in a citation. The ability to nest the same microformat inside itself is something that other microformats don't explicitly handle.&lt;br /&gt;
&lt;br /&gt;
The two options are:&lt;br /&gt;
i) Using class=&amp;quot;book&amp;quot;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;hcite&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;div class=&amp;quot;book&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Book Title&amp;lt;/span&amp;gt;&lt;br /&gt;
  &amp;lt;div class=&amp;quot;chapter&amp;quot;&amp;gt;&lt;br /&gt;
     &amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Chapter Title&amp;lt;/span&amp;gt;&lt;br /&gt;
  &amp;lt;/div&amp;gt;&lt;br /&gt;
 &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&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 makes things easy to nest and to figure out exactly what is&lt;br /&gt;
associated with what, but the downside is that we have enumerated&lt;br /&gt;
lists of values for the class properties.&lt;br /&gt;
&lt;br /&gt;
ii) using the TYPE for book&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;hcite&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;div class=&amp;quot;type&amp;quot;&amp;gt;book&amp;lt;/div&amp;gt;&lt;br /&gt;
 &amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Book Title&amp;lt;/span&amp;gt;&lt;br /&gt;
 &amp;lt;div class=&amp;quot;type&amp;quot;&amp;gt;chapter&amp;lt;/div&amp;gt;&lt;br /&gt;
 &amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Chapter Title&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
now the class=&amp;quot;fn&amp;quot; is not nested inside the class=&amp;quot;book&amp;quot; or&lt;br /&gt;
class=&amp;quot;chapter&amp;quot; so there would have to be some other mechanism to&lt;br /&gt;
associate the data with the type.&lt;br /&gt;
&lt;br /&gt;
== Brian's Straw format ==&lt;br /&gt;
&lt;br /&gt;
=== implied schema (examples) ===&lt;br /&gt;
 + publisher&lt;br /&gt;
 + language&lt;br /&gt;
 + description&lt;br /&gt;
 + title&lt;br /&gt;
 + creator&lt;br /&gt;
 + journal&lt;br /&gt;
 + volume&lt;br /&gt;
 + issue&lt;br /&gt;
 + page &lt;br /&gt;
 + edition&lt;br /&gt;
 + identifier&lt;br /&gt;
 + tags&lt;br /&gt;
 + format&lt;br /&gt;
 + date published&lt;br /&gt;
 + copyright&lt;br /&gt;
 - audience&lt;br /&gt;
&lt;br /&gt;
=== implied schema (formats) ===&lt;br /&gt;
 + publisher&lt;br /&gt;
 + language&lt;br /&gt;
 + description&lt;br /&gt;
 + title&lt;br /&gt;
 + creator&lt;br /&gt;
 + volume&lt;br /&gt;
 + pages&lt;br /&gt;
 + edition&lt;br /&gt;
 + issue&lt;br /&gt;
 + identifier&lt;br /&gt;
 + tags&lt;br /&gt;
 + format&lt;br /&gt;
 + date published&lt;br /&gt;
 + date copyrighted&lt;br /&gt;
 - subtitle&lt;br /&gt;
 - image &lt;br /&gt;
 - excerpt&lt;br /&gt;
 - index terms&lt;br /&gt;
 - series title&lt;br /&gt;
 - publication&lt;br /&gt;
 - journal&lt;br /&gt;
 - part (1 of X)&lt;br /&gt;
&lt;br /&gt;
UNION of the two schemas&lt;br /&gt;
 + (PLUS) means common properties&lt;br /&gt;
 - (MINUS) means unique to the schema&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Working straw schema ===&lt;br /&gt;
&lt;br /&gt;
This list records discussion about the common schema from above. The format is ''descriptive-name'' (''optional-recommended-element'' 'class-name') (''link to explanation'').&lt;br /&gt;
&lt;br /&gt;
If there is no explanation link, that field should be considered either obvious or up for debate. If you're not sure which, it's up for debate.&lt;br /&gt;
&lt;br /&gt;
* root element ('hcite') ([http://microformats.org/wiki?title=citation-brainstorming#.27hcite.27_as_Root_Element_name explanation])&lt;br /&gt;
** title ('title')&lt;br /&gt;
** Author / Editor etc. ('creator')&lt;br /&gt;
** Volume Number ('volume')&lt;br /&gt;
** Pages ('pages')&lt;br /&gt;
*** note: this can be any value &lt;br /&gt;
** Edition ('edition')&lt;br /&gt;
** Issue number ('issue')&lt;br /&gt;
** Tags (href rel='tag')&lt;br /&gt;
** Format ('format')&lt;br /&gt;
*** Note - this is unclear at present - does format mean 'type', as in 'book' vs. 'article'? --[[User:Mike|Mike]] 22:53, 16 Jan 2007 (PST)&lt;br /&gt;
** date published&lt;br /&gt;
** date copyrighted&lt;br /&gt;
** date accessed&lt;br /&gt;
** publisher&lt;br /&gt;
** language&lt;br /&gt;
** Abstract / description ('description')&lt;br /&gt;
** URI (href class='uri') ([http://microformats.org/wiki?title=citation-brainstorming#The_URI_Element explanation])&lt;br /&gt;
** identifier&lt;br /&gt;
*** an (not necessarily globally unique) identifier, such as a cite-key, pubmed ID number, or simply the reference number or string within a publication ([1] or [CLRS2001])&lt;br /&gt;
&lt;br /&gt;
=== Examples ===&lt;br /&gt;
&lt;br /&gt;
Markup examples using the above format:&lt;br /&gt;
&lt;br /&gt;
==== Book ====&lt;br /&gt;
&lt;br /&gt;
This is Brian's original example&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;ul class=&amp;quot;bibliography&amp;quot;&amp;gt;&lt;br /&gt;
	&amp;lt;li class=&amp;quot;hcite&amp;quot; xml:lang=&amp;quot;en-gb&amp;quot;&amp;gt;&lt;br /&gt;
	&lt;br /&gt;
		&amp;lt;!-- publisher data as hCard--;&lt;br /&gt;
		&amp;lt;div class=&amp;quot;publisher vcard&amp;quot;&amp;gt;&lt;br /&gt;
			&amp;lt;span class=&amp;quot;fn org&amp;quot;&amp;gt;ABC Publishing Co.&amp;lt;/span&amp;gt;&lt;br /&gt;
			&amp;lt;span class=&amp;quot;country-name&amp;quot;&amp;gt;United Kingdom&amp;lt;/span&amp;gt;&lt;br /&gt;
			...&lt;br /&gt;
		&amp;lt;/div&amp;gt;&lt;br /&gt;
		&lt;br /&gt;
		&amp;lt;!-- author(s) data as hCard --&amp;gt;&lt;br /&gt;
		&amp;lt;div class=&amp;quot;creator vcard&amp;quot;&amp;gt;&lt;br /&gt;
			&amp;lt;span class=&amp;quot;fn n&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;given-name&amp;quot;&amp;gt;John &amp;lt;span class=&amp;quot;family-name&amp;quot;&amp;gt;Doe&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
			...&lt;br /&gt;
		&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
		&amp;lt;!-- location data --&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Foobar!&amp;lt;/span&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;description&amp;quot;&amp;gt;World Class Book about foobar&amp;lt;/span&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;volume&amp;quot;&amp;gt;1&amp;lt;/span&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;issue&amp;quot;&amp;gt;1&amp;lt;/span&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;edition&amp;quot;&amp;gt;1&amp;lt;/span&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;pages&amp;quot;&amp;gt;1-10&amp;lt;/span&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;format&amp;quot;&amp;gt;article&amp;lt;/span&amp;gt;&lt;br /&gt;
		&lt;br /&gt;
		&amp;lt;!-- differed to the UID debate --&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;identifier&amp;quot;&amp;gt;12345678&amp;lt;/span&amp;gt;&lt;br /&gt;
		&lt;br /&gt;
		&amp;lt;!-- keywords --&amp;gt;&lt;br /&gt;
		&amp;lt;a class=&amp;quot;keyword&amp;quot; rel=&amp;quot;tag&amp;quot; href=&amp;quot;/tags/foo&amp;quot;&amp;gt;foo&amp;lt;/a&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;keyword&amp;quot;&amp;gt;bar&amp;lt;/span&amp;gt;&lt;br /&gt;
		&lt;br /&gt;
		&amp;lt;!-- date properties --&amp;gt;&lt;br /&gt;
		Published &amp;lt;abbr class=&amp;quot;dtpublished&amp;quot; title=&amp;quot;20060101&amp;quot;&amp;gt;January 1st 1006&amp;lt;/abbr&amp;gt;&lt;br /&gt;
		Copyright &amp;lt;abbr class=&amp;quot;copyright&amp;quot; title=&amp;quot;20060101&amp;quot;&amp;gt;2006&amp;lt;/abbr&amp;gt;&lt;br /&gt;
	&amp;lt;/li&amp;gt;&lt;br /&gt;
	...&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p class=&amp;quot;hcite&amp;quot;&amp;gt;Have you read ;span class=&amp;quot;title&amp;quot;&amp;gt;&amp;lt;abbr title=&amp;quot;book&amp;quot; class=&amp;quot;format&amp;quot;&amp;gt;Foo Bar&amp;lt;/abbr&amp;gt;&amp;lt;/span&amp;gt;? &lt;br /&gt;
It was written by &amp;lt;span class=&amp;quot;author vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;John Doe&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;. &lt;br /&gt;
It only came out a &amp;lt;abbr class=&amp;quot;dtpublished&amp;quot; title=&amp;quot;20060101&amp;quot;&amp;gt;few months ago&amp;lt;/abbr&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Note: the &amp;quot;format&amp;quot; property above is incorrect. Format would refer more the physical characteristics of an item, rather than its type or genre (e.g. &amp;quot;article&amp;quot;, &amp;quot;book&amp;quot;, etc.). I'd rather have the main class for the li be &amp;quot;article&amp;quot; in this context, than the fairly meaningless &amp;quot;citation.&amp;quot;  Of course, one could have both, which would be fine too. -- bruce&lt;br /&gt;
&lt;br /&gt;
Note: Could we use ROLE from hCard to identify editors, translators, authors, etc?&lt;br /&gt;
This was discussed on the mailing list and the idea was dropped [http://microformats.org/discuss/mail/microformats-discuss/2006-September/005694.html]&lt;br /&gt;
&lt;br /&gt;
'''Comments''' : [[User:Singpolyma|singpolyma]] 08:03, 16 Jun 2006 (PDT) : keywords should be [[rel-tag]], and probably also [[XOXO]] (the same way the citation list is)&lt;br /&gt;
&lt;br /&gt;
[[User:RCanine|RCanine]] 11:55, 18 Dec 2006 (EST) :&lt;br /&gt;
&lt;br /&gt;
* Is there a reason not to re-use &amp;quot;published&amp;quot; from hAtom instead of inventing a new, basically equivalent term in &amp;quot;dtpublished&amp;quot;?&lt;br /&gt;
* Is the root element &amp;quot;hCite&amp;quot; or &amp;quot;citation&amp;quot;. Let me root for &amp;quot;citation&amp;quot; as that semantically describes the content--similar to hCard's root class of &amp;quot;vcard&amp;quot;.&lt;br /&gt;
* Missing a URL/URI/IRI/UID etc. field example (ISBN for Book).&lt;br /&gt;
* Does the &amp;quot;copyright&amp;quot; class conflict with [http://www.whatwg.org/specs/web-apps/current-work/#class WHATWG's definition]?&lt;br /&gt;
* WRT Bruce's comment, I'm currently using class=&amp;quot;article citation&amp;quot; for my writing, as it has the most flexibility with CSS styles for titles (e.g. Book titles .citation&amp;gt;.fn must be italicized, while article titles must not, their container should).&lt;br /&gt;
* Speaking of containers, we need an &amp;quot;in&amp;quot; or &amp;quot;collection&amp;quot; field for journal articles or articles-in-books, or is that covered by &amp;quot;publisher&amp;quot;?&lt;br /&gt;
&lt;br /&gt;
==== Citing Private Communication ====&lt;br /&gt;
&lt;br /&gt;
Needs an example.&lt;br /&gt;
&lt;br /&gt;
==== Citing Legal Cases ====&lt;br /&gt;
Needs an example. &lt;br /&gt;
see [http://microformats.org/wiki/citation-examples-markup#Wikipedia_Court_Case Wikipedia example] for inspiration.&lt;br /&gt;
&lt;br /&gt;
==== Citing a Book ====&lt;br /&gt;
&lt;br /&gt;
needs an example&lt;br /&gt;
&lt;br /&gt;
==== Citing a journal article ====&lt;br /&gt;
&lt;br /&gt;
needs an example &lt;br /&gt;
&lt;br /&gt;
==== Citing a magazine article ====&lt;br /&gt;
&lt;br /&gt;
needs an example&lt;br /&gt;
&lt;br /&gt;
==== Citing a Patent ====&lt;br /&gt;
&lt;br /&gt;
Drawn from this [http://microformats.org/wiki/citation-examples#U.S._Patent example from Wikipedia]:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;li class=&amp;quot;hcite&amp;quot;&amp;gt;&amp;lt;a href=&amp;quot;http://patft.uspto.gov/netacgi/nph-Parser?patentnumber=4,405,829&amp;quot; class=&amp;quot;url&amp;quot; &lt;br /&gt;
    title=&amp;quot;http://patft.uspto.gov/netacgi/nph-Parser?patentnumber=4,405,829&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;format&amp;quot;&amp;gt;U.S. Patent&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;identifier&amp;quot;&amp;gt;4,405,829&amp;lt;/span&amp;gt;&amp;lt;/a&amp;gt;:&lt;br /&gt;
    &amp;lt;span class=&amp;quot;description&amp;quot;&amp;gt;The &amp;lt;a href=&amp;quot;/wiki/RSA&amp;quot; title=&amp;quot;RSA&amp;quot;&amp;gt;RSA&amp;lt;/a&amp;gt; patent, a famous software patent on the ground-breaking &lt;br /&gt;
    and highly unobvious algorithm for public key encryption, widely used for secure communications &lt;br /&gt;
    in many industries nowdays&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Citing a conference publication====&lt;br /&gt;
&lt;br /&gt;
Based on the [http://microformats.org/wiki/citation-examples#ACM_Digital_Library_Search_Result_Examples conference publication reference example].&lt;br /&gt;
&lt;br /&gt;
Changed Oct 06 to conform with [http://microformats.org/wiki/citation-brainstorming#Brian.27s_Straw_format Brian's format]. --[[User:Mike|Mike]] 18:09, 12 Oct 2006 (PDT)&lt;br /&gt;
(everything but the url class should be in line with that proposal)&lt;br /&gt;
&lt;br /&gt;
L. Hochstein, J. Carver, F. Shull, S. Asgari, V. Basili, J. K. Hollingsworth, and M. Zelkowitz, “Hpc programmer productivity: A case study of novice hpc programmers,” in Proceedings of ACM/IEEE Supercomputing Conference, 2005.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;cite class=&amp;quot;hcite&amp;quot;&amp;gt;&lt;br /&gt;
	&amp;lt;span class=&amp;quot;creator vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Lorin Hochstein&amp;lt;/span&amp;gt;&amp;lt;span class=&amp;quot;org&amp;quot;&amp;gt; University of Maryland, College Park &amp;lt;/span&amp;gt;&amp;lt;span&amp;gt;,&lt;br /&gt;
	&amp;lt;span class=&amp;quot;creator vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt; Jeff Carver &amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;org&amp;quot;&amp;gt; Mississippi State University &amp;lt;/span&amp;gt; &amp;lt;span&amp;gt;,&lt;br /&gt;
	&amp;lt;span class=&amp;quot;creator vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt; Forrest Shull &amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;org&amp;quot;&amp;gt; Fraunhofer Center Maryland &amp;lt;/span&amp;gt; &amp;lt;span&amp;gt;,&lt;br /&gt;
	&amp;lt;span class=&amp;quot;creator vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt; Sima Asgari&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;org&amp;quot;&amp;gt; University of Maryland, College Park &amp;lt;/span&amp;gt; &amp;lt;span&amp;gt;,&lt;br /&gt;
	&amp;lt;span class=&amp;quot;creator vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt; Victor Basili&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;org&amp;quot;&amp;gt; Fraunhofer Center Maryland &amp;lt;/span&amp;gt; &amp;lt;span&amp;gt;,&lt;br /&gt;
	&amp;lt;span class=&amp;quot;creator vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt; Jeffrey K. Hollingsworth&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;org&amp;quot;&amp;gt; University of Maryland, College Park &amp;lt;/span&amp;gt; &amp;lt;span&amp;gt;, and &lt;br /&gt;
	&amp;lt;span class=&amp;quot;creator vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt; Marv Zelkowitz&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;org&amp;quot;&amp;gt; University of Maryland, College Park &amp;lt;/span&amp;gt; &amp;lt;span&amp;gt;,&lt;br /&gt;
	&amp;lt;a class=&amp;quot;fn url&amp;quot; href=&amp;quot;http://dx.doi.org/10.1109/SC.2005.53&amp;quot;&amp;gt;HPC Programmer Productivity: A Case Study of Novice HPC Programmers&amp;lt;/a&amp;gt;. &lt;br /&gt;
        (&amp;lt;span class=&amp;quot;format&amp;quot;&amp;gt;conference publication&amp;lt;/span&amp;gt;)&lt;br /&gt;
	&amp;lt;cite class=&amp;quot;container hcite&amp;quot;&amp;gt;&lt;br /&gt;
	&amp;lt;a class=&amp;quot;fn url&amp;quot; href=&amp;quot;...&amp;quot;&amp;gt;Proceedings of ACM/IEEE Supercomputing Conference&amp;lt;/a&amp;gt;&lt;br /&gt;
	&amp;lt;abbr class=&amp;quot;dtpublished&amp;quot; title=&amp;quot;20051126T0000-0800&amp;quot;&amp;gt;2005&amp;lt;/abbr&amp;gt;&lt;br /&gt;
	&amp;lt;/cite&amp;gt;&lt;br /&gt;
	page &amp;lt;span class=&amp;quot;pages&amp;quot;&amp;gt;35&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;publisher vcard&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;span class=&amp;quot; fn&amp;quot;&amp;gt;IEEE Computer Society&lt;br /&gt;
   &amp;lt;/span&amp;gt;&lt;br /&gt;
    &amp;lt;div class=&amp;quot;adr&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;Washington&amp;lt;/span&amp;gt;,&lt;br /&gt;
      &amp;lt;span class=&amp;quot;region&amp;quot;&amp;gt;DC&amp;lt;/span&amp;gt;&lt;br /&gt;
    &amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;a class=&amp;quot;url instantiation&amp;quot; href=&amp;quot;http://portal.acm.org/ft_gateway.cfm?id=1105800&amp;amp;type=pdf&amp;amp;coll=portal&amp;amp;dl=ACM&amp;amp;CFID=68330711&amp;amp;CFTOKEN=39187329&amp;quot;&amp;gt;PDF of full text from ACM&amp;lt;/a&amp;gt;&lt;br /&gt;
&lt;br /&gt;
	DOI: &amp;lt;a class=&amp;quot;url uid&amp;quot; href=&amp;quot;http://dx.doi.org/10.1109/SC.2005.53&amp;quot;&amp;gt;10.1109/SC.2005.53&amp;lt;/a&amp;gt;&lt;br /&gt;
        Tags: &lt;br /&gt;
    &amp;lt;a class=&amp;quot;keyword&amp;quot; rel=&amp;quot;tag&amp;quot; href=&amp;quot;results.cfm?query=genterm%3A%22Design%22 ...&amp;quot;&amp;gt;&lt;br /&gt;
							Design&amp;lt;/a&amp;gt;,&lt;br /&gt;
     &amp;lt;a class=&amp;quot;keyword&amp;quot; rel=&amp;quot;tag&amp;quot; href=&amp;quot;results.cfm?query=genterm%3A%22Experimentation%22 ....&amp;quot;&amp;gt;&lt;br /&gt;
							 Experimentation&amp;lt;/a&amp;gt;,&lt;br /&gt;
     &amp;lt;a class=&amp;quot;keyword&amp;quot; rel=&amp;quot;tag&amp;quot; href=&amp;quot;results.cfm?query=genterm%3A%22Measurement%22...&amp;quot;&amp;gt;&lt;br /&gt;
							 Measurement&amp;lt;/a&amp;gt;,&lt;br /&gt;
     &amp;lt;a class=&amp;quot;keyword&amp;quot; rel=&amp;quot;tag&amp;quot; href=&amp;quot;results.cfm?query=genterm%3A%22Performance%22 ...&amp;quot;&amp;gt;&lt;br /&gt;
							 Performance&amp;lt;/a&amp;gt;&lt;br /&gt;
&lt;br /&gt;
	&amp;lt;blockquote class=&amp;quot;description&amp;quot;&amp;gt;In developing High-Performance Computing (HPC) software, time to solution is an important metric. This metric is comprised of two main components: the human effort required developing the software, plus the amount of machine time required to execute it. To date, little empirical work has been done to study the first component: the human effort required and the effects of approaches and practices that may be used to reduce it. In this paper, we describe a series of studies that address this problem. We instrumented the development process used in multiple HPC classroom environments. We analyzed data within and across such studies, varying factors such as the parallel programming model used and the application being developed, to understand their impact on the development process.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
  &amp;lt;/cite&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Note''' (From [[Discoleo]], Sept. 06)&lt;br /&gt;
* sometimes, the citation must include '''Town/Country''' and '''Precise Date/Date Range''', e.g.&lt;br /&gt;
** ''Gillespie SH, Dickens A.'' Variation in mutation rate of quinolone resistance in Streptococcus pneumoniae [abstract P06-17A]. In: Abstracts of the 3rd International Symposium on Pneumococci and Pneumococcal Disease (Anchorage, 5-9 May 2002).Washington, DC: American Society of Microbiology, 2002.&lt;br /&gt;
** ''Bassetti, M.; Righi, E.; Rebesco, B.; Molinari, MP.; Costa, A.; Fasce, R.; Cruciani, M.; Bassetti, D.; Bobbio Pallavicini, F.'' 44th Annual Interscience Conference on Antimicrobial Agents and Chemotherapy (ICAAC). Washington, DC; 2004. Epidemiological trends in nosocomial candidemia in ICU: A five-year Italian perspective.&lt;br /&gt;
** ''Peacock JE, Wade JC, Lazarus HM, et al.'' Ciprofloxacin/piperacillin vs. tobramycin/piperacillin as empiric therapy for fever in neutropenic cancer patients, a randomized, double-blind trial [abstract 373]. In: Program and abstracts of the 37th Interscience Conference on Antimicrob Agents and Chemotherapy (Toronto). Washington, DC: American Society for Microbiology, 1997.&lt;br /&gt;
&lt;br /&gt;
==== Citing an external website ====&lt;br /&gt;
&lt;br /&gt;
This is based on a formal citation of a website in the references section of a research paper, but could also be used for in-line links that had added information. Here's the original:&lt;br /&gt;
&lt;br /&gt;
[25] David Stern, &amp;quot;eprint Moderator Model&amp;quot;, http://www.library.yale.edu/scilib/modmodexplain.html  (version dated Jan 25, 1999)&lt;br /&gt;
 &lt;br /&gt;
 &amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;cite class=&amp;quot;hcite&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;a class=&amp;quot;fn url&amp;quot; href=&amp;quot;http://www.library.yale.edu/scilib/modmodexplain.html&amp;quot;&amp;gt;eprint Moderator Model&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;author vcard&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;a href=&amp;quot;http://pantheon.yale.edu/~dstern/dsbio.html&amp;quot; class=&amp;quot;url fn&amp;quot;&amp;gt;David Stern&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;/span&amp;gt;  &lt;br /&gt;
&amp;lt;abbr class=&amp;quot;dtpublished&amp;quot; title=&amp;quot;19990125T0000-0500&amp;quot;&amp;gt;&lt;br /&gt;
    Jan 25, 1999&lt;br /&gt;
  &amp;lt;/abbr&amp;gt;&lt;br /&gt;
&amp;lt;/cite&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Discussion of Straw Format elements ===&lt;br /&gt;
&lt;br /&gt;
This section is to provide explanations for posterity about the elements of the straw format, linking to discussions on the list and elsewhere if possible.&lt;br /&gt;
&lt;br /&gt;
==== 'hcite' as Root Element name ====&lt;br /&gt;
&lt;br /&gt;
This discussion took place in January of 2007, with [http://microformats.org/discuss/mail/microformats-discuss/2007-January/008098.html voting occurring on the mailing list].&lt;br /&gt;
&lt;br /&gt;
It was decided to use 'hcite' as the root element's class-name for uniqueness and to reflect a trend in using 'h' to start microformat names.&lt;br /&gt;
&lt;br /&gt;
==== The URI Element ====&lt;br /&gt;
&lt;br /&gt;
It was decided to use URI for both http links to available copies or URNs.&lt;br /&gt;
This encompasses URLs that link directly to online copies as well as through resolvers using URIs such as urn:isbn: 0521890012&lt;br /&gt;
&lt;br /&gt;
See the discussion from [http://microformats.org/discuss/mail/microformats-discuss/2006-November/007390.html November] and [http://microformats.org/discuss/mail/microformats-discuss/2006-December/007403.html December].&lt;br /&gt;
&lt;br /&gt;
== Old straw format discussion ==&lt;br /&gt;
&lt;br /&gt;
Saved here so that I'm not just deleting people's comments.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Mike straw format suggestion (Deprecated) ===&lt;br /&gt;
&lt;br /&gt;
In the interests of starting debate and having something concrete to fix, I suggest the following structure for a format. It is probably very incomplete and I claim no microformat expertise. I'm just trying to follow existing patterns. Comments and ridicule are both solicited. -Mike&lt;br /&gt;
&lt;br /&gt;
'''NOTE:''' This format is here for historical reference. Because it was not based on existing examples, I've deprecated it and contributed examples to Brian's format. If you feel that any missing elements in here should be in the final format, find examples for them and contribute to Brian's schema. Thanks! --[[User:Mike|Mike]] 18:22, 12 Oct 2006 (PDT)&lt;br /&gt;
&lt;br /&gt;
==== In General ====&lt;br /&gt;
&lt;br /&gt;
The ''citation'' format is based on a set of fields common to many bibliographic data formats, which are often implied by standard citation display styles but not explicitly marked up in practice on the web.&lt;br /&gt;
&lt;br /&gt;
==== Schema ====&lt;br /&gt;
&lt;br /&gt;
The citation schema consists of the following:&lt;br /&gt;
&lt;br /&gt;
* cite &lt;br /&gt;
** title: required, text (class = fn)&lt;br /&gt;
** subtitle: optional, text&lt;br /&gt;
** authors: optional, use hCard&lt;br /&gt;
** publication date: optional&lt;br /&gt;
** link(s) to instantiations, optional, url or use rel-enclosure? (class=url)&lt;br /&gt;
** UID, optional (for ISBN, DOI - use existing uid class) | permalink&lt;br /&gt;
** series (aka volume/issuenum) , optional (''not as sure how to handle these - suggestions?'')&lt;br /&gt;
** pages: startpage &amp;amp; endpage, optional, text&lt;br /&gt;
** venue, optional (hCard)&lt;br /&gt;
** publisher, optional (hCard)&lt;br /&gt;
** container: optional (nested hCite)&lt;br /&gt;
** abstract, optional (blockquote + class=&amp;quot;abstract&amp;quot; ?)&lt;br /&gt;
** notes, optional (blockquote + class=&amp;quot;notes&amp;quot; ?)&lt;br /&gt;
** keywords, optional (rel-tag)&lt;br /&gt;
** image, optional (for inclusion inline, unlike the url)&lt;br /&gt;
** copyright, optional (rel-license)&lt;br /&gt;
** ''what else am I missing?''&lt;br /&gt;
*** language, optional&lt;br /&gt;
&lt;br /&gt;
''Looks good, but I question the use of hCard for names. Due to ambiguity issues, requring hCard would lead to extra markup in order to apply just a name, hence [http://microformats.org/discuss/mail/microformats-discuss/2006-March/003487.html the need for a root element]. We should extract the N optimization of hCard like we did with adr, in order to ease this problem.'' --[[User:RCanine|Ryan Cannon]]&lt;br /&gt;
&lt;br /&gt;
Perhaps a Retrieved Date or Access Date would be appropriate for citing online resources. For example at http://www.crlt.umich.edu/publinks/facment_biblio.html &lt;br /&gt;
you see citations like this&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
Chief Academic Officers of the Big 12 Universities (2000). Big 12 Faculty Fellowship Program. Retrieved December 20, 2000 from the World Wide Web: http://www.k-state.edu/provost/academic/big12/big12guide.htm.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
--[[User:JoeAndrieu|Joe Andrieu]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Discussion about citing legal cases ====&lt;br /&gt;
&lt;br /&gt;
Here's some info I found about citing law:&lt;br /&gt;
&lt;br /&gt;
I'm not a lawyer, so I'm relying on the published [http://www.legalbluebook.com &amp;quot;blue book&amp;quot; standard], at least the only part of it I can get without paying $25. I'd be happy to hear improvements from experts in the field - how do lawyers mark up references to case law in HTML now?&lt;br /&gt;
&lt;br /&gt;
From groklaw.net and eff.org, I find mostly just links to PDFs with the name of the case as the link text. Or just this, from EFF:&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;h1&amp;gt;The Betamax Case&amp;lt;/h1&amp;gt;&lt;br /&gt;
&amp;lt;h2&amp;gt;Sony Corp. of America v. Universal City Studios, 464 U.S. 417 (1984)&amp;lt;/h2&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
From an example at the sample bluepages: http://www.legalbluebook.com/pdfs/bluepages.pdf&lt;br /&gt;
5 basic components:&lt;br /&gt;
*1 name of the case (citation title)&lt;br /&gt;
*2 published source in which case may be found (citation containing publication?)&lt;br /&gt;
*3 a parenthetical indicating the court and year of decision (citation venue?)&lt;br /&gt;
*4 other parenthetical information, if any (citation notes?)&lt;br /&gt;
*5 subsequent history of the case, if any (citation notes?)&lt;br /&gt;
&lt;br /&gt;
Here's two examples from the bluebook. Note that there are very strict rules about abbreviations in that source!&lt;br /&gt;
&lt;br /&gt;
Holland v. Donnelly, 216 F. Supp. 2d 227, 230 (S.D.N.Y. 2002), aff'd, 324 F.3d 99 (2d Cir. 2003).&lt;br /&gt;
&lt;br /&gt;
Green v. Georgia, 442 U.S. 95, 97 (1979) (per curiam) (holding that exclusion of relevant evidence at sentencing hearing constitutes denial of due process).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== discussions ==&lt;br /&gt;
* [[citation-irc-notes-2006-04-09]]&lt;/div&gt;</summary>
		<author><name>Mike</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=irc-people&amp;diff=13143</id>
		<title>irc-people</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=irc-people&amp;diff=13143"/>
		<updated>2007-01-31T00:30:12Z</updated>

		<summary type="html">&lt;p&gt;Mike: add self to ircpeople&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;A list of [[irc|IRC]] regulars sorted by nick 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:Ashley|Ashley]] (+1000)&lt;br /&gt;
* [[User:B.K._DeLong|bkdelong]] (-0500/-0400)&lt;br /&gt;
* [[User:Tyler Roehmholdt|Baristo]] (-0800/-0700)&lt;br /&gt;
* [[User:Ben Ward|BenWard]] (+0000)&lt;br /&gt;
* [[User:BenjaminCarlyle|BenjaminCarlyle]] (+1000)&lt;br /&gt;
* [[User:HenriBergius|bergie]] (+0200/+0300)&lt;br /&gt;
* [[User:BenWest|bewest]] (-0800/-0700)&lt;br /&gt;
* [[User:BluesMoon|bluesmoon]] (+0530)&lt;br /&gt;
* [[User:Bob Jonkman|BobJonkman]] (-0500/-0400)&lt;br /&gt;
* [[User:Boneill|boneill]] (+0000)&lt;br /&gt;
* [[User:Brian|briansuda]] (+0000)&lt;br /&gt;
* [[User:Cgriego|cgriego]] (-0600/-0500)&lt;br /&gt;
* [[User:CharlesRoper|charles_r]] (0000/+0100)&lt;br /&gt;
* [[User:Charlvn|Charl]] (+0200/+0200)&lt;br /&gt;
* [[User:ChristopherStJohn|cks]] (-0600/-0500)&lt;br /&gt;
* [[User:Cloud|Cloud]] (+0000)&lt;br /&gt;
* [[User:Colin_Barrett|cbarrett]] (-1000)&lt;br /&gt;
* [[User:ColinDDevroe|cdevroe]] (-0500/-0600)&lt;br /&gt;
* [[User:Csarven|csarven]] (-0500/-0400)&lt;br /&gt;
* [[User:DerrickPallas|DerrickPallas]] (-0800/-0700)&lt;br /&gt;
* [[User:Dan Kubb|dkubb]] (-0800/-0700)&lt;br /&gt;
* [[User:DanC|DanC]] (-0600/-0500)&lt;br /&gt;
* [[User:DannyAyers|danja]] (+0100/+0200)&lt;br /&gt;
* [[User:Dave Cardwell|davecardwell]] (+0000)&lt;br /&gt;
* [[User:DeanEro|deanero]] (-0800/-0700)&lt;br /&gt;
* [[User:DiegoBudny|DiegoBudny]]&lt;br /&gt;
* [[User:DimitriGlazkov|dglazkov]] (-0600/-0500)&lt;br /&gt;
* [[User:DrewMcLellan|drewinthehead]] (+0000/+0100)&lt;br /&gt;
* [[User:DrewBell|droob]] (-0600/-0500)&lt;br /&gt;
* [[User:DimitriosZachariadis|dzach]] (+0200/+0300)&lt;br /&gt;
* [[User:Ed Summers|edsu]] (-0500/-0400)&lt;br /&gt;
* [[User:Enric|enric]] (-0800/-0700)&lt;br /&gt;
* [[User:Enric|Enric]] (-0800/-0700)&lt;br /&gt;
* [[User:Evan|evanpro]] (-0500)&lt;br /&gt;
* [[User:ChrisMessina|factoryjoe]] (-0800/-0700)&lt;br /&gt;
* [[User:Fil|Fil]] (+0200)&lt;br /&gt;
* [[User:MarkNormanFrancis|Mark Norman Francis]] (+0000/+0100)&lt;br /&gt;
* [[User:MarkoMrdjenovic|friedcell]] (+0100/+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:EdwardOConnor|hober]] (-0800/-0700)&lt;br /&gt;
* [[User:IwaiMasaharu|iwaim]] (+0900)&lt;br /&gt;
* [[User:Izo|IZO]]&lt;br /&gt;
* [[User:JamieKnight|jammie_]] (+1000/0000)&lt;br /&gt;
* [[User:WizardIsHungry|jcw9]] (-0500/-0400)&lt;br /&gt;
* [[User:Adactio|Jeremy Keith]] (+0000)&lt;br /&gt;
* [[User:JasonK|jkridner]] (-0600/-0500)&lt;br /&gt;
* [[User:JoeGregorio|jcgregorio]]&lt;br /&gt;
* [[User:Jonathan_Arkell|jonnay]] (-0700/0600)&lt;br /&gt;
* [[User:JulianStahnke|Julian Stahnke]] (+0000)&lt;br /&gt;
* [[User:Kapowaz|kapowaz]] (+0000/+0100)&lt;br /&gt;
* [[User:Keri Henare|kerihenare]] (+1200)&lt;br /&gt;
* [http://epeus.blogspot.com/ KevinMarks] (-0800/-0700)&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:Lachlan Hunt|Lachy]] (+1000/+1100)&lt;br /&gt;
* [[User:Mark Mansour|Mark Mansour]] (+1100)&lt;br /&gt;
* [[User:CiaranMc|McNulty]] (+0000/+0100)&lt;br /&gt;
* [[mfbot]] - a bot which logs all edits to this wiki. It appends a number with a '+' or '-' sign, to indicate the number of characters added or removed as a result of the edit.&lt;br /&gt;
* [[User:Mike|Michael McCracken(mmc)]] (-0800/-0700)&lt;br /&gt;
* [[User:MikeKaply|mkaply]] (-0600/-0500)&lt;br /&gt;
* [[User:SteveIvy|monkinetic/redmonk]] (-0700)&lt;br /&gt;
* [[User:neuro|neuro`]]&lt;br /&gt;
* [[User:NTollervey|ntoll]] (+0000/+0100)&lt;br /&gt;
* [[User:Phae|Phae]] (+0000/+0100)&lt;br /&gt;
* [[User:PriitLaes|plaes]] (+0200/+0300)&lt;br /&gt;
* [[User:ChrisCasciano|pnhChris]] (-0500/-0400)&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:Ronnos|Ron Kok]] (+0000)&lt;br /&gt;
* [[User:Dana Benson|Snowden]] (-0800/-0700)&lt;br /&gt;
* [[User:Smackman|Steve Farrell]] (-0800/-0700)&lt;br /&gt;
* [[User:Steve Ganz|SteveGanz]] (-0800/-0700)&lt;br /&gt;
* [[User:SuperPhly|SuperPhly]] (-600/-500)&lt;br /&gt;
* [[User:Tantek|Tantek]] (-0800/-0700)&lt;br /&gt;
* [[User:Trovster|trovster]] (-0800/-0700)&lt;br /&gt;
* [[User:Vant|vant]] (+0900)&lt;br /&gt;
* [[User:KrissWatt|VoodooChild]] (+0000/+0100)&lt;br /&gt;
* [[User:JacksonWilkinson|whafro]] (-0500/-0400)&lt;br /&gt;
* [[User:Richard Conyard|WhiskeyM]] (+0000)&lt;br /&gt;
* [[User:Veeliam|William Lawrence]] (-0800/-0700)&lt;br /&gt;
* [[User:Ianloic|yakk]] (-0800/-0700)&lt;/div&gt;</summary>
		<author><name>Mike</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=events/2007-01-la-get-together&amp;diff=12895</id>
		<title>events/2007-01-la-get-together</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=events/2007-01-la-get-together&amp;diff=12895"/>
		<updated>2007-01-26T08:49:50Z</updated>

		<summary type="html">&lt;p&gt;Mike: add vote for uwink, even though it's far, far from san diego.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Los Angeles January 2007 Microformats Get Together Planning =&lt;br /&gt;
&lt;br /&gt;
One of several microformats [[events]].&lt;br /&gt;
&lt;br /&gt;
Tantek will be in LA from Thursday January 25th, through Monday January 29th so let's shoot for that date range&lt;br /&gt;
&lt;br /&gt;
If you have an idea, suggest a time and location.  If you like what somebody's proposed, vote in favor of it.  A place with food, noise levels low enough to have good conversation, and wifi to check/update things on the fly would be nice.&lt;br /&gt;
&lt;br /&gt;
Note: A list of free wifi spots in the state, including LA, is [http://www.wififreespot.com/ca.html here] - in case that could help someone who knows LA find a good spot...&lt;br /&gt;
&lt;br /&gt;
'''Proposals:''' (Where and When)&lt;br /&gt;
* Saturday 1/27 noon @ [http://www.thecatandfiddle.com Cat and Fiddle] - english restaurant &amp;amp; pub - 6530 W Sunset Blvd, Los Angeles, CA 90028 on ''Saturday, Jan 27'' starting at noon and going from there. &lt;br /&gt;
** ...&lt;br /&gt;
* Sunday @ Cat and Fiddle on Sunday instead.&lt;br /&gt;
** +1 Leikam (Sat or Sun is fine by me)&lt;br /&gt;
** ...&lt;br /&gt;
* Friday 1/26 6:30pmish @ [http://www.earthlink.net EarthLink Pasadena office] - 460 Sierra Madre Villa, Pasadena, CA 91107 on Friday, Jan 26 starting around 6:30 - 7:00.  It can move to somewhere with food and drink afterwards. &lt;br /&gt;
** -1, prefer Saturday: Michael McCracken&lt;br /&gt;
** ...&lt;br /&gt;
* Saturday 1/27 evening @ [http://www.uwink.com/ uWink] - &amp;quot;It's a hike up to the Valley, but you haven't truly lived until you've taken on some 11 yr old and his mom at Octapong.&amp;quot; This place seems quite nerdtastic.&lt;br /&gt;
** +1 Tantek&lt;br /&gt;
** +1 McCracken&lt;br /&gt;
** ...&lt;br /&gt;
&lt;br /&gt;
'''Who's Interested''' (food prefs)&lt;br /&gt;
* Michael Leikam (vegetarian)&lt;br /&gt;
* Josh Lucas (anything)&lt;br /&gt;
* Tantek Çelik (pescatarian)&lt;br /&gt;
* Michael McCracken (anything)&lt;br /&gt;
* ...&lt;/div&gt;</summary>
		<author><name>Mike</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=events/2007-01-la-get-together&amp;diff=12666</id>
		<title>events/2007-01-la-get-together</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=events/2007-01-la-get-together&amp;diff=12666"/>
		<updated>2007-01-19T02:31:35Z</updated>

		<summary type="html">&lt;p&gt;Mike: put my name&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Los Angeles January 2007 Microformats Get Together Planning =&lt;br /&gt;
&lt;br /&gt;
One of several microformats [[events]].&lt;br /&gt;
&lt;br /&gt;
Tantek will be in LA from Thursday January 25th, through Monday January 29th so let's shoot for that date range&lt;br /&gt;
&lt;br /&gt;
If you have an idea, suggest a time and location.  If you like what somebody's proposed, vote in favor of it.  A place with food, noise levels low enough to have good conversation, and wifi to check/update things on the fly would be nice.&lt;br /&gt;
&lt;br /&gt;
Note: A list of free wifi spots in the state, including LA, is [http://www.wififreespot.com/ca.html here] - in case that could help someone who knows LA find a good spot...&lt;br /&gt;
&lt;br /&gt;
'''Proposals:''' (Where and When)&lt;br /&gt;
* [http://www.thecatandfiddle.com Cat and Fiddle] - english restaurant &amp;amp; pub - 6530 W Sunset Blvd, Los Angeles, CA 90028 on Saturday, Jan 27 starting at noon and going from there. &lt;br /&gt;
** (1 vote) (PLEASE PUT YOUR NAME)&lt;br /&gt;
** ...&lt;br /&gt;
* [http://www.earthlink.net EarthLink Pasadena office] - 460 Sierra Madre Villa, Pasadena, CA 91107 on Friday, Jan 26 starting around 6:30 - 7:00.  It can move to somewhere with food and drink afterwards. &lt;br /&gt;
** -1, prefer Saturday: Michael McCracken&lt;br /&gt;
** ...&lt;br /&gt;
* ...&lt;br /&gt;
&lt;br /&gt;
'''Who's Interested''' (food prefs)&lt;br /&gt;
* Michael Leikam (vegetarian)&lt;br /&gt;
* Josh Lucas (anything)&lt;br /&gt;
* Tantek Çelik (pescatarian)&lt;br /&gt;
* Michael McCracken (anything)&lt;br /&gt;
* ...&lt;/div&gt;</summary>
		<author><name>Mike</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=events/2007-01-la-get-together&amp;diff=12656</id>
		<title>events/2007-01-la-get-together</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=events/2007-01-la-get-together&amp;diff=12656"/>
		<updated>2007-01-19T00:55:58Z</updated>

		<summary type="html">&lt;p&gt;Mike: can't make it on friday. Added link to free wifi list for LA&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Los Angeles January 2007 Microformats Get Together Planning =&lt;br /&gt;
&lt;br /&gt;
One of several microformats [[events]].&lt;br /&gt;
&lt;br /&gt;
Tantek will be in LA from Thursday January 25th, through Monday January 29th so let's shoot for that date range&lt;br /&gt;
&lt;br /&gt;
If you have an idea, suggest a time and location.  If you like what somebody's proposed, vote in favor of it.  A place with food, noise levels low enough to have good conversation, and wifi to check/update things on the fly would be nice.&lt;br /&gt;
&lt;br /&gt;
Note: A list of free wifi spots in the state, including LA, is [http://www.wififreespot.com/ca.html here] - in case that could help someone who knows LA find a good spot...&lt;br /&gt;
&lt;br /&gt;
'''Proposals:''' (Where and When)&lt;br /&gt;
* [http://www.thecatandfiddle.com Cat and Fiddle] - english restaurant &amp;amp; pub - 6530 W Sunset Blvd, Los Angeles, CA 90028 on Saturday, Jan 27 starting at noon and going from there. (1 vote)&lt;br /&gt;
* [http://www.earthlink.net EarthLink Pasadena office] - 460 Sierra Madre Villa, Pasadena, CA 91107 on Friday, Jan 26 starting around 6:30 - 7:00.  It can move to somewhere with food and drink afterwards. (-1 vote, prefer Saturday)&lt;br /&gt;
* ...&lt;br /&gt;
&lt;br /&gt;
'''Who's Interested''' (food prefs)&lt;br /&gt;
* Michael Leikam (vegetarian)&lt;br /&gt;
* Josh Lucas (anything)&lt;br /&gt;
* Tantek Çelik (pescatarian)&lt;br /&gt;
* Michael McCracken (anything)&lt;br /&gt;
* ...&lt;/div&gt;</summary>
		<author><name>Mike</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=events/2007-01-la-get-together&amp;diff=12654</id>
		<title>events/2007-01-la-get-together</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=events/2007-01-la-get-together&amp;diff=12654"/>
		<updated>2007-01-18T22:46:02Z</updated>

		<summary type="html">&lt;p&gt;Mike: add self&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Los Angeles January 2007 Microformats Get Together Planning =&lt;br /&gt;
&lt;br /&gt;
One of several microformats [[events]].&lt;br /&gt;
&lt;br /&gt;
Tantek will be in LA from Thursday January 25th, through Monday January 29th so let's shoot for that date range&lt;br /&gt;
&lt;br /&gt;
If you have an idea, suggest a time and location.  If you like what somebody's proposed, vote in favor of it.  A place with food, noise levels low enough to have good conversation, and wifi to check/update things on the fly would be nice.&lt;br /&gt;
&lt;br /&gt;
'''Proposals:''' (Where and When)&lt;br /&gt;
* [http://www.thecatandfiddle.com Cat and Fiddle] - english restaurant &amp;amp; pub - 6530 W Sunset Blvd, Los Angeles, CA 90028 on Saturday, Jan 27 starting at noon and going from there. (1 vote)&lt;br /&gt;
* [http://www.earthlink.net EarthLink Pasadena office] - 460 Sierra Madre Villa, Pasadena, CA 91107 on Friday, Jan 26 starting around 6:30 - 7:00.  It can move to somewhere with food and drink afterwards.&lt;br /&gt;
* ...&lt;br /&gt;
&lt;br /&gt;
'''Who's Interested''' (food prefs)&lt;br /&gt;
* Michael Leikam (vegetarian)&lt;br /&gt;
* Josh Lucas (anything)&lt;br /&gt;
* Tantek Çelik (pescatarian)&lt;br /&gt;
* Michael McCracken (anything)&lt;br /&gt;
* ...&lt;/div&gt;</summary>
		<author><name>Mike</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=citation-brainstorming&amp;diff=13083</id>
		<title>citation-brainstorming</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=citation-brainstorming&amp;diff=13083"/>
		<updated>2007-01-17T17:43:14Z</updated>

		<summary type="html">&lt;p&gt;Mike: /* Working straw schema */ Added date accessed to working straw schema, like I said I did an hour ago and forgot.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h1&amp;gt; Citation Brainstorming &amp;lt;/h1&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* [[citation]]&lt;br /&gt;
* [[citation-examples]]&lt;br /&gt;
* [[citation-formats]]&lt;br /&gt;
* [[citation-faq]]&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
== Contributors ==&lt;br /&gt;
&lt;br /&gt;
* ...&lt;br /&gt;
* ... (a bunch of good folks!)&lt;br /&gt;
* Tantek Çelik&lt;br /&gt;
* Tim White&lt;br /&gt;
* Michael McCracken&lt;br /&gt;
* Brian Suda&lt;br /&gt;
* [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
&lt;br /&gt;
== Use Cases ==&lt;br /&gt;
&lt;br /&gt;
To focus the discussion, please add use cases below that will help show what problems the citation microformat will be solving.&lt;br /&gt;
&lt;br /&gt;
I've included two, focusing on consuming information - I've assumed that use cases for generating microformatted content would just involve the desire to enable your content to be consumed better, but I'm interested to see if there's something I'm missing here -Mike&lt;br /&gt;
&lt;br /&gt;
=== Acquiring reference information from the web ===&lt;br /&gt;
&lt;br /&gt;
A user either finds an author's papers page, or is viewing the results of a search and would like to import the information about the displayed papers into their local reference database, for the purposes of cataloging things they've read, adding notes, and using the information to generate later citations, potentially in other forms, such as BibTeX or Docbook, for inclusion in a publication of their own.&lt;br /&gt;
&lt;br /&gt;
Notes: In this case, it isn't important to the user what format the citation takes as displayed on the page where they find it. What *is* important is that it contains enough information to allow generation of the format they will ultimately re-publish it in. This implies that it may be worthwhile to err a little on the side of verbosity.&lt;br /&gt;
&lt;br /&gt;
Also, links to downloadable full representations of the cited work are very important - e.g. a link to the PDF of a journal article, or to a music file.&lt;br /&gt;
&lt;br /&gt;
=== Subscribing to reading lists, periodicals, etc ===&lt;br /&gt;
&lt;br /&gt;
I would like to be able to leverage my news aggregator with hAtom to subscribe to a remote source for citation information, for example:&lt;br /&gt;
&lt;br /&gt;
* a reading list for a seminar&lt;br /&gt;
* The publication list for a conference (e.g., subscribe to SIGGRAPH and see the updated conference proceedings every year)&lt;br /&gt;
* the issues of a journal&lt;br /&gt;
* a particular research group or researcher's publications&lt;br /&gt;
* Not just research: a popular author's publications (e.g., [http://www.gladwell.com/archive.html Malcolm Gladwell's Archive])&lt;br /&gt;
&lt;br /&gt;
=== Aggregating reading lists and reviews ===&lt;br /&gt;
&lt;br /&gt;
A citation microformat-specific aggregator could provide a decentralized version of [http://citeulike.org/ CiteULike]. Libraries, authors, research groups, and publishers could mark up their collections, while other people on weblogs or review sites could add tags and reviews.&lt;br /&gt;
&lt;br /&gt;
At least, having a well-adopted microformat would make writing tools like CiteULike much better, since it relies in some cases on screen-scraping publisher web-sites.&lt;br /&gt;
&lt;br /&gt;
=== Cut &amp;amp; Paste from web pages ===&lt;br /&gt;
Capturing/copying HTML from web pages for use in other applications (especially when those apps present HTML as output), such as pasting into Word, or a specialized application like [http://www.google.com/notebook Google Notebook], [http://onfolio.com Onfolio] or [http://www.kaboodle.com Kaboodle].  When such captures are made, it makes sense to keep track of the full citation data, including the date it was accessed, which may or may not be the date it was published. &lt;br /&gt;
&lt;br /&gt;
=== Blogs quoting other resources, including blogs ===&lt;br /&gt;
Any blog that cites online content, whether a blog or news article, could use an hCitation to properly link to the cited reference. Such citations could include the access date when the blogger made the citation, because resources on the other side of those links can change without notice. &lt;br /&gt;
&lt;br /&gt;
Instead, today we have simple formating with a link to the permaURL. The citation data is completely lacking. See [http://doc.weblogs.com Doc Searl's blog] for a style of referencing that could benefit from proper a citation uF.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Fascinating... after I added the last two use cases, I realized they focus on potentially marginal cases. The first because it is missing the &amp;quot;output&amp;quot; part of the cut &amp;amp; paste, where the uF would actually be used as part of the paste.  The latter because bloggers have a working citation mechanism that is just a link to the URL (hopefully a permaURL). One could argue they wouldn't want a full hCitation. And in fact, until a tool exists that makes it easy, they probably won't.  However, a tool that cuts &amp;amp; pastes from anywhere on the web into a blog with a full citation seems like a nice tool.  But again, I'm not really paving the cowpaths with these ideas. -Joe Andrieu&lt;br /&gt;
&lt;br /&gt;
===Finding in Library===&lt;br /&gt;
Find a copy of the cited work in a nearby library (as with [http://ocoins.info/ OpenCOinS]). [[User:AndyMabbett|AndyMabbett]] 04:55, 4 Nov 2006 (PST)&lt;br /&gt;
&lt;br /&gt;
===Buy a copy===&lt;br /&gt;
Find the cited work on, for example, Amazon or [http://www.abebooks.com/ ABE]; or subscribe to a journal via its own website. [[User:AndyMabbett|AndyMabbett]] 04:55, 4 Nov 2006 (PST)&lt;br /&gt;
&lt;br /&gt;
===Find reviews===&lt;br /&gt;
Find third-party reviews of the cited work. [[User:AndyMabbett|AndyMabbett]] 04:55, 4 Nov 2006 (PST)&lt;br /&gt;
&lt;br /&gt;
== Original hBib Discussion ==&lt;br /&gt;
&lt;br /&gt;
During the WWW2005 Developer's Day [[microformats]] track, Rohit Khare gave a [[presentations|presentation]] where he discussed the microformats [[process]], and then did  a quick demonstration wherein a bunch of us got on a shared Subethaedit document, and brainstormed some thoughts on what an &amp;quot;hBib&amp;quot; bibliography citation microformat would look like.  Rohit placed the [http://cnlabs.commerce.net/~rohit/hBib%20Discussion.html document on his Commercenet site].&lt;br /&gt;
&lt;br /&gt;
* http://cnlabs.commerce.net/~rohit/hBib%20Discussion.html&lt;br /&gt;
&lt;br /&gt;
''An attempt to summarize and inline the linked document follows. -Mike''&lt;br /&gt;
&lt;br /&gt;
Two major goals were outlined by the group:&lt;br /&gt;
&lt;br /&gt;
* Avoid re-keying references&lt;br /&gt;
* Adapt to new journal styles by changing CSS&lt;br /&gt;
 &lt;br /&gt;
The fundamental problem was discussed in terms of display - the ability to transform XHTML+hBib into the many journal-specific formats. For example, how to display &amp;quot;et.al&amp;quot; when all authors are present in the source, and how to re-order the elements if a style defines a set order of elements that conflicts with the ordering in the source. Using hCard for authors was agreed on, and the beginnings of an example were shown.&lt;br /&gt;
&lt;br /&gt;
== XHTML Structure ==&lt;br /&gt;
With my exprience working X2V and hCa* has taught me what elememts are easy to find and which are not. Since the Citation microformat is very new it is possible to not make a lot of the same errors twice and to make things easier for extracting application to find and imply certain properties.&lt;br /&gt;
&lt;br /&gt;
* There should be some sort of 'root node' that implies all child elements are for the hCitation microformat.&lt;br /&gt;
* Since most people will have multiple citations there should be away to represent each hCitation object as a unqiue block independent of another. This is to keep the parse from finding 'author' and applying that to all citations. Each citation should be in a container (class=&amp;quot;hcite&amp;quot;) that is separated from others.&lt;br /&gt;
* Perhaps class=&amp;quot;hcite&amp;quot; with &amp;lt;code&amp;gt;&amp;amp;lt;cite&amp;amp;gt;&amp;lt;/code&amp;gt; recommended as the root element. E.g. &amp;lt;code&amp;gt;&amp;amp;lt;cite class=&amp;quot;hcite&amp;quot;&amp;amp;gt;&amp;lt;/code&amp;gt; &lt;br /&gt;
&lt;br /&gt;
'''Note: This section was the original content of the document. Since then, class='hcite' has been agreed on as the root class name. See  [http://microformats.org/wiki?title=citation-brainstorming#.27hcite.27_as_Root_Element_name explanation].'''&lt;br /&gt;
&lt;br /&gt;
== Citation vs. [[media-info]] ==&lt;br /&gt;
&lt;br /&gt;
What distinguishes a cite from say [[media-info]] (e.g. [[media-info-examples]]) is that a cite is a reference to something explicitly external to the current piece of content or document, whereas [[media-info]] describes information about content embedded or inline in the current document.&lt;br /&gt;
&lt;br /&gt;
== Semantic Meaning ==&lt;br /&gt;
One of the guiding priniciple of Microformats is to use the most semantically rich element to describe each node (Point 2 of Semantic XHTML Design Principles: Use the most accurately precise semantic XHTML building block for each object etc). Since we are dealing with HTML and citations, several elements are candidates to be used to enrich the semantic meaning. [http://www.w3.org/TR/REC-html40/struct/text.html CITE, BLOCKQUOTE, Q, A], (are there more?)&lt;br /&gt;
&lt;br /&gt;
The [[citation-brainstorming|Citation Brainstorming Page]] has a few development and ideas about how to give another person credit for a link. Some of the semantic ideas behind their choices of tags can be applied to a full bibliographic type reference. ''Does this sentence make sense only historically? -Mike''&lt;br /&gt;
&lt;br /&gt;
== OCLC's WorldCat for titles == &lt;br /&gt;
Question: what about using something like OCLC's [http://www.oclc.org/worldcat/open/isbnissnlinking/default.htm WorldCat] for linking titles? - Tim White&lt;br /&gt;
&lt;br /&gt;
== This and That ==&lt;br /&gt;
After reading through alot of different citation encoding formats, i noticed that each format was being used in onw of two ways. It was either to describe the Current page (THIS.PAGE) or being used to encode references that point to external resources (THAT.PAGE)&lt;br /&gt;
&lt;br /&gt;
The informatation being encoded was identical for both resources (author, date, name, etc) they just reference different things. For this microformat, i'm not sure if we want to try to solve both problems, or just one? The meta tags in the head element would be the ideal place for information about the THIS.PAGE, but that is not in following with the ideals of microformats where information is human-readable. The THAT.PAGE idea where a list of references is at the end of a document in the form of a bibliography is more inline with the ideals of a microformat where the data is human-readable. That doesn't mean that data about the current document shouldn't be human-readable, so some of the same properties used to reference extermal resources can be used for the current document (THIS.PAGE). To do this a different root item could be used and transforming applications could either extract the citation data about the current page, or information about this page's references.&lt;br /&gt;
&lt;br /&gt;
This is open for discussion, but either way, i believe that the properties used to describe a page will be the same for both THIS and THAT. [http://suda.co.uk/ brian suda]&lt;br /&gt;
&lt;br /&gt;
== More on This and That ==&lt;br /&gt;
&lt;br /&gt;
Citation microformats are being explored as a possibility for citing genealogical information at [http://eatslikeahuman.blogspot.com Dan Lawyer's blog].&lt;br /&gt;
&lt;br /&gt;
This is a case where frequently the citation would refer to (THIS.PAGE), but would have nested within it a reference to (THAT.PAGE), possibly a few levels deep. For instance, a web page might contain data extracted from a microfilm of a census. The citation would need to include information about the web page, information about the microfilm, and information about the census. Genealogical citations are expected to include the repository (where can this book or microfilm be found. Is this the same as ''venue''?). So, at each level the information should contain the repository of the referenced item. A nesting (recursive) mechanism for citation microformats would be useful in this case. Is this the function of the &amp;quot;container&amp;quot; element in the Straw Format?&lt;br /&gt;
&lt;br /&gt;
== Date Formatting ==&lt;br /&gt;
Since microformats are all about re-use and the accepted way to encode Date-Time has been pretty much settled, then this is a good place to start when dealing with all the different date citation types. &lt;br /&gt;
&lt;br /&gt;
These are all the different fields from various citation formats that are of temporal nature:&lt;br /&gt;
 * Date (available | created | dateAccepted | dateCopyrighted | dateSubmitted | issued | modified | valid)&lt;br /&gt;
 * originInfo/dateIssued&lt;br /&gt;
 * originInfo/dateCreated&lt;br /&gt;
 * originInfo/dateCaptured&lt;br /&gt;
 * originInfo/dateOther&lt;br /&gt;
 * month&lt;br /&gt;
 * year&lt;br /&gt;
 * Copyright Year&lt;br /&gt;
 * Date - Generic&lt;br /&gt;
 * Date of Confernce&lt;br /&gt;
 * Date of Publication&lt;br /&gt;
 * Date of update/revisou/issuance of database record&lt;br /&gt;
 * Former Date&lt;br /&gt;
 * Entry Date for Database Record&lt;br /&gt;
 * Database Update&lt;br /&gt;
 * Year of Publication&lt;br /&gt;
&lt;br /&gt;
There are several common properties across several citation domains and will certainly be in the citation microformat, the unique instances will need further consideration, otherwise there could be no end to posiblities. &lt;br /&gt;
&lt;br /&gt;
There are also several properties (year, month, Year of publication) that can be extracted from another source. Therefore, if you only encode a more specific property such as; Date of Publication, you can extract the 'year of publication' from that. Since the date-time format we are modeling after is the ISO date-time format, just the Year portion is an acceptable date. So if you ONLY know the year of publication, the you can form a valid 'Date of Publication' as a microformat (which inturn is a valid 'year of publication') - you milage may vary when it comes to importing into citation applications.&lt;br /&gt;
&lt;br /&gt;
...&lt;br /&gt;
&lt;br /&gt;
It seems to me that these can be collapsed to maybe one or two different date properties.  As far as the specific human readable formatting of the date, that can be chosen per whatever the presentation style guide says, and the [[datetime-design-pattern]] used to simplify the markup. - Tantek&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Important'''&lt;br /&gt;
Sometimes we need a date range and not simply a date (e.g. 4-6 May 2006). See ''Conference Citation'' examples later on this page. - Discoleo&lt;br /&gt;
&lt;br /&gt;
'''Seasons'''&lt;br /&gt;
Some journals have seasonal issues (e.g. &amp;quot;Summer 2006 edition&amp;quot;) instead of, or as well as, editions labelled by month or other calendar-date. [[User:AndyMabbett|AndyMabbett]] 05:05, 4 Nov 2006 (PST)&lt;br /&gt;
&lt;br /&gt;
== Tags ==&lt;br /&gt;
Some of the citation formats has a place for 'keywords' or 'generic tags', etc. This might be a good place to re-use the [http://microformats.org/wiki/rel-tag RelTag microformat]. The downside would be that they are then forced to be links, which might be the correct way to mark-up these terms.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== MARC / MODS / Dublin Core ==&lt;br /&gt;
&lt;br /&gt;
The MODS ([http://www.loc.gov/standards/marcxml/Sandburg/sandburgmods.xml example]) and Dublin Core ([http://www.loc.gov/standards/marcxml/Sandburg/sandburgdc.xml example]) transformations of MARC21 may contain some useful ideas.&lt;br /&gt;
&lt;br /&gt;
Here's a first attempt at rewriting the linked examples in XHTML (written in response to a [http://microformats.org/discuss/mail/microformats-discuss/2005-December/002438.html mailing list query about encoding book information with microformats]):&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;book&amp;quot; lang=&amp;quot;en&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;h3 class=&amp;quot;fn&amp;quot;&amp;gt;Arithmetic /&amp;lt;/h3&amp;gt;&lt;br /&gt;
  &amp;lt;p&amp;gt;By &amp;lt;span class=&amp;quot;creator&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Sandburg, Carl&amp;lt;/span&amp;gt;,&lt;br /&gt;
     &amp;lt;span class=&amp;quot;date&amp;quot;&amp;gt;1878-1967&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;,&lt;br /&gt;
     and &amp;lt;span class=&amp;quot;illustrator&amp;quot;&amp;gt;Rand, Ted&amp;lt;/span&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
  &amp;lt;p&amp;gt;Publisher: &amp;lt;span class=&amp;quot;publisher&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Harcourt Brace Jovanovich&amp;lt;/span&amp;gt;,&lt;br /&gt;
     &amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;San Diego&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
  &amp;lt;p&amp;gt;Published: &amp;lt;span class=&amp;quot;issued&amp;quot;&amp;gt;1993&amp;lt;/span&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
  &amp;lt;p class=&amp;quot;description&amp;quot;&amp;gt;A poem about numbers and their characteristics. Features&lt;br /&gt;
     anamorphic, or distorted, drawings which can be restored to normal by viewing&lt;br /&gt;
     from a particular angle or by viewing the image's reflection in the provided&lt;br /&gt;
     Mylar cone.&amp;lt;/p&amp;gt;&lt;br /&gt;
  &amp;lt;p class=&amp;quot;note&amp;quot;&amp;gt;One Mylar sheet included in pocket.&amp;lt;/p&amp;gt;&lt;br /&gt;
  &amp;lt;p&amp;gt;Subjects:&amp;lt;/p&amp;gt;&lt;br /&gt;
  &amp;lt;ul&amp;gt;&lt;br /&gt;
    &amp;lt;li class=&amp;quot;subject&amp;quot;&amp;gt;Arithmetic&amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li class=&amp;quot;subject&amp;quot;&amp;gt;Children's poetry, American.&amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li class=&amp;quot;subject&amp;quot;&amp;gt;Arithmetic&amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li class=&amp;quot;subject&amp;quot;&amp;gt;American poetry&amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li class=&amp;quot;subject&amp;quot;&amp;gt;Visual perception&amp;lt;/li&amp;gt;&lt;br /&gt;
  &amp;lt;/ul&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;
== Basic Citation Stuctures ==&lt;br /&gt;
There are basic structures to any citation, this is an overview of some of the types&lt;br /&gt;
[http://www.users.muohio.edu/darcusb/misc/citations-spec.html http://www.users.muohio.edu/darcusb/misc/citations-spec.html]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Concerns not addressed by existing formats ==&lt;br /&gt;
&lt;br /&gt;
There are some aspects '''NOT adequately''' covered by existing formats. I have addressed this issue on the OpenOffice.org wiki page, too. [see http://wiki.services.openoffice.org/wiki/Bibliographic_Database for an extending discussion, the paragraph on ''Reference Types'']&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
These issues pertain mainly to '''Errata''', '''Comments and Authors Reply''' and '''Article Retractions'''.&lt;br /&gt;
* a bidirectional link could be necessary to implement these features (original article &amp;lt;=&amp;gt; eratum, reply, retraction letter)&lt;br /&gt;
* '''IMPORTANT: Errata'''&lt;br /&gt;
** Erata: one or more Corrections might be posted in various issues of the journal&lt;br /&gt;
** this is usually cited as: Orininal Article Citation Data (Correction available in ''Journal, Issue Nr, Year, Pages'') (repeat for more than one correction)&lt;br /&gt;
** it is possibly never cited alone&lt;br /&gt;
** there should be a link to the original article, while the original article should contain a link to this ''Errata''&lt;br /&gt;
* '''IMPORTANT: Commentary and Author Reply'''&lt;br /&gt;
** similar to Errata, there might be one or more Comments and Author Replys; this should be stored, too&lt;br /&gt;
** however, it is usually not included in the original citation&lt;br /&gt;
** it might be used however in a citation, but I do not know exaclty how to cite it optimally (original article should be provided as well) &lt;br /&gt;
* '''IMPORTANT: Article Retraction'''&lt;br /&gt;
** an article may be retracted because of plagiarism or some other flaw&lt;br /&gt;
** this should not be used any further in the research&lt;br /&gt;
** however, it might be used e.g. for an article on plagiarism or flawed research&lt;br /&gt;
** there should be therefore one field storing this information, too, and a link to:&lt;br /&gt;
** the published withdrawal letter (which explains why the article was retracted)&lt;br /&gt;
&lt;br /&gt;
* this issue may need a time-controlled event&lt;br /&gt;
* '''IMPORTANT: electronic publishing ahead of print (EPUB)'''&lt;br /&gt;
** more and more articles are initially posted online, before the published article gets actually printed&lt;br /&gt;
** How should this be used/cited?&lt;br /&gt;
** Is this changed, after the print version becomes available?&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Outstanding Issues ==&lt;br /&gt;
The 3 main points i (Brian) came across so far are:&lt;br /&gt;
1) IDENTIFIERS&lt;br /&gt;
2) FORMAT TYPES&lt;br /&gt;
3) NESTING&lt;br /&gt;
&lt;br /&gt;
1) In hCard/hCalendar there is a UID field. Added with URL it makes for a great unique identifier. There are loads of other identifers besides URL, ISBN, LOC call number, SKU, ISSN, etc. Many of these are unique in their domain, but not globally unique. So how to they get marked-up? Much like the hCard TEL/ADR properties, we can use something like:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;uid&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;type&amp;quot;&amp;gt;ISBN&amp;lt;/span&amp;gt;: &amp;lt;span&lt;br /&gt;
class=&amp;quot;value&amp;quot;&amp;gt;123456&amp;lt;/span&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
This makes the encoding the most extensible... if we start use class=&amp;quot;isbn&amp;quot; then it is an enumerated list, with class=&amp;quot;type&amp;quot; it is open ended.&lt;br /&gt;
&lt;br /&gt;
2) I keep mis-using &amp;quot;format&amp;quot;, format is the medium - hardback, softback. The TYPE (there probably is a better word - container?) is book, article, conference, manifesto, etc. Much like the identifers we can make an enumerated list of values, class=&amp;quot;book&amp;quot;, class=&amp;quot;article&amp;quot;, but that boxes us in, whereas something like: &amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;span class=&amp;quot;type&amp;quot;&amp;gt;article&amp;lt;/span&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt; leaves things more open.&lt;br /&gt;
&lt;br /&gt;
3) Nesting citation data in a citation. The ability to nest the same microformat inside itself is something that other microformats don't explicitly handle.&lt;br /&gt;
&lt;br /&gt;
The two options are:&lt;br /&gt;
i) Using class=&amp;quot;book&amp;quot;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;hcite&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;div class=&amp;quot;book&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Book Title&amp;lt;/span&amp;gt;&lt;br /&gt;
  &amp;lt;div class=&amp;quot;chapter&amp;quot;&amp;gt;&lt;br /&gt;
     &amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Chapter Title&amp;lt;/span&amp;gt;&lt;br /&gt;
  &amp;lt;/div&amp;gt;&lt;br /&gt;
 &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&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 makes things easy to nest and to figure out exactly what is&lt;br /&gt;
associated with what, but the downside is that we have enumerated&lt;br /&gt;
lists of values for the class properties.&lt;br /&gt;
&lt;br /&gt;
ii) using the TYPE for book&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;hcite&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;div class=&amp;quot;type&amp;quot;&amp;gt;book&amp;lt;/div&amp;gt;&lt;br /&gt;
 &amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Book Title&amp;lt;/span&amp;gt;&lt;br /&gt;
 &amp;lt;div class=&amp;quot;type&amp;quot;&amp;gt;chapter&amp;lt;/div&amp;gt;&lt;br /&gt;
 &amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Chapter Title&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
now the class=&amp;quot;fn&amp;quot; is not nested inside the class=&amp;quot;book&amp;quot; or&lt;br /&gt;
class=&amp;quot;chapter&amp;quot; so there would have to be some other mechanism to&lt;br /&gt;
associate the data with the type.&lt;br /&gt;
&lt;br /&gt;
== Brian's Straw format ==&lt;br /&gt;
&lt;br /&gt;
=== implied schema (examples) ===&lt;br /&gt;
 + publisher&lt;br /&gt;
 + language&lt;br /&gt;
 + description&lt;br /&gt;
 + title&lt;br /&gt;
 + creator&lt;br /&gt;
 + journal&lt;br /&gt;
 + volume&lt;br /&gt;
 + issue&lt;br /&gt;
 + page &lt;br /&gt;
 + edition&lt;br /&gt;
 + identifier&lt;br /&gt;
 + tags&lt;br /&gt;
 + format&lt;br /&gt;
 + date published&lt;br /&gt;
 + copyright&lt;br /&gt;
 - audience&lt;br /&gt;
&lt;br /&gt;
=== implied schema (formats) ===&lt;br /&gt;
 + publisher&lt;br /&gt;
 + language&lt;br /&gt;
 + description&lt;br /&gt;
 + title&lt;br /&gt;
 + creator&lt;br /&gt;
 + volume&lt;br /&gt;
 + pages&lt;br /&gt;
 + edition&lt;br /&gt;
 + issue&lt;br /&gt;
 + identifier&lt;br /&gt;
 + tags&lt;br /&gt;
 + format&lt;br /&gt;
 + date published&lt;br /&gt;
 + date copyrighted&lt;br /&gt;
 - subtitle&lt;br /&gt;
 - image &lt;br /&gt;
 - excerpt&lt;br /&gt;
 - index terms&lt;br /&gt;
 - series title&lt;br /&gt;
 - publication&lt;br /&gt;
 - journal&lt;br /&gt;
 - part (1 of X)&lt;br /&gt;
&lt;br /&gt;
UNION of the two schemas&lt;br /&gt;
 + (PLUS) means common properties&lt;br /&gt;
 - (MINUS) means unique to the schema&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Working straw schema ===&lt;br /&gt;
&lt;br /&gt;
This list records discussion about the common schema from above. The format is ''descriptive-name'' (''optional-recommended-element'' 'class-name') (''link to explanation'').&lt;br /&gt;
&lt;br /&gt;
If there is no explanation link, that field should be considered either obvious or up for debate. If you're not sure which, it's up for debate.&lt;br /&gt;
&lt;br /&gt;
* root element ('hcite') ([http://microformats.org/wiki?title=citation-brainstorming#.27hcite.27_as_Root_Element_name explanation])&lt;br /&gt;
** title ('title')&lt;br /&gt;
** Author / Editor etc. ('creator')&lt;br /&gt;
** Volume Number ('volume')&lt;br /&gt;
** Pages ('pages')&lt;br /&gt;
*** note: this can be any value &lt;br /&gt;
** Edition ('edition')&lt;br /&gt;
** Issue number ('issue')&lt;br /&gt;
** Tags (href rel='tag')&lt;br /&gt;
** Format ('format')&lt;br /&gt;
*** Note - this is unclear at present - does format mean 'type', as in 'book' vs. 'article'? --[[User:Mike|Mike]] 22:53, 16 Jan 2007 (PST)&lt;br /&gt;
** date published&lt;br /&gt;
** date copyrighted&lt;br /&gt;
** date accessed&lt;br /&gt;
** publisher&lt;br /&gt;
** language&lt;br /&gt;
** Abstract / description ('description')&lt;br /&gt;
** URI (href class='uri') ([http://microformats.org/wiki?title=citation-brainstorming#The_URI_Element explanation])&lt;br /&gt;
** identifier&lt;br /&gt;
*** an (not necessarily globally unique) identifier, such as a cite-key, pubmed ID number, or simply the reference number or string within a publication ([1] or [CLRS2001])&lt;br /&gt;
&lt;br /&gt;
=== Examples ===&lt;br /&gt;
&lt;br /&gt;
Markup examples using the above format:&lt;br /&gt;
&lt;br /&gt;
==== Book ====&lt;br /&gt;
&lt;br /&gt;
This is Brian's original example&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;ul class=&amp;quot;bibliography&amp;quot;&amp;gt;&lt;br /&gt;
	&amp;lt;li class=&amp;quot;hcite&amp;quot; xml:lang=&amp;quot;en-gb&amp;quot;&amp;gt;&lt;br /&gt;
	&lt;br /&gt;
		&amp;lt;!-- publisher data as hCard--;&lt;br /&gt;
		&amp;lt;div class=&amp;quot;publisher vcard&amp;quot;&amp;gt;&lt;br /&gt;
			&amp;lt;span class=&amp;quot;fn org&amp;quot;&amp;gt;ABC Publishing Co.&amp;lt;/span&amp;gt;&lt;br /&gt;
			&amp;lt;span class=&amp;quot;country-name&amp;quot;&amp;gt;United Kingdom&amp;lt;/span&amp;gt;&lt;br /&gt;
			...&lt;br /&gt;
		&amp;lt;/div&amp;gt;&lt;br /&gt;
		&lt;br /&gt;
		&amp;lt;!-- author(s) data as hCard --&amp;gt;&lt;br /&gt;
		&amp;lt;div class=&amp;quot;creator vcard&amp;quot;&amp;gt;&lt;br /&gt;
			&amp;lt;span class=&amp;quot;fn n&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;given-name&amp;quot;&amp;gt;John &amp;lt;span class=&amp;quot;family-name&amp;quot;&amp;gt;Doe&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
			...&lt;br /&gt;
		&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
		&amp;lt;!-- location data --&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Foobar!&amp;lt;/span&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;description&amp;quot;&amp;gt;World Class Book about foobar&amp;lt;/span&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;volume&amp;quot;&amp;gt;1&amp;lt;/span&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;issue&amp;quot;&amp;gt;1&amp;lt;/span&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;edition&amp;quot;&amp;gt;1&amp;lt;/span&amp;gt;&lt;br /&gt;
		&amp;lt;span class=;pages&amp;quot;&amp;gt;1-10&amp;lt;/span&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;format&amp;quot;&amp;gt;article&amp;lt;/span&amp;gt;&lt;br /&gt;
		&lt;br /&gt;
		&amp;lt;!-- differed to the UID debate --&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;identifier&amp;quot;&amp;gt;12345678&amp;lt;/span&amp;gt;&lt;br /&gt;
		&lt;br /&gt;
		&amp;lt;!-- keywords --&amp;gt;&lt;br /&gt;
		&amp;lt;a class=&amp;quot;keyword&amp;quot; rel=&amp;quot;tag&amp;quot; href=&amp;quot;/tags/foo&amp;quot;&amp;gt;foo&amp;lt;/a&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;keyword&amp;quot;&amp;gt;bar&amp;lt;/span&amp;gt;&lt;br /&gt;
		&lt;br /&gt;
		&amp;lt;!-- date properties --&amp;gt;&lt;br /&gt;
		Published &amp;lt;abbr class=&amp;quot;dtpublished&amp;quot; title=&amp;quot;20060101&amp;quot;&amp;gt;January 1st 1006&amp;lt;/abbr&amp;gt;&lt;br /&gt;
		Copyright &amp;lt;abbr class=&amp;quot;copyright&amp;quot; title=&amp;quot;20060101&amp;quot;&amp;gt;2006&amp;lt;/abbr&amp;gt;&lt;br /&gt;
	&amp;lt;/li&amp;gt;&lt;br /&gt;
	...&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p class=&amp;quot;hcite&amp;quot;&amp;gt;Have you read ;span class=&amp;quot;title&amp;quot;&amp;gt;&amp;lt;abbr title=&amp;quot;book&amp;quot; class=&amp;quot;format&amp;quot;&amp;gt;Foo Bar&amp;lt;/abbr&amp;gt;&amp;lt;/span&amp;gt;? &lt;br /&gt;
It was written by &amp;lt;span class=&amp;quot;author vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;John Doe&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;. &lt;br /&gt;
It only came out a &amp;lt;abbr class=&amp;quot;dtpublished&amp;quot; title=&amp;quot;20060101&amp;quot;&amp;gt;few months ago&amp;lt;/abbr&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Note: the &amp;quot;format&amp;quot; property above is incorrect. Format would refer more the physical characteristics of an item, rather than its type or genre (e.g. &amp;quot;article&amp;quot;, &amp;quot;book&amp;quot;, etc.). I'd rather have the main class for the li be &amp;quot;article&amp;quot; in this context, than the fairly meaningless &amp;quot;citation.&amp;quot;  Of course, one could have both, which would be fine too. -- bruce&lt;br /&gt;
&lt;br /&gt;
Note: Could we use ROLE from hCard to identify editors, translators, authors, etc?&lt;br /&gt;
This was discussed on the mailing list and the idea was dropped [http://microformats.org/discuss/mail/microformats-discuss/2006-September/005694.html]&lt;br /&gt;
&lt;br /&gt;
'''Comments''' : [[User:Singpolyma|singpolyma]] 08:03, 16 Jun 2006 (PDT) : keywords should be [[rel-tag]], and probably also [[XOXO]] (the same way the citation list is)&lt;br /&gt;
&lt;br /&gt;
[[User:RCanine|RCanine]] 11:55, 18 Dec 2006 (EST) :&lt;br /&gt;
&lt;br /&gt;
* Is there a reason not to re-use &amp;quot;published&amp;quot; from hAtom instead of inventing a new, basically equivalent term in &amp;quot;dtpublished&amp;quot;?&lt;br /&gt;
* Is the root element &amp;quot;hCite&amp;quot; or &amp;quot;citation&amp;quot;. Let me root for &amp;quot;citation&amp;quot; as that semantically describes the content--similar to hCard's root class of &amp;quot;vcard&amp;quot;.&lt;br /&gt;
* Missing a URL/URI/IRI/UID etc. field example (ISBN for Book).&lt;br /&gt;
* Does the &amp;quot;copyright&amp;quot; class conflict with [http://www.whatwg.org/specs/web-apps/current-work/#class WHATWG's definition]?&lt;br /&gt;
* WRT Bruce's comment, I'm currently using class=&amp;quot;article citation&amp;quot; for my writing, as it has the most flexibility with CSS styles for titles (e.g. Book titles .citation&amp;gt;.fn must be italicized, while article titles must not, their container should).&lt;br /&gt;
* Speaking of containers, we need an &amp;quot;in&amp;quot; or &amp;quot;collection&amp;quot; field for journal articles or articles-in-books, or is that covered by &amp;quot;publisher&amp;quot;?&lt;br /&gt;
&lt;br /&gt;
==== Citing Private Communication ====&lt;br /&gt;
&lt;br /&gt;
Needs an example.&lt;br /&gt;
&lt;br /&gt;
==== Citing Legal Cases ====&lt;br /&gt;
Needs an example. &lt;br /&gt;
see [http://microformats.org/wiki/citation-examples-markup#Wikipedia_Court_Case Wikipedia example] for inspiration.&lt;br /&gt;
&lt;br /&gt;
==== Citing a Book ====&lt;br /&gt;
&lt;br /&gt;
needs an example&lt;br /&gt;
&lt;br /&gt;
==== Citing a journal article ====&lt;br /&gt;
&lt;br /&gt;
needs an example &lt;br /&gt;
&lt;br /&gt;
==== Citing a magazine article ====&lt;br /&gt;
&lt;br /&gt;
needs an example&lt;br /&gt;
&lt;br /&gt;
==== Citing a Patent ====&lt;br /&gt;
&lt;br /&gt;
Drawn from this [http://microformats.org/wiki/citation-examples#U.S._Patent example from Wikipedia]:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;li class=&amp;quot;hcite&amp;quot;&amp;gt;&amp;lt;a href=&amp;quot;http://patft.uspto.gov/netacgi/nph-Parser?patentnumber=4,405,829&amp;quot; class=&amp;quot;url&amp;quot; &lt;br /&gt;
    title=&amp;quot;http://patft.uspto.gov/netacgi/nph-Parser?patentnumber=4,405,829&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;format&amp;quot;&amp;gt;U.S. Patent&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;identifier&amp;quot;&amp;gt;4,405,829&amp;lt;/span&amp;gt;&amp;lt;/a&amp;gt;:&lt;br /&gt;
    &amp;lt;span class=&amp;quot;description&amp;quot;&amp;gt;The &amp;lt;a href=&amp;quot;/wiki/RSA&amp;quot; title=&amp;quot;RSA&amp;quot;&amp;gt;RSA&amp;lt;/a&amp;gt; patent, a famous software patent on the ground-breaking &lt;br /&gt;
    and highly unobvious algorithm for public key encryption, widely used for secure communications &lt;br /&gt;
    in many industries nowdays&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Citing a conference publication====&lt;br /&gt;
&lt;br /&gt;
Based on the [http://microformats.org/wiki/citation-examples#ACM_Digital_Library_Search_Result_Examples conference publication reference example].&lt;br /&gt;
&lt;br /&gt;
Changed Oct 06 to conform with [http://microformats.org/wiki/citation-brainstorming#Brian.27s_Straw_format Brian's format]. --[[User:Mike|Mike]] 18:09, 12 Oct 2006 (PDT)&lt;br /&gt;
(everything but the url class should be in line with that proposal)&lt;br /&gt;
&lt;br /&gt;
L. Hochstein, J. Carver, F. Shull, S. Asgari, V. Basili, J. K. Hollingsworth, and M. Zelkowitz, “Hpc programmer productivity: A case study of novice hpc programmers,” in Proceedings of ACM/IEEE Supercomputing Conference, 2005.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;cite class=&amp;quot;hcite&amp;quot;&amp;gt;&lt;br /&gt;
	&amp;lt;span class=&amp;quot;creator vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Lorin Hochstein&amp;lt;/span&amp;gt;&amp;lt;span class=&amp;quot;org&amp;quot;&amp;gt; University of Maryland, College Park &amp;lt;/span&amp;gt;&amp;lt;span&amp;gt;,&lt;br /&gt;
	&amp;lt;span class=&amp;quot;creator vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt; Jeff Carver &amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;org&amp;quot;&amp;gt; Mississippi State University &amp;lt;/span&amp;gt; &amp;lt;span&amp;gt;,&lt;br /&gt;
	&amp;lt;span class=&amp;quot;creator vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt; Forrest Shull &amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;org&amp;quot;&amp;gt; Fraunhofer Center Maryland &amp;lt;/span&amp;gt; &amp;lt;span&amp;gt;,&lt;br /&gt;
	&amp;lt;span class=&amp;quot;creator vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt; Sima Asgari&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;org&amp;quot;&amp;gt; University of Maryland, College Park &amp;lt;/span&amp;gt; &amp;lt;span&amp;gt;,&lt;br /&gt;
	&amp;lt;span class=&amp;quot;creator vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt; Victor Basili&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;org&amp;quot;&amp;gt; Fraunhofer Center Maryland &amp;lt;/span&amp;gt; &amp;lt;span&amp;gt;,&lt;br /&gt;
	&amp;lt;span class=&amp;quot;creator vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt; Jeffrey K. Hollingsworth&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;org&amp;quot;&amp;gt; University of Maryland, College Park &amp;lt;/span&amp;gt; &amp;lt;span&amp;gt;, and &lt;br /&gt;
	&amp;lt;span class=&amp;quot;creator vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt; Marv Zelkowitz&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;org&amp;quot;&amp;gt; University of Maryland, College Park &amp;lt;/span&amp;gt; &amp;lt;span&amp;gt;,&lt;br /&gt;
	&amp;lt;a class=&amp;quot;fn url&amp;quot; href=&amp;quot;http://dx.doi.org/10.1109/SC.2005.53&amp;quot;&amp;gt;HPC Programmer Productivity: A Case Study of Novice HPC Programmers&amp;lt;/a&amp;gt;. &lt;br /&gt;
        (&amp;lt;span class=&amp;quot;format&amp;quot;&amp;gt;conference publication&amp;lt;/span&amp;gt;)&lt;br /&gt;
	&amp;lt;cite class=&amp;quot;container hcite&amp;quot;&amp;gt;&lt;br /&gt;
	&amp;lt;a class=&amp;quot;fn url&amp;quot; href=&amp;quot;...&amp;quot;&amp;gt;Proceedings of ACM/IEEE Supercomputing Conference&amp;lt;/a&amp;gt;&lt;br /&gt;
	&amp;lt;abbr class=&amp;quot;dtpublished&amp;quot; title=&amp;quot;20051126T0000-0800&amp;quot;&amp;gt;2005&amp;lt;/abbr&amp;gt;&lt;br /&gt;
	&amp;lt;/cite&amp;gt;&lt;br /&gt;
	page &amp;lt;span class=&amp;quot;pages&amp;quot;&amp;gt;35&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;publisher vcard&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;span class=&amp;quot; fn&amp;quot;&amp;gt;IEEE Computer Society&lt;br /&gt;
   &amp;lt;/span&amp;gt;&lt;br /&gt;
    &amp;lt;div class=&amp;quot;adr&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;Washington&amp;lt;/span&amp;gt;,&lt;br /&gt;
      &amp;lt;span class=&amp;quot;region&amp;quot;&amp;gt;DC&amp;lt;/span&amp;gt;&lt;br /&gt;
    &amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;a class=&amp;quot;url instantiation&amp;quot; href=&amp;quot;http://portal.acm.org/ft_gateway.cfm?id=1105800&amp;amp;type=pdf&amp;amp;coll=portal&amp;amp;dl=ACM&amp;amp;CFID=68330711&amp;amp;CFTOKEN=39187329&amp;quot;&amp;gt;PDF of full text from ACM&amp;lt;/a&amp;gt;&lt;br /&gt;
&lt;br /&gt;
	DOI: &amp;lt;a class=&amp;quot;url uid&amp;quot; href=&amp;quot;http://dx.doi.org/10.1109/SC.2005.53&amp;quot;&amp;gt;10.1109/SC.2005.53&amp;lt;/a&amp;gt;&lt;br /&gt;
        Tags: &lt;br /&gt;
    &amp;lt;a class=&amp;quot;keyword&amp;quot; rel=&amp;quot;tag&amp;quot; href=&amp;quot;results.cfm?query=genterm%3A%22Design%22 ...&amp;quot;&amp;gt;&lt;br /&gt;
							Design&amp;lt;/a&amp;gt;,&lt;br /&gt;
     &amp;lt;a class=&amp;quot;keyword&amp;quot; rel=&amp;quot;tag&amp;quot; href=&amp;quot;results.cfm?query=genterm%3A%22Experimentation%22 ....&amp;quot;&amp;gt;&lt;br /&gt;
							 Experimentation&amp;lt;/a&amp;gt;,&lt;br /&gt;
     &amp;lt;a class=&amp;quot;keyword&amp;quot; rel=&amp;quot;tag&amp;quot; href=&amp;quot;results.cfm?query=genterm%3A%22Measurement%22...&amp;quot;&amp;gt;&lt;br /&gt;
							 Measurement&amp;lt;/a&amp;gt;,&lt;br /&gt;
     &amp;lt;a class=&amp;quot;keyword&amp;quot; rel=&amp;quot;tag&amp;quot; href=&amp;quot;results.cfm?query=genterm%3A%22Performance%22 ...&amp;quot;&amp;gt;&lt;br /&gt;
							 Performance&amp;lt;/a&amp;gt;&lt;br /&gt;
&lt;br /&gt;
	&amp;lt;blockquote class=&amp;quot;description&amp;quot;&amp;gt;In developing High-Performance Computing (HPC) software, time to solution is an important metric. This metric is comprised of two main components: the human effort required developing the software, plus the amount of machine time required to execute it. To date, little empirical work has been done to study the first component: the human effort required and the effects of approaches and practices that may be used to reduce it. In this paper, we describe a series of studies that address this problem. We instrumented the development process used in multiple HPC classroom environments. We analyzed data within and across such studies, varying factors such as the parallel programming model used and the application being developed, to understand their impact on the development process.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
  &amp;lt;/cite&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Note''' (From [[Discoleo]], Sept. 06)&lt;br /&gt;
* sometimes, the citation must include '''Town/Country''' and '''Precise Date/Date Range''', e.g.&lt;br /&gt;
** ''Gillespie SH, Dickens A.'' Variation in mutation rate of quinolone resistance in Streptococcus pneumoniae [abstract P06-17A]. In: Abstracts of the 3rd International Symposium on Pneumococci and Pneumococcal Disease (Anchorage, 5-9 May 2002).Washington, DC: American Society of Microbiology, 2002.&lt;br /&gt;
** ''Bassetti, M.; Righi, E.; Rebesco, B.; Molinari, MP.; Costa, A.; Fasce, R.; Cruciani, M.; Bassetti, D.; Bobbio Pallavicini, F.'' 44th Annual Interscience Conference on Antimicrobial Agents and Chemotherapy (ICAAC). Washington, DC; 2004. Epidemiological trends in nosocomial candidemia in ICU: A five-year Italian perspective.&lt;br /&gt;
** ''Peacock JE, Wade JC, Lazarus HM, et al.'' Ciprofloxacin/piperacillin vs. tobramycin/piperacillin as empiric therapy for fever in neutropenic cancer patients, a randomized, double-blind trial [abstract 373]. In: Program and abstracts of the 37th Interscience Conference on Antimicrob Agents and Chemotherapy (Toronto). Washington, DC: American Society for Microbiology, 1997.&lt;br /&gt;
&lt;br /&gt;
==== Citing an external website ====&lt;br /&gt;
&lt;br /&gt;
This is based on a formal citation of a website in the references section of a research paper, but could also be used for in-line links that had added information. Here's the original:&lt;br /&gt;
&lt;br /&gt;
[25] David Stern, &amp;quot;eprint Moderator Model&amp;quot;, http://www.library.yale.edu/scilib/modmodexplain.html  (version dated Jan 25, 1999)&lt;br /&gt;
 &lt;br /&gt;
 &amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;cite class=&amp;quot;hcite&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;a class=&amp;quot;fn url&amp;quot; href=&amp;quot;http://www.library.yale.edu/scilib/modmodexplain.html&amp;quot;&amp;gt;eprint Moderator Model&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;author vcard&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;a href=&amp;quot;http://pantheon.yale.edu/~dstern/dsbio.html&amp;quot; class=&amp;quot;url fn&amp;quot;&amp;gt;David Stern&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;/span&amp;gt;  &lt;br /&gt;
&amp;lt;abbr class=&amp;quot;dtpublished&amp;quot; title=&amp;quot;19990125T0000-0500&amp;quot;&amp;gt;&lt;br /&gt;
    Jan 25, 1999&lt;br /&gt;
  &amp;lt;/abbr&amp;gt;&lt;br /&gt;
&amp;lt;/cite&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Discussion of Straw Format elements ===&lt;br /&gt;
&lt;br /&gt;
This section is to provide explanations for posterity about the elements of the straw format, linking to discussions on the list and elsewhere if possible.&lt;br /&gt;
&lt;br /&gt;
==== 'hcite' as Root Element name ====&lt;br /&gt;
&lt;br /&gt;
This discussion took place in January of 2007, with [http://microformats.org/discuss/mail/microformats-discuss/2007-January/008098.html voting occurring on the mailing list].&lt;br /&gt;
&lt;br /&gt;
It was decided to use 'hcite' as the root element's class-name for uniqueness and to reflect a trend in using 'h' to start microformat names.&lt;br /&gt;
&lt;br /&gt;
==== The URI Element ====&lt;br /&gt;
&lt;br /&gt;
It was decided to use URI for both http links to available copies or URNs.&lt;br /&gt;
This encompasses URLs that link directly to online copies as well as through resolvers using URIs such as urn:isbn: 0521890012&lt;br /&gt;
&lt;br /&gt;
See the discussion from [http://microformats.org/discuss/mail/microformats-discuss/2006-November/007390.html November] and [http://microformats.org/discuss/mail/microformats-discuss/2006-December/007403.html December].&lt;br /&gt;
&lt;br /&gt;
== Old straw format discussion ==&lt;br /&gt;
&lt;br /&gt;
Saved here so that I'm not just deleting people's comments.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Mike straw format suggestion (Deprecated) ===&lt;br /&gt;
&lt;br /&gt;
In the interests of starting debate and having something concrete to fix, I suggest the following structure for a format. It is probably very incomplete and I claim no microformat expertise. I'm just trying to follow existing patterns. Comments and ridicule are both solicited. -Mike&lt;br /&gt;
&lt;br /&gt;
'''NOTE:''' This format is here for historical reference. Because it was not based on existing examples, I've deprecated it and contributed examples to Brian's format. If you feel that any missing elements in here should be in the final format, find examples for them and contribute to Brian's schema. Thanks! --[[User:Mike|Mike]] 18:22, 12 Oct 2006 (PDT)&lt;br /&gt;
&lt;br /&gt;
==== In General ====&lt;br /&gt;
&lt;br /&gt;
The ''citation'' format is based on a set of fields common to many bibliographic data formats, which are often implied by standard citation display styles but not explicitly marked up in practice on the web.&lt;br /&gt;
&lt;br /&gt;
==== Schema ====&lt;br /&gt;
&lt;br /&gt;
The citation schema consists of the following:&lt;br /&gt;
&lt;br /&gt;
* cite &lt;br /&gt;
** title: required, text (class = fn)&lt;br /&gt;
** subtitle: optional, text&lt;br /&gt;
** authors: optional, use hCard&lt;br /&gt;
** publication date: optional&lt;br /&gt;
** link(s) to instantiations, optional, url or use rel-enclosure? (class=url)&lt;br /&gt;
** UID, optional (for ISBN, DOI - use existing uid class) | permalink&lt;br /&gt;
** series (aka volume/issuenum) , optional (''not as sure how to handle these - suggestions?'')&lt;br /&gt;
** pages: startpage &amp;amp; endpage, optional, text&lt;br /&gt;
** venue, optional (hCard)&lt;br /&gt;
** publisher, optional (hCard)&lt;br /&gt;
** container: optional (nested hCite)&lt;br /&gt;
** abstract, optional (blockquote + class=&amp;quot;abstract&amp;quot; ?)&lt;br /&gt;
** notes, optional (blockquote + class=&amp;quot;notes&amp;quot; ?)&lt;br /&gt;
** keywords, optional (rel-tag)&lt;br /&gt;
** image, optional (for inclusion inline, unlike the url)&lt;br /&gt;
** copyright, optional (rel-license)&lt;br /&gt;
** ''what else am I missing?''&lt;br /&gt;
*** language, optional&lt;br /&gt;
&lt;br /&gt;
''Looks good, but I question the use of hCard for names. Due to ambiguity issues, requring hCard would lead to extra markup in order to apply just a name, hence [http://microformats.org/discuss/mail/microformats-discuss/2006-March/003487.html the need for a root element]. We should extract the N optimization of hCard like we did with adr, in order to ease this problem.'' --[[User:RCanine|Ryan Cannon]]&lt;br /&gt;
&lt;br /&gt;
Perhaps a Retrieved Date or Access Date would be appropriate for citing online resources. For example at http://www.crlt.umich.edu/publinks/facment_biblio.html &lt;br /&gt;
you see citations like this&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
Chief Academic Officers of the Big 12 Universities (2000). Big 12 Faculty Fellowship Program. Retrieved December 20, 2000 from the World Wide Web: http://www.k-state.edu/provost/academic/big12/big12guide.htm.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
--[[User:JoeAndrieu|Joe Andrieu]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Discussion about citing legal cases ====&lt;br /&gt;
&lt;br /&gt;
Here's some info I found about citing law:&lt;br /&gt;
&lt;br /&gt;
I'm not a lawyer, so I'm relying on the published [http://www.legalbluebook.com &amp;quot;blue book&amp;quot; standard], at least the only part of it I can get without paying $25. I'd be happy to hear improvements from experts in the field - how do lawyers mark up references to case law in HTML now?&lt;br /&gt;
&lt;br /&gt;
From groklaw.net and eff.org, I find mostly just links to PDFs with the name of the case as the link text. Or just this, from EFF:&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;h1&amp;gt;The Betamax Case&amp;lt;/h1&amp;gt;&lt;br /&gt;
&amp;lt;h2&amp;gt;Sony Corp. of America v. Universal City Studios, 464 U.S. 417 (1984)&amp;lt;/h2&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
From an example at the sample bluepages: http://www.legalbluebook.com/pdfs/bluepages.pdf&lt;br /&gt;
5 basic components:&lt;br /&gt;
*1 name of the case (citation title)&lt;br /&gt;
*2 published source in which case may be found (citation containing publication?)&lt;br /&gt;
*3 a parenthetical indicating the court and year of decision (citation venue?)&lt;br /&gt;
*4 other parenthetical information, if any (citation notes?)&lt;br /&gt;
*5 subsequent history of the case, if any (citation notes?)&lt;br /&gt;
&lt;br /&gt;
Here's two examples from the bluebook. Note that there are very strict rules about abbreviations in that source!&lt;br /&gt;
&lt;br /&gt;
Holland v. Donnelly, 216 F. Supp. 2d 227, 230 (S.D.N.Y. 2002), aff'd, 324 F.3d 99 (2d Cir. 2003).&lt;br /&gt;
&lt;br /&gt;
Green v. Georgia, 442 U.S. 95, 97 (1979) (per curiam) (holding that exclusion of relevant evidence at sentencing hearing constitutes denial of due process).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== discussions ==&lt;br /&gt;
* [[citation-irc-notes-2006-04-09]]&lt;/div&gt;</summary>
		<author><name>Mike</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=citation-brainstorming&amp;diff=12567</id>
		<title>citation-brainstorming</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=citation-brainstorming&amp;diff=12567"/>
		<updated>2007-01-17T07:21:03Z</updated>

		<summary type="html">&lt;p&gt;Mike: /* Working straw schema */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h1&amp;gt; Citation Brainstorming &amp;lt;/h1&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* [[citation]]&lt;br /&gt;
* [[citation-examples]]&lt;br /&gt;
* [[citation-formats]]&lt;br /&gt;
* [[citation-faq]]&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
== Contributors ==&lt;br /&gt;
&lt;br /&gt;
* ...&lt;br /&gt;
* ... (a bunch of good folks!)&lt;br /&gt;
* Tantek Çelik&lt;br /&gt;
* Tim White&lt;br /&gt;
* Michael McCracken&lt;br /&gt;
* Brian Suda&lt;br /&gt;
* [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
&lt;br /&gt;
== Use Cases ==&lt;br /&gt;
&lt;br /&gt;
To focus the discussion, please add use cases below that will help show what problems the citation microformat will be solving.&lt;br /&gt;
&lt;br /&gt;
I've included two, focusing on consuming information - I've assumed that use cases for generating microformatted content would just involve the desire to enable your content to be consumed better, but I'm interested to see if there's something I'm missing here -Mike&lt;br /&gt;
&lt;br /&gt;
=== Acquiring reference information from the web ===&lt;br /&gt;
&lt;br /&gt;
A user either finds an author's papers page, or is viewing the results of a search and would like to import the information about the displayed papers into their local reference database, for the purposes of cataloging things they've read, adding notes, and using the information to generate later citations, potentially in other forms, such as BibTeX or Docbook, for inclusion in a publication of their own.&lt;br /&gt;
&lt;br /&gt;
Notes: In this case, it isn't important to the user what format the citation takes as displayed on the page where they find it. What *is* important is that it contains enough information to allow generation of the format they will ultimately re-publish it in. This implies that it may be worthwhile to err a little on the side of verbosity.&lt;br /&gt;
&lt;br /&gt;
Also, links to downloadable full representations of the cited work are very important - e.g. a link to the PDF of a journal article, or to a music file.&lt;br /&gt;
&lt;br /&gt;
=== Subscribing to reading lists, periodicals, etc ===&lt;br /&gt;
&lt;br /&gt;
I would like to be able to leverage my news aggregator with hAtom to subscribe to a remote source for citation information, for example:&lt;br /&gt;
&lt;br /&gt;
* a reading list for a seminar&lt;br /&gt;
* The publication list for a conference (e.g., subscribe to SIGGRAPH and see the updated conference proceedings every year)&lt;br /&gt;
* the issues of a journal&lt;br /&gt;
* a particular research group or researcher's publications&lt;br /&gt;
* Not just research: a popular author's publications (e.g., [http://www.gladwell.com/archive.html Malcolm Gladwell's Archive])&lt;br /&gt;
&lt;br /&gt;
=== Aggregating reading lists and reviews ===&lt;br /&gt;
&lt;br /&gt;
A citation microformat-specific aggregator could provide a decentralized version of [http://citeulike.org/ CiteULike]. Libraries, authors, research groups, and publishers could mark up their collections, while other people on weblogs or review sites could add tags and reviews.&lt;br /&gt;
&lt;br /&gt;
At least, having a well-adopted microformat would make writing tools like CiteULike much better, since it relies in some cases on screen-scraping publisher web-sites.&lt;br /&gt;
&lt;br /&gt;
=== Cut &amp;amp; Paste from web pages ===&lt;br /&gt;
Capturing/copying HTML from web pages for use in other applications (especially when those apps present HTML as output), such as pasting into Word, or a specialized application like [http://www.google.com/notebook Google Notebook], [http://onfolio.com Onfolio] or [http://www.kaboodle.com Kaboodle].  When such captures are made, it makes sense to keep track of the full citation data, including the date it was accessed, which may or may not be the date it was published. &lt;br /&gt;
&lt;br /&gt;
=== Blogs quoting other resources, including blogs ===&lt;br /&gt;
Any blog that cites online content, whether a blog or news article, could use an hCitation to properly link to the cited reference. Such citations could include the access date when the blogger made the citation, because resources on the other side of those links can change without notice. &lt;br /&gt;
&lt;br /&gt;
Instead, today we have simple formating with a link to the permaURL. The citation data is completely lacking. See [http://doc.weblogs.com Doc Searl's blog] for a style of referencing that could benefit from proper a citation uF.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Fascinating... after I added the last two use cases, I realized they focus on potentially marginal cases. The first because it is missing the &amp;quot;output&amp;quot; part of the cut &amp;amp; paste, where the uF would actually be used as part of the paste.  The latter because bloggers have a working citation mechanism that is just a link to the URL (hopefully a permaURL). One could argue they wouldn't want a full hCitation. And in fact, until a tool exists that makes it easy, they probably won't.  However, a tool that cuts &amp;amp; pastes from anywhere on the web into a blog with a full citation seems like a nice tool.  But again, I'm not really paving the cowpaths with these ideas. -Joe Andrieu&lt;br /&gt;
&lt;br /&gt;
===Finding in Library===&lt;br /&gt;
Find a copy of the cited work in a nearby library (as with [http://ocoins.info/ OpenCOinS]). [[User:AndyMabbett|AndyMabbett]] 04:55, 4 Nov 2006 (PST)&lt;br /&gt;
&lt;br /&gt;
===Buy a copy===&lt;br /&gt;
Find the cited work on, for example, Amazon or [http://www.abebooks.com/ ABE]; or subscribe to a journal via its own website. [[User:AndyMabbett|AndyMabbett]] 04:55, 4 Nov 2006 (PST)&lt;br /&gt;
&lt;br /&gt;
===Find reviews===&lt;br /&gt;
Find third-party reviews of the cited work. [[User:AndyMabbett|AndyMabbett]] 04:55, 4 Nov 2006 (PST)&lt;br /&gt;
&lt;br /&gt;
== Original hBib Discussion ==&lt;br /&gt;
&lt;br /&gt;
During the WWW2005 Developer's Day [[microformats]] track, Rohit Khare gave a [[presentations|presentation]] where he discussed the microformats [[process]], and then did  a quick demonstration wherein a bunch of us got on a shared Subethaedit document, and brainstormed some thoughts on what an &amp;quot;hBib&amp;quot; bibliography citation microformat would look like.  Rohit placed the [http://cnlabs.commerce.net/~rohit/hBib%20Discussion.html document on his Commercenet site].&lt;br /&gt;
&lt;br /&gt;
* http://cnlabs.commerce.net/~rohit/hBib%20Discussion.html&lt;br /&gt;
&lt;br /&gt;
''An attempt to summarize and inline the linked document follows. -Mike''&lt;br /&gt;
&lt;br /&gt;
Two major goals were outlined by the group:&lt;br /&gt;
&lt;br /&gt;
* Avoid re-keying references&lt;br /&gt;
* Adapt to new journal styles by changing CSS&lt;br /&gt;
 &lt;br /&gt;
The fundamental problem was discussed in terms of display - the ability to transform XHTML+hBib into the many journal-specific formats. For example, how to display &amp;quot;et.al&amp;quot; when all authors are present in the source, and how to re-order the elements if a style defines a set order of elements that conflicts with the ordering in the source. Using hCard for authors was agreed on, and the beginnings of an example were shown.&lt;br /&gt;
&lt;br /&gt;
== XHTML Structure ==&lt;br /&gt;
With my exprience working X2V and hCa* has taught me what elememts are easy to find and which are not. Since the Citation microformat is very new it is possible to not make a lot of the same errors twice and to make things easier for extracting application to find and imply certain properties.&lt;br /&gt;
&lt;br /&gt;
* There should be some sort of 'root node' that implies all child elements are for the hCitation microformat.&lt;br /&gt;
* Since most people will have multiple citations there should be away to represent each hCitation object as a unqiue block independent of another. This is to keep the parse from finding 'author' and applying that to all citations. Each citation should be in a container (class=&amp;quot;hcite&amp;quot;) that is separated from others.&lt;br /&gt;
* Perhaps class=&amp;quot;hcite&amp;quot; with &amp;lt;code&amp;gt;&amp;amp;lt;cite&amp;amp;gt;&amp;lt;/code&amp;gt; recommended as the root element. E.g. &amp;lt;code&amp;gt;&amp;amp;lt;cite class=&amp;quot;hcite&amp;quot;&amp;amp;gt;&amp;lt;/code&amp;gt; &lt;br /&gt;
&lt;br /&gt;
'''Note: This section was the original content of the document. Since then, class='hcite' has been agreed on as the root class name. See  [http://microformats.org/wiki?title=citation-brainstorming#.27hcite.27_as_Root_Element_name explanation].'''&lt;br /&gt;
&lt;br /&gt;
== Citation vs. [[media-info]] ==&lt;br /&gt;
&lt;br /&gt;
What distinguishes a cite from say [[media-info]] (e.g. [[media-info-examples]]) is that a cite is a reference to something explicitly external to the current piece of content or document, whereas [[media-info]] describes information about content embedded or inline in the current document.&lt;br /&gt;
&lt;br /&gt;
== Semantic Meaning ==&lt;br /&gt;
One of the guiding priniciple of Microformats is to use the most semantically rich element to describe each node (Point 2 of Semantic XHTML Design Principles: Use the most accurately precise semantic XHTML building block for each object etc). Since we are dealing with HTML and citations, several elements are candidates to be used to enrich the semantic meaning. [http://www.w3.org/TR/REC-html40/struct/text.html CITE, BLOCKQUOTE, Q, A], (are there more?)&lt;br /&gt;
&lt;br /&gt;
The [[citation-brainstorming|Citation Brainstorming Page]] has a few development and ideas about how to give another person credit for a link. Some of the semantic ideas behind their choices of tags can be applied to a full bibliographic type reference. ''Does this sentence make sense only historically? -Mike''&lt;br /&gt;
&lt;br /&gt;
== OCLC's WorldCat for titles == &lt;br /&gt;
Question: what about using something like OCLC's [http://www.oclc.org/worldcat/open/isbnissnlinking/default.htm WorldCat] for linking titles? - Tim White&lt;br /&gt;
&lt;br /&gt;
== This and That ==&lt;br /&gt;
After reading through alot of different citation encoding formats, i noticed that each format was being used in onw of two ways. It was either to describe the Current page (THIS.PAGE) or being used to encode references that point to external resources (THAT.PAGE)&lt;br /&gt;
&lt;br /&gt;
The informatation being encoded was identical for both resources (author, date, name, etc) they just reference different things. For this microformat, i'm not sure if we want to try to solve both problems, or just one? The meta tags in the head element would be the ideal place for information about the THIS.PAGE, but that is not in following with the ideals of microformats where information is human-readable. The THAT.PAGE idea where a list of references is at the end of a document in the form of a bibliography is more inline with the ideals of a microformat where the data is human-readable. That doesn't mean that data about the current document shouldn't be human-readable, so some of the same properties used to reference extermal resources can be used for the current document (THIS.PAGE). To do this a different root item could be used and transforming applications could either extract the citation data about the current page, or information about this page's references.&lt;br /&gt;
&lt;br /&gt;
This is open for discussion, but either way, i believe that the properties used to describe a page will be the same for both THIS and THAT. [http://suda.co.uk/ brian suda]&lt;br /&gt;
&lt;br /&gt;
== More on This and That ==&lt;br /&gt;
&lt;br /&gt;
Citation microformats are being explored as a possibility for citing genealogical information at [http://eatslikeahuman.blogspot.com Dan Lawyer's blog].&lt;br /&gt;
&lt;br /&gt;
This is a case where frequently the citation would refer to (THIS.PAGE), but would have nested within it a reference to (THAT.PAGE), possibly a few levels deep. For instance, a web page might contain data extracted from a microfilm of a census. The citation would need to include information about the web page, information about the microfilm, and information about the census. Genealogical citations are expected to include the repository (where can this book or microfilm be found. Is this the same as ''venue''?). So, at each level the information should contain the repository of the referenced item. A nesting (recursive) mechanism for citation microformats would be useful in this case. Is this the function of the &amp;quot;container&amp;quot; element in the Straw Format?&lt;br /&gt;
&lt;br /&gt;
== Date Formatting ==&lt;br /&gt;
Since microformats are all about re-use and the accepted way to encode Date-Time has been pretty much settled, then this is a good place to start when dealing with all the different date citation types. &lt;br /&gt;
&lt;br /&gt;
These are all the different fields from various citation formats that are of temporal nature:&lt;br /&gt;
 * Date (available | created | dateAccepted | dateCopyrighted | dateSubmitted | issued | modified | valid)&lt;br /&gt;
 * originInfo/dateIssued&lt;br /&gt;
 * originInfo/dateCreated&lt;br /&gt;
 * originInfo/dateCaptured&lt;br /&gt;
 * originInfo/dateOther&lt;br /&gt;
 * month&lt;br /&gt;
 * year&lt;br /&gt;
 * Copyright Year&lt;br /&gt;
 * Date - Generic&lt;br /&gt;
 * Date of Confernce&lt;br /&gt;
 * Date of Publication&lt;br /&gt;
 * Date of update/revisou/issuance of database record&lt;br /&gt;
 * Former Date&lt;br /&gt;
 * Entry Date for Database Record&lt;br /&gt;
 * Database Update&lt;br /&gt;
 * Year of Publication&lt;br /&gt;
&lt;br /&gt;
There are several common properties across several citation domains and will certainly be in the citation microformat, the unique instances will need further consideration, otherwise there could be no end to posiblities. &lt;br /&gt;
&lt;br /&gt;
There are also several properties (year, month, Year of publication) that can be extracted from another source. Therefore, if you only encode a more specific property such as; Date of Publication, you can extract the 'year of publication' from that. Since the date-time format we are modeling after is the ISO date-time format, just the Year portion is an acceptable date. So if you ONLY know the year of publication, the you can form a valid 'Date of Publication' as a microformat (which inturn is a valid 'year of publication') - you milage may vary when it comes to importing into citation applications.&lt;br /&gt;
&lt;br /&gt;
...&lt;br /&gt;
&lt;br /&gt;
It seems to me that these can be collapsed to maybe one or two different date properties.  As far as the specific human readable formatting of the date, that can be chosen per whatever the presentation style guide says, and the [[datetime-design-pattern]] used to simplify the markup. - Tantek&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Important'''&lt;br /&gt;
Sometimes we need a date range and not simply a date (e.g. 4-6 May 2006). See ''Conference Citation'' examples later on this page. - Discoleo&lt;br /&gt;
&lt;br /&gt;
'''Seasons'''&lt;br /&gt;
Some journals have seasonal issues (e.g. &amp;quot;Summer 2006 edition&amp;quot;) instead of, or as well as, editions labelled by month or other calendar-date. [[User:AndyMabbett|AndyMabbett]] 05:05, 4 Nov 2006 (PST)&lt;br /&gt;
&lt;br /&gt;
== Tags ==&lt;br /&gt;
Some of the citation formats has a place for 'keywords' or 'generic tags', etc. This might be a good place to re-use the [http://microformats.org/wiki/rel-tag RelTag microformat]. The downside would be that they are then forced to be links, which might be the correct way to mark-up these terms.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== MARC / MODS / Dublin Core ==&lt;br /&gt;
&lt;br /&gt;
The MODS ([http://www.loc.gov/standards/marcxml/Sandburg/sandburgmods.xml example]) and Dublin Core ([http://www.loc.gov/standards/marcxml/Sandburg/sandburgdc.xml example]) transformations of MARC21 may contain some useful ideas.&lt;br /&gt;
&lt;br /&gt;
Here's a first attempt at rewriting the linked examples in XHTML (written in response to a [http://microformats.org/discuss/mail/microformats-discuss/2005-December/002438.html mailing list query about encoding book information with microformats]):&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;book&amp;quot; lang=&amp;quot;en&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;h3 class=&amp;quot;fn&amp;quot;&amp;gt;Arithmetic /&amp;lt;/h3&amp;gt;&lt;br /&gt;
  &amp;lt;p&amp;gt;By &amp;lt;span class=&amp;quot;creator&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Sandburg, Carl&amp;lt;/span&amp;gt;,&lt;br /&gt;
     &amp;lt;span class=&amp;quot;date&amp;quot;&amp;gt;1878-1967&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;,&lt;br /&gt;
     and &amp;lt;span class=&amp;quot;illustrator&amp;quot;&amp;gt;Rand, Ted&amp;lt;/span&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
  &amp;lt;p&amp;gt;Publisher: &amp;lt;span class=&amp;quot;publisher&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Harcourt Brace Jovanovich&amp;lt;/span&amp;gt;,&lt;br /&gt;
     &amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;San Diego&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
  &amp;lt;p&amp;gt;Published: &amp;lt;span class=&amp;quot;issued&amp;quot;&amp;gt;1993&amp;lt;/span&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
  &amp;lt;p class=&amp;quot;description&amp;quot;&amp;gt;A poem about numbers and their characteristics. Features&lt;br /&gt;
     anamorphic, or distorted, drawings which can be restored to normal by viewing&lt;br /&gt;
     from a particular angle or by viewing the image's reflection in the provided&lt;br /&gt;
     Mylar cone.&amp;lt;/p&amp;gt;&lt;br /&gt;
  &amp;lt;p class=&amp;quot;note&amp;quot;&amp;gt;One Mylar sheet included in pocket.&amp;lt;/p&amp;gt;&lt;br /&gt;
  &amp;lt;p&amp;gt;Subjects:&amp;lt;/p&amp;gt;&lt;br /&gt;
  &amp;lt;ul&amp;gt;&lt;br /&gt;
    &amp;lt;li class=&amp;quot;subject&amp;quot;&amp;gt;Arithmetic&amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li class=&amp;quot;subject&amp;quot;&amp;gt;Children's poetry, American.&amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li class=&amp;quot;subject&amp;quot;&amp;gt;Arithmetic&amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li class=&amp;quot;subject&amp;quot;&amp;gt;American poetry&amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li class=&amp;quot;subject&amp;quot;&amp;gt;Visual perception&amp;lt;/li&amp;gt;&lt;br /&gt;
  &amp;lt;/ul&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;
== Basic Citation Stuctures ==&lt;br /&gt;
There are basic structures to any citation, this is an overview of some of the types&lt;br /&gt;
[http://www.users.muohio.edu/darcusb/misc/citations-spec.html http://www.users.muohio.edu/darcusb/misc/citations-spec.html]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Concerns not addressed by existing formats ==&lt;br /&gt;
&lt;br /&gt;
There are some aspects '''NOT adequately''' covered by existing formats. I have addressed this issue on the OpenOffice.org wiki page, too. [see http://wiki.services.openoffice.org/wiki/Bibliographic_Database for an extending discussion, the paragraph on ''Reference Types'']&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
These issues pertain mainly to '''Errata''', '''Comments and Authors Reply''' and '''Article Retractions'''.&lt;br /&gt;
* a bidirectional link could be necessary to implement these features (original article &amp;lt;=&amp;gt; eratum, reply, retraction letter)&lt;br /&gt;
* '''IMPORTANT: Errata'''&lt;br /&gt;
** Erata: one or more Corrections might be posted in various issues of the journal&lt;br /&gt;
** this is usually cited as: Orininal Article Citation Data (Correction available in ''Journal, Issue Nr, Year, Pages'') (repeat for more than one correction)&lt;br /&gt;
** it is possibly never cited alone&lt;br /&gt;
** there should be a link to the original article, while the original article should contain a link to this ''Errata''&lt;br /&gt;
* '''IMPORTANT: Commentary and Author Reply'''&lt;br /&gt;
** similar to Errata, there might be one or more Comments and Author Replys; this should be stored, too&lt;br /&gt;
** however, it is usually not included in the original citation&lt;br /&gt;
** it might be used however in a citation, but I do not know exaclty how to cite it optimally (original article should be provided as well) &lt;br /&gt;
* '''IMPORTANT: Article Retraction'''&lt;br /&gt;
** an article may be retracted because of plagiarism or some other flaw&lt;br /&gt;
** this should not be used any further in the research&lt;br /&gt;
** however, it might be used e.g. for an article on plagiarism or flawed research&lt;br /&gt;
** there should be therefore one field storing this information, too, and a link to:&lt;br /&gt;
** the published withdrawal letter (which explains why the article was retracted)&lt;br /&gt;
&lt;br /&gt;
* this issue may need a time-controlled event&lt;br /&gt;
* '''IMPORTANT: electronic publishing ahead of print (EPUB)'''&lt;br /&gt;
** more and more articles are initially posted online, before the published article gets actually printed&lt;br /&gt;
** How should this be used/cited?&lt;br /&gt;
** Is this changed, after the print version becomes available?&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Outstanding Issues ==&lt;br /&gt;
The 3 main points i (Brian) came across so far are:&lt;br /&gt;
1) IDENTIFIERS&lt;br /&gt;
2) FORMAT TYPES&lt;br /&gt;
3) NESTING&lt;br /&gt;
&lt;br /&gt;
1) In hCard/hCalendar there is a UID field. Added with URL it makes for a great unique identifier. There are loads of other identifers besides URL, ISBN, LOC call number, SKU, ISSN, etc. Many of these are unique in their domain, but not globally unique. So how to they get marked-up? Much like the hCard TEL/ADR properties, we can use something like:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;uid&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;type&amp;quot;&amp;gt;ISBN&amp;lt;/span&amp;gt;: &amp;lt;span&lt;br /&gt;
class=&amp;quot;value&amp;quot;&amp;gt;123456&amp;lt;/span&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
This makes the encoding the most extensible... if we start use class=&amp;quot;isbn&amp;quot; then it is an enumerated list, with class=&amp;quot;type&amp;quot; it is open ended.&lt;br /&gt;
&lt;br /&gt;
2) I keep mis-using &amp;quot;format&amp;quot;, format is the medium - hardback, softback. The TYPE (there probably is a better word - container?) is book, article, conference, manifesto, etc. Much like the identifers we can make an enumerated list of values, class=&amp;quot;book&amp;quot;, class=&amp;quot;article&amp;quot;, but that boxes us in, whereas something like: &amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;span class=&amp;quot;type&amp;quot;&amp;gt;article&amp;lt;/span&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt; leaves things more open.&lt;br /&gt;
&lt;br /&gt;
3) Nesting citation data in a citation. The ability to nest the same microformat inside itself is something that other microformats don't explicitly handle.&lt;br /&gt;
&lt;br /&gt;
The two options are:&lt;br /&gt;
i) Using class=&amp;quot;book&amp;quot;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;hcite&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;div class=&amp;quot;book&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Book Title&amp;lt;/span&amp;gt;&lt;br /&gt;
  &amp;lt;div class=&amp;quot;chapter&amp;quot;&amp;gt;&lt;br /&gt;
     &amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Chapter Title&amp;lt;/span&amp;gt;&lt;br /&gt;
  &amp;lt;/div&amp;gt;&lt;br /&gt;
 &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&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 makes things easy to nest and to figure out exactly what is&lt;br /&gt;
associated with what, but the downside is that we have enumerated&lt;br /&gt;
lists of values for the class properties.&lt;br /&gt;
&lt;br /&gt;
ii) using the TYPE for book&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;hcite&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;div class=&amp;quot;type&amp;quot;&amp;gt;book&amp;lt;/div&amp;gt;&lt;br /&gt;
 &amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Book Title&amp;lt;/span&amp;gt;&lt;br /&gt;
 &amp;lt;div class=&amp;quot;type&amp;quot;&amp;gt;chapter&amp;lt;/div&amp;gt;&lt;br /&gt;
 &amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Chapter Title&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
now the class=&amp;quot;fn&amp;quot; is not nested inside the class=&amp;quot;book&amp;quot; or&lt;br /&gt;
class=&amp;quot;chapter&amp;quot; so there would have to be some other mechanism to&lt;br /&gt;
associate the data with the type.&lt;br /&gt;
&lt;br /&gt;
== Brian's Straw format ==&lt;br /&gt;
&lt;br /&gt;
=== implied schema (examples) ===&lt;br /&gt;
 + publisher&lt;br /&gt;
 + language&lt;br /&gt;
 + description&lt;br /&gt;
 + title&lt;br /&gt;
 + creator&lt;br /&gt;
 + journal&lt;br /&gt;
 + volume&lt;br /&gt;
 + issue&lt;br /&gt;
 + page &lt;br /&gt;
 + edition&lt;br /&gt;
 + identifier&lt;br /&gt;
 + tags&lt;br /&gt;
 + format&lt;br /&gt;
 + date published&lt;br /&gt;
 + copyright&lt;br /&gt;
 - audience&lt;br /&gt;
&lt;br /&gt;
=== implied schema (formats) ===&lt;br /&gt;
 + publisher&lt;br /&gt;
 + language&lt;br /&gt;
 + description&lt;br /&gt;
 + title&lt;br /&gt;
 + creator&lt;br /&gt;
 + volume&lt;br /&gt;
 + pages&lt;br /&gt;
 + edition&lt;br /&gt;
 + issue&lt;br /&gt;
 + identifier&lt;br /&gt;
 + tags&lt;br /&gt;
 + format&lt;br /&gt;
 + date published&lt;br /&gt;
 + date copyrighted&lt;br /&gt;
 - subtitle&lt;br /&gt;
 - image &lt;br /&gt;
 - excerpt&lt;br /&gt;
 - index terms&lt;br /&gt;
 - series title&lt;br /&gt;
 - publication&lt;br /&gt;
 - journal&lt;br /&gt;
 - part (1 of X)&lt;br /&gt;
&lt;br /&gt;
UNION of the two schemas&lt;br /&gt;
 + (PLUS) means common properties&lt;br /&gt;
 - (MINUS) means unique to the schema&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Working straw schema ===&lt;br /&gt;
&lt;br /&gt;
This list records discussion about the common schema from above. The format is ''descriptive-name'' (''optional-recommended-element'' 'class-name') (''link to explanation'').&lt;br /&gt;
&lt;br /&gt;
If there is no explanation link, that field should be considered either obvious or up for debate. If you're not sure which, it's up for debate.&lt;br /&gt;
&lt;br /&gt;
* root element ('hcite') ([http://microformats.org/wiki?title=citation-brainstorming#.27hcite.27_as_Root_Element_name explanation])&lt;br /&gt;
** title ('title')&lt;br /&gt;
** Author / Editor etc. ('creator')&lt;br /&gt;
** Volume Number ('volume')&lt;br /&gt;
** Pages ('pages')&lt;br /&gt;
*** note: this can be any value &lt;br /&gt;
** Edition ('edition')&lt;br /&gt;
** Issue number ('issue')&lt;br /&gt;
** Tags (href rel='tag')&lt;br /&gt;
** Format ('format')&lt;br /&gt;
*** Note - this is unclear at present - does format mean 'type', as in 'book' vs. 'article'? --[[User:Mike|Mike]] 22:53, 16 Jan 2007 (PST)&lt;br /&gt;
** date published&lt;br /&gt;
** date copyrighted&lt;br /&gt;
** publisher&lt;br /&gt;
** language&lt;br /&gt;
** Abstract / description ('description')&lt;br /&gt;
** URI (href class='uri') ([http://microformats.org/wiki?title=citation-brainstorming#The_URI_Element explanation])&lt;br /&gt;
** identifier&lt;br /&gt;
*** an (not necessarily globally unique) identifier, such as a cite-key, pubmed ID number, or simply the reference number or string within a publication ([1] or [CLRS2001])&lt;br /&gt;
&lt;br /&gt;
=== Examples ===&lt;br /&gt;
&lt;br /&gt;
Markup examples using the above format:&lt;br /&gt;
&lt;br /&gt;
==== Book ====&lt;br /&gt;
&lt;br /&gt;
This is Brian's original example&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;ul class=&amp;quot;bibliography&amp;quot;&amp;gt;&lt;br /&gt;
	&amp;lt;li class=&amp;quot;hcite&amp;quot; xml:lang=&amp;quot;en-gb&amp;quot;&amp;gt;&lt;br /&gt;
	&lt;br /&gt;
		&amp;lt;!-- publisher data as hCard--;&lt;br /&gt;
		&amp;lt;div class=&amp;quot;publisher vcard&amp;quot;&amp;gt;&lt;br /&gt;
			&amp;lt;span class=&amp;quot;fn org&amp;quot;&amp;gt;ABC Publishing Co.&amp;lt;/span&amp;gt;&lt;br /&gt;
			&amp;lt;span class=&amp;quot;country-name&amp;quot;&amp;gt;United Kingdom&amp;lt;/span&amp;gt;&lt;br /&gt;
			...&lt;br /&gt;
		&amp;lt;/div&amp;gt;&lt;br /&gt;
		&lt;br /&gt;
		&amp;lt;!-- author(s) data as hCard --&amp;gt;&lt;br /&gt;
		&amp;lt;div class=&amp;quot;creator vcard&amp;quot;&amp;gt;&lt;br /&gt;
			&amp;lt;span class=&amp;quot;fn n&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;given-name&amp;quot;&amp;gt;John &amp;lt;span class=&amp;quot;family-name&amp;quot;&amp;gt;Doe&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
			...&lt;br /&gt;
		&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
		&amp;lt;!-- location data --&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Foobar!&amp;lt;/span&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;description&amp;quot;&amp;gt;World Class Book about foobar&amp;lt;/span&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;volume&amp;quot;&amp;gt;1&amp;lt;/span&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;issue&amp;quot;&amp;gt;1&amp;lt;/span&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;edition&amp;quot;&amp;gt;1&amp;lt;/span&amp;gt;&lt;br /&gt;
		&amp;lt;span class=;pages&amp;quot;&amp;gt;1-10&amp;lt;/span&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;format&amp;quot;&amp;gt;article&amp;lt;/span&amp;gt;&lt;br /&gt;
		&lt;br /&gt;
		&amp;lt;!-- differed to the UID debate --&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;identifier&amp;quot;&amp;gt;12345678&amp;lt;/span&amp;gt;&lt;br /&gt;
		&lt;br /&gt;
		&amp;lt;!-- keywords --&amp;gt;&lt;br /&gt;
		&amp;lt;a class=&amp;quot;keyword&amp;quot; rel=&amp;quot;tag&amp;quot; href=&amp;quot;/tags/foo&amp;quot;&amp;gt;foo&amp;lt;/a&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;keyword&amp;quot;&amp;gt;bar&amp;lt;/span&amp;gt;&lt;br /&gt;
		&lt;br /&gt;
		&amp;lt;!-- date properties --&amp;gt;&lt;br /&gt;
		Published &amp;lt;abbr class=&amp;quot;dtpublished&amp;quot; title=&amp;quot;20060101&amp;quot;&amp;gt;January 1st 1006&amp;lt;/abbr&amp;gt;&lt;br /&gt;
		Copyright &amp;lt;abbr class=&amp;quot;copyright&amp;quot; title=&amp;quot;20060101&amp;quot;&amp;gt;2006&amp;lt;/abbr&amp;gt;&lt;br /&gt;
	&amp;lt;/li&amp;gt;&lt;br /&gt;
	...&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p class=&amp;quot;hcite&amp;quot;&amp;gt;Have you read ;span class=&amp;quot;title&amp;quot;&amp;gt;&amp;lt;abbr title=&amp;quot;book&amp;quot; class=&amp;quot;format&amp;quot;&amp;gt;Foo Bar&amp;lt;/abbr&amp;gt;&amp;lt;/span&amp;gt;? &lt;br /&gt;
It was written by &amp;lt;span class=&amp;quot;author vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;John Doe&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;. &lt;br /&gt;
It only came out a &amp;lt;abbr class=&amp;quot;dtpublished&amp;quot; title=&amp;quot;20060101&amp;quot;&amp;gt;few months ago&amp;lt;/abbr&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Note: the &amp;quot;format&amp;quot; property above is incorrect. Format would refer more the physical characteristics of an item, rather than its type or genre (e.g. &amp;quot;article&amp;quot;, &amp;quot;book&amp;quot;, etc.). I'd rather have the main class for the li be &amp;quot;article&amp;quot; in this context, than the fairly meaningless &amp;quot;citation.&amp;quot;  Of course, one could have both, which would be fine too. -- bruce&lt;br /&gt;
&lt;br /&gt;
Note: Could we use ROLE from hCard to identify editors, translators, authors, etc?&lt;br /&gt;
This was discussed on the mailing list and the idea was dropped [http://microformats.org/discuss/mail/microformats-discuss/2006-September/005694.html]&lt;br /&gt;
&lt;br /&gt;
'''Comments''' : [[User:Singpolyma|singpolyma]] 08:03, 16 Jun 2006 (PDT) : keywords should be [[rel-tag]], and probably also [[XOXO]] (the same way the citation list is)&lt;br /&gt;
&lt;br /&gt;
[[User:RCanine|RCanine]] 11:55, 18 Dec 2006 (EST) :&lt;br /&gt;
&lt;br /&gt;
* Is there a reason not to re-use &amp;quot;published&amp;quot; from hAtom instead of inventing a new, basically equivalent term in &amp;quot;dtpublished&amp;quot;?&lt;br /&gt;
* Is the root element &amp;quot;hCite&amp;quot; or &amp;quot;citation&amp;quot;. Let me root for &amp;quot;citation&amp;quot; as that semantically describes the content--similar to hCard's root class of &amp;quot;vcard&amp;quot;.&lt;br /&gt;
* Missing a URL/URI/IRI/UID etc. field example (ISBN for Book).&lt;br /&gt;
* Does the &amp;quot;copyright&amp;quot; class conflict with [http://www.whatwg.org/specs/web-apps/current-work/#class WHATWG's definition]?&lt;br /&gt;
* WRT Bruce's comment, I'm currently using class=&amp;quot;article citation&amp;quot; for my writing, as it has the most flexibility with CSS styles for titles (e.g. Book titles .citation&amp;gt;.fn must be italicized, while article titles must not, their container should).&lt;br /&gt;
* Speaking of containers, we need an &amp;quot;in&amp;quot; or &amp;quot;collection&amp;quot; field for journal articles or articles-in-books, or is that covered by &amp;quot;publisher&amp;quot;?&lt;br /&gt;
&lt;br /&gt;
==== Citing Private Communication ====&lt;br /&gt;
&lt;br /&gt;
Needs an example.&lt;br /&gt;
&lt;br /&gt;
==== Citing Legal Cases ====&lt;br /&gt;
Needs an example. &lt;br /&gt;
see [http://microformats.org/wiki/citation-examples-markup#Wikipedia_Court_Case Wikipedia example] for inspiration.&lt;br /&gt;
&lt;br /&gt;
==== Citing a Book ====&lt;br /&gt;
&lt;br /&gt;
needs an example&lt;br /&gt;
&lt;br /&gt;
==== Citing a journal article ====&lt;br /&gt;
&lt;br /&gt;
needs an example &lt;br /&gt;
&lt;br /&gt;
==== Citing a magazine article ====&lt;br /&gt;
&lt;br /&gt;
needs an example&lt;br /&gt;
&lt;br /&gt;
==== Citing a Patent ====&lt;br /&gt;
&lt;br /&gt;
Drawn from this [http://microformats.org/wiki/citation-examples#U.S._Patent example from Wikipedia]:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;li class=&amp;quot;hcite&amp;quot;&amp;gt;&amp;lt;a href=&amp;quot;http://patft.uspto.gov/netacgi/nph-Parser?patentnumber=4,405,829&amp;quot; class=&amp;quot;url&amp;quot; &lt;br /&gt;
    title=&amp;quot;http://patft.uspto.gov/netacgi/nph-Parser?patentnumber=4,405,829&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;format&amp;quot;&amp;gt;U.S. Patent&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;identifier&amp;quot;&amp;gt;4,405,829&amp;lt;/span&amp;gt;&amp;lt;/a&amp;gt;:&lt;br /&gt;
    &amp;lt;span class=&amp;quot;description&amp;quot;&amp;gt;The &amp;lt;a href=&amp;quot;/wiki/RSA&amp;quot; title=&amp;quot;RSA&amp;quot;&amp;gt;RSA&amp;lt;/a&amp;gt; patent, a famous software patent on the ground-breaking &lt;br /&gt;
    and highly unobvious algorithm for public key encryption, widely used for secure communications &lt;br /&gt;
    in many industries nowdays&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Citing a conference publication====&lt;br /&gt;
&lt;br /&gt;
Based on the [http://microformats.org/wiki/citation-examples#ACM_Digital_Library_Search_Result_Examples conference publication reference example].&lt;br /&gt;
&lt;br /&gt;
Changed Oct 06 to conform with [http://microformats.org/wiki/citation-brainstorming#Brian.27s_Straw_format Brian's format]. --[[User:Mike|Mike]] 18:09, 12 Oct 2006 (PDT)&lt;br /&gt;
(everything but the url class should be in line with that proposal)&lt;br /&gt;
&lt;br /&gt;
L. Hochstein, J. Carver, F. Shull, S. Asgari, V. Basili, J. K. Hollingsworth, and M. Zelkowitz, “Hpc programmer productivity: A case study of novice hpc programmers,” in Proceedings of ACM/IEEE Supercomputing Conference, 2005.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;cite class=&amp;quot;hcite&amp;quot;&amp;gt;&lt;br /&gt;
	&amp;lt;span class=&amp;quot;creator vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Lorin Hochstein&amp;lt;/span&amp;gt;&amp;lt;span class=&amp;quot;org&amp;quot;&amp;gt; University of Maryland, College Park &amp;lt;/span&amp;gt;&amp;lt;span&amp;gt;,&lt;br /&gt;
	&amp;lt;span class=&amp;quot;creator vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt; Jeff Carver &amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;org&amp;quot;&amp;gt; Mississippi State University &amp;lt;/span&amp;gt; &amp;lt;span&amp;gt;,&lt;br /&gt;
	&amp;lt;span class=&amp;quot;creator vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt; Forrest Shull &amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;org&amp;quot;&amp;gt; Fraunhofer Center Maryland &amp;lt;/span&amp;gt; &amp;lt;span&amp;gt;,&lt;br /&gt;
	&amp;lt;span class=&amp;quot;creator vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt; Sima Asgari&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;org&amp;quot;&amp;gt; University of Maryland, College Park &amp;lt;/span&amp;gt; &amp;lt;span&amp;gt;,&lt;br /&gt;
	&amp;lt;span class=&amp;quot;creator vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt; Victor Basili&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;org&amp;quot;&amp;gt; Fraunhofer Center Maryland &amp;lt;/span&amp;gt; &amp;lt;span&amp;gt;,&lt;br /&gt;
	&amp;lt;span class=&amp;quot;creator vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt; Jeffrey K. Hollingsworth&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;org&amp;quot;&amp;gt; University of Maryland, College Park &amp;lt;/span&amp;gt; &amp;lt;span&amp;gt;, and &lt;br /&gt;
	&amp;lt;span class=&amp;quot;creator vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt; Marv Zelkowitz&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;org&amp;quot;&amp;gt; University of Maryland, College Park &amp;lt;/span&amp;gt; &amp;lt;span&amp;gt;,&lt;br /&gt;
	&amp;lt;a class=&amp;quot;fn url&amp;quot; href=&amp;quot;http://dx.doi.org/10.1109/SC.2005.53&amp;quot;&amp;gt;HPC Programmer Productivity: A Case Study of Novice HPC Programmers&amp;lt;/a&amp;gt;. &lt;br /&gt;
        (&amp;lt;span class=&amp;quot;format&amp;quot;&amp;gt;conference publication&amp;lt;/span&amp;gt;)&lt;br /&gt;
	&amp;lt;cite class=&amp;quot;container hcite&amp;quot;&amp;gt;&lt;br /&gt;
	&amp;lt;a class=&amp;quot;fn url&amp;quot; href=&amp;quot;...&amp;quot;&amp;gt;Proceedings of ACM/IEEE Supercomputing Conference&amp;lt;/a&amp;gt;&lt;br /&gt;
	&amp;lt;abbr class=&amp;quot;dtpublished&amp;quot; title=&amp;quot;20051126T0000-0800&amp;quot;&amp;gt;2005&amp;lt;/abbr&amp;gt;&lt;br /&gt;
	&amp;lt;/cite&amp;gt;&lt;br /&gt;
	page &amp;lt;span class=&amp;quot;pages&amp;quot;&amp;gt;35&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;publisher vcard&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;span class=&amp;quot; fn&amp;quot;&amp;gt;IEEE Computer Society&lt;br /&gt;
   &amp;lt;/span&amp;gt;&lt;br /&gt;
    &amp;lt;div class=&amp;quot;adr&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;Washington&amp;lt;/span&amp;gt;,&lt;br /&gt;
      &amp;lt;span class=&amp;quot;region&amp;quot;&amp;gt;DC&amp;lt;/span&amp;gt;&lt;br /&gt;
    &amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;a class=&amp;quot;url instantiation&amp;quot; href=&amp;quot;http://portal.acm.org/ft_gateway.cfm?id=1105800&amp;amp;type=pdf&amp;amp;coll=portal&amp;amp;dl=ACM&amp;amp;CFID=68330711&amp;amp;CFTOKEN=39187329&amp;quot;&amp;gt;PDF of full text from ACM&amp;lt;/a&amp;gt;&lt;br /&gt;
&lt;br /&gt;
	DOI: &amp;lt;a class=&amp;quot;url uid&amp;quot; href=&amp;quot;http://dx.doi.org/10.1109/SC.2005.53&amp;quot;&amp;gt;10.1109/SC.2005.53&amp;lt;/a&amp;gt;&lt;br /&gt;
        Tags: &lt;br /&gt;
    &amp;lt;a class=&amp;quot;keyword&amp;quot; rel=&amp;quot;tag&amp;quot; href=&amp;quot;results.cfm?query=genterm%3A%22Design%22 ...&amp;quot;&amp;gt;&lt;br /&gt;
							Design&amp;lt;/a&amp;gt;,&lt;br /&gt;
     &amp;lt;a class=&amp;quot;keyword&amp;quot; rel=&amp;quot;tag&amp;quot; href=&amp;quot;results.cfm?query=genterm%3A%22Experimentation%22 ....&amp;quot;&amp;gt;&lt;br /&gt;
							 Experimentation&amp;lt;/a&amp;gt;,&lt;br /&gt;
     &amp;lt;a class=&amp;quot;keyword&amp;quot; rel=&amp;quot;tag&amp;quot; href=&amp;quot;results.cfm?query=genterm%3A%22Measurement%22...&amp;quot;&amp;gt;&lt;br /&gt;
							 Measurement&amp;lt;/a&amp;gt;,&lt;br /&gt;
     &amp;lt;a class=&amp;quot;keyword&amp;quot; rel=&amp;quot;tag&amp;quot; href=&amp;quot;results.cfm?query=genterm%3A%22Performance%22 ...&amp;quot;&amp;gt;&lt;br /&gt;
							 Performance&amp;lt;/a&amp;gt;&lt;br /&gt;
&lt;br /&gt;
	&amp;lt;blockquote class=&amp;quot;description&amp;quot;&amp;gt;In developing High-Performance Computing (HPC) software, time to solution is an important metric. This metric is comprised of two main components: the human effort required developing the software, plus the amount of machine time required to execute it. To date, little empirical work has been done to study the first component: the human effort required and the effects of approaches and practices that may be used to reduce it. In this paper, we describe a series of studies that address this problem. We instrumented the development process used in multiple HPC classroom environments. We analyzed data within and across such studies, varying factors such as the parallel programming model used and the application being developed, to understand their impact on the development process.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
  &amp;lt;/cite&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Note''' (From [[Discoleo]], Sept. 06)&lt;br /&gt;
* sometimes, the citation must include '''Town/Country''' and '''Precise Date/Date Range''', e.g.&lt;br /&gt;
** ''Gillespie SH, Dickens A.'' Variation in mutation rate of quinolone resistance in Streptococcus pneumoniae [abstract P06-17A]. In: Abstracts of the 3rd International Symposium on Pneumococci and Pneumococcal Disease (Anchorage, 5-9 May 2002).Washington, DC: American Society of Microbiology, 2002.&lt;br /&gt;
** ''Bassetti, M.; Righi, E.; Rebesco, B.; Molinari, MP.; Costa, A.; Fasce, R.; Cruciani, M.; Bassetti, D.; Bobbio Pallavicini, F.'' 44th Annual Interscience Conference on Antimicrobial Agents and Chemotherapy (ICAAC). Washington, DC; 2004. Epidemiological trends in nosocomial candidemia in ICU: A five-year Italian perspective.&lt;br /&gt;
** ''Peacock JE, Wade JC, Lazarus HM, et al.'' Ciprofloxacin/piperacillin vs. tobramycin/piperacillin as empiric therapy for fever in neutropenic cancer patients, a randomized, double-blind trial [abstract 373]. In: Program and abstracts of the 37th Interscience Conference on Antimicrob Agents and Chemotherapy (Toronto). Washington, DC: American Society for Microbiology, 1997.&lt;br /&gt;
&lt;br /&gt;
==== Citing an external website ====&lt;br /&gt;
&lt;br /&gt;
This is based on a formal citation of a website in the references section of a research paper, but could also be used for in-line links that had added information. Here's the original:&lt;br /&gt;
&lt;br /&gt;
[25] David Stern, &amp;quot;eprint Moderator Model&amp;quot;, http://www.library.yale.edu/scilib/modmodexplain.html  (version dated Jan 25, 1999)&lt;br /&gt;
 &lt;br /&gt;
 &amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;cite class=&amp;quot;hcite&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;a class=&amp;quot;fn url&amp;quot; href=&amp;quot;http://www.library.yale.edu/scilib/modmodexplain.html&amp;quot;&amp;gt;eprint Moderator Model&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;author vcard&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;a href=&amp;quot;http://pantheon.yale.edu/~dstern/dsbio.html&amp;quot; class=&amp;quot;url fn&amp;quot;&amp;gt;David Stern&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;/span&amp;gt;  &lt;br /&gt;
&amp;lt;abbr class=&amp;quot;dtpublished&amp;quot; title=&amp;quot;19990125T0000-0500&amp;quot;&amp;gt;&lt;br /&gt;
    Jan 25, 1999&lt;br /&gt;
  &amp;lt;/abbr&amp;gt;&lt;br /&gt;
&amp;lt;/cite&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Discussion of Straw Format elements ===&lt;br /&gt;
&lt;br /&gt;
This section is to provide explanations for posterity about the elements of the straw format, linking to discussions on the list and elsewhere if possible.&lt;br /&gt;
&lt;br /&gt;
==== 'hcite' as Root Element name ====&lt;br /&gt;
&lt;br /&gt;
This discussion took place in January of 2007, with voting occurring on the mailing list in the thread starting with this message: [http://microformats.org/discuss/mail/microformats-discuss/2007-January/008098.html  '[citation] citation root element'].&lt;br /&gt;
&lt;br /&gt;
It was decided to use 'hcite' as the root element name for uniqueness and to reflect a trend in using 'h' to start microformat names.&lt;br /&gt;
&lt;br /&gt;
==== The URI Element ====&lt;br /&gt;
&lt;br /&gt;
It was decided to use URI for both http links to available copies or URNs.&lt;br /&gt;
This encompasses URLs that link directly to online copies as well as through resolvers using URIs such as urn:isbn: 0521890012&lt;br /&gt;
&lt;br /&gt;
See the discussion from [http://microformats.org/discuss/mail/microformats-discuss/2006-November/007390.html november] and [http://microformats.org/discuss/mail/microformats-discuss/2006-December/007403.html december].&lt;br /&gt;
&lt;br /&gt;
== Old straw format discussion ==&lt;br /&gt;
&lt;br /&gt;
Saved here so that I'm not just deleting people's comments.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Mike straw format suggestion (Deprecated) ===&lt;br /&gt;
&lt;br /&gt;
In the interests of starting debate and having something concrete to fix, I suggest the following structure for a format. It is probably very incomplete and I claim no microformat expertise. I'm just trying to follow existing patterns. Comments and ridicule are both solicited. -Mike&lt;br /&gt;
&lt;br /&gt;
'''NOTE:''' This format is here for historical reference. Because it was not based on existing examples, I've deprecated it and contributed examples to Brian's format. If you feel that any missing elements in here should be in the final format, find examples for them and contribute to Brian's schema. Thanks! --[[User:Mike|Mike]] 18:22, 12 Oct 2006 (PDT)&lt;br /&gt;
&lt;br /&gt;
==== In General ====&lt;br /&gt;
&lt;br /&gt;
The ''citation'' format is based on a set of fields common to many bibliographic data formats, which are often implied by standard citation display styles but not explicitly marked up in practice on the web.&lt;br /&gt;
&lt;br /&gt;
==== Schema ====&lt;br /&gt;
&lt;br /&gt;
The citation schema consists of the following:&lt;br /&gt;
&lt;br /&gt;
* cite &lt;br /&gt;
** title: required, text (class = fn)&lt;br /&gt;
** subtitle: optional, text&lt;br /&gt;
** authors: optional, use hCard&lt;br /&gt;
** publication date: optional&lt;br /&gt;
** link(s) to instantiations, optional, url or use rel-enclosure? (class=url)&lt;br /&gt;
** UID, optional (for ISBN, DOI - use existing uid class) | permalink&lt;br /&gt;
** series (aka volume/issuenum) , optional (''not as sure how to handle these - suggestions?'')&lt;br /&gt;
** pages: startpage &amp;amp; endpage, optional, text&lt;br /&gt;
** venue, optional (hCard)&lt;br /&gt;
** publisher, optional (hCard)&lt;br /&gt;
** container: optional (nested hCite)&lt;br /&gt;
** abstract, optional (blockquote + class=&amp;quot;abstract&amp;quot; ?)&lt;br /&gt;
** notes, optional (blockquote + class=&amp;quot;notes&amp;quot; ?)&lt;br /&gt;
** keywords, optional (rel-tag)&lt;br /&gt;
** image, optional (for inclusion inline, unlike the url)&lt;br /&gt;
** copyright, optional (rel-license)&lt;br /&gt;
** ''what else am I missing?''&lt;br /&gt;
*** language, optional&lt;br /&gt;
&lt;br /&gt;
''Looks good, but I question the use of hCard for names. Due to ambiguity issues, requring hCard would lead to extra markup in order to apply just a name, hence [http://microformats.org/discuss/mail/microformats-discuss/2006-March/003487.html the need for a root element]. We should extract the N optimization of hCard like we did with adr, in order to ease this problem.'' --[[User:RCanine|Ryan Cannon]]&lt;br /&gt;
&lt;br /&gt;
Perhaps a Retrieved Date or Access Date would be appropriate for citing online resources. For example at http://www.crlt.umich.edu/publinks/facment_biblio.html &lt;br /&gt;
you see citations like this&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
Chief Academic Officers of the Big 12 Universities (2000). Big 12 Faculty Fellowship Program. Retrieved December 20, 2000 from the World Wide Web: http://www.k-state.edu/provost/academic/big12/big12guide.htm.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
--[[User:JoeAndrieu|Joe Andrieu]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Discussion about citing legal cases ====&lt;br /&gt;
&lt;br /&gt;
Here's some info I found about citing law:&lt;br /&gt;
&lt;br /&gt;
I'm not a lawyer, so I'm relying on the published [http://www.legalbluebook.com &amp;quot;blue book&amp;quot; standard], at least the only part of it I can get without paying $25. I'd be happy to hear improvements from experts in the field - how do lawyers mark up references to case law in HTML now?&lt;br /&gt;
&lt;br /&gt;
From groklaw.net and eff.org, I find mostly just links to PDFs with the name of the case as the link text. Or just this, from EFF:&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;h1&amp;gt;The Betamax Case&amp;lt;/h1&amp;gt;&lt;br /&gt;
&amp;lt;h2&amp;gt;Sony Corp. of America v. Universal City Studios, 464 U.S. 417 (1984)&amp;lt;/h2&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
From an example at the sample bluepages: http://www.legalbluebook.com/pdfs/bluepages.pdf&lt;br /&gt;
5 basic components:&lt;br /&gt;
*1 name of the case (citation title)&lt;br /&gt;
*2 published source in which case may be found (citation containing publication?)&lt;br /&gt;
*3 a parenthetical indicating the court and year of decision (citation venue?)&lt;br /&gt;
*4 other parenthetical information, if any (citation notes?)&lt;br /&gt;
*5 subsequent history of the case, if any (citation notes?)&lt;br /&gt;
&lt;br /&gt;
Here's two examples from the bluebook. Note that there are very strict rules about abbreviations in that source!&lt;br /&gt;
&lt;br /&gt;
Holland v. Donnelly, 216 F. Supp. 2d 227, 230 (S.D.N.Y. 2002), aff'd, 324 F.3d 99 (2d Cir. 2003).&lt;br /&gt;
&lt;br /&gt;
Green v. Georgia, 442 U.S. 95, 97 (1979) (per curiam) (holding that exclusion of relevant evidence at sentencing hearing constitutes denial of due process).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== discussions ==&lt;br /&gt;
* [[citation-irc-notes-2006-04-09]]&lt;/div&gt;</summary>
		<author><name>Mike</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=citation-brainstorming&amp;diff=12565</id>
		<title>citation-brainstorming</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=citation-brainstorming&amp;diff=12565"/>
		<updated>2007-01-17T07:19:57Z</updated>

		<summary type="html">&lt;p&gt;Mike: /* Working straw schema */ added explanation of notation in working straw schema section&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h1&amp;gt; Citation Brainstorming &amp;lt;/h1&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* [[citation]]&lt;br /&gt;
* [[citation-examples]]&lt;br /&gt;
* [[citation-formats]]&lt;br /&gt;
* [[citation-faq]]&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
== Contributors ==&lt;br /&gt;
&lt;br /&gt;
* ...&lt;br /&gt;
* ... (a bunch of good folks!)&lt;br /&gt;
* Tantek Çelik&lt;br /&gt;
* Tim White&lt;br /&gt;
* Michael McCracken&lt;br /&gt;
* Brian Suda&lt;br /&gt;
* [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
&lt;br /&gt;
== Use Cases ==&lt;br /&gt;
&lt;br /&gt;
To focus the discussion, please add use cases below that will help show what problems the citation microformat will be solving.&lt;br /&gt;
&lt;br /&gt;
I've included two, focusing on consuming information - I've assumed that use cases for generating microformatted content would just involve the desire to enable your content to be consumed better, but I'm interested to see if there's something I'm missing here -Mike&lt;br /&gt;
&lt;br /&gt;
=== Acquiring reference information from the web ===&lt;br /&gt;
&lt;br /&gt;
A user either finds an author's papers page, or is viewing the results of a search and would like to import the information about the displayed papers into their local reference database, for the purposes of cataloging things they've read, adding notes, and using the information to generate later citations, potentially in other forms, such as BibTeX or Docbook, for inclusion in a publication of their own.&lt;br /&gt;
&lt;br /&gt;
Notes: In this case, it isn't important to the user what format the citation takes as displayed on the page where they find it. What *is* important is that it contains enough information to allow generation of the format they will ultimately re-publish it in. This implies that it may be worthwhile to err a little on the side of verbosity.&lt;br /&gt;
&lt;br /&gt;
Also, links to downloadable full representations of the cited work are very important - e.g. a link to the PDF of a journal article, or to a music file.&lt;br /&gt;
&lt;br /&gt;
=== Subscribing to reading lists, periodicals, etc ===&lt;br /&gt;
&lt;br /&gt;
I would like to be able to leverage my news aggregator with hAtom to subscribe to a remote source for citation information, for example:&lt;br /&gt;
&lt;br /&gt;
* a reading list for a seminar&lt;br /&gt;
* The publication list for a conference (e.g., subscribe to SIGGRAPH and see the updated conference proceedings every year)&lt;br /&gt;
* the issues of a journal&lt;br /&gt;
* a particular research group or researcher's publications&lt;br /&gt;
* Not just research: a popular author's publications (e.g., [http://www.gladwell.com/archive.html Malcolm Gladwell's Archive])&lt;br /&gt;
&lt;br /&gt;
=== Aggregating reading lists and reviews ===&lt;br /&gt;
&lt;br /&gt;
A citation microformat-specific aggregator could provide a decentralized version of [http://citeulike.org/ CiteULike]. Libraries, authors, research groups, and publishers could mark up their collections, while other people on weblogs or review sites could add tags and reviews.&lt;br /&gt;
&lt;br /&gt;
At least, having a well-adopted microformat would make writing tools like CiteULike much better, since it relies in some cases on screen-scraping publisher web-sites.&lt;br /&gt;
&lt;br /&gt;
=== Cut &amp;amp; Paste from web pages ===&lt;br /&gt;
Capturing/copying HTML from web pages for use in other applications (especially when those apps present HTML as output), such as pasting into Word, or a specialized application like [http://www.google.com/notebook Google Notebook], [http://onfolio.com Onfolio] or [http://www.kaboodle.com Kaboodle].  When such captures are made, it makes sense to keep track of the full citation data, including the date it was accessed, which may or may not be the date it was published. &lt;br /&gt;
&lt;br /&gt;
=== Blogs quoting other resources, including blogs ===&lt;br /&gt;
Any blog that cites online content, whether a blog or news article, could use an hCitation to properly link to the cited reference. Such citations could include the access date when the blogger made the citation, because resources on the other side of those links can change without notice. &lt;br /&gt;
&lt;br /&gt;
Instead, today we have simple formating with a link to the permaURL. The citation data is completely lacking. See [http://doc.weblogs.com Doc Searl's blog] for a style of referencing that could benefit from proper a citation uF.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Fascinating... after I added the last two use cases, I realized they focus on potentially marginal cases. The first because it is missing the &amp;quot;output&amp;quot; part of the cut &amp;amp; paste, where the uF would actually be used as part of the paste.  The latter because bloggers have a working citation mechanism that is just a link to the URL (hopefully a permaURL). One could argue they wouldn't want a full hCitation. And in fact, until a tool exists that makes it easy, they probably won't.  However, a tool that cuts &amp;amp; pastes from anywhere on the web into a blog with a full citation seems like a nice tool.  But again, I'm not really paving the cowpaths with these ideas. -Joe Andrieu&lt;br /&gt;
&lt;br /&gt;
===Finding in Library===&lt;br /&gt;
Find a copy of the cited work in a nearby library (as with [http://ocoins.info/ OpenCOinS]). [[User:AndyMabbett|AndyMabbett]] 04:55, 4 Nov 2006 (PST)&lt;br /&gt;
&lt;br /&gt;
===Buy a copy===&lt;br /&gt;
Find the cited work on, for example, Amazon or [http://www.abebooks.com/ ABE]; or subscribe to a journal via its own website. [[User:AndyMabbett|AndyMabbett]] 04:55, 4 Nov 2006 (PST)&lt;br /&gt;
&lt;br /&gt;
===Find reviews===&lt;br /&gt;
Find third-party reviews of the cited work. [[User:AndyMabbett|AndyMabbett]] 04:55, 4 Nov 2006 (PST)&lt;br /&gt;
&lt;br /&gt;
== Original hBib Discussion ==&lt;br /&gt;
&lt;br /&gt;
During the WWW2005 Developer's Day [[microformats]] track, Rohit Khare gave a [[presentations|presentation]] where he discussed the microformats [[process]], and then did  a quick demonstration wherein a bunch of us got on a shared Subethaedit document, and brainstormed some thoughts on what an &amp;quot;hBib&amp;quot; bibliography citation microformat would look like.  Rohit placed the [http://cnlabs.commerce.net/~rohit/hBib%20Discussion.html document on his Commercenet site].&lt;br /&gt;
&lt;br /&gt;
* http://cnlabs.commerce.net/~rohit/hBib%20Discussion.html&lt;br /&gt;
&lt;br /&gt;
''An attempt to summarize and inline the linked document follows. -Mike''&lt;br /&gt;
&lt;br /&gt;
Two major goals were outlined by the group:&lt;br /&gt;
&lt;br /&gt;
* Avoid re-keying references&lt;br /&gt;
* Adapt to new journal styles by changing CSS&lt;br /&gt;
 &lt;br /&gt;
The fundamental problem was discussed in terms of display - the ability to transform XHTML+hBib into the many journal-specific formats. For example, how to display &amp;quot;et.al&amp;quot; when all authors are present in the source, and how to re-order the elements if a style defines a set order of elements that conflicts with the ordering in the source. Using hCard for authors was agreed on, and the beginnings of an example were shown.&lt;br /&gt;
&lt;br /&gt;
== XHTML Structure ==&lt;br /&gt;
With my exprience working X2V and hCa* has taught me what elememts are easy to find and which are not. Since the Citation microformat is very new it is possible to not make a lot of the same errors twice and to make things easier for extracting application to find and imply certain properties.&lt;br /&gt;
&lt;br /&gt;
* There should be some sort of 'root node' that implies all child elements are for the hCitation microformat.&lt;br /&gt;
* Since most people will have multiple citations there should be away to represent each hCitation object as a unqiue block independent of another. This is to keep the parse from finding 'author' and applying that to all citations. Each citation should be in a container (class=&amp;quot;hcite&amp;quot;) that is separated from others.&lt;br /&gt;
* Perhaps class=&amp;quot;hcite&amp;quot; with &amp;lt;code&amp;gt;&amp;amp;lt;cite&amp;amp;gt;&amp;lt;/code&amp;gt; recommended as the root element. E.g. &amp;lt;code&amp;gt;&amp;amp;lt;cite class=&amp;quot;hcite&amp;quot;&amp;amp;gt;&amp;lt;/code&amp;gt; &lt;br /&gt;
&lt;br /&gt;
'''Note: This section was the original content of the document. Since then, class='hcite' has been agreed on as the root class name. See  [http://microformats.org/wiki?title=citation-brainstorming#.27hcite.27_as_Root_Element_name explanation].'''&lt;br /&gt;
&lt;br /&gt;
== Citation vs. [[media-info]] ==&lt;br /&gt;
&lt;br /&gt;
What distinguishes a cite from say [[media-info]] (e.g. [[media-info-examples]]) is that a cite is a reference to something explicitly external to the current piece of content or document, whereas [[media-info]] describes information about content embedded or inline in the current document.&lt;br /&gt;
&lt;br /&gt;
== Semantic Meaning ==&lt;br /&gt;
One of the guiding priniciple of Microformats is to use the most semantically rich element to describe each node (Point 2 of Semantic XHTML Design Principles: Use the most accurately precise semantic XHTML building block for each object etc). Since we are dealing with HTML and citations, several elements are candidates to be used to enrich the semantic meaning. [http://www.w3.org/TR/REC-html40/struct/text.html CITE, BLOCKQUOTE, Q, A], (are there more?)&lt;br /&gt;
&lt;br /&gt;
The [[citation-brainstorming|Citation Brainstorming Page]] has a few development and ideas about how to give another person credit for a link. Some of the semantic ideas behind their choices of tags can be applied to a full bibliographic type reference. ''Does this sentence make sense only historically? -Mike''&lt;br /&gt;
&lt;br /&gt;
== OCLC's WorldCat for titles == &lt;br /&gt;
Question: what about using something like OCLC's [http://www.oclc.org/worldcat/open/isbnissnlinking/default.htm WorldCat] for linking titles? - Tim White&lt;br /&gt;
&lt;br /&gt;
== This and That ==&lt;br /&gt;
After reading through alot of different citation encoding formats, i noticed that each format was being used in onw of two ways. It was either to describe the Current page (THIS.PAGE) or being used to encode references that point to external resources (THAT.PAGE)&lt;br /&gt;
&lt;br /&gt;
The informatation being encoded was identical for both resources (author, date, name, etc) they just reference different things. For this microformat, i'm not sure if we want to try to solve both problems, or just one? The meta tags in the head element would be the ideal place for information about the THIS.PAGE, but that is not in following with the ideals of microformats where information is human-readable. The THAT.PAGE idea where a list of references is at the end of a document in the form of a bibliography is more inline with the ideals of a microformat where the data is human-readable. That doesn't mean that data about the current document shouldn't be human-readable, so some of the same properties used to reference extermal resources can be used for the current document (THIS.PAGE). To do this a different root item could be used and transforming applications could either extract the citation data about the current page, or information about this page's references.&lt;br /&gt;
&lt;br /&gt;
This is open for discussion, but either way, i believe that the properties used to describe a page will be the same for both THIS and THAT. [http://suda.co.uk/ brian suda]&lt;br /&gt;
&lt;br /&gt;
== More on This and That ==&lt;br /&gt;
&lt;br /&gt;
Citation microformats are being explored as a possibility for citing genealogical information at [http://eatslikeahuman.blogspot.com Dan Lawyer's blog].&lt;br /&gt;
&lt;br /&gt;
This is a case where frequently the citation would refer to (THIS.PAGE), but would have nested within it a reference to (THAT.PAGE), possibly a few levels deep. For instance, a web page might contain data extracted from a microfilm of a census. The citation would need to include information about the web page, information about the microfilm, and information about the census. Genealogical citations are expected to include the repository (where can this book or microfilm be found. Is this the same as ''venue''?). So, at each level the information should contain the repository of the referenced item. A nesting (recursive) mechanism for citation microformats would be useful in this case. Is this the function of the &amp;quot;container&amp;quot; element in the Straw Format?&lt;br /&gt;
&lt;br /&gt;
== Date Formatting ==&lt;br /&gt;
Since microformats are all about re-use and the accepted way to encode Date-Time has been pretty much settled, then this is a good place to start when dealing with all the different date citation types. &lt;br /&gt;
&lt;br /&gt;
These are all the different fields from various citation formats that are of temporal nature:&lt;br /&gt;
 * Date (available | created | dateAccepted | dateCopyrighted | dateSubmitted | issued | modified | valid)&lt;br /&gt;
 * originInfo/dateIssued&lt;br /&gt;
 * originInfo/dateCreated&lt;br /&gt;
 * originInfo/dateCaptured&lt;br /&gt;
 * originInfo/dateOther&lt;br /&gt;
 * month&lt;br /&gt;
 * year&lt;br /&gt;
 * Copyright Year&lt;br /&gt;
 * Date - Generic&lt;br /&gt;
 * Date of Confernce&lt;br /&gt;
 * Date of Publication&lt;br /&gt;
 * Date of update/revisou/issuance of database record&lt;br /&gt;
 * Former Date&lt;br /&gt;
 * Entry Date for Database Record&lt;br /&gt;
 * Database Update&lt;br /&gt;
 * Year of Publication&lt;br /&gt;
&lt;br /&gt;
There are several common properties across several citation domains and will certainly be in the citation microformat, the unique instances will need further consideration, otherwise there could be no end to posiblities. &lt;br /&gt;
&lt;br /&gt;
There are also several properties (year, month, Year of publication) that can be extracted from another source. Therefore, if you only encode a more specific property such as; Date of Publication, you can extract the 'year of publication' from that. Since the date-time format we are modeling after is the ISO date-time format, just the Year portion is an acceptable date. So if you ONLY know the year of publication, the you can form a valid 'Date of Publication' as a microformat (which inturn is a valid 'year of publication') - you milage may vary when it comes to importing into citation applications.&lt;br /&gt;
&lt;br /&gt;
...&lt;br /&gt;
&lt;br /&gt;
It seems to me that these can be collapsed to maybe one or two different date properties.  As far as the specific human readable formatting of the date, that can be chosen per whatever the presentation style guide says, and the [[datetime-design-pattern]] used to simplify the markup. - Tantek&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Important'''&lt;br /&gt;
Sometimes we need a date range and not simply a date (e.g. 4-6 May 2006). See ''Conference Citation'' examples later on this page. - Discoleo&lt;br /&gt;
&lt;br /&gt;
'''Seasons'''&lt;br /&gt;
Some journals have seasonal issues (e.g. &amp;quot;Summer 2006 edition&amp;quot;) instead of, or as well as, editions labelled by month or other calendar-date. [[User:AndyMabbett|AndyMabbett]] 05:05, 4 Nov 2006 (PST)&lt;br /&gt;
&lt;br /&gt;
== Tags ==&lt;br /&gt;
Some of the citation formats has a place for 'keywords' or 'generic tags', etc. This might be a good place to re-use the [http://microformats.org/wiki/rel-tag RelTag microformat]. The downside would be that they are then forced to be links, which might be the correct way to mark-up these terms.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== MARC / MODS / Dublin Core ==&lt;br /&gt;
&lt;br /&gt;
The MODS ([http://www.loc.gov/standards/marcxml/Sandburg/sandburgmods.xml example]) and Dublin Core ([http://www.loc.gov/standards/marcxml/Sandburg/sandburgdc.xml example]) transformations of MARC21 may contain some useful ideas.&lt;br /&gt;
&lt;br /&gt;
Here's a first attempt at rewriting the linked examples in XHTML (written in response to a [http://microformats.org/discuss/mail/microformats-discuss/2005-December/002438.html mailing list query about encoding book information with microformats]):&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;book&amp;quot; lang=&amp;quot;en&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;h3 class=&amp;quot;fn&amp;quot;&amp;gt;Arithmetic /&amp;lt;/h3&amp;gt;&lt;br /&gt;
  &amp;lt;p&amp;gt;By &amp;lt;span class=&amp;quot;creator&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Sandburg, Carl&amp;lt;/span&amp;gt;,&lt;br /&gt;
     &amp;lt;span class=&amp;quot;date&amp;quot;&amp;gt;1878-1967&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;,&lt;br /&gt;
     and &amp;lt;span class=&amp;quot;illustrator&amp;quot;&amp;gt;Rand, Ted&amp;lt;/span&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
  &amp;lt;p&amp;gt;Publisher: &amp;lt;span class=&amp;quot;publisher&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Harcourt Brace Jovanovich&amp;lt;/span&amp;gt;,&lt;br /&gt;
     &amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;San Diego&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
  &amp;lt;p&amp;gt;Published: &amp;lt;span class=&amp;quot;issued&amp;quot;&amp;gt;1993&amp;lt;/span&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
  &amp;lt;p class=&amp;quot;description&amp;quot;&amp;gt;A poem about numbers and their characteristics. Features&lt;br /&gt;
     anamorphic, or distorted, drawings which can be restored to normal by viewing&lt;br /&gt;
     from a particular angle or by viewing the image's reflection in the provided&lt;br /&gt;
     Mylar cone.&amp;lt;/p&amp;gt;&lt;br /&gt;
  &amp;lt;p class=&amp;quot;note&amp;quot;&amp;gt;One Mylar sheet included in pocket.&amp;lt;/p&amp;gt;&lt;br /&gt;
  &amp;lt;p&amp;gt;Subjects:&amp;lt;/p&amp;gt;&lt;br /&gt;
  &amp;lt;ul&amp;gt;&lt;br /&gt;
    &amp;lt;li class=&amp;quot;subject&amp;quot;&amp;gt;Arithmetic&amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li class=&amp;quot;subject&amp;quot;&amp;gt;Children's poetry, American.&amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li class=&amp;quot;subject&amp;quot;&amp;gt;Arithmetic&amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li class=&amp;quot;subject&amp;quot;&amp;gt;American poetry&amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li class=&amp;quot;subject&amp;quot;&amp;gt;Visual perception&amp;lt;/li&amp;gt;&lt;br /&gt;
  &amp;lt;/ul&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;
== Basic Citation Stuctures ==&lt;br /&gt;
There are basic structures to any citation, this is an overview of some of the types&lt;br /&gt;
[http://www.users.muohio.edu/darcusb/misc/citations-spec.html http://www.users.muohio.edu/darcusb/misc/citations-spec.html]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Concerns not addressed by existing formats ==&lt;br /&gt;
&lt;br /&gt;
There are some aspects '''NOT adequately''' covered by existing formats. I have addressed this issue on the OpenOffice.org wiki page, too. [see http://wiki.services.openoffice.org/wiki/Bibliographic_Database for an extending discussion, the paragraph on ''Reference Types'']&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
These issues pertain mainly to '''Errata''', '''Comments and Authors Reply''' and '''Article Retractions'''.&lt;br /&gt;
* a bidirectional link could be necessary to implement these features (original article &amp;lt;=&amp;gt; eratum, reply, retraction letter)&lt;br /&gt;
* '''IMPORTANT: Errata'''&lt;br /&gt;
** Erata: one or more Corrections might be posted in various issues of the journal&lt;br /&gt;
** this is usually cited as: Orininal Article Citation Data (Correction available in ''Journal, Issue Nr, Year, Pages'') (repeat for more than one correction)&lt;br /&gt;
** it is possibly never cited alone&lt;br /&gt;
** there should be a link to the original article, while the original article should contain a link to this ''Errata''&lt;br /&gt;
* '''IMPORTANT: Commentary and Author Reply'''&lt;br /&gt;
** similar to Errata, there might be one or more Comments and Author Replys; this should be stored, too&lt;br /&gt;
** however, it is usually not included in the original citation&lt;br /&gt;
** it might be used however in a citation, but I do not know exaclty how to cite it optimally (original article should be provided as well) &lt;br /&gt;
* '''IMPORTANT: Article Retraction'''&lt;br /&gt;
** an article may be retracted because of plagiarism or some other flaw&lt;br /&gt;
** this should not be used any further in the research&lt;br /&gt;
** however, it might be used e.g. for an article on plagiarism or flawed research&lt;br /&gt;
** there should be therefore one field storing this information, too, and a link to:&lt;br /&gt;
** the published withdrawal letter (which explains why the article was retracted)&lt;br /&gt;
&lt;br /&gt;
* this issue may need a time-controlled event&lt;br /&gt;
* '''IMPORTANT: electronic publishing ahead of print (EPUB)'''&lt;br /&gt;
** more and more articles are initially posted online, before the published article gets actually printed&lt;br /&gt;
** How should this be used/cited?&lt;br /&gt;
** Is this changed, after the print version becomes available?&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Outstanding Issues ==&lt;br /&gt;
The 3 main points i (Brian) came across so far are:&lt;br /&gt;
1) IDENTIFIERS&lt;br /&gt;
2) FORMAT TYPES&lt;br /&gt;
3) NESTING&lt;br /&gt;
&lt;br /&gt;
1) In hCard/hCalendar there is a UID field. Added with URL it makes for a great unique identifier. There are loads of other identifers besides URL, ISBN, LOC call number, SKU, ISSN, etc. Many of these are unique in their domain, but not globally unique. So how to they get marked-up? Much like the hCard TEL/ADR properties, we can use something like:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;uid&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;type&amp;quot;&amp;gt;ISBN&amp;lt;/span&amp;gt;: &amp;lt;span&lt;br /&gt;
class=&amp;quot;value&amp;quot;&amp;gt;123456&amp;lt;/span&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
This makes the encoding the most extensible... if we start use class=&amp;quot;isbn&amp;quot; then it is an enumerated list, with class=&amp;quot;type&amp;quot; it is open ended.&lt;br /&gt;
&lt;br /&gt;
2) I keep mis-using &amp;quot;format&amp;quot;, format is the medium - hardback, softback. The TYPE (there probably is a better word - container?) is book, article, conference, manifesto, etc. Much like the identifers we can make an enumerated list of values, class=&amp;quot;book&amp;quot;, class=&amp;quot;article&amp;quot;, but that boxes us in, whereas something like: &amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;span class=&amp;quot;type&amp;quot;&amp;gt;article&amp;lt;/span&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt; leaves things more open.&lt;br /&gt;
&lt;br /&gt;
3) Nesting citation data in a citation. The ability to nest the same microformat inside itself is something that other microformats don't explicitly handle.&lt;br /&gt;
&lt;br /&gt;
The two options are:&lt;br /&gt;
i) Using class=&amp;quot;book&amp;quot;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;hcite&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;div class=&amp;quot;book&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Book Title&amp;lt;/span&amp;gt;&lt;br /&gt;
  &amp;lt;div class=&amp;quot;chapter&amp;quot;&amp;gt;&lt;br /&gt;
     &amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Chapter Title&amp;lt;/span&amp;gt;&lt;br /&gt;
  &amp;lt;/div&amp;gt;&lt;br /&gt;
 &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&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 makes things easy to nest and to figure out exactly what is&lt;br /&gt;
associated with what, but the downside is that we have enumerated&lt;br /&gt;
lists of values for the class properties.&lt;br /&gt;
&lt;br /&gt;
ii) using the TYPE for book&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;hcite&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;div class=&amp;quot;type&amp;quot;&amp;gt;book&amp;lt;/div&amp;gt;&lt;br /&gt;
 &amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Book Title&amp;lt;/span&amp;gt;&lt;br /&gt;
 &amp;lt;div class=&amp;quot;type&amp;quot;&amp;gt;chapter&amp;lt;/div&amp;gt;&lt;br /&gt;
 &amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Chapter Title&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
now the class=&amp;quot;fn&amp;quot; is not nested inside the class=&amp;quot;book&amp;quot; or&lt;br /&gt;
class=&amp;quot;chapter&amp;quot; so there would have to be some other mechanism to&lt;br /&gt;
associate the data with the type.&lt;br /&gt;
&lt;br /&gt;
== Brian's Straw format ==&lt;br /&gt;
&lt;br /&gt;
=== implied schema (examples) ===&lt;br /&gt;
 + publisher&lt;br /&gt;
 + language&lt;br /&gt;
 + description&lt;br /&gt;
 + title&lt;br /&gt;
 + creator&lt;br /&gt;
 + journal&lt;br /&gt;
 + volume&lt;br /&gt;
 + issue&lt;br /&gt;
 + page &lt;br /&gt;
 + edition&lt;br /&gt;
 + identifier&lt;br /&gt;
 + tags&lt;br /&gt;
 + format&lt;br /&gt;
 + date published&lt;br /&gt;
 + copyright&lt;br /&gt;
 - audience&lt;br /&gt;
&lt;br /&gt;
=== implied schema (formats) ===&lt;br /&gt;
 + publisher&lt;br /&gt;
 + language&lt;br /&gt;
 + description&lt;br /&gt;
 + title&lt;br /&gt;
 + creator&lt;br /&gt;
 + volume&lt;br /&gt;
 + pages&lt;br /&gt;
 + edition&lt;br /&gt;
 + issue&lt;br /&gt;
 + identifier&lt;br /&gt;
 + tags&lt;br /&gt;
 + format&lt;br /&gt;
 + date published&lt;br /&gt;
 + date copyrighted&lt;br /&gt;
 - subtitle&lt;br /&gt;
 - image &lt;br /&gt;
 - excerpt&lt;br /&gt;
 - index terms&lt;br /&gt;
 - series title&lt;br /&gt;
 - publication&lt;br /&gt;
 - journal&lt;br /&gt;
 - part (1 of X)&lt;br /&gt;
&lt;br /&gt;
UNION of the two schemas&lt;br /&gt;
 + (PLUS) means common properties&lt;br /&gt;
 - (MINUS) means unique to the schema&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Working straw schema ===&lt;br /&gt;
&lt;br /&gt;
This list records discussion about the common schema from above. The format is ''descriptive-name'' (''optional-recommended-element'' ' ''class-name'') (''link to explanation'').&lt;br /&gt;
&lt;br /&gt;
If there is no explanation link, that field should be considered either obvious or up for debate. If you're not sure which, it's up for debate.&lt;br /&gt;
&lt;br /&gt;
* root element ('hcite') ([http://microformats.org/wiki?title=citation-brainstorming#.27hcite.27_as_Root_Element_name explanation])&lt;br /&gt;
** title ('title')&lt;br /&gt;
** Author / Editor etc. ('creator')&lt;br /&gt;
** Volume Number ('volume')&lt;br /&gt;
** Pages ('pages')&lt;br /&gt;
*** note: this can be any value &lt;br /&gt;
** Edition ('edition')&lt;br /&gt;
** Issue number ('issue')&lt;br /&gt;
** Tags (href rel='tag')&lt;br /&gt;
** Format ('format')&lt;br /&gt;
*** Note - this is unclear at present - does format mean 'type', as in 'book' vs. 'article'? --[[User:Mike|Mike]] 22:53, 16 Jan 2007 (PST)&lt;br /&gt;
** date published&lt;br /&gt;
** date copyrighted&lt;br /&gt;
** publisher&lt;br /&gt;
** language&lt;br /&gt;
** Abstract / description ('description')&lt;br /&gt;
** URI (href class='uri') ([http://microformats.org/wiki?title=citation-brainstorming#The_URI_Element explanation])&lt;br /&gt;
** identifier&lt;br /&gt;
*** an (not necessarily globally unique) identifier, such as a cite-key, pubmed ID number, or simply the reference number or string within a publication ([1] or [CLRS2001])&lt;br /&gt;
&lt;br /&gt;
=== Examples ===&lt;br /&gt;
&lt;br /&gt;
Markup examples using the above format:&lt;br /&gt;
&lt;br /&gt;
==== Book ====&lt;br /&gt;
&lt;br /&gt;
This is Brian's original example&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;ul class=&amp;quot;bibliography&amp;quot;&amp;gt;&lt;br /&gt;
	&amp;lt;li class=&amp;quot;hcite&amp;quot; xml:lang=&amp;quot;en-gb&amp;quot;&amp;gt;&lt;br /&gt;
	&lt;br /&gt;
		&amp;lt;!-- publisher data as hCard--;&lt;br /&gt;
		&amp;lt;div class=&amp;quot;publisher vcard&amp;quot;&amp;gt;&lt;br /&gt;
			&amp;lt;span class=&amp;quot;fn org&amp;quot;&amp;gt;ABC Publishing Co.&amp;lt;/span&amp;gt;&lt;br /&gt;
			&amp;lt;span class=&amp;quot;country-name&amp;quot;&amp;gt;United Kingdom&amp;lt;/span&amp;gt;&lt;br /&gt;
			...&lt;br /&gt;
		&amp;lt;/div&amp;gt;&lt;br /&gt;
		&lt;br /&gt;
		&amp;lt;!-- author(s) data as hCard --&amp;gt;&lt;br /&gt;
		&amp;lt;div class=&amp;quot;creator vcard&amp;quot;&amp;gt;&lt;br /&gt;
			&amp;lt;span class=&amp;quot;fn n&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;given-name&amp;quot;&amp;gt;John &amp;lt;span class=&amp;quot;family-name&amp;quot;&amp;gt;Doe&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
			...&lt;br /&gt;
		&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
		&amp;lt;!-- location data --&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Foobar!&amp;lt;/span&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;description&amp;quot;&amp;gt;World Class Book about foobar&amp;lt;/span&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;volume&amp;quot;&amp;gt;1&amp;lt;/span&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;issue&amp;quot;&amp;gt;1&amp;lt;/span&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;edition&amp;quot;&amp;gt;1&amp;lt;/span&amp;gt;&lt;br /&gt;
		&amp;lt;span class=;pages&amp;quot;&amp;gt;1-10&amp;lt;/span&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;format&amp;quot;&amp;gt;article&amp;lt;/span&amp;gt;&lt;br /&gt;
		&lt;br /&gt;
		&amp;lt;!-- differed to the UID debate --&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;identifier&amp;quot;&amp;gt;12345678&amp;lt;/span&amp;gt;&lt;br /&gt;
		&lt;br /&gt;
		&amp;lt;!-- keywords --&amp;gt;&lt;br /&gt;
		&amp;lt;a class=&amp;quot;keyword&amp;quot; rel=&amp;quot;tag&amp;quot; href=&amp;quot;/tags/foo&amp;quot;&amp;gt;foo&amp;lt;/a&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;keyword&amp;quot;&amp;gt;bar&amp;lt;/span&amp;gt;&lt;br /&gt;
		&lt;br /&gt;
		&amp;lt;!-- date properties --&amp;gt;&lt;br /&gt;
		Published &amp;lt;abbr class=&amp;quot;dtpublished&amp;quot; title=&amp;quot;20060101&amp;quot;&amp;gt;January 1st 1006&amp;lt;/abbr&amp;gt;&lt;br /&gt;
		Copyright &amp;lt;abbr class=&amp;quot;copyright&amp;quot; title=&amp;quot;20060101&amp;quot;&amp;gt;2006&amp;lt;/abbr&amp;gt;&lt;br /&gt;
	&amp;lt;/li&amp;gt;&lt;br /&gt;
	...&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p class=&amp;quot;hcite&amp;quot;&amp;gt;Have you read ;span class=&amp;quot;title&amp;quot;&amp;gt;&amp;lt;abbr title=&amp;quot;book&amp;quot; class=&amp;quot;format&amp;quot;&amp;gt;Foo Bar&amp;lt;/abbr&amp;gt;&amp;lt;/span&amp;gt;? &lt;br /&gt;
It was written by &amp;lt;span class=&amp;quot;author vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;John Doe&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;. &lt;br /&gt;
It only came out a &amp;lt;abbr class=&amp;quot;dtpublished&amp;quot; title=&amp;quot;20060101&amp;quot;&amp;gt;few months ago&amp;lt;/abbr&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Note: the &amp;quot;format&amp;quot; property above is incorrect. Format would refer more the physical characteristics of an item, rather than its type or genre (e.g. &amp;quot;article&amp;quot;, &amp;quot;book&amp;quot;, etc.). I'd rather have the main class for the li be &amp;quot;article&amp;quot; in this context, than the fairly meaningless &amp;quot;citation.&amp;quot;  Of course, one could have both, which would be fine too. -- bruce&lt;br /&gt;
&lt;br /&gt;
Note: Could we use ROLE from hCard to identify editors, translators, authors, etc?&lt;br /&gt;
This was discussed on the mailing list and the idea was dropped [http://microformats.org/discuss/mail/microformats-discuss/2006-September/005694.html]&lt;br /&gt;
&lt;br /&gt;
'''Comments''' : [[User:Singpolyma|singpolyma]] 08:03, 16 Jun 2006 (PDT) : keywords should be [[rel-tag]], and probably also [[XOXO]] (the same way the citation list is)&lt;br /&gt;
&lt;br /&gt;
[[User:RCanine|RCanine]] 11:55, 18 Dec 2006 (EST) :&lt;br /&gt;
&lt;br /&gt;
* Is there a reason not to re-use &amp;quot;published&amp;quot; from hAtom instead of inventing a new, basically equivalent term in &amp;quot;dtpublished&amp;quot;?&lt;br /&gt;
* Is the root element &amp;quot;hCite&amp;quot; or &amp;quot;citation&amp;quot;. Let me root for &amp;quot;citation&amp;quot; as that semantically describes the content--similar to hCard's root class of &amp;quot;vcard&amp;quot;.&lt;br /&gt;
* Missing a URL/URI/IRI/UID etc. field example (ISBN for Book).&lt;br /&gt;
* Does the &amp;quot;copyright&amp;quot; class conflict with [http://www.whatwg.org/specs/web-apps/current-work/#class WHATWG's definition]?&lt;br /&gt;
* WRT Bruce's comment, I'm currently using class=&amp;quot;article citation&amp;quot; for my writing, as it has the most flexibility with CSS styles for titles (e.g. Book titles .citation&amp;gt;.fn must be italicized, while article titles must not, their container should).&lt;br /&gt;
* Speaking of containers, we need an &amp;quot;in&amp;quot; or &amp;quot;collection&amp;quot; field for journal articles or articles-in-books, or is that covered by &amp;quot;publisher&amp;quot;?&lt;br /&gt;
&lt;br /&gt;
==== Citing Private Communication ====&lt;br /&gt;
&lt;br /&gt;
Needs an example.&lt;br /&gt;
&lt;br /&gt;
==== Citing Legal Cases ====&lt;br /&gt;
Needs an example. &lt;br /&gt;
see [http://microformats.org/wiki/citation-examples-markup#Wikipedia_Court_Case Wikipedia example] for inspiration.&lt;br /&gt;
&lt;br /&gt;
==== Citing a Book ====&lt;br /&gt;
&lt;br /&gt;
needs an example&lt;br /&gt;
&lt;br /&gt;
==== Citing a journal article ====&lt;br /&gt;
&lt;br /&gt;
needs an example &lt;br /&gt;
&lt;br /&gt;
==== Citing a magazine article ====&lt;br /&gt;
&lt;br /&gt;
needs an example&lt;br /&gt;
&lt;br /&gt;
==== Citing a Patent ====&lt;br /&gt;
&lt;br /&gt;
Drawn from this [http://microformats.org/wiki/citation-examples#U.S._Patent example from Wikipedia]:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;li class=&amp;quot;hcite&amp;quot;&amp;gt;&amp;lt;a href=&amp;quot;http://patft.uspto.gov/netacgi/nph-Parser?patentnumber=4,405,829&amp;quot; class=&amp;quot;url&amp;quot; &lt;br /&gt;
    title=&amp;quot;http://patft.uspto.gov/netacgi/nph-Parser?patentnumber=4,405,829&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;format&amp;quot;&amp;gt;U.S. Patent&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;identifier&amp;quot;&amp;gt;4,405,829&amp;lt;/span&amp;gt;&amp;lt;/a&amp;gt;:&lt;br /&gt;
    &amp;lt;span class=&amp;quot;description&amp;quot;&amp;gt;The &amp;lt;a href=&amp;quot;/wiki/RSA&amp;quot; title=&amp;quot;RSA&amp;quot;&amp;gt;RSA&amp;lt;/a&amp;gt; patent, a famous software patent on the ground-breaking &lt;br /&gt;
    and highly unobvious algorithm for public key encryption, widely used for secure communications &lt;br /&gt;
    in many industries nowdays&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Citing a conference publication====&lt;br /&gt;
&lt;br /&gt;
Based on the [http://microformats.org/wiki/citation-examples#ACM_Digital_Library_Search_Result_Examples conference publication reference example].&lt;br /&gt;
&lt;br /&gt;
Changed Oct 06 to conform with [http://microformats.org/wiki/citation-brainstorming#Brian.27s_Straw_format Brian's format]. --[[User:Mike|Mike]] 18:09, 12 Oct 2006 (PDT)&lt;br /&gt;
(everything but the url class should be in line with that proposal)&lt;br /&gt;
&lt;br /&gt;
L. Hochstein, J. Carver, F. Shull, S. Asgari, V. Basili, J. K. Hollingsworth, and M. Zelkowitz, “Hpc programmer productivity: A case study of novice hpc programmers,” in Proceedings of ACM/IEEE Supercomputing Conference, 2005.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;cite class=&amp;quot;hcite&amp;quot;&amp;gt;&lt;br /&gt;
	&amp;lt;span class=&amp;quot;creator vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Lorin Hochstein&amp;lt;/span&amp;gt;&amp;lt;span class=&amp;quot;org&amp;quot;&amp;gt; University of Maryland, College Park &amp;lt;/span&amp;gt;&amp;lt;span&amp;gt;,&lt;br /&gt;
	&amp;lt;span class=&amp;quot;creator vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt; Jeff Carver &amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;org&amp;quot;&amp;gt; Mississippi State University &amp;lt;/span&amp;gt; &amp;lt;span&amp;gt;,&lt;br /&gt;
	&amp;lt;span class=&amp;quot;creator vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt; Forrest Shull &amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;org&amp;quot;&amp;gt; Fraunhofer Center Maryland &amp;lt;/span&amp;gt; &amp;lt;span&amp;gt;,&lt;br /&gt;
	&amp;lt;span class=&amp;quot;creator vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt; Sima Asgari&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;org&amp;quot;&amp;gt; University of Maryland, College Park &amp;lt;/span&amp;gt; &amp;lt;span&amp;gt;,&lt;br /&gt;
	&amp;lt;span class=&amp;quot;creator vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt; Victor Basili&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;org&amp;quot;&amp;gt; Fraunhofer Center Maryland &amp;lt;/span&amp;gt; &amp;lt;span&amp;gt;,&lt;br /&gt;
	&amp;lt;span class=&amp;quot;creator vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt; Jeffrey K. Hollingsworth&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;org&amp;quot;&amp;gt; University of Maryland, College Park &amp;lt;/span&amp;gt; &amp;lt;span&amp;gt;, and &lt;br /&gt;
	&amp;lt;span class=&amp;quot;creator vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt; Marv Zelkowitz&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;org&amp;quot;&amp;gt; University of Maryland, College Park &amp;lt;/span&amp;gt; &amp;lt;span&amp;gt;,&lt;br /&gt;
	&amp;lt;a class=&amp;quot;fn url&amp;quot; href=&amp;quot;http://dx.doi.org/10.1109/SC.2005.53&amp;quot;&amp;gt;HPC Programmer Productivity: A Case Study of Novice HPC Programmers&amp;lt;/a&amp;gt;. &lt;br /&gt;
        (&amp;lt;span class=&amp;quot;format&amp;quot;&amp;gt;conference publication&amp;lt;/span&amp;gt;)&lt;br /&gt;
	&amp;lt;cite class=&amp;quot;container hcite&amp;quot;&amp;gt;&lt;br /&gt;
	&amp;lt;a class=&amp;quot;fn url&amp;quot; href=&amp;quot;...&amp;quot;&amp;gt;Proceedings of ACM/IEEE Supercomputing Conference&amp;lt;/a&amp;gt;&lt;br /&gt;
	&amp;lt;abbr class=&amp;quot;dtpublished&amp;quot; title=&amp;quot;20051126T0000-0800&amp;quot;&amp;gt;2005&amp;lt;/abbr&amp;gt;&lt;br /&gt;
	&amp;lt;/cite&amp;gt;&lt;br /&gt;
	page &amp;lt;span class=&amp;quot;pages&amp;quot;&amp;gt;35&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;publisher vcard&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;span class=&amp;quot; fn&amp;quot;&amp;gt;IEEE Computer Society&lt;br /&gt;
   &amp;lt;/span&amp;gt;&lt;br /&gt;
    &amp;lt;div class=&amp;quot;adr&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;Washington&amp;lt;/span&amp;gt;,&lt;br /&gt;
      &amp;lt;span class=&amp;quot;region&amp;quot;&amp;gt;DC&amp;lt;/span&amp;gt;&lt;br /&gt;
    &amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;a class=&amp;quot;url instantiation&amp;quot; href=&amp;quot;http://portal.acm.org/ft_gateway.cfm?id=1105800&amp;amp;type=pdf&amp;amp;coll=portal&amp;amp;dl=ACM&amp;amp;CFID=68330711&amp;amp;CFTOKEN=39187329&amp;quot;&amp;gt;PDF of full text from ACM&amp;lt;/a&amp;gt;&lt;br /&gt;
&lt;br /&gt;
	DOI: &amp;lt;a class=&amp;quot;url uid&amp;quot; href=&amp;quot;http://dx.doi.org/10.1109/SC.2005.53&amp;quot;&amp;gt;10.1109/SC.2005.53&amp;lt;/a&amp;gt;&lt;br /&gt;
        Tags: &lt;br /&gt;
    &amp;lt;a class=&amp;quot;keyword&amp;quot; rel=&amp;quot;tag&amp;quot; href=&amp;quot;results.cfm?query=genterm%3A%22Design%22 ...&amp;quot;&amp;gt;&lt;br /&gt;
							Design&amp;lt;/a&amp;gt;,&lt;br /&gt;
     &amp;lt;a class=&amp;quot;keyword&amp;quot; rel=&amp;quot;tag&amp;quot; href=&amp;quot;results.cfm?query=genterm%3A%22Experimentation%22 ....&amp;quot;&amp;gt;&lt;br /&gt;
							 Experimentation&amp;lt;/a&amp;gt;,&lt;br /&gt;
     &amp;lt;a class=&amp;quot;keyword&amp;quot; rel=&amp;quot;tag&amp;quot; href=&amp;quot;results.cfm?query=genterm%3A%22Measurement%22...&amp;quot;&amp;gt;&lt;br /&gt;
							 Measurement&amp;lt;/a&amp;gt;,&lt;br /&gt;
     &amp;lt;a class=&amp;quot;keyword&amp;quot; rel=&amp;quot;tag&amp;quot; href=&amp;quot;results.cfm?query=genterm%3A%22Performance%22 ...&amp;quot;&amp;gt;&lt;br /&gt;
							 Performance&amp;lt;/a&amp;gt;&lt;br /&gt;
&lt;br /&gt;
	&amp;lt;blockquote class=&amp;quot;description&amp;quot;&amp;gt;In developing High-Performance Computing (HPC) software, time to solution is an important metric. This metric is comprised of two main components: the human effort required developing the software, plus the amount of machine time required to execute it. To date, little empirical work has been done to study the first component: the human effort required and the effects of approaches and practices that may be used to reduce it. In this paper, we describe a series of studies that address this problem. We instrumented the development process used in multiple HPC classroom environments. We analyzed data within and across such studies, varying factors such as the parallel programming model used and the application being developed, to understand their impact on the development process.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
  &amp;lt;/cite&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Note''' (From [[Discoleo]], Sept. 06)&lt;br /&gt;
* sometimes, the citation must include '''Town/Country''' and '''Precise Date/Date Range''', e.g.&lt;br /&gt;
** ''Gillespie SH, Dickens A.'' Variation in mutation rate of quinolone resistance in Streptococcus pneumoniae [abstract P06-17A]. In: Abstracts of the 3rd International Symposium on Pneumococci and Pneumococcal Disease (Anchorage, 5-9 May 2002).Washington, DC: American Society of Microbiology, 2002.&lt;br /&gt;
** ''Bassetti, M.; Righi, E.; Rebesco, B.; Molinari, MP.; Costa, A.; Fasce, R.; Cruciani, M.; Bassetti, D.; Bobbio Pallavicini, F.'' 44th Annual Interscience Conference on Antimicrobial Agents and Chemotherapy (ICAAC). Washington, DC; 2004. Epidemiological trends in nosocomial candidemia in ICU: A five-year Italian perspective.&lt;br /&gt;
** ''Peacock JE, Wade JC, Lazarus HM, et al.'' Ciprofloxacin/piperacillin vs. tobramycin/piperacillin as empiric therapy for fever in neutropenic cancer patients, a randomized, double-blind trial [abstract 373]. In: Program and abstracts of the 37th Interscience Conference on Antimicrob Agents and Chemotherapy (Toronto). Washington, DC: American Society for Microbiology, 1997.&lt;br /&gt;
&lt;br /&gt;
==== Citing an external website ====&lt;br /&gt;
&lt;br /&gt;
This is based on a formal citation of a website in the references section of a research paper, but could also be used for in-line links that had added information. Here's the original:&lt;br /&gt;
&lt;br /&gt;
[25] David Stern, &amp;quot;eprint Moderator Model&amp;quot;, http://www.library.yale.edu/scilib/modmodexplain.html  (version dated Jan 25, 1999)&lt;br /&gt;
 &lt;br /&gt;
 &amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;cite class=&amp;quot;hcite&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;a class=&amp;quot;fn url&amp;quot; href=&amp;quot;http://www.library.yale.edu/scilib/modmodexplain.html&amp;quot;&amp;gt;eprint Moderator Model&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;author vcard&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;a href=&amp;quot;http://pantheon.yale.edu/~dstern/dsbio.html&amp;quot; class=&amp;quot;url fn&amp;quot;&amp;gt;David Stern&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;/span&amp;gt;  &lt;br /&gt;
&amp;lt;abbr class=&amp;quot;dtpublished&amp;quot; title=&amp;quot;19990125T0000-0500&amp;quot;&amp;gt;&lt;br /&gt;
    Jan 25, 1999&lt;br /&gt;
  &amp;lt;/abbr&amp;gt;&lt;br /&gt;
&amp;lt;/cite&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Discussion of Straw Format elements ===&lt;br /&gt;
&lt;br /&gt;
This section is to provide explanations for posterity about the elements of the straw format, linking to discussions on the list and elsewhere if possible.&lt;br /&gt;
&lt;br /&gt;
==== 'hcite' as Root Element name ====&lt;br /&gt;
&lt;br /&gt;
This discussion took place in January of 2007, with voting occurring on the mailing list in the thread starting with this message: [http://microformats.org/discuss/mail/microformats-discuss/2007-January/008098.html  '[citation] citation root element'].&lt;br /&gt;
&lt;br /&gt;
It was decided to use 'hcite' as the root element name for uniqueness and to reflect a trend in using 'h' to start microformat names.&lt;br /&gt;
&lt;br /&gt;
==== The URI Element ====&lt;br /&gt;
&lt;br /&gt;
It was decided to use URI for both http links to available copies or URNs.&lt;br /&gt;
This encompasses URLs that link directly to online copies as well as through resolvers using URIs such as urn:isbn: 0521890012&lt;br /&gt;
&lt;br /&gt;
See the discussion from [http://microformats.org/discuss/mail/microformats-discuss/2006-November/007390.html november] and [http://microformats.org/discuss/mail/microformats-discuss/2006-December/007403.html december].&lt;br /&gt;
&lt;br /&gt;
== Old straw format discussion ==&lt;br /&gt;
&lt;br /&gt;
Saved here so that I'm not just deleting people's comments.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Mike straw format suggestion (Deprecated) ===&lt;br /&gt;
&lt;br /&gt;
In the interests of starting debate and having something concrete to fix, I suggest the following structure for a format. It is probably very incomplete and I claim no microformat expertise. I'm just trying to follow existing patterns. Comments and ridicule are both solicited. -Mike&lt;br /&gt;
&lt;br /&gt;
'''NOTE:''' This format is here for historical reference. Because it was not based on existing examples, I've deprecated it and contributed examples to Brian's format. If you feel that any missing elements in here should be in the final format, find examples for them and contribute to Brian's schema. Thanks! --[[User:Mike|Mike]] 18:22, 12 Oct 2006 (PDT)&lt;br /&gt;
&lt;br /&gt;
==== In General ====&lt;br /&gt;
&lt;br /&gt;
The ''citation'' format is based on a set of fields common to many bibliographic data formats, which are often implied by standard citation display styles but not explicitly marked up in practice on the web.&lt;br /&gt;
&lt;br /&gt;
==== Schema ====&lt;br /&gt;
&lt;br /&gt;
The citation schema consists of the following:&lt;br /&gt;
&lt;br /&gt;
* cite &lt;br /&gt;
** title: required, text (class = fn)&lt;br /&gt;
** subtitle: optional, text&lt;br /&gt;
** authors: optional, use hCard&lt;br /&gt;
** publication date: optional&lt;br /&gt;
** link(s) to instantiations, optional, url or use rel-enclosure? (class=url)&lt;br /&gt;
** UID, optional (for ISBN, DOI - use existing uid class) | permalink&lt;br /&gt;
** series (aka volume/issuenum) , optional (''not as sure how to handle these - suggestions?'')&lt;br /&gt;
** pages: startpage &amp;amp; endpage, optional, text&lt;br /&gt;
** venue, optional (hCard)&lt;br /&gt;
** publisher, optional (hCard)&lt;br /&gt;
** container: optional (nested hCite)&lt;br /&gt;
** abstract, optional (blockquote + class=&amp;quot;abstract&amp;quot; ?)&lt;br /&gt;
** notes, optional (blockquote + class=&amp;quot;notes&amp;quot; ?)&lt;br /&gt;
** keywords, optional (rel-tag)&lt;br /&gt;
** image, optional (for inclusion inline, unlike the url)&lt;br /&gt;
** copyright, optional (rel-license)&lt;br /&gt;
** ''what else am I missing?''&lt;br /&gt;
*** language, optional&lt;br /&gt;
&lt;br /&gt;
''Looks good, but I question the use of hCard for names. Due to ambiguity issues, requring hCard would lead to extra markup in order to apply just a name, hence [http://microformats.org/discuss/mail/microformats-discuss/2006-March/003487.html the need for a root element]. We should extract the N optimization of hCard like we did with adr, in order to ease this problem.'' --[[User:RCanine|Ryan Cannon]]&lt;br /&gt;
&lt;br /&gt;
Perhaps a Retrieved Date or Access Date would be appropriate for citing online resources. For example at http://www.crlt.umich.edu/publinks/facment_biblio.html &lt;br /&gt;
you see citations like this&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
Chief Academic Officers of the Big 12 Universities (2000). Big 12 Faculty Fellowship Program. Retrieved December 20, 2000 from the World Wide Web: http://www.k-state.edu/provost/academic/big12/big12guide.htm.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
--[[User:JoeAndrieu|Joe Andrieu]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Discussion about citing legal cases ====&lt;br /&gt;
&lt;br /&gt;
Here's some info I found about citing law:&lt;br /&gt;
&lt;br /&gt;
I'm not a lawyer, so I'm relying on the published [http://www.legalbluebook.com &amp;quot;blue book&amp;quot; standard], at least the only part of it I can get without paying $25. I'd be happy to hear improvements from experts in the field - how do lawyers mark up references to case law in HTML now?&lt;br /&gt;
&lt;br /&gt;
From groklaw.net and eff.org, I find mostly just links to PDFs with the name of the case as the link text. Or just this, from EFF:&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;h1&amp;gt;The Betamax Case&amp;lt;/h1&amp;gt;&lt;br /&gt;
&amp;lt;h2&amp;gt;Sony Corp. of America v. Universal City Studios, 464 U.S. 417 (1984)&amp;lt;/h2&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
From an example at the sample bluepages: http://www.legalbluebook.com/pdfs/bluepages.pdf&lt;br /&gt;
5 basic components:&lt;br /&gt;
*1 name of the case (citation title)&lt;br /&gt;
*2 published source in which case may be found (citation containing publication?)&lt;br /&gt;
*3 a parenthetical indicating the court and year of decision (citation venue?)&lt;br /&gt;
*4 other parenthetical information, if any (citation notes?)&lt;br /&gt;
*5 subsequent history of the case, if any (citation notes?)&lt;br /&gt;
&lt;br /&gt;
Here's two examples from the bluebook. Note that there are very strict rules about abbreviations in that source!&lt;br /&gt;
&lt;br /&gt;
Holland v. Donnelly, 216 F. Supp. 2d 227, 230 (S.D.N.Y. 2002), aff'd, 324 F.3d 99 (2d Cir. 2003).&lt;br /&gt;
&lt;br /&gt;
Green v. Georgia, 442 U.S. 95, 97 (1979) (per curiam) (holding that exclusion of relevant evidence at sentencing hearing constitutes denial of due process).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== discussions ==&lt;br /&gt;
* [[citation-irc-notes-2006-04-09]]&lt;/div&gt;</summary>
		<author><name>Mike</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=citation-brainstorming&amp;diff=12564</id>
		<title>citation-brainstorming</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=citation-brainstorming&amp;diff=12564"/>
		<updated>2007-01-17T07:11:52Z</updated>

		<summary type="html">&lt;p&gt;Mike: too quick with the control-s: last edit changed some examples to use 'hcite' as the root class name. This edit fixes a typo that has been around since the beginning of the page.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h1&amp;gt; Citation Brainstorming &amp;lt;/h1&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* [[citation]]&lt;br /&gt;
* [[citation-examples]]&lt;br /&gt;
* [[citation-formats]]&lt;br /&gt;
* [[citation-faq]]&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
== Contributors ==&lt;br /&gt;
&lt;br /&gt;
* ...&lt;br /&gt;
* ... (a bunch of good folks!)&lt;br /&gt;
* Tantek Çelik&lt;br /&gt;
* Tim White&lt;br /&gt;
* Michael McCracken&lt;br /&gt;
* Brian Suda&lt;br /&gt;
* [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
&lt;br /&gt;
== Use Cases ==&lt;br /&gt;
&lt;br /&gt;
To focus the discussion, please add use cases below that will help show what problems the citation microformat will be solving.&lt;br /&gt;
&lt;br /&gt;
I've included two, focusing on consuming information - I've assumed that use cases for generating microformatted content would just involve the desire to enable your content to be consumed better, but I'm interested to see if there's something I'm missing here -Mike&lt;br /&gt;
&lt;br /&gt;
=== Acquiring reference information from the web ===&lt;br /&gt;
&lt;br /&gt;
A user either finds an author's papers page, or is viewing the results of a search and would like to import the information about the displayed papers into their local reference database, for the purposes of cataloging things they've read, adding notes, and using the information to generate later citations, potentially in other forms, such as BibTeX or Docbook, for inclusion in a publication of their own.&lt;br /&gt;
&lt;br /&gt;
Notes: In this case, it isn't important to the user what format the citation takes as displayed on the page where they find it. What *is* important is that it contains enough information to allow generation of the format they will ultimately re-publish it in. This implies that it may be worthwhile to err a little on the side of verbosity.&lt;br /&gt;
&lt;br /&gt;
Also, links to downloadable full representations of the cited work are very important - e.g. a link to the PDF of a journal article, or to a music file.&lt;br /&gt;
&lt;br /&gt;
=== Subscribing to reading lists, periodicals, etc ===&lt;br /&gt;
&lt;br /&gt;
I would like to be able to leverage my news aggregator with hAtom to subscribe to a remote source for citation information, for example:&lt;br /&gt;
&lt;br /&gt;
* a reading list for a seminar&lt;br /&gt;
* The publication list for a conference (e.g., subscribe to SIGGRAPH and see the updated conference proceedings every year)&lt;br /&gt;
* the issues of a journal&lt;br /&gt;
* a particular research group or researcher's publications&lt;br /&gt;
* Not just research: a popular author's publications (e.g., [http://www.gladwell.com/archive.html Malcolm Gladwell's Archive])&lt;br /&gt;
&lt;br /&gt;
=== Aggregating reading lists and reviews ===&lt;br /&gt;
&lt;br /&gt;
A citation microformat-specific aggregator could provide a decentralized version of [http://citeulike.org/ CiteULike]. Libraries, authors, research groups, and publishers could mark up their collections, while other people on weblogs or review sites could add tags and reviews.&lt;br /&gt;
&lt;br /&gt;
At least, having a well-adopted microformat would make writing tools like CiteULike much better, since it relies in some cases on screen-scraping publisher web-sites.&lt;br /&gt;
&lt;br /&gt;
=== Cut &amp;amp; Paste from web pages ===&lt;br /&gt;
Capturing/copying HTML from web pages for use in other applications (especially when those apps present HTML as output), such as pasting into Word, or a specialized application like [http://www.google.com/notebook Google Notebook], [http://onfolio.com Onfolio] or [http://www.kaboodle.com Kaboodle].  When such captures are made, it makes sense to keep track of the full citation data, including the date it was accessed, which may or may not be the date it was published. &lt;br /&gt;
&lt;br /&gt;
=== Blogs quoting other resources, including blogs ===&lt;br /&gt;
Any blog that cites online content, whether a blog or news article, could use an hCitation to properly link to the cited reference. Such citations could include the access date when the blogger made the citation, because resources on the other side of those links can change without notice. &lt;br /&gt;
&lt;br /&gt;
Instead, today we have simple formating with a link to the permaURL. The citation data is completely lacking. See [http://doc.weblogs.com Doc Searl's blog] for a style of referencing that could benefit from proper a citation uF.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Fascinating... after I added the last two use cases, I realized they focus on potentially marginal cases. The first because it is missing the &amp;quot;output&amp;quot; part of the cut &amp;amp; paste, where the uF would actually be used as part of the paste.  The latter because bloggers have a working citation mechanism that is just a link to the URL (hopefully a permaURL). One could argue they wouldn't want a full hCitation. And in fact, until a tool exists that makes it easy, they probably won't.  However, a tool that cuts &amp;amp; pastes from anywhere on the web into a blog with a full citation seems like a nice tool.  But again, I'm not really paving the cowpaths with these ideas. -Joe Andrieu&lt;br /&gt;
&lt;br /&gt;
===Finding in Library===&lt;br /&gt;
Find a copy of the cited work in a nearby library (as with [http://ocoins.info/ OpenCOinS]). [[User:AndyMabbett|AndyMabbett]] 04:55, 4 Nov 2006 (PST)&lt;br /&gt;
&lt;br /&gt;
===Buy a copy===&lt;br /&gt;
Find the cited work on, for example, Amazon or [http://www.abebooks.com/ ABE]; or subscribe to a journal via its own website. [[User:AndyMabbett|AndyMabbett]] 04:55, 4 Nov 2006 (PST)&lt;br /&gt;
&lt;br /&gt;
===Find reviews===&lt;br /&gt;
Find third-party reviews of the cited work. [[User:AndyMabbett|AndyMabbett]] 04:55, 4 Nov 2006 (PST)&lt;br /&gt;
&lt;br /&gt;
== Original hBib Discussion ==&lt;br /&gt;
&lt;br /&gt;
During the WWW2005 Developer's Day [[microformats]] track, Rohit Khare gave a [[presentations|presentation]] where he discussed the microformats [[process]], and then did  a quick demonstration wherein a bunch of us got on a shared Subethaedit document, and brainstormed some thoughts on what an &amp;quot;hBib&amp;quot; bibliography citation microformat would look like.  Rohit placed the [http://cnlabs.commerce.net/~rohit/hBib%20Discussion.html document on his Commercenet site].&lt;br /&gt;
&lt;br /&gt;
* http://cnlabs.commerce.net/~rohit/hBib%20Discussion.html&lt;br /&gt;
&lt;br /&gt;
''An attempt to summarize and inline the linked document follows. -Mike''&lt;br /&gt;
&lt;br /&gt;
Two major goals were outlined by the group:&lt;br /&gt;
&lt;br /&gt;
* Avoid re-keying references&lt;br /&gt;
* Adapt to new journal styles by changing CSS&lt;br /&gt;
 &lt;br /&gt;
The fundamental problem was discussed in terms of display - the ability to transform XHTML+hBib into the many journal-specific formats. For example, how to display &amp;quot;et.al&amp;quot; when all authors are present in the source, and how to re-order the elements if a style defines a set order of elements that conflicts with the ordering in the source. Using hCard for authors was agreed on, and the beginnings of an example were shown.&lt;br /&gt;
&lt;br /&gt;
== XHTML Structure ==&lt;br /&gt;
With my exprience working X2V and hCa* has taught me what elememts are easy to find and which are not. Since the Citation microformat is very new it is possible to not make a lot of the same errors twice and to make things easier for extracting application to find and imply certain properties.&lt;br /&gt;
&lt;br /&gt;
* There should be some sort of 'root node' that implies all child elements are for the hCitation microformat.&lt;br /&gt;
* Since most people will have multiple citations there should be away to represent each hCitation object as a unqiue block independent of another. This is to keep the parse from finding 'author' and applying that to all citations. Each citation should be in a container (class=&amp;quot;hcite&amp;quot;) that is separated from others.&lt;br /&gt;
* Perhaps class=&amp;quot;hcite&amp;quot; with &amp;lt;code&amp;gt;&amp;amp;lt;cite&amp;amp;gt;&amp;lt;/code&amp;gt; recommended as the root element. E.g. &amp;lt;code&amp;gt;&amp;amp;lt;cite class=&amp;quot;hcite&amp;quot;&amp;amp;gt;&amp;lt;/code&amp;gt; &lt;br /&gt;
&lt;br /&gt;
'''Note: This section was the original content of the document. Since then, class='hcite' has been agreed on as the root class name. See  [http://microformats.org/wiki?title=citation-brainstorming#.27hcite.27_as_Root_Element_name explanation].'''&lt;br /&gt;
&lt;br /&gt;
== Citation vs. [[media-info]] ==&lt;br /&gt;
&lt;br /&gt;
What distinguishes a cite from say [[media-info]] (e.g. [[media-info-examples]]) is that a cite is a reference to something explicitly external to the current piece of content or document, whereas [[media-info]] describes information about content embedded or inline in the current document.&lt;br /&gt;
&lt;br /&gt;
== Semantic Meaning ==&lt;br /&gt;
One of the guiding priniciple of Microformats is to use the most semantically rich element to describe each node (Point 2 of Semantic XHTML Design Principles: Use the most accurately precise semantic XHTML building block for each object etc). Since we are dealing with HTML and citations, several elements are candidates to be used to enrich the semantic meaning. [http://www.w3.org/TR/REC-html40/struct/text.html CITE, BLOCKQUOTE, Q, A], (are there more?)&lt;br /&gt;
&lt;br /&gt;
The [[citation-brainstorming|Citation Brainstorming Page]] has a few development and ideas about how to give another person credit for a link. Some of the semantic ideas behind their choices of tags can be applied to a full bibliographic type reference. ''Does this sentence make sense only historically? -Mike''&lt;br /&gt;
&lt;br /&gt;
== OCLC's WorldCat for titles == &lt;br /&gt;
Question: what about using something like OCLC's [http://www.oclc.org/worldcat/open/isbnissnlinking/default.htm WorldCat] for linking titles? - Tim White&lt;br /&gt;
&lt;br /&gt;
== This and That ==&lt;br /&gt;
After reading through alot of different citation encoding formats, i noticed that each format was being used in onw of two ways. It was either to describe the Current page (THIS.PAGE) or being used to encode references that point to external resources (THAT.PAGE)&lt;br /&gt;
&lt;br /&gt;
The informatation being encoded was identical for both resources (author, date, name, etc) they just reference different things. For this microformat, i'm not sure if we want to try to solve both problems, or just one? The meta tags in the head element would be the ideal place for information about the THIS.PAGE, but that is not in following with the ideals of microformats where information is human-readable. The THAT.PAGE idea where a list of references is at the end of a document in the form of a bibliography is more inline with the ideals of a microformat where the data is human-readable. That doesn't mean that data about the current document shouldn't be human-readable, so some of the same properties used to reference extermal resources can be used for the current document (THIS.PAGE). To do this a different root item could be used and transforming applications could either extract the citation data about the current page, or information about this page's references.&lt;br /&gt;
&lt;br /&gt;
This is open for discussion, but either way, i believe that the properties used to describe a page will be the same for both THIS and THAT. [http://suda.co.uk/ brian suda]&lt;br /&gt;
&lt;br /&gt;
== More on This and That ==&lt;br /&gt;
&lt;br /&gt;
Citation microformats are being explored as a possibility for citing genealogical information at [http://eatslikeahuman.blogspot.com Dan Lawyer's blog].&lt;br /&gt;
&lt;br /&gt;
This is a case where frequently the citation would refer to (THIS.PAGE), but would have nested within it a reference to (THAT.PAGE), possibly a few levels deep. For instance, a web page might contain data extracted from a microfilm of a census. The citation would need to include information about the web page, information about the microfilm, and information about the census. Genealogical citations are expected to include the repository (where can this book or microfilm be found. Is this the same as ''venue''?). So, at each level the information should contain the repository of the referenced item. A nesting (recursive) mechanism for citation microformats would be useful in this case. Is this the function of the &amp;quot;container&amp;quot; element in the Straw Format?&lt;br /&gt;
&lt;br /&gt;
== Date Formatting ==&lt;br /&gt;
Since microformats are all about re-use and the accepted way to encode Date-Time has been pretty much settled, then this is a good place to start when dealing with all the different date citation types. &lt;br /&gt;
&lt;br /&gt;
These are all the different fields from various citation formats that are of temporal nature:&lt;br /&gt;
 * Date (available | created | dateAccepted | dateCopyrighted | dateSubmitted | issued | modified | valid)&lt;br /&gt;
 * originInfo/dateIssued&lt;br /&gt;
 * originInfo/dateCreated&lt;br /&gt;
 * originInfo/dateCaptured&lt;br /&gt;
 * originInfo/dateOther&lt;br /&gt;
 * month&lt;br /&gt;
 * year&lt;br /&gt;
 * Copyright Year&lt;br /&gt;
 * Date - Generic&lt;br /&gt;
 * Date of Confernce&lt;br /&gt;
 * Date of Publication&lt;br /&gt;
 * Date of update/revisou/issuance of database record&lt;br /&gt;
 * Former Date&lt;br /&gt;
 * Entry Date for Database Record&lt;br /&gt;
 * Database Update&lt;br /&gt;
 * Year of Publication&lt;br /&gt;
&lt;br /&gt;
There are several common properties across several citation domains and will certainly be in the citation microformat, the unique instances will need further consideration, otherwise there could be no end to posiblities. &lt;br /&gt;
&lt;br /&gt;
There are also several properties (year, month, Year of publication) that can be extracted from another source. Therefore, if you only encode a more specific property such as; Date of Publication, you can extract the 'year of publication' from that. Since the date-time format we are modeling after is the ISO date-time format, just the Year portion is an acceptable date. So if you ONLY know the year of publication, the you can form a valid 'Date of Publication' as a microformat (which inturn is a valid 'year of publication') - you milage may vary when it comes to importing into citation applications.&lt;br /&gt;
&lt;br /&gt;
...&lt;br /&gt;
&lt;br /&gt;
It seems to me that these can be collapsed to maybe one or two different date properties.  As far as the specific human readable formatting of the date, that can be chosen per whatever the presentation style guide says, and the [[datetime-design-pattern]] used to simplify the markup. - Tantek&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Important'''&lt;br /&gt;
Sometimes we need a date range and not simply a date (e.g. 4-6 May 2006). See ''Conference Citation'' examples later on this page. - Discoleo&lt;br /&gt;
&lt;br /&gt;
'''Seasons'''&lt;br /&gt;
Some journals have seasonal issues (e.g. &amp;quot;Summer 2006 edition&amp;quot;) instead of, or as well as, editions labelled by month or other calendar-date. [[User:AndyMabbett|AndyMabbett]] 05:05, 4 Nov 2006 (PST)&lt;br /&gt;
&lt;br /&gt;
== Tags ==&lt;br /&gt;
Some of the citation formats has a place for 'keywords' or 'generic tags', etc. This might be a good place to re-use the [http://microformats.org/wiki/rel-tag RelTag microformat]. The downside would be that they are then forced to be links, which might be the correct way to mark-up these terms.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== MARC / MODS / Dublin Core ==&lt;br /&gt;
&lt;br /&gt;
The MODS ([http://www.loc.gov/standards/marcxml/Sandburg/sandburgmods.xml example]) and Dublin Core ([http://www.loc.gov/standards/marcxml/Sandburg/sandburgdc.xml example]) transformations of MARC21 may contain some useful ideas.&lt;br /&gt;
&lt;br /&gt;
Here's a first attempt at rewriting the linked examples in XHTML (written in response to a [http://microformats.org/discuss/mail/microformats-discuss/2005-December/002438.html mailing list query about encoding book information with microformats]):&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;book&amp;quot; lang=&amp;quot;en&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;h3 class=&amp;quot;fn&amp;quot;&amp;gt;Arithmetic /&amp;lt;/h3&amp;gt;&lt;br /&gt;
  &amp;lt;p&amp;gt;By &amp;lt;span class=&amp;quot;creator&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Sandburg, Carl&amp;lt;/span&amp;gt;,&lt;br /&gt;
     &amp;lt;span class=&amp;quot;date&amp;quot;&amp;gt;1878-1967&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;,&lt;br /&gt;
     and &amp;lt;span class=&amp;quot;illustrator&amp;quot;&amp;gt;Rand, Ted&amp;lt;/span&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
  &amp;lt;p&amp;gt;Publisher: &amp;lt;span class=&amp;quot;publisher&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Harcourt Brace Jovanovich&amp;lt;/span&amp;gt;,&lt;br /&gt;
     &amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;San Diego&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
  &amp;lt;p&amp;gt;Published: &amp;lt;span class=&amp;quot;issued&amp;quot;&amp;gt;1993&amp;lt;/span&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
  &amp;lt;p class=&amp;quot;description&amp;quot;&amp;gt;A poem about numbers and their characteristics. Features&lt;br /&gt;
     anamorphic, or distorted, drawings which can be restored to normal by viewing&lt;br /&gt;
     from a particular angle or by viewing the image's reflection in the provided&lt;br /&gt;
     Mylar cone.&amp;lt;/p&amp;gt;&lt;br /&gt;
  &amp;lt;p class=&amp;quot;note&amp;quot;&amp;gt;One Mylar sheet included in pocket.&amp;lt;/p&amp;gt;&lt;br /&gt;
  &amp;lt;p&amp;gt;Subjects:&amp;lt;/p&amp;gt;&lt;br /&gt;
  &amp;lt;ul&amp;gt;&lt;br /&gt;
    &amp;lt;li class=&amp;quot;subject&amp;quot;&amp;gt;Arithmetic&amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li class=&amp;quot;subject&amp;quot;&amp;gt;Children's poetry, American.&amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li class=&amp;quot;subject&amp;quot;&amp;gt;Arithmetic&amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li class=&amp;quot;subject&amp;quot;&amp;gt;American poetry&amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li class=&amp;quot;subject&amp;quot;&amp;gt;Visual perception&amp;lt;/li&amp;gt;&lt;br /&gt;
  &amp;lt;/ul&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;
== Basic Citation Stuctures ==&lt;br /&gt;
There are basic structures to any citation, this is an overview of some of the types&lt;br /&gt;
[http://www.users.muohio.edu/darcusb/misc/citations-spec.html http://www.users.muohio.edu/darcusb/misc/citations-spec.html]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Concerns not addressed by existing formats ==&lt;br /&gt;
&lt;br /&gt;
There are some aspects '''NOT adequately''' covered by existing formats. I have addressed this issue on the OpenOffice.org wiki page, too. [see http://wiki.services.openoffice.org/wiki/Bibliographic_Database for an extending discussion, the paragraph on ''Reference Types'']&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
These issues pertain mainly to '''Errata''', '''Comments and Authors Reply''' and '''Article Retractions'''.&lt;br /&gt;
* a bidirectional link could be necessary to implement these features (original article &amp;lt;=&amp;gt; eratum, reply, retraction letter)&lt;br /&gt;
* '''IMPORTANT: Errata'''&lt;br /&gt;
** Erata: one or more Corrections might be posted in various issues of the journal&lt;br /&gt;
** this is usually cited as: Orininal Article Citation Data (Correction available in ''Journal, Issue Nr, Year, Pages'') (repeat for more than one correction)&lt;br /&gt;
** it is possibly never cited alone&lt;br /&gt;
** there should be a link to the original article, while the original article should contain a link to this ''Errata''&lt;br /&gt;
* '''IMPORTANT: Commentary and Author Reply'''&lt;br /&gt;
** similar to Errata, there might be one or more Comments and Author Replys; this should be stored, too&lt;br /&gt;
** however, it is usually not included in the original citation&lt;br /&gt;
** it might be used however in a citation, but I do not know exaclty how to cite it optimally (original article should be provided as well) &lt;br /&gt;
* '''IMPORTANT: Article Retraction'''&lt;br /&gt;
** an article may be retracted because of plagiarism or some other flaw&lt;br /&gt;
** this should not be used any further in the research&lt;br /&gt;
** however, it might be used e.g. for an article on plagiarism or flawed research&lt;br /&gt;
** there should be therefore one field storing this information, too, and a link to:&lt;br /&gt;
** the published withdrawal letter (which explains why the article was retracted)&lt;br /&gt;
&lt;br /&gt;
* this issue may need a time-controlled event&lt;br /&gt;
* '''IMPORTANT: electronic publishing ahead of print (EPUB)'''&lt;br /&gt;
** more and more articles are initially posted online, before the published article gets actually printed&lt;br /&gt;
** How should this be used/cited?&lt;br /&gt;
** Is this changed, after the print version becomes available?&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Outstanding Issues ==&lt;br /&gt;
The 3 main points i (Brian) came across so far are:&lt;br /&gt;
1) IDENTIFIERS&lt;br /&gt;
2) FORMAT TYPES&lt;br /&gt;
3) NESTING&lt;br /&gt;
&lt;br /&gt;
1) In hCard/hCalendar there is a UID field. Added with URL it makes for a great unique identifier. There are loads of other identifers besides URL, ISBN, LOC call number, SKU, ISSN, etc. Many of these are unique in their domain, but not globally unique. So how to they get marked-up? Much like the hCard TEL/ADR properties, we can use something like:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;uid&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;type&amp;quot;&amp;gt;ISBN&amp;lt;/span&amp;gt;: &amp;lt;span&lt;br /&gt;
class=&amp;quot;value&amp;quot;&amp;gt;123456&amp;lt;/span&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
This makes the encoding the most extensible... if we start use class=&amp;quot;isbn&amp;quot; then it is an enumerated list, with class=&amp;quot;type&amp;quot; it is open ended.&lt;br /&gt;
&lt;br /&gt;
2) I keep mis-using &amp;quot;format&amp;quot;, format is the medium - hardback, softback. The TYPE (there probably is a better word - container?) is book, article, conference, manifesto, etc. Much like the identifers we can make an enumerated list of values, class=&amp;quot;book&amp;quot;, class=&amp;quot;article&amp;quot;, but that boxes us in, whereas something like: &amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;span class=&amp;quot;type&amp;quot;&amp;gt;article&amp;lt;/span&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt; leaves things more open.&lt;br /&gt;
&lt;br /&gt;
3) Nesting citation data in a citation. The ability to nest the same microformat inside itself is something that other microformats don't explicitly handle.&lt;br /&gt;
&lt;br /&gt;
The two options are:&lt;br /&gt;
i) Using class=&amp;quot;book&amp;quot;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;hcite&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;div class=&amp;quot;book&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Book Title&amp;lt;/span&amp;gt;&lt;br /&gt;
  &amp;lt;div class=&amp;quot;chapter&amp;quot;&amp;gt;&lt;br /&gt;
     &amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Chapter Title&amp;lt;/span&amp;gt;&lt;br /&gt;
  &amp;lt;/div&amp;gt;&lt;br /&gt;
 &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&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 makes things easy to nest and to figure out exactly what is&lt;br /&gt;
associated with what, but the downside is that we have enumerated&lt;br /&gt;
lists of values for the class properties.&lt;br /&gt;
&lt;br /&gt;
ii) using the TYPE for book&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;hcite&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;div class=&amp;quot;type&amp;quot;&amp;gt;book&amp;lt;/div&amp;gt;&lt;br /&gt;
 &amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Book Title&amp;lt;/span&amp;gt;&lt;br /&gt;
 &amp;lt;div class=&amp;quot;type&amp;quot;&amp;gt;chapter&amp;lt;/div&amp;gt;&lt;br /&gt;
 &amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Chapter Title&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
now the class=&amp;quot;fn&amp;quot; is not nested inside the class=&amp;quot;book&amp;quot; or&lt;br /&gt;
class=&amp;quot;chapter&amp;quot; so there would have to be some other mechanism to&lt;br /&gt;
associate the data with the type.&lt;br /&gt;
&lt;br /&gt;
== Brian's Straw format ==&lt;br /&gt;
&lt;br /&gt;
=== implied schema (examples) ===&lt;br /&gt;
 + publisher&lt;br /&gt;
 + language&lt;br /&gt;
 + description&lt;br /&gt;
 + title&lt;br /&gt;
 + creator&lt;br /&gt;
 + journal&lt;br /&gt;
 + volume&lt;br /&gt;
 + issue&lt;br /&gt;
 + page &lt;br /&gt;
 + edition&lt;br /&gt;
 + identifier&lt;br /&gt;
 + tags&lt;br /&gt;
 + format&lt;br /&gt;
 + date published&lt;br /&gt;
 + copyright&lt;br /&gt;
 - audience&lt;br /&gt;
&lt;br /&gt;
=== implied schema (formats) ===&lt;br /&gt;
 + publisher&lt;br /&gt;
 + language&lt;br /&gt;
 + description&lt;br /&gt;
 + title&lt;br /&gt;
 + creator&lt;br /&gt;
 + volume&lt;br /&gt;
 + pages&lt;br /&gt;
 + edition&lt;br /&gt;
 + issue&lt;br /&gt;
 + identifier&lt;br /&gt;
 + tags&lt;br /&gt;
 + format&lt;br /&gt;
 + date published&lt;br /&gt;
 + date copyrighted&lt;br /&gt;
 - subtitle&lt;br /&gt;
 - image &lt;br /&gt;
 - excerpt&lt;br /&gt;
 - index terms&lt;br /&gt;
 - series title&lt;br /&gt;
 - publication&lt;br /&gt;
 - journal&lt;br /&gt;
 - part (1 of X)&lt;br /&gt;
&lt;br /&gt;
UNION of the two schemas&lt;br /&gt;
 + (PLUS) means common properties&lt;br /&gt;
 - (MINUS) means unique to the schema&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Working straw schema ===&lt;br /&gt;
&lt;br /&gt;
* root element ('hcite') ([http://microformats.org/wiki?title=citation-brainstorming#.27hcite.27_as_Root_Element_name explanation])&lt;br /&gt;
** title ('title')&lt;br /&gt;
** Author / Editor etc. ('creator')&lt;br /&gt;
** Volume Number ('volume')&lt;br /&gt;
** Pages ('pages')&lt;br /&gt;
*** note: this can be any value &lt;br /&gt;
** Edition ('edition')&lt;br /&gt;
** Issue number ('issue')&lt;br /&gt;
** Tags (href rel='tag')&lt;br /&gt;
** Format ('format')&lt;br /&gt;
*** Note - this is unclear at present - does format mean 'type', as in 'book' vs. 'article'? --[[User:Mike|Mike]] 22:53, 16 Jan 2007 (PST)&lt;br /&gt;
** date published&lt;br /&gt;
** date copyrighted&lt;br /&gt;
** publisher&lt;br /&gt;
** language&lt;br /&gt;
** Abstract / description ('description')&lt;br /&gt;
** URI (href class='uri') ([http://microformats.org/wiki?title=citation-brainstorming#The_URI_Element explanation])&lt;br /&gt;
** identifier&lt;br /&gt;
*** an (not necessarily globally unique) identifier, such as a cite-key, pubmed ID number, or simply the reference number or string within a publication ([1] or [CLRS2001])&lt;br /&gt;
&lt;br /&gt;
=== Examples ===&lt;br /&gt;
&lt;br /&gt;
Markup examples using the above format:&lt;br /&gt;
&lt;br /&gt;
==== Book ====&lt;br /&gt;
&lt;br /&gt;
This is Brian's original example&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;ul class=&amp;quot;bibliography&amp;quot;&amp;gt;&lt;br /&gt;
	&amp;lt;li class=&amp;quot;hcite&amp;quot; xml:lang=&amp;quot;en-gb&amp;quot;&amp;gt;&lt;br /&gt;
	&lt;br /&gt;
		&amp;lt;!-- publisher data as hCard--;&lt;br /&gt;
		&amp;lt;div class=&amp;quot;publisher vcard&amp;quot;&amp;gt;&lt;br /&gt;
			&amp;lt;span class=&amp;quot;fn org&amp;quot;&amp;gt;ABC Publishing Co.&amp;lt;/span&amp;gt;&lt;br /&gt;
			&amp;lt;span class=&amp;quot;country-name&amp;quot;&amp;gt;United Kingdom&amp;lt;/span&amp;gt;&lt;br /&gt;
			...&lt;br /&gt;
		&amp;lt;/div&amp;gt;&lt;br /&gt;
		&lt;br /&gt;
		&amp;lt;!-- author(s) data as hCard --&amp;gt;&lt;br /&gt;
		&amp;lt;div class=&amp;quot;creator vcard&amp;quot;&amp;gt;&lt;br /&gt;
			&amp;lt;span class=&amp;quot;fn n&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;given-name&amp;quot;&amp;gt;John &amp;lt;span class=&amp;quot;family-name&amp;quot;&amp;gt;Doe&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
			...&lt;br /&gt;
		&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
		&amp;lt;!-- location data --&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Foobar!&amp;lt;/span&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;description&amp;quot;&amp;gt;World Class Book about foobar&amp;lt;/span&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;volume&amp;quot;&amp;gt;1&amp;lt;/span&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;issue&amp;quot;&amp;gt;1&amp;lt;/span&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;edition&amp;quot;&amp;gt;1&amp;lt;/span&amp;gt;&lt;br /&gt;
		&amp;lt;span class=;pages&amp;quot;&amp;gt;1-10&amp;lt;/span&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;format&amp;quot;&amp;gt;article&amp;lt;/span&amp;gt;&lt;br /&gt;
		&lt;br /&gt;
		&amp;lt;!-- differed to the UID debate --&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;identifier&amp;quot;&amp;gt;12345678&amp;lt;/span&amp;gt;&lt;br /&gt;
		&lt;br /&gt;
		&amp;lt;!-- keywords --&amp;gt;&lt;br /&gt;
		&amp;lt;a class=&amp;quot;keyword&amp;quot; rel=&amp;quot;tag&amp;quot; href=&amp;quot;/tags/foo&amp;quot;&amp;gt;foo&amp;lt;/a&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;keyword&amp;quot;&amp;gt;bar&amp;lt;/span&amp;gt;&lt;br /&gt;
		&lt;br /&gt;
		&amp;lt;!-- date properties --&amp;gt;&lt;br /&gt;
		Published &amp;lt;abbr class=&amp;quot;dtpublished&amp;quot; title=&amp;quot;20060101&amp;quot;&amp;gt;January 1st 1006&amp;lt;/abbr&amp;gt;&lt;br /&gt;
		Copyright &amp;lt;abbr class=&amp;quot;copyright&amp;quot; title=&amp;quot;20060101&amp;quot;&amp;gt;2006&amp;lt;/abbr&amp;gt;&lt;br /&gt;
	&amp;lt;/li&amp;gt;&lt;br /&gt;
	...&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p class=&amp;quot;hcite&amp;quot;&amp;gt;Have you read ;span class=&amp;quot;title&amp;quot;&amp;gt;&amp;lt;abbr title=&amp;quot;book&amp;quot; class=&amp;quot;format&amp;quot;&amp;gt;Foo Bar&amp;lt;/abbr&amp;gt;&amp;lt;/span&amp;gt;? &lt;br /&gt;
It was written by &amp;lt;span class=&amp;quot;author vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;John Doe&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;. &lt;br /&gt;
It only came out a &amp;lt;abbr class=&amp;quot;dtpublished&amp;quot; title=&amp;quot;20060101&amp;quot;&amp;gt;few months ago&amp;lt;/abbr&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Note: the &amp;quot;format&amp;quot; property above is incorrect. Format would refer more the physical characteristics of an item, rather than its type or genre (e.g. &amp;quot;article&amp;quot;, &amp;quot;book&amp;quot;, etc.). I'd rather have the main class for the li be &amp;quot;article&amp;quot; in this context, than the fairly meaningless &amp;quot;citation.&amp;quot;  Of course, one could have both, which would be fine too. -- bruce&lt;br /&gt;
&lt;br /&gt;
Note: Could we use ROLE from hCard to identify editors, translators, authors, etc?&lt;br /&gt;
This was discussed on the mailing list and the idea was dropped [http://microformats.org/discuss/mail/microformats-discuss/2006-September/005694.html]&lt;br /&gt;
&lt;br /&gt;
'''Comments''' : [[User:Singpolyma|singpolyma]] 08:03, 16 Jun 2006 (PDT) : keywords should be [[rel-tag]], and probably also [[XOXO]] (the same way the citation list is)&lt;br /&gt;
&lt;br /&gt;
[[User:RCanine|RCanine]] 11:55, 18 Dec 2006 (EST) :&lt;br /&gt;
&lt;br /&gt;
* Is there a reason not to re-use &amp;quot;published&amp;quot; from hAtom instead of inventing a new, basically equivalent term in &amp;quot;dtpublished&amp;quot;?&lt;br /&gt;
* Is the root element &amp;quot;hCite&amp;quot; or &amp;quot;citation&amp;quot;. Let me root for &amp;quot;citation&amp;quot; as that semantically describes the content--similar to hCard's root class of &amp;quot;vcard&amp;quot;.&lt;br /&gt;
* Missing a URL/URI/IRI/UID etc. field example (ISBN for Book).&lt;br /&gt;
* Does the &amp;quot;copyright&amp;quot; class conflict with [http://www.whatwg.org/specs/web-apps/current-work/#class WHATWG's definition]?&lt;br /&gt;
* WRT Bruce's comment, I'm currently using class=&amp;quot;article citation&amp;quot; for my writing, as it has the most flexibility with CSS styles for titles (e.g. Book titles .citation&amp;gt;.fn must be italicized, while article titles must not, their container should).&lt;br /&gt;
* Speaking of containers, we need an &amp;quot;in&amp;quot; or &amp;quot;collection&amp;quot; field for journal articles or articles-in-books, or is that covered by &amp;quot;publisher&amp;quot;?&lt;br /&gt;
&lt;br /&gt;
==== Citing Private Communication ====&lt;br /&gt;
&lt;br /&gt;
Needs an example.&lt;br /&gt;
&lt;br /&gt;
==== Citing Legal Cases ====&lt;br /&gt;
Needs an example. &lt;br /&gt;
see [http://microformats.org/wiki/citation-examples-markup#Wikipedia_Court_Case Wikipedia example] for inspiration.&lt;br /&gt;
&lt;br /&gt;
==== Citing a Book ====&lt;br /&gt;
&lt;br /&gt;
needs an example&lt;br /&gt;
&lt;br /&gt;
==== Citing a journal article ====&lt;br /&gt;
&lt;br /&gt;
needs an example &lt;br /&gt;
&lt;br /&gt;
==== Citing a magazine article ====&lt;br /&gt;
&lt;br /&gt;
needs an example&lt;br /&gt;
&lt;br /&gt;
==== Citing a Patent ====&lt;br /&gt;
&lt;br /&gt;
Drawn from this [http://microformats.org/wiki/citation-examples#U.S._Patent example from Wikipedia]:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;li class=&amp;quot;hcite&amp;quot;&amp;gt;&amp;lt;a href=&amp;quot;http://patft.uspto.gov/netacgi/nph-Parser?patentnumber=4,405,829&amp;quot; class=&amp;quot;url&amp;quot; &lt;br /&gt;
    title=&amp;quot;http://patft.uspto.gov/netacgi/nph-Parser?patentnumber=4,405,829&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;format&amp;quot;&amp;gt;U.S. Patent&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;identifier&amp;quot;&amp;gt;4,405,829&amp;lt;/span&amp;gt;&amp;lt;/a&amp;gt;:&lt;br /&gt;
    &amp;lt;span class=&amp;quot;description&amp;quot;&amp;gt;The &amp;lt;a href=&amp;quot;/wiki/RSA&amp;quot; title=&amp;quot;RSA&amp;quot;&amp;gt;RSA&amp;lt;/a&amp;gt; patent, a famous software patent on the ground-breaking &lt;br /&gt;
    and highly unobvious algorithm for public key encryption, widely used for secure communications &lt;br /&gt;
    in many industries nowdays&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Citing a conference publication====&lt;br /&gt;
&lt;br /&gt;
Based on the [http://microformats.org/wiki/citation-examples#ACM_Digital_Library_Search_Result_Examples conference publication reference example].&lt;br /&gt;
&lt;br /&gt;
Changed Oct 06 to conform with [http://microformats.org/wiki/citation-brainstorming#Brian.27s_Straw_format Brian's format]. --[[User:Mike|Mike]] 18:09, 12 Oct 2006 (PDT)&lt;br /&gt;
(everything but the url class should be in line with that proposal)&lt;br /&gt;
&lt;br /&gt;
L. Hochstein, J. Carver, F. Shull, S. Asgari, V. Basili, J. K. Hollingsworth, and M. Zelkowitz, “Hpc programmer productivity: A case study of novice hpc programmers,” in Proceedings of ACM/IEEE Supercomputing Conference, 2005.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;cite class=&amp;quot;hcite&amp;quot;&amp;gt;&lt;br /&gt;
	&amp;lt;span class=&amp;quot;creator vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Lorin Hochstein&amp;lt;/span&amp;gt;&amp;lt;span class=&amp;quot;org&amp;quot;&amp;gt; University of Maryland, College Park &amp;lt;/span&amp;gt;&amp;lt;span&amp;gt;,&lt;br /&gt;
	&amp;lt;span class=&amp;quot;creator vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt; Jeff Carver &amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;org&amp;quot;&amp;gt; Mississippi State University &amp;lt;/span&amp;gt; &amp;lt;span&amp;gt;,&lt;br /&gt;
	&amp;lt;span class=&amp;quot;creator vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt; Forrest Shull &amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;org&amp;quot;&amp;gt; Fraunhofer Center Maryland &amp;lt;/span&amp;gt; &amp;lt;span&amp;gt;,&lt;br /&gt;
	&amp;lt;span class=&amp;quot;creator vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt; Sima Asgari&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;org&amp;quot;&amp;gt; University of Maryland, College Park &amp;lt;/span&amp;gt; &amp;lt;span&amp;gt;,&lt;br /&gt;
	&amp;lt;span class=&amp;quot;creator vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt; Victor Basili&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;org&amp;quot;&amp;gt; Fraunhofer Center Maryland &amp;lt;/span&amp;gt; &amp;lt;span&amp;gt;,&lt;br /&gt;
	&amp;lt;span class=&amp;quot;creator vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt; Jeffrey K. Hollingsworth&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;org&amp;quot;&amp;gt; University of Maryland, College Park &amp;lt;/span&amp;gt; &amp;lt;span&amp;gt;, and &lt;br /&gt;
	&amp;lt;span class=&amp;quot;creator vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt; Marv Zelkowitz&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;org&amp;quot;&amp;gt; University of Maryland, College Park &amp;lt;/span&amp;gt; &amp;lt;span&amp;gt;,&lt;br /&gt;
	&amp;lt;a class=&amp;quot;fn url&amp;quot; href=&amp;quot;http://dx.doi.org/10.1109/SC.2005.53&amp;quot;&amp;gt;HPC Programmer Productivity: A Case Study of Novice HPC Programmers&amp;lt;/a&amp;gt;. &lt;br /&gt;
        (&amp;lt;span class=&amp;quot;format&amp;quot;&amp;gt;conference publication&amp;lt;/span&amp;gt;)&lt;br /&gt;
	&amp;lt;cite class=&amp;quot;container hcite&amp;quot;&amp;gt;&lt;br /&gt;
	&amp;lt;a class=&amp;quot;fn url&amp;quot; href=&amp;quot;...&amp;quot;&amp;gt;Proceedings of ACM/IEEE Supercomputing Conference&amp;lt;/a&amp;gt;&lt;br /&gt;
	&amp;lt;abbr class=&amp;quot;dtpublished&amp;quot; title=&amp;quot;20051126T0000-0800&amp;quot;&amp;gt;2005&amp;lt;/abbr&amp;gt;&lt;br /&gt;
	&amp;lt;/cite&amp;gt;&lt;br /&gt;
	page &amp;lt;span class=&amp;quot;pages&amp;quot;&amp;gt;35&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;publisher vcard&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;span class=&amp;quot; fn&amp;quot;&amp;gt;IEEE Computer Society&lt;br /&gt;
   &amp;lt;/span&amp;gt;&lt;br /&gt;
    &amp;lt;div class=&amp;quot;adr&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;Washington&amp;lt;/span&amp;gt;,&lt;br /&gt;
      &amp;lt;span class=&amp;quot;region&amp;quot;&amp;gt;DC&amp;lt;/span&amp;gt;&lt;br /&gt;
    &amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;a class=&amp;quot;url instantiation&amp;quot; href=&amp;quot;http://portal.acm.org/ft_gateway.cfm?id=1105800&amp;amp;type=pdf&amp;amp;coll=portal&amp;amp;dl=ACM&amp;amp;CFID=68330711&amp;amp;CFTOKEN=39187329&amp;quot;&amp;gt;PDF of full text from ACM&amp;lt;/a&amp;gt;&lt;br /&gt;
&lt;br /&gt;
	DOI: &amp;lt;a class=&amp;quot;url uid&amp;quot; href=&amp;quot;http://dx.doi.org/10.1109/SC.2005.53&amp;quot;&amp;gt;10.1109/SC.2005.53&amp;lt;/a&amp;gt;&lt;br /&gt;
        Tags: &lt;br /&gt;
    &amp;lt;a class=&amp;quot;keyword&amp;quot; rel=&amp;quot;tag&amp;quot; href=&amp;quot;results.cfm?query=genterm%3A%22Design%22 ...&amp;quot;&amp;gt;&lt;br /&gt;
							Design&amp;lt;/a&amp;gt;,&lt;br /&gt;
     &amp;lt;a class=&amp;quot;keyword&amp;quot; rel=&amp;quot;tag&amp;quot; href=&amp;quot;results.cfm?query=genterm%3A%22Experimentation%22 ....&amp;quot;&amp;gt;&lt;br /&gt;
							 Experimentation&amp;lt;/a&amp;gt;,&lt;br /&gt;
     &amp;lt;a class=&amp;quot;keyword&amp;quot; rel=&amp;quot;tag&amp;quot; href=&amp;quot;results.cfm?query=genterm%3A%22Measurement%22...&amp;quot;&amp;gt;&lt;br /&gt;
							 Measurement&amp;lt;/a&amp;gt;,&lt;br /&gt;
     &amp;lt;a class=&amp;quot;keyword&amp;quot; rel=&amp;quot;tag&amp;quot; href=&amp;quot;results.cfm?query=genterm%3A%22Performance%22 ...&amp;quot;&amp;gt;&lt;br /&gt;
							 Performance&amp;lt;/a&amp;gt;&lt;br /&gt;
&lt;br /&gt;
	&amp;lt;blockquote class=&amp;quot;description&amp;quot;&amp;gt;In developing High-Performance Computing (HPC) software, time to solution is an important metric. This metric is comprised of two main components: the human effort required developing the software, plus the amount of machine time required to execute it. To date, little empirical work has been done to study the first component: the human effort required and the effects of approaches and practices that may be used to reduce it. In this paper, we describe a series of studies that address this problem. We instrumented the development process used in multiple HPC classroom environments. We analyzed data within and across such studies, varying factors such as the parallel programming model used and the application being developed, to understand their impact on the development process.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
  &amp;lt;/cite&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Note''' (From [[Discoleo]], Sept. 06)&lt;br /&gt;
* sometimes, the citation must include '''Town/Country''' and '''Precise Date/Date Range''', e.g.&lt;br /&gt;
** ''Gillespie SH, Dickens A.'' Variation in mutation rate of quinolone resistance in Streptococcus pneumoniae [abstract P06-17A]. In: Abstracts of the 3rd International Symposium on Pneumococci and Pneumococcal Disease (Anchorage, 5-9 May 2002).Washington, DC: American Society of Microbiology, 2002.&lt;br /&gt;
** ''Bassetti, M.; Righi, E.; Rebesco, B.; Molinari, MP.; Costa, A.; Fasce, R.; Cruciani, M.; Bassetti, D.; Bobbio Pallavicini, F.'' 44th Annual Interscience Conference on Antimicrobial Agents and Chemotherapy (ICAAC). Washington, DC; 2004. Epidemiological trends in nosocomial candidemia in ICU: A five-year Italian perspective.&lt;br /&gt;
** ''Peacock JE, Wade JC, Lazarus HM, et al.'' Ciprofloxacin/piperacillin vs. tobramycin/piperacillin as empiric therapy for fever in neutropenic cancer patients, a randomized, double-blind trial [abstract 373]. In: Program and abstracts of the 37th Interscience Conference on Antimicrob Agents and Chemotherapy (Toronto). Washington, DC: American Society for Microbiology, 1997.&lt;br /&gt;
&lt;br /&gt;
==== Citing an external website ====&lt;br /&gt;
&lt;br /&gt;
This is based on a formal citation of a website in the references section of a research paper, but could also be used for in-line links that had added information. Here's the original:&lt;br /&gt;
&lt;br /&gt;
[25] David Stern, &amp;quot;eprint Moderator Model&amp;quot;, http://www.library.yale.edu/scilib/modmodexplain.html  (version dated Jan 25, 1999)&lt;br /&gt;
 &lt;br /&gt;
 &amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;cite class=&amp;quot;hcite&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;a class=&amp;quot;fn url&amp;quot; href=&amp;quot;http://www.library.yale.edu/scilib/modmodexplain.html&amp;quot;&amp;gt;eprint Moderator Model&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;author vcard&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;a href=&amp;quot;http://pantheon.yale.edu/~dstern/dsbio.html&amp;quot; class=&amp;quot;url fn&amp;quot;&amp;gt;David Stern&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;/span&amp;gt;  &lt;br /&gt;
&amp;lt;abbr class=&amp;quot;dtpublished&amp;quot; title=&amp;quot;19990125T0000-0500&amp;quot;&amp;gt;&lt;br /&gt;
    Jan 25, 1999&lt;br /&gt;
  &amp;lt;/abbr&amp;gt;&lt;br /&gt;
&amp;lt;/cite&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Discussion of Straw Format elements ===&lt;br /&gt;
&lt;br /&gt;
This section is to provide explanations for posterity about the elements of the straw format, linking to discussions on the list and elsewhere if possible.&lt;br /&gt;
&lt;br /&gt;
==== 'hcite' as Root Element name ====&lt;br /&gt;
&lt;br /&gt;
This discussion took place in January of 2007, with voting occurring on the mailing list in the thread starting with this message: [http://microformats.org/discuss/mail/microformats-discuss/2007-January/008098.html  '[citation] citation root element'].&lt;br /&gt;
&lt;br /&gt;
It was decided to use 'hcite' as the root element name for uniqueness and to reflect a trend in using 'h' to start microformat names.&lt;br /&gt;
&lt;br /&gt;
==== The URI Element ====&lt;br /&gt;
&lt;br /&gt;
It was decided to use URI for both http links to available copies or URNs.&lt;br /&gt;
This encompasses URLs that link directly to online copies as well as through resolvers using URIs such as urn:isbn: 0521890012&lt;br /&gt;
&lt;br /&gt;
See the discussion from [http://microformats.org/discuss/mail/microformats-discuss/2006-November/007390.html november] and [http://microformats.org/discuss/mail/microformats-discuss/2006-December/007403.html december].&lt;br /&gt;
&lt;br /&gt;
== Old straw format discussion ==&lt;br /&gt;
&lt;br /&gt;
Saved here so that I'm not just deleting people's comments.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Mike straw format suggestion (Deprecated) ===&lt;br /&gt;
&lt;br /&gt;
In the interests of starting debate and having something concrete to fix, I suggest the following structure for a format. It is probably very incomplete and I claim no microformat expertise. I'm just trying to follow existing patterns. Comments and ridicule are both solicited. -Mike&lt;br /&gt;
&lt;br /&gt;
'''NOTE:''' This format is here for historical reference. Because it was not based on existing examples, I've deprecated it and contributed examples to Brian's format. If you feel that any missing elements in here should be in the final format, find examples for them and contribute to Brian's schema. Thanks! --[[User:Mike|Mike]] 18:22, 12 Oct 2006 (PDT)&lt;br /&gt;
&lt;br /&gt;
==== In General ====&lt;br /&gt;
&lt;br /&gt;
The ''citation'' format is based on a set of fields common to many bibliographic data formats, which are often implied by standard citation display styles but not explicitly marked up in practice on the web.&lt;br /&gt;
&lt;br /&gt;
==== Schema ====&lt;br /&gt;
&lt;br /&gt;
The citation schema consists of the following:&lt;br /&gt;
&lt;br /&gt;
* cite &lt;br /&gt;
** title: required, text (class = fn)&lt;br /&gt;
** subtitle: optional, text&lt;br /&gt;
** authors: optional, use hCard&lt;br /&gt;
** publication date: optional&lt;br /&gt;
** link(s) to instantiations, optional, url or use rel-enclosure? (class=url)&lt;br /&gt;
** UID, optional (for ISBN, DOI - use existing uid class) | permalink&lt;br /&gt;
** series (aka volume/issuenum) , optional (''not as sure how to handle these - suggestions?'')&lt;br /&gt;
** pages: startpage &amp;amp; endpage, optional, text&lt;br /&gt;
** venue, optional (hCard)&lt;br /&gt;
** publisher, optional (hCard)&lt;br /&gt;
** container: optional (nested hCite)&lt;br /&gt;
** abstract, optional (blockquote + class=&amp;quot;abstract&amp;quot; ?)&lt;br /&gt;
** notes, optional (blockquote + class=&amp;quot;notes&amp;quot; ?)&lt;br /&gt;
** keywords, optional (rel-tag)&lt;br /&gt;
** image, optional (for inclusion inline, unlike the url)&lt;br /&gt;
** copyright, optional (rel-license)&lt;br /&gt;
** ''what else am I missing?''&lt;br /&gt;
*** language, optional&lt;br /&gt;
&lt;br /&gt;
''Looks good, but I question the use of hCard for names. Due to ambiguity issues, requring hCard would lead to extra markup in order to apply just a name, hence [http://microformats.org/discuss/mail/microformats-discuss/2006-March/003487.html the need for a root element]. We should extract the N optimization of hCard like we did with adr, in order to ease this problem.'' --[[User:RCanine|Ryan Cannon]]&lt;br /&gt;
&lt;br /&gt;
Perhaps a Retrieved Date or Access Date would be appropriate for citing online resources. For example at http://www.crlt.umich.edu/publinks/facment_biblio.html &lt;br /&gt;
you see citations like this&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
Chief Academic Officers of the Big 12 Universities (2000). Big 12 Faculty Fellowship Program. Retrieved December 20, 2000 from the World Wide Web: http://www.k-state.edu/provost/academic/big12/big12guide.htm.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
--[[User:JoeAndrieu|Joe Andrieu]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Discussion about citing legal cases ====&lt;br /&gt;
&lt;br /&gt;
Here's some info I found about citing law:&lt;br /&gt;
&lt;br /&gt;
I'm not a lawyer, so I'm relying on the published [http://www.legalbluebook.com &amp;quot;blue book&amp;quot; standard], at least the only part of it I can get without paying $25. I'd be happy to hear improvements from experts in the field - how do lawyers mark up references to case law in HTML now?&lt;br /&gt;
&lt;br /&gt;
From groklaw.net and eff.org, I find mostly just links to PDFs with the name of the case as the link text. Or just this, from EFF:&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;h1&amp;gt;The Betamax Case&amp;lt;/h1&amp;gt;&lt;br /&gt;
&amp;lt;h2&amp;gt;Sony Corp. of America v. Universal City Studios, 464 U.S. 417 (1984)&amp;lt;/h2&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
From an example at the sample bluepages: http://www.legalbluebook.com/pdfs/bluepages.pdf&lt;br /&gt;
5 basic components:&lt;br /&gt;
*1 name of the case (citation title)&lt;br /&gt;
*2 published source in which case may be found (citation containing publication?)&lt;br /&gt;
*3 a parenthetical indicating the court and year of decision (citation venue?)&lt;br /&gt;
*4 other parenthetical information, if any (citation notes?)&lt;br /&gt;
*5 subsequent history of the case, if any (citation notes?)&lt;br /&gt;
&lt;br /&gt;
Here's two examples from the bluebook. Note that there are very strict rules about abbreviations in that source!&lt;br /&gt;
&lt;br /&gt;
Holland v. Donnelly, 216 F. Supp. 2d 227, 230 (S.D.N.Y. 2002), aff'd, 324 F.3d 99 (2d Cir. 2003).&lt;br /&gt;
&lt;br /&gt;
Green v. Georgia, 442 U.S. 95, 97 (1979) (per curiam) (holding that exclusion of relevant evidence at sentencing hearing constitutes denial of due process).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== discussions ==&lt;br /&gt;
* [[citation-irc-notes-2006-04-09]]&lt;/div&gt;</summary>
		<author><name>Mike</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=citation-brainstorming&amp;diff=12563</id>
		<title>citation-brainstorming</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=citation-brainstorming&amp;diff=12563"/>
		<updated>2007-01-17T07:10:11Z</updated>

		<summary type="html">&lt;p&gt;Mike: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h1&amp;gt; Citation Brainstroming &amp;lt;/h1&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* [[citation]]&lt;br /&gt;
* [[citation-examples]]&lt;br /&gt;
* [[citation-formats]]&lt;br /&gt;
* [[citation-faq]]&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
== Contributors ==&lt;br /&gt;
&lt;br /&gt;
* ...&lt;br /&gt;
* ... (a bunch of good folks!)&lt;br /&gt;
* Tantek Çelik&lt;br /&gt;
* Tim White&lt;br /&gt;
* Michael McCracken&lt;br /&gt;
* Brian Suda&lt;br /&gt;
* [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
&lt;br /&gt;
== Use Cases ==&lt;br /&gt;
&lt;br /&gt;
To focus the discussion, please add use cases below that will help show what problems the citation microformat will be solving.&lt;br /&gt;
&lt;br /&gt;
I've included two, focusing on consuming information - I've assumed that use cases for generating microformatted content would just involve the desire to enable your content to be consumed better, but I'm interested to see if there's something I'm missing here -Mike&lt;br /&gt;
&lt;br /&gt;
=== Acquiring reference information from the web ===&lt;br /&gt;
&lt;br /&gt;
A user either finds an author's papers page, or is viewing the results of a search and would like to import the information about the displayed papers into their local reference database, for the purposes of cataloging things they've read, adding notes, and using the information to generate later citations, potentially in other forms, such as BibTeX or Docbook, for inclusion in a publication of their own.&lt;br /&gt;
&lt;br /&gt;
Notes: In this case, it isn't important to the user what format the citation takes as displayed on the page where they find it. What *is* important is that it contains enough information to allow generation of the format they will ultimately re-publish it in. This implies that it may be worthwhile to err a little on the side of verbosity.&lt;br /&gt;
&lt;br /&gt;
Also, links to downloadable full representations of the cited work are very important - e.g. a link to the PDF of a journal article, or to a music file.&lt;br /&gt;
&lt;br /&gt;
=== Subscribing to reading lists, periodicals, etc ===&lt;br /&gt;
&lt;br /&gt;
I would like to be able to leverage my news aggregator with hAtom to subscribe to a remote source for citation information, for example:&lt;br /&gt;
&lt;br /&gt;
* a reading list for a seminar&lt;br /&gt;
* The publication list for a conference (e.g., subscribe to SIGGRAPH and see the updated conference proceedings every year)&lt;br /&gt;
* the issues of a journal&lt;br /&gt;
* a particular research group or researcher's publications&lt;br /&gt;
* Not just research: a popular author's publications (e.g., [http://www.gladwell.com/archive.html Malcolm Gladwell's Archive])&lt;br /&gt;
&lt;br /&gt;
=== Aggregating reading lists and reviews ===&lt;br /&gt;
&lt;br /&gt;
A citation microformat-specific aggregator could provide a decentralized version of [http://citeulike.org/ CiteULike]. Libraries, authors, research groups, and publishers could mark up their collections, while other people on weblogs or review sites could add tags and reviews.&lt;br /&gt;
&lt;br /&gt;
At least, having a well-adopted microformat would make writing tools like CiteULike much better, since it relies in some cases on screen-scraping publisher web-sites.&lt;br /&gt;
&lt;br /&gt;
=== Cut &amp;amp; Paste from web pages ===&lt;br /&gt;
Capturing/copying HTML from web pages for use in other applications (especially when those apps present HTML as output), such as pasting into Word, or a specialized application like [http://www.google.com/notebook Google Notebook], [http://onfolio.com Onfolio] or [http://www.kaboodle.com Kaboodle].  When such captures are made, it makes sense to keep track of the full citation data, including the date it was accessed, which may or may not be the date it was published. &lt;br /&gt;
&lt;br /&gt;
=== Blogs quoting other resources, including blogs ===&lt;br /&gt;
Any blog that cites online content, whether a blog or news article, could use an hCitation to properly link to the cited reference. Such citations could include the access date when the blogger made the citation, because resources on the other side of those links can change without notice. &lt;br /&gt;
&lt;br /&gt;
Instead, today we have simple formating with a link to the permaURL. The citation data is completely lacking. See [http://doc.weblogs.com Doc Searl's blog] for a style of referencing that could benefit from proper a citation uF.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Fascinating... after I added the last two use cases, I realized they focus on potentially marginal cases. The first because it is missing the &amp;quot;output&amp;quot; part of the cut &amp;amp; paste, where the uF would actually be used as part of the paste.  The latter because bloggers have a working citation mechanism that is just a link to the URL (hopefully a permaURL). One could argue they wouldn't want a full hCitation. And in fact, until a tool exists that makes it easy, they probably won't.  However, a tool that cuts &amp;amp; pastes from anywhere on the web into a blog with a full citation seems like a nice tool.  But again, I'm not really paving the cowpaths with these ideas. -Joe Andrieu&lt;br /&gt;
&lt;br /&gt;
===Finding in Library===&lt;br /&gt;
Find a copy of the cited work in a nearby library (as with [http://ocoins.info/ OpenCOinS]). [[User:AndyMabbett|AndyMabbett]] 04:55, 4 Nov 2006 (PST)&lt;br /&gt;
&lt;br /&gt;
===Buy a copy===&lt;br /&gt;
Find the cited work on, for example, Amazon or [http://www.abebooks.com/ ABE]; or subscribe to a journal via its own website. [[User:AndyMabbett|AndyMabbett]] 04:55, 4 Nov 2006 (PST)&lt;br /&gt;
&lt;br /&gt;
===Find reviews===&lt;br /&gt;
Find third-party reviews of the cited work. [[User:AndyMabbett|AndyMabbett]] 04:55, 4 Nov 2006 (PST)&lt;br /&gt;
&lt;br /&gt;
== Original hBib Discussion ==&lt;br /&gt;
&lt;br /&gt;
During the WWW2005 Developer's Day [[microformats]] track, Rohit Khare gave a [[presentations|presentation]] where he discussed the microformats [[process]], and then did  a quick demonstration wherein a bunch of us got on a shared Subethaedit document, and brainstormed some thoughts on what an &amp;quot;hBib&amp;quot; bibliography citation microformat would look like.  Rohit placed the [http://cnlabs.commerce.net/~rohit/hBib%20Discussion.html document on his Commercenet site].&lt;br /&gt;
&lt;br /&gt;
* http://cnlabs.commerce.net/~rohit/hBib%20Discussion.html&lt;br /&gt;
&lt;br /&gt;
''An attempt to summarize and inline the linked document follows. -Mike''&lt;br /&gt;
&lt;br /&gt;
Two major goals were outlined by the group:&lt;br /&gt;
&lt;br /&gt;
* Avoid re-keying references&lt;br /&gt;
* Adapt to new journal styles by changing CSS&lt;br /&gt;
 &lt;br /&gt;
The fundamental problem was discussed in terms of display - the ability to transform XHTML+hBib into the many journal-specific formats. For example, how to display &amp;quot;et.al&amp;quot; when all authors are present in the source, and how to re-order the elements if a style defines a set order of elements that conflicts with the ordering in the source. Using hCard for authors was agreed on, and the beginnings of an example were shown.&lt;br /&gt;
&lt;br /&gt;
== XHTML Structure ==&lt;br /&gt;
With my exprience working X2V and hCa* has taught me what elememts are easy to find and which are not. Since the Citation microformat is very new it is possible to not make a lot of the same errors twice and to make things easier for extracting application to find and imply certain properties.&lt;br /&gt;
&lt;br /&gt;
* There should be some sort of 'root node' that implies all child elements are for the hCitation microformat.&lt;br /&gt;
* Since most people will have multiple citations there should be away to represent each hCitation object as a unqiue block independent of another. This is to keep the parse from finding 'author' and applying that to all citations. Each citation should be in a container (class=&amp;quot;hcite&amp;quot;) that is separated from others.&lt;br /&gt;
* Perhaps class=&amp;quot;hcite&amp;quot; with &amp;lt;code&amp;gt;&amp;amp;lt;cite&amp;amp;gt;&amp;lt;/code&amp;gt; recommended as the root element. E.g. &amp;lt;code&amp;gt;&amp;amp;lt;cite class=&amp;quot;hcite&amp;quot;&amp;amp;gt;&amp;lt;/code&amp;gt; &lt;br /&gt;
&lt;br /&gt;
'''Note: This section was the original content of the document. Since then, class='hcite' has been agreed on as the root class name. See  [http://microformats.org/wiki?title=citation-brainstorming#.27hcite.27_as_Root_Element_name explanation].'''&lt;br /&gt;
&lt;br /&gt;
== Citation vs. [[media-info]] ==&lt;br /&gt;
&lt;br /&gt;
What distinguishes a cite from say [[media-info]] (e.g. [[media-info-examples]]) is that a cite is a reference to something explicitly external to the current piece of content or document, whereas [[media-info]] describes information about content embedded or inline in the current document.&lt;br /&gt;
&lt;br /&gt;
== Semantic Meaning ==&lt;br /&gt;
One of the guiding priniciple of Microformats is to use the most semantically rich element to describe each node (Point 2 of Semantic XHTML Design Principles: Use the most accurately precise semantic XHTML building block for each object etc). Since we are dealing with HTML and citations, several elements are candidates to be used to enrich the semantic meaning. [http://www.w3.org/TR/REC-html40/struct/text.html CITE, BLOCKQUOTE, Q, A], (are there more?)&lt;br /&gt;
&lt;br /&gt;
The [[citation-brainstorming|Citation Brainstorming Page]] has a few development and ideas about how to give another person credit for a link. Some of the semantic ideas behind their choices of tags can be applied to a full bibliographic type reference. ''Does this sentence make sense only historically? -Mike''&lt;br /&gt;
&lt;br /&gt;
== OCLC's WorldCat for titles == &lt;br /&gt;
Question: what about using something like OCLC's [http://www.oclc.org/worldcat/open/isbnissnlinking/default.htm WorldCat] for linking titles? - Tim White&lt;br /&gt;
&lt;br /&gt;
== This and That ==&lt;br /&gt;
After reading through alot of different citation encoding formats, i noticed that each format was being used in onw of two ways. It was either to describe the Current page (THIS.PAGE) or being used to encode references that point to external resources (THAT.PAGE)&lt;br /&gt;
&lt;br /&gt;
The informatation being encoded was identical for both resources (author, date, name, etc) they just reference different things. For this microformat, i'm not sure if we want to try to solve both problems, or just one? The meta tags in the head element would be the ideal place for information about the THIS.PAGE, but that is not in following with the ideals of microformats where information is human-readable. The THAT.PAGE idea where a list of references is at the end of a document in the form of a bibliography is more inline with the ideals of a microformat where the data is human-readable. That doesn't mean that data about the current document shouldn't be human-readable, so some of the same properties used to reference extermal resources can be used for the current document (THIS.PAGE). To do this a different root item could be used and transforming applications could either extract the citation data about the current page, or information about this page's references.&lt;br /&gt;
&lt;br /&gt;
This is open for discussion, but either way, i believe that the properties used to describe a page will be the same for both THIS and THAT. [http://suda.co.uk/ brian suda]&lt;br /&gt;
&lt;br /&gt;
== More on This and That ==&lt;br /&gt;
&lt;br /&gt;
Citation microformats are being explored as a possibility for citing genealogical information at [http://eatslikeahuman.blogspot.com Dan Lawyer's blog].&lt;br /&gt;
&lt;br /&gt;
This is a case where frequently the citation would refer to (THIS.PAGE), but would have nested within it a reference to (THAT.PAGE), possibly a few levels deep. For instance, a web page might contain data extracted from a microfilm of a census. The citation would need to include information about the web page, information about the microfilm, and information about the census. Genealogical citations are expected to include the repository (where can this book or microfilm be found. Is this the same as ''venue''?). So, at each level the information should contain the repository of the referenced item. A nesting (recursive) mechanism for citation microformats would be useful in this case. Is this the function of the &amp;quot;container&amp;quot; element in the Straw Format?&lt;br /&gt;
&lt;br /&gt;
== Date Formatting ==&lt;br /&gt;
Since microformats are all about re-use and the accepted way to encode Date-Time has been pretty much settled, then this is a good place to start when dealing with all the different date citation types. &lt;br /&gt;
&lt;br /&gt;
These are all the different fields from various citation formats that are of temporal nature:&lt;br /&gt;
 * Date (available | created | dateAccepted | dateCopyrighted | dateSubmitted | issued | modified | valid)&lt;br /&gt;
 * originInfo/dateIssued&lt;br /&gt;
 * originInfo/dateCreated&lt;br /&gt;
 * originInfo/dateCaptured&lt;br /&gt;
 * originInfo/dateOther&lt;br /&gt;
 * month&lt;br /&gt;
 * year&lt;br /&gt;
 * Copyright Year&lt;br /&gt;
 * Date - Generic&lt;br /&gt;
 * Date of Confernce&lt;br /&gt;
 * Date of Publication&lt;br /&gt;
 * Date of update/revisou/issuance of database record&lt;br /&gt;
 * Former Date&lt;br /&gt;
 * Entry Date for Database Record&lt;br /&gt;
 * Database Update&lt;br /&gt;
 * Year of Publication&lt;br /&gt;
&lt;br /&gt;
There are several common properties across several citation domains and will certainly be in the citation microformat, the unique instances will need further consideration, otherwise there could be no end to posiblities. &lt;br /&gt;
&lt;br /&gt;
There are also several properties (year, month, Year of publication) that can be extracted from another source. Therefore, if you only encode a more specific property such as; Date of Publication, you can extract the 'year of publication' from that. Since the date-time format we are modeling after is the ISO date-time format, just the Year portion is an acceptable date. So if you ONLY know the year of publication, the you can form a valid 'Date of Publication' as a microformat (which inturn is a valid 'year of publication') - you milage may vary when it comes to importing into citation applications.&lt;br /&gt;
&lt;br /&gt;
...&lt;br /&gt;
&lt;br /&gt;
It seems to me that these can be collapsed to maybe one or two different date properties.  As far as the specific human readable formatting of the date, that can be chosen per whatever the presentation style guide says, and the [[datetime-design-pattern]] used to simplify the markup. - Tantek&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Important'''&lt;br /&gt;
Sometimes we need a date range and not simply a date (e.g. 4-6 May 2006). See ''Conference Citation'' examples later on this page. - Discoleo&lt;br /&gt;
&lt;br /&gt;
'''Seasons'''&lt;br /&gt;
Some journals have seasonal issues (e.g. &amp;quot;Summer 2006 edition&amp;quot;) instead of, or as well as, editions labelled by month or other calendar-date. [[User:AndyMabbett|AndyMabbett]] 05:05, 4 Nov 2006 (PST)&lt;br /&gt;
&lt;br /&gt;
== Tags ==&lt;br /&gt;
Some of the citation formats has a place for 'keywords' or 'generic tags', etc. This might be a good place to re-use the [http://microformats.org/wiki/rel-tag RelTag microformat]. The downside would be that they are then forced to be links, which might be the correct way to mark-up these terms.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== MARC / MODS / Dublin Core ==&lt;br /&gt;
&lt;br /&gt;
The MODS ([http://www.loc.gov/standards/marcxml/Sandburg/sandburgmods.xml example]) and Dublin Core ([http://www.loc.gov/standards/marcxml/Sandburg/sandburgdc.xml example]) transformations of MARC21 may contain some useful ideas.&lt;br /&gt;
&lt;br /&gt;
Here's a first attempt at rewriting the linked examples in XHTML (written in response to a [http://microformats.org/discuss/mail/microformats-discuss/2005-December/002438.html mailing list query about encoding book information with microformats]):&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;book&amp;quot; lang=&amp;quot;en&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;h3 class=&amp;quot;fn&amp;quot;&amp;gt;Arithmetic /&amp;lt;/h3&amp;gt;&lt;br /&gt;
  &amp;lt;p&amp;gt;By &amp;lt;span class=&amp;quot;creator&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Sandburg, Carl&amp;lt;/span&amp;gt;,&lt;br /&gt;
     &amp;lt;span class=&amp;quot;date&amp;quot;&amp;gt;1878-1967&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;,&lt;br /&gt;
     and &amp;lt;span class=&amp;quot;illustrator&amp;quot;&amp;gt;Rand, Ted&amp;lt;/span&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
  &amp;lt;p&amp;gt;Publisher: &amp;lt;span class=&amp;quot;publisher&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Harcourt Brace Jovanovich&amp;lt;/span&amp;gt;,&lt;br /&gt;
     &amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;San Diego&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
  &amp;lt;p&amp;gt;Published: &amp;lt;span class=&amp;quot;issued&amp;quot;&amp;gt;1993&amp;lt;/span&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
  &amp;lt;p class=&amp;quot;description&amp;quot;&amp;gt;A poem about numbers and their characteristics. Features&lt;br /&gt;
     anamorphic, or distorted, drawings which can be restored to normal by viewing&lt;br /&gt;
     from a particular angle or by viewing the image's reflection in the provided&lt;br /&gt;
     Mylar cone.&amp;lt;/p&amp;gt;&lt;br /&gt;
  &amp;lt;p class=&amp;quot;note&amp;quot;&amp;gt;One Mylar sheet included in pocket.&amp;lt;/p&amp;gt;&lt;br /&gt;
  &amp;lt;p&amp;gt;Subjects:&amp;lt;/p&amp;gt;&lt;br /&gt;
  &amp;lt;ul&amp;gt;&lt;br /&gt;
    &amp;lt;li class=&amp;quot;subject&amp;quot;&amp;gt;Arithmetic&amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li class=&amp;quot;subject&amp;quot;&amp;gt;Children's poetry, American.&amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li class=&amp;quot;subject&amp;quot;&amp;gt;Arithmetic&amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li class=&amp;quot;subject&amp;quot;&amp;gt;American poetry&amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li class=&amp;quot;subject&amp;quot;&amp;gt;Visual perception&amp;lt;/li&amp;gt;&lt;br /&gt;
  &amp;lt;/ul&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;
== Basic Citation Stuctures ==&lt;br /&gt;
There are basic structures to any citation, this is an overview of some of the types&lt;br /&gt;
[http://www.users.muohio.edu/darcusb/misc/citations-spec.html http://www.users.muohio.edu/darcusb/misc/citations-spec.html]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Concerns not addressed by existing formats ==&lt;br /&gt;
&lt;br /&gt;
There are some aspects '''NOT adequately''' covered by existing formats. I have addressed this issue on the OpenOffice.org wiki page, too. [see http://wiki.services.openoffice.org/wiki/Bibliographic_Database for an extending discussion, the paragraph on ''Reference Types'']&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
These issues pertain mainly to '''Errata''', '''Comments and Authors Reply''' and '''Article Retractions'''.&lt;br /&gt;
* a bidirectional link could be necessary to implement these features (original article &amp;lt;=&amp;gt; eratum, reply, retraction letter)&lt;br /&gt;
* '''IMPORTANT: Errata'''&lt;br /&gt;
** Erata: one or more Corrections might be posted in various issues of the journal&lt;br /&gt;
** this is usually cited as: Orininal Article Citation Data (Correction available in ''Journal, Issue Nr, Year, Pages'') (repeat for more than one correction)&lt;br /&gt;
** it is possibly never cited alone&lt;br /&gt;
** there should be a link to the original article, while the original article should contain a link to this ''Errata''&lt;br /&gt;
* '''IMPORTANT: Commentary and Author Reply'''&lt;br /&gt;
** similar to Errata, there might be one or more Comments and Author Replys; this should be stored, too&lt;br /&gt;
** however, it is usually not included in the original citation&lt;br /&gt;
** it might be used however in a citation, but I do not know exaclty how to cite it optimally (original article should be provided as well) &lt;br /&gt;
* '''IMPORTANT: Article Retraction'''&lt;br /&gt;
** an article may be retracted because of plagiarism or some other flaw&lt;br /&gt;
** this should not be used any further in the research&lt;br /&gt;
** however, it might be used e.g. for an article on plagiarism or flawed research&lt;br /&gt;
** there should be therefore one field storing this information, too, and a link to:&lt;br /&gt;
** the published withdrawal letter (which explains why the article was retracted)&lt;br /&gt;
&lt;br /&gt;
* this issue may need a time-controlled event&lt;br /&gt;
* '''IMPORTANT: electronic publishing ahead of print (EPUB)'''&lt;br /&gt;
** more and more articles are initially posted online, before the published article gets actually printed&lt;br /&gt;
** How should this be used/cited?&lt;br /&gt;
** Is this changed, after the print version becomes available?&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Outstanding Issues ==&lt;br /&gt;
The 3 main points i (Brian) came across so far are:&lt;br /&gt;
1) IDENTIFIERS&lt;br /&gt;
2) FORMAT TYPES&lt;br /&gt;
3) NESTING&lt;br /&gt;
&lt;br /&gt;
1) In hCard/hCalendar there is a UID field. Added with URL it makes for a great unique identifier. There are loads of other identifers besides URL, ISBN, LOC call number, SKU, ISSN, etc. Many of these are unique in their domain, but not globally unique. So how to they get marked-up? Much like the hCard TEL/ADR properties, we can use something like:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;uid&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;type&amp;quot;&amp;gt;ISBN&amp;lt;/span&amp;gt;: &amp;lt;span&lt;br /&gt;
class=&amp;quot;value&amp;quot;&amp;gt;123456&amp;lt;/span&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
This makes the encoding the most extensible... if we start use class=&amp;quot;isbn&amp;quot; then it is an enumerated list, with class=&amp;quot;type&amp;quot; it is open ended.&lt;br /&gt;
&lt;br /&gt;
2) I keep mis-using &amp;quot;format&amp;quot;, format is the medium - hardback, softback. The TYPE (there probably is a better word - container?) is book, article, conference, manifesto, etc. Much like the identifers we can make an enumerated list of values, class=&amp;quot;book&amp;quot;, class=&amp;quot;article&amp;quot;, but that boxes us in, whereas something like: &amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;span class=&amp;quot;type&amp;quot;&amp;gt;article&amp;lt;/span&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt; leaves things more open.&lt;br /&gt;
&lt;br /&gt;
3) Nesting citation data in a citation. The ability to nest the same microformat inside itself is something that other microformats don't explicitly handle.&lt;br /&gt;
&lt;br /&gt;
The two options are:&lt;br /&gt;
i) Using class=&amp;quot;book&amp;quot;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;hcite&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;div class=&amp;quot;book&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Book Title&amp;lt;/span&amp;gt;&lt;br /&gt;
  &amp;lt;div class=&amp;quot;chapter&amp;quot;&amp;gt;&lt;br /&gt;
     &amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Chapter Title&amp;lt;/span&amp;gt;&lt;br /&gt;
  &amp;lt;/div&amp;gt;&lt;br /&gt;
 &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&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 makes things easy to nest and to figure out exactly what is&lt;br /&gt;
associated with what, but the downside is that we have enumerated&lt;br /&gt;
lists of values for the class properties.&lt;br /&gt;
&lt;br /&gt;
ii) using the TYPE for book&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;hcite&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;div class=&amp;quot;type&amp;quot;&amp;gt;book&amp;lt;/div&amp;gt;&lt;br /&gt;
 &amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Book Title&amp;lt;/span&amp;gt;&lt;br /&gt;
 &amp;lt;div class=&amp;quot;type&amp;quot;&amp;gt;chapter&amp;lt;/div&amp;gt;&lt;br /&gt;
 &amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Chapter Title&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
now the class=&amp;quot;fn&amp;quot; is not nested inside the class=&amp;quot;book&amp;quot; or&lt;br /&gt;
class=&amp;quot;chapter&amp;quot; so there would have to be some other mechanism to&lt;br /&gt;
associate the data with the type.&lt;br /&gt;
&lt;br /&gt;
== Brian's Straw format ==&lt;br /&gt;
&lt;br /&gt;
=== implied schema (examples) ===&lt;br /&gt;
 + publisher&lt;br /&gt;
 + language&lt;br /&gt;
 + description&lt;br /&gt;
 + title&lt;br /&gt;
 + creator&lt;br /&gt;
 + journal&lt;br /&gt;
 + volume&lt;br /&gt;
 + issue&lt;br /&gt;
 + page &lt;br /&gt;
 + edition&lt;br /&gt;
 + identifier&lt;br /&gt;
 + tags&lt;br /&gt;
 + format&lt;br /&gt;
 + date published&lt;br /&gt;
 + copyright&lt;br /&gt;
 - audience&lt;br /&gt;
&lt;br /&gt;
=== implied schema (formats) ===&lt;br /&gt;
 + publisher&lt;br /&gt;
 + language&lt;br /&gt;
 + description&lt;br /&gt;
 + title&lt;br /&gt;
 + creator&lt;br /&gt;
 + volume&lt;br /&gt;
 + pages&lt;br /&gt;
 + edition&lt;br /&gt;
 + issue&lt;br /&gt;
 + identifier&lt;br /&gt;
 + tags&lt;br /&gt;
 + format&lt;br /&gt;
 + date published&lt;br /&gt;
 + date copyrighted&lt;br /&gt;
 - subtitle&lt;br /&gt;
 - image &lt;br /&gt;
 - excerpt&lt;br /&gt;
 - index terms&lt;br /&gt;
 - series title&lt;br /&gt;
 - publication&lt;br /&gt;
 - journal&lt;br /&gt;
 - part (1 of X)&lt;br /&gt;
&lt;br /&gt;
UNION of the two schemas&lt;br /&gt;
 + (PLUS) means common properties&lt;br /&gt;
 - (MINUS) means unique to the schema&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Working straw schema ===&lt;br /&gt;
&lt;br /&gt;
* root element ('hcite') ([http://microformats.org/wiki?title=citation-brainstorming#.27hcite.27_as_Root_Element_name explanation])&lt;br /&gt;
** title ('title')&lt;br /&gt;
** Author / Editor etc. ('creator')&lt;br /&gt;
** Volume Number ('volume')&lt;br /&gt;
** Pages ('pages')&lt;br /&gt;
*** note: this can be any value &lt;br /&gt;
** Edition ('edition')&lt;br /&gt;
** Issue number ('issue')&lt;br /&gt;
** Tags (href rel='tag')&lt;br /&gt;
** Format ('format')&lt;br /&gt;
*** Note - this is unclear at present - does format mean 'type', as in 'book' vs. 'article'? --[[User:Mike|Mike]] 22:53, 16 Jan 2007 (PST)&lt;br /&gt;
** date published&lt;br /&gt;
** date copyrighted&lt;br /&gt;
** publisher&lt;br /&gt;
** language&lt;br /&gt;
** Abstract / description ('description')&lt;br /&gt;
** URI (href class='uri') ([http://microformats.org/wiki?title=citation-brainstorming#The_URI_Element explanation])&lt;br /&gt;
** identifier&lt;br /&gt;
*** an (not necessarily globally unique) identifier, such as a cite-key, pubmed ID number, or simply the reference number or string within a publication ([1] or [CLRS2001])&lt;br /&gt;
&lt;br /&gt;
=== Examples ===&lt;br /&gt;
&lt;br /&gt;
Markup examples using the above format:&lt;br /&gt;
&lt;br /&gt;
==== Book ====&lt;br /&gt;
&lt;br /&gt;
This is Brian's original example&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;ul class=&amp;quot;bibliography&amp;quot;&amp;gt;&lt;br /&gt;
	&amp;lt;li class=&amp;quot;hcite&amp;quot; xml:lang=&amp;quot;en-gb&amp;quot;&amp;gt;&lt;br /&gt;
	&lt;br /&gt;
		&amp;lt;!-- publisher data as hCard--;&lt;br /&gt;
		&amp;lt;div class=&amp;quot;publisher vcard&amp;quot;&amp;gt;&lt;br /&gt;
			&amp;lt;span class=&amp;quot;fn org&amp;quot;&amp;gt;ABC Publishing Co.&amp;lt;/span&amp;gt;&lt;br /&gt;
			&amp;lt;span class=&amp;quot;country-name&amp;quot;&amp;gt;United Kingdom&amp;lt;/span&amp;gt;&lt;br /&gt;
			...&lt;br /&gt;
		&amp;lt;/div&amp;gt;&lt;br /&gt;
		&lt;br /&gt;
		&amp;lt;!-- author(s) data as hCard --&amp;gt;&lt;br /&gt;
		&amp;lt;div class=&amp;quot;creator vcard&amp;quot;&amp;gt;&lt;br /&gt;
			&amp;lt;span class=&amp;quot;fn n&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;given-name&amp;quot;&amp;gt;John &amp;lt;span class=&amp;quot;family-name&amp;quot;&amp;gt;Doe&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
			...&lt;br /&gt;
		&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
		&amp;lt;!-- location data --&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Foobar!&amp;lt;/span&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;description&amp;quot;&amp;gt;World Class Book about foobar&amp;lt;/span&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;volume&amp;quot;&amp;gt;1&amp;lt;/span&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;issue&amp;quot;&amp;gt;1&amp;lt;/span&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;edition&amp;quot;&amp;gt;1&amp;lt;/span&amp;gt;&lt;br /&gt;
		&amp;lt;span class=;pages&amp;quot;&amp;gt;1-10&amp;lt;/span&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;format&amp;quot;&amp;gt;article&amp;lt;/span&amp;gt;&lt;br /&gt;
		&lt;br /&gt;
		&amp;lt;!-- differed to the UID debate --&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;identifier&amp;quot;&amp;gt;12345678&amp;lt;/span&amp;gt;&lt;br /&gt;
		&lt;br /&gt;
		&amp;lt;!-- keywords --&amp;gt;&lt;br /&gt;
		&amp;lt;a class=&amp;quot;keyword&amp;quot; rel=&amp;quot;tag&amp;quot; href=&amp;quot;/tags/foo&amp;quot;&amp;gt;foo&amp;lt;/a&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;keyword&amp;quot;&amp;gt;bar&amp;lt;/span&amp;gt;&lt;br /&gt;
		&lt;br /&gt;
		&amp;lt;!-- date properties --&amp;gt;&lt;br /&gt;
		Published &amp;lt;abbr class=&amp;quot;dtpublished&amp;quot; title=&amp;quot;20060101&amp;quot;&amp;gt;January 1st 1006&amp;lt;/abbr&amp;gt;&lt;br /&gt;
		Copyright &amp;lt;abbr class=&amp;quot;copyright&amp;quot; title=&amp;quot;20060101&amp;quot;&amp;gt;2006&amp;lt;/abbr&amp;gt;&lt;br /&gt;
	&amp;lt;/li&amp;gt;&lt;br /&gt;
	...&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p class=&amp;quot;hcite&amp;quot;&amp;gt;Have you read ;span class=&amp;quot;title&amp;quot;&amp;gt;&amp;lt;abbr title=&amp;quot;book&amp;quot; class=&amp;quot;format&amp;quot;&amp;gt;Foo Bar&amp;lt;/abbr&amp;gt;&amp;lt;/span&amp;gt;? &lt;br /&gt;
It was written by &amp;lt;span class=&amp;quot;author vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;John Doe&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;. &lt;br /&gt;
It only came out a &amp;lt;abbr class=&amp;quot;dtpublished&amp;quot; title=&amp;quot;20060101&amp;quot;&amp;gt;few months ago&amp;lt;/abbr&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Note: the &amp;quot;format&amp;quot; property above is incorrect. Format would refer more the physical characteristics of an item, rather than its type or genre (e.g. &amp;quot;article&amp;quot;, &amp;quot;book&amp;quot;, etc.). I'd rather have the main class for the li be &amp;quot;article&amp;quot; in this context, than the fairly meaningless &amp;quot;citation.&amp;quot;  Of course, one could have both, which would be fine too. -- bruce&lt;br /&gt;
&lt;br /&gt;
Note: Could we use ROLE from hCard to identify editors, translators, authors, etc?&lt;br /&gt;
This was discussed on the mailing list and the idea was dropped [http://microformats.org/discuss/mail/microformats-discuss/2006-September/005694.html]&lt;br /&gt;
&lt;br /&gt;
'''Comments''' : [[User:Singpolyma|singpolyma]] 08:03, 16 Jun 2006 (PDT) : keywords should be [[rel-tag]], and probably also [[XOXO]] (the same way the citation list is)&lt;br /&gt;
&lt;br /&gt;
[[User:RCanine|RCanine]] 11:55, 18 Dec 2006 (EST) :&lt;br /&gt;
&lt;br /&gt;
* Is there a reason not to re-use &amp;quot;published&amp;quot; from hAtom instead of inventing a new, basically equivalent term in &amp;quot;dtpublished&amp;quot;?&lt;br /&gt;
* Is the root element &amp;quot;hCite&amp;quot; or &amp;quot;citation&amp;quot;. Let me root for &amp;quot;citation&amp;quot; as that semantically describes the content--similar to hCard's root class of &amp;quot;vcard&amp;quot;.&lt;br /&gt;
* Missing a URL/URI/IRI/UID etc. field example (ISBN for Book).&lt;br /&gt;
* Does the &amp;quot;copyright&amp;quot; class conflict with [http://www.whatwg.org/specs/web-apps/current-work/#class WHATWG's definition]?&lt;br /&gt;
* WRT Bruce's comment, I'm currently using class=&amp;quot;article citation&amp;quot; for my writing, as it has the most flexibility with CSS styles for titles (e.g. Book titles .citation&amp;gt;.fn must be italicized, while article titles must not, their container should).&lt;br /&gt;
* Speaking of containers, we need an &amp;quot;in&amp;quot; or &amp;quot;collection&amp;quot; field for journal articles or articles-in-books, or is that covered by &amp;quot;publisher&amp;quot;?&lt;br /&gt;
&lt;br /&gt;
==== Citing Private Communication ====&lt;br /&gt;
&lt;br /&gt;
Needs an example.&lt;br /&gt;
&lt;br /&gt;
==== Citing Legal Cases ====&lt;br /&gt;
Needs an example. &lt;br /&gt;
see [http://microformats.org/wiki/citation-examples-markup#Wikipedia_Court_Case Wikipedia example] for inspiration.&lt;br /&gt;
&lt;br /&gt;
==== Citing a Book ====&lt;br /&gt;
&lt;br /&gt;
needs an example&lt;br /&gt;
&lt;br /&gt;
==== Citing a journal article ====&lt;br /&gt;
&lt;br /&gt;
needs an example &lt;br /&gt;
&lt;br /&gt;
==== Citing a magazine article ====&lt;br /&gt;
&lt;br /&gt;
needs an example&lt;br /&gt;
&lt;br /&gt;
==== Citing a Patent ====&lt;br /&gt;
&lt;br /&gt;
Drawn from this [http://microformats.org/wiki/citation-examples#U.S._Patent example from Wikipedia]:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;li class=&amp;quot;hcite&amp;quot;&amp;gt;&amp;lt;a href=&amp;quot;http://patft.uspto.gov/netacgi/nph-Parser?patentnumber=4,405,829&amp;quot; class=&amp;quot;url&amp;quot; &lt;br /&gt;
    title=&amp;quot;http://patft.uspto.gov/netacgi/nph-Parser?patentnumber=4,405,829&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;format&amp;quot;&amp;gt;U.S. Patent&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;identifier&amp;quot;&amp;gt;4,405,829&amp;lt;/span&amp;gt;&amp;lt;/a&amp;gt;:&lt;br /&gt;
    &amp;lt;span class=&amp;quot;description&amp;quot;&amp;gt;The &amp;lt;a href=&amp;quot;/wiki/RSA&amp;quot; title=&amp;quot;RSA&amp;quot;&amp;gt;RSA&amp;lt;/a&amp;gt; patent, a famous software patent on the ground-breaking &lt;br /&gt;
    and highly unobvious algorithm for public key encryption, widely used for secure communications &lt;br /&gt;
    in many industries nowdays&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Citing a conference publication====&lt;br /&gt;
&lt;br /&gt;
Based on the [http://microformats.org/wiki/citation-examples#ACM_Digital_Library_Search_Result_Examples conference publication reference example].&lt;br /&gt;
&lt;br /&gt;
Changed Oct 06 to conform with [http://microformats.org/wiki/citation-brainstorming#Brian.27s_Straw_format Brian's format]. --[[User:Mike|Mike]] 18:09, 12 Oct 2006 (PDT)&lt;br /&gt;
(everything but the url class should be in line with that proposal)&lt;br /&gt;
&lt;br /&gt;
L. Hochstein, J. Carver, F. Shull, S. Asgari, V. Basili, J. K. Hollingsworth, and M. Zelkowitz, “Hpc programmer productivity: A case study of novice hpc programmers,” in Proceedings of ACM/IEEE Supercomputing Conference, 2005.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;cite class=&amp;quot;hcite&amp;quot;&amp;gt;&lt;br /&gt;
	&amp;lt;span class=&amp;quot;creator vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Lorin Hochstein&amp;lt;/span&amp;gt;&amp;lt;span class=&amp;quot;org&amp;quot;&amp;gt; University of Maryland, College Park &amp;lt;/span&amp;gt;&amp;lt;span&amp;gt;,&lt;br /&gt;
	&amp;lt;span class=&amp;quot;creator vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt; Jeff Carver &amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;org&amp;quot;&amp;gt; Mississippi State University &amp;lt;/span&amp;gt; &amp;lt;span&amp;gt;,&lt;br /&gt;
	&amp;lt;span class=&amp;quot;creator vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt; Forrest Shull &amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;org&amp;quot;&amp;gt; Fraunhofer Center Maryland &amp;lt;/span&amp;gt; &amp;lt;span&amp;gt;,&lt;br /&gt;
	&amp;lt;span class=&amp;quot;creator vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt; Sima Asgari&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;org&amp;quot;&amp;gt; University of Maryland, College Park &amp;lt;/span&amp;gt; &amp;lt;span&amp;gt;,&lt;br /&gt;
	&amp;lt;span class=&amp;quot;creator vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt; Victor Basili&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;org&amp;quot;&amp;gt; Fraunhofer Center Maryland &amp;lt;/span&amp;gt; &amp;lt;span&amp;gt;,&lt;br /&gt;
	&amp;lt;span class=&amp;quot;creator vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt; Jeffrey K. Hollingsworth&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;org&amp;quot;&amp;gt; University of Maryland, College Park &amp;lt;/span&amp;gt; &amp;lt;span&amp;gt;, and &lt;br /&gt;
	&amp;lt;span class=&amp;quot;creator vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt; Marv Zelkowitz&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;org&amp;quot;&amp;gt; University of Maryland, College Park &amp;lt;/span&amp;gt; &amp;lt;span&amp;gt;,&lt;br /&gt;
	&amp;lt;a class=&amp;quot;fn url&amp;quot; href=&amp;quot;http://dx.doi.org/10.1109/SC.2005.53&amp;quot;&amp;gt;HPC Programmer Productivity: A Case Study of Novice HPC Programmers&amp;lt;/a&amp;gt;. &lt;br /&gt;
        (&amp;lt;span class=&amp;quot;format&amp;quot;&amp;gt;conference publication&amp;lt;/span&amp;gt;)&lt;br /&gt;
	&amp;lt;cite class=&amp;quot;container hcite&amp;quot;&amp;gt;&lt;br /&gt;
	&amp;lt;a class=&amp;quot;fn url&amp;quot; href=&amp;quot;...&amp;quot;&amp;gt;Proceedings of ACM/IEEE Supercomputing Conference&amp;lt;/a&amp;gt;&lt;br /&gt;
	&amp;lt;abbr class=&amp;quot;dtpublished&amp;quot; title=&amp;quot;20051126T0000-0800&amp;quot;&amp;gt;2005&amp;lt;/abbr&amp;gt;&lt;br /&gt;
	&amp;lt;/cite&amp;gt;&lt;br /&gt;
	page &amp;lt;span class=&amp;quot;pages&amp;quot;&amp;gt;35&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;publisher vcard&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;span class=&amp;quot; fn&amp;quot;&amp;gt;IEEE Computer Society&lt;br /&gt;
   &amp;lt;/span&amp;gt;&lt;br /&gt;
    &amp;lt;div class=&amp;quot;adr&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;Washington&amp;lt;/span&amp;gt;,&lt;br /&gt;
      &amp;lt;span class=&amp;quot;region&amp;quot;&amp;gt;DC&amp;lt;/span&amp;gt;&lt;br /&gt;
    &amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;a class=&amp;quot;url instantiation&amp;quot; href=&amp;quot;http://portal.acm.org/ft_gateway.cfm?id=1105800&amp;amp;type=pdf&amp;amp;coll=portal&amp;amp;dl=ACM&amp;amp;CFID=68330711&amp;amp;CFTOKEN=39187329&amp;quot;&amp;gt;PDF of full text from ACM&amp;lt;/a&amp;gt;&lt;br /&gt;
&lt;br /&gt;
	DOI: &amp;lt;a class=&amp;quot;url uid&amp;quot; href=&amp;quot;http://dx.doi.org/10.1109/SC.2005.53&amp;quot;&amp;gt;10.1109/SC.2005.53&amp;lt;/a&amp;gt;&lt;br /&gt;
        Tags: &lt;br /&gt;
    &amp;lt;a class=&amp;quot;keyword&amp;quot; rel=&amp;quot;tag&amp;quot; href=&amp;quot;results.cfm?query=genterm%3A%22Design%22 ...&amp;quot;&amp;gt;&lt;br /&gt;
							Design&amp;lt;/a&amp;gt;,&lt;br /&gt;
     &amp;lt;a class=&amp;quot;keyword&amp;quot; rel=&amp;quot;tag&amp;quot; href=&amp;quot;results.cfm?query=genterm%3A%22Experimentation%22 ....&amp;quot;&amp;gt;&lt;br /&gt;
							 Experimentation&amp;lt;/a&amp;gt;,&lt;br /&gt;
     &amp;lt;a class=&amp;quot;keyword&amp;quot; rel=&amp;quot;tag&amp;quot; href=&amp;quot;results.cfm?query=genterm%3A%22Measurement%22...&amp;quot;&amp;gt;&lt;br /&gt;
							 Measurement&amp;lt;/a&amp;gt;,&lt;br /&gt;
     &amp;lt;a class=&amp;quot;keyword&amp;quot; rel=&amp;quot;tag&amp;quot; href=&amp;quot;results.cfm?query=genterm%3A%22Performance%22 ...&amp;quot;&amp;gt;&lt;br /&gt;
							 Performance&amp;lt;/a&amp;gt;&lt;br /&gt;
&lt;br /&gt;
	&amp;lt;blockquote class=&amp;quot;description&amp;quot;&amp;gt;In developing High-Performance Computing (HPC) software, time to solution is an important metric. This metric is comprised of two main components: the human effort required developing the software, plus the amount of machine time required to execute it. To date, little empirical work has been done to study the first component: the human effort required and the effects of approaches and practices that may be used to reduce it. In this paper, we describe a series of studies that address this problem. We instrumented the development process used in multiple HPC classroom environments. We analyzed data within and across such studies, varying factors such as the parallel programming model used and the application being developed, to understand their impact on the development process.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
  &amp;lt;/cite&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Note''' (From [[Discoleo]], Sept. 06)&lt;br /&gt;
* sometimes, the citation must include '''Town/Country''' and '''Precise Date/Date Range''', e.g.&lt;br /&gt;
** ''Gillespie SH, Dickens A.'' Variation in mutation rate of quinolone resistance in Streptococcus pneumoniae [abstract P06-17A]. In: Abstracts of the 3rd International Symposium on Pneumococci and Pneumococcal Disease (Anchorage, 5-9 May 2002).Washington, DC: American Society of Microbiology, 2002.&lt;br /&gt;
** ''Bassetti, M.; Righi, E.; Rebesco, B.; Molinari, MP.; Costa, A.; Fasce, R.; Cruciani, M.; Bassetti, D.; Bobbio Pallavicini, F.'' 44th Annual Interscience Conference on Antimicrobial Agents and Chemotherapy (ICAAC). Washington, DC; 2004. Epidemiological trends in nosocomial candidemia in ICU: A five-year Italian perspective.&lt;br /&gt;
** ''Peacock JE, Wade JC, Lazarus HM, et al.'' Ciprofloxacin/piperacillin vs. tobramycin/piperacillin as empiric therapy for fever in neutropenic cancer patients, a randomized, double-blind trial [abstract 373]. In: Program and abstracts of the 37th Interscience Conference on Antimicrob Agents and Chemotherapy (Toronto). Washington, DC: American Society for Microbiology, 1997.&lt;br /&gt;
&lt;br /&gt;
==== Citing an external website ====&lt;br /&gt;
&lt;br /&gt;
This is based on a formal citation of a website in the references section of a research paper, but could also be used for in-line links that had added information. Here's the original:&lt;br /&gt;
&lt;br /&gt;
[25] David Stern, &amp;quot;eprint Moderator Model&amp;quot;, http://www.library.yale.edu/scilib/modmodexplain.html  (version dated Jan 25, 1999)&lt;br /&gt;
 &lt;br /&gt;
 &amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;cite class=&amp;quot;hcite&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;a class=&amp;quot;fn url&amp;quot; href=&amp;quot;http://www.library.yale.edu/scilib/modmodexplain.html&amp;quot;&amp;gt;eprint Moderator Model&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;author vcard&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;a href=&amp;quot;http://pantheon.yale.edu/~dstern/dsbio.html&amp;quot; class=&amp;quot;url fn&amp;quot;&amp;gt;David Stern&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;/span&amp;gt;  &lt;br /&gt;
&amp;lt;abbr class=&amp;quot;dtpublished&amp;quot; title=&amp;quot;19990125T0000-0500&amp;quot;&amp;gt;&lt;br /&gt;
    Jan 25, 1999&lt;br /&gt;
  &amp;lt;/abbr&amp;gt;&lt;br /&gt;
&amp;lt;/cite&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Discussion of Straw Format elements ===&lt;br /&gt;
&lt;br /&gt;
This section is to provide explanations for posterity about the elements of the straw format, linking to discussions on the list and elsewhere if possible.&lt;br /&gt;
&lt;br /&gt;
==== 'hcite' as Root Element name ====&lt;br /&gt;
&lt;br /&gt;
This discussion took place in January of 2007, with voting occurring on the mailing list in the thread starting with this message: [http://microformats.org/discuss/mail/microformats-discuss/2007-January/008098.html  '[citation] citation root element'].&lt;br /&gt;
&lt;br /&gt;
It was decided to use 'hcite' as the root element name for uniqueness and to reflect a trend in using 'h' to start microformat names.&lt;br /&gt;
&lt;br /&gt;
==== The URI Element ====&lt;br /&gt;
&lt;br /&gt;
It was decided to use URI for both http links to available copies or URNs.&lt;br /&gt;
This encompasses URLs that link directly to online copies as well as through resolvers using URIs such as urn:isbn: 0521890012&lt;br /&gt;
&lt;br /&gt;
See the discussion from [http://microformats.org/discuss/mail/microformats-discuss/2006-November/007390.html november] and [http://microformats.org/discuss/mail/microformats-discuss/2006-December/007403.html december].&lt;br /&gt;
&lt;br /&gt;
== Old straw format discussion ==&lt;br /&gt;
&lt;br /&gt;
Saved here so that I'm not just deleting people's comments.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Mike straw format suggestion (Deprecated) ===&lt;br /&gt;
&lt;br /&gt;
In the interests of starting debate and having something concrete to fix, I suggest the following structure for a format. It is probably very incomplete and I claim no microformat expertise. I'm just trying to follow existing patterns. Comments and ridicule are both solicited. -Mike&lt;br /&gt;
&lt;br /&gt;
'''NOTE:''' This format is here for historical reference. Because it was not based on existing examples, I've deprecated it and contributed examples to Brian's format. If you feel that any missing elements in here should be in the final format, find examples for them and contribute to Brian's schema. Thanks! --[[User:Mike|Mike]] 18:22, 12 Oct 2006 (PDT)&lt;br /&gt;
&lt;br /&gt;
==== In General ====&lt;br /&gt;
&lt;br /&gt;
The ''citation'' format is based on a set of fields common to many bibliographic data formats, which are often implied by standard citation display styles but not explicitly marked up in practice on the web.&lt;br /&gt;
&lt;br /&gt;
==== Schema ====&lt;br /&gt;
&lt;br /&gt;
The citation schema consists of the following:&lt;br /&gt;
&lt;br /&gt;
* cite &lt;br /&gt;
** title: required, text (class = fn)&lt;br /&gt;
** subtitle: optional, text&lt;br /&gt;
** authors: optional, use hCard&lt;br /&gt;
** publication date: optional&lt;br /&gt;
** link(s) to instantiations, optional, url or use rel-enclosure? (class=url)&lt;br /&gt;
** UID, optional (for ISBN, DOI - use existing uid class) | permalink&lt;br /&gt;
** series (aka volume/issuenum) , optional (''not as sure how to handle these - suggestions?'')&lt;br /&gt;
** pages: startpage &amp;amp; endpage, optional, text&lt;br /&gt;
** venue, optional (hCard)&lt;br /&gt;
** publisher, optional (hCard)&lt;br /&gt;
** container: optional (nested hCite)&lt;br /&gt;
** abstract, optional (blockquote + class=&amp;quot;abstract&amp;quot; ?)&lt;br /&gt;
** notes, optional (blockquote + class=&amp;quot;notes&amp;quot; ?)&lt;br /&gt;
** keywords, optional (rel-tag)&lt;br /&gt;
** image, optional (for inclusion inline, unlike the url)&lt;br /&gt;
** copyright, optional (rel-license)&lt;br /&gt;
** ''what else am I missing?''&lt;br /&gt;
*** language, optional&lt;br /&gt;
&lt;br /&gt;
''Looks good, but I question the use of hCard for names. Due to ambiguity issues, requring hCard would lead to extra markup in order to apply just a name, hence [http://microformats.org/discuss/mail/microformats-discuss/2006-March/003487.html the need for a root element]. We should extract the N optimization of hCard like we did with adr, in order to ease this problem.'' --[[User:RCanine|Ryan Cannon]]&lt;br /&gt;
&lt;br /&gt;
Perhaps a Retrieved Date or Access Date would be appropriate for citing online resources. For example at http://www.crlt.umich.edu/publinks/facment_biblio.html &lt;br /&gt;
you see citations like this&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
Chief Academic Officers of the Big 12 Universities (2000). Big 12 Faculty Fellowship Program. Retrieved December 20, 2000 from the World Wide Web: http://www.k-state.edu/provost/academic/big12/big12guide.htm.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
--[[User:JoeAndrieu|Joe Andrieu]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Discussion about citing legal cases ====&lt;br /&gt;
&lt;br /&gt;
Here's some info I found about citing law:&lt;br /&gt;
&lt;br /&gt;
I'm not a lawyer, so I'm relying on the published [http://www.legalbluebook.com &amp;quot;blue book&amp;quot; standard], at least the only part of it I can get without paying $25. I'd be happy to hear improvements from experts in the field - how do lawyers mark up references to case law in HTML now?&lt;br /&gt;
&lt;br /&gt;
From groklaw.net and eff.org, I find mostly just links to PDFs with the name of the case as the link text. Or just this, from EFF:&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;h1&amp;gt;The Betamax Case&amp;lt;/h1&amp;gt;&lt;br /&gt;
&amp;lt;h2&amp;gt;Sony Corp. of America v. Universal City Studios, 464 U.S. 417 (1984)&amp;lt;/h2&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
From an example at the sample bluepages: http://www.legalbluebook.com/pdfs/bluepages.pdf&lt;br /&gt;
5 basic components:&lt;br /&gt;
*1 name of the case (citation title)&lt;br /&gt;
*2 published source in which case may be found (citation containing publication?)&lt;br /&gt;
*3 a parenthetical indicating the court and year of decision (citation venue?)&lt;br /&gt;
*4 other parenthetical information, if any (citation notes?)&lt;br /&gt;
*5 subsequent history of the case, if any (citation notes?)&lt;br /&gt;
&lt;br /&gt;
Here's two examples from the bluebook. Note that there are very strict rules about abbreviations in that source!&lt;br /&gt;
&lt;br /&gt;
Holland v. Donnelly, 216 F. Supp. 2d 227, 230 (S.D.N.Y. 2002), aff'd, 324 F.3d 99 (2d Cir. 2003).&lt;br /&gt;
&lt;br /&gt;
Green v. Georgia, 442 U.S. 95, 97 (1979) (per curiam) (holding that exclusion of relevant evidence at sentencing hearing constitutes denial of due process).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== discussions ==&lt;br /&gt;
* [[citation-irc-notes-2006-04-09]]&lt;/div&gt;</summary>
		<author><name>Mike</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=citation-brainstorming&amp;diff=12562</id>
		<title>citation-brainstorming</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=citation-brainstorming&amp;diff=12562"/>
		<updated>2007-01-17T07:04:33Z</updated>

		<summary type="html">&lt;p&gt;Mike: /* Brian's Straw format */ Moved explanations out of working schema list to separate section&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h1&amp;gt; Citation Brainstroming &amp;lt;/h1&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* [[citation]]&lt;br /&gt;
* [[citation-examples]]&lt;br /&gt;
* [[citation-formats]]&lt;br /&gt;
* [[citation-faq]]&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
== Contributors ==&lt;br /&gt;
&lt;br /&gt;
* ...&lt;br /&gt;
* ... (a bunch of good folks!)&lt;br /&gt;
* Tantek Çelik&lt;br /&gt;
* Tim White&lt;br /&gt;
* Michael McCracken&lt;br /&gt;
* Brian Suda&lt;br /&gt;
* [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
&lt;br /&gt;
== Use Cases ==&lt;br /&gt;
&lt;br /&gt;
To focus the discussion, please add use cases below that will help show what problems the citation microformat will be solving.&lt;br /&gt;
&lt;br /&gt;
I've included two, focusing on consuming information - I've assumed that use cases for generating microformatted content would just involve the desire to enable your content to be consumed better, but I'm interested to see if there's something I'm missing here -Mike&lt;br /&gt;
&lt;br /&gt;
=== Acquiring reference information from the web ===&lt;br /&gt;
&lt;br /&gt;
A user either finds an author's papers page, or is viewing the results of a search and would like to import the information about the displayed papers into their local reference database, for the purposes of cataloging things they've read, adding notes, and using the information to generate later citations, potentially in other forms, such as BibTeX or Docbook, for inclusion in a publication of their own.&lt;br /&gt;
&lt;br /&gt;
Notes: In this case, it isn't important to the user what format the citation takes as displayed on the page where they find it. What *is* important is that it contains enough information to allow generation of the format they will ultimately re-publish it in. This implies that it may be worthwhile to err a little on the side of verbosity.&lt;br /&gt;
&lt;br /&gt;
Also, links to downloadable full representations of the cited work are very important - e.g. a link to the PDF of a journal article, or to a music file.&lt;br /&gt;
&lt;br /&gt;
=== Subscribing to reading lists, periodicals, etc ===&lt;br /&gt;
&lt;br /&gt;
I would like to be able to leverage my news aggregator with hAtom to subscribe to a remote source for citation information, for example:&lt;br /&gt;
&lt;br /&gt;
* a reading list for a seminar&lt;br /&gt;
* The publication list for a conference (e.g., subscribe to SIGGRAPH and see the updated conference proceedings every year)&lt;br /&gt;
* the issues of a journal&lt;br /&gt;
* a particular research group or researcher's publications&lt;br /&gt;
* Not just research: a popular author's publications (e.g., [http://www.gladwell.com/archive.html Malcolm Gladwell's Archive])&lt;br /&gt;
&lt;br /&gt;
=== Aggregating reading lists and reviews ===&lt;br /&gt;
&lt;br /&gt;
A citation microformat-specific aggregator could provide a decentralized version of [http://citeulike.org/ CiteULike]. Libraries, authors, research groups, and publishers could mark up their collections, while other people on weblogs or review sites could add tags and reviews.&lt;br /&gt;
&lt;br /&gt;
At least, having a well-adopted microformat would make writing tools like CiteULike much better, since it relies in some cases on screen-scraping publisher web-sites.&lt;br /&gt;
&lt;br /&gt;
=== Cut &amp;amp; Paste from web pages ===&lt;br /&gt;
Capturing/copying HTML from web pages for use in other applications (especially when those apps present HTML as output), such as pasting into Word, or a specialized application like [http://www.google.com/notebook Google Notebook], [http://onfolio.com Onfolio] or [http://www.kaboodle.com Kaboodle].  When such captures are made, it makes sense to keep track of the full citation data, including the date it was accessed, which may or may not be the date it was published. &lt;br /&gt;
&lt;br /&gt;
=== Blogs quoting other resources, including blogs ===&lt;br /&gt;
Any blog that cites online content, whether a blog or news article, could use an hCitation to properly link to the cited reference. Such citations could include the access date when the blogger made the citation, because resources on the other side of those links can change without notice. &lt;br /&gt;
&lt;br /&gt;
Instead, today we have simple formating with a link to the permaURL. The citation data is completely lacking. See [http://doc.weblogs.com Doc Searl's blog] for a style of referencing that could benefit from proper a citation uF.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Fascinating... after I added the last two use cases, I realized they focus on potentially marginal cases. The first because it is missing the &amp;quot;output&amp;quot; part of the cut &amp;amp; paste, where the uF would actually be used as part of the paste.  The latter because bloggers have a working citation mechanism that is just a link to the URL (hopefully a permaURL). One could argue they wouldn't want a full hCitation. And in fact, until a tool exists that makes it easy, they probably won't.  However, a tool that cuts &amp;amp; pastes from anywhere on the web into a blog with a full citation seems like a nice tool.  But again, I'm not really paving the cowpaths with these ideas. -Joe Andrieu&lt;br /&gt;
&lt;br /&gt;
===Finding in Library===&lt;br /&gt;
Find a copy of the cited work in a nearby library (as with [http://ocoins.info/ OpenCOinS]). [[User:AndyMabbett|AndyMabbett]] 04:55, 4 Nov 2006 (PST)&lt;br /&gt;
&lt;br /&gt;
===Buy a copy===&lt;br /&gt;
Find the cited work on, for example, Amazon or [http://www.abebooks.com/ ABE]; or subscribe to a journal via its own website. [[User:AndyMabbett|AndyMabbett]] 04:55, 4 Nov 2006 (PST)&lt;br /&gt;
&lt;br /&gt;
===Find reviews===&lt;br /&gt;
Find third-party reviews of the cited work. [[User:AndyMabbett|AndyMabbett]] 04:55, 4 Nov 2006 (PST)&lt;br /&gt;
&lt;br /&gt;
== Original hBib Discussion ==&lt;br /&gt;
&lt;br /&gt;
During the WWW2005 Developer's Day [[microformats]] track, Rohit Khare gave a [[presentations|presentation]] where he discussed the microformats [[process]], and then did  a quick demonstration wherein a bunch of us got on a shared Subethaedit document, and brainstormed some thoughts on what an &amp;quot;hBib&amp;quot; bibliography citation microformat would look like.  Rohit placed the [http://cnlabs.commerce.net/~rohit/hBib%20Discussion.html document on his Commercenet site].&lt;br /&gt;
&lt;br /&gt;
* http://cnlabs.commerce.net/~rohit/hBib%20Discussion.html&lt;br /&gt;
&lt;br /&gt;
''An attempt to summarize and inline the linked document follows. -Mike''&lt;br /&gt;
&lt;br /&gt;
Two major goals were outlined by the group:&lt;br /&gt;
&lt;br /&gt;
* Avoid re-keying references&lt;br /&gt;
* Adapt to new journal styles by changing CSS&lt;br /&gt;
 &lt;br /&gt;
The fundamental problem was discussed in terms of display - the ability to transform XHTML+hBib into the many journal-specific formats. For example, how to display &amp;quot;et.al&amp;quot; when all authors are present in the source, and how to re-order the elements if a style defines a set order of elements that conflicts with the ordering in the source. Using hCard for authors was agreed on, and the beginnings of an example were shown.&lt;br /&gt;
&lt;br /&gt;
== XHTML Structure ==&lt;br /&gt;
With my exprience working X2V and hCa* has taught me what elememts are easy to find and which are not. Since the Citation microformat is very new it is possible to not make a lot of the same errors twice and to make things easier for extracting application to find and imply certain properties.&lt;br /&gt;
&lt;br /&gt;
* There should be some sort of 'root node' that implies all child elements are for the Citation microformat.&lt;br /&gt;
* Since most people will have multiple Citation there should be away to represent each Citation object as a unqiue block independant of another. This is to keep the parse from finding 'author' and applying to all citations. Each citation should be in a container (class=&amp;quot;???&amp;quot;) that scoped from others.&lt;br /&gt;
* Perhaps class=&amp;quot;hcite&amp;quot; with &amp;lt;code&amp;gt;&amp;amp;lt;cite&amp;amp;gt;&amp;lt;/code&amp;gt; recommended as the root element. E.g. &amp;lt;code&amp;gt;&amp;amp;lt;cite class=&amp;quot;hcite&amp;quot;&amp;amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Citation vs. [[media-info]] ==&lt;br /&gt;
&lt;br /&gt;
What distinguishes a cite from say [[media-info]] (e.g. [[media-info-examples]]) is that a cite is a reference to something explicitly external to the current piece of content or document, whereas [[media-info]] describes information about content embedded or inline in the current document.&lt;br /&gt;
&lt;br /&gt;
== Semantic Meaning ==&lt;br /&gt;
One of the guiding priniciple of Microformats is to use the most semantically rich element to describe each node (Point 2 of Semantic XHTML Design Principles: Use the most accurately precise semantic XHTML building block for each object etc). Since we are dealing with HTML and citations, several elements are candidates to be used to enrich the semantic meaning. [http://www.w3.org/TR/REC-html40/struct/text.html CITE, BLOCKQUOTE, Q, A], (are there more?)&lt;br /&gt;
&lt;br /&gt;
The [[citation-brainstorming|Citation Brainstorming Page]] has a few development and ideas about how to give another person credit for a link. Some of the semantic ideas behind their choices of tags can be applied to a full bibliographic type reference. ''Does this sentence make sense only historically? -Mike''&lt;br /&gt;
&lt;br /&gt;
== OCLC's WorldCat for titles == &lt;br /&gt;
Question: what about using something like OCLC's [http://www.oclc.org/worldcat/open/isbnissnlinking/default.htm WorldCat] for linking titles? - Tim White&lt;br /&gt;
&lt;br /&gt;
== This and That ==&lt;br /&gt;
After reading through alot of different citation encoding formats, i noticed that each format was being used in onw of two ways. It was either to describe the Current page (THIS.PAGE) or being used to encode references that point to external resources (THAT.PAGE)&lt;br /&gt;
&lt;br /&gt;
The informatation being encoded was identical for both resources (author, date, name, etc) they just reference different things. For this microformat, i'm not sure if we want to try to solve both problems, or just one? The meta tags in the head element would be the ideal place for information about the THIS.PAGE, but that is not in following with the ideals of microformats where information is human-readable. The THAT.PAGE idea where a list of references is at the end of a document in the form of a bibliography is more inline with the ideals of a microformat where the data is human-readable. That doesn't mean that data about the current document shouldn't be human-readable, so some of the same properties used to reference extermal resources can be used for the current document (THIS.PAGE). To do this a different root item could be used and transforming applications could either extract the citation data about the current page, or information about this page's references.&lt;br /&gt;
&lt;br /&gt;
This is open for discussion, but either way, i believe that the properties used to describe a page will be the same for both THIS and THAT. [http://suda.co.uk/ brian suda]&lt;br /&gt;
&lt;br /&gt;
== More on This and That ==&lt;br /&gt;
&lt;br /&gt;
Citation microformats are being explored as a possibility for citing genealogical information at [http://eatslikeahuman.blogspot.com Dan Lawyer's blog].&lt;br /&gt;
&lt;br /&gt;
This is a case where frequently the citation would refer to (THIS.PAGE), but would have nested within it a reference to (THAT.PAGE), possibly a few levels deep. For instance, a web page might contain data extracted from a microfilm of a census. The citation would need to include information about the web page, information about the microfilm, and information about the census. Genealogical citations are expected to include the repository (where can this book or microfilm be found. Is this the same as ''venue''?). So, at each level the information should contain the repository of the referenced item. A nesting (recursive) mechanism for citation microformats would be useful in this case. Is this the function of the &amp;quot;container&amp;quot; element in the Straw Format?&lt;br /&gt;
&lt;br /&gt;
== Date Formatting ==&lt;br /&gt;
Since microformats are all about re-use and the accepted way to encode Date-Time has been pretty much settled, then this is a good place to start when dealing with all the different date citation types. &lt;br /&gt;
&lt;br /&gt;
These are all the different fields from various citation formats that are of temporal nature:&lt;br /&gt;
 * Date (available | created | dateAccepted | dateCopyrighted | dateSubmitted | issued | modified | valid)&lt;br /&gt;
 * originInfo/dateIssued&lt;br /&gt;
 * originInfo/dateCreated&lt;br /&gt;
 * originInfo/dateCaptured&lt;br /&gt;
 * originInfo/dateOther&lt;br /&gt;
 * month&lt;br /&gt;
 * year&lt;br /&gt;
 * Copyright Year&lt;br /&gt;
 * Date - Generic&lt;br /&gt;
 * Date of Confernce&lt;br /&gt;
 * Date of Publication&lt;br /&gt;
 * Date of update/revisou/issuance of database record&lt;br /&gt;
 * Former Date&lt;br /&gt;
 * Entry Date for Database Record&lt;br /&gt;
 * Database Update&lt;br /&gt;
 * Year of Publication&lt;br /&gt;
&lt;br /&gt;
There are several common properties across several citation domains and will certainly be in the citation microformat, the unique instances will need further consideration, otherwise there could be no end to posiblities. &lt;br /&gt;
&lt;br /&gt;
There are also several properties (year, month, Year of publication) that can be extracted from another source. Therefore, if you only encode a more specific property such as; Date of Publication, you can extract the 'year of publication' from that. Since the date-time format we are modeling after is the ISO date-time format, just the Year portion is an acceptable date. So if you ONLY know the year of publication, the you can form a valid 'Date of Publication' as a microformat (which inturn is a valid 'year of publication') - you milage may vary when it comes to importing into citation applications.&lt;br /&gt;
&lt;br /&gt;
...&lt;br /&gt;
&lt;br /&gt;
It seems to me that these can be collapsed to maybe one or two different date properties.  As far as the specific human readable formatting of the date, that can be chosen per whatever the presentation style guide says, and the [[datetime-design-pattern]] used to simplify the markup. - Tantek&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Important'''&lt;br /&gt;
Sometimes we need a date range and not simply a date (e.g. 4-6 May 2006). See ''Conference Citation'' examples later on this page. - Discoleo&lt;br /&gt;
&lt;br /&gt;
'''Seasons'''&lt;br /&gt;
Some journals have seasonal issues (e.g. &amp;quot;Summer 2006 edition&amp;quot;) instead of, or as well as, editions labelled by month or other calendar-date. [[User:AndyMabbett|AndyMabbett]] 05:05, 4 Nov 2006 (PST)&lt;br /&gt;
&lt;br /&gt;
== Tags ==&lt;br /&gt;
Some of the citation formats has a place for 'keywords' or 'generic tags', etc. This might be a good place to re-use the [http://microformats.org/wiki/rel-tag RelTag microformat]. The downside would be that they are then forced to be links, which might be the correct way to mark-up these terms.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== MARC / MODS / Dublin Core ==&lt;br /&gt;
&lt;br /&gt;
The MODS ([http://www.loc.gov/standards/marcxml/Sandburg/sandburgmods.xml example]) and Dublin Core ([http://www.loc.gov/standards/marcxml/Sandburg/sandburgdc.xml example]) transformations of MARC21 may contain some useful ideas.&lt;br /&gt;
&lt;br /&gt;
Here's a first attempt at rewriting the linked examples in XHTML (written in response to a [http://microformats.org/discuss/mail/microformats-discuss/2005-December/002438.html mailing list query about encoding book information with microformats]):&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;book&amp;quot; lang=&amp;quot;en&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;h3 class=&amp;quot;fn&amp;quot;&amp;gt;Arithmetic /&amp;lt;/h3&amp;gt;&lt;br /&gt;
  &amp;lt;p&amp;gt;By &amp;lt;span class=&amp;quot;creator&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Sandburg, Carl&amp;lt;/span&amp;gt;,&lt;br /&gt;
     &amp;lt;span class=&amp;quot;date&amp;quot;&amp;gt;1878-1967&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;,&lt;br /&gt;
     and &amp;lt;span class=&amp;quot;illustrator&amp;quot;&amp;gt;Rand, Ted&amp;lt;/span&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
  &amp;lt;p&amp;gt;Publisher: &amp;lt;span class=&amp;quot;publisher&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Harcourt Brace Jovanovich&amp;lt;/span&amp;gt;,&lt;br /&gt;
     &amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;San Diego&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
  &amp;lt;p&amp;gt;Published: &amp;lt;span class=&amp;quot;issued&amp;quot;&amp;gt;1993&amp;lt;/span&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
  &amp;lt;p class=&amp;quot;description&amp;quot;&amp;gt;A poem about numbers and their characteristics. Features&lt;br /&gt;
     anamorphic, or distorted, drawings which can be restored to normal by viewing&lt;br /&gt;
     from a particular angle or by viewing the image's reflection in the provided&lt;br /&gt;
     Mylar cone.&amp;lt;/p&amp;gt;&lt;br /&gt;
  &amp;lt;p class=&amp;quot;note&amp;quot;&amp;gt;One Mylar sheet included in pocket.&amp;lt;/p&amp;gt;&lt;br /&gt;
  &amp;lt;p&amp;gt;Subjects:&amp;lt;/p&amp;gt;&lt;br /&gt;
  &amp;lt;ul&amp;gt;&lt;br /&gt;
    &amp;lt;li class=&amp;quot;subject&amp;quot;&amp;gt;Arithmetic&amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li class=&amp;quot;subject&amp;quot;&amp;gt;Children's poetry, American.&amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li class=&amp;quot;subject&amp;quot;&amp;gt;Arithmetic&amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li class=&amp;quot;subject&amp;quot;&amp;gt;American poetry&amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li class=&amp;quot;subject&amp;quot;&amp;gt;Visual perception&amp;lt;/li&amp;gt;&lt;br /&gt;
  &amp;lt;/ul&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;
== Basic Citation Stuctures ==&lt;br /&gt;
There are basic structures to any citation, this is an overview of some of the types&lt;br /&gt;
[http://www.users.muohio.edu/darcusb/misc/citations-spec.html http://www.users.muohio.edu/darcusb/misc/citations-spec.html]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Concerns not addressed by existing formats ==&lt;br /&gt;
&lt;br /&gt;
There are some aspects '''NOT adequately''' covered by existing formats. I have addressed this issue on the OpenOffice.org wiki page, too. [see http://wiki.services.openoffice.org/wiki/Bibliographic_Database for an extending discussion, the paragraph on ''Reference Types'']&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
These issues pertain mainly to '''Errata''', '''Comments and Authors Reply''' and '''Article Retractions'''.&lt;br /&gt;
* a bidirectional link could be necessary to implement these features (original article &amp;lt;=&amp;gt; eratum, reply, retraction letter)&lt;br /&gt;
* '''IMPORTANT: Errata'''&lt;br /&gt;
** Erata: one or more Corrections might be posted in various issues of the journal&lt;br /&gt;
** this is usually cited as: Orininal Article Citation Data (Correction available in ''Journal, Issue Nr, Year, Pages'') (repeat for more than one correction)&lt;br /&gt;
** it is possibly never cited alone&lt;br /&gt;
** there should be a link to the original article, while the original article should contain a link to this ''Errata''&lt;br /&gt;
* '''IMPORTANT: Commentary and Author Reply'''&lt;br /&gt;
** similar to Errata, there might be one or more Comments and Author Replys; this should be stored, too&lt;br /&gt;
** however, it is usually not included in the original citation&lt;br /&gt;
** it might be used however in a citation, but I do not know exaclty how to cite it optimally (original article should be provided as well) &lt;br /&gt;
* '''IMPORTANT: Article Retraction'''&lt;br /&gt;
** an article may be retracted because of plagiarism or some other flaw&lt;br /&gt;
** this should not be used any further in the research&lt;br /&gt;
** however, it might be used e.g. for an article on plagiarism or flawed research&lt;br /&gt;
** there should be therefore one field storing this information, too, and a link to:&lt;br /&gt;
** the published withdrawal letter (which explains why the article was retracted)&lt;br /&gt;
&lt;br /&gt;
* this issue may need a time-controlled event&lt;br /&gt;
* '''IMPORTANT: electronic publishing ahead of print (EPUB)'''&lt;br /&gt;
** more and more articles are initially posted online, before the published article gets actually printed&lt;br /&gt;
** How should this be used/cited?&lt;br /&gt;
** Is this changed, after the print version becomes available?&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Outstanding Issues ==&lt;br /&gt;
The 3 main points i (Brian) came across so far are:&lt;br /&gt;
1) IDENTIFIERS&lt;br /&gt;
2) FORMAT TYPES&lt;br /&gt;
3) NESTING&lt;br /&gt;
&lt;br /&gt;
1) In hCard/hCalendar there is a UID field. Added with URL it makes for a great unique identifier. There are loads of other identifers besides URL, ISBN, LOC call number, SKU, ISSN, etc. Many of these are unique in their domain, but not globally unique. So how to they get marked-up? Much like the hCard TEL/ADR properties, we can use something like:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;uid&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;type&amp;quot;&amp;gt;ISBN&amp;lt;/span&amp;gt;: &amp;lt;span&lt;br /&gt;
class=&amp;quot;value&amp;quot;&amp;gt;123456&amp;lt;/span&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
This makes the encoding the most extensible... if we start use class=&amp;quot;isbn&amp;quot; then it is an enumerated list, with class=&amp;quot;type&amp;quot; it is open ended.&lt;br /&gt;
&lt;br /&gt;
2) I keep mis-using &amp;quot;format&amp;quot;, format is the medium - hardback, softback. The TYPE (there probably is a better word - container?) is book, article, conference, manifesto, etc. Much like the identifers we can make an enumerated list of values, class=&amp;quot;book&amp;quot;, class=&amp;quot;article&amp;quot;, but that boxes us in, whereas something like: &amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;span class=&amp;quot;type&amp;quot;&amp;gt;article&amp;lt;/span&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt; leaves things more open.&lt;br /&gt;
&lt;br /&gt;
3) Nesting citation data in a citation. The ability to nest the same microformat inside itself is something that other microformats don't explicitly handle.&lt;br /&gt;
&lt;br /&gt;
The two options are:&lt;br /&gt;
i) Using class=&amp;quot;book&amp;quot;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;hcite&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;div class=&amp;quot;book&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Book Title&amp;lt;/span&amp;gt;&lt;br /&gt;
  &amp;lt;div class=&amp;quot;chapter&amp;quot;&amp;gt;&lt;br /&gt;
     &amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Chapter Title&amp;lt;/span&amp;gt;&lt;br /&gt;
  &amp;lt;/div&amp;gt;&lt;br /&gt;
 &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&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 makes things easy to nest and to figure out exactly what is&lt;br /&gt;
associated with what, but the downside is that we have enumerated&lt;br /&gt;
lists of values for the class properties.&lt;br /&gt;
&lt;br /&gt;
ii) using the TYPE for book&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;hcite&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;div class=&amp;quot;type&amp;quot;&amp;gt;book&amp;lt;/div&amp;gt;&lt;br /&gt;
 &amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Book Title&amp;lt;/span&amp;gt;&lt;br /&gt;
 &amp;lt;div class=&amp;quot;type&amp;quot;&amp;gt;chapter&amp;lt;/div&amp;gt;&lt;br /&gt;
 &amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Chapter Title&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
now the class=&amp;quot;fn&amp;quot; is not nested inside the class=&amp;quot;book&amp;quot; or&lt;br /&gt;
class=&amp;quot;chapter&amp;quot; so there would have to be some other mechanism to&lt;br /&gt;
associate the data with the type.&lt;br /&gt;
&lt;br /&gt;
== Brian's Straw format ==&lt;br /&gt;
&lt;br /&gt;
=== implied schema (examples) ===&lt;br /&gt;
 + publisher&lt;br /&gt;
 + language&lt;br /&gt;
 + description&lt;br /&gt;
 + title&lt;br /&gt;
 + creator&lt;br /&gt;
 + journal&lt;br /&gt;
 + volume&lt;br /&gt;
 + issue&lt;br /&gt;
 + page &lt;br /&gt;
 + edition&lt;br /&gt;
 + identifier&lt;br /&gt;
 + tags&lt;br /&gt;
 + format&lt;br /&gt;
 + date published&lt;br /&gt;
 + copyright&lt;br /&gt;
 - audience&lt;br /&gt;
&lt;br /&gt;
=== implied schema (formats) ===&lt;br /&gt;
 + publisher&lt;br /&gt;
 + language&lt;br /&gt;
 + description&lt;br /&gt;
 + title&lt;br /&gt;
 + creator&lt;br /&gt;
 + volume&lt;br /&gt;
 + pages&lt;br /&gt;
 + edition&lt;br /&gt;
 + issue&lt;br /&gt;
 + identifier&lt;br /&gt;
 + tags&lt;br /&gt;
 + format&lt;br /&gt;
 + date published&lt;br /&gt;
 + date copyrighted&lt;br /&gt;
 - subtitle&lt;br /&gt;
 - image &lt;br /&gt;
 - excerpt&lt;br /&gt;
 - index terms&lt;br /&gt;
 - series title&lt;br /&gt;
 - publication&lt;br /&gt;
 - journal&lt;br /&gt;
 - part (1 of X)&lt;br /&gt;
&lt;br /&gt;
UNION of the two schemas&lt;br /&gt;
 + (PLUS) means common properties&lt;br /&gt;
 - (MINUS) means unique to the schema&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Working straw schema ===&lt;br /&gt;
&lt;br /&gt;
* root element ('hcite') ([http://microformats.org/wiki?title=citation-brainstorming#.27hcite.27_as_Root_Element_name explanation])&lt;br /&gt;
** title ('title')&lt;br /&gt;
** Author / Editor etc. ('creator')&lt;br /&gt;
** Volume Number ('volume')&lt;br /&gt;
** Pages ('pages')&lt;br /&gt;
*** note: this can be any value &lt;br /&gt;
** Edition ('edition')&lt;br /&gt;
** Issue number ('issue')&lt;br /&gt;
** Tags (href rel='tag')&lt;br /&gt;
** Format ('format')&lt;br /&gt;
*** Note - this is unclear at present - does format mean 'type', as in 'book' vs. 'article'? --[[User:Mike|Mike]] 22:53, 16 Jan 2007 (PST)&lt;br /&gt;
** date published&lt;br /&gt;
** date copyrighted&lt;br /&gt;
** publisher&lt;br /&gt;
** language&lt;br /&gt;
** Abstract / description ('description')&lt;br /&gt;
** URI (href class='uri') ([http://microformats.org/wiki?title=citation-brainstorming#The_URI_Element explanation])&lt;br /&gt;
** identifier&lt;br /&gt;
*** an (not necessarily globally unique) identifier, such as a cite-key, pubmed ID number, or simply the reference number or string within a publication ([1] or [CLRS2001])&lt;br /&gt;
&lt;br /&gt;
=== Examples ===&lt;br /&gt;
&lt;br /&gt;
Markup examples using the above format:&lt;br /&gt;
&lt;br /&gt;
==== Book ====&lt;br /&gt;
&lt;br /&gt;
This is Brian's original example&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;ul class=&amp;quot;bibliography&amp;quot;&amp;gt;&lt;br /&gt;
	&amp;lt;li class=&amp;quot;hcite&amp;quot; xml:lang=&amp;quot;en-gb&amp;quot;&amp;gt;&lt;br /&gt;
	&lt;br /&gt;
		&amp;lt;!-- publisher data as hCard--;&lt;br /&gt;
		&amp;lt;div class=&amp;quot;publisher vcard&amp;quot;&amp;gt;&lt;br /&gt;
			&amp;lt;span class=&amp;quot;fn org&amp;quot;&amp;gt;ABC Publishing Co.&amp;lt;/span&amp;gt;&lt;br /&gt;
			&amp;lt;span class=&amp;quot;country-name&amp;quot;&amp;gt;United Kingdom&amp;lt;/span&amp;gt;&lt;br /&gt;
			...&lt;br /&gt;
		&amp;lt;/div&amp;gt;&lt;br /&gt;
		&lt;br /&gt;
		&amp;lt;!-- author(s) data as hCard --&amp;gt;&lt;br /&gt;
		&amp;lt;div class=&amp;quot;creator vcard&amp;quot;&amp;gt;&lt;br /&gt;
			&amp;lt;span class=&amp;quot;fn n&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;given-name&amp;quot;&amp;gt;John &amp;lt;span class=&amp;quot;family-name&amp;quot;&amp;gt;Doe&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
			...&lt;br /&gt;
		&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
		&amp;lt;!-- location data --&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Foobar!&amp;lt;/span&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;description&amp;quot;&amp;gt;World Class Book about foobar&amp;lt;/span&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;volume&amp;quot;&amp;gt;1&amp;lt;/span&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;issue&amp;quot;&amp;gt;1&amp;lt;/span&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;edition&amp;quot;&amp;gt;1&amp;lt;/span&amp;gt;&lt;br /&gt;
		&amp;lt;span class=;pages&amp;quot;&amp;gt;1-10&amp;lt;/span&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;format&amp;quot;&amp;gt;article&amp;lt;/span&amp;gt;&lt;br /&gt;
		&lt;br /&gt;
		&amp;lt;!-- differed to the UID debate --&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;identifier&amp;quot;&amp;gt;12345678&amp;lt;/span&amp;gt;&lt;br /&gt;
		&lt;br /&gt;
		&amp;lt;!-- keywords --&amp;gt;&lt;br /&gt;
		&amp;lt;a class=&amp;quot;keyword&amp;quot; rel=&amp;quot;tag&amp;quot; href=&amp;quot;/tags/foo&amp;quot;&amp;gt;foo&amp;lt;/a&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;keyword&amp;quot;&amp;gt;bar&amp;lt;/span&amp;gt;&lt;br /&gt;
		&lt;br /&gt;
		&amp;lt;!-- date properties --&amp;gt;&lt;br /&gt;
		Published &amp;lt;abbr class=&amp;quot;dtpublished&amp;quot; title=&amp;quot;20060101&amp;quot;&amp;gt;January 1st 1006&amp;lt;/abbr&amp;gt;&lt;br /&gt;
		Copyright &amp;lt;abbr class=&amp;quot;copyright&amp;quot; title=&amp;quot;20060101&amp;quot;&amp;gt;2006&amp;lt;/abbr&amp;gt;&lt;br /&gt;
	&amp;lt;/li&amp;gt;&lt;br /&gt;
	...&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p class=&amp;quot;citation&amp;quot;&amp;gt;Have you read ;span class=&amp;quot;title&amp;quot;&amp;gt;&amp;lt;abbr title=&amp;quot;book&amp;quot; class=&amp;quot;format&amp;quot;&amp;gt;Foo Bar&amp;lt;/abbr&amp;gt;&amp;lt;/span&amp;gt;? &lt;br /&gt;
It was written by &amp;lt;span class=&amp;quot;author vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;John Doe&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;. &lt;br /&gt;
It only came out a &amp;lt;abbr class=&amp;quot;dtpublished&amp;quot; title=&amp;quot;20060101&amp;quot;&amp;gt;few months ago&amp;lt;/abbr&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Note: the &amp;quot;format&amp;quot; property above is incorrect. Format would refer more the physical characteristics of an item, rather than its type or genre (e.g. &amp;quot;article&amp;quot;, &amp;quot;book&amp;quot;, etc.). I'd rather have the main class for the li be &amp;quot;article&amp;quot; in this context, than the fairly meaningless &amp;quot;citation.&amp;quot;  Of course, one could have both, which would be fine too. -- bruce&lt;br /&gt;
&lt;br /&gt;
Note: Could we use ROLE from hCard to identify editors, translators, authors, etc?&lt;br /&gt;
This was discussed on the mailing list and the idea was dropped [http://microformats.org/discuss/mail/microformats-discuss/2006-September/005694.html]&lt;br /&gt;
&lt;br /&gt;
'''Comments''' : [[User:Singpolyma|singpolyma]] 08:03, 16 Jun 2006 (PDT) : keywords should be [[rel-tag]], and probably also [[XOXO]] (the same way the citation list is)&lt;br /&gt;
&lt;br /&gt;
[[User:RCanine|RCanine]] 11:55, 18 Dec 2006 (EST) :&lt;br /&gt;
&lt;br /&gt;
* Is there a reason not to re-use &amp;quot;published&amp;quot; from hAtom instead of inventing a new, basically equivalent term in &amp;quot;dtpublished&amp;quot;?&lt;br /&gt;
* Is the root element &amp;quot;hCite&amp;quot; or &amp;quot;citation&amp;quot;. Let me root for &amp;quot;citation&amp;quot; as that semantically describes the content--similar to hCard's root class of &amp;quot;vcard&amp;quot;.&lt;br /&gt;
* Missing a URL/URI/IRI/UID etc. field example (ISBN for Book).&lt;br /&gt;
* Does the &amp;quot;copyright&amp;quot; class conflict with [http://www.whatwg.org/specs/web-apps/current-work/#class WHATWG's definition]?&lt;br /&gt;
* WRT Bruce's comment, I'm currently using class=&amp;quot;article citation&amp;quot; for my writing, as it has the most flexibility with CSS styles for titles (e.g. Book titles .citation&amp;gt;.fn must be italicized, while article titles must not, their container should).&lt;br /&gt;
* Speaking of containers, we need an &amp;quot;in&amp;quot; or &amp;quot;collection&amp;quot; field for journal articles or articles-in-books, or is that covered by &amp;quot;publisher&amp;quot;?&lt;br /&gt;
&lt;br /&gt;
==== Citing Private Communication ====&lt;br /&gt;
&lt;br /&gt;
Needs an example.&lt;br /&gt;
&lt;br /&gt;
==== Citing Legal Cases ====&lt;br /&gt;
Needs an example. &lt;br /&gt;
see [http://microformats.org/wiki/citation-examples-markup#Wikipedia_Court_Case Wikipedia example] for inspiration.&lt;br /&gt;
&lt;br /&gt;
==== Citing a Book ====&lt;br /&gt;
&lt;br /&gt;
needs an example&lt;br /&gt;
&lt;br /&gt;
==== Citing a journal article ====&lt;br /&gt;
&lt;br /&gt;
needs an example &lt;br /&gt;
&lt;br /&gt;
==== Citing a magazine article ====&lt;br /&gt;
&lt;br /&gt;
needs an example&lt;br /&gt;
&lt;br /&gt;
==== Citing a Patent ====&lt;br /&gt;
&lt;br /&gt;
Drawn from this [http://microformats.org/wiki/citation-examples#U.S._Patent example from Wikipedia]:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;li class=&amp;quot;hcite&amp;quot;&amp;gt;&amp;lt;a href=&amp;quot;http://patft.uspto.gov/netacgi/nph-Parser?patentnumber=4,405,829&amp;quot; class=&amp;quot;url&amp;quot; &lt;br /&gt;
    title=&amp;quot;http://patft.uspto.gov/netacgi/nph-Parser?patentnumber=4,405,829&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;format&amp;quot;&amp;gt;U.S. Patent&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;identifier&amp;quot;&amp;gt;4,405,829&amp;lt;/span&amp;gt;&amp;lt;/a&amp;gt;:&lt;br /&gt;
    &amp;lt;span class=&amp;quot;description&amp;quot;&amp;gt;The &amp;lt;a href=&amp;quot;/wiki/RSA&amp;quot; title=&amp;quot;RSA&amp;quot;&amp;gt;RSA&amp;lt;/a&amp;gt; patent, a famous software patent on the ground-breaking &lt;br /&gt;
    and highly unobvious algorithm for public key encryption, widely used for secure communications &lt;br /&gt;
    in many industries nowdays&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Citing a conference publication====&lt;br /&gt;
&lt;br /&gt;
Based on the [http://microformats.org/wiki/citation-examples#ACM_Digital_Library_Search_Result_Examples conference publication reference example].&lt;br /&gt;
&lt;br /&gt;
Changed Oct 06 to conform with [http://microformats.org/wiki/citation-brainstorming#Brian.27s_Straw_format Brian's format]. --[[User:Mike|Mike]] 18:09, 12 Oct 2006 (PDT)&lt;br /&gt;
(everything but the url class should be in line with that proposal)&lt;br /&gt;
&lt;br /&gt;
L. Hochstein, J. Carver, F. Shull, S. Asgari, V. Basili, J. K. Hollingsworth, and M. Zelkowitz, “Hpc programmer productivity: A case study of novice hpc programmers,” in Proceedings of ACM/IEEE Supercomputing Conference, 2005.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;cite class=&amp;quot;hcite&amp;quot;&amp;gt;&lt;br /&gt;
	&amp;lt;span class=&amp;quot;creator vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Lorin Hochstein&amp;lt;/span&amp;gt;&amp;lt;span class=&amp;quot;org&amp;quot;&amp;gt; University of Maryland, College Park &amp;lt;/span&amp;gt;&amp;lt;span&amp;gt;,&lt;br /&gt;
	&amp;lt;span class=&amp;quot;creator vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt; Jeff Carver &amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;org&amp;quot;&amp;gt; Mississippi State University &amp;lt;/span&amp;gt; &amp;lt;span&amp;gt;,&lt;br /&gt;
	&amp;lt;span class=&amp;quot;creator vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt; Forrest Shull &amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;org&amp;quot;&amp;gt; Fraunhofer Center Maryland &amp;lt;/span&amp;gt; &amp;lt;span&amp;gt;,&lt;br /&gt;
	&amp;lt;span class=&amp;quot;creator vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt; Sima Asgari&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;org&amp;quot;&amp;gt; University of Maryland, College Park &amp;lt;/span&amp;gt; &amp;lt;span&amp;gt;,&lt;br /&gt;
	&amp;lt;span class=&amp;quot;creator vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt; Victor Basili&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;org&amp;quot;&amp;gt; Fraunhofer Center Maryland &amp;lt;/span&amp;gt; &amp;lt;span&amp;gt;,&lt;br /&gt;
	&amp;lt;span class=&amp;quot;creator vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt; Jeffrey K. Hollingsworth&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;org&amp;quot;&amp;gt; University of Maryland, College Park &amp;lt;/span&amp;gt; &amp;lt;span&amp;gt;, and &lt;br /&gt;
	&amp;lt;span class=&amp;quot;creator vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt; Marv Zelkowitz&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;org&amp;quot;&amp;gt; University of Maryland, College Park &amp;lt;/span&amp;gt; &amp;lt;span&amp;gt;,&lt;br /&gt;
	&amp;lt;a class=&amp;quot;fn url&amp;quot; href=&amp;quot;http://dx.doi.org/10.1109/SC.2005.53&amp;quot;&amp;gt;HPC Programmer Productivity: A Case Study of Novice HPC Programmers&amp;lt;/a&amp;gt;. &lt;br /&gt;
        (&amp;lt;span class=&amp;quot;format&amp;quot;&amp;gt;conference publication&amp;lt;/span&amp;gt;)&lt;br /&gt;
	&amp;lt;cite class=&amp;quot;container hcite&amp;quot;&amp;gt;&lt;br /&gt;
	&amp;lt;a class=&amp;quot;fn url&amp;quot; href=&amp;quot;...&amp;quot;&amp;gt;Proceedings of ACM/IEEE Supercomputing Conference&amp;lt;/a&amp;gt;&lt;br /&gt;
	&amp;lt;abbr class=&amp;quot;dtpublished&amp;quot; title=&amp;quot;20051126T0000-0800&amp;quot;&amp;gt;2005&amp;lt;/abbr&amp;gt;&lt;br /&gt;
	&amp;lt;/cite&amp;gt;&lt;br /&gt;
	page &amp;lt;span class=&amp;quot;pages&amp;quot;&amp;gt;35&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;publisher vcard&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;span class=&amp;quot; fn&amp;quot;&amp;gt;IEEE Computer Society&lt;br /&gt;
   &amp;lt;/span&amp;gt;&lt;br /&gt;
    &amp;lt;div class=&amp;quot;adr&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;Washington&amp;lt;/span&amp;gt;,&lt;br /&gt;
      &amp;lt;span class=&amp;quot;region&amp;quot;&amp;gt;DC&amp;lt;/span&amp;gt;&lt;br /&gt;
    &amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;a class=&amp;quot;url instantiation&amp;quot; href=&amp;quot;http://portal.acm.org/ft_gateway.cfm?id=1105800&amp;amp;type=pdf&amp;amp;coll=portal&amp;amp;dl=ACM&amp;amp;CFID=68330711&amp;amp;CFTOKEN=39187329&amp;quot;&amp;gt;PDF of full text from ACM&amp;lt;/a&amp;gt;&lt;br /&gt;
&lt;br /&gt;
	DOI: &amp;lt;a class=&amp;quot;url uid&amp;quot; href=&amp;quot;http://dx.doi.org/10.1109/SC.2005.53&amp;quot;&amp;gt;10.1109/SC.2005.53&amp;lt;/a&amp;gt;&lt;br /&gt;
        Tags: &lt;br /&gt;
    &amp;lt;a class=&amp;quot;keyword&amp;quot; rel=&amp;quot;tag&amp;quot; href=&amp;quot;results.cfm?query=genterm%3A%22Design%22 ...&amp;quot;&amp;gt;&lt;br /&gt;
							Design&amp;lt;/a&amp;gt;,&lt;br /&gt;
     &amp;lt;a class=&amp;quot;keyword&amp;quot; rel=&amp;quot;tag&amp;quot; href=&amp;quot;results.cfm?query=genterm%3A%22Experimentation%22 ....&amp;quot;&amp;gt;&lt;br /&gt;
							 Experimentation&amp;lt;/a&amp;gt;,&lt;br /&gt;
     &amp;lt;a class=&amp;quot;keyword&amp;quot; rel=&amp;quot;tag&amp;quot; href=&amp;quot;results.cfm?query=genterm%3A%22Measurement%22...&amp;quot;&amp;gt;&lt;br /&gt;
							 Measurement&amp;lt;/a&amp;gt;,&lt;br /&gt;
     &amp;lt;a class=&amp;quot;keyword&amp;quot; rel=&amp;quot;tag&amp;quot; href=&amp;quot;results.cfm?query=genterm%3A%22Performance%22 ...&amp;quot;&amp;gt;&lt;br /&gt;
							 Performance&amp;lt;/a&amp;gt;&lt;br /&gt;
&lt;br /&gt;
	&amp;lt;blockquote class=&amp;quot;description&amp;quot;&amp;gt;In developing High-Performance Computing (HPC) software, time to solution is an important metric. This metric is comprised of two main components: the human effort required developing the software, plus the amount of machine time required to execute it. To date, little empirical work has been done to study the first component: the human effort required and the effects of approaches and practices that may be used to reduce it. In this paper, we describe a series of studies that address this problem. We instrumented the development process used in multiple HPC classroom environments. We analyzed data within and across such studies, varying factors such as the parallel programming model used and the application being developed, to understand their impact on the development process.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
  &amp;lt;/cite&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Note''' (From [[Discoleo]], Sept. 06)&lt;br /&gt;
* sometimes, the citation must include '''Town/Country''' and '''Precise Date/Date Range''', e.g.&lt;br /&gt;
** ''Gillespie SH, Dickens A.'' Variation in mutation rate of quinolone resistance in Streptococcus pneumoniae [abstract P06-17A]. In: Abstracts of the 3rd International Symposium on Pneumococci and Pneumococcal Disease (Anchorage, 5-9 May 2002).Washington, DC: American Society of Microbiology, 2002.&lt;br /&gt;
** ''Bassetti, M.; Righi, E.; Rebesco, B.; Molinari, MP.; Costa, A.; Fasce, R.; Cruciani, M.; Bassetti, D.; Bobbio Pallavicini, F.'' 44th Annual Interscience Conference on Antimicrobial Agents and Chemotherapy (ICAAC). Washington, DC; 2004. Epidemiological trends in nosocomial candidemia in ICU: A five-year Italian perspective.&lt;br /&gt;
** ''Peacock JE, Wade JC, Lazarus HM, et al.'' Ciprofloxacin/piperacillin vs. tobramycin/piperacillin as empiric therapy for fever in neutropenic cancer patients, a randomized, double-blind trial [abstract 373]. In: Program and abstracts of the 37th Interscience Conference on Antimicrob Agents and Chemotherapy (Toronto). Washington, DC: American Society for Microbiology, 1997.&lt;br /&gt;
&lt;br /&gt;
==== Citing an external website ====&lt;br /&gt;
&lt;br /&gt;
This is based on a formal citation of a website in the references section of a research paper, but could also be used for in-line links that had added information. Here's the original:&lt;br /&gt;
&lt;br /&gt;
[25] David Stern, &amp;quot;eprint Moderator Model&amp;quot;, http://www.library.yale.edu/scilib/modmodexplain.html  (version dated Jan 25, 1999)&lt;br /&gt;
 &lt;br /&gt;
 &amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;cite class=&amp;quot;citation&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;a class=&amp;quot;fn url&amp;quot; href=&amp;quot;http://www.library.yale.edu/scilib/modmodexplain.html&amp;quot;&amp;gt;eprint Moderator Model&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;author vcard&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;a href=&amp;quot;http://pantheon.yale.edu/~dstern/dsbio.html&amp;quot; class=&amp;quot;url fn&amp;quot;&amp;gt;David Stern&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;/span&amp;gt;  &lt;br /&gt;
&amp;lt;abbr class=&amp;quot;dtpublished&amp;quot; title=&amp;quot;19990125T0000-0500&amp;quot;&amp;gt;&lt;br /&gt;
    Jan 25, 1999&lt;br /&gt;
  &amp;lt;/abbr&amp;gt;&lt;br /&gt;
&amp;lt;/cite&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Discussion of Straw Format elements ===&lt;br /&gt;
&lt;br /&gt;
This section is to provide explanations for posterity about the elements of the straw format, linking to discussions on the list and elsewhere if possible.&lt;br /&gt;
&lt;br /&gt;
==== 'hcite' as Root Element name ====&lt;br /&gt;
&lt;br /&gt;
This discussion took place in January of 2007, with voting occurring on the mailing list in the thread starting with this message: [http://microformats.org/discuss/mail/microformats-discuss/2007-January/008098.html  '[citation] citation root element'].&lt;br /&gt;
&lt;br /&gt;
It was decided to use 'hcite' as the root element name for uniqueness and to reflect a trend in using 'h' to start microformat names.&lt;br /&gt;
&lt;br /&gt;
==== The URI Element ====&lt;br /&gt;
&lt;br /&gt;
It was decided to use URI for both http links to available copies or URNs.&lt;br /&gt;
This encompasses URLs that link directly to online copies as well as through resolvers using URIs such as urn:isbn: 0521890012&lt;br /&gt;
&lt;br /&gt;
See the discussion from [http://microformats.org/discuss/mail/microformats-discuss/2006-November/007390.html november] and [http://microformats.org/discuss/mail/microformats-discuss/2006-December/007403.html december].&lt;br /&gt;
&lt;br /&gt;
== Old straw format discussion ==&lt;br /&gt;
&lt;br /&gt;
Saved here so that I'm not just deleting people's comments.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Mike straw format suggestion (Deprecated) ===&lt;br /&gt;
&lt;br /&gt;
In the interests of starting debate and having something concrete to fix, I suggest the following structure for a format. It is probably very incomplete and I claim no microformat expertise. I'm just trying to follow existing patterns. Comments and ridicule are both solicited. -Mike&lt;br /&gt;
&lt;br /&gt;
'''NOTE:''' This format is here for historical reference. Because it was not based on existing examples, I've deprecated it and contributed examples to Brian's format. If you feel that any missing elements in here should be in the final format, find examples for them and contribute to Brian's schema. Thanks! --[[User:Mike|Mike]] 18:22, 12 Oct 2006 (PDT)&lt;br /&gt;
&lt;br /&gt;
==== In General ====&lt;br /&gt;
&lt;br /&gt;
The ''citation'' format is based on a set of fields common to many bibliographic data formats, which are often implied by standard citation display styles but not explicitly marked up in practice on the web.&lt;br /&gt;
&lt;br /&gt;
==== Schema ====&lt;br /&gt;
&lt;br /&gt;
The citation schema consists of the following:&lt;br /&gt;
&lt;br /&gt;
* cite &lt;br /&gt;
** title: required, text (class = fn)&lt;br /&gt;
** subtitle: optional, text&lt;br /&gt;
** authors: optional, use hCard&lt;br /&gt;
** publication date: optional&lt;br /&gt;
** link(s) to instantiations, optional, url or use rel-enclosure? (class=url)&lt;br /&gt;
** UID, optional (for ISBN, DOI - use existing uid class) | permalink&lt;br /&gt;
** series (aka volume/issuenum) , optional (''not as sure how to handle these - suggestions?'')&lt;br /&gt;
** pages: startpage &amp;amp; endpage, optional, text&lt;br /&gt;
** venue, optional (hCard)&lt;br /&gt;
** publisher, optional (hCard)&lt;br /&gt;
** container: optional (nested hCite)&lt;br /&gt;
** abstract, optional (blockquote + class=&amp;quot;abstract&amp;quot; ?)&lt;br /&gt;
** notes, optional (blockquote + class=&amp;quot;notes&amp;quot; ?)&lt;br /&gt;
** keywords, optional (rel-tag)&lt;br /&gt;
** image, optional (for inclusion inline, unlike the url)&lt;br /&gt;
** copyright, optional (rel-license)&lt;br /&gt;
** ''what else am I missing?''&lt;br /&gt;
*** language, optional&lt;br /&gt;
&lt;br /&gt;
''Looks good, but I question the use of hCard for names. Due to ambiguity issues, requring hCard would lead to extra markup in order to apply just a name, hence [http://microformats.org/discuss/mail/microformats-discuss/2006-March/003487.html the need for a root element]. We should extract the N optimization of hCard like we did with adr, in order to ease this problem.'' --[[User:RCanine|Ryan Cannon]]&lt;br /&gt;
&lt;br /&gt;
Perhaps a Retrieved Date or Access Date would be appropriate for citing online resources. For example at http://www.crlt.umich.edu/publinks/facment_biblio.html &lt;br /&gt;
you see citations like this&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
Chief Academic Officers of the Big 12 Universities (2000). Big 12 Faculty Fellowship Program. Retrieved December 20, 2000 from the World Wide Web: http://www.k-state.edu/provost/academic/big12/big12guide.htm.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
--[[User:JoeAndrieu|Joe Andrieu]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Discussion about citing legal cases ====&lt;br /&gt;
&lt;br /&gt;
Here's some info I found about citing law:&lt;br /&gt;
&lt;br /&gt;
I'm not a lawyer, so I'm relying on the published [http://www.legalbluebook.com &amp;quot;blue book&amp;quot; standard], at least the only part of it I can get without paying $25. I'd be happy to hear improvements from experts in the field - how do lawyers mark up references to case law in HTML now?&lt;br /&gt;
&lt;br /&gt;
From groklaw.net and eff.org, I find mostly just links to PDFs with the name of the case as the link text. Or just this, from EFF:&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;h1&amp;gt;The Betamax Case&amp;lt;/h1&amp;gt;&lt;br /&gt;
&amp;lt;h2&amp;gt;Sony Corp. of America v. Universal City Studios, 464 U.S. 417 (1984)&amp;lt;/h2&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
From an example at the sample bluepages: http://www.legalbluebook.com/pdfs/bluepages.pdf&lt;br /&gt;
5 basic components:&lt;br /&gt;
*1 name of the case (citation title)&lt;br /&gt;
*2 published source in which case may be found (citation containing publication?)&lt;br /&gt;
*3 a parenthetical indicating the court and year of decision (citation venue?)&lt;br /&gt;
*4 other parenthetical information, if any (citation notes?)&lt;br /&gt;
*5 subsequent history of the case, if any (citation notes?)&lt;br /&gt;
&lt;br /&gt;
Here's two examples from the bluebook. Note that there are very strict rules about abbreviations in that source!&lt;br /&gt;
&lt;br /&gt;
Holland v. Donnelly, 216 F. Supp. 2d 227, 230 (S.D.N.Y. 2002), aff'd, 324 F.3d 99 (2d Cir. 2003).&lt;br /&gt;
&lt;br /&gt;
Green v. Georgia, 442 U.S. 95, 97 (1979) (per curiam) (holding that exclusion of relevant evidence at sentencing hearing constitutes denial of due process).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== discussions ==&lt;br /&gt;
* [[citation-irc-notes-2006-04-09]]&lt;/div&gt;</summary>
		<author><name>Mike</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=citation-brainstorming&amp;diff=12561</id>
		<title>citation-brainstorming</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=citation-brainstorming&amp;diff=12561"/>
		<updated>2007-01-17T06:53:07Z</updated>

		<summary type="html">&lt;p&gt;Mike: /* Working straw schema */ - Added more detail to working schema. Included 'hcite' as root element.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h1&amp;gt; Citation Brainstroming &amp;lt;/h1&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* [[citation]]&lt;br /&gt;
* [[citation-examples]]&lt;br /&gt;
* [[citation-formats]]&lt;br /&gt;
* [[citation-faq]]&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
== Contributors ==&lt;br /&gt;
&lt;br /&gt;
* ...&lt;br /&gt;
* ... (a bunch of good folks!)&lt;br /&gt;
* Tantek Çelik&lt;br /&gt;
* Tim White&lt;br /&gt;
* Michael McCracken&lt;br /&gt;
* Brian Suda&lt;br /&gt;
* [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
&lt;br /&gt;
== Use Cases ==&lt;br /&gt;
&lt;br /&gt;
To focus the discussion, please add use cases below that will help show what problems the citation microformat will be solving.&lt;br /&gt;
&lt;br /&gt;
I've included two, focusing on consuming information - I've assumed that use cases for generating microformatted content would just involve the desire to enable your content to be consumed better, but I'm interested to see if there's something I'm missing here -Mike&lt;br /&gt;
&lt;br /&gt;
=== Acquiring reference information from the web ===&lt;br /&gt;
&lt;br /&gt;
A user either finds an author's papers page, or is viewing the results of a search and would like to import the information about the displayed papers into their local reference database, for the purposes of cataloging things they've read, adding notes, and using the information to generate later citations, potentially in other forms, such as BibTeX or Docbook, for inclusion in a publication of their own.&lt;br /&gt;
&lt;br /&gt;
Notes: In this case, it isn't important to the user what format the citation takes as displayed on the page where they find it. What *is* important is that it contains enough information to allow generation of the format they will ultimately re-publish it in. This implies that it may be worthwhile to err a little on the side of verbosity.&lt;br /&gt;
&lt;br /&gt;
Also, links to downloadable full representations of the cited work are very important - e.g. a link to the PDF of a journal article, or to a music file.&lt;br /&gt;
&lt;br /&gt;
=== Subscribing to reading lists, periodicals, etc ===&lt;br /&gt;
&lt;br /&gt;
I would like to be able to leverage my news aggregator with hAtom to subscribe to a remote source for citation information, for example:&lt;br /&gt;
&lt;br /&gt;
* a reading list for a seminar&lt;br /&gt;
* The publication list for a conference (e.g., subscribe to SIGGRAPH and see the updated conference proceedings every year)&lt;br /&gt;
* the issues of a journal&lt;br /&gt;
* a particular research group or researcher's publications&lt;br /&gt;
* Not just research: a popular author's publications (e.g., [http://www.gladwell.com/archive.html Malcolm Gladwell's Archive])&lt;br /&gt;
&lt;br /&gt;
=== Aggregating reading lists and reviews ===&lt;br /&gt;
&lt;br /&gt;
A citation microformat-specific aggregator could provide a decentralized version of [http://citeulike.org/ CiteULike]. Libraries, authors, research groups, and publishers could mark up their collections, while other people on weblogs or review sites could add tags and reviews.&lt;br /&gt;
&lt;br /&gt;
At least, having a well-adopted microformat would make writing tools like CiteULike much better, since it relies in some cases on screen-scraping publisher web-sites.&lt;br /&gt;
&lt;br /&gt;
=== Cut &amp;amp; Paste from web pages ===&lt;br /&gt;
Capturing/copying HTML from web pages for use in other applications (especially when those apps present HTML as output), such as pasting into Word, or a specialized application like [http://www.google.com/notebook Google Notebook], [http://onfolio.com Onfolio] or [http://www.kaboodle.com Kaboodle].  When such captures are made, it makes sense to keep track of the full citation data, including the date it was accessed, which may or may not be the date it was published. &lt;br /&gt;
&lt;br /&gt;
=== Blogs quoting other resources, including blogs ===&lt;br /&gt;
Any blog that cites online content, whether a blog or news article, could use an hCitation to properly link to the cited reference. Such citations could include the access date when the blogger made the citation, because resources on the other side of those links can change without notice. &lt;br /&gt;
&lt;br /&gt;
Instead, today we have simple formating with a link to the permaURL. The citation data is completely lacking. See [http://doc.weblogs.com Doc Searl's blog] for a style of referencing that could benefit from proper a citation uF.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Fascinating... after I added the last two use cases, I realized they focus on potentially marginal cases. The first because it is missing the &amp;quot;output&amp;quot; part of the cut &amp;amp; paste, where the uF would actually be used as part of the paste.  The latter because bloggers have a working citation mechanism that is just a link to the URL (hopefully a permaURL). One could argue they wouldn't want a full hCitation. And in fact, until a tool exists that makes it easy, they probably won't.  However, a tool that cuts &amp;amp; pastes from anywhere on the web into a blog with a full citation seems like a nice tool.  But again, I'm not really paving the cowpaths with these ideas. -Joe Andrieu&lt;br /&gt;
&lt;br /&gt;
===Finding in Library===&lt;br /&gt;
Find a copy of the cited work in a nearby library (as with [http://ocoins.info/ OpenCOinS]). [[User:AndyMabbett|AndyMabbett]] 04:55, 4 Nov 2006 (PST)&lt;br /&gt;
&lt;br /&gt;
===Buy a copy===&lt;br /&gt;
Find the cited work on, for example, Amazon or [http://www.abebooks.com/ ABE]; or subscribe to a journal via its own website. [[User:AndyMabbett|AndyMabbett]] 04:55, 4 Nov 2006 (PST)&lt;br /&gt;
&lt;br /&gt;
===Find reviews===&lt;br /&gt;
Find third-party reviews of the cited work. [[User:AndyMabbett|AndyMabbett]] 04:55, 4 Nov 2006 (PST)&lt;br /&gt;
&lt;br /&gt;
== Original hBib Discussion ==&lt;br /&gt;
&lt;br /&gt;
During the WWW2005 Developer's Day [[microformats]] track, Rohit Khare gave a [[presentations|presentation]] where he discussed the microformats [[process]], and then did  a quick demonstration wherein a bunch of us got on a shared Subethaedit document, and brainstormed some thoughts on what an &amp;quot;hBib&amp;quot; bibliography citation microformat would look like.  Rohit placed the [http://cnlabs.commerce.net/~rohit/hBib%20Discussion.html document on his Commercenet site].&lt;br /&gt;
&lt;br /&gt;
* http://cnlabs.commerce.net/~rohit/hBib%20Discussion.html&lt;br /&gt;
&lt;br /&gt;
''An attempt to summarize and inline the linked document follows. -Mike''&lt;br /&gt;
&lt;br /&gt;
Two major goals were outlined by the group:&lt;br /&gt;
&lt;br /&gt;
* Avoid re-keying references&lt;br /&gt;
* Adapt to new journal styles by changing CSS&lt;br /&gt;
 &lt;br /&gt;
The fundamental problem was discussed in terms of display - the ability to transform XHTML+hBib into the many journal-specific formats. For example, how to display &amp;quot;et.al&amp;quot; when all authors are present in the source, and how to re-order the elements if a style defines a set order of elements that conflicts with the ordering in the source. Using hCard for authors was agreed on, and the beginnings of an example were shown.&lt;br /&gt;
&lt;br /&gt;
== XHTML Structure ==&lt;br /&gt;
With my exprience working X2V and hCa* has taught me what elememts are easy to find and which are not. Since the Citation microformat is very new it is possible to not make a lot of the same errors twice and to make things easier for extracting application to find and imply certain properties.&lt;br /&gt;
&lt;br /&gt;
* There should be some sort of 'root node' that implies all child elements are for the Citation microformat.&lt;br /&gt;
* Since most people will have multiple Citation there should be away to represent each Citation object as a unqiue block independant of another. This is to keep the parse from finding 'author' and applying to all citations. Each citation should be in a container (class=&amp;quot;???&amp;quot;) that scoped from others.&lt;br /&gt;
* Perhaps class=&amp;quot;hcite&amp;quot; with &amp;lt;code&amp;gt;&amp;amp;lt;cite&amp;amp;gt;&amp;lt;/code&amp;gt; recommended as the root element. E.g. &amp;lt;code&amp;gt;&amp;amp;lt;cite class=&amp;quot;hcite&amp;quot;&amp;amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Citation vs. [[media-info]] ==&lt;br /&gt;
&lt;br /&gt;
What distinguishes a cite from say [[media-info]] (e.g. [[media-info-examples]]) is that a cite is a reference to something explicitly external to the current piece of content or document, whereas [[media-info]] describes information about content embedded or inline in the current document.&lt;br /&gt;
&lt;br /&gt;
== Semantic Meaning ==&lt;br /&gt;
One of the guiding priniciple of Microformats is to use the most semantically rich element to describe each node (Point 2 of Semantic XHTML Design Principles: Use the most accurately precise semantic XHTML building block for each object etc). Since we are dealing with HTML and citations, several elements are candidates to be used to enrich the semantic meaning. [http://www.w3.org/TR/REC-html40/struct/text.html CITE, BLOCKQUOTE, Q, A], (are there more?)&lt;br /&gt;
&lt;br /&gt;
The [[citation-brainstorming|Citation Brainstorming Page]] has a few development and ideas about how to give another person credit for a link. Some of the semantic ideas behind their choices of tags can be applied to a full bibliographic type reference. ''Does this sentence make sense only historically? -Mike''&lt;br /&gt;
&lt;br /&gt;
== OCLC's WorldCat for titles == &lt;br /&gt;
Question: what about using something like OCLC's [http://www.oclc.org/worldcat/open/isbnissnlinking/default.htm WorldCat] for linking titles? - Tim White&lt;br /&gt;
&lt;br /&gt;
== This and That ==&lt;br /&gt;
After reading through alot of different citation encoding formats, i noticed that each format was being used in onw of two ways. It was either to describe the Current page (THIS.PAGE) or being used to encode references that point to external resources (THAT.PAGE)&lt;br /&gt;
&lt;br /&gt;
The informatation being encoded was identical for both resources (author, date, name, etc) they just reference different things. For this microformat, i'm not sure if we want to try to solve both problems, or just one? The meta tags in the head element would be the ideal place for information about the THIS.PAGE, but that is not in following with the ideals of microformats where information is human-readable. The THAT.PAGE idea where a list of references is at the end of a document in the form of a bibliography is more inline with the ideals of a microformat where the data is human-readable. That doesn't mean that data about the current document shouldn't be human-readable, so some of the same properties used to reference extermal resources can be used for the current document (THIS.PAGE). To do this a different root item could be used and transforming applications could either extract the citation data about the current page, or information about this page's references.&lt;br /&gt;
&lt;br /&gt;
This is open for discussion, but either way, i believe that the properties used to describe a page will be the same for both THIS and THAT. [http://suda.co.uk/ brian suda]&lt;br /&gt;
&lt;br /&gt;
== More on This and That ==&lt;br /&gt;
&lt;br /&gt;
Citation microformats are being explored as a possibility for citing genealogical information at [http://eatslikeahuman.blogspot.com Dan Lawyer's blog].&lt;br /&gt;
&lt;br /&gt;
This is a case where frequently the citation would refer to (THIS.PAGE), but would have nested within it a reference to (THAT.PAGE), possibly a few levels deep. For instance, a web page might contain data extracted from a microfilm of a census. The citation would need to include information about the web page, information about the microfilm, and information about the census. Genealogical citations are expected to include the repository (where can this book or microfilm be found. Is this the same as ''venue''?). So, at each level the information should contain the repository of the referenced item. A nesting (recursive) mechanism for citation microformats would be useful in this case. Is this the function of the &amp;quot;container&amp;quot; element in the Straw Format?&lt;br /&gt;
&lt;br /&gt;
== Date Formatting ==&lt;br /&gt;
Since microformats are all about re-use and the accepted way to encode Date-Time has been pretty much settled, then this is a good place to start when dealing with all the different date citation types. &lt;br /&gt;
&lt;br /&gt;
These are all the different fields from various citation formats that are of temporal nature:&lt;br /&gt;
 * Date (available | created | dateAccepted | dateCopyrighted | dateSubmitted | issued | modified | valid)&lt;br /&gt;
 * originInfo/dateIssued&lt;br /&gt;
 * originInfo/dateCreated&lt;br /&gt;
 * originInfo/dateCaptured&lt;br /&gt;
 * originInfo/dateOther&lt;br /&gt;
 * month&lt;br /&gt;
 * year&lt;br /&gt;
 * Copyright Year&lt;br /&gt;
 * Date - Generic&lt;br /&gt;
 * Date of Confernce&lt;br /&gt;
 * Date of Publication&lt;br /&gt;
 * Date of update/revisou/issuance of database record&lt;br /&gt;
 * Former Date&lt;br /&gt;
 * Entry Date for Database Record&lt;br /&gt;
 * Database Update&lt;br /&gt;
 * Year of Publication&lt;br /&gt;
&lt;br /&gt;
There are several common properties across several citation domains and will certainly be in the citation microformat, the unique instances will need further consideration, otherwise there could be no end to posiblities. &lt;br /&gt;
&lt;br /&gt;
There are also several properties (year, month, Year of publication) that can be extracted from another source. Therefore, if you only encode a more specific property such as; Date of Publication, you can extract the 'year of publication' from that. Since the date-time format we are modeling after is the ISO date-time format, just the Year portion is an acceptable date. So if you ONLY know the year of publication, the you can form a valid 'Date of Publication' as a microformat (which inturn is a valid 'year of publication') - you milage may vary when it comes to importing into citation applications.&lt;br /&gt;
&lt;br /&gt;
...&lt;br /&gt;
&lt;br /&gt;
It seems to me that these can be collapsed to maybe one or two different date properties.  As far as the specific human readable formatting of the date, that can be chosen per whatever the presentation style guide says, and the [[datetime-design-pattern]] used to simplify the markup. - Tantek&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Important'''&lt;br /&gt;
Sometimes we need a date range and not simply a date (e.g. 4-6 May 2006). See ''Conference Citation'' examples later on this page. - Discoleo&lt;br /&gt;
&lt;br /&gt;
'''Seasons'''&lt;br /&gt;
Some journals have seasonal issues (e.g. &amp;quot;Summer 2006 edition&amp;quot;) instead of, or as well as, editions labelled by month or other calendar-date. [[User:AndyMabbett|AndyMabbett]] 05:05, 4 Nov 2006 (PST)&lt;br /&gt;
&lt;br /&gt;
== Tags ==&lt;br /&gt;
Some of the citation formats has a place for 'keywords' or 'generic tags', etc. This might be a good place to re-use the [http://microformats.org/wiki/rel-tag RelTag microformat]. The downside would be that they are then forced to be links, which might be the correct way to mark-up these terms.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== MARC / MODS / Dublin Core ==&lt;br /&gt;
&lt;br /&gt;
The MODS ([http://www.loc.gov/standards/marcxml/Sandburg/sandburgmods.xml example]) and Dublin Core ([http://www.loc.gov/standards/marcxml/Sandburg/sandburgdc.xml example]) transformations of MARC21 may contain some useful ideas.&lt;br /&gt;
&lt;br /&gt;
Here's a first attempt at rewriting the linked examples in XHTML (written in response to a [http://microformats.org/discuss/mail/microformats-discuss/2005-December/002438.html mailing list query about encoding book information with microformats]):&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;book&amp;quot; lang=&amp;quot;en&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;h3 class=&amp;quot;fn&amp;quot;&amp;gt;Arithmetic /&amp;lt;/h3&amp;gt;&lt;br /&gt;
  &amp;lt;p&amp;gt;By &amp;lt;span class=&amp;quot;creator&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Sandburg, Carl&amp;lt;/span&amp;gt;,&lt;br /&gt;
     &amp;lt;span class=&amp;quot;date&amp;quot;&amp;gt;1878-1967&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;,&lt;br /&gt;
     and &amp;lt;span class=&amp;quot;illustrator&amp;quot;&amp;gt;Rand, Ted&amp;lt;/span&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
  &amp;lt;p&amp;gt;Publisher: &amp;lt;span class=&amp;quot;publisher&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Harcourt Brace Jovanovich&amp;lt;/span&amp;gt;,&lt;br /&gt;
     &amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;San Diego&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
  &amp;lt;p&amp;gt;Published: &amp;lt;span class=&amp;quot;issued&amp;quot;&amp;gt;1993&amp;lt;/span&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
  &amp;lt;p class=&amp;quot;description&amp;quot;&amp;gt;A poem about numbers and their characteristics. Features&lt;br /&gt;
     anamorphic, or distorted, drawings which can be restored to normal by viewing&lt;br /&gt;
     from a particular angle or by viewing the image's reflection in the provided&lt;br /&gt;
     Mylar cone.&amp;lt;/p&amp;gt;&lt;br /&gt;
  &amp;lt;p class=&amp;quot;note&amp;quot;&amp;gt;One Mylar sheet included in pocket.&amp;lt;/p&amp;gt;&lt;br /&gt;
  &amp;lt;p&amp;gt;Subjects:&amp;lt;/p&amp;gt;&lt;br /&gt;
  &amp;lt;ul&amp;gt;&lt;br /&gt;
    &amp;lt;li class=&amp;quot;subject&amp;quot;&amp;gt;Arithmetic&amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li class=&amp;quot;subject&amp;quot;&amp;gt;Children's poetry, American.&amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li class=&amp;quot;subject&amp;quot;&amp;gt;Arithmetic&amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li class=&amp;quot;subject&amp;quot;&amp;gt;American poetry&amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li class=&amp;quot;subject&amp;quot;&amp;gt;Visual perception&amp;lt;/li&amp;gt;&lt;br /&gt;
  &amp;lt;/ul&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;
== Basic Citation Stuctures ==&lt;br /&gt;
There are basic structures to any citation, this is an overview of some of the types&lt;br /&gt;
[http://www.users.muohio.edu/darcusb/misc/citations-spec.html http://www.users.muohio.edu/darcusb/misc/citations-spec.html]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Concerns not addressed by existing formats ==&lt;br /&gt;
&lt;br /&gt;
There are some aspects '''NOT adequately''' covered by existing formats. I have addressed this issue on the OpenOffice.org wiki page, too. [see http://wiki.services.openoffice.org/wiki/Bibliographic_Database for an extending discussion, the paragraph on ''Reference Types'']&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
These issues pertain mainly to '''Errata''', '''Comments and Authors Reply''' and '''Article Retractions'''.&lt;br /&gt;
* a bidirectional link could be necessary to implement these features (original article &amp;lt;=&amp;gt; eratum, reply, retraction letter)&lt;br /&gt;
* '''IMPORTANT: Errata'''&lt;br /&gt;
** Erata: one or more Corrections might be posted in various issues of the journal&lt;br /&gt;
** this is usually cited as: Orininal Article Citation Data (Correction available in ''Journal, Issue Nr, Year, Pages'') (repeat for more than one correction)&lt;br /&gt;
** it is possibly never cited alone&lt;br /&gt;
** there should be a link to the original article, while the original article should contain a link to this ''Errata''&lt;br /&gt;
* '''IMPORTANT: Commentary and Author Reply'''&lt;br /&gt;
** similar to Errata, there might be one or more Comments and Author Replys; this should be stored, too&lt;br /&gt;
** however, it is usually not included in the original citation&lt;br /&gt;
** it might be used however in a citation, but I do not know exaclty how to cite it optimally (original article should be provided as well) &lt;br /&gt;
* '''IMPORTANT: Article Retraction'''&lt;br /&gt;
** an article may be retracted because of plagiarism or some other flaw&lt;br /&gt;
** this should not be used any further in the research&lt;br /&gt;
** however, it might be used e.g. for an article on plagiarism or flawed research&lt;br /&gt;
** there should be therefore one field storing this information, too, and a link to:&lt;br /&gt;
** the published withdrawal letter (which explains why the article was retracted)&lt;br /&gt;
&lt;br /&gt;
* this issue may need a time-controlled event&lt;br /&gt;
* '''IMPORTANT: electronic publishing ahead of print (EPUB)'''&lt;br /&gt;
** more and more articles are initially posted online, before the published article gets actually printed&lt;br /&gt;
** How should this be used/cited?&lt;br /&gt;
** Is this changed, after the print version becomes available?&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Outstanding Issues ==&lt;br /&gt;
The 3 main points i (Brian) came across so far are:&lt;br /&gt;
1) IDENTIFIERS&lt;br /&gt;
2) FORMAT TYPES&lt;br /&gt;
3) NESTING&lt;br /&gt;
&lt;br /&gt;
1) In hCard/hCalendar there is a UID field. Added with URL it makes for a great unique identifier. There are loads of other identifers besides URL, ISBN, LOC call number, SKU, ISSN, etc. Many of these are unique in their domain, but not globally unique. So how to they get marked-up? Much like the hCard TEL/ADR properties, we can use something like:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;uid&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;type&amp;quot;&amp;gt;ISBN&amp;lt;/span&amp;gt;: &amp;lt;span&lt;br /&gt;
class=&amp;quot;value&amp;quot;&amp;gt;123456&amp;lt;/span&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
This makes the encoding the most extensible... if we start use class=&amp;quot;isbn&amp;quot; then it is an enumerated list, with class=&amp;quot;type&amp;quot; it is open ended.&lt;br /&gt;
&lt;br /&gt;
2) I keep mis-using &amp;quot;format&amp;quot;, format is the medium - hardback, softback. The TYPE (there probably is a better word - container?) is book, article, conference, manifesto, etc. Much like the identifers we can make an enumerated list of values, class=&amp;quot;book&amp;quot;, class=&amp;quot;article&amp;quot;, but that boxes us in, whereas something like: &amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;span class=&amp;quot;type&amp;quot;&amp;gt;article&amp;lt;/span&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt; leaves things more open.&lt;br /&gt;
&lt;br /&gt;
3) Nesting citation data in a citation. The ability to nest the same microformat inside itself is something that other microformats don't explicitly handle.&lt;br /&gt;
&lt;br /&gt;
The two options are:&lt;br /&gt;
i) Using class=&amp;quot;book&amp;quot;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;hcite&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;div class=&amp;quot;book&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Book Title&amp;lt;/span&amp;gt;&lt;br /&gt;
  &amp;lt;div class=&amp;quot;chapter&amp;quot;&amp;gt;&lt;br /&gt;
     &amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Chapter Title&amp;lt;/span&amp;gt;&lt;br /&gt;
  &amp;lt;/div&amp;gt;&lt;br /&gt;
 &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&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 makes things easy to nest and to figure out exactly what is&lt;br /&gt;
associated with what, but the downside is that we have enumerated&lt;br /&gt;
lists of values for the class properties.&lt;br /&gt;
&lt;br /&gt;
ii) using the TYPE for book&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;hcite&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;div class=&amp;quot;type&amp;quot;&amp;gt;book&amp;lt;/div&amp;gt;&lt;br /&gt;
 &amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Book Title&amp;lt;/span&amp;gt;&lt;br /&gt;
 &amp;lt;div class=&amp;quot;type&amp;quot;&amp;gt;chapter&amp;lt;/div&amp;gt;&lt;br /&gt;
 &amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Chapter Title&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
now the class=&amp;quot;fn&amp;quot; is not nested inside the class=&amp;quot;book&amp;quot; or&lt;br /&gt;
class=&amp;quot;chapter&amp;quot; so there would have to be some other mechanism to&lt;br /&gt;
associate the data with the type.&lt;br /&gt;
&lt;br /&gt;
== Brian's Straw format ==&lt;br /&gt;
&lt;br /&gt;
=== implied schema (examples) ===&lt;br /&gt;
 + publisher&lt;br /&gt;
 + language&lt;br /&gt;
 + description&lt;br /&gt;
 + title&lt;br /&gt;
 + creator&lt;br /&gt;
 + journal&lt;br /&gt;
 + volume&lt;br /&gt;
 + issue&lt;br /&gt;
 + page &lt;br /&gt;
 + edition&lt;br /&gt;
 + identifier&lt;br /&gt;
 + tags&lt;br /&gt;
 + format&lt;br /&gt;
 + date published&lt;br /&gt;
 + copyright&lt;br /&gt;
 - audience&lt;br /&gt;
&lt;br /&gt;
=== implied schema (formats) ===&lt;br /&gt;
 + publisher&lt;br /&gt;
 + language&lt;br /&gt;
 + description&lt;br /&gt;
 + title&lt;br /&gt;
 + creator&lt;br /&gt;
 + volume&lt;br /&gt;
 + pages&lt;br /&gt;
 + edition&lt;br /&gt;
 + issue&lt;br /&gt;
 + identifier&lt;br /&gt;
 + tags&lt;br /&gt;
 + format&lt;br /&gt;
 + date published&lt;br /&gt;
 + date copyrighted&lt;br /&gt;
 - subtitle&lt;br /&gt;
 - image &lt;br /&gt;
 - excerpt&lt;br /&gt;
 - index terms&lt;br /&gt;
 - series title&lt;br /&gt;
 - publication&lt;br /&gt;
 - journal&lt;br /&gt;
 - part (1 of X)&lt;br /&gt;
&lt;br /&gt;
UNION of the two schemas&lt;br /&gt;
 + (PLUS) means common properties&lt;br /&gt;
 - (MINUS) means unique to the schema&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Working straw schema ===&lt;br /&gt;
&lt;br /&gt;
* root element ('hcite')&lt;br /&gt;
** title ('title')&lt;br /&gt;
** Author / Editor etc. ('creator')&lt;br /&gt;
** Volume Number ('volume')&lt;br /&gt;
** Pages ('pages')&lt;br /&gt;
*** note: this can be any value &lt;br /&gt;
** Edition ('edition')&lt;br /&gt;
** Issue number ('issue')&lt;br /&gt;
** Tags (href rel='tag')&lt;br /&gt;
** Format ('format')&lt;br /&gt;
*** Note - this is unclear at present - does format mean 'type', as in 'book' vs. 'article'? --[[User:Mike|Mike]] 22:53, 16 Jan 2007 (PST)&lt;br /&gt;
** date published&lt;br /&gt;
** date copyrighted&lt;br /&gt;
** publisher&lt;br /&gt;
** language&lt;br /&gt;
** Abstract / description ('description')&lt;br /&gt;
** URI (href class='uri')&lt;br /&gt;
*** encompasses URLs to link directly to online copies as well as through resolvers using URIs such as urn:isbn: 0521890012&lt;br /&gt;
*** (see discussion from [http://microformats.org/discuss/mail/microformats-discuss/2006-November/007390.html november] and [http://microformats.org/discuss/mail/microformats-discuss/2006-December/007403.html december].)&lt;br /&gt;
** identifier&lt;br /&gt;
*** an (not necessarily globally unique) identifier, such as a cite-key, pubmed ID number, or simply the reference number or string within a publication ([1] or [CLRS2001])&lt;br /&gt;
&lt;br /&gt;
=== Examples ===&lt;br /&gt;
&lt;br /&gt;
Markup examples using the above format:&lt;br /&gt;
&lt;br /&gt;
==== Book ====&lt;br /&gt;
&lt;br /&gt;
This is Brian's original example&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;ul class=&amp;quot;bibliography&amp;quot;&amp;gt;&lt;br /&gt;
	&amp;lt;li class=&amp;quot;hcite&amp;quot; xml:lang=&amp;quot;en-gb&amp;quot;&amp;gt;&lt;br /&gt;
	&lt;br /&gt;
		&amp;lt;!-- publisher data as hCard--;&lt;br /&gt;
		&amp;lt;div class=&amp;quot;publisher vcard&amp;quot;&amp;gt;&lt;br /&gt;
			&amp;lt;span class=&amp;quot;fn org&amp;quot;&amp;gt;ABC Publishing Co.&amp;lt;/span&amp;gt;&lt;br /&gt;
			&amp;lt;span class=&amp;quot;country-name&amp;quot;&amp;gt;United Kingdom&amp;lt;/span&amp;gt;&lt;br /&gt;
			...&lt;br /&gt;
		&amp;lt;/div&amp;gt;&lt;br /&gt;
		&lt;br /&gt;
		&amp;lt;!-- author(s) data as hCard --&amp;gt;&lt;br /&gt;
		&amp;lt;div class=&amp;quot;creator vcard&amp;quot;&amp;gt;&lt;br /&gt;
			&amp;lt;span class=&amp;quot;fn n&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;given-name&amp;quot;&amp;gt;John &amp;lt;span class=&amp;quot;family-name&amp;quot;&amp;gt;Doe&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
			...&lt;br /&gt;
		&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
		&amp;lt;!-- location data --&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Foobar!&amp;lt;/span&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;description&amp;quot;&amp;gt;World Class Book about foobar&amp;lt;/span&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;volume&amp;quot;&amp;gt;1&amp;lt;/span&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;issue&amp;quot;&amp;gt;1&amp;lt;/span&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;edition&amp;quot;&amp;gt;1&amp;lt;/span&amp;gt;&lt;br /&gt;
		&amp;lt;span class=;pages&amp;quot;&amp;gt;1-10&amp;lt;/span&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;format&amp;quot;&amp;gt;article&amp;lt;/span&amp;gt;&lt;br /&gt;
		&lt;br /&gt;
		&amp;lt;!-- differed to the UID debate --&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;identifier&amp;quot;&amp;gt;12345678&amp;lt;/span&amp;gt;&lt;br /&gt;
		&lt;br /&gt;
		&amp;lt;!-- keywords --&amp;gt;&lt;br /&gt;
		&amp;lt;a class=&amp;quot;keyword&amp;quot; rel=&amp;quot;tag&amp;quot; href=&amp;quot;/tags/foo&amp;quot;&amp;gt;foo&amp;lt;/a&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;keyword&amp;quot;&amp;gt;bar&amp;lt;/span&amp;gt;&lt;br /&gt;
		&lt;br /&gt;
		&amp;lt;!-- date properties --&amp;gt;&lt;br /&gt;
		Published &amp;lt;abbr class=&amp;quot;dtpublished&amp;quot; title=&amp;quot;20060101&amp;quot;&amp;gt;January 1st 1006&amp;lt;/abbr&amp;gt;&lt;br /&gt;
		Copyright &amp;lt;abbr class=&amp;quot;copyright&amp;quot; title=&amp;quot;20060101&amp;quot;&amp;gt;2006&amp;lt;/abbr&amp;gt;&lt;br /&gt;
	&amp;lt;/li&amp;gt;&lt;br /&gt;
	...&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p class=&amp;quot;citation&amp;quot;&amp;gt;Have you read ;span class=&amp;quot;title&amp;quot;&amp;gt;&amp;lt;abbr title=&amp;quot;book&amp;quot; class=&amp;quot;format&amp;quot;&amp;gt;Foo Bar&amp;lt;/abbr&amp;gt;&amp;lt;/span&amp;gt;? &lt;br /&gt;
It was written by &amp;lt;span class=&amp;quot;author vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;John Doe&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;. &lt;br /&gt;
It only came out a &amp;lt;abbr class=&amp;quot;dtpublished&amp;quot; title=&amp;quot;20060101&amp;quot;&amp;gt;few months ago&amp;lt;/abbr&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Note: the &amp;quot;format&amp;quot; property above is incorrect. Format would refer more the physical characteristics of an item, rather than its type or genre (e.g. &amp;quot;article&amp;quot;, &amp;quot;book&amp;quot;, etc.). I'd rather have the main class for the li be &amp;quot;article&amp;quot; in this context, than the fairly meaningless &amp;quot;citation.&amp;quot;  Of course, one could have both, which would be fine too. -- bruce&lt;br /&gt;
&lt;br /&gt;
Note: Could we use ROLE from hCard to identify editors, translators, authors, etc?&lt;br /&gt;
This was discussed on the mailing list and the idea was dropped [http://microformats.org/discuss/mail/microformats-discuss/2006-September/005694.html]&lt;br /&gt;
&lt;br /&gt;
'''Comments''' : [[User:Singpolyma|singpolyma]] 08:03, 16 Jun 2006 (PDT) : keywords should be [[rel-tag]], and probably also [[XOXO]] (the same way the citation list is)&lt;br /&gt;
&lt;br /&gt;
[[User:RCanine|RCanine]] 11:55, 18 Dec 2006 (EST) :&lt;br /&gt;
&lt;br /&gt;
* Is there a reason not to re-use &amp;quot;published&amp;quot; from hAtom instead of inventing a new, basically equivalent term in &amp;quot;dtpublished&amp;quot;?&lt;br /&gt;
* Is the root element &amp;quot;hCite&amp;quot; or &amp;quot;citation&amp;quot;. Let me root for &amp;quot;citation&amp;quot; as that semantically describes the content--similar to hCard's root class of &amp;quot;vcard&amp;quot;.&lt;br /&gt;
* Missing a URL/URI/IRI/UID etc. field example (ISBN for Book).&lt;br /&gt;
* Does the &amp;quot;copyright&amp;quot; class conflict with [http://www.whatwg.org/specs/web-apps/current-work/#class WHATWG's definition]?&lt;br /&gt;
* WRT Bruce's comment, I'm currently using class=&amp;quot;article citation&amp;quot; for my writing, as it has the most flexibility with CSS styles for titles (e.g. Book titles .citation&amp;gt;.fn must be italicized, while article titles must not, their container should).&lt;br /&gt;
* Speaking of containers, we need an &amp;quot;in&amp;quot; or &amp;quot;collection&amp;quot; field for journal articles or articles-in-books, or is that covered by &amp;quot;publisher&amp;quot;?&lt;br /&gt;
&lt;br /&gt;
==== Citing Private Communication ====&lt;br /&gt;
&lt;br /&gt;
Needs an example.&lt;br /&gt;
&lt;br /&gt;
==== Citing Legal Cases ====&lt;br /&gt;
Needs an example. &lt;br /&gt;
see [http://microformats.org/wiki/citation-examples-markup#Wikipedia_Court_Case Wikipedia example] for inspiration.&lt;br /&gt;
&lt;br /&gt;
==== Citing a Book ====&lt;br /&gt;
&lt;br /&gt;
needs an example&lt;br /&gt;
&lt;br /&gt;
==== Citing a journal article ====&lt;br /&gt;
&lt;br /&gt;
needs an example &lt;br /&gt;
&lt;br /&gt;
==== Citing a magazine article ====&lt;br /&gt;
&lt;br /&gt;
needs an example&lt;br /&gt;
&lt;br /&gt;
==== Citing a Patent ====&lt;br /&gt;
&lt;br /&gt;
Drawn from this [http://microformats.org/wiki/citation-examples#U.S._Patent example from Wikipedia]:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;li class=&amp;quot;hcite&amp;quot;&amp;gt;&amp;lt;a href=&amp;quot;http://patft.uspto.gov/netacgi/nph-Parser?patentnumber=4,405,829&amp;quot; class=&amp;quot;url&amp;quot; &lt;br /&gt;
    title=&amp;quot;http://patft.uspto.gov/netacgi/nph-Parser?patentnumber=4,405,829&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;format&amp;quot;&amp;gt;U.S. Patent&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;identifier&amp;quot;&amp;gt;4,405,829&amp;lt;/span&amp;gt;&amp;lt;/a&amp;gt;:&lt;br /&gt;
    &amp;lt;span class=&amp;quot;description&amp;quot;&amp;gt;The &amp;lt;a href=&amp;quot;/wiki/RSA&amp;quot; title=&amp;quot;RSA&amp;quot;&amp;gt;RSA&amp;lt;/a&amp;gt; patent, a famous software patent on the ground-breaking &lt;br /&gt;
    and highly unobvious algorithm for public key encryption, widely used for secure communications &lt;br /&gt;
    in many industries nowdays&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Citing a conference publication====&lt;br /&gt;
&lt;br /&gt;
Based on the [http://microformats.org/wiki/citation-examples#ACM_Digital_Library_Search_Result_Examples conference publication reference example].&lt;br /&gt;
&lt;br /&gt;
Changed Oct 06 to conform with [http://microformats.org/wiki/citation-brainstorming#Brian.27s_Straw_format Brian's format]. --[[User:Mike|Mike]] 18:09, 12 Oct 2006 (PDT)&lt;br /&gt;
(everything but the url class should be in line with that proposal)&lt;br /&gt;
&lt;br /&gt;
L. Hochstein, J. Carver, F. Shull, S. Asgari, V. Basili, J. K. Hollingsworth, and M. Zelkowitz, “Hpc programmer productivity: A case study of novice hpc programmers,” in Proceedings of ACM/IEEE Supercomputing Conference, 2005.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;cite class=&amp;quot;hcite&amp;quot;&amp;gt;&lt;br /&gt;
	&amp;lt;span class=&amp;quot;creator vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Lorin Hochstein&amp;lt;/span&amp;gt;&amp;lt;span class=&amp;quot;org&amp;quot;&amp;gt; University of Maryland, College Park &amp;lt;/span&amp;gt;&amp;lt;span&amp;gt;,&lt;br /&gt;
	&amp;lt;span class=&amp;quot;creator vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt; Jeff Carver &amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;org&amp;quot;&amp;gt; Mississippi State University &amp;lt;/span&amp;gt; &amp;lt;span&amp;gt;,&lt;br /&gt;
	&amp;lt;span class=&amp;quot;creator vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt; Forrest Shull &amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;org&amp;quot;&amp;gt; Fraunhofer Center Maryland &amp;lt;/span&amp;gt; &amp;lt;span&amp;gt;,&lt;br /&gt;
	&amp;lt;span class=&amp;quot;creator vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt; Sima Asgari&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;org&amp;quot;&amp;gt; University of Maryland, College Park &amp;lt;/span&amp;gt; &amp;lt;span&amp;gt;,&lt;br /&gt;
	&amp;lt;span class=&amp;quot;creator vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt; Victor Basili&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;org&amp;quot;&amp;gt; Fraunhofer Center Maryland &amp;lt;/span&amp;gt; &amp;lt;span&amp;gt;,&lt;br /&gt;
	&amp;lt;span class=&amp;quot;creator vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt; Jeffrey K. Hollingsworth&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;org&amp;quot;&amp;gt; University of Maryland, College Park &amp;lt;/span&amp;gt; &amp;lt;span&amp;gt;, and &lt;br /&gt;
	&amp;lt;span class=&amp;quot;creator vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt; Marv Zelkowitz&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;org&amp;quot;&amp;gt; University of Maryland, College Park &amp;lt;/span&amp;gt; &amp;lt;span&amp;gt;,&lt;br /&gt;
	&amp;lt;a class=&amp;quot;fn url&amp;quot; href=&amp;quot;http://dx.doi.org/10.1109/SC.2005.53&amp;quot;&amp;gt;HPC Programmer Productivity: A Case Study of Novice HPC Programmers&amp;lt;/a&amp;gt;. &lt;br /&gt;
        (&amp;lt;span class=&amp;quot;format&amp;quot;&amp;gt;conference publication&amp;lt;/span&amp;gt;)&lt;br /&gt;
	&amp;lt;cite class=&amp;quot;container hcite&amp;quot;&amp;gt;&lt;br /&gt;
	&amp;lt;a class=&amp;quot;fn url&amp;quot; href=&amp;quot;...&amp;quot;&amp;gt;Proceedings of ACM/IEEE Supercomputing Conference&amp;lt;/a&amp;gt;&lt;br /&gt;
	&amp;lt;abbr class=&amp;quot;dtpublished&amp;quot; title=&amp;quot;20051126T0000-0800&amp;quot;&amp;gt;2005&amp;lt;/abbr&amp;gt;&lt;br /&gt;
	&amp;lt;/cite&amp;gt;&lt;br /&gt;
	page &amp;lt;span class=&amp;quot;pages&amp;quot;&amp;gt;35&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;publisher vcard&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;span class=&amp;quot; fn&amp;quot;&amp;gt;IEEE Computer Society&lt;br /&gt;
   &amp;lt;/span&amp;gt;&lt;br /&gt;
    &amp;lt;div class=&amp;quot;adr&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;Washington&amp;lt;/span&amp;gt;,&lt;br /&gt;
      &amp;lt;span class=&amp;quot;region&amp;quot;&amp;gt;DC&amp;lt;/span&amp;gt;&lt;br /&gt;
    &amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;a class=&amp;quot;url instantiation&amp;quot; href=&amp;quot;http://portal.acm.org/ft_gateway.cfm?id=1105800&amp;amp;type=pdf&amp;amp;coll=portal&amp;amp;dl=ACM&amp;amp;CFID=68330711&amp;amp;CFTOKEN=39187329&amp;quot;&amp;gt;PDF of full text from ACM&amp;lt;/a&amp;gt;&lt;br /&gt;
&lt;br /&gt;
	DOI: &amp;lt;a class=&amp;quot;url uid&amp;quot; href=&amp;quot;http://dx.doi.org/10.1109/SC.2005.53&amp;quot;&amp;gt;10.1109/SC.2005.53&amp;lt;/a&amp;gt;&lt;br /&gt;
        Tags: &lt;br /&gt;
    &amp;lt;a class=&amp;quot;keyword&amp;quot; rel=&amp;quot;tag&amp;quot; href=&amp;quot;results.cfm?query=genterm%3A%22Design%22 ...&amp;quot;&amp;gt;&lt;br /&gt;
							Design&amp;lt;/a&amp;gt;,&lt;br /&gt;
     &amp;lt;a class=&amp;quot;keyword&amp;quot; rel=&amp;quot;tag&amp;quot; href=&amp;quot;results.cfm?query=genterm%3A%22Experimentation%22 ....&amp;quot;&amp;gt;&lt;br /&gt;
							 Experimentation&amp;lt;/a&amp;gt;,&lt;br /&gt;
     &amp;lt;a class=&amp;quot;keyword&amp;quot; rel=&amp;quot;tag&amp;quot; href=&amp;quot;results.cfm?query=genterm%3A%22Measurement%22...&amp;quot;&amp;gt;&lt;br /&gt;
							 Measurement&amp;lt;/a&amp;gt;,&lt;br /&gt;
     &amp;lt;a class=&amp;quot;keyword&amp;quot; rel=&amp;quot;tag&amp;quot; href=&amp;quot;results.cfm?query=genterm%3A%22Performance%22 ...&amp;quot;&amp;gt;&lt;br /&gt;
							 Performance&amp;lt;/a&amp;gt;&lt;br /&gt;
&lt;br /&gt;
	&amp;lt;blockquote class=&amp;quot;description&amp;quot;&amp;gt;In developing High-Performance Computing (HPC) software, time to solution is an important metric. This metric is comprised of two main components: the human effort required developing the software, plus the amount of machine time required to execute it. To date, little empirical work has been done to study the first component: the human effort required and the effects of approaches and practices that may be used to reduce it. In this paper, we describe a series of studies that address this problem. We instrumented the development process used in multiple HPC classroom environments. We analyzed data within and across such studies, varying factors such as the parallel programming model used and the application being developed, to understand their impact on the development process.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
  &amp;lt;/cite&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Note''' (From [[Discoleo]], Sept. 06)&lt;br /&gt;
* sometimes, the citation must include '''Town/Country''' and '''Precise Date/Date Range''', e.g.&lt;br /&gt;
** ''Gillespie SH, Dickens A.'' Variation in mutation rate of quinolone resistance in Streptococcus pneumoniae [abstract P06-17A]. In: Abstracts of the 3rd International Symposium on Pneumococci and Pneumococcal Disease (Anchorage, 5-9 May 2002).Washington, DC: American Society of Microbiology, 2002.&lt;br /&gt;
** ''Bassetti, M.; Righi, E.; Rebesco, B.; Molinari, MP.; Costa, A.; Fasce, R.; Cruciani, M.; Bassetti, D.; Bobbio Pallavicini, F.'' 44th Annual Interscience Conference on Antimicrobial Agents and Chemotherapy (ICAAC). Washington, DC; 2004. Epidemiological trends in nosocomial candidemia in ICU: A five-year Italian perspective.&lt;br /&gt;
** ''Peacock JE, Wade JC, Lazarus HM, et al.'' Ciprofloxacin/piperacillin vs. tobramycin/piperacillin as empiric therapy for fever in neutropenic cancer patients, a randomized, double-blind trial [abstract 373]. In: Program and abstracts of the 37th Interscience Conference on Antimicrob Agents and Chemotherapy (Toronto). Washington, DC: American Society for Microbiology, 1997.&lt;br /&gt;
&lt;br /&gt;
==== Citing an external website ====&lt;br /&gt;
&lt;br /&gt;
This is based on a formal citation of a website in the references section of a research paper, but could also be used for in-line links that had added information. Here's the original:&lt;br /&gt;
&lt;br /&gt;
[25] David Stern, &amp;quot;eprint Moderator Model&amp;quot;, http://www.library.yale.edu/scilib/modmodexplain.html  (version dated Jan 25, 1999)&lt;br /&gt;
 &lt;br /&gt;
 &amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;cite class=&amp;quot;citation&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;a class=&amp;quot;fn url&amp;quot; href=&amp;quot;http://www.library.yale.edu/scilib/modmodexplain.html&amp;quot;&amp;gt;eprint Moderator Model&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;author vcard&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;a href=&amp;quot;http://pantheon.yale.edu/~dstern/dsbio.html&amp;quot; class=&amp;quot;url fn&amp;quot;&amp;gt;David Stern&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;/span&amp;gt;  &lt;br /&gt;
&amp;lt;abbr class=&amp;quot;dtpublished&amp;quot; title=&amp;quot;19990125T0000-0500&amp;quot;&amp;gt;&lt;br /&gt;
    Jan 25, 1999&lt;br /&gt;
  &amp;lt;/abbr&amp;gt;&lt;br /&gt;
&amp;lt;/cite&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Old straw format discussion ==&lt;br /&gt;
&lt;br /&gt;
Saved here so that I'm not just deleting people's comments.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Mike straw format suggestion (Deprecated) ===&lt;br /&gt;
&lt;br /&gt;
In the interests of starting debate and having something concrete to fix, I suggest the following structure for a format. It is probably very incomplete and I claim no microformat expertise. I'm just trying to follow existing patterns. Comments and ridicule are both solicited. -Mike&lt;br /&gt;
&lt;br /&gt;
'''NOTE:''' This format is here for historical reference. Because it was not based on existing examples, I've deprecated it and contributed examples to Brian's format. If you feel that any missing elements in here should be in the final format, find examples for them and contribute to Brian's schema. Thanks! --[[User:Mike|Mike]] 18:22, 12 Oct 2006 (PDT)&lt;br /&gt;
&lt;br /&gt;
==== In General ====&lt;br /&gt;
&lt;br /&gt;
The ''citation'' format is based on a set of fields common to many bibliographic data formats, which are often implied by standard citation display styles but not explicitly marked up in practice on the web.&lt;br /&gt;
&lt;br /&gt;
==== Schema ====&lt;br /&gt;
&lt;br /&gt;
The citation schema consists of the following:&lt;br /&gt;
&lt;br /&gt;
* cite &lt;br /&gt;
** title: required, text (class = fn)&lt;br /&gt;
** subtitle: optional, text&lt;br /&gt;
** authors: optional, use hCard&lt;br /&gt;
** publication date: optional&lt;br /&gt;
** link(s) to instantiations, optional, url or use rel-enclosure? (class=url)&lt;br /&gt;
** UID, optional (for ISBN, DOI - use existing uid class) | permalink&lt;br /&gt;
** series (aka volume/issuenum) , optional (''not as sure how to handle these - suggestions?'')&lt;br /&gt;
** pages: startpage &amp;amp; endpage, optional, text&lt;br /&gt;
** venue, optional (hCard)&lt;br /&gt;
** publisher, optional (hCard)&lt;br /&gt;
** container: optional (nested hCite)&lt;br /&gt;
** abstract, optional (blockquote + class=&amp;quot;abstract&amp;quot; ?)&lt;br /&gt;
** notes, optional (blockquote + class=&amp;quot;notes&amp;quot; ?)&lt;br /&gt;
** keywords, optional (rel-tag)&lt;br /&gt;
** image, optional (for inclusion inline, unlike the url)&lt;br /&gt;
** copyright, optional (rel-license)&lt;br /&gt;
** ''what else am I missing?''&lt;br /&gt;
*** language, optional&lt;br /&gt;
&lt;br /&gt;
''Looks good, but I question the use of hCard for names. Due to ambiguity issues, requring hCard would lead to extra markup in order to apply just a name, hence [http://microformats.org/discuss/mail/microformats-discuss/2006-March/003487.html the need for a root element]. We should extract the N optimization of hCard like we did with adr, in order to ease this problem.'' --[[User:RCanine|Ryan Cannon]]&lt;br /&gt;
&lt;br /&gt;
Perhaps a Retrieved Date or Access Date would be appropriate for citing online resources. For example at http://www.crlt.umich.edu/publinks/facment_biblio.html &lt;br /&gt;
you see citations like this&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
Chief Academic Officers of the Big 12 Universities (2000). Big 12 Faculty Fellowship Program. Retrieved December 20, 2000 from the World Wide Web: http://www.k-state.edu/provost/academic/big12/big12guide.htm.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
--[[User:JoeAndrieu|Joe Andrieu]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Discussion about citing legal cases ====&lt;br /&gt;
&lt;br /&gt;
Here's some info I found about citing law:&lt;br /&gt;
&lt;br /&gt;
I'm not a lawyer, so I'm relying on the published [http://www.legalbluebook.com &amp;quot;blue book&amp;quot; standard], at least the only part of it I can get without paying $25. I'd be happy to hear improvements from experts in the field - how do lawyers mark up references to case law in HTML now?&lt;br /&gt;
&lt;br /&gt;
From groklaw.net and eff.org, I find mostly just links to PDFs with the name of the case as the link text. Or just this, from EFF:&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;h1&amp;gt;The Betamax Case&amp;lt;/h1&amp;gt;&lt;br /&gt;
&amp;lt;h2&amp;gt;Sony Corp. of America v. Universal City Studios, 464 U.S. 417 (1984)&amp;lt;/h2&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
From an example at the sample bluepages: http://www.legalbluebook.com/pdfs/bluepages.pdf&lt;br /&gt;
5 basic components:&lt;br /&gt;
*1 name of the case (citation title)&lt;br /&gt;
*2 published source in which case may be found (citation containing publication?)&lt;br /&gt;
*3 a parenthetical indicating the court and year of decision (citation venue?)&lt;br /&gt;
*4 other parenthetical information, if any (citation notes?)&lt;br /&gt;
*5 subsequent history of the case, if any (citation notes?)&lt;br /&gt;
&lt;br /&gt;
Here's two examples from the bluebook. Note that there are very strict rules about abbreviations in that source!&lt;br /&gt;
&lt;br /&gt;
Holland v. Donnelly, 216 F. Supp. 2d 227, 230 (S.D.N.Y. 2002), aff'd, 324 F.3d 99 (2d Cir. 2003).&lt;br /&gt;
&lt;br /&gt;
Green v. Georgia, 442 U.S. 95, 97 (1979) (per curiam) (holding that exclusion of relevant evidence at sentencing hearing constitutes denial of due process).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== discussions ==&lt;br /&gt;
* [[citation-irc-notes-2006-04-09]]&lt;/div&gt;</summary>
		<author><name>Mike</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=citation-brainstorming&amp;diff=11600</id>
		<title>citation-brainstorming</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=citation-brainstorming&amp;diff=11600"/>
		<updated>2006-12-08T17:36:46Z</updated>

		<summary type="html">&lt;p&gt;Mike: added working straw schema outline to focus discussion&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h1&amp;gt; Citation Brainstroming &amp;lt;/h1&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* [[citation]]&lt;br /&gt;
* [[citation-examples]]&lt;br /&gt;
* [[citation-formats]]&lt;br /&gt;
* [[citation-faq]]&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
== Contributors ==&lt;br /&gt;
&lt;br /&gt;
* ...&lt;br /&gt;
* ... (a bunch of good folks!)&lt;br /&gt;
* Tantek Çelik&lt;br /&gt;
* Tim White&lt;br /&gt;
* Michael McCracken&lt;br /&gt;
* Brian Suda&lt;br /&gt;
* [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
&lt;br /&gt;
== Use Cases ==&lt;br /&gt;
&lt;br /&gt;
To focus the discussion, please add use cases below that will help show what problems the citation microformat will be solving.&lt;br /&gt;
&lt;br /&gt;
I've included two, focusing on consuming information - I've assumed that use cases for generating microformatted content would just involve the desire to enable your content to be consumed better, but I'm interested to see if there's something I'm missing here -Mike&lt;br /&gt;
&lt;br /&gt;
=== Acquiring reference information from the web ===&lt;br /&gt;
&lt;br /&gt;
A user either finds an author's papers page, or is viewing the results of a search and would like to import the information about the displayed papers into their local reference database, for the purposes of cataloging things they've read, adding notes, and using the information to generate later citations, potentially in other forms, such as BibTeX or Docbook, for inclusion in a publication of their own.&lt;br /&gt;
&lt;br /&gt;
Notes: In this case, it isn't important to the user what format the citation takes as displayed on the page where they find it. What *is* important is that it contains enough information to allow generation of the format they will ultimately re-publish it in. This implies that it may be worthwhile to err a little on the side of verbosity.&lt;br /&gt;
&lt;br /&gt;
Also, links to downloadable full representations of the cited work are very important - e.g. a link to the PDF of a journal article, or to a music file.&lt;br /&gt;
&lt;br /&gt;
=== Subscribing to reading lists, periodicals, etc ===&lt;br /&gt;
&lt;br /&gt;
I would like to be able to leverage my news aggregator with hAtom to subscribe to a remote source for citation information, for example:&lt;br /&gt;
&lt;br /&gt;
* a reading list for a seminar&lt;br /&gt;
* The publication list for a conference (e.g., subscribe to SIGGRAPH and see the updated conference proceedings every year)&lt;br /&gt;
* the issues of a journal&lt;br /&gt;
* a particular research group or researcher's publications&lt;br /&gt;
* Not just research: a popular author's publications (e.g., [http://www.gladwell.com/archive.html Malcolm Gladwell's Archive])&lt;br /&gt;
&lt;br /&gt;
=== Aggregating reading lists and reviews ===&lt;br /&gt;
&lt;br /&gt;
A citation microformat-specific aggregator could provide a decentralized version of [http://citeulike.org/ CiteULike]. Libraries, authors, research groups, and publishers could mark up their collections, while other people on weblogs or review sites could add tags and reviews.&lt;br /&gt;
&lt;br /&gt;
At least, having a well-adopted microformat would make writing tools like CiteULike much better, since it relies in some cases on screen-scraping publisher web-sites.&lt;br /&gt;
&lt;br /&gt;
=== Cut &amp;amp; Paste from web pages ===&lt;br /&gt;
Capturing/copying HTML from web pages for use in other applications (especially when those apps present HTML as output), such as pasting into Word, or a specialized application like [http://www.google.com/notebook Google Notebook], [http://onfolio.com Onfolio] or [http://www.kaboodle.com Kaboodle].  When such captures are made, it makes sense to keep track of the full citation data, including the date it was accessed, which may or may not be the date it was published. &lt;br /&gt;
&lt;br /&gt;
=== Blogs quoting other resources, including blogs ===&lt;br /&gt;
Any blog that cites online content, whether a blog or news article, could use an hCitation to properly link to the cited reference. Such citations could include the access date when the blogger made the citation, because resources on the other side of those links can change without notice. &lt;br /&gt;
&lt;br /&gt;
Instead, today we have simple formating with a link to the permaURL. The citation data is completely lacking. See [http://doc.weblogs.com Doc Searl's blog] for a style of referencing that could benefit from proper a citation uF.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Fascinating... after I added the last two use cases, I realized they focus on potentially marginal cases. The first because it is missing the &amp;quot;output&amp;quot; part of the cut &amp;amp; paste, where the uF would actually be used as part of the paste.  The latter because bloggers have a working citation mechanism that is just a link to the URL (hopefully a permaURL). One could argue they wouldn't want a full hCitation. And in fact, until a tool exists that makes it easy, they probably won't.  However, a tool that cuts &amp;amp; pastes from anywhere on the web into a blog with a full citation seems like a nice tool.  But again, I'm not really paving the cowpaths with these ideas. -Joe Andrieu&lt;br /&gt;
&lt;br /&gt;
===Finding in Library===&lt;br /&gt;
Find a copy of the cited work in a nearby library (as with [http://ocoins.info/ OpenCOinS]). [[User:AndyMabbett|AndyMabbett]] 04:55, 4 Nov 2006 (PST)&lt;br /&gt;
&lt;br /&gt;
===Buy a copy===&lt;br /&gt;
Find the cited work on, for example, Amazon or [http://www.abebooks.com/ ABE]; or subscribe to a journal via its own website. [[User:AndyMabbett|AndyMabbett]] 04:55, 4 Nov 2006 (PST)&lt;br /&gt;
&lt;br /&gt;
===Find reviews===&lt;br /&gt;
Find third-party reviews of the cited work. [[User:AndyMabbett|AndyMabbett]] 04:55, 4 Nov 2006 (PST)&lt;br /&gt;
&lt;br /&gt;
== Original hBib Discussion ==&lt;br /&gt;
&lt;br /&gt;
During the WWW2005 Developer's Day [[microformats]] track, Rohit Khare gave a [[presentations|presentation]] where he discussed the microformats [[process]], and then did  a quick demonstration wherein a bunch of us got on a shared Subethaedit document, and brainstormed some thoughts on what an &amp;quot;hBib&amp;quot; bibliography citation microformat would look like.  Rohit placed the [http://cnlabs.commerce.net/~rohit/hBib%20Discussion.html document on his Commercenet site].&lt;br /&gt;
&lt;br /&gt;
* http://cnlabs.commerce.net/~rohit/hBib%20Discussion.html&lt;br /&gt;
&lt;br /&gt;
''An attempt to summarize and inline the linked document follows. -Mike''&lt;br /&gt;
&lt;br /&gt;
Two major goals were outlined by the group:&lt;br /&gt;
&lt;br /&gt;
* Avoid re-keying references&lt;br /&gt;
* Adapt to new journal styles by changing CSS&lt;br /&gt;
 &lt;br /&gt;
The fundamental problem was discussed in terms of display - the ability to transform XHTML+hBib into the many journal-specific formats. For example, how to display &amp;quot;et.al&amp;quot; when all authors are present in the source, and how to re-order the elements if a style defines a set order of elements that conflicts with the ordering in the source. Using hCard for authors was agreed on, and the beginnings of an example were shown.&lt;br /&gt;
&lt;br /&gt;
== XHTML Structure ==&lt;br /&gt;
With my exprience working X2V and hCa* has taught me what elememts are easy to find and which are not. Since the Citation microformat is very new it is possible to not make a lot of the same errors twice and to make things easier for extracting application to find and imply certain properties.&lt;br /&gt;
&lt;br /&gt;
* There should be some sort of 'root node' that implies all child elements are for the Citation microformat.&lt;br /&gt;
* Since most people will have multiple Citation there should be away to represent each Citation object as a unqiue block independant of another. This is to keep the parse from finding 'author' and applying to all citations. Each citation should be in a container (class=&amp;quot;???&amp;quot;) that scoped from others.&lt;br /&gt;
* Perhaps class=&amp;quot;hcite&amp;quot; with &amp;lt;code&amp;gt;&amp;amp;lt;cite&amp;amp;gt;&amp;lt;/code&amp;gt; recommended as the root element. E.g. &amp;lt;code&amp;gt;&amp;amp;lt;cite class=&amp;quot;hcite&amp;quot;&amp;amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Citation vs. [[media-info]] ==&lt;br /&gt;
&lt;br /&gt;
What distinguishes a cite from say [[media-info]] (e.g. [[media-info-examples]]) is that a cite is a reference to something explicitly external to the current piece of content or document, whereas [[media-info]] describes information about content embedded or inline in the current document.&lt;br /&gt;
&lt;br /&gt;
== Semantic Meaning ==&lt;br /&gt;
One of the guiding priniciple of Microformats is to use the most semantically rich element to describe each node (Point 2 of Semantic XHTML Design Principles: Use the most accurately precise semantic XHTML building block for each object etc). Since we are dealing with HTML and citations, several elements are candidates to be used to enrich the semantic meaning. [http://www.w3.org/TR/REC-html40/struct/text.html CITE, BLOCKQUOTE, Q, A], (are there more?)&lt;br /&gt;
&lt;br /&gt;
The [[citation-brainstorming|Citation Brainstorming Page]] has a few development and ideas about how to give another person credit for a link. Some of the semantic ideas behind their choices of tags can be applied to a full bibliographic type reference. ''Does this sentence make sense only historically? -Mike''&lt;br /&gt;
&lt;br /&gt;
== OCLC's WorldCat for titles == &lt;br /&gt;
Question: what about using something like OCLC's [http://www.oclc.org/worldcat/open/isbnissnlinking/default.htm WorldCat] for linking titles? - Tim White&lt;br /&gt;
&lt;br /&gt;
== This and That ==&lt;br /&gt;
After reading through alot of different citation encoding formats, i noticed that each format was being used in onw of two ways. It was either to describe the Current page (THIS.PAGE) or being used to encode references that point to external resources (THAT.PAGE)&lt;br /&gt;
&lt;br /&gt;
The informatation being encoded was identical for both resources (author, date, name, etc) they just reference different things. For this microformat, i'm not sure if we want to try to solve both problems, or just one? The meta tags in the head element would be the ideal place for information about the THIS.PAGE, but that is not in following with the ideals of microformats where information is human-readable. The THAT.PAGE idea where a list of references is at the end of a document in the form of a bibliography is more inline with the ideals of a microformat where the data is human-readable. That doesn't mean that data about the current document shouldn't be human-readable, so some of the same properties used to reference extermal resources can be used for the current document (THIS.PAGE). To do this a different root item could be used and transforming applications could either extract the citation data about the current page, or information about this page's references.&lt;br /&gt;
&lt;br /&gt;
This is open for discussion, but either way, i believe that the properties used to describe a page will be the same for both THIS and THAT. [http://suda.co.uk/ brian suda]&lt;br /&gt;
&lt;br /&gt;
== More on This and That ==&lt;br /&gt;
&lt;br /&gt;
Citation microformats are being explored as a possibility for citing genealogical information at [http://eatslikeahuman.blogspot.com Dan Lawyer's blog].&lt;br /&gt;
&lt;br /&gt;
This is a case where frequently the citation would refer to (THIS.PAGE), but would have nested within it a reference to (THAT.PAGE), possibly a few levels deep. For instance, a web page might contain data extracted from a microfilm of a census. The citation would need to include information about the web page, information about the microfilm, and information about the census. Genealogical citations are expected to include the repository (where can this book or microfilm be found. Is this the same as ''venue''?). So, at each level the information should contain the repository of the referenced item. A nesting (recursive) mechanism for citation microformats would be useful in this case. Is this the function of the &amp;quot;container&amp;quot; element in the Straw Format?&lt;br /&gt;
&lt;br /&gt;
== Date Formatting ==&lt;br /&gt;
Since microformats are all about re-use and the accepted way to encode Date-Time has been pretty much settled, then this is a good place to start when dealing with all the different date citation types. &lt;br /&gt;
&lt;br /&gt;
These are all the different fields from various citation formats that are of temporal nature:&lt;br /&gt;
 * Date (available | created | dateAccepted | dateCopyrighted | dateSubmitted | issued | modified | valid)&lt;br /&gt;
 * originInfo/dateIssued&lt;br /&gt;
 * originInfo/dateCreated&lt;br /&gt;
 * originInfo/dateCaptured&lt;br /&gt;
 * originInfo/dateOther&lt;br /&gt;
 * month&lt;br /&gt;
 * year&lt;br /&gt;
 * Copyright Year&lt;br /&gt;
 * Date - Generic&lt;br /&gt;
 * Date of Confernce&lt;br /&gt;
 * Date of Publication&lt;br /&gt;
 * Date of update/revisou/issuance of database record&lt;br /&gt;
 * Former Date&lt;br /&gt;
 * Entry Date for Database Record&lt;br /&gt;
 * Database Update&lt;br /&gt;
 * Year of Publication&lt;br /&gt;
&lt;br /&gt;
There are several common properties across several citation domains and will certainly be in the citation microformat, the unique instances will need further consideration, otherwise there could be no end to posiblities. &lt;br /&gt;
&lt;br /&gt;
There are also several properties (year, month, Year of publication) that can be extracted from another source. Therefore, if you only encode a more specific property such as; Date of Publication, you can extract the 'year of publication' from that. Since the date-time format we are modeling after is the ISO date-time format, just the Year portion is an acceptable date. So if you ONLY know the year of publication, the you can form a valid 'Date of Publication' as a microformat (which inturn is a valid 'year of publication') - you milage may vary when it comes to importing into citation applications.&lt;br /&gt;
&lt;br /&gt;
...&lt;br /&gt;
&lt;br /&gt;
It seems to me that these can be collapsed to maybe one or two different date properties.  As far as the specific human readable formatting of the date, that can be chosen per whatever the presentation style guide says, and the [[datetime-design-pattern]] used to simplify the markup. - Tantek&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Important'''&lt;br /&gt;
Sometimes we need a date range and not simply a date (e.g. 4-6 May 2006). See ''Conference Citation'' examples later on this page. - Discoleo&lt;br /&gt;
&lt;br /&gt;
'''Seasons'''&lt;br /&gt;
Some journals have seasonal issues (e.g. &amp;quot;Summer 2006 edition&amp;quot;) instead of, or as well as, editions labelled by month or other calendar-date. [[User:AndyMabbett|AndyMabbett]] 05:05, 4 Nov 2006 (PST)&lt;br /&gt;
&lt;br /&gt;
== Tags ==&lt;br /&gt;
Some of the citation formats has a place for 'keywords' or 'generic tags', etc. This might be a good place to re-use the [http://microformats.org/wiki/rel-tag RelTag microformat]. The downside would be that they are then forced to be links, which might be the correct way to mark-up these terms.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== MARC / MODS / Dublin Core ==&lt;br /&gt;
&lt;br /&gt;
The MODS ([http://www.loc.gov/standards/marcxml/Sandburg/sandburgmods.xml example]) and Dublin Core ([http://www.loc.gov/standards/marcxml/Sandburg/sandburgdc.xml example]) transformations of MARC21 may contain some useful ideas.&lt;br /&gt;
&lt;br /&gt;
Here's a first attempt at rewriting the linked examples in XHTML (written in response to a [http://microformats.org/discuss/mail/microformats-discuss/2005-December/002438.html mailing list query about encoding book information with microformats]):&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;book&amp;quot; lang=&amp;quot;en&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;h3 class=&amp;quot;fn&amp;quot;&amp;gt;Arithmetic /&amp;lt;/h3&amp;gt;&lt;br /&gt;
  &amp;lt;p&amp;gt;By &amp;lt;span class=&amp;quot;creator&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Sandburg, Carl&amp;lt;/span&amp;gt;,&lt;br /&gt;
     &amp;lt;span class=&amp;quot;date&amp;quot;&amp;gt;1878-1967&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;,&lt;br /&gt;
     and &amp;lt;span class=&amp;quot;illustrator&amp;quot;&amp;gt;Rand, Ted&amp;lt;/span&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
  &amp;lt;p&amp;gt;Publisher: &amp;lt;span class=&amp;quot;publisher&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Harcourt Brace Jovanovich&amp;lt;/span&amp;gt;,&lt;br /&gt;
     &amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;San Diego&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
  &amp;lt;p&amp;gt;Published: &amp;lt;span class=&amp;quot;issued&amp;quot;&amp;gt;1993&amp;lt;/span&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
  &amp;lt;p class=&amp;quot;description&amp;quot;&amp;gt;A poem about numbers and their characteristics. Features&lt;br /&gt;
     anamorphic, or distorted, drawings which can be restored to normal by viewing&lt;br /&gt;
     from a particular angle or by viewing the image's reflection in the provided&lt;br /&gt;
     Mylar cone.&amp;lt;/p&amp;gt;&lt;br /&gt;
  &amp;lt;p class=&amp;quot;note&amp;quot;&amp;gt;One Mylar sheet included in pocket.&amp;lt;/p&amp;gt;&lt;br /&gt;
  &amp;lt;p&amp;gt;Subjects:&amp;lt;/p&amp;gt;&lt;br /&gt;
  &amp;lt;ul&amp;gt;&lt;br /&gt;
    &amp;lt;li class=&amp;quot;subject&amp;quot;&amp;gt;Arithmetic&amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li class=&amp;quot;subject&amp;quot;&amp;gt;Children's poetry, American.&amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li class=&amp;quot;subject&amp;quot;&amp;gt;Arithmetic&amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li class=&amp;quot;subject&amp;quot;&amp;gt;American poetry&amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li class=&amp;quot;subject&amp;quot;&amp;gt;Visual perception&amp;lt;/li&amp;gt;&lt;br /&gt;
  &amp;lt;/ul&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;
== Basic Citation Stuctures ==&lt;br /&gt;
There are basic structures to any citation, this is an overview of some of the types&lt;br /&gt;
[http://www.users.muohio.edu/darcusb/misc/citations-spec.html http://www.users.muohio.edu/darcusb/misc/citations-spec.html]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Concerns not addressed by existing formats ==&lt;br /&gt;
&lt;br /&gt;
There are some aspects '''NOT adequately''' covered by existing formats. I have addressed this issue on the OpenOffice.org wiki page, too. [see http://wiki.services.openoffice.org/wiki/Bibliographic_Database for an extending discussion, the paragraph on ''Reference Types'']&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
These issues pertain mainly to '''Errata''', '''Comments and Authors Reply''' and '''Article Retractions'''.&lt;br /&gt;
* a bidirectional link could be necessary to implement these features (original article &amp;lt;=&amp;gt; eratum, reply, retraction letter)&lt;br /&gt;
* '''IMPORTANT: Errata'''&lt;br /&gt;
** Erata: one or more Corrections might be posted in various issues of the journal&lt;br /&gt;
** this is usually cited as: Orininal Article Citation Data (Correction available in ''Journal, Issue Nr, Year, Pages'') (repeat for more than one correction)&lt;br /&gt;
** it is possibly never cited alone&lt;br /&gt;
** there should be a link to the original article, while the original article should contain a link to this ''Errata''&lt;br /&gt;
* '''IMPORTANT: Commentary and Author Reply'''&lt;br /&gt;
** similar to Errata, there might be one or more Comments and Author Replys; this should be stored, too&lt;br /&gt;
** however, it is usually not included in the original citation&lt;br /&gt;
** it might be used however in a citation, but I do not know exaclty how to cite it optimally (original article should be provided as well) &lt;br /&gt;
* '''IMPORTANT: Article Retraction'''&lt;br /&gt;
** an article may be retracted because of plagiarism or some other flaw&lt;br /&gt;
** this should not be used any further in the research&lt;br /&gt;
** however, it might be used e.g. for an article on plagiarism or flawed research&lt;br /&gt;
** there should be therefore one field storing this information, too, and a link to:&lt;br /&gt;
** the published withdrawal letter (which explains why the article was retracted)&lt;br /&gt;
&lt;br /&gt;
* this issue may need a time-controlled event&lt;br /&gt;
* '''IMPORTANT: electronic publishing ahead of print (EPUB)'''&lt;br /&gt;
** more and more articles are initially posted online, before the published article gets actually printed&lt;br /&gt;
** How should this be used/cited?&lt;br /&gt;
** Is this changed, after the print version becomes available?&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Outstanding Issues ==&lt;br /&gt;
The 3 main points i (Brian) came across so far are:&lt;br /&gt;
1) IDENTIFIERS&lt;br /&gt;
2) FORMAT TYPES&lt;br /&gt;
3) NESTING&lt;br /&gt;
&lt;br /&gt;
1) In hCard/hCalendar there is a UID field. Added with URL it makes for a great unique identifier. There are loads of other identifers besides URL, ISBN, LOC call number, SKU, ISSN, etc. Many of these are unique in their domain, but not globally unique. So how to they get marked-up? Much like the hCard TEL/ADR properties, we can use something like:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;uid&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;type&amp;quot;&amp;gt;ISBN&amp;lt;/span&amp;gt;: &amp;lt;span&lt;br /&gt;
class=&amp;quot;value&amp;quot;&amp;gt;123456&amp;lt;/span&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
This makes the encoding the most extensible... if we start use class=&amp;quot;isbn&amp;quot; then it is an enumerated list, with class=&amp;quot;type&amp;quot; it is open ended.&lt;br /&gt;
&lt;br /&gt;
2) I keep mis-using &amp;quot;format&amp;quot;, format is the medium - hardback, softback. The TYPE (there probably is a better word - container?) is book, article, conference, manifesto, etc. Much like the identifers we can make an enumerated list of values, class=&amp;quot;book&amp;quot;, class=&amp;quot;article&amp;quot;, but that boxes us in, whereas something like: &amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;span class=&amp;quot;type&amp;quot;&amp;gt;article&amp;lt;/span&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt; leaves things more open.&lt;br /&gt;
&lt;br /&gt;
3) Nesting citation data in a citation. The ability to nest the same microformat inside itself is something that other microformats don't explicitly handle.&lt;br /&gt;
&lt;br /&gt;
The two options are:&lt;br /&gt;
i) Using class=&amp;quot;book&amp;quot;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;hcite&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;div class=&amp;quot;book&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Book Title&amp;lt;/span&amp;gt;&lt;br /&gt;
  &amp;lt;div class=&amp;quot;chapter&amp;quot;&amp;gt;&lt;br /&gt;
     &amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Chapter Title&amp;lt;/span&amp;gt;&lt;br /&gt;
  &amp;lt;/div&amp;gt;&lt;br /&gt;
 &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&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 makes things easy to nest and to figure out exactly what is&lt;br /&gt;
associated with what, but the downside is that we have enumerated&lt;br /&gt;
lists of values for the class properties.&lt;br /&gt;
&lt;br /&gt;
ii) using the TYPE for book&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;hcite&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;div class=&amp;quot;type&amp;quot;&amp;gt;book&amp;lt;/div&amp;gt;&lt;br /&gt;
 &amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Book Title&amp;lt;/span&amp;gt;&lt;br /&gt;
 &amp;lt;div class=&amp;quot;type&amp;quot;&amp;gt;chapter&amp;lt;/div&amp;gt;&lt;br /&gt;
 &amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Chapter Title&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
now the class=&amp;quot;fn&amp;quot; is not nested inside the class=&amp;quot;book&amp;quot; or&lt;br /&gt;
class=&amp;quot;chapter&amp;quot; so there would have to be some other mechanism to&lt;br /&gt;
associate the data with the type.&lt;br /&gt;
&lt;br /&gt;
== Brian's Straw format ==&lt;br /&gt;
&lt;br /&gt;
=== implied schema (examples) ===&lt;br /&gt;
 + publisher&lt;br /&gt;
 + language&lt;br /&gt;
 + description&lt;br /&gt;
 + title&lt;br /&gt;
 + creator&lt;br /&gt;
 + journal&lt;br /&gt;
 + volume&lt;br /&gt;
 + issue&lt;br /&gt;
 + page &lt;br /&gt;
 + edition&lt;br /&gt;
 + identifier&lt;br /&gt;
 + tags&lt;br /&gt;
 + format&lt;br /&gt;
 + date published&lt;br /&gt;
 + copyright&lt;br /&gt;
 - audience&lt;br /&gt;
&lt;br /&gt;
=== implied schema (formats) ===&lt;br /&gt;
 + publisher&lt;br /&gt;
 + language&lt;br /&gt;
 + description&lt;br /&gt;
 + title&lt;br /&gt;
 + creator&lt;br /&gt;
 + volume&lt;br /&gt;
 + pages&lt;br /&gt;
 + edition&lt;br /&gt;
 + issue&lt;br /&gt;
 + identifier&lt;br /&gt;
 + tags&lt;br /&gt;
 + format&lt;br /&gt;
 + date published&lt;br /&gt;
 + date copyrighted&lt;br /&gt;
 - subtitle&lt;br /&gt;
 - image &lt;br /&gt;
 - excerpt&lt;br /&gt;
 - index terms&lt;br /&gt;
 - series title&lt;br /&gt;
 - publication&lt;br /&gt;
 - journal&lt;br /&gt;
 - part (1 of X)&lt;br /&gt;
&lt;br /&gt;
UNION of the two schemas&lt;br /&gt;
 + (PLUS) means common properties&lt;br /&gt;
 - (MINUS) means unique to the schema&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Working straw schema ===&lt;br /&gt;
&lt;br /&gt;
Fields&lt;br /&gt;
&lt;br /&gt;
* title&lt;br /&gt;
* creator&lt;br /&gt;
* volume&lt;br /&gt;
* pages&lt;br /&gt;
* edition&lt;br /&gt;
* issue&lt;br /&gt;
* tags&lt;br /&gt;
* format&lt;br /&gt;
* date published&lt;br /&gt;
* date copyrighted&lt;br /&gt;
* publisher&lt;br /&gt;
* language&lt;br /&gt;
* description&lt;br /&gt;
* URI&lt;br /&gt;
** encompasses URLs to link to online copies as well as URIs such as urn:isbn: 0521890012&lt;br /&gt;
** see discussion from [http://microformats.org/discuss/mail/microformats-discuss/2006-November/007390.html november] and [http://microformats.org/discuss/mail/microformats-discuss/2006-December/007403.html december].&lt;br /&gt;
* identifier&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Examples ===&lt;br /&gt;
&lt;br /&gt;
Markup examples using the above format:&lt;br /&gt;
&lt;br /&gt;
==== Book ====&lt;br /&gt;
&lt;br /&gt;
This is Brian's original example&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;ul class=&amp;quot;bibliography&amp;quot;&amp;gt;&lt;br /&gt;
	&amp;lt;li class=&amp;quot;hcite&amp;quot; xml:lang=&amp;quot;en-gb&amp;quot;&amp;gt;&lt;br /&gt;
	&lt;br /&gt;
		&amp;lt;!-- publisher data as hCard--&amp;gt;&lt;br /&gt;
		&amp;lt;div class=&amp;quot;publisher vcard&amp;quot;&amp;gt;&lt;br /&gt;
			&amp;lt;span class=&amp;quot;fn org&amp;quot;&amp;gt;ABC Publishing Co.&amp;lt;/span&amp;gt;&lt;br /&gt;
			&amp;lt;span class=&amp;quot;country-name&amp;quot;&amp;gt;United Kingdom&amp;lt;/span&amp;gt;&lt;br /&gt;
			...&lt;br /&gt;
		&amp;lt;/div&amp;gt;&lt;br /&gt;
		&lt;br /&gt;
		&amp;lt;!-- author(s) data as hCard --&amp;gt;&lt;br /&gt;
		&amp;lt;div class=&amp;quot;creator vcard&amp;quot;&amp;gt;&lt;br /&gt;
			&amp;lt;span class=&amp;quot;fn n&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;given-name&amp;quot;&amp;gt;John &amp;lt;span class=&amp;quot;family-name&amp;quot;&amp;gt;Doe&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
			...&lt;br /&gt;
		&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
		&amp;lt;!-- location data --&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Foobar!&amp;lt;/span&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;description&amp;quot;&amp;gt;World Class Book about foobar&amp;lt;/span&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;volume&amp;quot;&amp;gt;1&amp;lt;/span&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;issue&amp;quot;&amp;gt;1&amp;lt;/span&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;edition&amp;quot;&amp;gt;1&amp;lt;/span&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;pages&amp;quot;&amp;gt;1-10&amp;lt;/span&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;format&amp;quot;&amp;gt;article&amp;lt;/span&amp;gt;&lt;br /&gt;
		&lt;br /&gt;
		&amp;lt;!-- differed to the UID debate --&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;identifier&amp;quot;&amp;gt;12345678&amp;lt;/span&amp;gt;&lt;br /&gt;
		&lt;br /&gt;
		&amp;lt;!-- keywords --&amp;gt;&lt;br /&gt;
		&amp;lt;a class=&amp;quot;keyword&amp;quot; rel=&amp;quot;tag&amp;quot; href=&amp;quot;/tags/foo&amp;quot;&amp;gt;foo&amp;lt;/a&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;keyword&amp;quot;&amp;gt;bar&amp;lt;/span&amp;gt;&lt;br /&gt;
		&lt;br /&gt;
		&amp;lt;!-- date properties --&amp;gt;&lt;br /&gt;
		Published &amp;lt;abbr class=&amp;quot;dtpublished&amp;quot; title=&amp;quot;20060101&amp;quot;&amp;gt;January 1st 1006&amp;lt;/abbr&amp;gt;&lt;br /&gt;
		Copyright &amp;lt;abbr class=&amp;quot;copyright&amp;quot; title=&amp;quot;20060101&amp;quot;&amp;gt;2006&amp;lt;/abbr&amp;gt;&lt;br /&gt;
	&amp;lt;/li&amp;gt;&lt;br /&gt;
	...&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p class=&amp;quot;citation&amp;quot;&amp;gt;Have you read &amp;lt;span class=&amp;quot;title&amp;quot;&amp;gt;&amp;lt;abbr title=&amp;quot;book&amp;quot; class=&amp;quot;format&amp;quot;&amp;gt;Foo Bar&amp;lt;/abbr&amp;gt;&amp;lt;/span&amp;gt;? &lt;br /&gt;
It was written by &amp;lt;span class=&amp;quot;author vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;John Doe&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;. &lt;br /&gt;
It only came out a &amp;lt;abbr class=&amp;quot;dtpublished&amp;quot; title=&amp;quot;20060101&amp;quot;&amp;gt;few months ago&amp;lt;/abbr&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Note: the &amp;quot;format&amp;quot; property above is incorrect. Format would refer more the physical characteristics of an item, rather than its type or genre (e.g. &amp;quot;article&amp;quot;, &amp;quot;book&amp;quot;, etc.). I'd rather have the main class for the li be &amp;quot;article&amp;quot; in this context, than the fairly meaningless &amp;quot;citation.&amp;quot;  Of course, one could have both, which would be fine too. -- bruce&lt;br /&gt;
&lt;br /&gt;
Note: Could we use ROLE from hCard to identify editors, translators, authors, etc?&lt;br /&gt;
This was discussed on the mailing list and the idea was dropped [http://microformats.org/discuss/mail/microformats-discuss/2006-September/005694.html]&lt;br /&gt;
&lt;br /&gt;
'''Comments''' : [[User:Singpolyma|singpolyma]] 08:03, 16 Jun 2006 (PDT) : keywords should be [[rel-tag]], and probably also [[XOXO]] (the same way the citation list is)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Citing Private Communication ====&lt;br /&gt;
&lt;br /&gt;
Needs an example.&lt;br /&gt;
&lt;br /&gt;
==== Citing Legal Cases ====&lt;br /&gt;
Needs an example. &lt;br /&gt;
see [http://microformats.org/wiki/citation-examples-markup#Wikipedia_Court_Case Wikipedia example] for inspiration.&lt;br /&gt;
&lt;br /&gt;
==== Citing a Book ====&lt;br /&gt;
&lt;br /&gt;
needs an example&lt;br /&gt;
&lt;br /&gt;
==== Citing a journal article ====&lt;br /&gt;
&lt;br /&gt;
needs an example &lt;br /&gt;
&lt;br /&gt;
==== Citing a magazine article ====&lt;br /&gt;
&lt;br /&gt;
needs an example&lt;br /&gt;
&lt;br /&gt;
==== Citing a Patent ====&lt;br /&gt;
&lt;br /&gt;
Drawn from this [http://microformats.org/wiki/citation-examples#U.S._Patent example from Wikipedia]:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;li class=&amp;quot;hcite&amp;quot;&amp;gt;&amp;lt;a href=&amp;quot;http://patft.uspto.gov/netacgi/nph-Parser?patentnumber=4,405,829&amp;quot; class=&amp;quot;url&amp;quot; &lt;br /&gt;
    title=&amp;quot;http://patft.uspto.gov/netacgi/nph-Parser?patentnumber=4,405,829&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;format&amp;quot;&amp;gt;U.S. Patent&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;identifier&amp;quot;&amp;gt;4,405,829&amp;lt;/span&amp;gt;&amp;lt;/a&amp;gt;:&lt;br /&gt;
    &amp;lt;span class=&amp;quot;description&amp;quot;&amp;gt;The &amp;lt;a href=&amp;quot;/wiki/RSA&amp;quot; title=&amp;quot;RSA&amp;quot;&amp;gt;RSA&amp;lt;/a&amp;gt; patent, a famous software patent on the ground-breaking &lt;br /&gt;
    and highly unobvious algorithm for public key encryption, widely used for secure communications &lt;br /&gt;
    in many industries nowdays&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Citing a conference publication====&lt;br /&gt;
&lt;br /&gt;
Based on the [http://microformats.org/wiki/citation-examples#ACM_Digital_Library_Search_Result_Examples conference publication reference example].&lt;br /&gt;
&lt;br /&gt;
Changed Oct 06 to conform with [http://microformats.org/wiki/citation-brainstorming#Brian.27s_Straw_format Brian's format]. --[[User:Mike|Mike]] 18:09, 12 Oct 2006 (PDT)&lt;br /&gt;
(everything but the url class should be in line with that proposal)&lt;br /&gt;
&lt;br /&gt;
L. Hochstein, J. Carver, F. Shull, S. Asgari, V. Basili, J. K. Hollingsworth, and M. Zelkowitz, “Hpc programmer productivity: A case study of novice hpc programmers,” in Proceedings of ACM/IEEE Supercomputing Conference, 2005.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;cite class=&amp;quot;hcite&amp;quot;&amp;gt;&lt;br /&gt;
	&amp;lt;span class=&amp;quot;creator vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Lorin Hochstein&amp;lt;/span&amp;gt;&amp;lt;span class=&amp;quot;org&amp;quot;&amp;gt; University of Maryland, College Park &amp;lt;/span&amp;gt;&amp;lt;span&amp;gt;,&lt;br /&gt;
	&amp;lt;span class=&amp;quot;creator vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt; Jeff Carver &amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;org&amp;quot;&amp;gt; Mississippi State University &amp;lt;/span&amp;gt; &amp;lt;span&amp;gt;,&lt;br /&gt;
	&amp;lt;span class=&amp;quot;creator vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt; Forrest Shull &amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;org&amp;quot;&amp;gt; Fraunhofer Center Maryland &amp;lt;/span&amp;gt; &amp;lt;span&amp;gt;,&lt;br /&gt;
	&amp;lt;span class=&amp;quot;creator vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt; Sima Asgari&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;org&amp;quot;&amp;gt; University of Maryland, College Park &amp;lt;/span&amp;gt; &amp;lt;span&amp;gt;,&lt;br /&gt;
	&amp;lt;span class=&amp;quot;creator vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt; Victor Basili&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;org&amp;quot;&amp;gt; Fraunhofer Center Maryland &amp;lt;/span&amp;gt; &amp;lt;span&amp;gt;,&lt;br /&gt;
	&amp;lt;span class=&amp;quot;creator vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt; Jeffrey K. Hollingsworth&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;org&amp;quot;&amp;gt; University of Maryland, College Park &amp;lt;/span&amp;gt; &amp;lt;span&amp;gt;, and &lt;br /&gt;
	&amp;lt;span class=&amp;quot;creator vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt; Marv Zelkowitz&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;org&amp;quot;&amp;gt; University of Maryland, College Park &amp;lt;/span&amp;gt; &amp;lt;span&amp;gt;,&lt;br /&gt;
	&amp;lt;a class=&amp;quot;fn url&amp;quot; href=&amp;quot;http://dx.doi.org/10.1109/SC.2005.53&amp;quot;&amp;gt;HPC Programmer Productivity: A Case Study of Novice HPC Programmers&amp;lt;/a&amp;gt;. &lt;br /&gt;
        (&amp;lt;span class=&amp;quot;format&amp;quot;&amp;gt;conference publication&amp;lt;/span&amp;gt;)&lt;br /&gt;
	&amp;lt;cite class=&amp;quot;container hcite&amp;quot;&amp;gt;&lt;br /&gt;
	&amp;lt;a class=&amp;quot;fn url&amp;quot; href=&amp;quot;...&amp;quot;&amp;gt;Proceedings of ACM/IEEE Supercomputing Conference&amp;lt;/a&amp;gt;&lt;br /&gt;
	&amp;lt;abbr class=&amp;quot;dtpublished&amp;quot; title=&amp;quot;20051126T0000-0800&amp;quot;&amp;gt;2005&amp;lt;/abbr&amp;gt;&lt;br /&gt;
	&amp;lt;/cite&amp;gt;&lt;br /&gt;
	page &amp;lt;span class=&amp;quot;pages&amp;quot;&amp;gt;35&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;publisher vcard&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;span class=&amp;quot; fn&amp;quot;&amp;gt;IEEE Computer Society&lt;br /&gt;
   &amp;lt;/span&amp;gt;&lt;br /&gt;
    &amp;lt;div class=&amp;quot;adr&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;Washington&amp;lt;/span&amp;gt;,&lt;br /&gt;
      &amp;lt;span class=&amp;quot;region&amp;quot;&amp;gt;DC&amp;lt;/span&amp;gt;&lt;br /&gt;
    &amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;a class=&amp;quot;url instantiation&amp;quot; href=&amp;quot;http://portal.acm.org/ft_gateway.cfm?id=1105800&amp;amp;type=pdf&amp;amp;coll=portal&amp;amp;dl=ACM&amp;amp;CFID=68330711&amp;amp;CFTOKEN=39187329&amp;quot;&amp;gt;PDF of full text from ACM&amp;lt;/a&amp;gt;&lt;br /&gt;
&lt;br /&gt;
	DOI: &amp;lt;a class=&amp;quot;url uid&amp;quot; href=&amp;quot;http://dx.doi.org/10.1109/SC.2005.53&amp;quot;&amp;gt;10.1109/SC.2005.53&amp;lt;/a&amp;gt;&lt;br /&gt;
        Tags: &lt;br /&gt;
    &amp;lt;a class=&amp;quot;keyword&amp;quot; rel=&amp;quot;tag&amp;quot; href=&amp;quot;results.cfm?query=genterm%3A%22Design%22 ...&amp;quot;&amp;gt;&lt;br /&gt;
							Design&amp;lt;/a&amp;gt;,&lt;br /&gt;
     &amp;lt;a class=&amp;quot;keyword&amp;quot; rel=&amp;quot;tag&amp;quot; href=&amp;quot;results.cfm?query=genterm%3A%22Experimentation%22 ....&amp;quot;&amp;gt;&lt;br /&gt;
							 Experimentation&amp;lt;/a&amp;gt;,&lt;br /&gt;
     &amp;lt;a class=&amp;quot;keyword&amp;quot; rel=&amp;quot;tag&amp;quot; href=&amp;quot;results.cfm?query=genterm%3A%22Measurement%22...&amp;quot;&amp;gt;&lt;br /&gt;
							 Measurement&amp;lt;/a&amp;gt;,&lt;br /&gt;
     &amp;lt;a class=&amp;quot;keyword&amp;quot; rel=&amp;quot;tag&amp;quot; href=&amp;quot;results.cfm?query=genterm%3A%22Performance%22 ...&amp;quot;&amp;gt;&lt;br /&gt;
							 Performance&amp;lt;/a&amp;gt;&lt;br /&gt;
&lt;br /&gt;
	&amp;lt;blockquote class=&amp;quot;description&amp;quot;&amp;gt;In developing High-Performance Computing (HPC) software, time to solution is an important metric. This metric is comprised of two main components: the human effort required developing the software, plus the amount of machine time required to execute it. To date, little empirical work has been done to study the first component: the human effort required and the effects of approaches and practices that may be used to reduce it. In this paper, we describe a series of studies that address this problem. We instrumented the development process used in multiple HPC classroom environments. We analyzed data within and across such studies, varying factors such as the parallel programming model used and the application being developed, to understand their impact on the development process.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
  &amp;lt;/cite&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Note''' (From [[Discoleo]], Sept. 06)&lt;br /&gt;
* sometimes, the citation must include '''Town/Country''' and '''Precise Date/Date Range''', e.g.&lt;br /&gt;
** ''Gillespie SH, Dickens A.'' Variation in mutation rate of quinolone resistance in Streptococcus pneumoniae [abstract P06-17A]. In: Abstracts of the 3rd International Symposium on Pneumococci and Pneumococcal Disease (Anchorage, 5-9 May 2002).Washington, DC: American Society of Microbiology, 2002.&lt;br /&gt;
** ''Bassetti, M.; Righi, E.; Rebesco, B.; Molinari, MP.; Costa, A.; Fasce, R.; Cruciani, M.; Bassetti, D.; Bobbio Pallavicini, F.'' 44th Annual Interscience Conference on Antimicrobial Agents and Chemotherapy (ICAAC). Washington, DC; 2004. Epidemiological trends in nosocomial candidemia in ICU: A five-year Italian perspective.&lt;br /&gt;
** ''Peacock JE, Wade JC, Lazarus HM, et al.'' Ciprofloxacin/piperacillin vs. tobramycin/piperacillin as empiric therapy for fever in neutropenic cancer patients, a randomized, double-blind trial [abstract 373]. In: Program and abstracts of the 37th Interscience Conference on Antimicrob Agents and Chemotherapy (Toronto). Washington, DC: American Society for Microbiology, 1997.&lt;br /&gt;
&lt;br /&gt;
==== Citing an external website ====&lt;br /&gt;
&lt;br /&gt;
This is based on a formal citation of a website in the references section of a research paper, but could also be used for in-line links that had added information. Here's the original:&lt;br /&gt;
&lt;br /&gt;
[25] David Stern, &amp;quot;eprint Moderator Model&amp;quot;, http://www.library.yale.edu/scilib/modmodexplain.html  (version dated Jan 25, 1999)&lt;br /&gt;
 &lt;br /&gt;
 &amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;cite class=&amp;quot;citation&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;a class=&amp;quot;fn url&amp;quot; href=&amp;quot;http://www.library.yale.edu/scilib/modmodexplain.html&amp;quot;&amp;gt;eprint Moderator Model&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;author vcard&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;a href=&amp;quot;http://pantheon.yale.edu/~dstern/dsbio.html&amp;quot; class=&amp;quot;url fn&amp;quot;&amp;gt;David Stern&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;/span&amp;gt;  &lt;br /&gt;
&amp;lt;abbr class=&amp;quot;dtpublished&amp;quot; title=&amp;quot;19990125T0000-0500&amp;quot;&amp;gt;&lt;br /&gt;
    Jan 25, 1999&lt;br /&gt;
  &amp;lt;/abbr&amp;gt;&lt;br /&gt;
&amp;lt;/cite&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Old straw format discussion ==&lt;br /&gt;
&lt;br /&gt;
Saved here so that I'm not just deleting people's comments.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Mike straw format suggestion (Deprecated) ===&lt;br /&gt;
&lt;br /&gt;
In the interests of starting debate and having something concrete to fix, I suggest the following structure for a format. It is probably very incomplete and I claim no microformat expertise. I'm just trying to follow existing patterns. Comments and ridicule are both solicited. -Mike&lt;br /&gt;
&lt;br /&gt;
'''NOTE:''' This format is here for historical reference. Because it was not based on existing examples, I've deprecated it and contributed examples to Brian's format. If you feel that any missing elements in here should be in the final format, find examples for them and contribute to Brian's schema. Thanks! --[[User:Mike|Mike]] 18:22, 12 Oct 2006 (PDT)&lt;br /&gt;
&lt;br /&gt;
==== In General ====&lt;br /&gt;
&lt;br /&gt;
The ''citation'' format is based on a set of fields common to many bibliographic data formats, which are often implied by standard citation display styles but not explicitly marked up in practice on the web.&lt;br /&gt;
&lt;br /&gt;
==== Schema ====&lt;br /&gt;
&lt;br /&gt;
The citation schema consists of the following:&lt;br /&gt;
&lt;br /&gt;
* cite &lt;br /&gt;
** title: required, text (class = fn)&lt;br /&gt;
** subtitle: optional, text&lt;br /&gt;
** authors: optional, use hCard&lt;br /&gt;
** publication date: optional&lt;br /&gt;
** link(s) to instantiations, optional, url or use rel-enclosure? (class=url)&lt;br /&gt;
** UID, optional (for ISBN, DOI - use existing uid class) | permalink&lt;br /&gt;
** series (aka volume/issuenum) , optional (''not as sure how to handle these - suggestions?'')&lt;br /&gt;
** pages: startpage &amp;amp; endpage, optional, text&lt;br /&gt;
** venue, optional (hCard)&lt;br /&gt;
** publisher, optional (hCard)&lt;br /&gt;
** container: optional (nested hCite)&lt;br /&gt;
** abstract, optional (blockquote + class=&amp;quot;abstract&amp;quot; ?)&lt;br /&gt;
** notes, optional (blockquote + class=&amp;quot;notes&amp;quot; ?)&lt;br /&gt;
** keywords, optional (rel-tag)&lt;br /&gt;
** image, optional (for inclusion inline, unlike the url)&lt;br /&gt;
** copyright, optional (rel-license)&lt;br /&gt;
** ''what else am I missing?''&lt;br /&gt;
*** language, optional&lt;br /&gt;
&lt;br /&gt;
''Looks good, but I question the use of hCard for names. Due to ambiguity issues, requring hCard would lead to extra markup in order to apply just a name, hence [http://microformats.org/discuss/mail/microformats-discuss/2006-March/003487.html the need for a root element]. We should extract the N optimization of hCard like we did with adr, in order to ease this problem.'' --[[User:RCanine|Ryan Cannon]]&lt;br /&gt;
&lt;br /&gt;
Perhaps a Retrieved Date or Access Date would be appropriate for citing online resources. For example at http://www.crlt.umich.edu/publinks/facment_biblio.html &lt;br /&gt;
you see citations like this&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
Chief Academic Officers of the Big 12 Universities (2000). Big 12 Faculty Fellowship Program. Retrieved December 20, 2000 from the World Wide Web: http://www.k-state.edu/provost/academic/big12/big12guide.htm.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
--[[User:JoeAndrieu|Joe Andrieu]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Discussion about citing legal cases ====&lt;br /&gt;
&lt;br /&gt;
Here's some info I found about citing law:&lt;br /&gt;
&lt;br /&gt;
I'm not a lawyer, so I'm relying on the published [http://www.legalbluebook.com &amp;quot;blue book&amp;quot; standard], at least the only part of it I can get without paying $25. I'd be happy to hear improvements from experts in the field - how do lawyers mark up references to case law in HTML now?&lt;br /&gt;
&lt;br /&gt;
From groklaw.net and eff.org, I find mostly just links to PDFs with the name of the case as the link text. Or just this, from EFF:&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;h1&amp;gt;The Betamax Case&amp;lt;/h1&amp;gt;&lt;br /&gt;
&amp;lt;h2&amp;gt;Sony Corp. of America v. Universal City Studios, 464 U.S. 417 (1984)&amp;lt;/h2&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
From an example at the sample bluepages: http://www.legalbluebook.com/pdfs/bluepages.pdf&lt;br /&gt;
5 basic components:&lt;br /&gt;
*1 name of the case (citation title)&lt;br /&gt;
*2 published source in which case may be found (citation containing publication?)&lt;br /&gt;
*3 a parenthetical indicating the court and year of decision (citation venue?)&lt;br /&gt;
*4 other parenthetical information, if any (citation notes?)&lt;br /&gt;
*5 subsequent history of the case, if any (citation notes?)&lt;br /&gt;
&lt;br /&gt;
Here's two examples from the bluebook. Note that there are very strict rules about abbreviations in that source!&lt;br /&gt;
&lt;br /&gt;
Holland v. Donnelly, 216 F. Supp. 2d 227, 230 (S.D.N.Y. 2002), aff'd, 324 F.3d 99 (2d Cir. 2003).&lt;br /&gt;
&lt;br /&gt;
Green v. Georgia, 442 U.S. 95, 97 (1979) (per curiam) (holding that exclusion of relevant evidence at sentencing hearing constitutes denial of due process).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== discussions ==&lt;br /&gt;
* [[citation-irc-notes-2006-04-09]]&lt;/div&gt;</summary>
		<author><name>Mike</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=citation-brainstorming&amp;diff=9977</id>
		<title>citation-brainstorming</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=citation-brainstorming&amp;diff=9977"/>
		<updated>2006-10-13T01:22:26Z</updated>

		<summary type="html">&lt;p&gt;Mike: /* Contributors */  add Brian&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h1&amp;gt; Citation Brainstroming &amp;lt;/h1&amp;gt;&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
== Contributors ==&lt;br /&gt;
&lt;br /&gt;
* ...&lt;br /&gt;
* ... (a bunch of good folks!)&lt;br /&gt;
* Tantek Çelik&lt;br /&gt;
* Tim White&lt;br /&gt;
* Michael McCracken&lt;br /&gt;
* Brian Suda&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* [[citation]]&lt;br /&gt;
* [[citation-examples]]&lt;br /&gt;
* [[citation-formats]]&lt;br /&gt;
* [[citation-faq]]&lt;br /&gt;
&lt;br /&gt;
== Use Cases ==&lt;br /&gt;
&lt;br /&gt;
To focus the discussion, please add use cases below that will help show what problems the citation microformat will be solving.&lt;br /&gt;
&lt;br /&gt;
I've included two, focusing on consuming information - I've assumed that use cases for generating microformatted content would just involve the desire to enable your content to be consumed better, but I'm interested to see if there's something I'm missing here -Mike&lt;br /&gt;
&lt;br /&gt;
=== Acquiring reference information from the web ===&lt;br /&gt;
&lt;br /&gt;
A user either finds an author's papers page, or is viewing the results of a search and would like to import the information about the displayed papers into their local reference database, for the purposes of cataloging things they've read, adding notes, and using the information to generate later citations, potentially in other forms, such as BibTeX or Docbook, for inclusion in a publication of their own.&lt;br /&gt;
&lt;br /&gt;
Notes: In this case, it isn't important to the user what format the citation takes as displayed on the page where they find it. What *is* important is that it contains enough information to allow generation of the format they will ultimately re-publish it in. This implies that it may be worthwhile to err a little on the side of verbosity.&lt;br /&gt;
&lt;br /&gt;
Also, links to downloadable full representations of the cited work are very important - e.g. a link to the PDF of a journal article, or to a music file.&lt;br /&gt;
&lt;br /&gt;
=== Subscribing to reading lists, periodicals, etc ===&lt;br /&gt;
&lt;br /&gt;
I would like to be able to leverage my news aggregator with hAtom to subscribe to a remote source for citation information, for example:&lt;br /&gt;
&lt;br /&gt;
* a reading list for a seminar&lt;br /&gt;
* The publication list for a conference (e.g., subscribe to SIGGRAPH and see the updated conference proceedings every year)&lt;br /&gt;
* the issues of a journal&lt;br /&gt;
* a particular research group or researcher's publications&lt;br /&gt;
* Not just research: a popular author's publications (e.g., [http://www.gladwell.com/archive.html Malcolm Gladwell's Archive])&lt;br /&gt;
&lt;br /&gt;
=== Aggregating reading lists and reviews ===&lt;br /&gt;
&lt;br /&gt;
A citation microformat-specific aggregator could provide a decentralized version of [http://citeulike.org/ CiteULike]. Libraries, authors, research groups, and publishers could mark up their collections, while other people on weblogs or review sites could add tags and reviews.&lt;br /&gt;
&lt;br /&gt;
At least, having a well-adopted microformat would make writing tools like CiteULike much better, since it relies in some cases on screen-scraping publisher web-sites.&lt;br /&gt;
&lt;br /&gt;
=== Cut &amp;amp; Paste from web pages ===&lt;br /&gt;
Capturing/copying HTML from web pages for use in other applications (especially when those apps present HTML as output), such as pasting into Word, or a specialized application like [http://www.google.com/notebook Google Notebook], [http://onfolio.com Onfolio] or [http://www.kaboodle.com Kaboodle].  When such captures are made, it makes sense to keep track of the full citation data, including the date it was accessed, which may or may not be the date it was published. &lt;br /&gt;
&lt;br /&gt;
=== Blogs quoting other resources, including blogs ===&lt;br /&gt;
Any blog that cites online content, whether a blog or news article, could use an hCitation to properly link to the cited reference. Such citations could include the access date when the blogger made the citation, because resources on the other side of those links can change without notice. &lt;br /&gt;
&lt;br /&gt;
Instead, today we have simple formating with a link to the permaURL. The citation data is completely lacking. See [http://doc.weblogs.com Doc Searl's blog] for a style of referencing that could benefit from proper a citation uF.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Fascinating... after I added the last two use cases, I realized they focus on potentially marginal cases. The first because it is missing the &amp;quot;output&amp;quot; part of the cut &amp;amp; paste, where the uF would actually be used as part of the paste.  The latter because bloggers have a working citation mechanism that is just a link to the URL (hopefully a permaURL). One could argue they wouldn't want a full hCitation. And in fact, until a tool exists that makes it easy, they probably won't.  However, a tool that cuts &amp;amp; pastes from anywhere on the web into a blog with a full citation seems like a nice tool.  But again, I'm not really paving the cowpaths with these ideas. -Joe Andrieu&lt;br /&gt;
&lt;br /&gt;
== Original hBib Discussion ==&lt;br /&gt;
&lt;br /&gt;
During the WWW2005 Developer's Day [[microformats]] track, Rohit Khare gave a [[presentations|presentation]] where he discussed the microformats [[process]], and then did  a quick demonstration wherein a bunch of us got on a shared Subethaedit document, and brainstormed some thoughts on what an &amp;quot;hBib&amp;quot; bibliography citation microformat would look like.  Rohit placed the [http://cnlabs.commerce.net/~rohit/hBib%20Discussion.html document on his Commercenet site].&lt;br /&gt;
&lt;br /&gt;
* http://cnlabs.commerce.net/~rohit/hBib%20Discussion.html&lt;br /&gt;
&lt;br /&gt;
''An attempt to summarize and inline the linked document follows. -Mike''&lt;br /&gt;
&lt;br /&gt;
Two major goals were outlined by the group:&lt;br /&gt;
&lt;br /&gt;
* Avoid re-keying references&lt;br /&gt;
* Adapt to new journal styles by changing CSS&lt;br /&gt;
 &lt;br /&gt;
The fundamental problem was discussed in terms of display - the ability to transform XHTML+hBib into the many journal-specific formats. For example, how to display &amp;quot;et.al&amp;quot; when all authors are present in the source, and how to re-order the elements if a style defines a set order of elements that conflicts with the ordering in the source. Using hCard for authors was agreed on, and the beginnings of an example were shown.&lt;br /&gt;
&lt;br /&gt;
== XHTML Structure ==&lt;br /&gt;
With my exprience working X2V and hCa* has taught me what elememts are easy to find and which are not. Since the Citation microformat is very new it is possible to not make a lot of the same errors twice and to make things easier for extracting application to find and imply certain properties.&lt;br /&gt;
&lt;br /&gt;
* There should be some sort of 'root node' that implies all child elements are for the Citation microformat.&lt;br /&gt;
* Since most people will have multiple Citation there should be away to represent each Citation object as a unqiue block independant of another. This is to keep the parse from finding 'author' and applying to all citations. Each citation should be in a container (class=&amp;quot;???&amp;quot;) that scoped from others.&lt;br /&gt;
* Perhaps class=&amp;quot;hcite&amp;quot; with &amp;lt;code&amp;gt;&amp;amp;lt;cite&amp;amp;gt;&amp;lt;/code&amp;gt; recommended as the root element. E.g. &amp;lt;code&amp;gt;&amp;amp;lt;cite class=&amp;quot;hcite&amp;quot;&amp;amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Citation vs. [[media-info]] ==&lt;br /&gt;
&lt;br /&gt;
What distinguishes a cite from say [[media-info]] (e.g. [[media-info-examples]]) is that a cite is a reference to something explicitly external to the current piece of content or document, whereas [[media-info]] describes information about content embedded or inline in the current document.&lt;br /&gt;
&lt;br /&gt;
== Semantic Meaning ==&lt;br /&gt;
One of the guiding priniciple of Microformats is to use the most semantically rich element to describe each node (Point 2 of Semantic XHTML Design Principles: Use the most accurately precise semantic XHTML building block for each object etc). Since we are dealing with HTML and citations, several elements are candidates to be used to enrich the semantic meaning. [http://www.w3.org/TR/REC-html40/struct/text.html CITE, BLOCKQUOTE, Q, A], (are there more?)&lt;br /&gt;
&lt;br /&gt;
The [[citation-brainstorming|Citation Brainstorming Page]] has a few development and ideas about how to give another person credit for a link. Some of the semantic ideas behind their choices of tags can be applied to a full bibliographic type reference. ''Does this sentence make sense only historically? -Mike''&lt;br /&gt;
&lt;br /&gt;
== OCLC's WorldCat for titles == &lt;br /&gt;
Question: what about using something like OCLC's [http://www.oclc.org/worldcat/open/isbnissnlinking/default.htm WorldCat] for linking titles? - Tim White&lt;br /&gt;
&lt;br /&gt;
== This and That ==&lt;br /&gt;
After reading through alot of different citation encoding formats, i noticed that each format was being used in onw of two ways. It was either to describe the Current page (THIS.PAGE) or being used to encode references that point to external resources (THAT.PAGE)&lt;br /&gt;
&lt;br /&gt;
The informatation being encoded was identical for both resources (author, date, name, etc) they just reference different things. For this microformat, i'm not sure if we want to try to solve both problems, or just one? The meta tags in the head element would be the ideal place for information about the THIS.PAGE, but that is not in following with the ideals of microformats where information is human-readable. The THAT.PAGE idea where a list of references is at the end of a document in the form of a bibliography is more inline with the ideals of a microformat where the data is human-readable. That doesn't mean that data about the current document shouldn't be human-readable, so some of the same properties used to reference extermal resources can be used for the current document (THIS.PAGE). To do this a different root item could be used and transforming applications could either extract the citation data about the current page, or information about this page's references.&lt;br /&gt;
&lt;br /&gt;
This is open for discussion, but either way, i believe that the properties used to describe a page will be the same for both THIS and THAT. [http://suda.co.uk/ brian suda]&lt;br /&gt;
&lt;br /&gt;
== More on This and That ==&lt;br /&gt;
&lt;br /&gt;
Citation microformats are being explored as a possibility for citing genealogical information at [http://eatslikeahuman.blogspot.com Dan Lawyer's blog].&lt;br /&gt;
&lt;br /&gt;
This is a case where frequently the citation would refer to (THIS.PAGE), but would have nested within it a reference to (THAT.PAGE), possibly a few levels deep. For instance, a web page might contain data extracted from a microfilm of a census. The citation would need to include information about the web page, information about the microfilm, and information about the census. Genealogical citations are expected to include the repository (where can this book or microfilm be found. Is this the same as ''venue''?). So, at each level the information should contain the repository of the referenced item. A nesting (recursive) mechanism for citation microformats would be useful in this case. Is this the function of the &amp;quot;container&amp;quot; element in the Straw Format?&lt;br /&gt;
&lt;br /&gt;
== Date Formatting ==&lt;br /&gt;
Since microformats are all about re-use and the accepted way to encode Date-Time has been pretty much settled, then this is a good place to start when dealing with all the different date citation types. &lt;br /&gt;
&lt;br /&gt;
These are all the different fields from various citation formats that are of temporal nature:&lt;br /&gt;
 * Date (available | created | dateAccepted | dateCopyrighted | dateSubmitted | issued | modified | valid)&lt;br /&gt;
 * originInfo/dateIssued&lt;br /&gt;
 * originInfo/dateCreated&lt;br /&gt;
 * originInfo/dateCaptured&lt;br /&gt;
 * originInfo/dateOther&lt;br /&gt;
 * month&lt;br /&gt;
 * year&lt;br /&gt;
 * Copyright Year&lt;br /&gt;
 * Date - Generic&lt;br /&gt;
 * Date of Confernce&lt;br /&gt;
 * Date of Publication&lt;br /&gt;
 * Date of update/revisou/issuance of database record&lt;br /&gt;
 * Former Date&lt;br /&gt;
 * Entry Date for Database Record&lt;br /&gt;
 * Database Update&lt;br /&gt;
 * Year of Publication&lt;br /&gt;
&lt;br /&gt;
There are several common properties across several citation domains and will certainly be in the citation microformat, the unique instances will need further consideration, otherwise there could be no end to posiblities. &lt;br /&gt;
&lt;br /&gt;
There are also several properties (year, month, Year of publication) that can be extracted from another source. Therefore, if you only encode a more specific property such as; Date of Publication, you can extract the 'year of publication' from that. Since the date-time format we are modeling after is the ISO date-time format, just the Year portion is an acceptable date. So if you ONLY know the year of publication, the you can form a valid 'Date of Publication' as a microformat (which inturn is a valid 'year of publication') - you milage may vary when it comes to importing into citation applications.&lt;br /&gt;
&lt;br /&gt;
...&lt;br /&gt;
&lt;br /&gt;
It seems to me that these can be collapsed to maybe one or two different date properties.  As far as the specific human readable formatting of the date, that can be chosen per whatever the presentation style guide says, and the [[datetime-design-pattern]] used to simplify the markup. - Tantek&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Important'''&lt;br /&gt;
Sometimes we need a date range and not simply a date (e.g. 4-6 May 2006). See ''Conference Citation'' examples later on this page. - Discoleo&lt;br /&gt;
&lt;br /&gt;
== Tags ==&lt;br /&gt;
Some of the citation formats has a place for 'keywords' or 'generic tags', etc. This might be a good place to re-use the [http://microformats.org/wiki/rel-tag RelTag microformat]. The downside would be that they are then forced to be links, which might be the correct way to mark-up these terms.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== MARC / MODS / Dublin Core ==&lt;br /&gt;
&lt;br /&gt;
The MODS ([http://www.loc.gov/standards/marcxml/Sandburg/sandburgmods.xml example]) and Dublin Core ([http://www.loc.gov/standards/marcxml/Sandburg/sandburgdc.xml example]) transformations of MARC21 may contain some useful ideas.&lt;br /&gt;
&lt;br /&gt;
Here's a first attempt at rewriting the linked examples in XHTML (written in response to a [http://microformats.org/discuss/mail/microformats-discuss/2005-December/002438.html mailing list query about encoding book information with microformats]):&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;book&amp;quot; lang=&amp;quot;en&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;h3 class=&amp;quot;fn&amp;quot;&amp;gt;Arithmetic /&amp;lt;/h3&amp;gt;&lt;br /&gt;
  &amp;lt;p&amp;gt;By &amp;lt;span class=&amp;quot;creator&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Sandburg, Carl&amp;lt;/span&amp;gt;,&lt;br /&gt;
     &amp;lt;span class=&amp;quot;date&amp;quot;&amp;gt;1878-1967&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;,&lt;br /&gt;
     and &amp;lt;span class=&amp;quot;illustrator&amp;quot;&amp;gt;Rand, Ted&amp;lt;/span&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
  &amp;lt;p&amp;gt;Publisher: &amp;lt;span class=&amp;quot;publisher&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Harcourt Brace Jovanovich&amp;lt;/span&amp;gt;,&lt;br /&gt;
     &amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;San Diego&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
  &amp;lt;p&amp;gt;Published: &amp;lt;span class=&amp;quot;issued&amp;quot;&amp;gt;1993&amp;lt;/span&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
  &amp;lt;p class=&amp;quot;description&amp;quot;&amp;gt;A poem about numbers and their characteristics. Features&lt;br /&gt;
     anamorphic, or distorted, drawings which can be restored to normal by viewing&lt;br /&gt;
     from a particular angle or by viewing the image's reflection in the provided&lt;br /&gt;
     Mylar cone.&amp;lt;/p&amp;gt;&lt;br /&gt;
  &amp;lt;p class=&amp;quot;note&amp;quot;&amp;gt;One Mylar sheet included in pocket.&amp;lt;/p&amp;gt;&lt;br /&gt;
  &amp;lt;p&amp;gt;Subjects:&amp;lt;/p&amp;gt;&lt;br /&gt;
  &amp;lt;ul&amp;gt;&lt;br /&gt;
    &amp;lt;li class=&amp;quot;subject&amp;quot;&amp;gt;Arithmetic&amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li class=&amp;quot;subject&amp;quot;&amp;gt;Children's poetry, American.&amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li class=&amp;quot;subject&amp;quot;&amp;gt;Arithmetic&amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li class=&amp;quot;subject&amp;quot;&amp;gt;American poetry&amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li class=&amp;quot;subject&amp;quot;&amp;gt;Visual perception&amp;lt;/li&amp;gt;&lt;br /&gt;
  &amp;lt;/ul&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;
== Basic Citation Stuctures ==&lt;br /&gt;
There are basic structures to any citation, this is an overview of some of the types&lt;br /&gt;
[http://www.users.muohio.edu/darcusb/misc/citations-spec.html http://www.users.muohio.edu/darcusb/misc/citations-spec.html]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Concerns not addressed by existing formats ==&lt;br /&gt;
&lt;br /&gt;
There are some aspects '''NOT adequately''' covered by existing formats. I have addressed this issue on the OpenOffice.org wiki page, too. [see http://wiki.services.openoffice.org/wiki/Bibliographic_Database for an extending discussion, the paragraph on ''Reference Types'']&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
These issues pertain mainly to '''Errata''', '''Comments and Authors Reply''' and '''Article Retractions'''.&lt;br /&gt;
* a bidirectional link could be necessary to implement these features (original article &amp;lt;=&amp;gt; eratum, reply, retraction letter)&lt;br /&gt;
* '''IMPORTANT: Errata'''&lt;br /&gt;
** Erata: one or more Corrections might be posted in various issues of the journal&lt;br /&gt;
** this is usually cited as: Orininal Article Citation Data (Correction available in ''Journal, Issue Nr, Year, Pages'') (repeat for more than one correction)&lt;br /&gt;
** it is possibly never cited alone&lt;br /&gt;
** there should be a link to the original article, while the original article should contain a link to this ''Errata''&lt;br /&gt;
* '''IMPORTANT: Commentary and Author Reply'''&lt;br /&gt;
** similar to Errata, there might be one or more Comments and Author Replys; this should be stored, too&lt;br /&gt;
** however, it is usually not included in the original citation&lt;br /&gt;
** it might be used however in a citation, but I do not know exaclty how to cite it optimally (original article should be provided as well) &lt;br /&gt;
* '''IMPORTANT: Article Retraction'''&lt;br /&gt;
** an article may be retracted because of plagiarism or some other flaw&lt;br /&gt;
** this should not be used any further in the research&lt;br /&gt;
** however, it might be used e.g. for an article on plagiarism or flawed research&lt;br /&gt;
** there should be therefore one field storing this information, too, and a link to:&lt;br /&gt;
** the published withdrawal letter (which explains why the article was retracted)&lt;br /&gt;
&lt;br /&gt;
* this issue may need a time-controlled event&lt;br /&gt;
* '''IMPORTANT: electronic publishing ahead of print (EPUB)'''&lt;br /&gt;
** more and more articles are initially posted online, before the published article gets actually printed&lt;br /&gt;
** How should this be used/cited?&lt;br /&gt;
** Is this changed, after the print version becomes available?&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Outstanding Issues ==&lt;br /&gt;
The 3 main points i (Brian) came across so far are:&lt;br /&gt;
1) IDENTIFIERS&lt;br /&gt;
2) FORMAT TYPES&lt;br /&gt;
3) NESTING&lt;br /&gt;
&lt;br /&gt;
1) In hCard/hCalendar there is a UID field. Added with URL it makes for a great unique identifier. There are loads of other identifers besides URL, ISBN, LOC call number, SKU, ISSN, etc. Many of these are unique in their domain, but not globally unique. So how to they get marked-up? Much like the hCard TEL/ADR properties, we can use something like:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;uid&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;type&amp;quot;&amp;gt;ISBN&amp;lt;/span&amp;gt;: &amp;lt;span&lt;br /&gt;
class=&amp;quot;value&amp;quot;&amp;gt;123456&amp;lt;/span&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
This makes the encoding the most extensible... if we start use class=&amp;quot;isbn&amp;quot; then it is an enumerated list, with class=&amp;quot;type&amp;quot; it is open ended.&lt;br /&gt;
&lt;br /&gt;
2) I keep mis-using &amp;quot;format&amp;quot;, format is the medium - hardback, softback. The TYPE (there probably is a better word - container?) is book, article, conference, manifesto, etc. Much like the identifers we can make an enumerated list of values, class=&amp;quot;book&amp;quot;, class=&amp;quot;article&amp;quot;, but that boxes us in, whereas something like: &amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;span class=&amp;quot;type&amp;quot;&amp;gt;article&amp;lt;/span&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt; leaves things more open.&lt;br /&gt;
&lt;br /&gt;
3) Nesting citation data in a citation. The ability to nest the same microformat inside itself is something that other microformats don't explicitly handle.&lt;br /&gt;
&lt;br /&gt;
The two options are:&lt;br /&gt;
i) Using class=&amp;quot;book&amp;quot;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;hcite&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;div class=&amp;quot;book&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Book Title&amp;lt;/span&amp;gt;&lt;br /&gt;
  &amp;lt;div class=&amp;quot;chapter&amp;quot;&amp;gt;&lt;br /&gt;
     &amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Chapter Title&amp;lt;/span&amp;gt;&lt;br /&gt;
  &amp;lt;/div&amp;gt;&lt;br /&gt;
 &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&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 makes things easy to nest and to figure out exactly what is&lt;br /&gt;
associated with what, but the downside is that we have enumerated&lt;br /&gt;
lists of values for the class properties.&lt;br /&gt;
&lt;br /&gt;
ii) using the TYPE for book&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;hcite&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;div class=&amp;quot;type&amp;quot;&amp;gt;book&amp;lt;/div&amp;gt;&lt;br /&gt;
 &amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Book Title&amp;lt;/span&amp;gt;&lt;br /&gt;
 &amp;lt;div class=&amp;quot;type&amp;quot;&amp;gt;chapter&amp;lt;/div&amp;gt;&lt;br /&gt;
 &amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Chapter Title&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
now the class=&amp;quot;fn&amp;quot; is not nested inside the class=&amp;quot;book&amp;quot; or&lt;br /&gt;
class=&amp;quot;chapter&amp;quot; so there would have to be some other mechanism to&lt;br /&gt;
associate the data with the type.&lt;br /&gt;
&lt;br /&gt;
== Brian's Straw format ==&lt;br /&gt;
&lt;br /&gt;
=== implied schema (examples) ===&lt;br /&gt;
 + publisher&lt;br /&gt;
 + language&lt;br /&gt;
 + description&lt;br /&gt;
 + title&lt;br /&gt;
 + creator&lt;br /&gt;
 + journal&lt;br /&gt;
 + volume&lt;br /&gt;
 + issue&lt;br /&gt;
 + page &lt;br /&gt;
 + edition&lt;br /&gt;
 + identifier&lt;br /&gt;
 + tags&lt;br /&gt;
 + format&lt;br /&gt;
 + date published&lt;br /&gt;
 + copyright&lt;br /&gt;
 - audience&lt;br /&gt;
&lt;br /&gt;
=== implied schema (formats) ===&lt;br /&gt;
 + publisher&lt;br /&gt;
 + language&lt;br /&gt;
 + description&lt;br /&gt;
 + title&lt;br /&gt;
 + creator&lt;br /&gt;
 + volume&lt;br /&gt;
 + pages&lt;br /&gt;
 + edition&lt;br /&gt;
 + issue&lt;br /&gt;
 + identifier&lt;br /&gt;
 + tags&lt;br /&gt;
 + format&lt;br /&gt;
 + date published&lt;br /&gt;
 + date copyrighted&lt;br /&gt;
 - subtitle&lt;br /&gt;
 - image &lt;br /&gt;
 - excerpt&lt;br /&gt;
 - index terms&lt;br /&gt;
 - series title&lt;br /&gt;
 - publication&lt;br /&gt;
 - journal&lt;br /&gt;
 - part (1 of X)&lt;br /&gt;
&lt;br /&gt;
UNION of the two schemas&lt;br /&gt;
 + (PLUS) means common properties&lt;br /&gt;
 - (MINUS) means unique to the schema&lt;br /&gt;
&lt;br /&gt;
=== Examples ===&lt;br /&gt;
&lt;br /&gt;
Markup examples using the above format:&lt;br /&gt;
&lt;br /&gt;
==== Book ====&lt;br /&gt;
&lt;br /&gt;
This is Brian's original example&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;ul class=&amp;quot;bibliography&amp;quot;&amp;gt;&lt;br /&gt;
	&amp;lt;li class=&amp;quot;hcite&amp;quot; xml:lang=&amp;quot;en-gb&amp;quot;&amp;gt;&lt;br /&gt;
	&lt;br /&gt;
		&amp;lt;!-- publisher data as hCard--&amp;gt;&lt;br /&gt;
		&amp;lt;div class=&amp;quot;publisher vcard&amp;quot;&amp;gt;&lt;br /&gt;
			&amp;lt;span class=&amp;quot;fn org&amp;quot;&amp;gt;ABC Publishing Co.&amp;lt;/span&amp;gt;&lt;br /&gt;
			&amp;lt;span class=&amp;quot;country-name&amp;quot;&amp;gt;United Kingdom&amp;lt;/span&amp;gt;&lt;br /&gt;
			...&lt;br /&gt;
		&amp;lt;/div&amp;gt;&lt;br /&gt;
		&lt;br /&gt;
		&amp;lt;!-- author(s) data as hCard --&amp;gt;&lt;br /&gt;
		&amp;lt;div class=&amp;quot;creator vcard&amp;quot;&amp;gt;&lt;br /&gt;
			&amp;lt;span class=&amp;quot;fn n&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;given-name&amp;quot;&amp;gt;John &amp;lt;span class=&amp;quot;family-name&amp;quot;&amp;gt;Doe&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
			...&lt;br /&gt;
		&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
		&amp;lt;!-- location data --&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Foobar!&amp;lt;/span&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;description&amp;quot;&amp;gt;World Class Book about foobar&amp;lt;/span&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;volume&amp;quot;&amp;gt;1&amp;lt;/span&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;issue&amp;quot;&amp;gt;1&amp;lt;/span&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;edition&amp;quot;&amp;gt;1&amp;lt;/span&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;pages&amp;quot;&amp;gt;1-10&amp;lt;/span&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;format&amp;quot;&amp;gt;article&amp;lt;/span&amp;gt;&lt;br /&gt;
		&lt;br /&gt;
		&amp;lt;!-- differed to the UID debate --&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;identifier&amp;quot;&amp;gt;12345678&amp;lt;/span&amp;gt;&lt;br /&gt;
		&lt;br /&gt;
		&amp;lt;!-- keywords --&amp;gt;&lt;br /&gt;
		&amp;lt;a class=&amp;quot;keyword&amp;quot; rel=&amp;quot;tag&amp;quot; href=&amp;quot;/tags/foo&amp;quot;&amp;gt;foo&amp;lt;/a&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;keyword&amp;quot;&amp;gt;bar&amp;lt;/span&amp;gt;&lt;br /&gt;
		&lt;br /&gt;
		&amp;lt;!-- date properties --&amp;gt;&lt;br /&gt;
		Published &amp;lt;abbr class=&amp;quot;dtpublished&amp;quot; title=&amp;quot;20060101&amp;quot;&amp;gt;January 1st 1006&amp;lt;/abbr&amp;gt;&lt;br /&gt;
		Copyright &amp;lt;abbr class=&amp;quot;copyright&amp;quot; title=&amp;quot;20060101&amp;quot;&amp;gt;2006&amp;lt;/abbr&amp;gt;&lt;br /&gt;
	&amp;lt;/li&amp;gt;&lt;br /&gt;
	...&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p class=&amp;quot;citation&amp;quot;&amp;gt;Have you read &amp;lt;span class=&amp;quot;title&amp;quot;&amp;gt;&amp;lt;abbr title=&amp;quot;book&amp;quot; class=&amp;quot;format&amp;quot;&amp;gt;Foo Bar&amp;lt;/abbr&amp;gt;&amp;lt;/span&amp;gt;? &lt;br /&gt;
It was written by &amp;lt;span class=&amp;quot;author vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;John Doe&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;. &lt;br /&gt;
It only came out a &amp;lt;abbr class=&amp;quot;dtpublished&amp;quot; title=&amp;quot;20060101&amp;quot;&amp;gt;few months ago&amp;lt;/abbr&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Note: the &amp;quot;format&amp;quot; property above is incorrect. Format would refer more the physical characteristics of an item, rather than its type or genre (e.g. &amp;quot;article&amp;quot;, &amp;quot;book&amp;quot;, etc.). I'd rather have the main class for the li be &amp;quot;article&amp;quot; in this context, than the fairly meaningless &amp;quot;citation.&amp;quot;  Of course, one could have both, which would be fine too. -- bruce&lt;br /&gt;
&lt;br /&gt;
Note: Could we use ROLE from hCard to identify editors, translators, authors, etc?&lt;br /&gt;
This was discussed on the mailing list and the idea was dropped [http://microformats.org/discuss/mail/microformats-discuss/2006-September/005694.html]&lt;br /&gt;
&lt;br /&gt;
'''Comments''' : [[User:Singpolyma|singpolyma]] 08:03, 16 Jun 2006 (PDT) : keywords should be [[rel-tag]], and probably also [[XOXO]] (the same way the citation list is)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Citing Private Communication ====&lt;br /&gt;
&lt;br /&gt;
Needs an example.&lt;br /&gt;
&lt;br /&gt;
==== Citing Legal Cases ====&lt;br /&gt;
Needs an example. &lt;br /&gt;
see [http://microformats.org/wiki/citation-examples-markup#Wikipedia_Court_Case Wikipedia example] for inspiration.&lt;br /&gt;
&lt;br /&gt;
==== Citing a Book ====&lt;br /&gt;
&lt;br /&gt;
needs an example&lt;br /&gt;
&lt;br /&gt;
==== Citing a journal article ====&lt;br /&gt;
&lt;br /&gt;
needs an example &lt;br /&gt;
&lt;br /&gt;
==== Citing a magazine article ====&lt;br /&gt;
&lt;br /&gt;
needs an example&lt;br /&gt;
&lt;br /&gt;
==== Citing a Patent ====&lt;br /&gt;
&lt;br /&gt;
Drawn from this [http://microformats.org/wiki/citation-examples#U.S._Patent example from Wikipedia]:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;li class=&amp;quot;hcite&amp;quot;&amp;gt;&amp;lt;a href=&amp;quot;http://patft.uspto.gov/netacgi/nph-Parser?patentnumber=4,405,829&amp;quot; class=&amp;quot;url&amp;quot; &lt;br /&gt;
    title=&amp;quot;http://patft.uspto.gov/netacgi/nph-Parser?patentnumber=4,405,829&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;format&amp;quot;&amp;gt;U.S. Patent&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;identifier&amp;quot;&amp;gt;4,405,829&amp;lt;/span&amp;gt;&amp;lt;/a&amp;gt;:&lt;br /&gt;
    &amp;lt;span class=&amp;quot;description&amp;quot;&amp;gt;The &amp;lt;a href=&amp;quot;/wiki/RSA&amp;quot; title=&amp;quot;RSA&amp;quot;&amp;gt;RSA&amp;lt;/a&amp;gt; patent, a famous software patent on the ground-breaking &lt;br /&gt;
    and highly unobvious algorithm for public key encryption, widely used for secure communications &lt;br /&gt;
    in many industries nowdays&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Citing a conference publication====&lt;br /&gt;
&lt;br /&gt;
Based on the [http://microformats.org/wiki/citation-examples#ACM_Digital_Library_Search_Result_Examples conference publication reference example].&lt;br /&gt;
&lt;br /&gt;
Changed Oct 06 to conform with [http://microformats.org/wiki/citation-brainstorming#Brian.27s_Straw_format Brian's format]. --[[User:Mike|Mike]] 18:09, 12 Oct 2006 (PDT)&lt;br /&gt;
(everything but the url class should be in line with that proposal)&lt;br /&gt;
&lt;br /&gt;
L. Hochstein, J. Carver, F. Shull, S. Asgari, V. Basili, J. K. Hollingsworth, and M. Zelkowitz, “Hpc programmer productivity: A case study of novice hpc programmers,” in Proceedings of ACM/IEEE Supercomputing Conference, 2005.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;cite class=&amp;quot;hcite&amp;quot;&amp;gt;&lt;br /&gt;
	&amp;lt;span class=&amp;quot;creator vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Lorin Hochstein&amp;lt;/span&amp;gt;&amp;lt;span class=&amp;quot;org&amp;quot;&amp;gt; University of Maryland, College Park &amp;lt;/span&amp;gt;&amp;lt;span&amp;gt;,&lt;br /&gt;
	&amp;lt;span class=&amp;quot;creator vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt; Jeff Carver &amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;org&amp;quot;&amp;gt; Mississippi State University &amp;lt;/span&amp;gt; &amp;lt;span&amp;gt;,&lt;br /&gt;
	&amp;lt;span class=&amp;quot;creator vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt; Forrest Shull &amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;org&amp;quot;&amp;gt; Fraunhofer Center Maryland &amp;lt;/span&amp;gt; &amp;lt;span&amp;gt;,&lt;br /&gt;
	&amp;lt;span class=&amp;quot;creator vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt; Sima Asgari&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;org&amp;quot;&amp;gt; University of Maryland, College Park &amp;lt;/span&amp;gt; &amp;lt;span&amp;gt;,&lt;br /&gt;
	&amp;lt;span class=&amp;quot;creator vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt; Victor Basili&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;org&amp;quot;&amp;gt; Fraunhofer Center Maryland &amp;lt;/span&amp;gt; &amp;lt;span&amp;gt;,&lt;br /&gt;
	&amp;lt;span class=&amp;quot;creator vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt; Jeffrey K. Hollingsworth&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;org&amp;quot;&amp;gt; University of Maryland, College Park &amp;lt;/span&amp;gt; &amp;lt;span&amp;gt;, and &lt;br /&gt;
	&amp;lt;span class=&amp;quot;creator vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt; Marv Zelkowitz&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;org&amp;quot;&amp;gt; University of Maryland, College Park &amp;lt;/span&amp;gt; &amp;lt;span&amp;gt;,&lt;br /&gt;
	&amp;lt;a class=&amp;quot;fn url&amp;quot; href=&amp;quot;http://dx.doi.org/10.1109/SC.2005.53&amp;quot;&amp;gt;HPC Programmer Productivity: A Case Study of Novice HPC Programmers&amp;lt;/a&amp;gt;. &lt;br /&gt;
        (&amp;lt;span class=&amp;quot;format&amp;quot;&amp;gt;conference publication&amp;lt;/span&amp;gt;)&lt;br /&gt;
	&amp;lt;cite class=&amp;quot;container hcite&amp;quot;&amp;gt;&lt;br /&gt;
	&amp;lt;a class=&amp;quot;fn url&amp;quot; href=&amp;quot;...&amp;quot;&amp;gt;Proceedings of ACM/IEEE Supercomputing Conference&amp;lt;/a&amp;gt;&lt;br /&gt;
	&amp;lt;abbr class=&amp;quot;dtpublished&amp;quot; title=&amp;quot;20051126T0000-0800&amp;quot;&amp;gt;2005&amp;lt;/abbr&amp;gt;&lt;br /&gt;
	&amp;lt;/cite&amp;gt;&lt;br /&gt;
	page &amp;lt;span class=&amp;quot;pages&amp;quot;&amp;gt;35&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;publisher vcard&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;span class=&amp;quot; fn&amp;quot;&amp;gt;IEEE Computer Society&lt;br /&gt;
   &amp;lt;/span&amp;gt;&lt;br /&gt;
    &amp;lt;div class=&amp;quot;adr&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;Washington&amp;lt;/span&amp;gt;,&lt;br /&gt;
      &amp;lt;span class=&amp;quot;region&amp;quot;&amp;gt;DC&amp;lt;/span&amp;gt;&lt;br /&gt;
    &amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;a class=&amp;quot;url instantiation&amp;quot; href=&amp;quot;http://portal.acm.org/ft_gateway.cfm?id=1105800&amp;amp;type=pdf&amp;amp;coll=portal&amp;amp;dl=ACM&amp;amp;CFID=68330711&amp;amp;CFTOKEN=39187329&amp;quot;&amp;gt;PDF of full text from ACM&amp;lt;/a&amp;gt;&lt;br /&gt;
&lt;br /&gt;
	DOI: &amp;lt;a class=&amp;quot;url uid&amp;quot; href=&amp;quot;http://dx.doi.org/10.1109/SC.2005.53&amp;quot;&amp;gt;10.1109/SC.2005.53&amp;lt;/a&amp;gt;&lt;br /&gt;
        Tags: &lt;br /&gt;
    &amp;lt;a class=&amp;quot;keyword&amp;quot; rel=&amp;quot;tag&amp;quot; href=&amp;quot;results.cfm?query=genterm%3A%22Design%22 ...&amp;quot;&amp;gt;&lt;br /&gt;
							Design&amp;lt;/a&amp;gt;,&lt;br /&gt;
     &amp;lt;a class=&amp;quot;keyword&amp;quot; rel=&amp;quot;tag&amp;quot; href=&amp;quot;results.cfm?query=genterm%3A%22Experimentation%22 ....&amp;quot;&amp;gt;&lt;br /&gt;
							 Experimentation&amp;lt;/a&amp;gt;,&lt;br /&gt;
     &amp;lt;a class=&amp;quot;keyword&amp;quot; rel=&amp;quot;tag&amp;quot; href=&amp;quot;results.cfm?query=genterm%3A%22Measurement%22...&amp;quot;&amp;gt;&lt;br /&gt;
							 Measurement&amp;lt;/a&amp;gt;,&lt;br /&gt;
     &amp;lt;a class=&amp;quot;keyword&amp;quot; rel=&amp;quot;tag&amp;quot; href=&amp;quot;results.cfm?query=genterm%3A%22Performance%22 ...&amp;quot;&amp;gt;&lt;br /&gt;
							 Performance&amp;lt;/a&amp;gt;&lt;br /&gt;
&lt;br /&gt;
	&amp;lt;blockquote class=&amp;quot;description&amp;quot;&amp;gt;In developing High-Performance Computing (HPC) software, time to solution is an important metric. This metric is comprised of two main components: the human effort required developing the software, plus the amount of machine time required to execute it. To date, little empirical work has been done to study the first component: the human effort required and the effects of approaches and practices that may be used to reduce it. In this paper, we describe a series of studies that address this problem. We instrumented the development process used in multiple HPC classroom environments. We analyzed data within and across such studies, varying factors such as the parallel programming model used and the application being developed, to understand their impact on the development process.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
  &amp;lt;/cite&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Note''' (From [[Discoleo]], Sept. 06)&lt;br /&gt;
* sometimes, the citation must include '''Town/Country''' and '''Precise Date/Date Range''', e.g.&lt;br /&gt;
** ''Gillespie SH, Dickens A.'' Variation in mutation rate of quinolone resistance in Streptococcus pneumoniae [abstract P06-17A]. In: Abstracts of the 3rd International Symposium on Pneumococci and Pneumococcal Disease (Anchorage, 5-9 May 2002).Washington, DC: American Society of Microbiology, 2002.&lt;br /&gt;
** ''Bassetti, M.; Righi, E.; Rebesco, B.; Molinari, MP.; Costa, A.; Fasce, R.; Cruciani, M.; Bassetti, D.; Bobbio Pallavicini, F.'' 44th Annual Interscience Conference on Antimicrobial Agents and Chemotherapy (ICAAC). Washington, DC; 2004. Epidemiological trends in nosocomial candidemia in ICU: A five-year Italian perspective.&lt;br /&gt;
** ''Peacock JE, Wade JC, Lazarus HM, et al.'' Ciprofloxacin/piperacillin vs. tobramycin/piperacillin as empiric therapy for fever in neutropenic cancer patients, a randomized, double-blind trial [abstract 373]. In: Program and abstracts of the 37th Interscience Conference on Antimicrob Agents and Chemotherapy (Toronto). Washington, DC: American Society for Microbiology, 1997.&lt;br /&gt;
&lt;br /&gt;
==== Citing an external website ====&lt;br /&gt;
&lt;br /&gt;
This is based on a formal citation of a website in the references section of a research paper, but could also be used for in-line links that had added information. Here's the original:&lt;br /&gt;
&lt;br /&gt;
[25] David Stern, &amp;quot;eprint Moderator Model&amp;quot;, http://www.library.yale.edu/scilib/modmodexplain.html  (version dated Jan 25, 1999)&lt;br /&gt;
 &lt;br /&gt;
 &amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;cite class=&amp;quot;citation&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;a class=&amp;quot;fn url&amp;quot; href=&amp;quot;http://www.library.yale.edu/scilib/modmodexplain.html&amp;quot;&amp;gt;eprint Moderator Model&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;author vcard&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;a href=&amp;quot;http://pantheon.yale.edu/~dstern/dsbio.html&amp;quot; class=&amp;quot;url fn&amp;quot;&amp;gt;David Stern&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;/span&amp;gt;  &lt;br /&gt;
&amp;lt;abbr class=&amp;quot;dtpublished&amp;quot; title=&amp;quot;19990125T0000-0500&amp;quot;&amp;gt;&lt;br /&gt;
    Jan 25, 1999&lt;br /&gt;
  &amp;lt;/abbr&amp;gt;&lt;br /&gt;
&amp;lt;/cite&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Old straw format discussion ==&lt;br /&gt;
&lt;br /&gt;
Saved here so that I'm not just deleting people's comments.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Mike straw format suggestion (Deprecated) ===&lt;br /&gt;
&lt;br /&gt;
In the interests of starting debate and having something concrete to fix, I suggest the following structure for a format. It is probably very incomplete and I claim no microformat expertise. I'm just trying to follow existing patterns. Comments and ridicule are both solicited. -Mike&lt;br /&gt;
&lt;br /&gt;
'''NOTE:''' This format is here for historical reference. Because it was not based on existing examples, I've deprecated it and contributed examples to Brian's format. If you feel that any missing elements in here should be in the final format, find examples for them and contribute to Brian's schema. Thanks! --[[User:Mike|Mike]] 18:22, 12 Oct 2006 (PDT)&lt;br /&gt;
&lt;br /&gt;
==== In General ====&lt;br /&gt;
&lt;br /&gt;
The ''citation'' format is based on a set of fields common to many bibliographic data formats, which are often implied by standard citation display styles but not explicitly marked up in practice on the web.&lt;br /&gt;
&lt;br /&gt;
==== Schema ====&lt;br /&gt;
&lt;br /&gt;
The citation schema consists of the following:&lt;br /&gt;
&lt;br /&gt;
* cite &lt;br /&gt;
** title: required, text (class = fn)&lt;br /&gt;
** subtitle: optional, text&lt;br /&gt;
** authors: optional, use hCard&lt;br /&gt;
** publication date: optional&lt;br /&gt;
** link(s) to instantiations, optional, url or use rel-enclosure? (class=url)&lt;br /&gt;
** UID, optional (for ISBN, DOI - use existing uid class) | permalink&lt;br /&gt;
** series (aka volume/issuenum) , optional (''not as sure how to handle these - suggestions?'')&lt;br /&gt;
** pages: startpage &amp;amp; endpage, optional, text&lt;br /&gt;
** venue, optional (hCard)&lt;br /&gt;
** publisher, optional (hCard)&lt;br /&gt;
** container: optional (nested hCite)&lt;br /&gt;
** abstract, optional (blockquote + class=&amp;quot;abstract&amp;quot; ?)&lt;br /&gt;
** notes, optional (blockquote + class=&amp;quot;notes&amp;quot; ?)&lt;br /&gt;
** keywords, optional (rel-tag)&lt;br /&gt;
** image, optional (for inclusion inline, unlike the url)&lt;br /&gt;
** copyright, optional (rel-license)&lt;br /&gt;
** ''what else am I missing?''&lt;br /&gt;
*** language, optional&lt;br /&gt;
&lt;br /&gt;
''Looks good, but I question the use of hCard for names. Due to ambiguity issues, requring hCard would lead to extra markup in order to apply just a name, hence [http://microformats.org/discuss/mail/microformats-discuss/2006-March/003487.html the need for a root element]. We should extract the N optimization of hCard like we did with adr, in order to ease this problem.'' --[[User:RCanine|Ryan Cannon]]&lt;br /&gt;
&lt;br /&gt;
Perhaps a Retrieved Date or Access Date would be appropriate for citing online resources. For example at http://www.crlt.umich.edu/publinks/facment_biblio.html &lt;br /&gt;
you see citations like this&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
Chief Academic Officers of the Big 12 Universities (2000). Big 12 Faculty Fellowship Program. Retrieved December 20, 2000 from the World Wide Web: http://www.k-state.edu/provost/academic/big12/big12guide.htm.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
--[[User:JoeAndrieu|Joe Andrieu]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Discussion about citing legal cases ====&lt;br /&gt;
&lt;br /&gt;
Here's some info I found about citing law:&lt;br /&gt;
&lt;br /&gt;
I'm not a lawyer, so I'm relying on the published [http://www.legalbluebook.com &amp;quot;blue book&amp;quot; standard], at least the only part of it I can get without paying $25. I'd be happy to hear improvements from experts in the field - how do lawyers mark up references to case law in HTML now?&lt;br /&gt;
&lt;br /&gt;
From groklaw.net and eff.org, I find mostly just links to PDFs with the name of the case as the link text. Or just this, from EFF:&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;h1&amp;gt;The Betamax Case&amp;lt;/h1&amp;gt;&lt;br /&gt;
&amp;lt;h2&amp;gt;Sony Corp. of America v. Universal City Studios, 464 U.S. 417 (1984)&amp;lt;/h2&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
From an example at the sample bluepages: http://www.legalbluebook.com/pdfs/bluepages.pdf&lt;br /&gt;
5 basic components:&lt;br /&gt;
*1 name of the case (citation title)&lt;br /&gt;
*2 published source in which case may be found (citation containing publication?)&lt;br /&gt;
*3 a parenthetical indicating the court and year of decision (citation venue?)&lt;br /&gt;
*4 other parenthetical information, if any (citation notes?)&lt;br /&gt;
*5 subsequent history of the case, if any (citation notes?)&lt;br /&gt;
&lt;br /&gt;
Here's two examples from the bluebook. Note that there are very strict rules about abbreviations in that source!&lt;br /&gt;
&lt;br /&gt;
Holland v. Donnelly, 216 F. Supp. 2d 227, 230 (S.D.N.Y. 2002), aff'd, 324 F.3d 99 (2d Cir. 2003).&lt;br /&gt;
&lt;br /&gt;
Green v. Georgia, 442 U.S. 95, 97 (1979) (per curiam) (holding that exclusion of relevant evidence at sentencing hearing constitutes denial of due process).&lt;br /&gt;
&lt;br /&gt;
== discussions ==&lt;br /&gt;
* [[citation-irc-notes-2006-04-09]]&lt;/div&gt;</summary>
		<author><name>Mike</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=citation-brainstorming&amp;diff=9435</id>
		<title>citation-brainstorming</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=citation-brainstorming&amp;diff=9435"/>
		<updated>2006-10-13T01:22:10Z</updated>

		<summary type="html">&lt;p&gt;Mike: Deprecated my straw format to contribute examples based on actual use to Brian's effort.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h1&amp;gt; Citation Brainstroming &amp;lt;/h1&amp;gt;&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
== Contributors ==&lt;br /&gt;
&lt;br /&gt;
* ...&lt;br /&gt;
* ... (a bunch of good folks!)&lt;br /&gt;
* Tantek Çelik&lt;br /&gt;
* Tim White&lt;br /&gt;
* Michael McCracken&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* [[citation]]&lt;br /&gt;
* [[citation-examples]]&lt;br /&gt;
* [[citation-formats]]&lt;br /&gt;
* [[citation-faq]]&lt;br /&gt;
&lt;br /&gt;
== Use Cases ==&lt;br /&gt;
&lt;br /&gt;
To focus the discussion, please add use cases below that will help show what problems the citation microformat will be solving.&lt;br /&gt;
&lt;br /&gt;
I've included two, focusing on consuming information - I've assumed that use cases for generating microformatted content would just involve the desire to enable your content to be consumed better, but I'm interested to see if there's something I'm missing here -Mike&lt;br /&gt;
&lt;br /&gt;
=== Acquiring reference information from the web ===&lt;br /&gt;
&lt;br /&gt;
A user either finds an author's papers page, or is viewing the results of a search and would like to import the information about the displayed papers into their local reference database, for the purposes of cataloging things they've read, adding notes, and using the information to generate later citations, potentially in other forms, such as BibTeX or Docbook, for inclusion in a publication of their own.&lt;br /&gt;
&lt;br /&gt;
Notes: In this case, it isn't important to the user what format the citation takes as displayed on the page where they find it. What *is* important is that it contains enough information to allow generation of the format they will ultimately re-publish it in. This implies that it may be worthwhile to err a little on the side of verbosity.&lt;br /&gt;
&lt;br /&gt;
Also, links to downloadable full representations of the cited work are very important - e.g. a link to the PDF of a journal article, or to a music file.&lt;br /&gt;
&lt;br /&gt;
=== Subscribing to reading lists, periodicals, etc ===&lt;br /&gt;
&lt;br /&gt;
I would like to be able to leverage my news aggregator with hAtom to subscribe to a remote source for citation information, for example:&lt;br /&gt;
&lt;br /&gt;
* a reading list for a seminar&lt;br /&gt;
* The publication list for a conference (e.g., subscribe to SIGGRAPH and see the updated conference proceedings every year)&lt;br /&gt;
* the issues of a journal&lt;br /&gt;
* a particular research group or researcher's publications&lt;br /&gt;
* Not just research: a popular author's publications (e.g., [http://www.gladwell.com/archive.html Malcolm Gladwell's Archive])&lt;br /&gt;
&lt;br /&gt;
=== Aggregating reading lists and reviews ===&lt;br /&gt;
&lt;br /&gt;
A citation microformat-specific aggregator could provide a decentralized version of [http://citeulike.org/ CiteULike]. Libraries, authors, research groups, and publishers could mark up their collections, while other people on weblogs or review sites could add tags and reviews.&lt;br /&gt;
&lt;br /&gt;
At least, having a well-adopted microformat would make writing tools like CiteULike much better, since it relies in some cases on screen-scraping publisher web-sites.&lt;br /&gt;
&lt;br /&gt;
=== Cut &amp;amp; Paste from web pages ===&lt;br /&gt;
Capturing/copying HTML from web pages for use in other applications (especially when those apps present HTML as output), such as pasting into Word, or a specialized application like [http://www.google.com/notebook Google Notebook], [http://onfolio.com Onfolio] or [http://www.kaboodle.com Kaboodle].  When such captures are made, it makes sense to keep track of the full citation data, including the date it was accessed, which may or may not be the date it was published. &lt;br /&gt;
&lt;br /&gt;
=== Blogs quoting other resources, including blogs ===&lt;br /&gt;
Any blog that cites online content, whether a blog or news article, could use an hCitation to properly link to the cited reference. Such citations could include the access date when the blogger made the citation, because resources on the other side of those links can change without notice. &lt;br /&gt;
&lt;br /&gt;
Instead, today we have simple formating with a link to the permaURL. The citation data is completely lacking. See [http://doc.weblogs.com Doc Searl's blog] for a style of referencing that could benefit from proper a citation uF.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Fascinating... after I added the last two use cases, I realized they focus on potentially marginal cases. The first because it is missing the &amp;quot;output&amp;quot; part of the cut &amp;amp; paste, where the uF would actually be used as part of the paste.  The latter because bloggers have a working citation mechanism that is just a link to the URL (hopefully a permaURL). One could argue they wouldn't want a full hCitation. And in fact, until a tool exists that makes it easy, they probably won't.  However, a tool that cuts &amp;amp; pastes from anywhere on the web into a blog with a full citation seems like a nice tool.  But again, I'm not really paving the cowpaths with these ideas. -Joe Andrieu&lt;br /&gt;
&lt;br /&gt;
== Original hBib Discussion ==&lt;br /&gt;
&lt;br /&gt;
During the WWW2005 Developer's Day [[microformats]] track, Rohit Khare gave a [[presentations|presentation]] where he discussed the microformats [[process]], and then did  a quick demonstration wherein a bunch of us got on a shared Subethaedit document, and brainstormed some thoughts on what an &amp;quot;hBib&amp;quot; bibliography citation microformat would look like.  Rohit placed the [http://cnlabs.commerce.net/~rohit/hBib%20Discussion.html document on his Commercenet site].&lt;br /&gt;
&lt;br /&gt;
* http://cnlabs.commerce.net/~rohit/hBib%20Discussion.html&lt;br /&gt;
&lt;br /&gt;
''An attempt to summarize and inline the linked document follows. -Mike''&lt;br /&gt;
&lt;br /&gt;
Two major goals were outlined by the group:&lt;br /&gt;
&lt;br /&gt;
* Avoid re-keying references&lt;br /&gt;
* Adapt to new journal styles by changing CSS&lt;br /&gt;
 &lt;br /&gt;
The fundamental problem was discussed in terms of display - the ability to transform XHTML+hBib into the many journal-specific formats. For example, how to display &amp;quot;et.al&amp;quot; when all authors are present in the source, and how to re-order the elements if a style defines a set order of elements that conflicts with the ordering in the source. Using hCard for authors was agreed on, and the beginnings of an example were shown.&lt;br /&gt;
&lt;br /&gt;
== XHTML Structure ==&lt;br /&gt;
With my exprience working X2V and hCa* has taught me what elememts are easy to find and which are not. Since the Citation microformat is very new it is possible to not make a lot of the same errors twice and to make things easier for extracting application to find and imply certain properties.&lt;br /&gt;
&lt;br /&gt;
* There should be some sort of 'root node' that implies all child elements are for the Citation microformat.&lt;br /&gt;
* Since most people will have multiple Citation there should be away to represent each Citation object as a unqiue block independant of another. This is to keep the parse from finding 'author' and applying to all citations. Each citation should be in a container (class=&amp;quot;???&amp;quot;) that scoped from others.&lt;br /&gt;
* Perhaps class=&amp;quot;hcite&amp;quot; with &amp;lt;code&amp;gt;&amp;amp;lt;cite&amp;amp;gt;&amp;lt;/code&amp;gt; recommended as the root element. E.g. &amp;lt;code&amp;gt;&amp;amp;lt;cite class=&amp;quot;hcite&amp;quot;&amp;amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Citation vs. [[media-info]] ==&lt;br /&gt;
&lt;br /&gt;
What distinguishes a cite from say [[media-info]] (e.g. [[media-info-examples]]) is that a cite is a reference to something explicitly external to the current piece of content or document, whereas [[media-info]] describes information about content embedded or inline in the current document.&lt;br /&gt;
&lt;br /&gt;
== Semantic Meaning ==&lt;br /&gt;
One of the guiding priniciple of Microformats is to use the most semantically rich element to describe each node (Point 2 of Semantic XHTML Design Principles: Use the most accurately precise semantic XHTML building block for each object etc). Since we are dealing with HTML and citations, several elements are candidates to be used to enrich the semantic meaning. [http://www.w3.org/TR/REC-html40/struct/text.html CITE, BLOCKQUOTE, Q, A], (are there more?)&lt;br /&gt;
&lt;br /&gt;
The [[citation-brainstorming|Citation Brainstorming Page]] has a few development and ideas about how to give another person credit for a link. Some of the semantic ideas behind their choices of tags can be applied to a full bibliographic type reference. ''Does this sentence make sense only historically? -Mike''&lt;br /&gt;
&lt;br /&gt;
== OCLC's WorldCat for titles == &lt;br /&gt;
Question: what about using something like OCLC's [http://www.oclc.org/worldcat/open/isbnissnlinking/default.htm WorldCat] for linking titles? - Tim White&lt;br /&gt;
&lt;br /&gt;
== This and That ==&lt;br /&gt;
After reading through alot of different citation encoding formats, i noticed that each format was being used in onw of two ways. It was either to describe the Current page (THIS.PAGE) or being used to encode references that point to external resources (THAT.PAGE)&lt;br /&gt;
&lt;br /&gt;
The informatation being encoded was identical for both resources (author, date, name, etc) they just reference different things. For this microformat, i'm not sure if we want to try to solve both problems, or just one? The meta tags in the head element would be the ideal place for information about the THIS.PAGE, but that is not in following with the ideals of microformats where information is human-readable. The THAT.PAGE idea where a list of references is at the end of a document in the form of a bibliography is more inline with the ideals of a microformat where the data is human-readable. That doesn't mean that data about the current document shouldn't be human-readable, so some of the same properties used to reference extermal resources can be used for the current document (THIS.PAGE). To do this a different root item could be used and transforming applications could either extract the citation data about the current page, or information about this page's references.&lt;br /&gt;
&lt;br /&gt;
This is open for discussion, but either way, i believe that the properties used to describe a page will be the same for both THIS and THAT. [http://suda.co.uk/ brian suda]&lt;br /&gt;
&lt;br /&gt;
== More on This and That ==&lt;br /&gt;
&lt;br /&gt;
Citation microformats are being explored as a possibility for citing genealogical information at [http://eatslikeahuman.blogspot.com Dan Lawyer's blog].&lt;br /&gt;
&lt;br /&gt;
This is a case where frequently the citation would refer to (THIS.PAGE), but would have nested within it a reference to (THAT.PAGE), possibly a few levels deep. For instance, a web page might contain data extracted from a microfilm of a census. The citation would need to include information about the web page, information about the microfilm, and information about the census. Genealogical citations are expected to include the repository (where can this book or microfilm be found. Is this the same as ''venue''?). So, at each level the information should contain the repository of the referenced item. A nesting (recursive) mechanism for citation microformats would be useful in this case. Is this the function of the &amp;quot;container&amp;quot; element in the Straw Format?&lt;br /&gt;
&lt;br /&gt;
== Date Formatting ==&lt;br /&gt;
Since microformats are all about re-use and the accepted way to encode Date-Time has been pretty much settled, then this is a good place to start when dealing with all the different date citation types. &lt;br /&gt;
&lt;br /&gt;
These are all the different fields from various citation formats that are of temporal nature:&lt;br /&gt;
 * Date (available | created | dateAccepted | dateCopyrighted | dateSubmitted | issued | modified | valid)&lt;br /&gt;
 * originInfo/dateIssued&lt;br /&gt;
 * originInfo/dateCreated&lt;br /&gt;
 * originInfo/dateCaptured&lt;br /&gt;
 * originInfo/dateOther&lt;br /&gt;
 * month&lt;br /&gt;
 * year&lt;br /&gt;
 * Copyright Year&lt;br /&gt;
 * Date - Generic&lt;br /&gt;
 * Date of Confernce&lt;br /&gt;
 * Date of Publication&lt;br /&gt;
 * Date of update/revisou/issuance of database record&lt;br /&gt;
 * Former Date&lt;br /&gt;
 * Entry Date for Database Record&lt;br /&gt;
 * Database Update&lt;br /&gt;
 * Year of Publication&lt;br /&gt;
&lt;br /&gt;
There are several common properties across several citation domains and will certainly be in the citation microformat, the unique instances will need further consideration, otherwise there could be no end to posiblities. &lt;br /&gt;
&lt;br /&gt;
There are also several properties (year, month, Year of publication) that can be extracted from another source. Therefore, if you only encode a more specific property such as; Date of Publication, you can extract the 'year of publication' from that. Since the date-time format we are modeling after is the ISO date-time format, just the Year portion is an acceptable date. So if you ONLY know the year of publication, the you can form a valid 'Date of Publication' as a microformat (which inturn is a valid 'year of publication') - you milage may vary when it comes to importing into citation applications.&lt;br /&gt;
&lt;br /&gt;
...&lt;br /&gt;
&lt;br /&gt;
It seems to me that these can be collapsed to maybe one or two different date properties.  As far as the specific human readable formatting of the date, that can be chosen per whatever the presentation style guide says, and the [[datetime-design-pattern]] used to simplify the markup. - Tantek&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Important'''&lt;br /&gt;
Sometimes we need a date range and not simply a date (e.g. 4-6 May 2006). See ''Conference Citation'' examples later on this page. - Discoleo&lt;br /&gt;
&lt;br /&gt;
== Tags ==&lt;br /&gt;
Some of the citation formats has a place for 'keywords' or 'generic tags', etc. This might be a good place to re-use the [http://microformats.org/wiki/rel-tag RelTag microformat]. The downside would be that they are then forced to be links, which might be the correct way to mark-up these terms.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== MARC / MODS / Dublin Core ==&lt;br /&gt;
&lt;br /&gt;
The MODS ([http://www.loc.gov/standards/marcxml/Sandburg/sandburgmods.xml example]) and Dublin Core ([http://www.loc.gov/standards/marcxml/Sandburg/sandburgdc.xml example]) transformations of MARC21 may contain some useful ideas.&lt;br /&gt;
&lt;br /&gt;
Here's a first attempt at rewriting the linked examples in XHTML (written in response to a [http://microformats.org/discuss/mail/microformats-discuss/2005-December/002438.html mailing list query about encoding book information with microformats]):&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;book&amp;quot; lang=&amp;quot;en&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;h3 class=&amp;quot;fn&amp;quot;&amp;gt;Arithmetic /&amp;lt;/h3&amp;gt;&lt;br /&gt;
  &amp;lt;p&amp;gt;By &amp;lt;span class=&amp;quot;creator&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Sandburg, Carl&amp;lt;/span&amp;gt;,&lt;br /&gt;
     &amp;lt;span class=&amp;quot;date&amp;quot;&amp;gt;1878-1967&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;,&lt;br /&gt;
     and &amp;lt;span class=&amp;quot;illustrator&amp;quot;&amp;gt;Rand, Ted&amp;lt;/span&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
  &amp;lt;p&amp;gt;Publisher: &amp;lt;span class=&amp;quot;publisher&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Harcourt Brace Jovanovich&amp;lt;/span&amp;gt;,&lt;br /&gt;
     &amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;San Diego&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
  &amp;lt;p&amp;gt;Published: &amp;lt;span class=&amp;quot;issued&amp;quot;&amp;gt;1993&amp;lt;/span&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
  &amp;lt;p class=&amp;quot;description&amp;quot;&amp;gt;A poem about numbers and their characteristics. Features&lt;br /&gt;
     anamorphic, or distorted, drawings which can be restored to normal by viewing&lt;br /&gt;
     from a particular angle or by viewing the image's reflection in the provided&lt;br /&gt;
     Mylar cone.&amp;lt;/p&amp;gt;&lt;br /&gt;
  &amp;lt;p class=&amp;quot;note&amp;quot;&amp;gt;One Mylar sheet included in pocket.&amp;lt;/p&amp;gt;&lt;br /&gt;
  &amp;lt;p&amp;gt;Subjects:&amp;lt;/p&amp;gt;&lt;br /&gt;
  &amp;lt;ul&amp;gt;&lt;br /&gt;
    &amp;lt;li class=&amp;quot;subject&amp;quot;&amp;gt;Arithmetic&amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li class=&amp;quot;subject&amp;quot;&amp;gt;Children's poetry, American.&amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li class=&amp;quot;subject&amp;quot;&amp;gt;Arithmetic&amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li class=&amp;quot;subject&amp;quot;&amp;gt;American poetry&amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li class=&amp;quot;subject&amp;quot;&amp;gt;Visual perception&amp;lt;/li&amp;gt;&lt;br /&gt;
  &amp;lt;/ul&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;
== Basic Citation Stuctures ==&lt;br /&gt;
There are basic structures to any citation, this is an overview of some of the types&lt;br /&gt;
[http://www.users.muohio.edu/darcusb/misc/citations-spec.html http://www.users.muohio.edu/darcusb/misc/citations-spec.html]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Concerns not addressed by existing formats ==&lt;br /&gt;
&lt;br /&gt;
There are some aspects '''NOT adequately''' covered by existing formats. I have addressed this issue on the OpenOffice.org wiki page, too. [see http://wiki.services.openoffice.org/wiki/Bibliographic_Database for an extending discussion, the paragraph on ''Reference Types'']&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
These issues pertain mainly to '''Errata''', '''Comments and Authors Reply''' and '''Article Retractions'''.&lt;br /&gt;
* a bidirectional link could be necessary to implement these features (original article &amp;lt;=&amp;gt; eratum, reply, retraction letter)&lt;br /&gt;
* '''IMPORTANT: Errata'''&lt;br /&gt;
** Erata: one or more Corrections might be posted in various issues of the journal&lt;br /&gt;
** this is usually cited as: Orininal Article Citation Data (Correction available in ''Journal, Issue Nr, Year, Pages'') (repeat for more than one correction)&lt;br /&gt;
** it is possibly never cited alone&lt;br /&gt;
** there should be a link to the original article, while the original article should contain a link to this ''Errata''&lt;br /&gt;
* '''IMPORTANT: Commentary and Author Reply'''&lt;br /&gt;
** similar to Errata, there might be one or more Comments and Author Replys; this should be stored, too&lt;br /&gt;
** however, it is usually not included in the original citation&lt;br /&gt;
** it might be used however in a citation, but I do not know exaclty how to cite it optimally (original article should be provided as well) &lt;br /&gt;
* '''IMPORTANT: Article Retraction'''&lt;br /&gt;
** an article may be retracted because of plagiarism or some other flaw&lt;br /&gt;
** this should not be used any further in the research&lt;br /&gt;
** however, it might be used e.g. for an article on plagiarism or flawed research&lt;br /&gt;
** there should be therefore one field storing this information, too, and a link to:&lt;br /&gt;
** the published withdrawal letter (which explains why the article was retracted)&lt;br /&gt;
&lt;br /&gt;
* this issue may need a time-controlled event&lt;br /&gt;
* '''IMPORTANT: electronic publishing ahead of print (EPUB)'''&lt;br /&gt;
** more and more articles are initially posted online, before the published article gets actually printed&lt;br /&gt;
** How should this be used/cited?&lt;br /&gt;
** Is this changed, after the print version becomes available?&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Outstanding Issues ==&lt;br /&gt;
The 3 main points i (Brian) came across so far are:&lt;br /&gt;
1) IDENTIFIERS&lt;br /&gt;
2) FORMAT TYPES&lt;br /&gt;
3) NESTING&lt;br /&gt;
&lt;br /&gt;
1) In hCard/hCalendar there is a UID field. Added with URL it makes for a great unique identifier. There are loads of other identifers besides URL, ISBN, LOC call number, SKU, ISSN, etc. Many of these are unique in their domain, but not globally unique. So how to they get marked-up? Much like the hCard TEL/ADR properties, we can use something like:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;uid&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;type&amp;quot;&amp;gt;ISBN&amp;lt;/span&amp;gt;: &amp;lt;span&lt;br /&gt;
class=&amp;quot;value&amp;quot;&amp;gt;123456&amp;lt;/span&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
This makes the encoding the most extensible... if we start use class=&amp;quot;isbn&amp;quot; then it is an enumerated list, with class=&amp;quot;type&amp;quot; it is open ended.&lt;br /&gt;
&lt;br /&gt;
2) I keep mis-using &amp;quot;format&amp;quot;, format is the medium - hardback, softback. The TYPE (there probably is a better word - container?) is book, article, conference, manifesto, etc. Much like the identifers we can make an enumerated list of values, class=&amp;quot;book&amp;quot;, class=&amp;quot;article&amp;quot;, but that boxes us in, whereas something like: &amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;span class=&amp;quot;type&amp;quot;&amp;gt;article&amp;lt;/span&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt; leaves things more open.&lt;br /&gt;
&lt;br /&gt;
3) Nesting citation data in a citation. The ability to nest the same microformat inside itself is something that other microformats don't explicitly handle.&lt;br /&gt;
&lt;br /&gt;
The two options are:&lt;br /&gt;
i) Using class=&amp;quot;book&amp;quot;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;hcite&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;div class=&amp;quot;book&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Book Title&amp;lt;/span&amp;gt;&lt;br /&gt;
  &amp;lt;div class=&amp;quot;chapter&amp;quot;&amp;gt;&lt;br /&gt;
     &amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Chapter Title&amp;lt;/span&amp;gt;&lt;br /&gt;
  &amp;lt;/div&amp;gt;&lt;br /&gt;
 &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&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 makes things easy to nest and to figure out exactly what is&lt;br /&gt;
associated with what, but the downside is that we have enumerated&lt;br /&gt;
lists of values for the class properties.&lt;br /&gt;
&lt;br /&gt;
ii) using the TYPE for book&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;hcite&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;div class=&amp;quot;type&amp;quot;&amp;gt;book&amp;lt;/div&amp;gt;&lt;br /&gt;
 &amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Book Title&amp;lt;/span&amp;gt;&lt;br /&gt;
 &amp;lt;div class=&amp;quot;type&amp;quot;&amp;gt;chapter&amp;lt;/div&amp;gt;&lt;br /&gt;
 &amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Chapter Title&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
now the class=&amp;quot;fn&amp;quot; is not nested inside the class=&amp;quot;book&amp;quot; or&lt;br /&gt;
class=&amp;quot;chapter&amp;quot; so there would have to be some other mechanism to&lt;br /&gt;
associate the data with the type.&lt;br /&gt;
&lt;br /&gt;
== Brian's Straw format ==&lt;br /&gt;
&lt;br /&gt;
=== implied schema (examples) ===&lt;br /&gt;
 + publisher&lt;br /&gt;
 + language&lt;br /&gt;
 + description&lt;br /&gt;
 + title&lt;br /&gt;
 + creator&lt;br /&gt;
 + journal&lt;br /&gt;
 + volume&lt;br /&gt;
 + issue&lt;br /&gt;
 + page &lt;br /&gt;
 + edition&lt;br /&gt;
 + identifier&lt;br /&gt;
 + tags&lt;br /&gt;
 + format&lt;br /&gt;
 + date published&lt;br /&gt;
 + copyright&lt;br /&gt;
 - audience&lt;br /&gt;
&lt;br /&gt;
=== implied schema (formats) ===&lt;br /&gt;
 + publisher&lt;br /&gt;
 + language&lt;br /&gt;
 + description&lt;br /&gt;
 + title&lt;br /&gt;
 + creator&lt;br /&gt;
 + volume&lt;br /&gt;
 + pages&lt;br /&gt;
 + edition&lt;br /&gt;
 + issue&lt;br /&gt;
 + identifier&lt;br /&gt;
 + tags&lt;br /&gt;
 + format&lt;br /&gt;
 + date published&lt;br /&gt;
 + date copyrighted&lt;br /&gt;
 - subtitle&lt;br /&gt;
 - image &lt;br /&gt;
 - excerpt&lt;br /&gt;
 - index terms&lt;br /&gt;
 - series title&lt;br /&gt;
 - publication&lt;br /&gt;
 - journal&lt;br /&gt;
 - part (1 of X)&lt;br /&gt;
&lt;br /&gt;
UNION of the two schemas&lt;br /&gt;
 + (PLUS) means common properties&lt;br /&gt;
 - (MINUS) means unique to the schema&lt;br /&gt;
&lt;br /&gt;
=== Examples ===&lt;br /&gt;
&lt;br /&gt;
Markup examples using the above format:&lt;br /&gt;
&lt;br /&gt;
==== Book ====&lt;br /&gt;
&lt;br /&gt;
This is Brian's original example&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;ul class=&amp;quot;bibliography&amp;quot;&amp;gt;&lt;br /&gt;
	&amp;lt;li class=&amp;quot;hcite&amp;quot; xml:lang=&amp;quot;en-gb&amp;quot;&amp;gt;&lt;br /&gt;
	&lt;br /&gt;
		&amp;lt;!-- publisher data as hCard--&amp;gt;&lt;br /&gt;
		&amp;lt;div class=&amp;quot;publisher vcard&amp;quot;&amp;gt;&lt;br /&gt;
			&amp;lt;span class=&amp;quot;fn org&amp;quot;&amp;gt;ABC Publishing Co.&amp;lt;/span&amp;gt;&lt;br /&gt;
			&amp;lt;span class=&amp;quot;country-name&amp;quot;&amp;gt;United Kingdom&amp;lt;/span&amp;gt;&lt;br /&gt;
			...&lt;br /&gt;
		&amp;lt;/div&amp;gt;&lt;br /&gt;
		&lt;br /&gt;
		&amp;lt;!-- author(s) data as hCard --&amp;gt;&lt;br /&gt;
		&amp;lt;div class=&amp;quot;creator vcard&amp;quot;&amp;gt;&lt;br /&gt;
			&amp;lt;span class=&amp;quot;fn n&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;given-name&amp;quot;&amp;gt;John &amp;lt;span class=&amp;quot;family-name&amp;quot;&amp;gt;Doe&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
			...&lt;br /&gt;
		&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
		&amp;lt;!-- location data --&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Foobar!&amp;lt;/span&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;description&amp;quot;&amp;gt;World Class Book about foobar&amp;lt;/span&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;volume&amp;quot;&amp;gt;1&amp;lt;/span&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;issue&amp;quot;&amp;gt;1&amp;lt;/span&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;edition&amp;quot;&amp;gt;1&amp;lt;/span&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;pages&amp;quot;&amp;gt;1-10&amp;lt;/span&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;format&amp;quot;&amp;gt;article&amp;lt;/span&amp;gt;&lt;br /&gt;
		&lt;br /&gt;
		&amp;lt;!-- differed to the UID debate --&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;identifier&amp;quot;&amp;gt;12345678&amp;lt;/span&amp;gt;&lt;br /&gt;
		&lt;br /&gt;
		&amp;lt;!-- keywords --&amp;gt;&lt;br /&gt;
		&amp;lt;a class=&amp;quot;keyword&amp;quot; rel=&amp;quot;tag&amp;quot; href=&amp;quot;/tags/foo&amp;quot;&amp;gt;foo&amp;lt;/a&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;keyword&amp;quot;&amp;gt;bar&amp;lt;/span&amp;gt;&lt;br /&gt;
		&lt;br /&gt;
		&amp;lt;!-- date properties --&amp;gt;&lt;br /&gt;
		Published &amp;lt;abbr class=&amp;quot;dtpublished&amp;quot; title=&amp;quot;20060101&amp;quot;&amp;gt;January 1st 1006&amp;lt;/abbr&amp;gt;&lt;br /&gt;
		Copyright &amp;lt;abbr class=&amp;quot;copyright&amp;quot; title=&amp;quot;20060101&amp;quot;&amp;gt;2006&amp;lt;/abbr&amp;gt;&lt;br /&gt;
	&amp;lt;/li&amp;gt;&lt;br /&gt;
	...&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p class=&amp;quot;citation&amp;quot;&amp;gt;Have you read &amp;lt;span class=&amp;quot;title&amp;quot;&amp;gt;&amp;lt;abbr title=&amp;quot;book&amp;quot; class=&amp;quot;format&amp;quot;&amp;gt;Foo Bar&amp;lt;/abbr&amp;gt;&amp;lt;/span&amp;gt;? &lt;br /&gt;
It was written by &amp;lt;span class=&amp;quot;author vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;John Doe&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;. &lt;br /&gt;
It only came out a &amp;lt;abbr class=&amp;quot;dtpublished&amp;quot; title=&amp;quot;20060101&amp;quot;&amp;gt;few months ago&amp;lt;/abbr&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Note: the &amp;quot;format&amp;quot; property above is incorrect. Format would refer more the physical characteristics of an item, rather than its type or genre (e.g. &amp;quot;article&amp;quot;, &amp;quot;book&amp;quot;, etc.). I'd rather have the main class for the li be &amp;quot;article&amp;quot; in this context, than the fairly meaningless &amp;quot;citation.&amp;quot;  Of course, one could have both, which would be fine too. -- bruce&lt;br /&gt;
&lt;br /&gt;
Note: Could we use ROLE from hCard to identify editors, translators, authors, etc?&lt;br /&gt;
This was discussed on the mailing list and the idea was dropped [http://microformats.org/discuss/mail/microformats-discuss/2006-September/005694.html]&lt;br /&gt;
&lt;br /&gt;
'''Comments''' : [[User:Singpolyma|singpolyma]] 08:03, 16 Jun 2006 (PDT) : keywords should be [[rel-tag]], and probably also [[XOXO]] (the same way the citation list is)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Citing Private Communication ====&lt;br /&gt;
&lt;br /&gt;
Needs an example.&lt;br /&gt;
&lt;br /&gt;
==== Citing Legal Cases ====&lt;br /&gt;
Needs an example. &lt;br /&gt;
see [http://microformats.org/wiki/citation-examples-markup#Wikipedia_Court_Case Wikipedia example] for inspiration.&lt;br /&gt;
&lt;br /&gt;
==== Citing a Book ====&lt;br /&gt;
&lt;br /&gt;
needs an example&lt;br /&gt;
&lt;br /&gt;
==== Citing a journal article ====&lt;br /&gt;
&lt;br /&gt;
needs an example &lt;br /&gt;
&lt;br /&gt;
==== Citing a magazine article ====&lt;br /&gt;
&lt;br /&gt;
needs an example&lt;br /&gt;
&lt;br /&gt;
==== Citing a Patent ====&lt;br /&gt;
&lt;br /&gt;
Drawn from this [http://microformats.org/wiki/citation-examples#U.S._Patent example from Wikipedia]:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;li class=&amp;quot;hcite&amp;quot;&amp;gt;&amp;lt;a href=&amp;quot;http://patft.uspto.gov/netacgi/nph-Parser?patentnumber=4,405,829&amp;quot; class=&amp;quot;url&amp;quot; &lt;br /&gt;
    title=&amp;quot;http://patft.uspto.gov/netacgi/nph-Parser?patentnumber=4,405,829&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;format&amp;quot;&amp;gt;U.S. Patent&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;identifier&amp;quot;&amp;gt;4,405,829&amp;lt;/span&amp;gt;&amp;lt;/a&amp;gt;:&lt;br /&gt;
    &amp;lt;span class=&amp;quot;description&amp;quot;&amp;gt;The &amp;lt;a href=&amp;quot;/wiki/RSA&amp;quot; title=&amp;quot;RSA&amp;quot;&amp;gt;RSA&amp;lt;/a&amp;gt; patent, a famous software patent on the ground-breaking &lt;br /&gt;
    and highly unobvious algorithm for public key encryption, widely used for secure communications &lt;br /&gt;
    in many industries nowdays&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Citing a conference publication====&lt;br /&gt;
&lt;br /&gt;
Based on the [http://microformats.org/wiki/citation-examples#ACM_Digital_Library_Search_Result_Examples conference publication reference example].&lt;br /&gt;
&lt;br /&gt;
Changed Oct 06 to conform with [http://microformats.org/wiki/citation-brainstorming#Brian.27s_Straw_format Brian's format]. --[[User:Mike|Mike]] 18:09, 12 Oct 2006 (PDT)&lt;br /&gt;
(everything but the url class should be in line with that proposal)&lt;br /&gt;
&lt;br /&gt;
L. Hochstein, J. Carver, F. Shull, S. Asgari, V. Basili, J. K. Hollingsworth, and M. Zelkowitz, “Hpc programmer productivity: A case study of novice hpc programmers,” in Proceedings of ACM/IEEE Supercomputing Conference, 2005.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;cite class=&amp;quot;hcite&amp;quot;&amp;gt;&lt;br /&gt;
	&amp;lt;span class=&amp;quot;creator vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Lorin Hochstein&amp;lt;/span&amp;gt;&amp;lt;span class=&amp;quot;org&amp;quot;&amp;gt; University of Maryland, College Park &amp;lt;/span&amp;gt;&amp;lt;span&amp;gt;,&lt;br /&gt;
	&amp;lt;span class=&amp;quot;creator vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt; Jeff Carver &amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;org&amp;quot;&amp;gt; Mississippi State University &amp;lt;/span&amp;gt; &amp;lt;span&amp;gt;,&lt;br /&gt;
	&amp;lt;span class=&amp;quot;creator vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt; Forrest Shull &amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;org&amp;quot;&amp;gt; Fraunhofer Center Maryland &amp;lt;/span&amp;gt; &amp;lt;span&amp;gt;,&lt;br /&gt;
	&amp;lt;span class=&amp;quot;creator vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt; Sima Asgari&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;org&amp;quot;&amp;gt; University of Maryland, College Park &amp;lt;/span&amp;gt; &amp;lt;span&amp;gt;,&lt;br /&gt;
	&amp;lt;span class=&amp;quot;creator vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt; Victor Basili&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;org&amp;quot;&amp;gt; Fraunhofer Center Maryland &amp;lt;/span&amp;gt; &amp;lt;span&amp;gt;,&lt;br /&gt;
	&amp;lt;span class=&amp;quot;creator vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt; Jeffrey K. Hollingsworth&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;org&amp;quot;&amp;gt; University of Maryland, College Park &amp;lt;/span&amp;gt; &amp;lt;span&amp;gt;, and &lt;br /&gt;
	&amp;lt;span class=&amp;quot;creator vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt; Marv Zelkowitz&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;org&amp;quot;&amp;gt; University of Maryland, College Park &amp;lt;/span&amp;gt; &amp;lt;span&amp;gt;,&lt;br /&gt;
	&amp;lt;a class=&amp;quot;fn url&amp;quot; href=&amp;quot;http://dx.doi.org/10.1109/SC.2005.53&amp;quot;&amp;gt;HPC Programmer Productivity: A Case Study of Novice HPC Programmers&amp;lt;/a&amp;gt;. &lt;br /&gt;
        (&amp;lt;span class=&amp;quot;format&amp;quot;&amp;gt;conference publication&amp;lt;/span&amp;gt;)&lt;br /&gt;
	&amp;lt;cite class=&amp;quot;container hcite&amp;quot;&amp;gt;&lt;br /&gt;
	&amp;lt;a class=&amp;quot;fn url&amp;quot; href=&amp;quot;...&amp;quot;&amp;gt;Proceedings of ACM/IEEE Supercomputing Conference&amp;lt;/a&amp;gt;&lt;br /&gt;
	&amp;lt;abbr class=&amp;quot;dtpublished&amp;quot; title=&amp;quot;20051126T0000-0800&amp;quot;&amp;gt;2005&amp;lt;/abbr&amp;gt;&lt;br /&gt;
	&amp;lt;/cite&amp;gt;&lt;br /&gt;
	page &amp;lt;span class=&amp;quot;pages&amp;quot;&amp;gt;35&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;publisher vcard&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;span class=&amp;quot; fn&amp;quot;&amp;gt;IEEE Computer Society&lt;br /&gt;
   &amp;lt;/span&amp;gt;&lt;br /&gt;
    &amp;lt;div class=&amp;quot;adr&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;Washington&amp;lt;/span&amp;gt;,&lt;br /&gt;
      &amp;lt;span class=&amp;quot;region&amp;quot;&amp;gt;DC&amp;lt;/span&amp;gt;&lt;br /&gt;
    &amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;a class=&amp;quot;url instantiation&amp;quot; href=&amp;quot;http://portal.acm.org/ft_gateway.cfm?id=1105800&amp;amp;type=pdf&amp;amp;coll=portal&amp;amp;dl=ACM&amp;amp;CFID=68330711&amp;amp;CFTOKEN=39187329&amp;quot;&amp;gt;PDF of full text from ACM&amp;lt;/a&amp;gt;&lt;br /&gt;
&lt;br /&gt;
	DOI: &amp;lt;a class=&amp;quot;url uid&amp;quot; href=&amp;quot;http://dx.doi.org/10.1109/SC.2005.53&amp;quot;&amp;gt;10.1109/SC.2005.53&amp;lt;/a&amp;gt;&lt;br /&gt;
        Tags: &lt;br /&gt;
    &amp;lt;a class=&amp;quot;keyword&amp;quot; rel=&amp;quot;tag&amp;quot; href=&amp;quot;results.cfm?query=genterm%3A%22Design%22 ...&amp;quot;&amp;gt;&lt;br /&gt;
							Design&amp;lt;/a&amp;gt;,&lt;br /&gt;
     &amp;lt;a class=&amp;quot;keyword&amp;quot; rel=&amp;quot;tag&amp;quot; href=&amp;quot;results.cfm?query=genterm%3A%22Experimentation%22 ....&amp;quot;&amp;gt;&lt;br /&gt;
							 Experimentation&amp;lt;/a&amp;gt;,&lt;br /&gt;
     &amp;lt;a class=&amp;quot;keyword&amp;quot; rel=&amp;quot;tag&amp;quot; href=&amp;quot;results.cfm?query=genterm%3A%22Measurement%22...&amp;quot;&amp;gt;&lt;br /&gt;
							 Measurement&amp;lt;/a&amp;gt;,&lt;br /&gt;
     &amp;lt;a class=&amp;quot;keyword&amp;quot; rel=&amp;quot;tag&amp;quot; href=&amp;quot;results.cfm?query=genterm%3A%22Performance%22 ...&amp;quot;&amp;gt;&lt;br /&gt;
							 Performance&amp;lt;/a&amp;gt;&lt;br /&gt;
&lt;br /&gt;
	&amp;lt;blockquote class=&amp;quot;description&amp;quot;&amp;gt;In developing High-Performance Computing (HPC) software, time to solution is an important metric. This metric is comprised of two main components: the human effort required developing the software, plus the amount of machine time required to execute it. To date, little empirical work has been done to study the first component: the human effort required and the effects of approaches and practices that may be used to reduce it. In this paper, we describe a series of studies that address this problem. We instrumented the development process used in multiple HPC classroom environments. We analyzed data within and across such studies, varying factors such as the parallel programming model used and the application being developed, to understand their impact on the development process.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
  &amp;lt;/cite&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Note''' (From [[Discoleo]], Sept. 06)&lt;br /&gt;
* sometimes, the citation must include '''Town/Country''' and '''Precise Date/Date Range''', e.g.&lt;br /&gt;
** ''Gillespie SH, Dickens A.'' Variation in mutation rate of quinolone resistance in Streptococcus pneumoniae [abstract P06-17A]. In: Abstracts of the 3rd International Symposium on Pneumococci and Pneumococcal Disease (Anchorage, 5-9 May 2002).Washington, DC: American Society of Microbiology, 2002.&lt;br /&gt;
** ''Bassetti, M.; Righi, E.; Rebesco, B.; Molinari, MP.; Costa, A.; Fasce, R.; Cruciani, M.; Bassetti, D.; Bobbio Pallavicini, F.'' 44th Annual Interscience Conference on Antimicrobial Agents and Chemotherapy (ICAAC). Washington, DC; 2004. Epidemiological trends in nosocomial candidemia in ICU: A five-year Italian perspective.&lt;br /&gt;
** ''Peacock JE, Wade JC, Lazarus HM, et al.'' Ciprofloxacin/piperacillin vs. tobramycin/piperacillin as empiric therapy for fever in neutropenic cancer patients, a randomized, double-blind trial [abstract 373]. In: Program and abstracts of the 37th Interscience Conference on Antimicrob Agents and Chemotherapy (Toronto). Washington, DC: American Society for Microbiology, 1997.&lt;br /&gt;
&lt;br /&gt;
==== Citing an external website ====&lt;br /&gt;
&lt;br /&gt;
This is based on a formal citation of a website in the references section of a research paper, but could also be used for in-line links that had added information. Here's the original:&lt;br /&gt;
&lt;br /&gt;
[25] David Stern, &amp;quot;eprint Moderator Model&amp;quot;, http://www.library.yale.edu/scilib/modmodexplain.html  (version dated Jan 25, 1999)&lt;br /&gt;
 &lt;br /&gt;
 &amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;cite class=&amp;quot;citation&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;a class=&amp;quot;fn url&amp;quot; href=&amp;quot;http://www.library.yale.edu/scilib/modmodexplain.html&amp;quot;&amp;gt;eprint Moderator Model&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;author vcard&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;a href=&amp;quot;http://pantheon.yale.edu/~dstern/dsbio.html&amp;quot; class=&amp;quot;url fn&amp;quot;&amp;gt;David Stern&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;/span&amp;gt;  &lt;br /&gt;
&amp;lt;abbr class=&amp;quot;dtpublished&amp;quot; title=&amp;quot;19990125T0000-0500&amp;quot;&amp;gt;&lt;br /&gt;
    Jan 25, 1999&lt;br /&gt;
  &amp;lt;/abbr&amp;gt;&lt;br /&gt;
&amp;lt;/cite&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Old straw format discussion ==&lt;br /&gt;
&lt;br /&gt;
Saved here so that I'm not just deleting people's comments.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Mike straw format suggestion (Deprecated) ===&lt;br /&gt;
&lt;br /&gt;
In the interests of starting debate and having something concrete to fix, I suggest the following structure for a format. It is probably very incomplete and I claim no microformat expertise. I'm just trying to follow existing patterns. Comments and ridicule are both solicited. -Mike&lt;br /&gt;
&lt;br /&gt;
'''NOTE:''' This format is here for historical reference. Because it was not based on existing examples, I've deprecated it and contributed examples to Brian's format. If you feel that any missing elements in here should be in the final format, find examples for them and contribute to Brian's schema. Thanks! --[[User:Mike|Mike]] 18:22, 12 Oct 2006 (PDT)&lt;br /&gt;
&lt;br /&gt;
==== In General ====&lt;br /&gt;
&lt;br /&gt;
The ''citation'' format is based on a set of fields common to many bibliographic data formats, which are often implied by standard citation display styles but not explicitly marked up in practice on the web.&lt;br /&gt;
&lt;br /&gt;
==== Schema ====&lt;br /&gt;
&lt;br /&gt;
The citation schema consists of the following:&lt;br /&gt;
&lt;br /&gt;
* cite &lt;br /&gt;
** title: required, text (class = fn)&lt;br /&gt;
** subtitle: optional, text&lt;br /&gt;
** authors: optional, use hCard&lt;br /&gt;
** publication date: optional&lt;br /&gt;
** link(s) to instantiations, optional, url or use rel-enclosure? (class=url)&lt;br /&gt;
** UID, optional (for ISBN, DOI - use existing uid class) | permalink&lt;br /&gt;
** series (aka volume/issuenum) , optional (''not as sure how to handle these - suggestions?'')&lt;br /&gt;
** pages: startpage &amp;amp; endpage, optional, text&lt;br /&gt;
** venue, optional (hCard)&lt;br /&gt;
** publisher, optional (hCard)&lt;br /&gt;
** container: optional (nested hCite)&lt;br /&gt;
** abstract, optional (blockquote + class=&amp;quot;abstract&amp;quot; ?)&lt;br /&gt;
** notes, optional (blockquote + class=&amp;quot;notes&amp;quot; ?)&lt;br /&gt;
** keywords, optional (rel-tag)&lt;br /&gt;
** image, optional (for inclusion inline, unlike the url)&lt;br /&gt;
** copyright, optional (rel-license)&lt;br /&gt;
** ''what else am I missing?''&lt;br /&gt;
*** language, optional&lt;br /&gt;
&lt;br /&gt;
''Looks good, but I question the use of hCard for names. Due to ambiguity issues, requring hCard would lead to extra markup in order to apply just a name, hence [http://microformats.org/discuss/mail/microformats-discuss/2006-March/003487.html the need for a root element]. We should extract the N optimization of hCard like we did with adr, in order to ease this problem.'' --[[User:RCanine|Ryan Cannon]]&lt;br /&gt;
&lt;br /&gt;
Perhaps a Retrieved Date or Access Date would be appropriate for citing online resources. For example at http://www.crlt.umich.edu/publinks/facment_biblio.html &lt;br /&gt;
you see citations like this&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
Chief Academic Officers of the Big 12 Universities (2000). Big 12 Faculty Fellowship Program. Retrieved December 20, 2000 from the World Wide Web: http://www.k-state.edu/provost/academic/big12/big12guide.htm.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
--[[User:JoeAndrieu|Joe Andrieu]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Discussion about citing legal cases ====&lt;br /&gt;
&lt;br /&gt;
Here's some info I found about citing law:&lt;br /&gt;
&lt;br /&gt;
I'm not a lawyer, so I'm relying on the published [http://www.legalbluebook.com &amp;quot;blue book&amp;quot; standard], at least the only part of it I can get without paying $25. I'd be happy to hear improvements from experts in the field - how do lawyers mark up references to case law in HTML now?&lt;br /&gt;
&lt;br /&gt;
From groklaw.net and eff.org, I find mostly just links to PDFs with the name of the case as the link text. Or just this, from EFF:&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;h1&amp;gt;The Betamax Case&amp;lt;/h1&amp;gt;&lt;br /&gt;
&amp;lt;h2&amp;gt;Sony Corp. of America v. Universal City Studios, 464 U.S. 417 (1984)&amp;lt;/h2&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
From an example at the sample bluepages: http://www.legalbluebook.com/pdfs/bluepages.pdf&lt;br /&gt;
5 basic components:&lt;br /&gt;
*1 name of the case (citation title)&lt;br /&gt;
*2 published source in which case may be found (citation containing publication?)&lt;br /&gt;
*3 a parenthetical indicating the court and year of decision (citation venue?)&lt;br /&gt;
*4 other parenthetical information, if any (citation notes?)&lt;br /&gt;
*5 subsequent history of the case, if any (citation notes?)&lt;br /&gt;
&lt;br /&gt;
Here's two examples from the bluebook. Note that there are very strict rules about abbreviations in that source!&lt;br /&gt;
&lt;br /&gt;
Holland v. Donnelly, 216 F. Supp. 2d 227, 230 (S.D.N.Y. 2002), aff'd, 324 F.3d 99 (2d Cir. 2003).&lt;br /&gt;
&lt;br /&gt;
Green v. Georgia, 442 U.S. 95, 97 (1979) (per curiam) (holding that exclusion of relevant evidence at sentencing hearing constitutes denial of due process).&lt;br /&gt;
&lt;br /&gt;
== discussions ==&lt;br /&gt;
* [[citation-irc-notes-2006-04-09]]&lt;/div&gt;</summary>
		<author><name>Mike</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=citation-brainstorming&amp;diff=9434</id>
		<title>citation-brainstorming</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=citation-brainstorming&amp;diff=9434"/>
		<updated>2006-10-13T01:09:24Z</updated>

		<summary type="html">&lt;p&gt;Mike: /* Citing a conference publication */  edit conference publication example to conform to Brian's format suggestion and fix markup errors. And introduce others.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h1&amp;gt; Citation Brainstroming &amp;lt;/h1&amp;gt;&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
== Contributors ==&lt;br /&gt;
&lt;br /&gt;
* ...&lt;br /&gt;
* ... (a bunch of good folks!)&lt;br /&gt;
* Tantek Çelik&lt;br /&gt;
* Tim White&lt;br /&gt;
* Michael McCracken&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* [[citation]]&lt;br /&gt;
* [[citation-examples]]&lt;br /&gt;
* [[citation-formats]]&lt;br /&gt;
* [[citation-faq]]&lt;br /&gt;
&lt;br /&gt;
== Use Cases ==&lt;br /&gt;
&lt;br /&gt;
To focus the discussion, please add use cases below that will help show what problems the citation microformat will be solving.&lt;br /&gt;
&lt;br /&gt;
I've included two, focusing on consuming information - I've assumed that use cases for generating microformatted content would just involve the desire to enable your content to be consumed better, but I'm interested to see if there's something I'm missing here -Mike&lt;br /&gt;
&lt;br /&gt;
=== Acquiring reference information from the web ===&lt;br /&gt;
&lt;br /&gt;
A user either finds an author's papers page, or is viewing the results of a search and would like to import the information about the displayed papers into their local reference database, for the purposes of cataloging things they've read, adding notes, and using the information to generate later citations, potentially in other forms, such as BibTeX or Docbook, for inclusion in a publication of their own.&lt;br /&gt;
&lt;br /&gt;
Notes: In this case, it isn't important to the user what format the citation takes as displayed on the page where they find it. What *is* important is that it contains enough information to allow generation of the format they will ultimately re-publish it in. This implies that it may be worthwhile to err a little on the side of verbosity.&lt;br /&gt;
&lt;br /&gt;
Also, links to downloadable full representations of the cited work are very important - e.g. a link to the PDF of a journal article, or to a music file.&lt;br /&gt;
&lt;br /&gt;
=== Subscribing to reading lists, periodicals, etc ===&lt;br /&gt;
&lt;br /&gt;
I would like to be able to leverage my news aggregator with hAtom to subscribe to a remote source for citation information, for example:&lt;br /&gt;
&lt;br /&gt;
* a reading list for a seminar&lt;br /&gt;
* The publication list for a conference (e.g., subscribe to SIGGRAPH and see the updated conference proceedings every year)&lt;br /&gt;
* the issues of a journal&lt;br /&gt;
* a particular research group or researcher's publications&lt;br /&gt;
* Not just research: a popular author's publications (e.g., [http://www.gladwell.com/archive.html Malcolm Gladwell's Archive])&lt;br /&gt;
&lt;br /&gt;
=== Aggregating reading lists and reviews ===&lt;br /&gt;
&lt;br /&gt;
A citation microformat-specific aggregator could provide a decentralized version of [http://citeulike.org/ CiteULike]. Libraries, authors, research groups, and publishers could mark up their collections, while other people on weblogs or review sites could add tags and reviews.&lt;br /&gt;
&lt;br /&gt;
At least, having a well-adopted microformat would make writing tools like CiteULike much better, since it relies in some cases on screen-scraping publisher web-sites.&lt;br /&gt;
&lt;br /&gt;
=== Cut &amp;amp; Paste from web pages ===&lt;br /&gt;
Capturing/copying HTML from web pages for use in other applications (especially when those apps present HTML as output), such as pasting into Word, or a specialized application like [http://www.google.com/notebook Google Notebook], [http://onfolio.com Onfolio] or [http://www.kaboodle.com Kaboodle].  When such captures are made, it makes sense to keep track of the full citation data, including the date it was accessed, which may or may not be the date it was published. &lt;br /&gt;
&lt;br /&gt;
=== Blogs quoting other resources, including blogs ===&lt;br /&gt;
Any blog that cites online content, whether a blog or news article, could use an hCitation to properly link to the cited reference. Such citations could include the access date when the blogger made the citation, because resources on the other side of those links can change without notice. &lt;br /&gt;
&lt;br /&gt;
Instead, today we have simple formating with a link to the permaURL. The citation data is completely lacking. See [http://doc.weblogs.com Doc Searl's blog] for a style of referencing that could benefit from proper a citation uF.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Fascinating... after I added the last two use cases, I realized they focus on potentially marginal cases. The first because it is missing the &amp;quot;output&amp;quot; part of the cut &amp;amp; paste, where the uF would actually be used as part of the paste.  The latter because bloggers have a working citation mechanism that is just a link to the URL (hopefully a permaURL). One could argue they wouldn't want a full hCitation. And in fact, until a tool exists that makes it easy, they probably won't.  However, a tool that cuts &amp;amp; pastes from anywhere on the web into a blog with a full citation seems like a nice tool.  But again, I'm not really paving the cowpaths with these ideas. -Joe Andrieu&lt;br /&gt;
&lt;br /&gt;
== Original hBib Discussion ==&lt;br /&gt;
&lt;br /&gt;
During the WWW2005 Developer's Day [[microformats]] track, Rohit Khare gave a [[presentations|presentation]] where he discussed the microformats [[process]], and then did  a quick demonstration wherein a bunch of us got on a shared Subethaedit document, and brainstormed some thoughts on what an &amp;quot;hBib&amp;quot; bibliography citation microformat would look like.  Rohit placed the [http://cnlabs.commerce.net/~rohit/hBib%20Discussion.html document on his Commercenet site].&lt;br /&gt;
&lt;br /&gt;
* http://cnlabs.commerce.net/~rohit/hBib%20Discussion.html&lt;br /&gt;
&lt;br /&gt;
''An attempt to summarize and inline the linked document follows. -Mike''&lt;br /&gt;
&lt;br /&gt;
Two major goals were outlined by the group:&lt;br /&gt;
&lt;br /&gt;
* Avoid re-keying references&lt;br /&gt;
* Adapt to new journal styles by changing CSS&lt;br /&gt;
 &lt;br /&gt;
The fundamental problem was discussed in terms of display - the ability to transform XHTML+hBib into the many journal-specific formats. For example, how to display &amp;quot;et.al&amp;quot; when all authors are present in the source, and how to re-order the elements if a style defines a set order of elements that conflicts with the ordering in the source. Using hCard for authors was agreed on, and the beginnings of an example were shown.&lt;br /&gt;
&lt;br /&gt;
== XHTML Structure ==&lt;br /&gt;
With my exprience working X2V and hCa* has taught me what elememts are easy to find and which are not. Since the Citation microformat is very new it is possible to not make a lot of the same errors twice and to make things easier for extracting application to find and imply certain properties.&lt;br /&gt;
&lt;br /&gt;
* There should be some sort of 'root node' that implies all child elements are for the Citation microformat.&lt;br /&gt;
* Since most people will have multiple Citation there should be away to represent each Citation object as a unqiue block independant of another. This is to keep the parse from finding 'author' and applying to all citations. Each citation should be in a container (class=&amp;quot;???&amp;quot;) that scoped from others.&lt;br /&gt;
* Perhaps class=&amp;quot;hcite&amp;quot; with &amp;lt;code&amp;gt;&amp;amp;lt;cite&amp;amp;gt;&amp;lt;/code&amp;gt; recommended as the root element. E.g. &amp;lt;code&amp;gt;&amp;amp;lt;cite class=&amp;quot;hcite&amp;quot;&amp;amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Citation vs. [[media-info]] ==&lt;br /&gt;
&lt;br /&gt;
What distinguishes a cite from say [[media-info]] (e.g. [[media-info-examples]]) is that a cite is a reference to something explicitly external to the current piece of content or document, whereas [[media-info]] describes information about content embedded or inline in the current document.&lt;br /&gt;
&lt;br /&gt;
== Semantic Meaning ==&lt;br /&gt;
One of the guiding priniciple of Microformats is to use the most semantically rich element to describe each node (Point 2 of Semantic XHTML Design Principles: Use the most accurately precise semantic XHTML building block for each object etc). Since we are dealing with HTML and citations, several elements are candidates to be used to enrich the semantic meaning. [http://www.w3.org/TR/REC-html40/struct/text.html CITE, BLOCKQUOTE, Q, A], (are there more?)&lt;br /&gt;
&lt;br /&gt;
The [[citation-brainstorming|Citation Brainstorming Page]] has a few development and ideas about how to give another person credit for a link. Some of the semantic ideas behind their choices of tags can be applied to a full bibliographic type reference. ''Does this sentence make sense only historically? -Mike''&lt;br /&gt;
&lt;br /&gt;
== OCLC's WorldCat for titles == &lt;br /&gt;
Question: what about using something like OCLC's [http://www.oclc.org/worldcat/open/isbnissnlinking/default.htm WorldCat] for linking titles? - Tim White&lt;br /&gt;
&lt;br /&gt;
== This and That ==&lt;br /&gt;
After reading through alot of different citation encoding formats, i noticed that each format was being used in onw of two ways. It was either to describe the Current page (THIS.PAGE) or being used to encode references that point to external resources (THAT.PAGE)&lt;br /&gt;
&lt;br /&gt;
The informatation being encoded was identical for both resources (author, date, name, etc) they just reference different things. For this microformat, i'm not sure if we want to try to solve both problems, or just one? The meta tags in the head element would be the ideal place for information about the THIS.PAGE, but that is not in following with the ideals of microformats where information is human-readable. The THAT.PAGE idea where a list of references is at the end of a document in the form of a bibliography is more inline with the ideals of a microformat where the data is human-readable. That doesn't mean that data about the current document shouldn't be human-readable, so some of the same properties used to reference extermal resources can be used for the current document (THIS.PAGE). To do this a different root item could be used and transforming applications could either extract the citation data about the current page, or information about this page's references.&lt;br /&gt;
&lt;br /&gt;
This is open for discussion, but either way, i believe that the properties used to describe a page will be the same for both THIS and THAT. [http://suda.co.uk/ brian suda]&lt;br /&gt;
&lt;br /&gt;
== More on This and That ==&lt;br /&gt;
&lt;br /&gt;
Citation microformats are being explored as a possibility for citing genealogical information at [http://eatslikeahuman.blogspot.com Dan Lawyer's blog].&lt;br /&gt;
&lt;br /&gt;
This is a case where frequently the citation would refer to (THIS.PAGE), but would have nested within it a reference to (THAT.PAGE), possibly a few levels deep. For instance, a web page might contain data extracted from a microfilm of a census. The citation would need to include information about the web page, information about the microfilm, and information about the census. Genealogical citations are expected to include the repository (where can this book or microfilm be found. Is this the same as ''venue''?). So, at each level the information should contain the repository of the referenced item. A nesting (recursive) mechanism for citation microformats would be useful in this case. Is this the function of the &amp;quot;container&amp;quot; element in the Straw Format?&lt;br /&gt;
&lt;br /&gt;
== Date Formatting ==&lt;br /&gt;
Since microformats are all about re-use and the accepted way to encode Date-Time has been pretty much settled, then this is a good place to start when dealing with all the different date citation types. &lt;br /&gt;
&lt;br /&gt;
These are all the different fields from various citation formats that are of temporal nature:&lt;br /&gt;
 * Date (available | created | dateAccepted | dateCopyrighted | dateSubmitted | issued | modified | valid)&lt;br /&gt;
 * originInfo/dateIssued&lt;br /&gt;
 * originInfo/dateCreated&lt;br /&gt;
 * originInfo/dateCaptured&lt;br /&gt;
 * originInfo/dateOther&lt;br /&gt;
 * month&lt;br /&gt;
 * year&lt;br /&gt;
 * Copyright Year&lt;br /&gt;
 * Date - Generic&lt;br /&gt;
 * Date of Confernce&lt;br /&gt;
 * Date of Publication&lt;br /&gt;
 * Date of update/revisou/issuance of database record&lt;br /&gt;
 * Former Date&lt;br /&gt;
 * Entry Date for Database Record&lt;br /&gt;
 * Database Update&lt;br /&gt;
 * Year of Publication&lt;br /&gt;
&lt;br /&gt;
There are several common properties across several citation domains and will certainly be in the citation microformat, the unique instances will need further consideration, otherwise there could be no end to posiblities. &lt;br /&gt;
&lt;br /&gt;
There are also several properties (year, month, Year of publication) that can be extracted from another source. Therefore, if you only encode a more specific property such as; Date of Publication, you can extract the 'year of publication' from that. Since the date-time format we are modeling after is the ISO date-time format, just the Year portion is an acceptable date. So if you ONLY know the year of publication, the you can form a valid 'Date of Publication' as a microformat (which inturn is a valid 'year of publication') - you milage may vary when it comes to importing into citation applications.&lt;br /&gt;
&lt;br /&gt;
...&lt;br /&gt;
&lt;br /&gt;
It seems to me that these can be collapsed to maybe one or two different date properties.  As far as the specific human readable formatting of the date, that can be chosen per whatever the presentation style guide says, and the [[datetime-design-pattern]] used to simplify the markup. - Tantek&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Important'''&lt;br /&gt;
Sometimes we need a date range and not simply a date (e.g. 4-6 May 2006). See ''Conference Citation'' examples later on this page. - Discoleo&lt;br /&gt;
&lt;br /&gt;
== Tags ==&lt;br /&gt;
Some of the citation formats has a place for 'keywords' or 'generic tags', etc. This might be a good place to re-use the [http://microformats.org/wiki/rel-tag RelTag microformat]. The downside would be that they are then forced to be links, which might be the correct way to mark-up these terms.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== MARC / MODS / Dublin Core ==&lt;br /&gt;
&lt;br /&gt;
The MODS ([http://www.loc.gov/standards/marcxml/Sandburg/sandburgmods.xml example]) and Dublin Core ([http://www.loc.gov/standards/marcxml/Sandburg/sandburgdc.xml example]) transformations of MARC21 may contain some useful ideas.&lt;br /&gt;
&lt;br /&gt;
Here's a first attempt at rewriting the linked examples in XHTML (written in response to a [http://microformats.org/discuss/mail/microformats-discuss/2005-December/002438.html mailing list query about encoding book information with microformats]):&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;book&amp;quot; lang=&amp;quot;en&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;h3 class=&amp;quot;fn&amp;quot;&amp;gt;Arithmetic /&amp;lt;/h3&amp;gt;&lt;br /&gt;
  &amp;lt;p&amp;gt;By &amp;lt;span class=&amp;quot;creator&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Sandburg, Carl&amp;lt;/span&amp;gt;,&lt;br /&gt;
     &amp;lt;span class=&amp;quot;date&amp;quot;&amp;gt;1878-1967&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;,&lt;br /&gt;
     and &amp;lt;span class=&amp;quot;illustrator&amp;quot;&amp;gt;Rand, Ted&amp;lt;/span&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
  &amp;lt;p&amp;gt;Publisher: &amp;lt;span class=&amp;quot;publisher&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Harcourt Brace Jovanovich&amp;lt;/span&amp;gt;,&lt;br /&gt;
     &amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;San Diego&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
  &amp;lt;p&amp;gt;Published: &amp;lt;span class=&amp;quot;issued&amp;quot;&amp;gt;1993&amp;lt;/span&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
  &amp;lt;p class=&amp;quot;description&amp;quot;&amp;gt;A poem about numbers and their characteristics. Features&lt;br /&gt;
     anamorphic, or distorted, drawings which can be restored to normal by viewing&lt;br /&gt;
     from a particular angle or by viewing the image's reflection in the provided&lt;br /&gt;
     Mylar cone.&amp;lt;/p&amp;gt;&lt;br /&gt;
  &amp;lt;p class=&amp;quot;note&amp;quot;&amp;gt;One Mylar sheet included in pocket.&amp;lt;/p&amp;gt;&lt;br /&gt;
  &amp;lt;p&amp;gt;Subjects:&amp;lt;/p&amp;gt;&lt;br /&gt;
  &amp;lt;ul&amp;gt;&lt;br /&gt;
    &amp;lt;li class=&amp;quot;subject&amp;quot;&amp;gt;Arithmetic&amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li class=&amp;quot;subject&amp;quot;&amp;gt;Children's poetry, American.&amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li class=&amp;quot;subject&amp;quot;&amp;gt;Arithmetic&amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li class=&amp;quot;subject&amp;quot;&amp;gt;American poetry&amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li class=&amp;quot;subject&amp;quot;&amp;gt;Visual perception&amp;lt;/li&amp;gt;&lt;br /&gt;
  &amp;lt;/ul&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;
== Basic Citation Stuctures ==&lt;br /&gt;
There are basic structures to any citation, this is an overview of some of the types&lt;br /&gt;
[http://www.users.muohio.edu/darcusb/misc/citations-spec.html http://www.users.muohio.edu/darcusb/misc/citations-spec.html]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Concerns not addressed by existing formats ==&lt;br /&gt;
&lt;br /&gt;
There are some aspects '''NOT adequately''' covered by existing formats. I have addressed this issue on the OpenOffice.org wiki page, too. [see http://wiki.services.openoffice.org/wiki/Bibliographic_Database for an extending discussion, the paragraph on ''Reference Types'']&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
These issues pertain mainly to '''Errata''', '''Comments and Authors Reply''' and '''Article Retractions'''.&lt;br /&gt;
* a bidirectional link could be necessary to implement these features (original article &amp;lt;=&amp;gt; eratum, reply, retraction letter)&lt;br /&gt;
* '''IMPORTANT: Errata'''&lt;br /&gt;
** Erata: one or more Corrections might be posted in various issues of the journal&lt;br /&gt;
** this is usually cited as: Orininal Article Citation Data (Correction available in ''Journal, Issue Nr, Year, Pages'') (repeat for more than one correction)&lt;br /&gt;
** it is possibly never cited alone&lt;br /&gt;
** there should be a link to the original article, while the original article should contain a link to this ''Errata''&lt;br /&gt;
* '''IMPORTANT: Commentary and Author Reply'''&lt;br /&gt;
** similar to Errata, there might be one or more Comments and Author Replys; this should be stored, too&lt;br /&gt;
** however, it is usually not included in the original citation&lt;br /&gt;
** it might be used however in a citation, but I do not know exaclty how to cite it optimally (original article should be provided as well) &lt;br /&gt;
* '''IMPORTANT: Article Retraction'''&lt;br /&gt;
** an article may be retracted because of plagiarism or some other flaw&lt;br /&gt;
** this should not be used any further in the research&lt;br /&gt;
** however, it might be used e.g. for an article on plagiarism or flawed research&lt;br /&gt;
** there should be therefore one field storing this information, too, and a link to:&lt;br /&gt;
** the published withdrawal letter (which explains why the article was retracted)&lt;br /&gt;
&lt;br /&gt;
* this issue may need a time-controlled event&lt;br /&gt;
* '''IMPORTANT: electronic publishing ahead of print (EPUB)'''&lt;br /&gt;
** more and more articles are initially posted online, before the published article gets actually printed&lt;br /&gt;
** How should this be used/cited?&lt;br /&gt;
** Is this changed, after the print version becomes available?&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Outstanding Issues ==&lt;br /&gt;
The 3 main points i (Brian) came across so far are:&lt;br /&gt;
1) IDENTIFIERS&lt;br /&gt;
2) FORMAT TYPES&lt;br /&gt;
3) NESTING&lt;br /&gt;
&lt;br /&gt;
1) In hCard/hCalendar there is a UID field. Added with URL it makes for a great unique identifier. There are loads of other identifers besides URL, ISBN, LOC call number, SKU, ISSN, etc. Many of these are unique in their domain, but not globally unique. So how to they get marked-up? Much like the hCard TEL/ADR properties, we can use something like:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;uid&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;type&amp;quot;&amp;gt;ISBN&amp;lt;/span&amp;gt;: &amp;lt;span&lt;br /&gt;
class=&amp;quot;value&amp;quot;&amp;gt;123456&amp;lt;/span&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
This makes the encoding the most extensible... if we start use class=&amp;quot;isbn&amp;quot; then it is an enumerated list, with class=&amp;quot;type&amp;quot; it is open ended.&lt;br /&gt;
&lt;br /&gt;
2) I keep mis-using &amp;quot;format&amp;quot;, format is the medium - hardback, softback. The TYPE (there probably is a better word - container?) is book, article, conference, manifesto, etc. Much like the identifers we can make an enumerated list of values, class=&amp;quot;book&amp;quot;, class=&amp;quot;article&amp;quot;, but that boxes us in, whereas something like: &amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;span class=&amp;quot;type&amp;quot;&amp;gt;article&amp;lt;/span&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt; leaves things more open.&lt;br /&gt;
&lt;br /&gt;
3) Nesting citation data in a citation. The ability to nest the same microformat inside itself is something that other microformats don't explicitly handle.&lt;br /&gt;
&lt;br /&gt;
The two options are:&lt;br /&gt;
i) Using class=&amp;quot;book&amp;quot;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;hcite&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;div class=&amp;quot;book&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Book Title&amp;lt;/span&amp;gt;&lt;br /&gt;
  &amp;lt;div class=&amp;quot;chapter&amp;quot;&amp;gt;&lt;br /&gt;
     &amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Chapter Title&amp;lt;/span&amp;gt;&lt;br /&gt;
  &amp;lt;/div&amp;gt;&lt;br /&gt;
 &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&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 makes things easy to nest and to figure out exactly what is&lt;br /&gt;
associated with what, but the downside is that we have enumerated&lt;br /&gt;
lists of values for the class properties.&lt;br /&gt;
&lt;br /&gt;
ii) using the TYPE for book&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;hcite&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;div class=&amp;quot;type&amp;quot;&amp;gt;book&amp;lt;/div&amp;gt;&lt;br /&gt;
 &amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Book Title&amp;lt;/span&amp;gt;&lt;br /&gt;
 &amp;lt;div class=&amp;quot;type&amp;quot;&amp;gt;chapter&amp;lt;/div&amp;gt;&lt;br /&gt;
 &amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Chapter Title&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
now the class=&amp;quot;fn&amp;quot; is not nested inside the class=&amp;quot;book&amp;quot; or&lt;br /&gt;
class=&amp;quot;chapter&amp;quot; so there would have to be some other mechanism to&lt;br /&gt;
associate the data with the type.&lt;br /&gt;
&lt;br /&gt;
== Brian's Straw format ==&lt;br /&gt;
&lt;br /&gt;
=== implied schema (examples) ===&lt;br /&gt;
 + publisher&lt;br /&gt;
 + language&lt;br /&gt;
 + description&lt;br /&gt;
 + title&lt;br /&gt;
 + creator&lt;br /&gt;
 + journal&lt;br /&gt;
 + volume&lt;br /&gt;
 + issue&lt;br /&gt;
 + page &lt;br /&gt;
 + edition&lt;br /&gt;
 + identifier&lt;br /&gt;
 + tags&lt;br /&gt;
 + format&lt;br /&gt;
 + date published&lt;br /&gt;
 + copyright&lt;br /&gt;
 - audience&lt;br /&gt;
&lt;br /&gt;
=== implied schema (formats) ===&lt;br /&gt;
 + publisher&lt;br /&gt;
 + language&lt;br /&gt;
 + description&lt;br /&gt;
 + title&lt;br /&gt;
 + creator&lt;br /&gt;
 + volume&lt;br /&gt;
 + pages&lt;br /&gt;
 + edition&lt;br /&gt;
 + issue&lt;br /&gt;
 + identifier&lt;br /&gt;
 + tags&lt;br /&gt;
 + format&lt;br /&gt;
 + date published&lt;br /&gt;
 + date copyrighted&lt;br /&gt;
 - subtitle&lt;br /&gt;
 - image &lt;br /&gt;
 - excerpt&lt;br /&gt;
 - index terms&lt;br /&gt;
 - series title&lt;br /&gt;
 - publication&lt;br /&gt;
 - journal&lt;br /&gt;
 - part (1 of X)&lt;br /&gt;
&lt;br /&gt;
UNION of the two schemas&lt;br /&gt;
 + (PLUS) means common properties&lt;br /&gt;
 - (MINUS) means unique to the schema&lt;br /&gt;
&lt;br /&gt;
=== Example ===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;ul class=&amp;quot;bibliography&amp;quot;&amp;gt;&lt;br /&gt;
	&amp;lt;li class=&amp;quot;hcite&amp;quot; xml:lang=&amp;quot;en-gb&amp;quot;&amp;gt;&lt;br /&gt;
	&lt;br /&gt;
		&amp;lt;!-- publisher data as hCard--&amp;gt;&lt;br /&gt;
		&amp;lt;div class=&amp;quot;publisher vcard&amp;quot;&amp;gt;&lt;br /&gt;
			&amp;lt;span class=&amp;quot;fn org&amp;quot;&amp;gt;ABC Publishing Co.&amp;lt;/span&amp;gt;&lt;br /&gt;
			&amp;lt;span class=&amp;quot;country-name&amp;quot;&amp;gt;United Kingdom&amp;lt;/span&amp;gt;&lt;br /&gt;
			...&lt;br /&gt;
		&amp;lt;/div&amp;gt;&lt;br /&gt;
		&lt;br /&gt;
		&amp;lt;!-- author(s) data as hCard --&amp;gt;&lt;br /&gt;
		&amp;lt;div class=&amp;quot;creator vcard&amp;quot;&amp;gt;&lt;br /&gt;
			&amp;lt;span class=&amp;quot;fn n&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;given-name&amp;quot;&amp;gt;John &amp;lt;span class=&amp;quot;family-name&amp;quot;&amp;gt;Doe&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
			...&lt;br /&gt;
		&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
		&amp;lt;!-- location data --&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Foobar!&amp;lt;/span&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;description&amp;quot;&amp;gt;World Class Book about foobar&amp;lt;/span&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;volume&amp;quot;&amp;gt;1&amp;lt;/span&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;issue&amp;quot;&amp;gt;1&amp;lt;/span&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;edition&amp;quot;&amp;gt;1&amp;lt;/span&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;pages&amp;quot;&amp;gt;1-10&amp;lt;/span&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;format&amp;quot;&amp;gt;article&amp;lt;/span&amp;gt;&lt;br /&gt;
		&lt;br /&gt;
		&amp;lt;!-- differed to the UID debate --&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;identifier&amp;quot;&amp;gt;12345678&amp;lt;/span&amp;gt;&lt;br /&gt;
		&lt;br /&gt;
		&amp;lt;!-- keywords --&amp;gt;&lt;br /&gt;
		&amp;lt;a class=&amp;quot;keyword&amp;quot; rel=&amp;quot;tag&amp;quot; href=&amp;quot;/tags/foo&amp;quot;&amp;gt;foo&amp;lt;/a&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;keyword&amp;quot;&amp;gt;bar&amp;lt;/span&amp;gt;&lt;br /&gt;
		&lt;br /&gt;
		&amp;lt;!-- date properties --&amp;gt;&lt;br /&gt;
		Published &amp;lt;abbr class=&amp;quot;dtpublished&amp;quot; title=&amp;quot;20060101&amp;quot;&amp;gt;January 1st 1006&amp;lt;/abbr&amp;gt;&lt;br /&gt;
		Copyright &amp;lt;abbr class=&amp;quot;copyright&amp;quot; title=&amp;quot;20060101&amp;quot;&amp;gt;2006&amp;lt;/abbr&amp;gt;&lt;br /&gt;
	&amp;lt;/li&amp;gt;&lt;br /&gt;
	...&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p class=&amp;quot;citation&amp;quot;&amp;gt;Have you read &amp;lt;span class=&amp;quot;title&amp;quot;&amp;gt;&amp;lt;abbr title=&amp;quot;book&amp;quot; class=&amp;quot;format&amp;quot;&amp;gt;Foo Bar&amp;lt;/abbr&amp;gt;&amp;lt;/span&amp;gt;? &lt;br /&gt;
It was written by &amp;lt;span class=&amp;quot;author vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;John Doe&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;. &lt;br /&gt;
It only came out a &amp;lt;abbr class=&amp;quot;dtpublished&amp;quot; title=&amp;quot;20060101&amp;quot;&amp;gt;few months ago&amp;lt;/abbr&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Note: the &amp;quot;format&amp;quot; property above is incorrect. Format would refer more the physical characteristics of an item, rather than its type or genre (e.g. &amp;quot;article&amp;quot;, &amp;quot;book&amp;quot;, etc.). I'd rather have the main class for the li be &amp;quot;article&amp;quot; in this context, than the fairly meaningless &amp;quot;citation.&amp;quot;  Of course, one could have both, which would be fine too. -- bruce&lt;br /&gt;
&lt;br /&gt;
Note: Could we use ROLE from hCard to identify editors, translators, authors, etc?&lt;br /&gt;
This was discussed on the mailing list and the idea was dropped [http://microformats.org/discuss/mail/microformats-discuss/2006-September/005694.html]&lt;br /&gt;
&lt;br /&gt;
'''Comments''' : [[User:Singpolyma|singpolyma]] 08:03, 16 Jun 2006 (PDT) : keywords should be [[rel-tag]], and probably also [[XOXO]] (the same way the citation list is)&lt;br /&gt;
&lt;br /&gt;
== Mike straw format suggestion ==&lt;br /&gt;
&lt;br /&gt;
In the interests of starting debate and having something concrete to fix, I suggest the following structure for a format. It is probably very incomplete and I claim no microformat expertise. I'm just trying to follow existing patterns. Comments and ridicule are both solicited. -Mike&lt;br /&gt;
&lt;br /&gt;
=== In General ===&lt;br /&gt;
&lt;br /&gt;
The ''citation'' format is based on a set of fields common to many bibliographic data formats, which are often implied by standard citation display styles but not explicitly marked up in practice on the web.&lt;br /&gt;
&lt;br /&gt;
=== Schema ===&lt;br /&gt;
&lt;br /&gt;
The citation schema consists of the following:&lt;br /&gt;
&lt;br /&gt;
* cite &lt;br /&gt;
** title: required, text (class = fn)&lt;br /&gt;
** subtitle: optional, text&lt;br /&gt;
** authors: optional, use hCard&lt;br /&gt;
** publication date: optional&lt;br /&gt;
** link(s) to instantiations, optional, url or use rel-enclosure? (class=url)&lt;br /&gt;
** UID, optional (for ISBN, DOI - use existing uid class) | permalink&lt;br /&gt;
** series (aka volume/issuenum) , optional (''not as sure how to handle these - suggestions?'')&lt;br /&gt;
** pages: startpage &amp;amp; endpage, optional, text&lt;br /&gt;
** venue, optional (hCard)&lt;br /&gt;
** publisher, optional (hCard)&lt;br /&gt;
** container: optional (nested hCite)&lt;br /&gt;
** abstract, optional (blockquote + class=&amp;quot;abstract&amp;quot; ?)&lt;br /&gt;
** notes, optional (blockquote + class=&amp;quot;notes&amp;quot; ?)&lt;br /&gt;
** keywords, optional (rel-tag)&lt;br /&gt;
** image, optional (for inclusion inline, unlike the url)&lt;br /&gt;
** copyright, optional (rel-license)&lt;br /&gt;
** ''what else am I missing?''&lt;br /&gt;
*** language, optional&lt;br /&gt;
&lt;br /&gt;
''Looks good, but I question the use of hCard for names. Due to ambiguity issues, requring hCard would lead to extra markup in order to apply just a name, hence [http://microformats.org/discuss/mail/microformats-discuss/2006-March/003487.html the need for a root element]. We should extract the N optimization of hCard like we did with adr, in order to ease this problem.'' --[[User:RCanine|Ryan Cannon]]&lt;br /&gt;
&lt;br /&gt;
Perhaps a Retrieved Date or Access Date would be appropriate for citing online resources. For example at http://www.crlt.umich.edu/publinks/facment_biblio.html &lt;br /&gt;
you see citations like this&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
Chief Academic Officers of the Big 12 Universities (2000). Big 12 Faculty Fellowship Program. Retrieved December 20, 2000 from the World Wide Web: http://www.k-state.edu/provost/academic/big12/big12guide.htm.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
--[[User:JoeAndrieu|Joe Andrieu]]&lt;br /&gt;
&lt;br /&gt;
=== Examples ===&lt;br /&gt;
&lt;br /&gt;
The following are translations into the ''citation'' format.&lt;br /&gt;
&lt;br /&gt;
Note: some of these are just placeholders right now. Please feel free to fill them in!&lt;br /&gt;
&lt;br /&gt;
==== Citing Private Communication ====&lt;br /&gt;
* published-date seems a weird fit, but it works...&lt;br /&gt;
private communication, Michael Jordan, May 2004&lt;br /&gt;
&lt;br /&gt;
Needs a formatted example.&lt;br /&gt;
&lt;br /&gt;
==== Citing Legal Cases ====&lt;br /&gt;
Needs an example. Here's some info I found about citing law:&lt;br /&gt;
&lt;br /&gt;
I'm not a lawyer, so I'm relying on the published [http://www.legalbluebook.com &amp;quot;blue book&amp;quot; standard], at least the only part of it I can get without paying $25. I'd be happy to hear improvements from experts in the field - how do lawyers mark up references to case law in HTML now?&lt;br /&gt;
&lt;br /&gt;
From groklaw.net and eff.org, I find mostly just links to PDFs with the name of the case as the link text. Or just this, from EFF:&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;h1&amp;gt;The Betamax Case&amp;lt;/h1&amp;gt;&lt;br /&gt;
&amp;lt;h2&amp;gt;Sony Corp. of America v. Universal City Studios, 464 U.S. 417 (1984)&amp;lt;/h2&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
From an example at the sample bluepages: http://www.legalbluebook.com/pdfs/bluepages.pdf&lt;br /&gt;
5 basic components:&lt;br /&gt;
*1 name of the case (citation title)&lt;br /&gt;
*2 published source in which case may be found (citation containing publication?)&lt;br /&gt;
*3 a parenthetical indicating the court and year of decision (citation venue?)&lt;br /&gt;
*4 other parenthetical information, if any (citation notes?)&lt;br /&gt;
*5 subsequent history of the case, if any (citation notes?)&lt;br /&gt;
&lt;br /&gt;
Here's two examples from the bluebook. Note that there are very strict rules about abbreviations in that source!&lt;br /&gt;
&lt;br /&gt;
Holland v. Donnelly, 216 F. Supp. 2d 227, 230 (S.D.N.Y. 2002), aff'd, 324 F.3d 99 (2d Cir. 2003).&lt;br /&gt;
&lt;br /&gt;
Green v. Georgia, 442 U.S. 95, 97 (1979) (per curiam) (holding that exclusion of relevant evidence at sentencing hearing constitutes denial of due process).&lt;br /&gt;
&lt;br /&gt;
==== Citing a Book ====&lt;br /&gt;
&lt;br /&gt;
needs an example&lt;br /&gt;
&lt;br /&gt;
==== Citing a journal article ====&lt;br /&gt;
&lt;br /&gt;
needs an example &lt;br /&gt;
&lt;br /&gt;
==== Citing a magazine article ====&lt;br /&gt;
&lt;br /&gt;
needs an example&lt;br /&gt;
&lt;br /&gt;
==== Citing a Patent ====&lt;br /&gt;
&lt;br /&gt;
Drawn from this [http://microformats.org/wiki/citation-examples#U.S._Patent example from Wikipedia]:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;li class=&amp;quot;hcite&amp;quot;&amp;gt;&amp;lt;a href=&amp;quot;http://patft.uspto.gov/netacgi/nph-Parser?patentnumber=4,405,829&amp;quot; class=&amp;quot;url&amp;quot; &lt;br /&gt;
    title=&amp;quot;http://patft.uspto.gov/netacgi/nph-Parser?patentnumber=4,405,829&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;format&amp;quot;&amp;gt;U.S. Patent&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;identifier&amp;quot;&amp;gt;4,405,829&amp;lt;/span&amp;gt;&amp;lt;/a&amp;gt;:&lt;br /&gt;
    &amp;lt;span class=&amp;quot;description&amp;quot;&amp;gt;The &amp;lt;a href=&amp;quot;/wiki/RSA&amp;quot; title=&amp;quot;RSA&amp;quot;&amp;gt;RSA&amp;lt;/a&amp;gt; patent, a famous software patent on the ground-breaking &lt;br /&gt;
    and highly unobvious algorithm for public key encryption, widely used for secure communications &lt;br /&gt;
    in many industries nowdays&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Citing a conference publication====&lt;br /&gt;
&lt;br /&gt;
Based on the [http://microformats.org/wiki/citation-examples#ACM_Digital_Library_Search_Result_Examples conference publication reference example].&lt;br /&gt;
&lt;br /&gt;
Changed Oct 06 to conform with [http://microformats.org/wiki/citation-brainstorming#Brian.27s_Straw_format Brian's format]. --[[User:Mike|Mike]] 18:09, 12 Oct 2006 (PDT)&lt;br /&gt;
(everything but the url class should be in line with that proposal)&lt;br /&gt;
&lt;br /&gt;
L. Hochstein, J. Carver, F. Shull, S. Asgari, V. Basili, J. K. Hollingsworth, and M. Zelkowitz, “Hpc programmer productivity: A case study of novice hpc programmers,” in Proceedings of ACM/IEEE Supercomputing Conference, 2005.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;cite class=&amp;quot;hcite&amp;quot;&amp;gt;&lt;br /&gt;
	&amp;lt;span class=&amp;quot;creator vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Lorin Hochstein&amp;lt;/span&amp;gt;&amp;lt;span class=&amp;quot;org&amp;quot;&amp;gt; University of Maryland, College Park &amp;lt;/span&amp;gt;&amp;lt;span&amp;gt;,&lt;br /&gt;
	&amp;lt;span class=&amp;quot;creator vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt; Jeff Carver &amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;org&amp;quot;&amp;gt; Mississippi State University &amp;lt;/span&amp;gt; &amp;lt;span&amp;gt;,&lt;br /&gt;
	&amp;lt;span class=&amp;quot;creator vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt; Forrest Shull &amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;org&amp;quot;&amp;gt; Fraunhofer Center Maryland &amp;lt;/span&amp;gt; &amp;lt;span&amp;gt;,&lt;br /&gt;
	&amp;lt;span class=&amp;quot;creator vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt; Sima Asgari&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;org&amp;quot;&amp;gt; University of Maryland, College Park &amp;lt;/span&amp;gt; &amp;lt;span&amp;gt;,&lt;br /&gt;
	&amp;lt;span class=&amp;quot;creator vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt; Victor Basili&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;org&amp;quot;&amp;gt; Fraunhofer Center Maryland &amp;lt;/span&amp;gt; &amp;lt;span&amp;gt;,&lt;br /&gt;
	&amp;lt;span class=&amp;quot;creator vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt; Jeffrey K. Hollingsworth&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;org&amp;quot;&amp;gt; University of Maryland, College Park &amp;lt;/span&amp;gt; &amp;lt;span&amp;gt;, and &lt;br /&gt;
	&amp;lt;span class=&amp;quot;creator vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt; Marv Zelkowitz&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;org&amp;quot;&amp;gt; University of Maryland, College Park &amp;lt;/span&amp;gt; &amp;lt;span&amp;gt;,&lt;br /&gt;
	&amp;lt;a class=&amp;quot;fn url&amp;quot; href=&amp;quot;http://dx.doi.org/10.1109/SC.2005.53&amp;quot;&amp;gt;HPC Programmer Productivity: A Case Study of Novice HPC Programmers&amp;lt;/a&amp;gt;. &lt;br /&gt;
        (&amp;lt;span class=&amp;quot;format&amp;quot;&amp;gt;conference publication&amp;lt;/span&amp;gt;)&lt;br /&gt;
	&amp;lt;cite class=&amp;quot;container hcite&amp;quot;&amp;gt;&lt;br /&gt;
	&amp;lt;a class=&amp;quot;fn url&amp;quot; href=&amp;quot;...&amp;quot;&amp;gt;Proceedings of ACM/IEEE Supercomputing Conference&amp;lt;/a&amp;gt;&lt;br /&gt;
	&amp;lt;abbr class=&amp;quot;dtpublished&amp;quot; title=&amp;quot;20051126T0000-0800&amp;quot;&amp;gt;2005&amp;lt;/abbr&amp;gt;&lt;br /&gt;
	&amp;lt;/cite&amp;gt;&lt;br /&gt;
	page &amp;lt;span class=&amp;quot;pages&amp;quot;&amp;gt;35&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;publisher vcard&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;span class=&amp;quot; fn&amp;quot;&amp;gt;IEEE Computer Society&lt;br /&gt;
   &amp;lt;/span&amp;gt;&lt;br /&gt;
    &amp;lt;div class=&amp;quot;adr&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;Washington&amp;lt;/span&amp;gt;,&lt;br /&gt;
      &amp;lt;span class=&amp;quot;region&amp;quot;&amp;gt;DC&amp;lt;/span&amp;gt;&lt;br /&gt;
    &amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;a class=&amp;quot;url instantiation&amp;quot; href=&amp;quot;http://portal.acm.org/ft_gateway.cfm?id=1105800&amp;amp;type=pdf&amp;amp;coll=portal&amp;amp;dl=ACM&amp;amp;CFID=68330711&amp;amp;CFTOKEN=39187329&amp;quot;&amp;gt;PDF of full text from ACM&amp;lt;/a&amp;gt;&lt;br /&gt;
&lt;br /&gt;
	DOI: &amp;lt;a class=&amp;quot;url uid&amp;quot; href=&amp;quot;http://dx.doi.org/10.1109/SC.2005.53&amp;quot;&amp;gt;10.1109/SC.2005.53&amp;lt;/a&amp;gt;&lt;br /&gt;
        Tags: &lt;br /&gt;
    &amp;lt;a class=&amp;quot;keyword&amp;quot; rel=&amp;quot;tag&amp;quot; href=&amp;quot;results.cfm?query=genterm%3A%22Design%22 ...&amp;quot;&amp;gt;&lt;br /&gt;
							Design&amp;lt;/a&amp;gt;,&lt;br /&gt;
     &amp;lt;a class=&amp;quot;keyword&amp;quot; rel=&amp;quot;tag&amp;quot; href=&amp;quot;results.cfm?query=genterm%3A%22Experimentation%22 ....&amp;quot;&amp;gt;&lt;br /&gt;
							 Experimentation&amp;lt;/a&amp;gt;,&lt;br /&gt;
     &amp;lt;a class=&amp;quot;keyword&amp;quot; rel=&amp;quot;tag&amp;quot; href=&amp;quot;results.cfm?query=genterm%3A%22Measurement%22...&amp;quot;&amp;gt;&lt;br /&gt;
							 Measurement&amp;lt;/a&amp;gt;,&lt;br /&gt;
     &amp;lt;a class=&amp;quot;keyword&amp;quot; rel=&amp;quot;tag&amp;quot; href=&amp;quot;results.cfm?query=genterm%3A%22Performance%22 ...&amp;quot;&amp;gt;&lt;br /&gt;
							 Performance&amp;lt;/a&amp;gt;&lt;br /&gt;
&lt;br /&gt;
	&amp;lt;blockquote class=&amp;quot;description&amp;quot;&amp;gt;In developing High-Performance Computing (HPC) software, time to solution is an important metric. This metric is comprised of two main components: the human effort required developing the software, plus the amount of machine time required to execute it. To date, little empirical work has been done to study the first component: the human effort required and the effects of approaches and practices that may be used to reduce it. In this paper, we describe a series of studies that address this problem. We instrumented the development process used in multiple HPC classroom environments. We analyzed data within and across such studies, varying factors such as the parallel programming model used and the application being developed, to understand their impact on the development process.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
  &amp;lt;/cite&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Note''' (From [[Discoleo]], Sept. 06)&lt;br /&gt;
* sometimes, the citation must include '''Town/Country''' and '''Precise Date/Date Range''', e.g.&lt;br /&gt;
** ''Gillespie SH, Dickens A.'' Variation in mutation rate of quinolone resistance in Streptococcus pneumoniae [abstract P06-17A]. In: Abstracts of the 3rd International Symposium on Pneumococci and Pneumococcal Disease (Anchorage, 5-9 May 2002).Washington, DC: American Society of Microbiology, 2002.&lt;br /&gt;
** ''Bassetti, M.; Righi, E.; Rebesco, B.; Molinari, MP.; Costa, A.; Fasce, R.; Cruciani, M.; Bassetti, D.; Bobbio Pallavicini, F.'' 44th Annual Interscience Conference on Antimicrobial Agents and Chemotherapy (ICAAC). Washington, DC; 2004. Epidemiological trends in nosocomial candidemia in ICU: A five-year Italian perspective.&lt;br /&gt;
** ''Peacock JE, Wade JC, Lazarus HM, et al.'' Ciprofloxacin/piperacillin vs. tobramycin/piperacillin as empiric therapy for fever in neutropenic cancer patients, a randomized, double-blind trial [abstract 373]. In: Program and abstracts of the 37th Interscience Conference on Antimicrob Agents and Chemotherapy (Toronto). Washington, DC: American Society for Microbiology, 1997.&lt;br /&gt;
&lt;br /&gt;
==== Citing an external website ====&lt;br /&gt;
&lt;br /&gt;
This is based on a formal citation of a website in the references section of a research paper, but could also be used for in-line links that had added information. Here's the original:&lt;br /&gt;
&lt;br /&gt;
[25] David Stern, &amp;quot;eprint Moderator Model&amp;quot;, http://www.library.yale.edu/scilib/modmodexplain.html  (version dated Jan 25, 1999)&lt;br /&gt;
 &lt;br /&gt;
 &amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;cite class=&amp;quot;citation&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;a class=&amp;quot;fn url&amp;quot; href=&amp;quot;http://www.library.yale.edu/scilib/modmodexplain.html&amp;quot;&amp;gt;eprint Moderator Model&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;author vcard&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;a href=&amp;quot;http://pantheon.yale.edu/~dstern/dsbio.html&amp;quot; class=&amp;quot;url fn&amp;quot;&amp;gt;David Stern&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;/span&amp;gt;  &lt;br /&gt;
&amp;lt;abbr class=&amp;quot;dtpublished&amp;quot; title=&amp;quot;19990125T0000-0500&amp;quot;&amp;gt;&lt;br /&gt;
    Jan 25, 1999&lt;br /&gt;
  &amp;lt;/abbr&amp;gt;&lt;br /&gt;
&amp;lt;/cite&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== discussions ==&lt;br /&gt;
&lt;br /&gt;
* [[citation-irc-notes-2006-04-09]]&lt;/div&gt;</summary>
		<author><name>Mike</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=citation-examples&amp;diff=9903</id>
		<title>citation-examples</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=citation-examples&amp;diff=9903"/>
		<updated>2006-10-13T00:55:40Z</updated>

		<summary type="html">&lt;p&gt;Mike: /* ACM Digital Library Search Result Examples */  added breakdown of ACM Conf. Proceedings example&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h1&amp;gt; Citation Examples &amp;lt;/h1&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The following examples are real world examples of citations found on the web. Please add to this list. The idea is that we get a solid sample of examples and see what commonalities there are amonst them and try to build this microformat so that it can meet 80% of typical uses.&lt;br /&gt;
&lt;br /&gt;
See also:&lt;br /&gt;
* [[citation]]&lt;br /&gt;
* [[citation-formats]]&lt;br /&gt;
* [[citation-brainstorming]]&lt;br /&gt;
* [[citation-faq]]&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
== Contributors ==&lt;br /&gt;
* ...&lt;br /&gt;
* [http://suda.co.uk/ Brian Suda]&lt;br /&gt;
* Tantek Çelik&lt;br /&gt;
* [http://michael-mccracken.net/wp/ Michael McCracken]&lt;br /&gt;
* Tim White&lt;br /&gt;
* [http://inkdroid.org Ed Summers]&lt;br /&gt;
&lt;br /&gt;
== Citation Mark Up in the Wild ==&lt;br /&gt;
Mark up examples from reference publisher's websites (online catalogs), including ABC-CLIO, Greenwood Press, Marshall Cavendish, Oxford University Press (USA) and Thomson Gale. Examples are broken down and organized by element. &lt;br /&gt;
&lt;br /&gt;
(For a cleaner version, see [http://www.tjameswhite.com/citation-examples.htm]) -- ''is this link now out of date?''--[[User:Mike|Mike]] 18:19, 30 Aug 2006 (PDT)&lt;br /&gt;
&lt;br /&gt;
=== ABC-CLIO Product detail page ===&lt;br /&gt;
[http://www.abc-clio.com/products/overview.aspx?productid=109327 example] &lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#ABC-CLIO_Product_detail_page.C2.A0.28http:.2F.2Fwww.abc-clio.com.2Fproducts.2Foverview.aspx.3Fproductid.3D109327.29 Original Markup]&lt;br /&gt;
&lt;br /&gt;
* title&lt;br /&gt;
* subtitle&lt;br /&gt;
* author&lt;br /&gt;
* image&lt;br /&gt;
* publication date&lt;br /&gt;
* pages&lt;br /&gt;
* volumes&lt;br /&gt;
* specifications (book dimentions 8.5x11, weight, etc)&lt;br /&gt;
* Format - (Hardback, softback)&lt;br /&gt;
* Price&lt;br /&gt;
* ISBN&lt;br /&gt;
&lt;br /&gt;
=== Greenwood Press featured book ===&lt;br /&gt;
[http://www.greenwood.com/ greenwood press home page]&lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#Greenwood_Press_home_page.C2.A0.28http:.2F.2Fwww.greenwood.com.2F.29_featured_book Original Markup]&lt;br /&gt;
* title&lt;br /&gt;
* subtitle&lt;br /&gt;
* author&lt;br /&gt;
* ISBN&lt;br /&gt;
* Price&lt;br /&gt;
* Description&lt;br /&gt;
&lt;br /&gt;
=== Greenwood Press product detail page ===&lt;br /&gt;
[http://www.greenwood.com/catalog/GR2847.aspx Product detail page]&lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#Greenwood_Press_Product_detail_page.C2.A0.28http:.2F.2Fwww.greenwood.com.2Fcatalog.2FGR2847.aspx.29 Original Markup]&lt;br /&gt;
&lt;br /&gt;
* Title&lt;br /&gt;
* subtitle&lt;br /&gt;
* authors&lt;br /&gt;
* AuthorsNote&lt;br /&gt;
* BookCode (internal code system)&lt;br /&gt;
* ISBN&lt;br /&gt;
* Page&lt;br /&gt;
* Publisher&lt;br /&gt;
* Publication Date&lt;br /&gt;
* Price&lt;br /&gt;
* Availability&lt;br /&gt;
* MediaType&lt;br /&gt;
* categories&lt;br /&gt;
* LC Card Number&lt;br /&gt;
* LCC Class&lt;br /&gt;
* Dewey Class&lt;br /&gt;
&lt;br /&gt;
=== Marshall Cavendish product page===&lt;br /&gt;
[http://www.marshallcavendish.com/marshallcavendish/academic/redirector.xml?url=/marshallcavendish/academic/catalogue/books/regionalism_n_regional_security/9812102108.xml product page] &lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#Marshall_Cavendish_product_page.C2.A0.28http:.2F.2Fwww.marshallcavendish.com.2Fmarshallcavendish.2Facademic.2Fredirector.xml.3Furl.3D.2Fmarshallcavendish.2Facademic.2Fcatalogue.2Fbooks.2Fregionalism_n_regional_security.2F9812102108.xml.29 Original Markup]&lt;br /&gt;
&lt;br /&gt;
* ISBN&lt;br /&gt;
* Series&lt;br /&gt;
* Title&lt;br /&gt;
* publisher&lt;br /&gt;
* Specifications (dimentions/weight)&lt;br /&gt;
* Authors&lt;br /&gt;
* Target Audience&lt;br /&gt;
* Price&lt;br /&gt;
* description&lt;br /&gt;
&lt;br /&gt;
=== Oxford University Press (USA) home page ===&lt;br /&gt;
[http://www.us.oup.com/us/?view=usa homepage]&lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#Oxford_University_Press_.28USA.29_homepage.C2.A0.28http:.2F.2Fwww.us.oup.com.2Fus.2F.3Fview.3Dusa.29 Original Markup]&lt;br /&gt;
&lt;br /&gt;
* title&lt;br /&gt;
* subTitle&lt;br /&gt;
* edition&lt;br /&gt;
* byline&lt;br /&gt;
* ISBN&lt;br /&gt;
* format - hardback&lt;br /&gt;
* publication Date&lt;br /&gt;
* price&lt;br /&gt;
* description&lt;br /&gt;
* related&lt;br /&gt;
&lt;br /&gt;
=== Oxford University Press (USA) product detail page ===&lt;br /&gt;
 [http://www.us.oup.com/us/catalog/general/subject/HistoryAmerican/ColonialRevolutionary/?view=usa&amp;amp;amp;ci=0195162471#Product_Details Product page]&lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#Oxford_University_Press_.28USA.29_Product_page.C2.A0.28http:.2F.2Fwww.us.oup.com.2Fus.2Fcatalog.2Fgeneral.2Fsubject.2FHistoryAmerican.2FColonialRevolutionary.2F.3Fview.3Dusa.26ci.3D0195162471.23Product_Details.29 Original Markup]&lt;br /&gt;
&lt;br /&gt;
* title&lt;br /&gt;
* subTitle&lt;br /&gt;
* edition&lt;br /&gt;
* byline&lt;br /&gt;
* image&lt;br /&gt;
* isbnNumber&lt;br /&gt;
* format - hardback&lt;br /&gt;
* pages&lt;br /&gt;
* publication Date&lt;br /&gt;
* availability&lt;br /&gt;
* price&lt;br /&gt;
&lt;br /&gt;
=== Thomson Gale product detail page ===&lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#Thomson_Gale_product_detail_page Original Markup]&lt;br /&gt;
&lt;br /&gt;
* title&lt;br /&gt;
* excerp&lt;br /&gt;
* Volume&lt;br /&gt;
* Publisher&lt;br /&gt;
* description&lt;br /&gt;
* Published date&lt;br /&gt;
* ISBN&lt;br /&gt;
* Product number (internal code system)&lt;br /&gt;
* Pages&lt;br /&gt;
* Shipping Weight&lt;br /&gt;
* price&lt;br /&gt;
&lt;br /&gt;
=== RFC vCard Example ===&lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#RFC_vCard_Example Original Markup]&lt;br /&gt;
&lt;br /&gt;
* refID (HTML @ID)&lt;br /&gt;
* title&lt;br /&gt;
* publication&lt;br /&gt;
* title&lt;br /&gt;
* Journal&lt;br /&gt;
* Volume&lt;br /&gt;
* Issue&lt;br /&gt;
* page&lt;br /&gt;
* pubdate&lt;br /&gt;
* RFC ID&lt;br /&gt;
&lt;br /&gt;
=== W3C XHTML Spec Example ===&lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#W3C_XHTML_Spec_Example Original Markup]&lt;br /&gt;
&lt;br /&gt;
* refID (HTML @ID)&lt;br /&gt;
* URL&lt;br /&gt;
* title&lt;br /&gt;
* subtitle&lt;br /&gt;
* part (1 of X)&lt;br /&gt;
* journal&lt;br /&gt;
* authors&lt;br /&gt;
* pubdate&lt;br /&gt;
* language&lt;br /&gt;
* ISO/IEC ID&lt;br /&gt;
* RFC ID&lt;br /&gt;
&lt;br /&gt;
[http://www.w3.org/TR/xhtml1/#refs XHTML1.0 Spec references]&lt;br /&gt;
&lt;br /&gt;
=== CiteProc XHTML Output ===&lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#CiteProc_XHTML_Output Original Markup]&lt;br /&gt;
&lt;br /&gt;
The XHTML output for CiteProc[http://xbiblio.sourceforge.net/citeproc/] wasn't designed per se as a microformat, but is probably not a bad place to start. It is desgined to handle a wide range of content. Here is the APA output:&lt;br /&gt;
&lt;br /&gt;
* refID (HTML @ID)&lt;br /&gt;
* creator&lt;br /&gt;
* role (to indicate editors and translators)&lt;br /&gt;
* date&lt;br /&gt;
* title&lt;br /&gt;
* volume&lt;br /&gt;
* issue&lt;br /&gt;
* page&lt;br /&gt;
* issue&lt;br /&gt;
* container (a book serves as container for a chapter)&lt;br /&gt;
* type (book, newspaper, proceedings)&lt;br /&gt;
* edition&lt;br /&gt;
* publisher&lt;br /&gt;
* place&lt;br /&gt;
* location (for urls and physical locations)&lt;br /&gt;
* access date (for online items)&lt;br /&gt;
&lt;br /&gt;
=== ACM Digital Library Search Result Examples ===&lt;br /&gt;
&lt;br /&gt;
The [http://www.acm.org/dl/ ACM Digital Library] is a heavily used computer science literature database.&lt;br /&gt;
The [http://microformats.org/wiki/citation-examples-markup#ACM_Digital_Library_Search_Result_Examples Original Markup] contained two examples, a journal article and a conference proceedings article.&lt;br /&gt;
&lt;br /&gt;
''Journal article:''&lt;br /&gt;
&lt;br /&gt;
* title&lt;br /&gt;
* authors&lt;br /&gt;
* Pages&lt;br /&gt;
* format (PDF)&lt;br /&gt;
* Additional Information&lt;br /&gt;
* abstract&lt;br /&gt;
* index terms&lt;br /&gt;
* journal&lt;br /&gt;
* issue&lt;br /&gt;
* volume&lt;br /&gt;
* pubdate&lt;br /&gt;
* DOI&lt;br /&gt;
&lt;br /&gt;
''Conference Proceedings:''&lt;br /&gt;
&lt;br /&gt;
* title &lt;br /&gt;
* authors&lt;br /&gt;
* author institutions&lt;br /&gt;
* source (conference + proceedings name)&lt;br /&gt;
* page&lt;br /&gt;
* year&lt;br /&gt;
* isbn&lt;br /&gt;
* publisher name &amp;amp; address&lt;br /&gt;
* DOI&lt;br /&gt;
* abstract&lt;br /&gt;
* subject category labels&lt;br /&gt;
* keywords&lt;br /&gt;
&lt;br /&gt;
=== IEEE IEEExplore Search Results Markup ===&lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#IEEE_IEEExplore_Search_Results_Markup Original Markup]&lt;br /&gt;
&lt;br /&gt;
* title&lt;br /&gt;
* authors&lt;br /&gt;
* journal&lt;br /&gt;
* issue&lt;br /&gt;
* volume&lt;br /&gt;
* issue&lt;br /&gt;
* pubdate&lt;br /&gt;
* page&lt;br /&gt;
* Digital Object Identifier (DOI)&lt;br /&gt;
* summary&lt;br /&gt;
&lt;br /&gt;
=== CiteSeer database search results ===&lt;br /&gt;
&lt;br /&gt;
The [http://citeseer.ist.psu.edu CiteSeer] database has been another heavily used Computer Science online resource, and it has minimal markup:&lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#CiteSeer_database_search_results Original Markup]&lt;br /&gt;
&lt;br /&gt;
* author &lt;br /&gt;
* title&lt;br /&gt;
* journal&lt;br /&gt;
* pages &lt;br /&gt;
* publication date&lt;br /&gt;
* URL&lt;br /&gt;
&lt;br /&gt;
=== CiteULike.org citation listing ===&lt;br /&gt;
&lt;br /&gt;
[http://www.citeulike.org/ CiteULike]&lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#CiteULike.org_citation_listing Original Markup]&lt;br /&gt;
&lt;br /&gt;
* title&lt;br /&gt;
* author&lt;br /&gt;
* subjects&lt;br /&gt;
* image&lt;br /&gt;
* Volume&lt;br /&gt;
* Number&lt;br /&gt;
* publication date &lt;br /&gt;
* page&lt;br /&gt;
&lt;br /&gt;
Links to services with the following IDs embedded in the link&lt;br /&gt;
* Z3988&lt;br /&gt;
* DOI&lt;br /&gt;
* Pubmed&lt;br /&gt;
* Hubmed&lt;br /&gt;
&lt;br /&gt;
=== Amazon.com citation info ===&lt;br /&gt;
&lt;br /&gt;
This is from a detail page on Amazon.com for a book.&lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#Amazon.com_citation_info Original Markup]&lt;br /&gt;
&lt;br /&gt;
* title&lt;br /&gt;
* author&lt;br /&gt;
* series title&lt;br /&gt;
* page&lt;br /&gt;
&lt;br /&gt;
=== PubMed Medical Journal Example ===&lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#PubMed_Medical_Journal_Example Original Markup]&lt;br /&gt;
&lt;br /&gt;
* abstract&lt;br /&gt;
* title&lt;br /&gt;
* publisher&lt;br /&gt;
* journal&lt;br /&gt;
* date/time published &lt;br /&gt;
* Review (BOOLEAN YES/NO)&lt;br /&gt;
* PubMedID&lt;br /&gt;
&lt;br /&gt;
=== BibDesk Default Template ===&lt;br /&gt;
[[citation-examples-markup#BibDesk_default_HTML_export_example|Original Markup]]&lt;br /&gt;
&lt;br /&gt;
This is a pretty simplistic template for a very general app, but it seems to be OK for most BD users. &lt;br /&gt;
&lt;br /&gt;
* Title&lt;br /&gt;
* Author&lt;br /&gt;
* Journal&lt;br /&gt;
* Volume&lt;br /&gt;
* Pages&lt;br /&gt;
* Date&lt;br /&gt;
* Url&lt;br /&gt;
* Abstract&lt;br /&gt;
&lt;br /&gt;
=== Wikipedia ===&lt;br /&gt;
[http://wikpedia.org Wikipedia] makes extensive use of bibliographic citations, in particular to point readers to further information sources. There are differing formats depending on Wikipedia's language:&lt;br /&gt;
&lt;br /&gt;
==== English Wikipdia ====&lt;br /&gt;
The kinds of citations used on the site run the full gamut. Here are breakdowns of four categories previously mentioned:&lt;br /&gt;
&lt;br /&gt;
===== Book =====&lt;br /&gt;
[http://en.wikipedia.org/wiki/Richard_feynman#_note-8 Example]&lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#Wikipedia_Book Example Markup]&lt;br /&gt;
&lt;br /&gt;
* title&lt;br /&gt;
* author&lt;br /&gt;
* publisher&lt;br /&gt;
* year&lt;br /&gt;
* ISBN&lt;br /&gt;
* url (indirectly via special wikipedia ISBN page)&lt;br /&gt;
&lt;br /&gt;
===== Journal Articles =====&lt;br /&gt;
[http://en.wikipedia.org/wiki/DNA#Citations Example]&lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#Wikipedia_Journal_Article Example Markup]&lt;br /&gt;
&lt;br /&gt;
* author (truncated list)&lt;br /&gt;
* year&lt;br /&gt;
* title&lt;br /&gt;
* journal title&lt;br /&gt;
* journal number&lt;br /&gt;
* page range&lt;br /&gt;
* [http://doi.org DOI]&lt;br /&gt;
 &lt;br /&gt;
===== Court cases =====&lt;br /&gt;
[http://en.wikipedia.org/wiki/List_of_leading_legal_cases_in_copyright_law Example]&lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#Wikipedia_Court_Case Example Markup]&lt;br /&gt;
&lt;br /&gt;
* title&lt;br /&gt;
* case number &lt;br /&gt;
** ''note that legal standards for referring to cases include some inscrutable abbreviations that are probably more detailed than just &amp;quot;case number&amp;quot;''&lt;br /&gt;
* court name&lt;br /&gt;
* year&lt;br /&gt;
* description/abstract&lt;br /&gt;
&lt;br /&gt;
===== U.S. Law =====&lt;br /&gt;
[http://en.wikipedia.org/wiki/Foreign_Intelligence_Surveillance_Act#endnote_FISA Example]&lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#Wikipedia_US_Law Example Markup]&lt;br /&gt;
&lt;br /&gt;
* title (title number, for example &amp;quot;50&amp;quot; in &amp;quot;50 U.S.C. chapter 36.&amp;quot;&lt;br /&gt;
* chapter title (name, for example &amp;quot;Foreign Intelligence Surveillance&amp;quot; )&lt;br /&gt;
* chapter number&lt;br /&gt;
* section, paragraph, subparagraph numbers (optionally)&lt;br /&gt;
&lt;br /&gt;
===== Conference presentations ===== &lt;br /&gt;
[http://en.wikipedia.org/wiki/Paul_R._Pillar#Conference_presentation_by_Pillar Example]&lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#Wikipedia_Conference_Presentation Example Markup]&lt;br /&gt;
&lt;br /&gt;
* title&lt;br /&gt;
* location&lt;br /&gt;
* date&lt;br /&gt;
* author (implied - the page is about this person)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===== Historical Sources =====&lt;br /&gt;
[http://en.wikipedia.org/wiki/American_Civil_War#Primary_sources Example]&lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#Wikipedia_Primary_Historical_Source Example Markup]&lt;br /&gt;
&lt;br /&gt;
* source / location&lt;br /&gt;
* title&lt;br /&gt;
* publisher&lt;br /&gt;
* year&lt;br /&gt;
* description&lt;br /&gt;
* url&lt;br /&gt;
&lt;br /&gt;
===== U.S. Patent =====&lt;br /&gt;
[http://en.wikipedia.org/wiki/List_of_software_patents Example]&lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#Wikipedia_U.S._Patent Example Markup]&lt;br /&gt;
&lt;br /&gt;
* number&lt;br /&gt;
&lt;br /&gt;
==== German Wikipedia ====&lt;br /&gt;
* [http://de.wikipedia.org/wiki/Wikipedia:Literatur citing styles]&lt;br /&gt;
&lt;br /&gt;
=== EPrints.org ===&lt;br /&gt;
&lt;br /&gt;
[http://eprints.ecs.soton.ac.uk/12070/ example]&lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#EPrints.org_generated_output example markup]&lt;br /&gt;
&lt;br /&gt;
Based on [http://dublincore.org/documents/dcq-html/ Expressing Dublin Core in HTML/XHTML meta and link elements] and [http://www.ietf.org/rfc/rfc2731.txt rfc2731], Eprints.org uses the following Dublin Core terms in meta tags in the HTML HEAD of each paper's page: &lt;br /&gt;
&lt;br /&gt;
* title&lt;br /&gt;
* creator (author)&lt;br /&gt;
* description (abstract)&lt;br /&gt;
* date&lt;br /&gt;
* type&lt;br /&gt;
* identifier (a url)&lt;br /&gt;
* format &lt;br /&gt;
** a strange syntax for the meta content:&amp;quot;pdf http://eprints.ecs.soton.ac.uk/12070/01/Alani-final.pdf&amp;quot;&amp;quot; for the format term...&lt;br /&gt;
* fulltext &lt;br /&gt;
** this is in a rel-alternate link element. The class is 'fulltext', and the href is the same link as in format, only a valid URL this time.&lt;br /&gt;
&lt;br /&gt;
In the body of the page, they use the following classes, now no longer DC terms:&lt;br /&gt;
*  title&lt;br /&gt;
* authors (a flat list with abbreviated names)&lt;br /&gt;
* year&lt;br /&gt;
* conference&lt;br /&gt;
* conference location&lt;br /&gt;
&lt;br /&gt;
=== Self-Citation Example ===&lt;br /&gt;
[http://cbio.mskcc.org/~hoffmann/lifecycles/olv/index.html One example] of an article that includes a statement &amp;quot;please cite as&amp;quot; (a self-description):&lt;br /&gt;
 &lt;br /&gt;
* title&lt;br /&gt;
* author&lt;br /&gt;
* periodical (journal) title&lt;br /&gt;
* volume&lt;br /&gt;
* issue&lt;br /&gt;
* pages&lt;br /&gt;
* year&lt;br /&gt;
&lt;br /&gt;
=== Citation of an Online Resource ===&lt;br /&gt;
At University of Michigan's [http://www.crlt.umich.edu/publinks/facment_biblio.html  Center for Research on Learning and Teaching] you see citations like this:&lt;br /&gt;
&lt;br /&gt;
Chief Academic Officers of the Big 12 Universities (2000). Big 12 Faculty Fellowship Program. Retrieved December 20, 2000 from the World Wide Wed: http://www.k-state.edu/provost/academic/big12/big12guide.htm.&lt;br /&gt;
&lt;br /&gt;
* title&lt;br /&gt;
* publication year&lt;br /&gt;
* department/author&lt;br /&gt;
* retrieval date&lt;br /&gt;
* URL&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== OCLC WorldCat Online ===&lt;br /&gt;
&lt;br /&gt;
==== Book ====&lt;br /&gt;
[http://www.worldcat.org/oclc/41238513 example] [http://microformats.org/wiki/citation-examples-markup#Book example-makrup]&lt;br /&gt;
&lt;br /&gt;
* title &lt;br /&gt;
* type (book)&lt;br /&gt;
* publisher name&lt;br /&gt;
* publisher location&lt;br /&gt;
* copyright date&lt;br /&gt;
* isbn&lt;br /&gt;
* oclc number &lt;br /&gt;
* subjects&lt;br /&gt;
* author&lt;br /&gt;
* z39.88 (COinS)&lt;br /&gt;
&lt;br /&gt;
==== Journal ====&lt;br /&gt;
[http://www.worldcat.org/oclc/4538259 example]&lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#Journal example-makrup]&lt;br /&gt;
&lt;br /&gt;
* title &lt;br /&gt;
* type (journal)&lt;br /&gt;
* publisher &lt;br /&gt;
* issn &lt;br /&gt;
* oclc number &lt;br /&gt;
* subjects&lt;br /&gt;
* z39.88 (COinS)&lt;br /&gt;
&lt;br /&gt;
== Implied schema ==&lt;br /&gt;
&lt;br /&gt;
=== List of all properties ===&lt;br /&gt;
This are a summation of all the properties in the examples, I have tried to logically group them together.&lt;br /&gt;
&lt;br /&gt;
* title&lt;br /&gt;
* subtitle&lt;br /&gt;
* author&lt;br /&gt;
* editor&lt;br /&gt;
* translator&lt;br /&gt;
* image&lt;br /&gt;
* date (issued, copyrighted, accessed)&lt;br /&gt;
* language&lt;br /&gt;
* description/Summary/abstract&lt;br /&gt;
* excerpt&lt;br /&gt;
* index terms&lt;br /&gt;
* categories (keywords, tags, labels, etc.)&lt;br /&gt;
&lt;br /&gt;
RELATIONS&lt;br /&gt;
* container (publication; periodicals, books, etc.)&lt;br /&gt;
* collection (series and so forth)&lt;br /&gt;
* event (conference, etc.)&lt;br /&gt;
* original (for republished material)&lt;br /&gt;
&lt;br /&gt;
LOCATION INFORMATION&lt;br /&gt;
* pages&lt;br /&gt;
* volume&lt;br /&gt;
* series title&lt;br /&gt;
* Series&lt;br /&gt;
* edition&lt;br /&gt;
* issue&lt;br /&gt;
* publication&lt;br /&gt;
* journal&lt;br /&gt;
* part (1 of X)&lt;br /&gt;
&lt;br /&gt;
PHYSICAL ATTRIBUTES&lt;br /&gt;
* Specifications (dimentions/weight)&lt;br /&gt;
* Format/type (book, newspaper, proceedings)&lt;br /&gt;
&lt;br /&gt;
IDENTIFIERS&lt;br /&gt;
* ISBN&lt;br /&gt;
* LC Card Number&lt;br /&gt;
* LCC Class&lt;br /&gt;
* Dewey Class&lt;br /&gt;
* URL&lt;br /&gt;
* RFC ID&lt;br /&gt;
* ISO/IEC ID&lt;br /&gt;
* DOI&lt;br /&gt;
* PubMedID&lt;br /&gt;
&lt;br /&gt;
PUBLISHER&lt;br /&gt;
* publisher&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
These are sort of left overs, the are not really about citations, but more about commerce or other things. If they are important we can move them to the above list.&lt;br /&gt;
* refID (HTML @ID)&lt;br /&gt;
* Reviewed (BOOLEAN YES/NO)&lt;br /&gt;
* Availability&lt;br /&gt;
* Price&lt;br /&gt;
* Shipping Weight&lt;br /&gt;
* related&lt;br /&gt;
* Product number (internal system code)&lt;br /&gt;
* BookCode (internal system code)&lt;br /&gt;
* AuthorsNote&lt;br /&gt;
* Additional Information&lt;br /&gt;
* Target Audience&lt;br /&gt;
&lt;br /&gt;
=== Analysis of Examples ===&lt;br /&gt;
With exception of just a few properties, all of the above appeared in atleast two different examples. The following properties were very common in most the example formats:&lt;br /&gt;
* title&lt;br /&gt;
* subtitle&lt;br /&gt;
* author&lt;br /&gt;
* publication date&lt;br /&gt;
* description&lt;br /&gt;
* pages&lt;br /&gt;
* ISBN&lt;br /&gt;
* publisher&lt;br /&gt;
&lt;br /&gt;
== Styles ==&lt;br /&gt;
This does NOT define a format, but instead shows how the format should be displayed. This is something out of the direct scope of this project. CSS styles will handle the look-and-feel of the text, and the author can put it in any order they choose. These links are mentioned for two reasons, one is informative, the other is so we know at least meet the minimum properties that are used in the styles.&lt;br /&gt;
&lt;br /&gt;
* [http://www.liu.edu/cwis/cwp/library/workshop/citmla.htm MLA Style]&lt;br /&gt;
* [http://www.bu.edu/library/guides/citation.html Chicago, MLA, and APA styles]&lt;br /&gt;
* [http://www.english.uiuc.edu/cws/wworkshop/writer_resources/citation_styles/citation_styles.htm Writer's Workshop citation style page] (detailed citation style info)&lt;br /&gt;
* [http://www.legalbluebook.com/ Blue Book] for legal citations&lt;br /&gt;
* [http://www.columbia.edu/cu/cup/cgos/idx_basic.html Columbia University Citation Style] developed for modern internet citations&lt;/div&gt;</summary>
		<author><name>Mike</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=citation-examples-markup&amp;diff=9902</id>
		<title>citation-examples-markup</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=citation-examples-markup&amp;diff=9902"/>
		<updated>2006-10-13T00:48:53Z</updated>

		<summary type="html">&lt;p&gt;Mike: cleanup for titles, as in over on citation-examples.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h1&amp;gt; Citation Examples Markup&amp;lt;/h1&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The following examples are real world examples of citations found on the web. &lt;br /&gt;
Please add to this list. The idea is that we get a solid sample of examples and see what commonalities there are amonst them and try to build this microformat so that it can meet 80% of typical uses.&lt;br /&gt;
&lt;br /&gt;
'''NOTE''': this page is for holding the reference markup from [[citation-examples]]. To add to these pages, paste the markup here then do the analysis over on [[citation-examples]].&lt;br /&gt;
&lt;br /&gt;
See also:&lt;br /&gt;
* [[citation-examples]]&lt;br /&gt;
* [[citation]]&lt;br /&gt;
* [[citation-formats]]&lt;br /&gt;
* [[citation-brainstorming]]&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
== Contributors ==&lt;br /&gt;
* ...&lt;br /&gt;
* ...&lt;br /&gt;
* Tantek Çelik&lt;br /&gt;
* [http://michael-mccracken.net/wp/ Michael McCracken]&lt;br /&gt;
* [http://inkdroid.org Ed Summers]&lt;br /&gt;
* Tim White&lt;br /&gt;
&lt;br /&gt;
== Citation Mark Up in the Wild ==&lt;br /&gt;
Mark up examples from reference publisher's websites (online catalogs), including ABC-CLIO, Greenwood Press, Marshall Cavendish, Oxford University Press (USA) and Thomson Gale. Examples are broken down and organized by element. &lt;br /&gt;
&lt;br /&gt;
(For a cleaner version, see [http://www.tjameswhite.com/citation-examples.htm])&lt;br /&gt;
&lt;br /&gt;
=== Greenwood Press home page featured book ===&lt;br /&gt;
from [http://www.greenwood.com/ home page] &lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
  &amp;lt;div class=&amp;quot;title&amp;quot;&amp;gt; &amp;lt;a href=&amp;quot;/books/BookDetail.asp?sku=GR2847&amp;quot;&amp;gt;The Greenwood Encyclopedia of World Folklore&lt;br /&gt;
     and Folklife&amp;lt;/a&amp;gt; &amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;div class=&amp;quot;img_box&amp;quot;&amp;gt; &amp;lt;a href=&amp;quot;/books/BookDetail.asp?sku=GR2847&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;img src=&amp;quot;/_net.templates/showImage.aspx?imgName=0313328471.jpg&amp;amp;s=140&amp;quot; alt=&amp;quot;The Greenwood Encyclopedia&lt;br /&gt;
    of World Folklore and Folklife&amp;quot; border=&amp;quot;0&amp;quot; /&amp;gt;&amp;lt;/a&amp;gt; &amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;div class=&amp;quot;sub_title&amp;quot;&amp;gt;Four Volumes&amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;div class=&amp;quot;author&amp;quot;&amp;gt;William M. Clements&amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;div class=&amp;quot;isbn&amp;quot;&amp;gt;0-313-32847-1&amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;div class=&amp;quot;price&amp;quot;&amp;gt;$449.95 &amp;lt;span class=&amp;quot;pipe&amp;quot;&amp;gt;|&amp;lt;/span&amp;gt; &amp;amp;pound;255.00&amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;!--&amp;lt;div class=&amp;quot;clearing&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;--&amp;gt;&lt;br /&gt;
  &amp;lt;div class=&amp;quot;bookDescription&amp;quot;&amp;gt; China . . . Malta . . . Madagascar . . . Wales . . . and Texas: these are &lt;br /&gt;
    among the many exotic, distant lands that capture our minds and imaginations. In an era of increasing &lt;br /&gt;
    globalization, students, general readers, and business professionals need to know about... &lt;br /&gt;
    &amp;lt;a href=&amp;quot;/books/BookDetail.asp?sku=GR2847&amp;quot;&amp;gt;Read&amp;amp;nbsp;more&amp;lt;/a&amp;gt; &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Greenwood Press Product detail page ===&lt;br /&gt;
[http://www.greenwood.com/catalog/GR2847.aspx Product detail page] ===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
  &amp;lt;div id=&amp;quot;pnlContent&amp;quot; class=&amp;quot;pnlContent&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;div id=&amp;quot;pnlFlyerBox&amp;quot; class=&amp;quot;flyerBox&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;a id=&amp;quot;hlFlyer&amp;quot; class=&amp;quot;flyerLink&amp;quot; href=&amp;quot;/books/printFlyer.aspx?sku=GR2847&amp;quot; target=&amp;quot;_blank&amp;quot;&amp;gt;Print &lt;br /&gt;
        book flyer&amp;lt;/a&amp;gt; &amp;lt;br /&amp;gt;&lt;br /&gt;
      &amp;lt;a id=&amp;quot;hlFlyerInternational&amp;quot; class=&amp;quot;international_flyer&amp;quot; &lt;br /&gt;
      href=&amp;quot;/books/printFlyer.aspx?sku=GR2847&amp;amp;amp;location=international&amp;quot; ...&amp;gt;(International version)&amp;lt;/a&amp;gt; &lt;br /&gt;
    &amp;lt;/div&amp;gt;&lt;br /&gt;
    &amp;lt;span id=&amp;quot;lblTitle&amp;quot; class=&amp;quot;book_headline block&amp;quot;&amp;gt;The Greenwood Encyclopedia of World Folklore and Folklife&amp;lt;/span&amp;gt;&lt;br /&gt;
    &amp;lt;span id=&amp;quot;lblSubTitle&amp;quot; class=&amp;quot;book_subline&amp;quot;&amp;gt;Four Volumes&amp;lt;/span&amp;gt;&lt;br /&gt;
    &amp;lt;div id=&amp;quot;pnlBookDetails&amp;quot; class=&amp;quot;detailsBox&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;div id=&amp;quot;pnlImgBox&amp;quot; class=&amp;quot;imgBox&amp;quot;&amp;gt; &lt;br /&gt;
        &amp;lt;img src=&amp;quot;/_net.templates/showImage.aspx?imgName=0313328471.jpg&amp;amp;amp;s=135&amp;quot; alt=&amp;quot;&amp;quot; border=&amp;quot;0&amp;quot; /&amp;gt; &lt;br /&gt;
      &amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;a id=&amp;quot;hlAddToCart&amp;quot; title=&amp;quot;Add this item to your shopping cart&amp;quot; href=&amp;quot;/shopping_cart/?sku=GR2847&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;img title=&amp;quot;Add this item to your shopping cart&amp;quot; &lt;br /&gt;
          src=&amp;quot;/_net.templates/roundedButton.aspx?ButtonText=Add to Cart&amp;quot; alt=&amp;quot;&amp;quot; border=&amp;quot;0&amp;quot; /&amp;gt;&lt;br /&gt;
      &amp;lt;/a&amp;gt; &lt;br /&gt;
      &amp;lt;a id=&amp;quot;hlAddToWishList&amp;quot; title=&amp;quot;Save this item to your wish list&amp;quot; href=&amp;quot;/wish_list/?sku=GR2847&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;img title=&amp;quot;Save this item to your wish list&amp;quot; &lt;br /&gt;
          src=&amp;quot;/_net.templates/roundedButton.aspx?ButtonText=Add to Wish List&amp;quot;.../&amp;gt;&lt;br /&gt;
      &amp;lt;/a&amp;gt;&lt;br /&gt;
      &amp;lt;a id=&amp;quot;hlSharePage&amp;quot; title=&amp;quot;Email this page to a friend&amp;quot; href=&amp;quot;/books/sendform.asp?sku=GR2847&amp;quot;...&amp;gt;&lt;br /&gt;
        &amp;lt;img title=&amp;quot;Email this page to a friend&amp;quot; src=&amp;quot;/_net.templates/roundedButton.aspx?ButtonText=Email&amp;quot;.../&amp;gt;&lt;br /&gt;
      &amp;lt;/a&amp;gt; &lt;br /&gt;
      &amp;lt;a id=&amp;quot;hlPrintPage&amp;quot; title=&amp;quot;Version of this page optimized for printing&amp;quot; href=&amp;quot;/catalog/GR2847.aspx?print=1&amp;quot; ...&amp;gt;&lt;br /&gt;
        &amp;lt;img title=&amp;quot;Version of this page optimized for printing&amp;quot; src=&amp;quot;/_net.templates/roundedButton.aspx?ButtonText=Print&amp;quot;.../&amp;gt;&lt;br /&gt;
      &amp;lt;/a&amp;gt;&lt;br /&gt;
      &amp;lt;a id=&amp;quot;hlWorldCat&amp;quot; href=&amp;quot;http://worldcatlibraries.org/wcpa/isbn/0313328471&amp;quot;...&amp;gt;&lt;br /&gt;
        &amp;lt;img src=&amp;quot;/images/world_catalog.gif&amp;quot;.../&amp;gt;&lt;br /&gt;
      &amp;lt;/a&amp;gt;&lt;br /&gt;
      &amp;lt;div class=&amp;quot;authors&amp;quot;&amp;gt;&amp;lt;span&amp;gt;&amp;lt;a href=&amp;quot;/catalog/author/C/229.aspx&amp;quot;&amp;gt;William M. Clements&amp;lt;/a&amp;gt; (ed.)&amp;lt;/span&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;span id=&amp;quot;lblAuthorsNote&amp;quot; class=&amp;quot;block&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
      &amp;lt;div&amp;gt;&amp;lt;span class=&amp;quot;book_options&amp;quot;&amp;gt;Book Code:&amp;lt;/span&amp;gt; &amp;lt;span id=&amp;quot;lblBookCode&amp;quot;&amp;gt;GR2847&amp;lt;/span&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;div id=&amp;quot;pnlIsbn&amp;quot;&amp;gt; &amp;lt;span class=&amp;quot;book_options&amp;quot;&amp;gt;ISBN:&amp;lt;/span&amp;gt; &amp;lt;span id=&amp;quot;lblIsbn&amp;quot;&amp;gt;0-313-32847-1&amp;lt;/span&amp;gt; &amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;div id=&amp;quot;pnlPageColation&amp;quot;&amp;gt; 1972 pages, maps; photos &amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;span id=&amp;quot;lblImprint&amp;quot; class=&amp;quot;block&amp;quot;&amp;gt;Greenwood Press&amp;lt;/span&amp;gt;&lt;br /&gt;
      &amp;lt;div id=&amp;quot;pnlPubDate&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;span class=&amp;quot;book_options&amp;quot;&amp;gt;Publication Date:&amp;lt;/span&amp;gt; &amp;lt;span id=&amp;quot;lblPubDate&amp;quot;&amp;gt;12/30/2005&amp;lt;/span&amp;gt;&lt;br /&gt;
      &amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;div id=&amp;quot;pnlListPrice&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;span class=&amp;quot;book_options&amp;quot;&amp;gt;List Price:&amp;lt;/span&amp;gt; &lt;br /&gt;
        &amp;lt;span id=&amp;quot;lblListPrice&amp;quot;&amp;gt;$449.95&amp;lt;/span&amp;gt; &lt;br /&gt;
        (&amp;lt;a href=&amp;quot;/contactus/order_info.asp?SectionID=about&amp;amp;amp;Location=order_info#UKEME&amp;quot; &lt;br /&gt;
          title=&amp;quot;Click for international ordering information&amp;quot;&amp;gt;UK Sterling Price: &amp;amp;pound;255.00&amp;lt;/a&amp;gt;) &lt;br /&gt;
      &amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;div id=&amp;quot;pnlAvailability&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;span class=&amp;quot;book_options&amp;quot;&amp;gt;Availability:&amp;lt;/span&amp;gt; &amp;lt;span id=&amp;quot;lblAvailability&amp;quot;&amp;gt;In Stock&amp;lt;/span&amp;gt;&lt;br /&gt;
      &amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;div id=&amp;quot;pnlMediaType&amp;quot;&amp;gt; &amp;lt;span class=&amp;quot;book_options&amp;quot;&amp;gt;Media Type:&amp;lt;/span&amp;gt; &amp;lt;span id=&amp;quot;lblMediaType&amp;quot;&amp;gt;Hardcover&amp;lt;/span&amp;gt; &amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;div class=&amp;quot;clearing&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
    &amp;lt;/div&amp;gt;&lt;br /&gt;
    &amp;lt;div id=&amp;quot;pnlBookInformation&amp;quot;&amp;gt; &amp;lt;span class=&amp;quot;book_options&amp;quot;&amp;gt;Subjects:&amp;lt;/span&amp;gt;&lt;br /&gt;
      &amp;lt;ul class=&amp;quot;toc&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; &lt;br /&gt;
          &amp;lt;a id=&amp;quot;rpCategories__ctl1_hlCategory&amp;quot; href=&amp;quot;/catalog/subject/Anthropology.aspx&amp;quot;&amp;gt;Anthropology&amp;lt;/a&amp;gt; » &lt;br /&gt;
          &amp;lt;a id=&amp;quot;rpCategories__ctl1_hlSubCategory&amp;quot; href=&amp;quot;/catalog/subject/Anthropology/Folklore.aspx&amp;quot;&amp;gt;Folklore&amp;lt;/a&amp;gt; &lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;&lt;br /&gt;
          &amp;lt;a id=&amp;quot;rpCategories__ctl2_hlCategory&amp;quot; href=&amp;quot;/catalog/subject/Anthropology.aspx&amp;quot;&amp;gt;Anthropology&amp;lt;/a&amp;gt; » &lt;br /&gt;
          &amp;lt;a id=&amp;quot;rpCategories__ctl2_hlSubCategory&amp;quot; href=&amp;quot;/catalog/subject/Anthropology/Anthropology%2b(General).aspx&amp;quot;&amp;gt;&lt;br /&gt;
            Anthropology (General)&lt;br /&gt;
          &amp;lt;/a&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;&lt;br /&gt;
          &amp;lt;a id=&amp;quot;rpCategories__ctl3_hlCategory&amp;quot; href=&amp;quot;/catalog/subject/Anthropology.aspx&amp;quot;&amp;gt;Anthropology&amp;lt;/a&amp;gt; » &lt;br /&gt;
          &amp;lt;a id=&amp;quot;rpCategories__ctl3_hlSubCategory&amp;quot; href=&amp;quot;/catalog/subject/Anthropology/Cultural%2bAnthropology.aspx&amp;quot;&amp;gt;Cultural Anthropology&amp;lt;/a&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; &amp;lt;a id=&amp;quot;rpCategories__ctl4_hlCategory&amp;quot; href=&amp;quot;/catalog/subject/History.aspx&amp;quot;&amp;gt;History&amp;lt;/a&amp;gt; » &lt;br /&gt;
          &amp;lt;a id=&amp;quot;rpCategories__ctl4_hlSubCategory&amp;quot; href=&amp;quot;/catalog/subject/History/World%2bHistory%2b(General).aspx&amp;quot;&amp;gt;&lt;br /&gt;
            World History (General)&amp;lt;/a&amp;gt; &amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;/ul&amp;gt;&lt;br /&gt;
      &amp;lt;div id=&amp;quot;pnlDescription&amp;quot;&amp;gt; &lt;br /&gt;
        &amp;lt;span class=&amp;quot;book_options&amp;quot;&amp;gt;Description:&amp;lt;/span&amp;gt; &lt;br /&gt;
        &amp;lt;span id=&amp;quot;lblDescription1&amp;quot; class=&amp;quot;description block&amp;quot;&amp;gt;&lt;br /&gt;
          China . . . Malta . . . Madagascar . . . Wales . . . and Texas: these are among the many exotic, &lt;br /&gt;
          distant lands that capture our minds and imaginations. In an era of increasing globalization, &lt;br /&gt;
          students, general readers, and business professionals need to know about the world and its varied &lt;br /&gt;
          ways. So too, a knowledge of world cultures is fundamental to an understanding of America's ethnically &lt;br /&gt;
          rich society. Folklore isn't just about the long ago and far away. It's about the here and now, and &lt;br /&gt;
          there's no better way to learn about cultural diversity than to study the folklore and folkways of &lt;br /&gt;
          different ethnic groups. &amp;lt;br /&amp;gt;&lt;br /&gt;
          More than just Cinderella and other fairy tales, folklore encompasses the whole realm of traditional &lt;br /&gt;
          beliefs and activities that define a culture. The most comprehensive work of its kind, this massive &lt;br /&gt;
          encyclopedia engagingly and authoritatively surveys folklife and traditions from around the world. Through its&lt;br /&gt;
          vast scope and lengthy entries, it transcends other references on particular national or regional &lt;br /&gt;
          folklores and is the most ambitious undertaking of its type. Organized in four volumes, the encyclopedia &lt;br /&gt;
          provides convenient access to information about folklore generally and to the traditions of particular&lt;br /&gt;
          regions:&amp;lt;br /&amp;gt;&lt;br /&gt;
          Volume 1: Topics and Themes, Africa, Australia and Oceania&amp;lt;br /&amp;gt;&lt;br /&gt;
          Volume 2: Southeast Asia and India, Central and East Asia, Middle East&amp;lt;br /&amp;gt;&lt;br /&gt;
          Volume 3: Europe&amp;lt;br /&amp;gt;&lt;br /&gt;
          Volume 4: North and South America&amp;lt;/span&amp;gt; &amp;lt;span id=&amp;quot;lblDescription2&amp;quot; class=&amp;quot;description block&amp;quot;&amp;gt;Along &lt;br /&gt;
            with the expertise of the contributors, of Volume Editor William M. Clements, and of Advisory Editor &lt;br /&gt;
            Thomas A. Green, the encyclopedia draws upon a distinguished board of internationally recognized scholars,&lt;br /&gt;
             including:&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Roger D. Abrahams&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Cristina Bacchilega&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Gillian Bennett&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Mary Ellen Brown&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; James R. Dow&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Alessandro Falassi&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Barbro Klein&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Peter Knecht&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Natalie Kononenko&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Frances M. Malpezzi&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Margaret Mills&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; M. D. Muthukumaraswamy&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Gerald Pocius&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; And John S. Ryan.&amp;lt;br /&amp;gt;&lt;br /&gt;
          &amp;lt;br /&amp;gt;&lt;br /&gt;
          &amp;lt;b&amp;gt;Features:&amp;lt;/b&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Brings together the knowledge of more than 200 specialists from around the world.&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Provides 39 extended entries on topics central to world folklore.&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Details the folklore and folkways of roughly 170 cultural groups.&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Entries discuss the background, beliefs, oral and theatrical traditions, arts and crafts, and contemporary concerns &lt;br /&gt;
          of each cultural group.&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Each entry cites numerous works for further reading.&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; A generous selection of maps and illustrations makes world folklore come to life.&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; A list of entries and a cumulative subject index, repeated in each volume, offer convenient access to the vast body of &lt;br /&gt;
          information contained in the encyclopedia.&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; A selected, general bibliography directs students and general readers to the most important broad studies of world &lt;br /&gt;
          folklore.&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; A glossary defines key terms, theories, and concepts.&amp;lt;br /&amp;gt;&lt;br /&gt;
          &amp;lt;br /&amp;gt;&lt;br /&gt;
          &amp;lt;b&amp;gt;Benefits:&amp;lt;/b&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Helps students learn about cultures, customs, and daily life around the world.&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Fosters respect and appreciation for the many ethnic traditions behind contemporary American culture.&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Provides valuable background information for the study of world religions, holidays, and festivals.&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Offers a valuable context for understanding world history, politics, literature, and the arts.&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Invites students to compare and contrast the values and experiences of different cultures.&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Fosters critical reading skills and serves as a model for student research.&amp;lt;br /&amp;gt;&lt;br /&gt;
          &amp;lt;br /&amp;gt;&lt;br /&gt;
          &amp;lt;b&amp;gt;Volume 1: Topics and Themes, Africa, Australia and Oceania&amp;lt;/b&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
          Certain themes and topics are central to world foklore. The thematic essays in this volume discuss such matters as:&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Antiquarianism&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Cultural Evolution&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Ethnopoetics&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Gender&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Invented Tradition&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Nativism&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Primitivism&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Public Folklore&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Race&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Trickster&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; And many more.&amp;lt;br /&amp;gt;&lt;br /&gt;
          &amp;lt;br /&amp;gt;&lt;br /&gt;
          &amp;lt;b&amp;gt;Volume 2: Southeast Asia and India, Central and East Asia, Middle East&amp;lt;/b&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
          Included in this volume are entries on such cultural groups and regions as:&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Bali&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; China&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Duna&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Iban&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Kazakh&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Mongol&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Orissa&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Palestine&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Tonga&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Uyghur&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; And many others.&amp;lt;br /&amp;gt;&lt;br /&gt;
          &amp;lt;br /&amp;gt;&lt;br /&gt;
          &amp;lt;b&amp;gt;Volume 3: Europe&amp;lt;/b&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
          Included in this volume are entries on the folklore of such cultural regions and groups as:&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Ashkenazim&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Basque&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Brittany&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Flanders&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Germany&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Isle of Man&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Roma&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Russia&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Sami&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Ukraine&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; And many more.&amp;lt;br /&amp;gt;&lt;br /&gt;
          &amp;lt;br /&amp;gt;&lt;br /&gt;
          &amp;lt;b&amp;gt;Volume 4: North and South America&amp;lt;/b&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
          The entries in this volume explore the folk traditions of such regions and groups as:&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Appalachia&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Choctaw&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Haiti&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Island Carib&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Maya&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Quechua&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Seminole&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Western Inuit and Yupik&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Xavante&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Yanomami&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; And many more.&amp;lt;br /&amp;gt;&lt;br /&gt;
          &amp;lt;br /&amp;gt;&lt;br /&gt;
          Because folklore is the essence of daily life, this encyclopedia addresses the curriculum needs of high school students and is &lt;br /&gt;
          also an indispensable resource for teachers. In addition, anyone researching folklore in a public library will find this the first&lt;br /&gt;
           place to look for detailed information about cultural traditions around the world.&amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;/span&amp;gt; &amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;div id=&amp;quot;pnlLCCardNumber&amp;quot; class=&amp;quot;description&amp;quot;&amp;gt; &amp;lt;span class=&amp;quot;book_options&amp;quot;&amp;gt;LC Card Number:&amp;lt;/span&amp;gt; &amp;lt;span id=&amp;quot;lblLCCardNumber&amp;quot;&amp;gt;2005019219&amp;lt;/span&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;div id=&amp;quot;pnlLCCClass&amp;quot; class=&amp;quot;description&amp;quot;&amp;gt; &amp;lt;span class=&amp;quot;book_options&amp;quot;&amp;gt;LCC Class:&amp;lt;/span&amp;gt; &amp;lt;span id=&amp;quot;lblLCCClass&amp;quot;&amp;gt;GR35 &amp;lt;/span&amp;gt; &amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;div id=&amp;quot;pnlDeweyClass&amp;quot; class=&amp;quot;description&amp;quot;&amp;gt; &amp;lt;span class=&amp;quot;book_options&amp;quot;&amp;gt;Dewey Class:&amp;lt;/span&amp;gt; &amp;lt;span id=&amp;quot;lblDeweyClass&amp;quot;&amp;gt;398&amp;lt;/span&amp;gt; &amp;lt;/div&amp;gt;&lt;br /&gt;
    &amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Marshall Cavendish product page ===&lt;br /&gt;
[http://www.marshallcavendish.com/marshallcavendish/academic/redirector.xml?url=/marshallcavendish/academic/catalogue/books/regionalism_n_regional_security/9812102108.xml original]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
  &amp;lt;table cellpadding=&amp;quot;2&amp;quot; width=&amp;quot;100%&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;tr valign=&amp;quot;top&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;td&amp;gt;&amp;lt;font id=&amp;quot;title_catalogue_font&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Regionalism &amp;amp;amp; Regional Security&amp;lt;/b&amp;gt;&amp;lt;/font&amp;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;
  &amp;lt;font id=&amp;quot;text&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;div style=&amp;quot;&amp;quot; align=&amp;quot;&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;table cellpadding=&amp;quot;2&amp;quot; width=&amp;quot;100%&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;tr valign=&amp;quot;top&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;td width=&amp;quot;35%&amp;quot;&amp;gt;&amp;lt;font id=&amp;quot;title_catalogue_title_font&amp;quot;&amp;gt;ISBN Number&amp;lt;/font&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td width=&amp;quot;65%&amp;quot;&amp;gt;&amp;lt;font id=&amp;quot;text&amp;quot;&amp;gt;9812102108&amp;lt;/font&amp;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;
    &amp;lt;table cellpadding=&amp;quot;2&amp;quot; width=&amp;quot;100%&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;tr valign=&amp;quot;top&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;td width=&amp;quot;35%&amp;quot;&amp;gt;&amp;lt;font id=&amp;quot;title_catalogue_title_font&amp;quot;&amp;gt;Series&amp;lt;/font&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td width=&amp;quot;65%&amp;quot;&amp;gt;&amp;lt;font id=&amp;quot;text&amp;quot;&amp;gt;null&amp;lt;/font&amp;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;
    &amp;lt;table cellpadding=&amp;quot;2&amp;quot; width=&amp;quot;100%&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;tr valign=&amp;quot;top&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;td width=&amp;quot;35%&amp;quot;&amp;gt;&amp;lt;font id=&amp;quot;title_catalogue_title_font&amp;quot;&amp;gt;Title&amp;lt;/font&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td width=&amp;quot;65%&amp;quot;&amp;gt;&amp;lt;font id=&amp;quot;text&amp;quot;&amp;gt;The New Terrorism: Anatomy, Trends and Counter-strategies&amp;lt;/font&amp;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;
    &amp;lt;table cellpadding=&amp;quot;2&amp;quot; width=&amp;quot;100%&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;tr valign=&amp;quot;top&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;td width=&amp;quot;35%&amp;quot;&amp;gt;&amp;lt;font id=&amp;quot;title_catalogue_title_font&amp;quot;&amp;gt;Imprint&amp;lt;/font&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td width=&amp;quot;65%&amp;quot;&amp;gt;&amp;lt;font id=&amp;quot;text&amp;quot;&amp;gt;Eastern Universities Press&amp;lt;/font&amp;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;
    &amp;lt;table cellpadding=&amp;quot;2&amp;quot; width=&amp;quot;100%&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;tr valign=&amp;quot;top&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;td width=&amp;quot;35%&amp;quot;&amp;gt;&amp;lt;font id=&amp;quot;title_catalogue_title_font&amp;quot;&amp;gt;Specifications&amp;lt;/font&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td width=&amp;quot;65%&amp;quot;&amp;gt;&amp;lt;font id=&amp;quot;text&amp;quot;&amp;gt;152 mm X 227 mm, 368 pp, limp with flaps, 500 gms&amp;lt;/font&amp;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;
    &amp;lt;table cellpadding=&amp;quot;2&amp;quot; width=&amp;quot;100%&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;tr valign=&amp;quot;top&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;td width=&amp;quot;35%&amp;quot;&amp;gt;&amp;lt;font id=&amp;quot;title_catalogue_title_font&amp;quot;&amp;gt;Authors&amp;lt;/font&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td width=&amp;quot;65%&amp;quot;&amp;gt;&amp;lt;font id=&amp;quot;text&amp;quot;&amp;gt;Andrew Tan &amp;amp;amp; Kumar Ramakrishna (eds)&amp;lt;/font&amp;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;
    &amp;lt;table cellpadding=&amp;quot;2&amp;quot; width=&amp;quot;100%&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;tr valign=&amp;quot;top&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;td width=&amp;quot;35%&amp;quot;&amp;gt;&amp;lt;font id=&amp;quot;title_catalogue_title_font&amp;quot;&amp;gt;Target Audience&amp;lt;/font&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td width=&amp;quot;65%&amp;quot;&amp;gt;&amp;lt;font id=&amp;quot;text&amp;quot;&amp;gt;University lecturers/researchers, undergraduate students, academicians and those interested in Regional Security Studies.&amp;lt;/font&amp;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;
    &amp;lt;table cellpadding=&amp;quot;2&amp;quot; width=&amp;quot;100%&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;tr valign=&amp;quot;top&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;td width=&amp;quot;35%&amp;quot;&amp;gt;&amp;lt;font id=&amp;quot;title_catalogue_title_font&amp;quot;&amp;gt;Price (SG)&amp;lt;/font&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td width=&amp;quot;65%&amp;quot;&amp;gt;&amp;lt;font id=&amp;quot;text&amp;quot;&amp;gt;S$ 39.00&amp;lt;/font&amp;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;
    &amp;lt;table cellpadding=&amp;quot;2&amp;quot; width=&amp;quot;100%&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;tr valign=&amp;quot;top&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;td width=&amp;quot;35%&amp;quot;&amp;gt;&amp;lt;font id=&amp;quot;title_catalogue_title_font&amp;quot;&amp;gt;Price (US)&amp;lt;/font&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td width=&amp;quot;65%&amp;quot;&amp;gt;&amp;lt;font id=&amp;quot;text&amp;quot;&amp;gt;US$ 30.00&amp;lt;/font&amp;gt; &amp;amp;nbsp; &amp;lt;a href=&amp;quot;javascript: addToCart()&amp;quot;&amp;gt;&amp;lt;img src=&amp;quot;/marshallcavendish/components/db_content/MC_AC_redirector/pic/addCart.gif&amp;quot; border=&amp;quot;0&amp;quot;/&amp;gt;&amp;lt;/a&amp;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;
    &amp;lt;br/&amp;gt;&lt;br /&gt;
    &amp;lt;br/&amp;gt;&lt;br /&gt;
    The terrorist attacks of September 11, 2001 on the World Trade Centre in New York and the Pentagon in Washington represented a true watershed in world history.&amp;lt;br/&amp;gt;&lt;br /&gt;
    &amp;lt;br/&amp;gt;&lt;br /&gt;
    The attacks revealed the horrifying nature of the so-called &amp;quot;new terrorism&amp;quot; that has emerged in the post-Cold War era. The new terrorism is defined by four key features:&amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;/font&amp;gt;&lt;br /&gt;
  &amp;lt;ul&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;&lt;br /&gt;
      &amp;lt;p align=&amp;quot;justify&amp;quot;&amp;gt;&amp;lt;font id=&amp;quot;text&amp;quot;&amp;gt;sheer lethality&amp;lt;/font&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
    &amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;&lt;br /&gt;
      &amp;lt;p align=&amp;quot;justify&amp;quot;&amp;gt;&amp;lt;font id=&amp;quot;text&amp;quot;&amp;gt;religious dimension&amp;lt;/font&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
    &amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;&lt;br /&gt;
      &amp;lt;p align=&amp;quot;justify&amp;quot;&amp;gt;&amp;lt;font id=&amp;quot;text&amp;quot;&amp;gt;networked organizational structure&amp;lt;/font&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
    &amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;&lt;br /&gt;
      &amp;lt;p align=&amp;quot;justify&amp;quot;&amp;gt;&amp;lt;font id=&amp;quot;text&amp;quot;&amp;gt;greatly enhanced striking power &amp;amp;nbsp; &amp;lt;/font&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
    &amp;lt;/li&amp;gt;&lt;br /&gt;
  &amp;lt;/ul&amp;gt;&lt;br /&gt;
  &amp;lt;font id=&amp;quot;text&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;div style=&amp;quot;&amp;quot; align=&amp;quot;&amp;quot;&amp;gt;As September 11 clearly demonstrated, the new terrorists can leverage on technology to inflict catastrophic damage even on superpowers, let alone other states.&amp;lt;br/&amp;gt;&lt;br /&gt;
    &amp;lt;br/&amp;gt;&lt;br /&gt;
    To examine the new dimensions of terrorism, a conference was organized in Singapore in late March 2002 that brought together a number of leading experts from a wide range of backgrounds from America, Europe and Asia, and the key findings are presented in this volume under the following headings:&amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;/font&amp;gt;&lt;br /&gt;
  &amp;lt;ul&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;&lt;br /&gt;
      &amp;lt;p align=&amp;quot;justify&amp;quot;&amp;gt;&amp;lt;font id=&amp;quot;text&amp;quot;&amp;gt;Anatomy of the new terrorism&amp;lt;/font&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
    &amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;&lt;br /&gt;
      &amp;lt;p align=&amp;quot;justify&amp;quot;&amp;gt;&amp;lt;font id=&amp;quot;text&amp;quot;&amp;gt;Terrorist trends and patterns in the Asia-Pacific region&amp;lt;/font&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
    &amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;&lt;br /&gt;
      &amp;lt;p align=&amp;quot;justify&amp;quot;&amp;gt;&amp;lt;font id=&amp;quot;text&amp;quot;&amp;gt;Religion and terrorism: Southeast Asian perspectives&amp;lt;/font&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
    &amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;&lt;br /&gt;
      &amp;lt;p align=&amp;quot;justify&amp;quot;&amp;gt;&amp;lt;font id=&amp;quot;text&amp;quot;&amp;gt;Formulating counter-strategies &amp;amp;nbsp; &amp;lt;/font&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
    &amp;lt;/li&amp;gt;&lt;br /&gt;
  &amp;lt;/ul&amp;gt;&lt;br /&gt;
  &amp;lt;font id=&amp;quot;text&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;div style=&amp;quot;&amp;quot; align=&amp;quot;&amp;quot;&amp;gt; &amp;lt;span style=&amp;quot;font-weight: bold;&amp;quot;&amp;gt; &amp;lt;b&amp;gt; About the Author: &amp;lt;/b&amp;gt; &amp;lt;/span&amp;gt; &amp;lt;br/&amp;gt;&lt;br /&gt;
    Both Andrew Tan and Kumar Ramakrishna are Assistant Professors at the Institute of Defence and Strategic Studies, Nanyang Technological University, Singapore.&amp;lt;br/&amp;gt;&lt;br /&gt;
    Andrew Tan received his M.Phil from Cambridge and PhD from the University of Sydney. His research interests are conflict (inter-state tensions, insurgencies, terrorism and force modernization) in Southeast Asia, and security issues in Asia.&amp;lt;br/&amp;gt;&lt;br /&gt;
    Kumar Ramakrishna obtained his PhD in History from the University of London in 1999. He teaches and writes on the history of strategic thought as well as the war on terror.&amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;/font&amp;gt;&lt;br /&gt;
  &amp;lt;td width=&amp;quot;18.666662&amp;quot; style=&amp;quot;valign: top; background-color: white ; &amp;quot; rowspan=&amp;quot;1&amp;quot; colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
  &amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;tr valign=&amp;quot;top&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;td width=&amp;quot;570.666524&amp;quot; style=&amp;quot;valign: top; background-color: white ; &amp;quot; rowspan=&amp;quot;1&amp;quot; colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
    &amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td width=&amp;quot;18.666662&amp;quot; style=&amp;quot;valign: top; background-color: white ; &amp;quot; rowspan=&amp;quot;1&amp;quot; colspan=&amp;quot;1&amp;quot;&amp;gt;&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;/div&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Oxford University Press (USA) homepage ===&lt;br /&gt;
[http://www.us.oup.com/us/?view=usa original] &lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
  &amp;lt;div class=&amp;quot;isbnSummaryDetails&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;h2&amp;gt; &amp;lt;a href=&amp;quot;/us/catalog/general/subject/HistoryAmerican/ColonialRevolutionary/?view=usa&amp;amp;amp;ci=0195162471&amp;quot;&amp;gt;The Glorious Cause&amp;lt;/a&amp;gt; &amp;lt;/h2&amp;gt;&lt;br /&gt;
    &amp;lt;div class=&amp;quot;subTitle&amp;quot;&amp;gt; The American Revolution, 1763-1789 &amp;lt;/div&amp;gt;&lt;br /&gt;
    &amp;lt;div class=&amp;quot;edition&amp;quot;&amp;gt; Revised and Expanded Edition &amp;lt;/div&amp;gt;&lt;br /&gt;
    &amp;lt;div class=&amp;quot;byline&amp;quot;&amp;gt; Robert Middlekauff &amp;lt;/div&amp;gt;&lt;br /&gt;
    &amp;lt;span class=&amp;quot;isbnNumber&amp;quot;&amp;gt;0195162471&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;format&amp;quot;&amp;gt;hardback&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;publicationDate&amp;quot;&amp;gt; Feb 2005 &amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;price&amp;quot;&amp;gt; $37.50 &amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;description&amp;quot;&amp;gt; The classic history of the American Revolution--now in an updated and expanded twentieth anniversary edition &amp;lt;/span&amp;gt;&lt;br /&gt;
    &amp;lt;div class=&amp;quot;related&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;h3&amp;gt;More &amp;lt;/h3&amp;gt;&lt;br /&gt;
      &amp;lt;!-- /HistoryAmerican/ColonialRevolutionary --&amp;gt;&lt;br /&gt;
      &amp;lt;a href=&amp;quot;/us/catalog/general/subject/HistoryAmerican/?view=usa&amp;amp;amp;sf=all&amp;quot;&amp;gt;History, American&amp;lt;/a&amp;gt; &amp;amp;gt; &amp;lt;a href=&amp;quot;/us/catalog/general/subject/HistoryAmerican/ColonialRevolutionary/?view=usa&amp;amp;amp;sf=all&amp;quot;&amp;gt;Colonial &amp;amp; Revolutionary&amp;lt;/a&amp;gt; &amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;!--/isbnSummaryDetails--&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Oxford University Press (USA) Product page ===&lt;br /&gt;
 [http://www.us.oup.com/us/catalog/general/subject/HistoryAmerican/ColonialRevolutionary/?view=usa&amp;amp;amp;ci=0195162471#Product_Details original]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
  &amp;lt;div class=&amp;quot;isbnProperties isbnSummary&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;div class=&amp;quot;isbnSummaryHeading&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;h1&amp;gt;The Glorious Cause&amp;lt;/h1&amp;gt;&lt;br /&gt;
      &amp;lt;div class=&amp;quot;subTitle&amp;quot;&amp;gt; The American Revolution, 1763-1789 &amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;div class=&amp;quot;edition&amp;quot;&amp;gt; Revised and Expanded Edition &amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;div class=&amp;quot;byline&amp;quot;&amp;gt; Robert Middlekauff &amp;lt;/div&amp;gt;&lt;br /&gt;
    &amp;lt;/div&amp;gt;&lt;br /&gt;
    &amp;lt;!--/isbnSummaryHeading--&amp;gt;&lt;br /&gt;
    &amp;lt;div class=&amp;quot;cover&amp;quot;&amp;gt; &amp;lt;span class=&amp;quot;bookShot&amp;quot;&amp;gt;&amp;lt;a href=&amp;quot;#&amp;quot;&amp;gt;&amp;lt;img src=&amp;quot;/images/covers/0195162471.jpg&amp;quot;&lt;br /&gt;
                     ... alt=&amp;quot;bookshot&amp;quot; /&amp;gt; &amp;lt;/a&amp;gt;&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;addToCart&amp;quot;&amp;gt;&amp;lt;a href=&amp;quot;http://www.us.oup.com/us/cart/cart.jsp?op=a&amp;amp;amp;i=0195162471&amp;amp;amp;c=85&amp;amp;amp;q=1&amp;amp;amp;r=http%3A%2F%2Fwww.us.oup.com%2Fus%2Fcatalog%2Fgeneral%2Fsubject%2FHistoryAmerican%2FColonialRevolutionary%2F%3Fview%3Dusa%26ci%3D0195162471&amp;quot;&amp;gt;Add to Cart&amp;lt;/a&amp;gt;&amp;lt;/span&amp;gt; &amp;lt;/div&amp;gt;&lt;br /&gt;
    &amp;lt;!--/cover--&amp;gt;&lt;br /&gt;
    &amp;lt;div class=&amp;quot;isbnSummaryDetails&amp;quot;&amp;gt; &amp;lt;span class=&amp;quot;isbnNumber&amp;quot;&amp;gt;0195162471&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;format&amp;quot;&amp;gt;hardback&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;pages&amp;quot;&amp;gt; 760 pages &amp;lt;/span&amp;gt;&lt;br /&gt;
      &amp;lt;div id=&amp;quot;generalinfo&amp;quot;&amp;gt; &amp;lt;span class=&amp;quot;publicationDate&amp;quot;&amp;gt;Feb 2005,&amp;amp;nbsp;&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;availability&amp;quot;&amp;gt; In Stock &amp;lt;/span&amp;gt; &amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;div class=&amp;quot;cost&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;h2&amp;gt;Price:&amp;lt;/h2&amp;gt;&lt;br /&gt;
        $37.50 &amp;lt;span class=&amp;quot;discountCode&amp;quot;&amp;gt;(02)&amp;lt;/span&amp;gt; &amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;div class=&amp;quot;shipping&amp;quot;&amp;gt; &amp;lt;a href=&amp;quot;/us/assets/shippingInfo.jsp?si=1.5&amp;amp;amp;so=3.75&amp;amp;amp;sc=0&amp;amp;amp;isi=5&amp;amp;amp;iso=5&amp;amp;amp;isc=0&amp;quot; target=&amp;quot;_blank&amp;quot; onclick=&amp;quot;window.open(this.href, this.target, 'height=445,width=445,scrollbars');&lt;br /&gt;
					  return false;&amp;quot;&amp;gt;Shipping Details&amp;lt;/a&amp;gt; &amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;div class=&amp;quot;moreSeries redArrow&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;h3&amp;gt;See more from the series&amp;lt;/h3&amp;gt;&lt;br /&gt;
        &amp;lt;ul&amp;gt;&lt;br /&gt;
          &amp;lt;li&amp;gt;&amp;lt;a href=&amp;quot;/us/catalog/general/series/OxfordHistoryoftheUnitedStates/?view=usa&amp;quot;&amp;gt;Oxford History of the United States, Vol. 3&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;/ul&amp;gt;&lt;br /&gt;
      &amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;!--moreSeries--&amp;gt;&lt;br /&gt;
    &amp;lt;/div&amp;gt;&lt;br /&gt;
    &amp;lt;!--/isbnSummaryDetails--&amp;gt;&lt;br /&gt;
  &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Thomson Gale product detail page ===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;div id =&amp;quot; title_main&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h2&amp;gt;Contemporary Literary Criticism&amp;lt;/h2&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div id =&amp;quot; credits&amp;quot;&amp;gt;&lt;br /&gt;
	&amp;lt;ul&amp;gt;&lt;br /&gt;
		&amp;lt;li&amp;gt;&amp;lt;h2&amp;gt;Excerpts from Criticism of the Works of Today's Novelists, Poets, Playwrights, Short Story Writers, Scriptwriters, &amp;amp; Other Creative Writers&amp;lt;/h2&amp;gt;&lt;br /&gt;
		Volume 1&amp;lt;/li&amp;gt;&lt;br /&gt;
		&lt;br /&gt;
		&amp;lt;li&amp;gt;&amp;lt;i&amp;gt;Published by Thomson Gale&amp;lt;/i&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
	&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div id =&amp;quot; description&amp;quot;&amp;gt;&lt;br /&gt;
	&amp;lt;p&amp;gt;Each print volume in this long-standing series profiles approximately 6-8 novelists, poets, playwrights and other creative writers by providing full-text or excerpted criticism taken from books, magazines, literary reviews, newspapers and scholarly journals. Among those profiled in this volume are:&amp;lt;/p&amp;gt;&lt;br /&gt;
	&amp;lt;ul&amp;gt;&lt;br /&gt;
		&amp;lt;li&amp;gt;Kingsley Amis&lt;br /&gt;
		&amp;lt;li&amp;gt;John Dos Passos&lt;br /&gt;
		&amp;lt;li&amp;gt;Hermann Hesse&lt;br /&gt;
		&amp;lt;li&amp;gt;Ezra Pound&lt;br /&gt;
	&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;!-- Description --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div id =&amp;quot; detail&amp;quot;&amp;gt;&lt;br /&gt;
	&amp;lt;ul&amp;gt;&lt;br /&gt;
		&amp;lt;li&amp;gt;Published/Released:&amp;lt;strong&amp;gt; March 1973&amp;lt;/strong&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
		&amp;lt;li&amp;gt;ISBN: &amp;lt;strong&amp;gt;0-8103-0100-8&amp;lt;/strong&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
		&amp;lt;li&amp;gt;Product number: &amp;lt;strong&amp;gt;001415&amp;lt;/strong&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
		&amp;lt;li&amp;gt;Page count: &amp;lt;strong&amp;gt;485 pp./vol.&amp;lt;/strong&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
		&amp;lt;li&amp;gt;Shipping Weight: &amp;lt;strong&amp;gt;5.00 lbs (2.27 kgs)&amp;lt;/strong&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
	&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;  &amp;lt;!-- /detail--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div id =&amp;quot; price&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;P&amp;gt;Price: US $205.00&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Breakdown of Citation Elements ==&lt;br /&gt;
&lt;br /&gt;
Using the above examples, various parts of the citations (titles, authors, etc.) can be grouped together for comparision:&lt;br /&gt;
&lt;br /&gt;
=== Book titles: ===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;amp;lt;span id=&amp;quot;title&amp;quot; class=&amp;quot;producttitle&amp;quot;&amp;amp;gt;The 1920's&amp;amp;lt;/span&amp;amp;gt;&lt;br /&gt;
(ABC-CLIO product detail page)&lt;br /&gt;
&lt;br /&gt;
&amp;amp;lt;div class=&amp;quot;title&amp;quot;&amp;amp;gt; &amp;amp;lt;a href=&amp;quot;...&amp;quot;&amp;amp;gt;The Greenwood Encyclopedia of World Folklore and Folklife&amp;amp;lt;/a&amp;amp;gt; &amp;amp;lt;/div&amp;amp;gt;&lt;br /&gt;
(Greenwood Press homepage)&lt;br /&gt;
&lt;br /&gt;
&amp;amp;lt;span id=&amp;quot;lblTitle&amp;quot; class=&amp;quot;book_headline block&amp;quot;&amp;amp;gt;The Greenwood Encyclopedia of World Folklore and Folklife&amp;amp;lt;/span&amp;amp;gt;&lt;br /&gt;
(Greenwood Press product detail page)&lt;br /&gt;
&lt;br /&gt;
&amp;amp;lt;td width=&amp;quot;35%&amp;quot;&amp;amp;gt;&amp;amp;lt;font id=&amp;quot;title_catalogue_title_font&amp;quot;&amp;amp;gt;Title&amp;amp;lt;/font&amp;amp;gt;&amp;amp;lt;/td&amp;amp;gt;&lt;br /&gt;
&amp;amp;lt;td width=&amp;quot;65%&amp;quot;&amp;amp;gt;&amp;amp;lt;font id=&amp;quot;text&amp;quot;&amp;amp;gt;The New Terrorism: Anatomy, Trends and Counter-strategies&amp;amp;lt;/font&amp;amp;gt;&amp;amp;lt;/td&amp;amp;gt;&lt;br /&gt;
(Marshall Cavendish product detail page)&lt;br /&gt;
&lt;br /&gt;
&amp;amp;lt;h2&amp;amp;gt; &amp;amp;lt;a href=&amp;quot;...&amp;quot;&amp;amp;gt;The Glorious Cause&amp;amp;lt;/a&amp;amp;gt; &amp;amp;lt;/h2&amp;amp;gt;&lt;br /&gt;
(Oxford Univ. Press, homepage)&lt;br /&gt;
&lt;br /&gt;
&amp;amp;lt;h1&amp;amp;gt;The Glorious Cause&amp;amp;lt;/h1&amp;amp;gt;&lt;br /&gt;
(OUP, product detail page)&lt;br /&gt;
&lt;br /&gt;
&amp;amp;lt;h2&amp;amp;gt;Contemporary Literary Criticism&amp;amp;lt;/h2&amp;amp;gt;&lt;br /&gt;
(Thomson Gale, product detail page)&lt;br /&gt;
&lt;br /&gt;
&amp;amp;lt;span id=&amp;quot;ctlBookDetailHeader_lblTitle&amp;quot; class=&amp;quot;ProdTitle&amp;quot;&amp;amp;gt;Talk and Interaction in Social Research Methods&amp;amp;lt;/span&amp;amp;gt; (SAGE Publications)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Also, many examples where books presented in table format with Title as cell header, or presented &amp;quot;Title: &amp;quot;&lt;br /&gt;
&lt;br /&gt;
=== Book Series Name: ===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;amp;lt;span id=&amp;quot;serieslbl&amp;quot; class=&amp;quot;productsubtitle&amp;quot;&amp;amp;gt;&amp;amp;lt;a href=&amp;quot;...&amp;quot;&amp;amp;gt;Teaching With Documents Series&amp;amp;lt;/a&amp;amp;gt;&amp;amp;lt;/span&amp;amp;gt;&lt;br /&gt;
(ABC-CLIO)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Sub-title: ===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;amp;lt;span id=&amp;quot;subtitle&amp;quot; class=&amp;quot;productsubtitle&amp;quot;&amp;amp;gt;&amp;amp;lt;/span&amp;amp;gt;&lt;br /&gt;
(ABC-CLIO)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;amp;lt;div class=&amp;quot;sub_title&amp;quot;&amp;amp;gt;[Four Volumes]&amp;amp;lt;/div&amp;amp;gt;&lt;br /&gt;
(Greenwood, homepage)&lt;br /&gt;
&lt;br /&gt;
&amp;amp;lt;span id=&amp;quot;lblSubTitle&amp;quot; class=&amp;quot;book_subline&amp;quot;&amp;amp;gt;[Four Volumes]&amp;amp;lt;/span&amp;amp;gt;&lt;br /&gt;
(Greenwood, product page)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;amp;lt;div class=&amp;quot;subTitle&amp;quot;&amp;amp;gt; The American Revolution, 1763-1789 &amp;amp;lt;/div&amp;amp;gt;&lt;br /&gt;
(OUP)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Author: ===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;amp;lt;span id=&amp;quot;credit&amp;quot; class=&amp;quot;productauthor&amp;quot;&amp;amp;gt;&amp;amp;lt;/span&amp;amp;gt;&lt;br /&gt;
(ABC-CLIO)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;amp;lt;div class=&amp;quot;author&amp;quot;&amp;amp;gt;William M. Clements&amp;amp;lt;/div&amp;amp;gt;&lt;br /&gt;
(Greenwood)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;amp;lt;td width=&amp;quot;35%&amp;quot;&amp;amp;gt;&amp;amp;lt;font id=&amp;quot;title_catalogue_title_font&amp;quot;&amp;amp;gt;Authors&amp;amp;lt;/font&amp;amp;gt;&amp;amp;lt;/td&amp;amp;gt;&lt;br /&gt;
&amp;amp;lt;td width=&amp;quot;65%&amp;quot;&amp;amp;gt;&amp;amp;lt;font id=&amp;quot;text&amp;quot;&amp;amp;gt;Andrew Tan &amp;amp;amp; Kumar Ramakrishna (eds)&amp;amp;lt;/font&amp;amp;gt;&amp;amp;lt;/td&amp;amp;gt;&lt;br /&gt;
(Marshall Cavendish)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;amp;lt;div class=&amp;quot;byline&amp;quot;&amp;amp;gt; Robert Middlekauff &amp;amp;lt;/div&amp;amp;gt;&lt;br /&gt;
(OUP)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Publication Date: ===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;amp;lt;span id=&amp;quot;pubdate&amp;quot; class=&amp;quot;productdetailbody&amp;quot;&amp;amp;gt;11/2001&amp;amp;lt;/span&amp;amp;gt;&lt;br /&gt;
(ABC-CLIO -- see table structure)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;amp;lt;div id=&amp;quot;pnlPubDate&amp;quot;&amp;amp;gt; &amp;amp;lt;span class=&amp;quot;book_options&amp;quot;&amp;amp;gt;Publication Date:&amp;amp;lt;/span&amp;amp;gt; &amp;amp;lt;span id=&amp;quot;lblPubDate&amp;quot;&amp;amp;gt;12/30/2005&amp;amp;lt;/span&amp;amp;gt; &amp;amp;lt;/div&amp;amp;gt;&lt;br /&gt;
(Greenwood, detail page)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;amp;lt;span class=&amp;quot;publicationDate&amp;quot;&amp;amp;gt; Feb 2005 &amp;amp;lt;/span&amp;amp;gt;&lt;br /&gt;
(OUP)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;amp;lt;li&amp;amp;gt;Published/Released:&amp;amp;lt;strong&amp;amp;gt; March 1973&amp;amp;lt;/strong&amp;amp;gt;&amp;amp;lt;/li&amp;amp;gt;&lt;br /&gt;
(Thomson Gale)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Volumes: ===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;amp;lt;td ... class=&amp;quot;productdetailhead&amp;quot;&amp;amp;gt;&amp;amp;lt;span id=&amp;quot;volumeslabel&amp;quot; class=&amp;quot;productdetailhead&amp;quot;&amp;amp;gt;Volumes&amp;amp;lt;/span&amp;amp;gt;&amp;amp;lt;/td&amp;amp;gt;&lt;br /&gt;
&amp;amp;lt;td ... class=&amp;quot;productdetailbody&amp;quot;&amp;amp;gt;&amp;amp;lt;span id=&amp;quot;volumes&amp;quot; class=&amp;quot;productdetailbody&amp;quot;&amp;amp;gt;1&amp;amp;lt;/span&amp;amp;gt;&amp;amp;lt;/td&amp;amp;gt;&lt;br /&gt;
(ABC-CLIO)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== ISBN: ===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;amp;lt;td class=&amp;quot;productdetailhead&amp;quot; ...&amp;amp;gt;&amp;amp;lt;span id=&amp;quot;ISBNLabel&amp;quot;&amp;amp;gt;ISBN&amp;amp;lt;/span&amp;amp;gt;&amp;amp;lt;/td&amp;amp;gt;&lt;br /&gt;
&amp;amp;lt;td class=&amp;quot;productdetailbody&amp;quot;&amp;amp;gt;1-57607-785-3&amp;amp;lt;/td&amp;amp;gt;&lt;br /&gt;
(ABC-CLIO)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;amp;lt;div class=&amp;quot;isbn&amp;quot;&amp;amp;gt;0-313-32847-1&amp;amp;lt;/div&amp;amp;gt;&lt;br /&gt;
(Greenwood, homepage)&lt;br /&gt;
&lt;br /&gt;
&amp;amp;lt;div id=&amp;quot;pnlIsbn&amp;quot;&amp;amp;gt; &amp;amp;lt;span class=&amp;quot;book_options&amp;quot;&amp;amp;gt;ISBN:&amp;amp;lt;/span&amp;amp;gt; &amp;amp;lt;span id=&amp;quot;lblIsbn&amp;quot;&amp;amp;gt;0-313-32847-1&amp;amp;lt;/span&amp;amp;gt; &amp;amp;lt;/div&amp;amp;gt;&lt;br /&gt;
(Greenwood, product page)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;amp;lt;td width=&amp;quot;35%&amp;quot;&amp;amp;gt;&amp;amp;lt;font id=&amp;quot;title_catalogue_title_font&amp;quot;&amp;amp;gt;ISBN Number&amp;amp;lt;/font&amp;amp;gt;&amp;amp;lt;/td&amp;amp;gt;&lt;br /&gt;
&amp;amp;lt;td width=&amp;quot;65%&amp;quot;&amp;amp;gt;&amp;amp;lt;font id=&amp;quot;text&amp;quot;&amp;amp;gt;9812102108&amp;amp;lt;/font&amp;amp;gt;&amp;amp;lt;/td&amp;amp;gt;&lt;br /&gt;
(Marshall Cavendish)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;amp;lt;span class=&amp;quot;isbnNumber&amp;quot;&amp;amp;gt;0195162471&amp;amp;lt;/span&amp;amp;gt;&lt;br /&gt;
(OUP)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;amp;lt;li&amp;amp;gt;ISBN: &amp;amp;lt;strong&amp;amp;gt;0-8103-0100-8&amp;amp;lt;/strong&amp;amp;gt;&amp;amp;lt;/li&amp;amp;gt;&lt;br /&gt;
(Thomson Gale)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Book Edition: ===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;amp;lt;div class=&amp;quot;edition&amp;quot;&amp;amp;gt; Revised and Expanded Edition &amp;amp;lt;/div&amp;amp;gt;&lt;br /&gt;
(OUP)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Added by [[User:Tim White|Tim]]&lt;br /&gt;
&lt;br /&gt;
== RFC vCard Example ==&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
9.  References&lt;br /&gt;
&lt;br /&gt;
   [ISO 8601]    ISO 8601:1988 - Data elements and interchange formats -&lt;br /&gt;
                 Information interchange - Representation of dates and&lt;br /&gt;
                 times - The International Organization for&lt;br /&gt;
                 Standardization, June, 1988.&lt;br /&gt;
&lt;br /&gt;
   [ISO 8601 TC] ISO 8601, Technical Corrigendum 1 - Data elements and&lt;br /&gt;
                 interchange formats - Information interchange -&lt;br /&gt;
                 Representation of dates and times - The International&lt;br /&gt;
                 Organization for Standardization, May, 1991.&lt;br /&gt;
&lt;br /&gt;
   [ISO 9070]    ISO 9070, Information Processing - SGML support&lt;br /&gt;
                 facilities - Registration Procedures for Public Text&lt;br /&gt;
                 Owner Identifiers, April, 1991.&lt;br /&gt;
&lt;br /&gt;
   [CCITT E.163] Recommendation E.163 - Numbering Plan for The&lt;br /&gt;
                 International Telephone Service, CCITT Blue Book,&lt;br /&gt;
                 Fascicle II.2, pp.  128-134, November, 1988.&lt;br /&gt;
&lt;br /&gt;
   [CCITT X.121] Recommendation X.121 - International Numbering Plan for&lt;br /&gt;
                 Public Data Networks, CCITT Blue Book, Fascicle VIII.3,&lt;br /&gt;
                 pp. 317-332, November, 1988.&lt;br /&gt;
&lt;br /&gt;
   [CCITT X.520] Recommendation X.520 - The Directory - Selected&lt;br /&gt;
                 Attribute Types, November 1988.&lt;br /&gt;
&lt;br /&gt;
   [CCITT X.521] Recommendation X.521 - The Directory - Selected Object&lt;br /&gt;
                 Classes, November 1988.&lt;br /&gt;
&lt;br /&gt;
   [MIME-DIR]    Howes, T., Smith, M., and F. Dawson, &amp;quot;A MIME Content-&lt;br /&gt;
                 Type for Directory Information&amp;quot;, RFC 2425, September&lt;br /&gt;
                 1998.&lt;br /&gt;
&lt;br /&gt;
   [RFC 1738]    Berners-Lee, T., Masinter, L., and M. McCahill,&lt;br /&gt;
                 &amp;quot;Uniform Resource Locators (URL)&amp;quot;, RFC 1738, December&lt;br /&gt;
                 1994.&lt;br /&gt;
&lt;br /&gt;
   [RFC 1766]    Alvestrand, H., &amp;quot;Tags for the Identification of&lt;br /&gt;
                 Languages&amp;quot;, RFC 1766, March 1995.&lt;br /&gt;
&lt;br /&gt;
   [RFC 1872]    Levinson, E., &amp;quot;The MIME Multipart/Related Content-&lt;br /&gt;
                 type&amp;quot;, RFC 1872, December 1995.&lt;br /&gt;
&lt;br /&gt;
   [RFC 2045]    Freed, N., and N. Borenstein, &amp;quot;Multipurpose Internet&lt;br /&gt;
                 Mail Extensions (MIME) - Part One: Format of Internet&lt;br /&gt;
                 Message Bodies&amp;quot;, RFC 2045, November 1996.&lt;br /&gt;
&lt;br /&gt;
   [RFC 2046]    Freed, N., and N. Borenstein, &amp;quot;Multipurpose Internet&lt;br /&gt;
                 Mail Extensions (MIME) - Part Two: Media Types&amp;quot;, RFC&lt;br /&gt;
                 2046, November 1996.&lt;br /&gt;
&lt;br /&gt;
   [RFC 2047]    Moore, K., &amp;quot;Multipurpose Internet Mail Extensions&lt;br /&gt;
                 (MIME) - Part Three: Message Header Extensions for&lt;br /&gt;
                 Non-ASCII Text&amp;quot;, RFC 2047, November 1996.&lt;br /&gt;
&lt;br /&gt;
   [RFC 2048]    Freed, N., Klensin, J., and J. Postel, &amp;quot;Multipurpose&lt;br /&gt;
                 Internet Mail Extensions (MIME) - Part Four:&lt;br /&gt;
                 Registration Procedures&amp;quot;, RFC 2048, January 1997.&lt;br /&gt;
&lt;br /&gt;
   [RFC 2119]    Bradner, S., &amp;quot;Key words for use in RFCs to Indicate&lt;br /&gt;
                 Requirement Levels&amp;quot;, BCP 14, RFC 2119, March 1997.&lt;br /&gt;
&lt;br /&gt;
   [RFC 2234]    Crocker, D., and P. Overell, &amp;quot;Augmented BNF for Syntax&lt;br /&gt;
                 Specifications: ABNF&amp;quot;, RFC 2234, November 1997.&lt;br /&gt;
&lt;br /&gt;
   [UNICODE]     &amp;quot;The Unicode Standard - Version 2.0&amp;quot;, The Unicode&lt;br /&gt;
                 Consortium, July 1996.&lt;br /&gt;
&lt;br /&gt;
   [VCARD]       Internet Mail Consortium, &amp;quot;vCard - The Electronic&lt;br /&gt;
                 Business Card Version 2.1&amp;quot;,&lt;br /&gt;
                 http://www.imc.org/pdi/vcard-21.txt, September 18,&lt;br /&gt;
                 1996.&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
[http://www.faqs.org/rfcs/rfc2426.html vCard RFC]&lt;br /&gt;
&lt;br /&gt;
== W3C XHTML Spec Example ==&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;h1&amp;gt;&amp;lt;a name=&amp;quot;refs&amp;quot; id=&amp;quot;refs&amp;quot;&amp;gt;E.&amp;lt;/a&amp;gt; References&amp;lt;/h1&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;lt;strong&amp;gt;This appendix is informative.&amp;lt;/strong&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dl&amp;gt;&lt;br /&gt;
&amp;lt;dt&amp;gt;&amp;lt;a name=&amp;quot;ref-css2&amp;quot; id=&amp;quot;ref-css2&amp;quot;&amp;gt;&amp;lt;strong&amp;gt;[CSS2]&amp;lt;/strong&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/dt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dd&amp;gt;&amp;quot;&amp;lt;cite&amp;gt;&amp;lt;a href=&amp;quot;http://www.w3.org/TR/1998/REC-CSS2-19980512&amp;quot;&amp;gt;Cascading Style Sheets, level 2 (CSS2) Specification&amp;lt;/a&amp;gt;&amp;lt;/cite&amp;gt;&amp;quot;, B. Bos, H. W. Lie, C. Lilley, I. Jacobs, 12 May 1998.&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;a href=&amp;quot;http://www.w3.org/TR/REC-CSS2&amp;quot;&amp;gt;Latest version&amp;lt;/a&amp;gt; available at: http://www.w3.org/TR/REC-CSS2&amp;lt;/dd&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dt&amp;gt;&amp;lt;a name=&amp;quot;ref-dom&amp;quot; id=&amp;quot;ref-dom&amp;quot;&amp;gt;&amp;lt;strong&amp;gt;[DOM]&amp;lt;/strong&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/dt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dd&amp;gt;&amp;quot;&amp;lt;cite&amp;gt;&amp;lt;a href=&amp;quot;http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001&amp;quot;&amp;gt;Document Object Model (DOM) Level 1 Specification&amp;lt;/a&amp;gt;&amp;lt;/cite&amp;gt;&amp;quot;, Lauren Wood &amp;lt;em lang=&amp;quot;lt&amp;quot; xml:lang=&amp;quot;lt&amp;quot;&amp;gt;et al.&amp;lt;/em&amp;gt;, 1 October&lt;br /&gt;
1998.&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;a href=&amp;quot;http://www.w3.org/TR/REC-DOM-Level-1&amp;quot;&amp;gt;Latest version&amp;lt;/a&amp;gt; available at: http://www.w3.org/TR/REC-DOM-Level-1&amp;lt;/dd&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dt&amp;gt;&amp;lt;a name=&amp;quot;ref-dom2&amp;quot; id=&amp;quot;ref-dom2&amp;quot;&amp;gt;&amp;lt;strong&amp;gt;[DOM2]&amp;lt;/strong&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/dt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dd&amp;gt;&amp;quot;&amp;lt;cite&amp;gt;&amp;lt;a href=&amp;quot;http://www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113&amp;quot;&amp;gt;Document Object Model (DOM) Level 2 Core Specification&amp;lt;/a&amp;gt;&amp;lt;/cite&amp;gt;&amp;quot;, A. Le&amp;amp;#160;Hors, &amp;lt;em lang=&amp;quot;lt&amp;quot; xml:lang=&amp;quot;lt&amp;quot;&amp;gt;et&lt;br /&gt;
al.&amp;lt;/em&amp;gt;, 13 November 2000.&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;a href=&amp;quot;http://www.w3.org/TR/DOM-Level-2-Core&amp;quot;&amp;gt;Latest version&amp;lt;/a&amp;gt; available at: http://www.w3.org/TR/DOM-Level-2-Core&amp;lt;/dd&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dt&amp;gt;&amp;lt;a name=&amp;quot;ref-html4&amp;quot; id=&amp;quot;ref-html4&amp;quot;&amp;gt;&amp;lt;strong&amp;gt;[HTML]&amp;lt;/strong&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/dt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dd&amp;gt;&amp;quot;&amp;lt;cite&amp;gt;&amp;lt;a href=&amp;quot;http://www.w3.org/TR/1999/REC-html401-19991224&amp;quot;&amp;gt;HTML 4.01 Specification&amp;lt;/a&amp;gt;&amp;lt;/cite&amp;gt;&amp;quot;, D. Raggett, A. Le&amp;amp;#160;Hors, I. Jacobs, 24 December 1999.&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;a href=&amp;quot;http://www.w3.org/TR/html401&amp;quot;&amp;gt;Latest version&amp;lt;/a&amp;gt; available at: http://www.w3.org/TR/html401&amp;lt;/dd&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dt&amp;gt;&amp;lt;a name=&amp;quot;ref-posix.1&amp;quot; id=&amp;quot;ref-posix.1&amp;quot;&amp;gt;&amp;lt;strong&amp;gt;[POSIX.1]&amp;lt;/strong&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/dt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dd&amp;gt;&amp;quot;&amp;lt;cite&amp;gt;ISO/IEC 9945-1:1990 Information Technology - Portable Operating System Interface (POSIX) - Part 1: System Application Program Interface (API) [C Language]&amp;lt;/cite&amp;gt;&amp;quot;, Institute of Electrical&lt;br /&gt;
and Electronics Engineers, Inc, 1990.&amp;lt;/dd&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dt&amp;gt;&amp;lt;a id=&amp;quot;ref-rfc2045&amp;quot; name=&amp;quot;ref-rfc2045&amp;quot;&amp;gt;&amp;lt;strong&amp;gt;[RFC2045]&amp;lt;/strong&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/dt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dd&amp;gt;&amp;quot;&amp;lt;cite&amp;gt;&amp;lt;a href=&amp;quot;http://www.ietf.org/rfc/rfc2045.txt&amp;quot;&amp;gt;Multipurpose Internet Mail Extensions (MIME) Part One: Format of Internet Message Bodies&amp;lt;/a&amp;gt;&amp;lt;/cite&amp;gt;&amp;quot;, N. Freed and N. Borenstein, November&lt;br /&gt;
1996. Note that this RFC obsoletes RFC1521, RFC1522, and RFC1590.&amp;lt;/dd&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dt&amp;gt;&amp;lt;a name=&amp;quot;ref-rfc2046&amp;quot; id=&amp;quot;ref-rfc2046&amp;quot;&amp;gt;&amp;lt;strong&amp;gt;[RFC2046]&amp;lt;/strong&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/dt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dd&amp;gt;&amp;quot;&amp;lt;cite&amp;gt;&amp;lt;a href=&amp;quot;http://www.ietf.org/rfc/rfc2046.txt&amp;quot;&amp;gt;RFC2046: Multipurpose Internet Mail Extensions (MIME) Part Two: Media Types&amp;lt;/a&amp;gt;&amp;lt;/cite&amp;gt;&amp;quot;, N. Freed and N. Borenstein, November 1996.&amp;lt;br /&amp;gt;&lt;br /&gt;
Available at &amp;lt;a href=&amp;quot;http://www.ietf.org/rfc/rfc2046.txt&amp;quot;&amp;gt;http://www.ietf.org/rfc/rfc2046.txt&amp;lt;/a&amp;gt;. Note that this RFC obsoletes RFC1521, RFC1522, and RFC1590.&amp;lt;/dd&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dt&amp;gt;&amp;lt;a name=&amp;quot;ref-rfc2119&amp;quot; id=&amp;quot;ref-rfc2119&amp;quot;&amp;gt;&amp;lt;strong&amp;gt;[RFC2119]&amp;lt;/strong&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/dt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dd&amp;gt;&amp;quot;&amp;lt;cite&amp;gt;&amp;lt;a href=&amp;quot;http://www.ietf.org/rfc/rfc2119.txt&amp;quot;&amp;gt;RFC2119: Key words for use in RFCs to Indicate Requirement Levels&amp;lt;/a&amp;gt;&amp;lt;/cite&amp;gt;&amp;quot;, S. Bradner, March 1997.&amp;lt;br /&amp;gt;&lt;br /&gt;
Available at: http://www.ietf.org/rfc/rfc2119.txt&amp;lt;/dd&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dt&amp;gt;&amp;lt;a name=&amp;quot;ref-rfc2376&amp;quot; id=&amp;quot;ref-rfc2376&amp;quot;&amp;gt;&amp;lt;strong&amp;gt;[RFC2376]&amp;lt;/strong&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/dt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dd&amp;gt;&amp;quot;&amp;lt;cite&amp;gt;&amp;lt;a href=&amp;quot;http://www.ietf.org/rfc/rfc2376.txt&amp;quot;&amp;gt;RFC2376: XML Media Types&amp;lt;/a&amp;gt;&amp;lt;/cite&amp;gt;&amp;quot;, E. Whitehead, M. Murata, July 1998.&amp;lt;br /&amp;gt;&lt;br /&gt;
This document is obsoleted by [&amp;lt;a href=&amp;quot;#ref-rfc3023&amp;quot;&amp;gt;RFC3023&amp;lt;/a&amp;gt;].&amp;lt;br /&amp;gt;&lt;br /&gt;
Available at: http://www.ietf.org/rfc/rfc2376.txt&amp;lt;/dd&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dt&amp;gt;&amp;lt;a name=&amp;quot;ref-rfc2396&amp;quot; id=&amp;quot;ref-rfc2396&amp;quot;&amp;gt;&amp;lt;strong&amp;gt;[RFC2396]&amp;lt;/strong&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/dt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dd&amp;gt;&amp;quot;&amp;lt;cite&amp;gt;&amp;lt;a href=&amp;quot;http://www.ietf.org/rfc/rfc2396.txt&amp;quot;&amp;gt;RFC2396: Uniform Resource Identifiers (URI): Generic Syntax&amp;lt;/a&amp;gt;&amp;lt;/cite&amp;gt;&amp;quot;, T. Berners-Lee, R. Fielding, L. Masinter, August 1998.&amp;lt;br /&amp;gt;&lt;br /&gt;
This document updates RFC1738 and RFC1808.&amp;lt;br /&amp;gt;&lt;br /&gt;
Available at: http://www.ietf.org/rfc/rfc2396.txt&amp;lt;/dd&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dt&amp;gt;&amp;lt;a name=&amp;quot;ref-rfc2854&amp;quot; id=&amp;quot;ref-rfc2854&amp;quot;&amp;gt;&amp;lt;strong&amp;gt;[RFC2854]&amp;lt;/strong&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/dt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dd&amp;gt;&amp;quot;&amp;lt;cite&amp;gt;&amp;lt;a href=&amp;quot;http://www.ietf.org/rfc/rfc2854.txt&amp;quot;&amp;gt;RFC2854: The text/html Media Type&amp;lt;/a&amp;gt;&amp;lt;/cite&amp;gt;&amp;quot;, D. Conolly, L. Masinter, June 2000.&amp;lt;br /&amp;gt;&lt;br /&gt;
Available at: http://www.ietf.org/rfc/rfc2854.txt&amp;lt;/dd&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dt&amp;gt;&amp;lt;a name=&amp;quot;ref-rfc3023&amp;quot; id=&amp;quot;ref-rfc3023&amp;quot;&amp;gt;&amp;lt;strong&amp;gt;[RFC3023]&amp;lt;/strong&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/dt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dd&amp;gt;&amp;quot;&amp;lt;cite&amp;gt;&amp;lt;a href=&amp;quot;http://www.ietf.org/rfc/rfc3023.txt&amp;quot;&amp;gt;RFC3023: XML Media Types&amp;lt;/a&amp;gt;&amp;lt;/cite&amp;gt;&amp;quot;, M. Murata, S. St.Laurent, D. Kohn, January 2001.&amp;lt;br /&amp;gt;&lt;br /&gt;
This document obsoletes [&amp;lt;a href=&amp;quot;#ref-rfc2376&amp;quot;&amp;gt;RFC2376&amp;lt;/a&amp;gt;].&amp;lt;br /&amp;gt;&lt;br /&gt;
Available at: http://www.ietf.org/rfc/rfc3023.txt&amp;lt;/dd&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dt&amp;gt;&amp;lt;a id=&amp;quot;ref-rfc3066&amp;quot; name=&amp;quot;ref-rfc3066&amp;quot;&amp;gt;&amp;lt;strong&amp;gt;[RFC3066]&amp;lt;/strong&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/dt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dd&amp;gt;&amp;quot;&amp;lt;a href=&amp;quot;http://www.ietf.org/rfc/rfc3066.txt&amp;quot;&amp;gt;Tags for the Identification of Languages&amp;lt;/a&amp;gt;&amp;quot;, H. Alvestrand, January 2001.&amp;lt;br /&amp;gt;&lt;br /&gt;
Available at: http://www.ietf.org/rfc/rfc3066.txt&amp;lt;/dd&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dt&amp;gt;&amp;lt;a id=&amp;quot;ref-rfc3236&amp;quot; name=&amp;quot;ref-rfc3236&amp;quot;&amp;gt;&amp;lt;strong&amp;gt;[RFC3236]&amp;lt;/strong&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/dt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dd&amp;gt;&amp;quot;&amp;lt;a href=&amp;quot;http://www.ietf.org/rfc/rfc3236.txt&amp;quot;&amp;gt;The 'application/xhtml+xml' Media Type&amp;lt;/a&amp;gt;&amp;quot;, M. Baker, P. Stark, January 2002.&amp;lt;br /&amp;gt;&lt;br /&gt;
Available at: http://www.ietf.org/rfc/rfc3236.txt&amp;lt;/dd&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dt&amp;gt;&amp;lt;a id=&amp;quot;ref-xhtml-mathml&amp;quot; name=&amp;quot;ref-xhtml-mathml&amp;quot;&amp;gt;&amp;lt;strong&amp;gt;[XHTML+MathML]&amp;lt;/strong&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/dt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dd&amp;gt;&amp;lt;cite&amp;gt;&amp;quot;&amp;lt;a href=&amp;quot;http://www.w3.org/TR/MathML2/dtd/xhtml-math11-f.dtd&amp;quot;&amp;gt;XHTML plus Math 1.1 &amp;lt;abbr title=&amp;quot;Document Type Definition&amp;quot;&amp;gt;DTD&amp;lt;/abbr&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/cite&amp;gt;&amp;quot;, &amp;quot;A.2 MathML as a DTD Module&amp;quot;, Mathematical&lt;br /&gt;
Markup Language (MathML) Version 2.0. Available at: http://www.w3.org/TR/MathML2/dtd/xhtml-math11-f.dtd&amp;lt;/dd&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dt&amp;gt;&amp;lt;a id=&amp;quot;ref-xhtmlmime&amp;quot; name=&amp;quot;ref-xhtmlmime&amp;quot;&amp;gt;&amp;lt;strong&amp;gt;[XHTMLMIME]&amp;lt;/strong&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/dt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dd&amp;gt;&amp;quot;&amp;lt;cite&amp;gt;&amp;lt;a href=&amp;quot;http://www.w3.org/TR/2002/NOTE-xhtml-media-types-20020801&amp;quot;&amp;gt;XHTML Media Types&amp;lt;/a&amp;gt;&amp;lt;/cite&amp;gt;&amp;quot;, Masayasu Ishikawa, 1 August 2002.&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;a href=&amp;quot;http://www.w3.org/TR/xhtml-media-types&amp;quot;&amp;gt;Latest version&amp;lt;/a&amp;gt; available at: http://www.w3.org/TR/xhtml-media-types&amp;lt;/dd&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dt&amp;gt;&amp;lt;a id=&amp;quot;ref-xhtmlmod&amp;quot; name=&amp;quot;ref-xhtmlmod&amp;quot;&amp;gt;&amp;lt;strong&amp;gt;[XHTMLMOD]&amp;lt;/strong&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/dt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dd&amp;gt;&amp;quot;&amp;lt;cite&amp;gt;&amp;lt;a href=&amp;quot;http://www.w3.org/TR/2001/REC-xhtml-modularization-20010410&amp;quot;&amp;gt;Modularization of XHTML&amp;lt;/a&amp;gt;&amp;lt;/cite&amp;gt;&amp;quot;, M. Altheim et al., 10 April 2001.&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;a href=&amp;quot;http://www.w3.org/TR/xhtml-modularization&amp;quot;&amp;gt;Latest version&amp;lt;/a&amp;gt; available at: http://www.w3.org/TR/xhtml-modularization&amp;lt;/dd&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dt&amp;gt;&amp;lt;a name=&amp;quot;ref-xml&amp;quot; id=&amp;quot;ref-xml&amp;quot;&amp;gt;&amp;lt;strong&amp;gt;[XML]&amp;lt;/strong&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/dt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dd&amp;gt;&amp;quot;&amp;lt;a href=&amp;quot;http://www.w3.org/TR/2000/REC-xml-20001006&amp;quot;&amp;gt;Extensible Markup Language (XML) 1.0 Specification (Second Edition)&amp;lt;/a&amp;gt;&amp;quot;, T. Bray, J. Paoli, C. M. Sperberg-McQueen, E. Maler, 6 October&lt;br /&gt;
2000.&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;a href=&amp;quot;http://www.w3.org/TR/REC-xml&amp;quot;&amp;gt;Latest version&amp;lt;/a&amp;gt; available at: http://www.w3.org/TR/REC-xml&amp;lt;/dd&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dt&amp;gt;&amp;lt;a name=&amp;quot;ref-xmlns&amp;quot; id=&amp;quot;ref-xmlns&amp;quot;&amp;gt;&amp;lt;strong&amp;gt;[XMLNS]&amp;lt;/strong&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/dt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dd&amp;gt;&amp;quot;&amp;lt;a href=&amp;quot;http://www.w3.org/TR/1999/REC-xml-names-19990114&amp;quot;&amp;gt;Namespaces in XML&amp;lt;/a&amp;gt;&amp;quot;, T. Bray, D. Hollander, A. Layman, 14 January 1999.&amp;lt;br /&amp;gt;&lt;br /&gt;
XML namespaces provide a simple method for qualifying names used in XML documents by associating them with namespaces identified by URI.&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;a href=&amp;quot;http://www.w3.org/TR/REC-xml-names&amp;quot;&amp;gt;Latest version&amp;lt;/a&amp;gt; available at: http://www.w3.org/TR/REC-xml-names&amp;lt;/dd&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dt&amp;gt;&amp;lt;a name=&amp;quot;ref-xmlc14n&amp;quot; id=&amp;quot;ref-xmlc14n&amp;quot;&amp;gt;&amp;lt;strong&amp;gt;[XMLC14N]&amp;lt;/strong&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/dt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dd&amp;gt;&amp;quot;&amp;lt;a href=&amp;quot;http://www.w3.org/TR/2001/REC-xml-c14n-20010315&amp;quot;&amp;gt;Canonical XML Version 1.0&amp;lt;/a&amp;gt;&amp;quot;, J. Boyer, 15 March 2001.&amp;lt;br /&amp;gt;&lt;br /&gt;
This document describes a method for generating a physical representation, the canonical form, of an XML document.&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;a href=&amp;quot;http://www.w3.org/TR/xml-c14n&amp;quot;&amp;gt;Latest version&amp;lt;/a&amp;gt; available at: http://www.w3.org/TR/xml-c14n&amp;lt;/dd&amp;gt;&lt;br /&gt;
&amp;lt;/dl&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
[http://www.w3.org/TR/xhtml1/#refs XHTML1.0 Spec references]&lt;br /&gt;
&lt;br /&gt;
== CiteProc XHTML Output ==&lt;br /&gt;
&lt;br /&gt;
The XHTML output for CiteProc[http://xbiblio.sourceforge.net/citeproc.html] wasn't designed per se as a microformat, but is probably not a bad place to start. It is desgined to handle a wide range of content. Here is the APA output:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
 &amp;lt;div id=&amp;quot;bibliography&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
   &amp;lt;h3&amp;gt;References&amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
   &amp;lt;p id=&amp;quot;Brenner2000a&amp;quot; class=&amp;quot;bibref&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;span class=&amp;quot;creator&amp;quot;&amp;gt;Brenner, N.&amp;lt;/span&amp;gt;&lt;br /&gt;
    &amp;lt;span class=&amp;quot;date&amp;quot;&amp;gt; (&amp;lt;span class=&amp;quot;year&amp;quot;&amp;gt;2000&amp;lt;/span&amp;gt;) &amp;lt;/span&amp;gt;&lt;br /&gt;
    &amp;lt;span class=&amp;quot;title&amp;quot;&amp;gt;The Urban Question as a Scale Question: Reflections &lt;br /&gt;
    on Henri Lefebre, Urban Theory and the Politics of Scale, &amp;lt;/span&amp;gt;&lt;br /&gt;
    &amp;lt;span class=&amp;quot;container&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;span class=&amp;quot;title&amp;quot; style=&amp;quot;font-style: italic&amp;quot;&amp;gt;International Journal of &lt;br /&gt;
        Urban and Regional Research, &amp;lt;/span&amp;gt;&lt;br /&gt;
      &amp;lt;span class=&amp;quot;volume&amp;quot;&amp;gt;24&amp;lt;/span&amp;gt;&lt;br /&gt;
      &amp;lt;span class=&amp;quot;issue&amp;quot;&amp;gt;(2)&amp;lt;/span&amp;gt;&lt;br /&gt;
      &amp;lt;span class=&amp;quot;locator&amp;quot;&amp;gt;, pp. 361–78&amp;lt;/span&amp;gt;&lt;br /&gt;
      &amp;lt;/span&amp;gt;.&lt;br /&gt;
    &amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
   &amp;lt;p id=&amp;quot;NW2000-0207&amp;quot; class=&amp;quot;bibref&amp;quot;&amp;gt;&lt;br /&gt;
     &amp;lt;span class=&amp;quot;creator&amp;quot;&amp;gt;Newsweek&amp;lt;/span&amp;gt;&lt;br /&gt;
     &amp;lt;span class=&amp;quot;date&amp;quot;&amp;gt; &lt;br /&gt;
       (&amp;lt;span class=&amp;quot;year&amp;quot;&amp;gt;2000a&amp;lt;/span&amp;gt;&lt;br /&gt;
       &amp;lt;span class=&amp;quot;month&amp;quot;&amp;gt;, February&amp;lt;/span&amp;gt;&lt;br /&gt;
       &amp;lt;span class=&amp;quot;day&amp;quot;&amp;gt; 7&amp;lt;/span&amp;gt;) &lt;br /&gt;
     &amp;lt;/span&amp;gt;&lt;br /&gt;
     &amp;lt;span class=&amp;quot;title&amp;quot;&amp;gt;The Grandmas Pay a Visit, &amp;lt;/span&amp;gt;&lt;br /&gt;
     &amp;lt;span class=&amp;quot;container&amp;quot;&amp;gt;&lt;br /&gt;
       &amp;lt;span class=&amp;quot;volume&amp;quot;&amp;gt;135&amp;lt;/span&amp;gt;&lt;br /&gt;
       &amp;lt;span class=&amp;quot;issue&amp;quot;&amp;gt;(6)&amp;lt;/span&amp;gt;&lt;br /&gt;
       &amp;lt;span class=&amp;quot;locator&amp;quot;&amp;gt;, pp. 45&amp;lt;/span&amp;gt;&lt;br /&gt;
     &amp;lt;/span&amp;gt;.&lt;br /&gt;
   &amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
   &amp;lt;p id=&amp;quot;Veer1996a&amp;quot; class=&amp;quot;bibref&amp;quot;&amp;gt;&lt;br /&gt;
     &amp;lt;span class=&amp;quot;creator&amp;quot;&amp;gt;van der Veer, P.&amp;lt;/span&amp;gt;&lt;br /&gt;
     &amp;lt;span class=&amp;quot;date&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;year&amp;quot;&amp;gt; (1996) &amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
     &amp;lt;span class=&amp;quot;title&amp;quot;&amp;gt;Riots and Rituals: The Construction of Violence &lt;br /&gt;
       and Public Space in Hindu Nationalism&amp;lt;/span&amp;gt;&lt;br /&gt;
     &amp;lt;span class=&amp;quot;container&amp;quot;&amp;gt;, In Brass, P.&amp;lt;span class=&amp;quot;role&amp;quot;&amp;gt; (Ed.)&amp;lt;/span&amp;gt;. &lt;br /&gt;
       &amp;lt;span class=&amp;quot;title&amp;quot; style=&amp;quot;font-style: italic&amp;quot;&amp;gt;Riots and Pogroms.&amp;lt;/span&amp;gt;&lt;br /&gt;
       &amp;lt;span class=&amp;quot;origin&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;place&amp;quot;&amp;gt;New York&amp;lt;/span&amp;gt;&lt;br /&gt;
       &amp;lt;span class=&amp;quot;publisher&amp;quot;&amp;gt;: NYU Press&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
       &amp;lt;span class=&amp;quot;locator&amp;quot;&amp;gt;, pp. 154–76&amp;lt;/span&amp;gt;&lt;br /&gt;
     &amp;lt;/span&amp;gt;.&lt;br /&gt;
   &amp;lt;/p&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;
== ACM Digital Library Search Result Examples ==&lt;br /&gt;
&lt;br /&gt;
The [http://www.acm.org/dl/ ACM Digital Library] is a heavily used computer science literature database.&lt;br /&gt;
&lt;br /&gt;
First, the markup for one entry from the table of contents page for the ACM TACO (Transactions on Architecture and Code Optimization) journal:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;td align=&amp;quot;left&amp;quot; class=&amp;quot;small-text&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;a href=&amp;quot;citation.cfm?id=1113841.1113842&amp;amp;coll=portal&amp;amp;dl=ACM&amp;amp;idx=1113841&amp;amp;part=periodical&amp;amp;WantType=periodical&amp;amp;title=ACM%20Transactions%20on%20Architecture%20and%20Code%20Optimization%20%28TACO%29&amp;amp;CFID=68451946&amp;amp;CFTOKEN=20517650&amp;quot;class=&amp;quot;medium-text&amp;quot; target=&amp;quot;_self&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;strong&amp;gt;Improving WCET by applying a WC code-positioning optimization &amp;lt;/strong&amp;gt;&lt;br /&gt;
&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
 Wankang Zhao, David Whalley, Christopher Healy, Frank Mueller&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;small&amp;gt; Pages: 335 - 365&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;Full text available:&amp;amp;nbsp;&amp;lt;A HREF=&amp;quot;ft_gateway.cfm?id=1113842&amp;amp;type=pdf&amp;amp;coll=portal&amp;amp;dl=ACM&amp;amp;CFID=68451946&amp;amp;CFTOKEN=20517650&amp;quot; target=&amp;quot;_blank&amp;quot;&amp;gt;&amp;lt;img src=&amp;quot;images/pdf_logo.gif&amp;quot; ... height=&amp;quot;16&amp;quot; hspace=&amp;quot;1&amp;quot; alt=&amp;quot;pdf format&amp;quot; border=&amp;quot;0&amp;quot; align=&amp;quot;texttop&amp;quot;&amp;gt;Pdf&amp;lt;/A&amp;gt;(510&amp;amp;nbsp;KB)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;smaller-text&amp;quot;&amp;gt;&amp;lt;table border=&amp;quot;0&amp;quot; cellpadding=&amp;quot;0&amp;quot; cellpadding=&amp;quot;0&amp;quot;&amp;gt;&amp;lt;tr valign=&amp;quot;top&amp;quot;&amp;gt;&amp;lt;td class=&amp;quot;smaller-text&amp;quot; nowrap&amp;gt;Additional Information:&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td class=&amp;quot;smaller-text&amp;quot;&amp;gt;&amp;lt;img src=&amp;quot;img/doc_blank.gif&amp;quot; ... height=&amp;quot;16&amp;quot; alt=&amp;quot;&amp;quot; border=&amp;quot;0&amp;quot; align=&amp;quot;texttop&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;A HREF=&amp;quot;citation.cfm?id=1113842&amp;amp;jmp=cit&amp;amp;coll=portal&amp;amp;dl=ACM&amp;amp;CFID=68451946&amp;amp;CFTOKEN=20517650#CIT&amp;quot; target=&amp;quot;_self&amp;quot;&amp;gt;full citation&amp;lt;/a&amp;gt;, &lt;br /&gt;
&amp;lt;A HREF=&amp;quot;citation.cfm?id=1113842&amp;amp;jmp=abstract&amp;amp;coll=portal&amp;amp;dl=ACM&amp;amp;CFID=68451946&amp;amp;CFTOKEN=20517650#abstract&amp;quot; target=&amp;quot;_self&amp;quot;&amp;gt;abstract&amp;lt;/A&amp;gt;, &lt;br /&gt;
&amp;lt;A HREF=&amp;quot;citation.cfm?id=1113842&amp;amp;jmp=references&amp;amp;coll=portal&amp;amp;dl=ACM&amp;amp;CFID=68451946&amp;amp;CFTOKEN=20517650#references&amp;quot; target=&amp;quot;_self&amp;quot;&amp;gt; references&amp;lt;/A&amp;gt;, &lt;br /&gt;
&amp;lt;A HREF=&amp;quot;citation.cfm?id=1113842&amp;amp;jmp=indexterms&amp;amp;coll=portal&amp;amp;dl=ACM&amp;amp;CFID=68451946&amp;amp;CFTOKEN=20517650#indexterms&amp;quot; target=&amp;quot;_self&amp;quot;&amp;gt; index terms&amp;lt;/A&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;/table&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The markup for the 'full citation' page is similar, with a little more information about the authors.&lt;br /&gt;
&lt;br /&gt;
Here's the markup from the 'ACM Ref' link, which apparently is how they suggest you format it:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
Zhao, W., Whalley, D., Healy, C., and Mueller, F. 2005. &lt;br /&gt;
Improving WCET by applying a WC code-positioning optimization. &lt;br /&gt;
&amp;lt;i&amp;gt;ACM Trans. Archit. Code Optim.&amp;lt;/i&amp;gt; 2, 4 (Dec. 2005), 335-365. &lt;br /&gt;
DOI= http://doi.acm.org/10.1145/1113841.1113842&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;
Next, markup from the page for a conference publication:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;td class=&amp;quot;medium-text&amp;quot; colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;lt;strong&amp;gt;Parallel Programmer Productivity&amp;lt;/strong&amp;gt;&amp;lt;strong&amp;gt;:&amp;amp;nbsp;A Case Study of Novice Parallel Programmers&amp;lt;/strong&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;tr valign=&amp;quot;top&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;td class=&amp;quot;small-text&amp;quot;&amp;gt;&amp;lt;strong&amp;gt;Full text&amp;lt;/strong&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td class=&amp;quot;smaller-text&amp;quot; colspan=&amp;quot;2&amp;quot; &amp;gt;&lt;br /&gt;
    &amp;lt;A NAME=&amp;quot;FullText&amp;quot; HREF=&amp;quot;ft_gateway.cfm?id=1105800&amp;amp;type=pdf&amp;amp;coll=portal&amp;amp;dl=ACM&amp;amp;CFID=3174023&amp;amp;CFTOKEN=73112765&amp;quot; target=&amp;quot;_blank&amp;quot;&amp;gt;&amp;lt;img src=&amp;quot;http://portal.acm.org/images/pdf_logo.gif&amp;quot; width=&amp;quot;16&amp;quot; height=&amp;quot;16&amp;quot; alt=&amp;quot;pdf format&amp;quot; border=&amp;quot;0&amp;quot; hspace=&amp;quot;1&amp;quot; align=&amp;quot;texttop&amp;quot;&amp;gt;Pdf&amp;lt;/A&amp;gt; (265&amp;amp;nbsp;KB)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr valign=&amp;quot;top&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;td class=&amp;quot;small-text&amp;quot;&amp;gt;&amp;lt;strong&amp;gt;Source&amp;lt;/strong&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td class=&amp;quot;small-text&amp;quot; colspan=&amp;quot;2&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;SPAN class=&amp;quot;mediumb-text&amp;quot;&amp;gt;Conference on High Performance Networking and Computing&amp;lt;/span&amp;gt;&lt;br /&gt;
        &amp;lt;a href=&amp;quot;toc.cfm?id=SERIES371&amp;amp;type=series&amp;amp;coll=portal&amp;amp;dl=ACM&amp;amp;CFID=3174023&amp;amp;CFTOKEN=73112765&amp;quot; class=&amp;quot;small-link-text&amp;quot;&amp;gt;archive&amp;lt;/a&amp;gt;&lt;br /&gt;
    &amp;lt;SPAN class=&amp;quot;mediumb-text&amp;quot;&amp;gt;Proceedings of the 2005 ACM/IEEE conference on Supercomputing &amp;lt;/span&amp;gt;&lt;br /&gt;
        &amp;lt;a href=&amp;quot;toc.cfm?id=1105760&amp;amp;type=proceeding&amp;amp;coll=portal&amp;amp;dl=ACM&amp;amp;CFID=3174023&amp;amp;CFTOKEN=73112765&amp;quot;  class=&amp;quot;small-link-text&amp;quot;&amp;gt;table of contents&amp;lt;/a&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;small-text&amp;quot;&amp;gt;&lt;br /&gt;
    Page: 35&amp;amp;nbsp;&amp;amp;nbsp;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;small-text&amp;quot;&amp;gt;&lt;br /&gt;
    Year of Publication:&amp;amp;nbsp;2005&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
    &amp;lt;div class=&amp;quot;small-text&amp;quot;&amp;gt;ISBN:1-59593-061-2&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr valign=&amp;quot;top&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;td class=&amp;quot;small-text&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;strong&amp;gt;Authors&amp;lt;/strong&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;2&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;authors&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;table cellpadding=&amp;quot;0&amp;quot; cellspacing=&amp;quot;0&amp;quot;&amp;gt;&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td class=&amp;quot;small-text&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;a href=&amp;quot;results.cfm?query=author%3AP741898&amp;amp;querydisp=author%3ALorin%20Hochstein&amp;amp;coll=portal&amp;amp;dl=ACM&amp;amp;CFID=3174023&amp;amp;CFTOKEN=73112765&amp;quot;&amp;gt;Lorin Hochstein&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td class=&amp;quot;small-text&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;small&amp;gt;&amp;amp;nbsp;University of Maryland, College Park&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td class=&amp;quot;small-text&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;a href=&amp;quot;results.cfm?query=author%3AP638131&amp;amp;querydisp=author%3AJeff%20Carver&amp;amp;coll=portal&amp;amp;dl=ACM&amp;amp;CFID=3174023&amp;amp;CFTOKEN=73112765&amp;quot;&amp;gt;Jeff Carver&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td class=&amp;quot;small-text&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;small&amp;gt;&amp;amp;nbsp;Mississippi State University&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td class=&amp;quot;small-text&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;a href=&amp;quot;results.cfm?query=author%3AP84676&amp;amp;querydisp=author%3AForrest%20Shull&amp;amp;coll=portal&amp;amp;dl=ACM&amp;amp;CFID=3174023&amp;amp;CFTOKEN=73112765&amp;quot;&amp;gt;Forrest Shull&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td class=&amp;quot;small-text&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;small&amp;gt;&amp;amp;nbsp;Fraunhofer Center Maryland&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td class=&amp;quot;small-text&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;a href=&amp;quot;results.cfm?query=author%3AP494363&amp;amp;querydisp=author%3ASima%20Asgari&amp;amp;coll=portal&amp;amp;dl=ACM&amp;amp;CFID=3174023&amp;amp;CFTOKEN=73112765&amp;quot;&amp;gt;Sima Asgari&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td class=&amp;quot;small-text&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;small&amp;gt;&amp;amp;nbsp;University of Maryland, College Park&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
 &amp;lt;tr&amp;gt;&lt;br /&gt;
 &amp;lt;td class=&amp;quot;small-text&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;a href=&amp;quot;results.cfm?query=author%3AP290702&amp;amp;querydisp=author%3AVictor%20Basili&amp;amp;coll=portal&amp;amp;dl=ACM&amp;amp;CFID=3174023&amp;amp;CFTOKEN=73112765&amp;quot;&amp;gt;Victor Basili&amp;lt;/a&amp;gt;&lt;br /&gt;
									&lt;br /&gt;
    &amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td class=&amp;quot;small-text&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;small&amp;gt;&amp;amp;nbsp;Fraunhofer Center Maryland&amp;lt;/small&amp;gt;&lt;br /&gt;
    &amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&amp;lt;/table&amp;gt;&amp;lt;/div&amp;gt; &amp;lt;/td&amp;gt;&lt;br /&gt;
 &amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr valign=&amp;quot;top&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;td class=&amp;quot;small-text&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;strong&amp;gt;Publisher&amp;lt;/strong&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
 &amp;lt;td colspan=&amp;quot;2&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;div class=&amp;quot;publishers&amp;quot;&amp;gt;&lt;br /&gt;
    IEEE Computer Society &amp;amp;nbsp;&lt;br /&gt;
    &amp;lt;small&amp;gt; Washington, DC, USA &amp;lt;/small&amp;gt;&lt;br /&gt;
    &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;/table&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;tr valign=&amp;quot;top&amp;quot;&amp;gt;&amp;lt;td width=&amp;quot;100%&amp;quot; colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
       &amp;lt;table border=&amp;quot;0&amp;quot; cellspacing=&amp;quot;0&amp;quot; cellpadding=&amp;quot;2&amp;quot; width=&amp;quot;100%&amp;quot; &amp;gt;&lt;br /&gt;
         &amp;lt;tr valign=&amp;quot;top&amp;quot;&amp;gt;&lt;br /&gt;
         &amp;lt;td class=&amp;quot;small-text&amp;quot;&amp;gt;&amp;lt;b&amp;gt;DOI Bookmark:&amp;lt;/b&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td class=&amp;quot;small-text&amp;quot;&amp;gt;&lt;br /&gt;
          &amp;lt;a href=&amp;quot;http://dx.doi.org/10.1109/SC.2005.53&amp;quot;&amp;gt;10.1109/SC.2005.53&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;/table&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;abstract&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;SPAN class=heading&amp;gt;&amp;lt;A NAME=&amp;quot;abstract&amp;quot;&amp;gt;ABSTRACT&amp;lt;/A&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;p class=&amp;quot;abstract&amp;quot;&amp;gt;&lt;br /&gt;
In developing High-Performance Computing (HPC) software, time to solution is an important metric. This metric is comprised of two main components: the human effort required developing the software, plus the amount of machine time required to execute it. To date, little empirical work has been done to study the first component: the human effort required and the effects of approaches and practices that may be used to reduce it. In this paper, we describe a series of studies that address this problem. We instrumented the development process used in multiple HPC classroom environments. We analyzed data within and across such studies, varying factors such as the parallel programming model used and the application being developed, to understand their impact on the development process.&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;indterms&amp;quot;&amp;gt;&lt;br /&gt;
			&lt;br /&gt;
&amp;lt;A HREF=&amp;quot;citation.cfm?id=1105800&amp;amp;coll=portal&amp;amp;dl=ACM&amp;amp;CFID=3174023&amp;amp;CFTOKEN=73112765#CIT&amp;quot;&amp;gt;&amp;lt;img name=&amp;quot;top&amp;quot; src=&amp;quot;http://portal.acm.org/images/arrowu.gif&amp;quot; hspace=&amp;quot;10&amp;quot; border=&amp;quot;0&amp;quot;&amp;gt;&amp;lt;/A&amp;gt;&amp;lt;SPAN class=heading&amp;gt;&amp;lt;A NAME=&amp;quot;IndexTerms&amp;quot;&amp;gt;INDEX TERMS&amp;lt;/A&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
			&lt;br /&gt;
				&lt;br /&gt;
&amp;lt;p class=&amp;quot;Categories&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;SPAN class=heading&amp;gt;&amp;lt;A NAME=&amp;quot;GenTerms&amp;quot;&amp;gt;Primary Classification:&amp;lt;/A&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;D.&amp;lt;/b&amp;gt;&lt;br /&gt;
&amp;lt;a href=&amp;quot;results.cfm?query=CCS%3AD%2E%2A&amp;amp;coll=portal&amp;amp;dl=ACM&amp;amp;CFID=3174023&amp;amp;CFTOKEN=73112765&amp;quot; target=&amp;quot;_self&amp;quot;&amp;gt;&lt;br /&gt;
									Software&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;D.1&amp;lt;/b&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;a href=&amp;quot;results.cfm?query=CCS%3A%22D%2E1%22&amp;amp;coll=portal&amp;amp;dl=ACM&amp;amp;CFID=3174023&amp;amp;CFTOKEN=73112765&amp;quot; target=&amp;quot;_self&amp;quot;&amp;gt;&lt;br /&gt;
									 PROGRAMMING TECHNIQUES&amp;lt;/a&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
									&lt;br /&gt;
&amp;lt;b&amp;gt;D.1.3&amp;lt;/b&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;a href=&amp;quot;results.cfm?query=CCS%3A%22D%2E1%2E3%22&amp;amp;coll=portal&amp;amp;dl=ACM&amp;amp;CFID=3174023&amp;amp;CFTOKEN=73112765&amp;quot; target=&amp;quot;_self&amp;quot;&amp;gt;&lt;br /&gt;
									 Concurrent Programming&amp;lt;/a&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;Subjects:&amp;lt;/b&amp;gt;&lt;br /&gt;
										    &lt;br /&gt;
&amp;lt;a href=&amp;quot;results.cfm?query=CCS%3A%22Parallel%20programming%22&amp;amp;coll=portal&amp;amp;dl=ACM&amp;amp;CFID=3174023&amp;amp;CFTOKEN=73112765&amp;quot; target=&amp;quot;_self&amp;quot;&amp;gt;Parallel programming&amp;lt;/a&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/p&amp;gt;		  &lt;br /&gt;
				&lt;br /&gt;
&amp;lt;p class=&amp;quot;Categories&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;SPAN class=heading&amp;gt;&amp;lt;A NAME=&amp;quot;GenTerms&amp;quot;&amp;gt;Additional&amp;amp;nbsp;Classification:&amp;lt;/A&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;D.&amp;lt;/b&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;a href=&amp;quot;results.cfm?query=CCS%3AD%2E%2A&amp;amp;coll=portal&amp;amp;dl=ACM&amp;amp;CFID=3174023&amp;amp;CFTOKEN=73112765&amp;quot; target=&amp;quot;_self&amp;quot;&amp;gt;&lt;br /&gt;
									Software&amp;lt;/a&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;D.2&amp;lt;/b&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;a href=&amp;quot;results.cfm?query=CCS%3A%22D%2E2%22&amp;amp;coll=portal&amp;amp;dl=ACM&amp;amp;CFID=3174023&amp;amp;CFTOKEN=73112765&amp;quot; target=&amp;quot;_self&amp;quot;&amp;gt;&lt;br /&gt;
									 SOFTWARE ENGINEERING&amp;lt;/a&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;D.2.3&amp;lt;/b&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;a href=&amp;quot;results.cfm?query=CCS%3A%22D%2E2%2E3%22&amp;amp;coll=portal&amp;amp;dl=ACM&amp;amp;CFID=3174023&amp;amp;CFTOKEN=73112765&amp;quot; target=&amp;quot;_self&amp;quot;&amp;gt;&lt;br /&gt;
									 Coding Tools and Techniques&amp;lt;/a&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;K.&amp;lt;/b&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;a href=&amp;quot;results.cfm?query=CCS%3AK%2E%2A&amp;amp;coll=portal&amp;amp;dl=ACM&amp;amp;CFID=3174023&amp;amp;CFTOKEN=73112765&amp;quot; target=&amp;quot;_self&amp;quot;&amp;gt;&lt;br /&gt;
									 Computing Milieux&amp;lt;/a&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;K.6&amp;lt;/b&amp;gt;&lt;br /&gt;
&amp;lt;a href=&amp;quot;results.cfm?query=CCS%3A%22K%2E6%22&amp;amp;coll=portal&amp;amp;dl=ACM&amp;amp;CFID=3174023&amp;amp;CFTOKEN=73112765&amp;quot; target=&amp;quot;_self&amp;quot;&amp;gt;&lt;br /&gt;
									 MANAGEMENT OF COMPUTING AND INFORMATION SYSTEMS&amp;lt;/a&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
								 &lt;br /&gt;
&amp;lt;b&amp;gt;K.6.3&amp;lt;/b&amp;gt;&lt;br /&gt;
&amp;lt;a href=&amp;quot;results.cfm?query=CCS%3A%22K%2E6%2E3%22&amp;amp;coll=portal&amp;amp;dl=ACM&amp;amp;CFID=3174023&amp;amp;CFTOKEN=73112765&amp;quot; target=&amp;quot;_self&amp;quot;&amp;gt;&lt;br /&gt;
									 Software Management&amp;lt;/a&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
										 &lt;br /&gt;
    &amp;lt;b&amp;gt;Subjects:&amp;lt;/b&amp;gt;&lt;br /&gt;
									    &lt;br /&gt;
     &amp;lt;a href=&amp;quot;results.cfm?query=CCS%3A%22Software%20development%22&amp;amp;coll=portal&amp;amp;dl=ACM&amp;amp;CFID=3174023&amp;amp;CFTOKEN=73112765&amp;quot; target=&amp;quot;_self&amp;quot;&amp;gt;Software development&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
    &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
    &amp;lt;p class=&amp;quot;GenTerms&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;SPAN class=heading&amp;gt;&lt;br /&gt;
      &amp;lt;A NAME=&amp;quot;GenTerms&amp;quot;&amp;gt;General Terms:&amp;lt;/A&amp;gt;&lt;br /&gt;
    &amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;BR&amp;gt;&lt;br /&gt;
     &amp;lt;a href=&amp;quot;results.cfm?query=genterm%3A%22Design%22&amp;amp;coll=portal&amp;amp;dl=ACM&amp;amp;CFID=3174023&amp;amp;CFTOKEN=73112765&amp;quot; target=&amp;quot;_self&amp;quot;&amp;gt;&lt;br /&gt;
							Design&amp;lt;/a&amp;gt;,&lt;br /&gt;
     &amp;lt;a href=&amp;quot;results.cfm?query=genterm%3A%22Experimentation%22&amp;amp;coll=portal&amp;amp;dl=ACM&amp;amp;CFID=3174023&amp;amp;CFTOKEN=73112765&amp;quot; target=&amp;quot;_self&amp;quot;&amp;gt;&lt;br /&gt;
							 Experimentation&amp;lt;/a&amp;gt;,&lt;br /&gt;
     &amp;lt;a href=&amp;quot;results.cfm?query=genterm%3A%22Measurement%22&amp;amp;coll=portal&amp;amp;dl=ACM&amp;amp;CFID=3174023&amp;amp;CFTOKEN=73112765&amp;quot; target=&amp;quot;_self&amp;quot;&amp;gt;&lt;br /&gt;
							 Measurement&amp;lt;/a&amp;gt;,&lt;br /&gt;
     &amp;lt;a href=&amp;quot;results.cfm?query=genterm%3A%22Performance%22&amp;amp;coll=portal&amp;amp;dl=ACM&amp;amp;CFID=3174023&amp;amp;CFTOKEN=73112765&amp;quot; target=&amp;quot;_self&amp;quot;&amp;gt;&lt;br /&gt;
							 Performance&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;/p&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&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;
== IEEE IEEExplore Search Results Markup ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;td width=&amp;quot;96%&amp;quot; class=&amp;quot;bodyCopyBlackLargeSpaced&amp;quot; valign=&amp;quot;middle&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;strong&amp;gt;On the parallel execution time of tiled loops&amp;lt;/strong&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Hogstedt, K.; Carter, L.; Ferrante, J.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;A href='/xpl/RecentIssue.jsp?punumber=71'&amp;gt;Parallel and Distributed Systems, IEEE Transactions on&amp;lt;/A&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Volume: 14&lt;br /&gt;
&lt;br /&gt;
&amp;amp;nbsp;Issue: 3&lt;br /&gt;
&amp;amp;nbsp;March 2003 &amp;lt;br /&amp;gt;&lt;br /&gt;
Page(s):  307- 321&amp;lt;br&amp;gt;&lt;br /&gt;
Digital Object Identifier 10.1109/TPDS.2003.1189587&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div id=&amp;quot;menu0&amp;quot; style=&amp;quot;display:block&amp;quot;&amp;gt;&amp;lt;strong&amp;gt;Summary:&amp;amp;nbsp;&amp;lt;/strong&amp;gt; Many &lt;br /&gt;
computationally-intensive programs, such as those for differential equations, spatial &lt;br /&gt;
interpolation, and dynamic programming, spend a large portion of their execution time in &lt;br /&gt;
multiply-nested loops that have a regular stencil of data dependences.....&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&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;
== CiteSeer database search results ==&lt;br /&gt;
&lt;br /&gt;
The [http://citeseer.ist.psu.edu CiteSeer] database has been another heavily used Computer Science online resource, and it has minimal markup:&lt;br /&gt;
&lt;br /&gt;
Here's what you see on the main page for a given paper - this information is duplicated everywhere on the page, but this is where it's formatted most like an academic citation:&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;font size=-1&amp;gt;Yoshio Kataoka, Michael D. Ernst, William G. Griswold, and David Notkin. &lt;br /&gt;
Automated support for program refactoring using invariants. In ICSM, pages 736-- 743, &lt;br /&gt;
November 2001. http://citeseer.ist.psu.edu/kataoka01automated.html &amp;amp;nbsp; &lt;br /&gt;
&amp;lt;a href=&amp;quot;http://citeseer.ist.psu.edu/check/1791139&amp;quot;&amp;gt;More&amp;lt;/a&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;br&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;
Clicking on the 'More' link in the above text gets you a page with a listing of all the ways they found it written out as a citation in other papers. This is an example of how they mark up each of those entries:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Yoshio Kataoka, Michael D. Ernst, William G. Griswold, and David Notkin. &lt;br /&gt;
&amp;lt;i&amp;gt;Automated support for program refactoring using invariants&amp;lt;/i&amp;gt;.&lt;br /&gt;
 In ICSM, pages 736-- 743, November 2001.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== CiteULike.org citation listing ==&lt;br /&gt;
&lt;br /&gt;
[http://www.citeulike.org/ CiteULike] is a shared reference database site that allows organization using tags and ratings. The site imports from many unstructured web resources using mostly screen-scraping plugins (I think --Mike) &lt;br /&gt;
&lt;br /&gt;
Here is an example of the markup for one article on the main page:&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
  &amp;lt;td...&amp;gt;&lt;br /&gt;
    &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;&lt;br /&gt;
        &amp;lt;a class=&amp;quot;title&amp;quot; href=&amp;quot;/user/jrw/article/505272&amp;quot;&amp;gt;Geometric phases in adiabatic open quantum systems&amp;lt;/a&amp;gt;&lt;br /&gt;
        &amp;lt;div class=&amp;quot;vague&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
        &amp;lt;div class=&amp;quot;vague&amp;quot;&amp;gt;by&amp;lt;a class=&amp;quot;author&amp;quot; href=&amp;quot;/user/jrw/author/Sarandy&amp;quot;&amp;gt;Sarandy&amp;lt;/a&amp;gt; MS, &lt;br /&gt;
          &amp;lt;a class=&amp;quot;author&amp;quot; href=&amp;quot;/user/jrw/author/Lidar&amp;quot;&amp;gt;Lidar&amp;lt;/a&amp;gt; DA&amp;lt;/div&amp;gt;&lt;br /&gt;
        &amp;lt;div class=&amp;quot;vague&amp;quot;&amp;gt;&lt;br /&gt;
          posted to &amp;lt;a class=&amp;quot;tag&amp;quot; rel=&amp;quot;tag&amp;quot; href=&amp;quot;/user/jrw/tag/geometry&amp;quot;&amp;gt;geometry&amp;lt;/a&amp;gt;&lt;br /&gt;
          &amp;lt;a class=&amp;quot;tag&amp;quot; rel=&amp;quot;tag&amp;quot; href=&amp;quot;/user/jrw/tag/physics&amp;quot;&amp;gt;physics&amp;lt;/a&amp;gt;&lt;br /&gt;
          &amp;lt;a class=&amp;quot;tag&amp;quot; rel=&amp;quot;tag&amp;quot; href=&amp;quot;/user/jrw/tag/quantum&amp;quot;&amp;gt;quantum&amp;lt;/a&amp;gt;&lt;br /&gt;
          &amp;lt;a class=&amp;quot;tag&amp;quot; rel=&amp;quot;tag&amp;quot; href=&amp;quot;/user/jrw/tag/quantum-information&amp;quot;&amp;gt;quantum-information&amp;lt;/a&amp;gt;&lt;br /&gt;
          by &amp;lt;a href=&amp;quot;/user/jrw&amp;quot;&amp;gt;jrw&amp;lt;/a&amp;gt;&lt;br /&gt;
          as &amp;lt;img alt=&amp;quot;x&amp;quot;src=&amp;quot;http://static.citeulike.org/img/star2.png&amp;quot; /&amp;gt;&lt;br /&gt;
          on&amp;amp;nbsp;2006-02-14 18:36:22&lt;br /&gt;
        &amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;/ul&amp;gt;&lt;br /&gt;
  &amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
And here is markup from the detail page for another publication:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;content&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;table...&amp;gt;&lt;br /&gt;
  &amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td...&amp;gt;&amp;lt;h1&amp;gt;T-Coffee: A novel method for fast and accurate multiple sequence alignment.&amp;lt;/h1&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;td&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;
&amp;lt;div class=&amp;quot;vague&amp;quot;&amp;gt;&amp;lt;i&amp;gt;J Mol Biol&amp;lt;/i&amp;gt;, Vol. 302, No. 1. (8 September 2000), pp. 205-217.&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h2&amp;gt;Authors&amp;lt;/h2&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
  &amp;lt;li&amp;gt;&lt;br /&gt;
    &amp;lt;span class=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;a class=&amp;quot;author&amp;quot; href=&amp;quot;/user/ffranca/author/Notredame&amp;quot;&amp;gt;Notredame&amp;lt;/a&amp;gt; C&amp;lt;/span&amp;gt;,&lt;br /&gt;
    &amp;lt;span class=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;a class=&amp;quot;author&amp;quot; href=&amp;quot;/user/ffranca/author/Higgins&amp;quot;&amp;gt;Higgins&amp;lt;/a&amp;gt; DG&amp;lt;/span&amp;gt;, &lt;br /&gt;
    &amp;lt;span class=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;a class=&amp;quot;author&amp;quot; href=&amp;quot;/user/ffranca/author/Heringa&amp;quot;&amp;gt;Heringa&amp;lt;/a&amp;gt; J&amp;lt;/span&amp;gt;&lt;br /&gt;
  &amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
..&lt;br /&gt;
&amp;lt;table...&amp;gt;&lt;br /&gt;
  &amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td ...&amp;gt;&lt;br /&gt;
      &amp;lt;h2&amp;gt;Online Article&lt;br /&gt;
        &amp;lt;span class=&amp;quot;Z3988&amp;quot;&lt;br /&gt;
          title=&amp;quot;ctx_ver=Z39.88-2004&amp;amp;amp;rft_val_fmt=info:ofi/fmt:kev:mtx:journal&amp;amp;amp;rfr_id=info:sid/citeulike.org/citeulike&amp;amp;amp;rft.aufirst=&amp;amp;amp;rft_id=info:doi/10%2e1006%2fjmbi%2e2000%2e4042&amp;amp;amp;rft.spage=205&amp;amp;amp;rft.issue=1&amp;amp;amp;rft.aulast=Notredame&amp;amp;amp;rft.title=J+Mol+Biol&amp;amp;amp;rft.epage=217&amp;amp;amp;rft.issn=0022%2d2836&amp;amp;amp;rft.volume=302&amp;amp;amp;rft.auinit=C&amp;amp;amp;rft.atitle=T%2dCoffee%3a+A+novel+method+for+fast+and+accurate+multiple+sequence+alignment%2e&amp;amp;amp;date=2000-9-8&amp;amp;amp;rft.genre=article&amp;amp;amp;genre=article&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      &amp;lt;/h2&amp;gt;&lt;br /&gt;
    &amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;/div&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;&lt;br /&gt;
    &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;&lt;br /&gt;
        &amp;lt;span class=&amp;quot;black&amp;quot;&amp;gt;DOI:&amp;lt;/span&amp;gt;&lt;br /&gt;
        &amp;lt;a accesskey=&amp;quot;1&amp;quot; href=&amp;quot;http://dx.doi.org/10.1006/jmbi.2000.4042&amp;quot; rel=&amp;quot;nofollow&amp;quot;&amp;gt;View article online&amp;lt;/a&amp;gt;&lt;br /&gt;
      &amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;&lt;br /&gt;
        &amp;lt;span class=&amp;quot;black&amp;quot;&amp;gt;Pubmed:&amp;lt;/span&amp;gt;&lt;br /&gt;
        &amp;lt;a accesskey=&amp;quot;2&amp;quot; &lt;br /&gt;
          href=&amp;quot;http://www.ncbi.nlm.nih.gov/entrez/query.fcgi?cmd=Retrieve&amp;amp;db=pubmed&amp;amp;dopt=Abstract&amp;amp;list_uids=10964570&amp;quot; rel=&amp;quot;nofollow&amp;quot;&amp;gt;&lt;br /&gt;
            View article online&amp;lt;/a&amp;gt;&lt;br /&gt;
      &amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;&lt;br /&gt;
        &amp;lt;span class=&amp;quot;black&amp;quot;&amp;gt;Hubmed:&amp;lt;/span&amp;gt; &lt;br /&gt;
        &amp;lt;a accesskey=&amp;quot;3&amp;quot; href=&amp;quot;http://www.hubmed.org/display.cgi?uids=10964570&amp;quot; rel=&amp;quot;nofollow&amp;quot;&amp;gt;&lt;br /&gt;
          View article online&amp;lt;/a&amp;gt;&lt;br /&gt;
      &amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;/ul&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;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Amazon.com citation info ==&lt;br /&gt;
&lt;br /&gt;
This is from a detail page on Amazon.com for a book.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;a name='citing' &amp;gt;&amp;lt;/a&amp;gt;&amp;lt;b&amp;gt;This book cites 10 books:&amp;lt;/b&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;ul...&amp;gt;&lt;br /&gt;
  &amp;lt;li&amp;gt; &lt;br /&gt;
    &amp;lt;a href=&amp;quot;http://www.amazon.com/exec/obidos/tg/detail/-/1555424236/ref=sid_dp_dp/002-6751255-9290456?%5Fencoding=UTF8&amp;amp;v=glance&amp;quot;&amp;gt;&lt;br /&gt;
      The New Faculty Member: Supporting and Fostering Professional Development (Jossey-Bass Higher and Adult Education Series)&lt;br /&gt;
    &amp;lt;/a&amp;gt;&lt;br /&gt;
    by Robert Boice on&lt;br /&gt;
    &amp;lt;a href=&amp;quot;/gp/reader/0780311361/ref=sib_ab_dp_pg/002-6751255-9290456?%5Fencoding=UTF8&amp;amp;p=S04X&amp;amp;checkSum=vptuDOjULIOadVNe9UFX36fnIKktwxxQOeBmFQupyrA%3D&amp;quot;&amp;gt;page 156&amp;lt;/a&amp;gt;, and &amp;lt;a href=&amp;quot;/gp/reader/0780311361/ref=sib_ab_dp_pg/002-6751255-9290456?%5Fencoding=UTF8&amp;amp;p=S088&amp;amp;checkSum=vptuDOjULINm2bvcL37hZR%2BcnJi%2F9hhUyu1%2FlXWnOM8%3D&amp;quot;&amp;gt;&lt;br /&gt;
      page 275&lt;br /&gt;
    &amp;lt;/a&amp;gt;&lt;br /&gt;
  &amp;lt;/li&amp;gt;&lt;br /&gt;
  &amp;lt;li&amp;gt;&lt;br /&gt;
    &amp;lt;a href=&amp;quot;http://www.amazon.com/exec/obidos/tg/detail/-/0137947364/ref=sid_dp_dp/002-6751255-9290456?%5Fencoding=UTF8&amp;amp;v=glance&amp;quot; &amp;gt;Science, Technology and Society&amp;lt;/a&amp;gt;&lt;br /&gt;
    by Robert E. McGinn on&lt;br /&gt;
    &amp;lt;a href=&amp;quot;/gp/reader/0780311361/ref=sib_ab_dp_pg/002-6751255-9290456?%5Fencoding=UTF8&amp;amp;p=S023&amp;amp;checkSum=vptuDOjULIMgFwAeeT8gWiDHmklkxfy%2BGug%2BAS7UI2Y%3D&amp;quot;&amp;gt;page 54&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;&lt;br /&gt;
&lt;br /&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;
== PubMed Medical Journal Example == &lt;br /&gt;
&lt;br /&gt;
Still another example of markup in the wild, coming from a search for &amp;quot;pancreas&amp;quot; in the New England Journal of Medicine from pubmed.org.&lt;br /&gt;
&lt;br /&gt;
Note the title attribute with the expanded version of the canonical abbreviation for the journal.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td ...&amp;gt;&lt;br /&gt;
&amp;lt;a href=&amp;quot;/entrez/query.fcgi?cmd=Retrieve&amp;amp;db=pubmed&amp;amp;dopt=Abstract&amp;amp;list_uids=15371579&amp;amp;itool=iconnoabstr&amp;amp;query_hl=2&amp;amp;itool=pubmed_docsum&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;img alt=&amp;quot;No abstract&amp;quot; id=&amp;quot;No abstract_15371579&amp;quot; ... Title=&amp;quot;No abstract&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td ...&amp;gt;Cystic neoplasms of the pancreas.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font size=&amp;quot;-1&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;span title=&amp;quot;The New England journal of medicine.&amp;quot;&amp;gt;N Engl J Med.&amp;lt;/span&amp;gt;&lt;br /&gt;
 2004 Sep 16;351(12):1218-26. Review. No abstract available. &amp;lt;br&amp;gt;&lt;br /&gt;
PMID: 15371579 [PubMed - indexed for MEDLINE]&lt;br /&gt;
&amp;lt;/font&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Wikipedia Examples ==&lt;br /&gt;
&lt;br /&gt;
=== Wikipedia Book ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;li id=&amp;quot;_note-8&amp;quot;&amp;gt;&amp;lt;b&amp;gt;&amp;lt;a href=&amp;quot;#_ref-8&amp;quot; title=&amp;quot;&amp;quot;&amp;gt;^&amp;lt;/a&amp;gt;&amp;lt;/b&amp;gt; &lt;br /&gt;
&amp;lt;i&amp;gt;Tuva Or Bust!&amp;lt;/i&amp;gt;, Ralph Leighton, W. W. Norton &amp;amp;amp; Company, 2000, &lt;br /&gt;
&amp;lt;a href=&amp;quot;/w/index.php?title=Special:Booksources&amp;amp;amp;isbn=0393320693&amp;quot; &lt;br /&gt;
    class=&amp;quot;internal&amp;quot;&amp;gt;ISBN 0393320693&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Wikipedia Journal Article ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;li id=&amp;quot;_note-science1982-Dickerson&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;&amp;lt;a href=&amp;quot;#_ref-science1982-Dickerson_0&amp;quot; title=&amp;quot;&amp;quot;&amp;gt;^&amp;lt;/a&amp;gt;&amp;lt;/b&amp;gt;&lt;br /&gt;
 &amp;lt;cite style=&amp;quot;font-style:normal&amp;quot;&amp;gt;Dickerson et al. (1982). &amp;quot;The Anatomy of A-, B-, and Z-DNA&amp;quot;. &lt;br /&gt;
 &amp;lt;i&amp;gt;Science&amp;lt;/i&amp;gt; &amp;lt;b&amp;gt;216&amp;lt;/b&amp;gt;: 475-485. DOI: 10.1126/science.7071593.&amp;lt;/cite&amp;gt;&lt;br /&gt;
 &amp;lt;sup&amp;gt;&amp;lt;a href=&amp;quot;...&amp;quot; class=&amp;quot;external text&amp;quot; title=&amp;quot;...&amp;quot;&amp;gt;PubMed&amp;lt;/a&amp;gt;&amp;lt;/sup&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Wikipedia Court Case ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;i&amp;gt;&amp;lt;a href=&amp;quot;/wiki/Perfect_10_v._Google_Inc&amp;quot; title=&amp;quot;Perfect 10 v. Google Inc&amp;quot;&amp;gt;Perfect 10 v. Google Inc&amp;lt;/a&amp;gt;&amp;lt;/i&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;CASE NO. CV 04-9484 AHM (SHx)&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;a href=&amp;quot;/wiki/Central_District_of_California&amp;quot; title=&amp;quot;Central District of California&amp;quot;&amp;gt;CDCA&amp;lt;/a&amp;gt; 2006&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Thumbnails in Web searches that impinged upon market for images of that size were not fair use.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Wikipedia US Law ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;cite id=&amp;quot;endnote_FISA&amp;quot; style=&amp;quot;font-style: normal;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;a href=&amp;quot;#ref_FISA&amp;quot; title=&amp;quot;&amp;quot;&amp;gt;&amp;lt;b&amp;gt;↑&amp;lt;/b&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/cite&amp;gt;&amp;amp;#160; &lt;br /&gt;
&amp;lt;a href=&amp;quot;http://www.law.cornell.edu/uscode/html/uscode50/usc_sup_01_50_10_36.html&amp;quot; &lt;br /&gt;
    class=&amp;quot;external text&amp;quot; title=&amp;quot;...&amp;quot;&amp;gt;50 U.S.C Chapter 36 Foreign Intelligence Surveillance&amp;lt;/a&amp;gt;&lt;br /&gt;
     The complete text of the Foreign Intelligence Surveillance Act&lt;br /&gt;
     &amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The sections of the law are cited inline, without markup, as &amp;quot;50 U.S.C. §1801(a) (4),(5),(6)&amp;quot; for example.&lt;br /&gt;
&lt;br /&gt;
=== Wikipedia Conference Presentation ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;h3&amp;gt;Conference presentation by Pillar&amp;lt;/h3&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&lt;br /&gt;
&amp;lt;a href=&amp;quot;http://www.duke.edu/web/tiss/archives/conferencerecords/media/Pillar.htm&amp;quot; &lt;br /&gt;
class=&amp;quot;external text&amp;quot; title=&amp;quot;...&amp;quot;&amp;gt;Foreign and Domestic Publics and the Counter-terrorism Effort&amp;lt;/a&amp;gt;&lt;br /&gt;
 (Duke University, 21-2 March 2003).&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Wikipedia Primary Historical Source ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;U.S. War Dept., &amp;lt;a href=&amp;quot;http://cdl.library.cornell.edu/moa/browse.monographs/waro.html&amp;quot; &lt;br /&gt;
                         class=&amp;quot;external text&amp;quot; title=&amp;quot;...&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;i&amp;gt;The War of the Rebellion: a Compilation of the Official Records of the Union and Confederate Armies&amp;lt;/i&amp;gt;&amp;lt;/a&amp;gt;,&lt;br /&gt;
 U.S. Government Printing Office, 1880–1901. 70 very large volumes of letters and reports written by both armies. &lt;br /&gt;
 Online at &amp;lt;a href=&amp;quot;http://cdl.library.cornell.edu/moa/browse.monographs/waro.html&amp;quot; &lt;br /&gt;
                 class=&amp;quot;external autonumber&amp;quot; title=&amp;quot;...&amp;quot;&amp;gt;[6]&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Wikipedia U.S. Patent ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;a href=&amp;quot;http://patft.uspto.gov/netacgi/nph-Parser?patentnumber=4,405,829&amp;quot; class=&amp;quot;external text&amp;quot; &lt;br /&gt;
    title=&amp;quot;http://patft.uspto.gov/netacgi/nph-Parser?patentnumber=4,405,829&amp;quot;&amp;gt;U.S. Patent 4,405,829&amp;lt;/a&amp;gt;:&lt;br /&gt;
    The &amp;lt;a href=&amp;quot;/wiki/RSA&amp;quot; title=&amp;quot;RSA&amp;quot;&amp;gt;RSA&amp;lt;/a&amp;gt; patent, a famous software patent on the ground-breaking &lt;br /&gt;
    and highly unobvious algorithm for public key encryption, widely used for secure communications &lt;br /&gt;
    in many industries nowdays&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== EPrints.org generated output ==&lt;br /&gt;
&lt;br /&gt;
EPrints uses the DC terms for information in the head element of an entry:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;head&amp;gt;&lt;br /&gt;
    &amp;lt;title&amp;gt;ECS EPrints Service - Winnowing Ontologies based on Application Use&amp;lt;/title&amp;gt;&lt;br /&gt;
    &amp;lt;link href=&amp;quot;http://purl.org/DC/elements/1.0/&amp;quot; rel=&amp;quot;schema.DC&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;meta content=&amp;quot;Winnowing Ontologies based on Application Use&amp;quot; name=&amp;quot;DC.title&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;meta content=&amp;quot;Alani, Harith&amp;quot; name=&amp;quot;DC.creator&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;meta content=&amp;quot;Harris, Stephen&amp;quot; name=&amp;quot;DC.creator&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;meta content=&amp;quot;O'Neil, Ben&amp;quot; name=&amp;quot;DC.creator&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;meta content=&amp;quot;The requirements of specific ... that ontology.&amp;quot; name=&amp;quot;DC.description&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;meta content=&amp;quot;2006-01-01&amp;quot; name=&amp;quot;DC.date&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;meta content=&amp;quot;Conference or Workshop Item&amp;quot; name=&amp;quot;DC.type&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;meta content=&amp;quot;http://eprints.ecs.soton.ac.uk/12070/&amp;quot; name=&amp;quot;DC.identifier&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;meta content=&amp;quot;pdf http://eprints.ecs.soton.ac.uk/12070/01/Alani-final.pdf&amp;quot; name=&amp;quot;DC.format&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;link title=&amp;quot;Full Text (application/pdf)&amp;quot; href=&amp;quot;http://eprints.ecs.soton.ac.uk/12070/01/Alani-final.pdf&amp;quot; &lt;br /&gt;
    class=&amp;quot;fulltext&amp;quot; type=&amp;quot;application/pdf&amp;quot; rel=&amp;quot;alternate&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
And the following markup for the page's HTML:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;td valign=&amp;quot;top&amp;quot;&amp;gt;&amp;lt;div class=&amp;quot;page&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h1 class=&amp;quot;pagetitle&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;field_title&amp;quot;&amp;gt;Winnowing Ontologies based on Application Use&amp;lt;/span&amp;gt;&amp;lt;/h1&amp;gt;&lt;br /&gt;
&amp;lt;p class=&amp;quot;intro&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;citation&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;field_authors&amp;quot;&amp;gt;Alani, H., Harris, S. and O'Neil, B.&amp;lt;/span&amp;gt; &lt;br /&gt;
(&amp;lt;span class=&amp;quot;field_year&amp;quot;&amp;gt;2006&amp;lt;/span&amp;gt;)&lt;br /&gt;
&amp;lt;span class=&amp;quot;field_title&amp;quot;&amp;gt;Winnowing Ontologies based on Application Use&amp;lt;/span&amp;gt;. &lt;br /&gt;
  In &amp;lt;i&amp;gt;Proceedings of &lt;br /&gt;
&amp;lt;span class=&amp;quot;field_conference&amp;quot;&amp;gt;3rd European Semantic Web Conference (ESWC)&amp;lt;/span&amp;gt;&amp;lt;/i&amp;gt;, &lt;br /&gt;
&amp;lt;span class=&amp;quot;field_confloc&amp;quot;&amp;gt;Budva, Montenegro&amp;lt;/span&amp;gt;.&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== BibDesk default HTML export example ==&lt;br /&gt;
&lt;br /&gt;
Due to some recent improvements, BibDesk allows extensive user customization of its HTML output.&lt;br /&gt;
It has had an HTML template system since 2004, and the default template hasn't changed much since then.&lt;br /&gt;
Here is the default template, which I wrote long before I knew what little I know now of semantic HTML - Mike.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;content&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h1&amp;gt;&amp;lt;$fileName.lastPathComponent/&amp;gt;&amp;lt;/h1&amp;gt;&lt;br /&gt;
&amp;lt;dl&amp;gt;&lt;br /&gt;
&amp;lt;dt class=&amp;quot;Key&amp;quot; id=&amp;quot;&amp;lt;$citeKey/&amp;gt;&amp;quot;&amp;gt;&amp;lt;$citeKey/&amp;gt;&amp;lt;dt /&amp;gt;&lt;br /&gt;
&amp;lt;dd class=&amp;quot;Pub&amp;quot;&amp;gt;&lt;br /&gt;
	&amp;lt;span class=&amp;quot;Title&amp;quot;&amp;gt;&amp;lt;$fields.Title/&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
	&amp;lt;span class=&amp;quot;Author&amp;quot;&amp;gt;&amp;lt;$pubAuthorsForDisplay/&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
	&amp;lt;span class=&amp;quot;Journal&amp;quot;&amp;gt;&amp;lt;$fields.Journal/&amp;gt;&amp;lt;/span&amp;gt;&amp;amp;nbsp;&lt;br /&gt;
	&amp;lt;span class=&amp;quot;Volume&amp;quot;&amp;gt;&amp;lt;$fields.Volume/&amp;gt;&amp;lt;/span&amp;gt;&amp;amp;nbsp;&lt;br /&gt;
	&amp;lt;span class=&amp;quot;Pages&amp;quot;&amp;gt;&amp;lt;$fields.Pages/&amp;gt;&amp;lt;/span&amp;gt;&amp;amp;nbsp;&lt;br /&gt;
	(&amp;lt;span class=&amp;quot;Date&amp;quot;&amp;gt;&amp;lt;$fields.Year/&amp;gt;&amp;lt;/span&amp;gt;)&amp;lt;br /&amp;gt;&lt;br /&gt;
	&amp;lt;span class=&amp;quot;Url&amp;quot;&amp;gt;&amp;lt;a href=&amp;quot;&amp;lt;$fields.Url/&amp;gt;&amp;quot;&amp;gt;&amp;lt;$fields.Url/&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
	&amp;lt;div class=&amp;quot;Abstract&amp;quot;&amp;gt;&amp;lt;$fields.Abstract/&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;dd /&amp;gt;&lt;br /&gt;
&amp;lt;/dl&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;
Here's a popular modification to the default template, also from 2004, which was used to make this [http://craftsrv1.epfl.ch/~cherubini/extranet/bib/CSCL.bib.html annotated reading list].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;p class=&amp;quot;trigger&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;table width=&amp;quot;100%&amp;quot;  border=&amp;quot;0&amp;quot; cellspacing=&amp;quot;0&amp;quot; cellpadding=&amp;quot;0&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;tr&amp;gt;&lt;br /&gt;
            &amp;lt;td width=&amp;quot;20%&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;Author&amp;quot;&amp;gt;&amp;lt;$pubFields.Author/&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
            &amp;lt;td width=&amp;quot;5%&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;Year&amp;quot;&amp;gt;&amp;lt;$pubFields.Year/&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
            &amp;lt;td width=&amp;quot;55%&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;Title&amp;quot;&amp;gt;&amp;lt;$pubFields.Title/&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
            &amp;lt;td width=&amp;quot;10%&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;url&amp;quot;&amp;gt;&amp;lt;$pubType/&amp;gt;&amp;lt;/span&amp;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;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;div&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;url&amp;quot;&amp;gt; &lt;br /&gt;
&amp;lt;a href=&amp;quot;&amp;lt;$pubFields.Url/&amp;gt;&amp;quot;&amp;gt; &amp;lt;img src=&amp;quot;pdf_icon.gif&amp;quot; border=&amp;quot;0&amp;quot;&amp;gt; &amp;lt;$citeKey/&amp;gt; ~ &amp;lt;$pubFields.Url/&amp;gt;&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p class=&amp;quot;Annote&amp;quot;&amp;gt;Abstract:&amp;lt;br&amp;gt;&amp;lt;$pubFields.Abstract/&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;Notes: &amp;lt;br&amp;gt;&amp;lt;$pubFields.Annote/&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;Keywords: &amp;lt;$pubFields.Keywords/&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;BibTeX: &amp;lt;$bibTeXString/&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;$RTFValue/&amp;gt;&lt;br /&gt;
&amp;lt;/p&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;
Note that the tags that look like &amp;amp;lt;$foo/&amp;amp;gt; are templating entries and are replaced by values from each cited publication object.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== OCLC WorldCat Online ==&lt;br /&gt;
&lt;br /&gt;
=== Book ===&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 id=&amp;quot;item&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;table cellspacing=&amp;quot;0&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td class=&amp;quot;illustration&amp;quot;&amp;gt;&amp;lt;img src=&amp;quot;/wcpa/servlet/DCARead?standardNo=0062515861&amp;amp;standardNoType=1&amp;quot; alt=&amp;quot;Weaving the Web : the original design and ultimate destiny of the World Wide Web by its inventor &amp;quot; /&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td class=&amp;quot;info&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h1 class=&amp;quot;title&amp;quot;&amp;gt; Weaving the Web : the original design and ultimate destiny of the World Wide Web by its inventor &amp;lt;/h1&amp;gt;&lt;br /&gt;
&amp;lt;p class=&amp;quot;author&amp;quot;&amp;gt;&amp;lt;strong&amp;gt;by    &amp;lt;a href=&amp;quot;/search?q=au%3ATim+Berners-Lee&amp;amp;qt=hot_author&amp;quot; title=&amp;quot;Search for more by this author&amp;quot;&amp;gt;Tim Berners-Lee&amp;lt;/a&amp;gt;;&amp;amp;nbsp;&lt;br /&gt;
&amp;lt;a href=&amp;quot;/search?q=au%3AMark+Fischetti&amp;amp;qt=hot_author&amp;quot; title=&amp;quot;Search for more by this author&amp;quot;&amp;gt;Mark Fischetti&amp;lt;/a&amp;gt;&amp;lt;/strong&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;ul class=&amp;quot;detailed&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;li class=&amp;quot;type&amp;quot;&amp;gt;&amp;lt;strong&amp;gt;Type: &amp;lt;/strong&amp;gt;English : &amp;lt;img src=&amp;quot;/wcpa/images/icon-bks.gif&amp;quot; height=16 width=16 alt=&amp;quot;&amp;quot; title=&amp;quot;Book&amp;quot; class=&amp;quot;icn&amp;quot;/&amp;gt; &amp;lt;nobr&amp;gt;Book&lt;br /&gt;
&amp;lt;/nobr&amp;gt;&amp;lt;nobr&amp;gt;&amp;lt;/nobr&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li class=&amp;quot;publisher&amp;quot;&amp;gt;&amp;lt;strong&amp;gt;Publisher: &amp;lt;/strong&amp;gt; San Francisco : HarperSanFrancisco, &amp;amp;copy;1999.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li class=&amp;quot;isbn&amp;quot;&amp;gt;&amp;lt;strong&amp;gt;ISBN: &amp;lt;/strong&amp;gt;0062515861  006251587X&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li class=&amp;quot;oclc&amp;quot;&amp;gt;&amp;lt;strong&amp;gt;OCLC: &amp;lt;/strong&amp;gt;41238513&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&amp;lt;ul class=&amp;quot;subjects&amp;quot;&amp;gt;&amp;lt;li&amp;gt;&amp;lt;strong&amp;gt;Subjects: &amp;lt;/strong&amp;gt;&amp;lt;a href=&amp;quot;/search?q=su%3AWorld+Wide+Web+History.&amp;amp;qt=hot_subject&amp;quot; title=&amp;quot;Search for more with this subject&amp;quot;&amp;gt;World Wide Web -- History.&amp;lt;/a&amp;gt; | &amp;lt;a href=&amp;quot;/search?q=su%3ABerners-Lee%2C+Tim.&amp;amp;qt=hot_subject&amp;quot; title=&amp;quot;Search for more with this subject&amp;quot;&amp;gt;Berners-Lee, Tim.&amp;lt;/a&amp;gt; | &amp;lt;a href=&amp;quot;/search?q=su%3ABerners-Lee%2C+Tim.&amp;amp;qt=hot_subject&amp;quot; title=&amp;quot;Search for more with this subject&amp;quot;&amp;gt;Berners-Lee, Tim.&amp;lt;/a&amp;gt; | &amp;lt;a HREF=&amp;quot;/oclc/41238513?tab=subjects&amp;quot; title=&amp;quot;More ...&amp;quot;&amp;gt;More ...&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td class=&amp;quot;bookmark&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;a href=&amp;quot;javascript:bookmarksite(document.title, 'http://www.worldcatlibraries.org/oclc/41238513');&amp;quot; onmouseover=&amp;quot;MM_displayStatusMsg('Bookmark This Page');return document.MM_returnValue;&amp;quot; onmouseout=&amp;quot;MM_displayStatusMsg('');return document.MM_returnValue;&amp;quot;&amp;gt;Bookmark&amp;lt;/a&amp;gt;&amp;amp;nbsp;|&amp;amp;nbsp;&amp;lt;a href=&amp;quot;/oclc/41238513&amp;quot;&amp;gt;Permalink&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;span class=&amp;quot;Z3988&amp;quot; title=&amp;quot;url_ver=Z39.88-2004&amp;amp;rfr_id=info:sid/worldcatlibraries.org:worldcat&amp;amp;rft_val_fmt=info:ofi/fmt:kev:mtx:book&amp;amp;rft_ref_fmt=info:ofi/fmt:xml:xsd:oai_dc&amp;amp;rft_ref=http://partneraccess.oclc.org/wcpa/servlet/OUDCXML?oclcnum=41238513&amp;amp;rft_id=info:oclcnum/41238513&amp;amp;rft_id=urn:ISBN:0062515861&amp;amp;rft_id=urn:ISSN:&amp;amp;rft.aulast=Berners-Lee&amp;amp;rft.aufirst=Tim&amp;amp;rft.auinitm=&amp;amp;rft.btitle=Weaving+the+Web+%3A+the+original+design+and+ultimate+destiny+of+the+World+Wide+Web+by+its+inventor++&amp;amp;rft.atitle=&amp;amp;rft.date=&amp;amp;rft.tpages=&amp;amp;rft.isbn=0062515861&amp;amp;rft.aucorp=&amp;amp;rft.place=San+Francisco&amp;amp;rft.pub=HarperSanFrancisco&amp;amp;rft.edition=1st+ed.&amp;amp;rft.series=&amp;amp;rft.genre=book&amp;quot;&amp;gt;&amp;lt;/span&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;
&amp;lt;/div&amp;gt;&lt;br /&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;
=== Journal ===&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 id=&amp;quot;item&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;table cellspacing=&amp;quot;0&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td class=&amp;quot;info&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h1 class=&amp;quot;title&amp;quot;&amp;gt; Cataloging &amp;amp; classification quarterly.&amp;lt;/h1&amp;gt;&lt;br /&gt;
&amp;lt;ul class=&amp;quot;detailed&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;li class=&amp;quot;type&amp;quot;&amp;gt;&amp;lt;strong&amp;gt;Type: &amp;lt;/strong&amp;gt;English : &amp;lt;img src=&amp;quot;/wcpa/images/icon-ser.gif&amp;quot; height=16 width=16 alt=&amp;quot;&amp;quot; title=&amp;quot;Serial Publication&amp;quot; class=&amp;quot;icn&amp;quot;/&amp;gt; &amp;lt;nobr&amp;gt;Serial Publication&lt;br /&gt;
&amp;lt;/nobr&amp;gt; : &amp;lt;nobr&amp;gt;Periodical&amp;lt;/nobr&amp;gt;&lt;br /&gt;
&amp;lt;nobr&amp;gt;&amp;lt;span title=&amp;quot;Internet Resource&amp;quot;&amp;gt;&amp;lt;img height=16 width=16 border=0 align=&amp;quot;absmiddle&amp;quot; src=&amp;quot;/wcpa/images/icon-url.gif&amp;quot; alt=&amp;quot;Internet Resource&amp;quot;&amp;gt;&amp;amp;nbsp;Internet Resource&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/nobr&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li class=&amp;quot;publisher&amp;quot;&amp;gt;&amp;lt;strong&amp;gt;Publisher: &amp;lt;/strong&amp;gt; New York, N.Y. : Haworth Press, [&amp;amp;copy;1981]-&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li class=&amp;quot;isbn&amp;quot;&amp;gt;&amp;lt;strong&amp;gt;ISSN: &amp;lt;/strong&amp;gt;0163-9374 1544-4554&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li class=&amp;quot;oclc&amp;quot;&amp;gt;&amp;lt;strong&amp;gt;OCLC: &amp;lt;/strong&amp;gt;4538259&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&amp;lt;ul class=&amp;quot;subjects&amp;quot;&amp;gt;&amp;lt;li&amp;gt;&amp;lt;strong&amp;gt;Subjects: &amp;lt;/strong&amp;gt;&amp;lt;a href=&amp;quot;/search?q=su%3ACataloging+Periodicals.&amp;amp;qt=hot_subject&amp;quot; title=&amp;quot;Search for more with this subject&amp;quot;&amp;gt;Cataloging -- Periodicals.&amp;lt;/a&amp;gt; | &amp;lt;a href=&amp;quot;/search?q=su%3AClassification+Books+Periodicals.&amp;amp;qt=hot_subject&amp;quot; title=&amp;quot;Search for more with this subject&amp;quot;&amp;gt;Classification -- Books -- Periodicals.&amp;lt;/a&amp;gt; | &amp;lt;a href=&amp;quot;/search?q=su%3AClassification+Periodicals.&amp;amp;qt=hot_subject&amp;quot; title=&amp;quot;Search for more with this subject&amp;quot;&amp;gt;Classification -- Periodicals.&amp;lt;/a&amp;gt; | &amp;lt;a HREF=&amp;quot;/oclc/4538259?tab=subjects&amp;quot; title=&amp;quot;More ...&amp;quot;&amp;gt;More ...&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td class=&amp;quot;bookmark&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;a href=&amp;quot;javascript:bookmarksite(document.title, 'http://www.worldcatlibraries.org/oclc/4538259');&amp;quot; onmouseover=&amp;quot;MM_displayStatusMsg('Bookmark This Page');return document.MM_returnValue;&amp;quot; onmouseout=&amp;quot;MM_displayStatusMsg('');return document.MM_returnValue;&amp;quot;&amp;gt;Bookmark&amp;lt;/a&amp;gt;&amp;amp;nbsp;|&amp;amp;nbsp;&amp;lt;a href=&amp;quot;/oclc/4538259&amp;quot;&amp;gt;Permalink&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;span class=&amp;quot;Z3988&amp;quot; title=&amp;quot;url_ver=Z39.88-2004&amp;amp;rfr_id=info:sid/worldcatlibraries.org:worldcat&amp;amp;rft_val_fmt=info:ofi/fmt:kev:mtx:journal&amp;amp;rft_ref_fmt=info:ofi/fmt:xml:xsd:oai_dc&amp;amp;rft_ref=http://partneraccess.oclc.org/wcpa/servlet/OUDCXML?oclcnum=4538259&amp;amp;rft_id=info:oclcnum/4538259&amp;amp;rft_id=urn:ISBN:&amp;amp;rft_id=urn:ISSN:0163-9374&amp;amp;rft.aulast=&amp;amp;rft.aufirst=&amp;amp;rft.auinitm=&amp;amp;rft.atitle=&amp;amp;rft.jtitle=Cataloging+%26+classification+quarterly.&amp;amp;rft.date=&amp;amp;rft.volume=&amp;amp;rft.issue=&amp;amp;rft.spage=&amp;amp;rft.epage=&amp;amp;rft.pages=&amp;amp;rft.issn=0163-9374&amp;amp;rft.eissn=1544-4554&amp;amp;rft.aucorp=&amp;amp;rft.place=&amp;amp;rft.pub=&amp;amp;rft.edition=&amp;amp;rft.series=&amp;amp;rft.genre=journal&amp;quot;&amp;gt;&amp;lt;/span&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;
&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;
&amp;lt;nowiki&amp;gt;Insert non-formatted text here&amp;lt;/nowiki&amp;gt;&amp;lt;nowiki&amp;gt;Insert non-formatted text here&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Implied schema ==&lt;br /&gt;
&lt;br /&gt;
Many of the examples have simple citations in &amp;amp;lt;p&amp;amp;gt;, &amp;amp;lt;div&amp;amp;gt;, &amp;amp;lt;td&amp;amp;gt; etc with no further coding; i.e. &amp;amp;lt;td&amp;amp;gt;Book Title. Author. Publisher, date.&amp;amp;lt;/td&amp;amp;gt;&lt;br /&gt;
&lt;br /&gt;
The following lists the most common markup:&lt;br /&gt;
&lt;br /&gt;
=== Book Titles: ===&lt;br /&gt;
&lt;br /&gt;
*id=&amp;quot;title&amp;quot;&lt;br /&gt;
*class=&amp;quot;producttitle&amp;quot;&lt;br /&gt;
*class=&amp;quot;title&amp;quot;&lt;br /&gt;
*id=&amp;quot;lblTitle&amp;quot;&lt;br /&gt;
*h1&lt;br /&gt;
*h2&lt;br /&gt;
*&amp;amp;lt;dt&amp;amp;gt;&amp;amp;lt;/dt&amp;amp;gt;&lt;br /&gt;
*&amp;amp;lt;cite&amp;amp;gt;&amp;amp;lt;/cite&amp;amp;gt;&lt;br /&gt;
*&amp;amp;lt;strong&amp;amp;gt;&amp;amp;lt;/strong&amp;amp;gt;&lt;br /&gt;
*&amp;amp;lt;i&amp;amp;gt;&amp;amp;lt;/i&amp;amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Book Series: ===&lt;br /&gt;
&lt;br /&gt;
*id=&amp;quot;serieslbl&amp;quot;&lt;br /&gt;
*class=&amp;quot;productsubtitle&amp;quot;&lt;br /&gt;
&lt;br /&gt;
=== Sub-titles: ===&lt;br /&gt;
&lt;br /&gt;
*id=&amp;quot;subtitle&amp;quot;&lt;br /&gt;
*class=&amp;quot;productsubtitle&amp;quot;&lt;br /&gt;
*class=&amp;quot;sub_title&amp;quot;&lt;br /&gt;
*id=&amp;quot;lblSubTitle&amp;quot;&lt;br /&gt;
*class=&amp;quot;book_subline&amp;quot;&lt;br /&gt;
*class=&amp;quot;subTitle&amp;quot;&lt;br /&gt;
&lt;br /&gt;
=== Author: ===&lt;br /&gt;
&lt;br /&gt;
*id=&amp;quot;credit&amp;quot;&lt;br /&gt;
*class=&amp;quot;productauthor&amp;quot;&lt;br /&gt;
*class=&amp;quot;author&amp;quot;&lt;br /&gt;
*Authors (table cell)&lt;br /&gt;
*class=&amp;quot;byline&amp;quot;&lt;br /&gt;
*class=&amp;quot;creator&amp;quot;&lt;br /&gt;
*class=&amp;quot;role&amp;quot;&lt;br /&gt;
*Inside &amp;amp;lt;dd&amp;amp;gt;&amp;amp;lt;/dd&amp;amp;gt; with other elements&lt;br /&gt;
*&amp;amp;lt;li&amp;amp;gt;&amp;amp;lt;/li&amp;amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Publication Date: ===&lt;br /&gt;
&lt;br /&gt;
*id=&amp;quot;pubdate&amp;quot;&lt;br /&gt;
*Publication Date: (table cell)&lt;br /&gt;
*id=&amp;quot;pnlPubDate&amp;quot;&lt;br /&gt;
*Publication Date: &lt;br /&gt;
*class=&amp;quot;publicationdate&amp;quot;&lt;br /&gt;
*Published/Released: &lt;br /&gt;
*class=&amp;quot;date&amp;quot; w/ class=&amp;quot;year&amp;quot;, class=&amp;quot;month&amp;quot;, class=&amp;quot;day&amp;quot;&lt;br /&gt;
*Inside &amp;amp;lt;dd&amp;amp;gt;&amp;amp;lt;/dd&amp;amp;gt; with other elements&lt;br /&gt;
&lt;br /&gt;
=== Publisher: ===&lt;br /&gt;
&lt;br /&gt;
*class=&amp;quot;publisher&amp;quot;&lt;br /&gt;
*class=&amp;quot;origin&amp;quot; (publication location)&lt;br /&gt;
&lt;br /&gt;
=== Volumes: ===&lt;br /&gt;
&lt;br /&gt;
*class=&amp;quot;volume&amp;quot;&lt;br /&gt;
&lt;br /&gt;
=== Issue Number: ===&lt;br /&gt;
&lt;br /&gt;
*class=&amp;quot;issue&amp;quot;&lt;br /&gt;
&lt;br /&gt;
=== Page Numbers: ===&lt;br /&gt;
&lt;br /&gt;
*class=&amp;quot;locator&amp;quot; (inclusive page numbers)&lt;br /&gt;
&lt;br /&gt;
=== ISBN: ===&lt;br /&gt;
&lt;br /&gt;
*class=&amp;quot;isbn&amp;quot;&lt;br /&gt;
*id=&amp;quot;pnlIsbn&amp;quot;&lt;br /&gt;
*id=&amp;quot;lblIsbn&amp;quot;&lt;br /&gt;
*class=&amp;quot;isbnNumber&amp;quot;&lt;br /&gt;
&lt;br /&gt;
=== Book Edition: ===&lt;br /&gt;
&lt;br /&gt;
*class=&amp;quot;edition&amp;quot;&lt;br /&gt;
*Inside &amp;amp;lt;dd&amp;amp;gt;&amp;amp;lt;/dd&amp;amp;gt; with other elements&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Citeproc XHTML output ==&lt;br /&gt;
&lt;br /&gt;
I'm the author of the [http://xbiblio.sourceforge.net/citeproc.html citeproc] project, which includes a micro-format of sorts (though I never thought of it as such) in its XHTML output mode.  See [http://xbiblio.sourceforge.net/examples/apa-en.html here] for an example.  The difference compared to the bibtex-derived model is that is a) more generic and b) hierachical. &lt;br /&gt;
&lt;br /&gt;
It would be possible, certainly, to do a flat model if for some reason there was a good technical reason not to go hierarchical (though is there?)&lt;br /&gt;
&lt;br /&gt;
'''The burden of proof is on *going* hierarchical, rather than a simpler flat solution.  Complexity must be justified, not simplicity.'''&lt;br /&gt;
&lt;br /&gt;
... but then you need to think outside the BibTeX box in any case. Any model of this sort ought to be able to handle legal citations, magazine articles, patents, etc. etc.; not just a narrow range of BibTeX types.&lt;br /&gt;
&lt;br /&gt;
'''Per the microformats [[process]], microformats are designed to support existing practice on the Web, anything else should be omitted from at least the first version.'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Styles ==&lt;br /&gt;
This does NOT define a format, but instead shows how the format should be displayed. This is something out of the direct scope of this project. CSS styles will handle the look-and-feel of the text, and the author can put it in any order they choose. These links are mentioned for two reasons, one is informative, the other is so we know at least meet the minimum properties that are used in the styles.&lt;br /&gt;
&lt;br /&gt;
* [http://www.liu.edu/cwis/cwp/library/workshop/citmla.htm MLA Style]&lt;br /&gt;
* [http://www.bu.edu/library/guides/citation.html Chicago, MLA, and APA styles]&lt;br /&gt;
* [http://www.legalbluebook.com/ Blue Book] for legal citations&lt;br /&gt;
* [http://www.columbia.edu/cu/cup/cgos/idx_basic.html Columbia University Citation Style] developed for modern internet citations&lt;/div&gt;</summary>
		<author><name>Mike</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=citation-examples-markup&amp;diff=9431</id>
		<title>citation-examples-markup</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=citation-examples-markup&amp;diff=9431"/>
		<updated>2006-10-13T00:41:43Z</updated>

		<summary type="html">&lt;p&gt;Mike: /* ACM Digital Library Search Result Examples */ added markup for conf. pres. example&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h1&amp;gt; Citation Examples &amp;lt;/h1&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The following examples are real world examples of citations found on the web. Please add to this list. The idea is that we get a solid sample of examples and see what commonalities there are amonst them and try to build this microformat so that it can meet 80% of typical uses.&lt;br /&gt;
&lt;br /&gt;
See also:&lt;br /&gt;
* [[citation]]&lt;br /&gt;
* [[citation-formats]]&lt;br /&gt;
* [[citation-brainstorming]]&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
== Contributors ==&lt;br /&gt;
* ...&lt;br /&gt;
* ...&lt;br /&gt;
* Tantek Çelik&lt;br /&gt;
* [http://michael-mccracken.net/wp/ Michael McCracken]&lt;br /&gt;
* [http://inkdroid.org Ed Summers]&lt;br /&gt;
* Tim White&lt;br /&gt;
&lt;br /&gt;
== Citation Mark Up in the Wild ==&lt;br /&gt;
Mark up examples from reference publisher's websites (online catalogs), including ABC-CLIO, Greenwood Press, Marshall Cavendish, Oxford University Press (USA) and Thomson Gale. Examples are broken down and organized by element. &lt;br /&gt;
&lt;br /&gt;
(For a cleaner version, see [http://www.tjameswhite.com/citation-examples.htm])&lt;br /&gt;
&lt;br /&gt;
=== ABC-CLIO Product [http://www.abc-clio.com/products/overview.aspx?productid=109327 detail page] ===&lt;br /&gt;
* subtitle&lt;br /&gt;
* title&lt;br /&gt;
* author&lt;br /&gt;
* Image&lt;br /&gt;
* pubdate&lt;br /&gt;
* pages&lt;br /&gt;
* volumes&lt;br /&gt;
* trimsize (book dimentions 8.5x11)&lt;br /&gt;
* Format&lt;br /&gt;
* Price&lt;br /&gt;
* ISBN&lt;br /&gt;
&lt;br /&gt;
=== Greenwood Press [http://www.greenwood.com/ home page] featured book ===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
  &amp;lt;div class=&amp;quot;title&amp;quot;&amp;gt; &amp;lt;a href=&amp;quot;/books/BookDetail.asp?sku=GR2847&amp;quot;&amp;gt;The Greenwood Encyclopedia of World Folklore&lt;br /&gt;
     and Folklife&amp;lt;/a&amp;gt; &amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;div class=&amp;quot;img_box&amp;quot;&amp;gt; &amp;lt;a href=&amp;quot;/books/BookDetail.asp?sku=GR2847&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;img src=&amp;quot;/_net.templates/showImage.aspx?imgName=0313328471.jpg&amp;amp;s=140&amp;quot; alt=&amp;quot;The Greenwood Encyclopedia&lt;br /&gt;
    of World Folklore and Folklife&amp;quot; border=&amp;quot;0&amp;quot; /&amp;gt;&amp;lt;/a&amp;gt; &amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;div class=&amp;quot;sub_title&amp;quot;&amp;gt;Four Volumes&amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;div class=&amp;quot;author&amp;quot;&amp;gt;William M. Clements&amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;div class=&amp;quot;isbn&amp;quot;&amp;gt;0-313-32847-1&amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;div class=&amp;quot;price&amp;quot;&amp;gt;$449.95 &amp;lt;span class=&amp;quot;pipe&amp;quot;&amp;gt;|&amp;lt;/span&amp;gt; &amp;amp;pound;255.00&amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;!--&amp;lt;div class=&amp;quot;clearing&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;--&amp;gt;&lt;br /&gt;
  &amp;lt;div class=&amp;quot;bookDescription&amp;quot;&amp;gt; China . . . Malta . . . Madagascar . . . Wales . . . and Texas: these are &lt;br /&gt;
    among the many exotic, distant lands that capture our minds and imaginations. In an era of increasing &lt;br /&gt;
    globalization, students, general readers, and business professionals need to know about... &lt;br /&gt;
    &amp;lt;a href=&amp;quot;/books/BookDetail.asp?sku=GR2847&amp;quot;&amp;gt;Read&amp;amp;nbsp;more&amp;lt;/a&amp;gt; &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Greenwood Press [http://www.greenwood.com/catalog/GR2847.aspx Product detail page] ===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
  &amp;lt;div id=&amp;quot;pnlContent&amp;quot; class=&amp;quot;pnlContent&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;div id=&amp;quot;pnlFlyerBox&amp;quot; class=&amp;quot;flyerBox&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;a id=&amp;quot;hlFlyer&amp;quot; class=&amp;quot;flyerLink&amp;quot; href=&amp;quot;/books/printFlyer.aspx?sku=GR2847&amp;quot; target=&amp;quot;_blank&amp;quot;&amp;gt;Print &lt;br /&gt;
        book flyer&amp;lt;/a&amp;gt; &amp;lt;br /&amp;gt;&lt;br /&gt;
      &amp;lt;a id=&amp;quot;hlFlyerInternational&amp;quot; class=&amp;quot;international_flyer&amp;quot; &lt;br /&gt;
      href=&amp;quot;/books/printFlyer.aspx?sku=GR2847&amp;amp;amp;location=international&amp;quot; ...&amp;gt;(International version)&amp;lt;/a&amp;gt; &lt;br /&gt;
    &amp;lt;/div&amp;gt;&lt;br /&gt;
    &amp;lt;span id=&amp;quot;lblTitle&amp;quot; class=&amp;quot;book_headline block&amp;quot;&amp;gt;The Greenwood Encyclopedia of World Folklore and Folklife&amp;lt;/span&amp;gt;&lt;br /&gt;
    &amp;lt;span id=&amp;quot;lblSubTitle&amp;quot; class=&amp;quot;book_subline&amp;quot;&amp;gt;Four Volumes&amp;lt;/span&amp;gt;&lt;br /&gt;
    &amp;lt;div id=&amp;quot;pnlBookDetails&amp;quot; class=&amp;quot;detailsBox&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;div id=&amp;quot;pnlImgBox&amp;quot; class=&amp;quot;imgBox&amp;quot;&amp;gt; &lt;br /&gt;
        &amp;lt;img src=&amp;quot;/_net.templates/showImage.aspx?imgName=0313328471.jpg&amp;amp;amp;s=135&amp;quot; alt=&amp;quot;&amp;quot; border=&amp;quot;0&amp;quot; /&amp;gt; &lt;br /&gt;
      &amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;a id=&amp;quot;hlAddToCart&amp;quot; title=&amp;quot;Add this item to your shopping cart&amp;quot; href=&amp;quot;/shopping_cart/?sku=GR2847&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;img title=&amp;quot;Add this item to your shopping cart&amp;quot; &lt;br /&gt;
          src=&amp;quot;/_net.templates/roundedButton.aspx?ButtonText=Add to Cart&amp;quot; alt=&amp;quot;&amp;quot; border=&amp;quot;0&amp;quot; /&amp;gt;&lt;br /&gt;
      &amp;lt;/a&amp;gt; &lt;br /&gt;
      &amp;lt;a id=&amp;quot;hlAddToWishList&amp;quot; title=&amp;quot;Save this item to your wish list&amp;quot; href=&amp;quot;/wish_list/?sku=GR2847&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;img title=&amp;quot;Save this item to your wish list&amp;quot; &lt;br /&gt;
          src=&amp;quot;/_net.templates/roundedButton.aspx?ButtonText=Add to Wish List&amp;quot;.../&amp;gt;&lt;br /&gt;
      &amp;lt;/a&amp;gt;&lt;br /&gt;
      &amp;lt;a id=&amp;quot;hlSharePage&amp;quot; title=&amp;quot;Email this page to a friend&amp;quot; href=&amp;quot;/books/sendform.asp?sku=GR2847&amp;quot;...&amp;gt;&lt;br /&gt;
        &amp;lt;img title=&amp;quot;Email this page to a friend&amp;quot; src=&amp;quot;/_net.templates/roundedButton.aspx?ButtonText=Email&amp;quot;.../&amp;gt;&lt;br /&gt;
      &amp;lt;/a&amp;gt; &lt;br /&gt;
      &amp;lt;a id=&amp;quot;hlPrintPage&amp;quot; title=&amp;quot;Version of this page optimized for printing&amp;quot; href=&amp;quot;/catalog/GR2847.aspx?print=1&amp;quot; ...&amp;gt;&lt;br /&gt;
        &amp;lt;img title=&amp;quot;Version of this page optimized for printing&amp;quot; src=&amp;quot;/_net.templates/roundedButton.aspx?ButtonText=Print&amp;quot;.../&amp;gt;&lt;br /&gt;
      &amp;lt;/a&amp;gt;&lt;br /&gt;
      &amp;lt;a id=&amp;quot;hlWorldCat&amp;quot; href=&amp;quot;http://worldcatlibraries.org/wcpa/isbn/0313328471&amp;quot;...&amp;gt;&lt;br /&gt;
        &amp;lt;img src=&amp;quot;/images/world_catalog.gif&amp;quot;.../&amp;gt;&lt;br /&gt;
      &amp;lt;/a&amp;gt;&lt;br /&gt;
      &amp;lt;div class=&amp;quot;authors&amp;quot;&amp;gt;&amp;lt;span&amp;gt;&amp;lt;a href=&amp;quot;/catalog/author/C/229.aspx&amp;quot;&amp;gt;William M. Clements&amp;lt;/a&amp;gt; (ed.)&amp;lt;/span&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;span id=&amp;quot;lblAuthorsNote&amp;quot; class=&amp;quot;block&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
      &amp;lt;div&amp;gt;&amp;lt;span class=&amp;quot;book_options&amp;quot;&amp;gt;Book Code:&amp;lt;/span&amp;gt; &amp;lt;span id=&amp;quot;lblBookCode&amp;quot;&amp;gt;GR2847&amp;lt;/span&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;div id=&amp;quot;pnlIsbn&amp;quot;&amp;gt; &amp;lt;span class=&amp;quot;book_options&amp;quot;&amp;gt;ISBN:&amp;lt;/span&amp;gt; &amp;lt;span id=&amp;quot;lblIsbn&amp;quot;&amp;gt;0-313-32847-1&amp;lt;/span&amp;gt; &amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;div id=&amp;quot;pnlPageColation&amp;quot;&amp;gt; 1972 pages, maps; photos &amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;span id=&amp;quot;lblImprint&amp;quot; class=&amp;quot;block&amp;quot;&amp;gt;Greenwood Press&amp;lt;/span&amp;gt;&lt;br /&gt;
      &amp;lt;div id=&amp;quot;pnlPubDate&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;span class=&amp;quot;book_options&amp;quot;&amp;gt;Publication Date:&amp;lt;/span&amp;gt; &amp;lt;span id=&amp;quot;lblPubDate&amp;quot;&amp;gt;12/30/2005&amp;lt;/span&amp;gt;&lt;br /&gt;
      &amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;div id=&amp;quot;pnlListPrice&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;span class=&amp;quot;book_options&amp;quot;&amp;gt;List Price:&amp;lt;/span&amp;gt; &lt;br /&gt;
        &amp;lt;span id=&amp;quot;lblListPrice&amp;quot;&amp;gt;$449.95&amp;lt;/span&amp;gt; &lt;br /&gt;
        (&amp;lt;a href=&amp;quot;/contactus/order_info.asp?SectionID=about&amp;amp;amp;Location=order_info#UKEME&amp;quot; &lt;br /&gt;
          title=&amp;quot;Click for international ordering information&amp;quot;&amp;gt;UK Sterling Price: &amp;amp;pound;255.00&amp;lt;/a&amp;gt;) &lt;br /&gt;
      &amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;div id=&amp;quot;pnlAvailability&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;span class=&amp;quot;book_options&amp;quot;&amp;gt;Availability:&amp;lt;/span&amp;gt; &amp;lt;span id=&amp;quot;lblAvailability&amp;quot;&amp;gt;In Stock&amp;lt;/span&amp;gt;&lt;br /&gt;
      &amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;div id=&amp;quot;pnlMediaType&amp;quot;&amp;gt; &amp;lt;span class=&amp;quot;book_options&amp;quot;&amp;gt;Media Type:&amp;lt;/span&amp;gt; &amp;lt;span id=&amp;quot;lblMediaType&amp;quot;&amp;gt;Hardcover&amp;lt;/span&amp;gt; &amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;div class=&amp;quot;clearing&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
    &amp;lt;/div&amp;gt;&lt;br /&gt;
    &amp;lt;div id=&amp;quot;pnlBookInformation&amp;quot;&amp;gt; &amp;lt;span class=&amp;quot;book_options&amp;quot;&amp;gt;Subjects:&amp;lt;/span&amp;gt;&lt;br /&gt;
      &amp;lt;ul class=&amp;quot;toc&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; &lt;br /&gt;
          &amp;lt;a id=&amp;quot;rpCategories__ctl1_hlCategory&amp;quot; href=&amp;quot;/catalog/subject/Anthropology.aspx&amp;quot;&amp;gt;Anthropology&amp;lt;/a&amp;gt; » &lt;br /&gt;
          &amp;lt;a id=&amp;quot;rpCategories__ctl1_hlSubCategory&amp;quot; href=&amp;quot;/catalog/subject/Anthropology/Folklore.aspx&amp;quot;&amp;gt;Folklore&amp;lt;/a&amp;gt; &lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;&lt;br /&gt;
          &amp;lt;a id=&amp;quot;rpCategories__ctl2_hlCategory&amp;quot; href=&amp;quot;/catalog/subject/Anthropology.aspx&amp;quot;&amp;gt;Anthropology&amp;lt;/a&amp;gt; » &lt;br /&gt;
          &amp;lt;a id=&amp;quot;rpCategories__ctl2_hlSubCategory&amp;quot; href=&amp;quot;/catalog/subject/Anthropology/Anthropology%2b(General).aspx&amp;quot;&amp;gt;&lt;br /&gt;
            Anthropology (General)&lt;br /&gt;
          &amp;lt;/a&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;&lt;br /&gt;
          &amp;lt;a id=&amp;quot;rpCategories__ctl3_hlCategory&amp;quot; href=&amp;quot;/catalog/subject/Anthropology.aspx&amp;quot;&amp;gt;Anthropology&amp;lt;/a&amp;gt; » &lt;br /&gt;
          &amp;lt;a id=&amp;quot;rpCategories__ctl3_hlSubCategory&amp;quot; href=&amp;quot;/catalog/subject/Anthropology/Cultural%2bAnthropology.aspx&amp;quot;&amp;gt;Cultural Anthropology&amp;lt;/a&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; &amp;lt;a id=&amp;quot;rpCategories__ctl4_hlCategory&amp;quot; href=&amp;quot;/catalog/subject/History.aspx&amp;quot;&amp;gt;History&amp;lt;/a&amp;gt; » &lt;br /&gt;
          &amp;lt;a id=&amp;quot;rpCategories__ctl4_hlSubCategory&amp;quot; href=&amp;quot;/catalog/subject/History/World%2bHistory%2b(General).aspx&amp;quot;&amp;gt;&lt;br /&gt;
            World History (General)&amp;lt;/a&amp;gt; &amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;/ul&amp;gt;&lt;br /&gt;
      &amp;lt;div id=&amp;quot;pnlDescription&amp;quot;&amp;gt; &lt;br /&gt;
        &amp;lt;span class=&amp;quot;book_options&amp;quot;&amp;gt;Description:&amp;lt;/span&amp;gt; &lt;br /&gt;
        &amp;lt;span id=&amp;quot;lblDescription1&amp;quot; class=&amp;quot;description block&amp;quot;&amp;gt;&lt;br /&gt;
          China . . . Malta . . . Madagascar . . . Wales . . . and Texas: these are among the many exotic, &lt;br /&gt;
          distant lands that capture our minds and imaginations. In an era of increasing globalization, &lt;br /&gt;
          students, general readers, and business professionals need to know about the world and its varied &lt;br /&gt;
          ways. So too, a knowledge of world cultures is fundamental to an understanding of America's ethnically &lt;br /&gt;
          rich society. Folklore isn't just about the long ago and far away. It's about the here and now, and &lt;br /&gt;
          there's no better way to learn about cultural diversity than to study the folklore and folkways of &lt;br /&gt;
          different ethnic groups. &amp;lt;br /&amp;gt;&lt;br /&gt;
          More than just Cinderella and other fairy tales, folklore encompasses the whole realm of traditional &lt;br /&gt;
          beliefs and activities that define a culture. The most comprehensive work of its kind, this massive &lt;br /&gt;
          encyclopedia engagingly and authoritatively surveys folklife and traditions from around the world. Through its&lt;br /&gt;
          vast scope and lengthy entries, it transcends other references on particular national or regional &lt;br /&gt;
          folklores and is the most ambitious undertaking of its type. Organized in four volumes, the encyclopedia &lt;br /&gt;
          provides convenient access to information about folklore generally and to the traditions of particular&lt;br /&gt;
          regions:&amp;lt;br /&amp;gt;&lt;br /&gt;
          Volume 1: Topics and Themes, Africa, Australia and Oceania&amp;lt;br /&amp;gt;&lt;br /&gt;
          Volume 2: Southeast Asia and India, Central and East Asia, Middle East&amp;lt;br /&amp;gt;&lt;br /&gt;
          Volume 3: Europe&amp;lt;br /&amp;gt;&lt;br /&gt;
          Volume 4: North and South America&amp;lt;/span&amp;gt; &amp;lt;span id=&amp;quot;lblDescription2&amp;quot; class=&amp;quot;description block&amp;quot;&amp;gt;Along &lt;br /&gt;
            with the expertise of the contributors, of Volume Editor William M. Clements, and of Advisory Editor &lt;br /&gt;
            Thomas A. Green, the encyclopedia draws upon a distinguished board of internationally recognized scholars,&lt;br /&gt;
             including:&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Roger D. Abrahams&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Cristina Bacchilega&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Gillian Bennett&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Mary Ellen Brown&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; James R. Dow&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Alessandro Falassi&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Barbro Klein&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Peter Knecht&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Natalie Kononenko&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Frances M. Malpezzi&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Margaret Mills&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; M. D. Muthukumaraswamy&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Gerald Pocius&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; And John S. Ryan.&amp;lt;br /&amp;gt;&lt;br /&gt;
          &amp;lt;br /&amp;gt;&lt;br /&gt;
          &amp;lt;b&amp;gt;Features:&amp;lt;/b&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Brings together the knowledge of more than 200 specialists from around the world.&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Provides 39 extended entries on topics central to world folklore.&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Details the folklore and folkways of roughly 170 cultural groups.&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Entries discuss the background, beliefs, oral and theatrical traditions, arts and crafts, and contemporary concerns &lt;br /&gt;
          of each cultural group.&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Each entry cites numerous works for further reading.&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; A generous selection of maps and illustrations makes world folklore come to life.&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; A list of entries and a cumulative subject index, repeated in each volume, offer convenient access to the vast body of &lt;br /&gt;
          information contained in the encyclopedia.&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; A selected, general bibliography directs students and general readers to the most important broad studies of world &lt;br /&gt;
          folklore.&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; A glossary defines key terms, theories, and concepts.&amp;lt;br /&amp;gt;&lt;br /&gt;
          &amp;lt;br /&amp;gt;&lt;br /&gt;
          &amp;lt;b&amp;gt;Benefits:&amp;lt;/b&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Helps students learn about cultures, customs, and daily life around the world.&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Fosters respect and appreciation for the many ethnic traditions behind contemporary American culture.&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Provides valuable background information for the study of world religions, holidays, and festivals.&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Offers a valuable context for understanding world history, politics, literature, and the arts.&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Invites students to compare and contrast the values and experiences of different cultures.&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Fosters critical reading skills and serves as a model for student research.&amp;lt;br /&amp;gt;&lt;br /&gt;
          &amp;lt;br /&amp;gt;&lt;br /&gt;
          &amp;lt;b&amp;gt;Volume 1: Topics and Themes, Africa, Australia and Oceania&amp;lt;/b&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
          Certain themes and topics are central to world foklore. The thematic essays in this volume discuss such matters as:&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Antiquarianism&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Cultural Evolution&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Ethnopoetics&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Gender&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Invented Tradition&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Nativism&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Primitivism&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Public Folklore&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Race&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Trickster&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; And many more.&amp;lt;br /&amp;gt;&lt;br /&gt;
          &amp;lt;br /&amp;gt;&lt;br /&gt;
          &amp;lt;b&amp;gt;Volume 2: Southeast Asia and India, Central and East Asia, Middle East&amp;lt;/b&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
          Included in this volume are entries on such cultural groups and regions as:&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Bali&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; China&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Duna&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Iban&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Kazakh&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Mongol&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Orissa&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Palestine&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Tonga&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Uyghur&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; And many others.&amp;lt;br /&amp;gt;&lt;br /&gt;
          &amp;lt;br /&amp;gt;&lt;br /&gt;
          &amp;lt;b&amp;gt;Volume 3: Europe&amp;lt;/b&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
          Included in this volume are entries on the folklore of such cultural regions and groups as:&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Ashkenazim&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Basque&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Brittany&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Flanders&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Germany&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Isle of Man&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Roma&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Russia&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Sami&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Ukraine&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; And many more.&amp;lt;br /&amp;gt;&lt;br /&gt;
          &amp;lt;br /&amp;gt;&lt;br /&gt;
          &amp;lt;b&amp;gt;Volume 4: North and South America&amp;lt;/b&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
          The entries in this volume explore the folk traditions of such regions and groups as:&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Appalachia&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Choctaw&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Haiti&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Island Carib&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Maya&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Quechua&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Seminole&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Western Inuit and Yupik&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Xavante&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Yanomami&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; And many more.&amp;lt;br /&amp;gt;&lt;br /&gt;
          &amp;lt;br /&amp;gt;&lt;br /&gt;
          Because folklore is the essence of daily life, this encyclopedia addresses the curriculum needs of high school students and is &lt;br /&gt;
          also an indispensable resource for teachers. In addition, anyone researching folklore in a public library will find this the first&lt;br /&gt;
           place to look for detailed information about cultural traditions around the world.&amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;/span&amp;gt; &amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;div id=&amp;quot;pnlLCCardNumber&amp;quot; class=&amp;quot;description&amp;quot;&amp;gt; &amp;lt;span class=&amp;quot;book_options&amp;quot;&amp;gt;LC Card Number:&amp;lt;/span&amp;gt; &amp;lt;span id=&amp;quot;lblLCCardNumber&amp;quot;&amp;gt;2005019219&amp;lt;/span&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;div id=&amp;quot;pnlLCCClass&amp;quot; class=&amp;quot;description&amp;quot;&amp;gt; &amp;lt;span class=&amp;quot;book_options&amp;quot;&amp;gt;LCC Class:&amp;lt;/span&amp;gt; &amp;lt;span id=&amp;quot;lblLCCClass&amp;quot;&amp;gt;GR35 &amp;lt;/span&amp;gt; &amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;div id=&amp;quot;pnlDeweyClass&amp;quot; class=&amp;quot;description&amp;quot;&amp;gt; &amp;lt;span class=&amp;quot;book_options&amp;quot;&amp;gt;Dewey Class:&amp;lt;/span&amp;gt; &amp;lt;span id=&amp;quot;lblDeweyClass&amp;quot;&amp;gt;398&amp;lt;/span&amp;gt; &amp;lt;/div&amp;gt;&lt;br /&gt;
    &amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Marshall Cavendish [http://www.marshallcavendish.com/marshallcavendish/academic/redirector.xml?url=/marshallcavendish/academic/catalogue/books/regionalism_n_regional_security/9812102108.xml product page] ===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
  &amp;lt;table cellpadding=&amp;quot;2&amp;quot; width=&amp;quot;100%&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;tr valign=&amp;quot;top&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;td&amp;gt;&amp;lt;font id=&amp;quot;title_catalogue_font&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Regionalism &amp;amp;amp; Regional Security&amp;lt;/b&amp;gt;&amp;lt;/font&amp;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;
  &amp;lt;font id=&amp;quot;text&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;div style=&amp;quot;&amp;quot; align=&amp;quot;&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;table cellpadding=&amp;quot;2&amp;quot; width=&amp;quot;100%&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;tr valign=&amp;quot;top&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;td width=&amp;quot;35%&amp;quot;&amp;gt;&amp;lt;font id=&amp;quot;title_catalogue_title_font&amp;quot;&amp;gt;ISBN Number&amp;lt;/font&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td width=&amp;quot;65%&amp;quot;&amp;gt;&amp;lt;font id=&amp;quot;text&amp;quot;&amp;gt;9812102108&amp;lt;/font&amp;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;
    &amp;lt;table cellpadding=&amp;quot;2&amp;quot; width=&amp;quot;100%&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;tr valign=&amp;quot;top&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;td width=&amp;quot;35%&amp;quot;&amp;gt;&amp;lt;font id=&amp;quot;title_catalogue_title_font&amp;quot;&amp;gt;Series&amp;lt;/font&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td width=&amp;quot;65%&amp;quot;&amp;gt;&amp;lt;font id=&amp;quot;text&amp;quot;&amp;gt;null&amp;lt;/font&amp;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;
    &amp;lt;table cellpadding=&amp;quot;2&amp;quot; width=&amp;quot;100%&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;tr valign=&amp;quot;top&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;td width=&amp;quot;35%&amp;quot;&amp;gt;&amp;lt;font id=&amp;quot;title_catalogue_title_font&amp;quot;&amp;gt;Title&amp;lt;/font&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td width=&amp;quot;65%&amp;quot;&amp;gt;&amp;lt;font id=&amp;quot;text&amp;quot;&amp;gt;The New Terrorism: Anatomy, Trends and Counter-strategies&amp;lt;/font&amp;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;
    &amp;lt;table cellpadding=&amp;quot;2&amp;quot; width=&amp;quot;100%&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;tr valign=&amp;quot;top&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;td width=&amp;quot;35%&amp;quot;&amp;gt;&amp;lt;font id=&amp;quot;title_catalogue_title_font&amp;quot;&amp;gt;Imprint&amp;lt;/font&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td width=&amp;quot;65%&amp;quot;&amp;gt;&amp;lt;font id=&amp;quot;text&amp;quot;&amp;gt;Eastern Universities Press&amp;lt;/font&amp;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;
    &amp;lt;table cellpadding=&amp;quot;2&amp;quot; width=&amp;quot;100%&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;tr valign=&amp;quot;top&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;td width=&amp;quot;35%&amp;quot;&amp;gt;&amp;lt;font id=&amp;quot;title_catalogue_title_font&amp;quot;&amp;gt;Specifications&amp;lt;/font&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td width=&amp;quot;65%&amp;quot;&amp;gt;&amp;lt;font id=&amp;quot;text&amp;quot;&amp;gt;152 mm X 227 mm, 368 pp, limp with flaps, 500 gms&amp;lt;/font&amp;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;
    &amp;lt;table cellpadding=&amp;quot;2&amp;quot; width=&amp;quot;100%&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;tr valign=&amp;quot;top&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;td width=&amp;quot;35%&amp;quot;&amp;gt;&amp;lt;font id=&amp;quot;title_catalogue_title_font&amp;quot;&amp;gt;Authors&amp;lt;/font&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td width=&amp;quot;65%&amp;quot;&amp;gt;&amp;lt;font id=&amp;quot;text&amp;quot;&amp;gt;Andrew Tan &amp;amp;amp; Kumar Ramakrishna (eds)&amp;lt;/font&amp;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;
    &amp;lt;table cellpadding=&amp;quot;2&amp;quot; width=&amp;quot;100%&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;tr valign=&amp;quot;top&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;td width=&amp;quot;35%&amp;quot;&amp;gt;&amp;lt;font id=&amp;quot;title_catalogue_title_font&amp;quot;&amp;gt;Target Audience&amp;lt;/font&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td width=&amp;quot;65%&amp;quot;&amp;gt;&amp;lt;font id=&amp;quot;text&amp;quot;&amp;gt;University lecturers/researchers, undergraduate students, academicians and those interested in Regional Security Studies.&amp;lt;/font&amp;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;
    &amp;lt;table cellpadding=&amp;quot;2&amp;quot; width=&amp;quot;100%&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;tr valign=&amp;quot;top&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;td width=&amp;quot;35%&amp;quot;&amp;gt;&amp;lt;font id=&amp;quot;title_catalogue_title_font&amp;quot;&amp;gt;Price (SG)&amp;lt;/font&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td width=&amp;quot;65%&amp;quot;&amp;gt;&amp;lt;font id=&amp;quot;text&amp;quot;&amp;gt;S$ 39.00&amp;lt;/font&amp;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;
    &amp;lt;table cellpadding=&amp;quot;2&amp;quot; width=&amp;quot;100%&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;tr valign=&amp;quot;top&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;td width=&amp;quot;35%&amp;quot;&amp;gt;&amp;lt;font id=&amp;quot;title_catalogue_title_font&amp;quot;&amp;gt;Price (US)&amp;lt;/font&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td width=&amp;quot;65%&amp;quot;&amp;gt;&amp;lt;font id=&amp;quot;text&amp;quot;&amp;gt;US$ 30.00&amp;lt;/font&amp;gt; &amp;amp;nbsp; &amp;lt;a href=&amp;quot;javascript: addToCart()&amp;quot;&amp;gt;&amp;lt;img src=&amp;quot;/marshallcavendish/components/db_content/MC_AC_redirector/pic/addCart.gif&amp;quot; border=&amp;quot;0&amp;quot;/&amp;gt;&amp;lt;/a&amp;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;
    &amp;lt;br/&amp;gt;&lt;br /&gt;
    &amp;lt;br/&amp;gt;&lt;br /&gt;
    The terrorist attacks of September 11, 2001 on the World Trade Centre in New York and the Pentagon in Washington represented a true watershed in world history.&amp;lt;br/&amp;gt;&lt;br /&gt;
    &amp;lt;br/&amp;gt;&lt;br /&gt;
    The attacks revealed the horrifying nature of the so-called &amp;quot;new terrorism&amp;quot; that has emerged in the post-Cold War era. The new terrorism is defined by four key features:&amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;/font&amp;gt;&lt;br /&gt;
  &amp;lt;ul&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;&lt;br /&gt;
      &amp;lt;p align=&amp;quot;justify&amp;quot;&amp;gt;&amp;lt;font id=&amp;quot;text&amp;quot;&amp;gt;sheer lethality&amp;lt;/font&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
    &amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;&lt;br /&gt;
      &amp;lt;p align=&amp;quot;justify&amp;quot;&amp;gt;&amp;lt;font id=&amp;quot;text&amp;quot;&amp;gt;religious dimension&amp;lt;/font&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
    &amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;&lt;br /&gt;
      &amp;lt;p align=&amp;quot;justify&amp;quot;&amp;gt;&amp;lt;font id=&amp;quot;text&amp;quot;&amp;gt;networked organizational structure&amp;lt;/font&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
    &amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;&lt;br /&gt;
      &amp;lt;p align=&amp;quot;justify&amp;quot;&amp;gt;&amp;lt;font id=&amp;quot;text&amp;quot;&amp;gt;greatly enhanced striking power &amp;amp;nbsp; &amp;lt;/font&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
    &amp;lt;/li&amp;gt;&lt;br /&gt;
  &amp;lt;/ul&amp;gt;&lt;br /&gt;
  &amp;lt;font id=&amp;quot;text&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;div style=&amp;quot;&amp;quot; align=&amp;quot;&amp;quot;&amp;gt;As September 11 clearly demonstrated, the new terrorists can leverage on technology to inflict catastrophic damage even on superpowers, let alone other states.&amp;lt;br/&amp;gt;&lt;br /&gt;
    &amp;lt;br/&amp;gt;&lt;br /&gt;
    To examine the new dimensions of terrorism, a conference was organized in Singapore in late March 2002 that brought together a number of leading experts from a wide range of backgrounds from America, Europe and Asia, and the key findings are presented in this volume under the following headings:&amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;/font&amp;gt;&lt;br /&gt;
  &amp;lt;ul&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;&lt;br /&gt;
      &amp;lt;p align=&amp;quot;justify&amp;quot;&amp;gt;&amp;lt;font id=&amp;quot;text&amp;quot;&amp;gt;Anatomy of the new terrorism&amp;lt;/font&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
    &amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;&lt;br /&gt;
      &amp;lt;p align=&amp;quot;justify&amp;quot;&amp;gt;&amp;lt;font id=&amp;quot;text&amp;quot;&amp;gt;Terrorist trends and patterns in the Asia-Pacific region&amp;lt;/font&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
    &amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;&lt;br /&gt;
      &amp;lt;p align=&amp;quot;justify&amp;quot;&amp;gt;&amp;lt;font id=&amp;quot;text&amp;quot;&amp;gt;Religion and terrorism: Southeast Asian perspectives&amp;lt;/font&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
    &amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;&lt;br /&gt;
      &amp;lt;p align=&amp;quot;justify&amp;quot;&amp;gt;&amp;lt;font id=&amp;quot;text&amp;quot;&amp;gt;Formulating counter-strategies &amp;amp;nbsp; &amp;lt;/font&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
    &amp;lt;/li&amp;gt;&lt;br /&gt;
  &amp;lt;/ul&amp;gt;&lt;br /&gt;
  &amp;lt;font id=&amp;quot;text&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;div style=&amp;quot;&amp;quot; align=&amp;quot;&amp;quot;&amp;gt; &amp;lt;span style=&amp;quot;font-weight: bold;&amp;quot;&amp;gt; &amp;lt;b&amp;gt; About the Author: &amp;lt;/b&amp;gt; &amp;lt;/span&amp;gt; &amp;lt;br/&amp;gt;&lt;br /&gt;
    Both Andrew Tan and Kumar Ramakrishna are Assistant Professors at the Institute of Defence and Strategic Studies, Nanyang Technological University, Singapore.&amp;lt;br/&amp;gt;&lt;br /&gt;
    Andrew Tan received his M.Phil from Cambridge and PhD from the University of Sydney. His research interests are conflict (inter-state tensions, insurgencies, terrorism and force modernization) in Southeast Asia, and security issues in Asia.&amp;lt;br/&amp;gt;&lt;br /&gt;
    Kumar Ramakrishna obtained his PhD in History from the University of London in 1999. He teaches and writes on the history of strategic thought as well as the war on terror.&amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;/font&amp;gt;&lt;br /&gt;
  &amp;lt;td width=&amp;quot;18.666662&amp;quot; style=&amp;quot;valign: top; background-color: white ; &amp;quot; rowspan=&amp;quot;1&amp;quot; colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
  &amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;tr valign=&amp;quot;top&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;td width=&amp;quot;570.666524&amp;quot; style=&amp;quot;valign: top; background-color: white ; &amp;quot; rowspan=&amp;quot;1&amp;quot; colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
    &amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td width=&amp;quot;18.666662&amp;quot; style=&amp;quot;valign: top; background-color: white ; &amp;quot; rowspan=&amp;quot;1&amp;quot; colspan=&amp;quot;1&amp;quot;&amp;gt;&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;/div&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Oxford University Press (USA) [http://www.us.oup.com/us/?view=usa homepage] ===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
  &amp;lt;div class=&amp;quot;isbnSummaryDetails&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;h2&amp;gt; &amp;lt;a href=&amp;quot;/us/catalog/general/subject/HistoryAmerican/ColonialRevolutionary/?view=usa&amp;amp;amp;ci=0195162471&amp;quot;&amp;gt;The Glorious Cause&amp;lt;/a&amp;gt; &amp;lt;/h2&amp;gt;&lt;br /&gt;
    &amp;lt;div class=&amp;quot;subTitle&amp;quot;&amp;gt; The American Revolution, 1763-1789 &amp;lt;/div&amp;gt;&lt;br /&gt;
    &amp;lt;div class=&amp;quot;edition&amp;quot;&amp;gt; Revised and Expanded Edition &amp;lt;/div&amp;gt;&lt;br /&gt;
    &amp;lt;div class=&amp;quot;byline&amp;quot;&amp;gt; Robert Middlekauff &amp;lt;/div&amp;gt;&lt;br /&gt;
    &amp;lt;span class=&amp;quot;isbnNumber&amp;quot;&amp;gt;0195162471&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;format&amp;quot;&amp;gt;hardback&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;publicationDate&amp;quot;&amp;gt; Feb 2005 &amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;price&amp;quot;&amp;gt; $37.50 &amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;description&amp;quot;&amp;gt; The classic history of the American Revolution--now in an updated and expanded twentieth anniversary edition &amp;lt;/span&amp;gt;&lt;br /&gt;
    &amp;lt;div class=&amp;quot;related&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;h3&amp;gt;More &amp;lt;/h3&amp;gt;&lt;br /&gt;
      &amp;lt;!-- /HistoryAmerican/ColonialRevolutionary --&amp;gt;&lt;br /&gt;
      &amp;lt;a href=&amp;quot;/us/catalog/general/subject/HistoryAmerican/?view=usa&amp;amp;amp;sf=all&amp;quot;&amp;gt;History, American&amp;lt;/a&amp;gt; &amp;amp;gt; &amp;lt;a href=&amp;quot;/us/catalog/general/subject/HistoryAmerican/ColonialRevolutionary/?view=usa&amp;amp;amp;sf=all&amp;quot;&amp;gt;Colonial &amp;amp; Revolutionary&amp;lt;/a&amp;gt; &amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;!--/isbnSummaryDetails--&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Oxford University Press (USA) [http://www.us.oup.com/us/catalog/general/subject/HistoryAmerican/ColonialRevolutionary/?view=usa&amp;amp;amp;ci=0195162471#Product_Details Product page]===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
  &amp;lt;div class=&amp;quot;isbnProperties isbnSummary&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;div class=&amp;quot;isbnSummaryHeading&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;h1&amp;gt;The Glorious Cause&amp;lt;/h1&amp;gt;&lt;br /&gt;
      &amp;lt;div class=&amp;quot;subTitle&amp;quot;&amp;gt; The American Revolution, 1763-1789 &amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;div class=&amp;quot;edition&amp;quot;&amp;gt; Revised and Expanded Edition &amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;div class=&amp;quot;byline&amp;quot;&amp;gt; Robert Middlekauff &amp;lt;/div&amp;gt;&lt;br /&gt;
    &amp;lt;/div&amp;gt;&lt;br /&gt;
    &amp;lt;!--/isbnSummaryHeading--&amp;gt;&lt;br /&gt;
    &amp;lt;div class=&amp;quot;cover&amp;quot;&amp;gt; &amp;lt;span class=&amp;quot;bookShot&amp;quot;&amp;gt;&amp;lt;a href=&amp;quot;#&amp;quot;&amp;gt;&amp;lt;img src=&amp;quot;/images/covers/0195162471.jpg&amp;quot;&lt;br /&gt;
                     ... alt=&amp;quot;bookshot&amp;quot; /&amp;gt; &amp;lt;/a&amp;gt;&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;addToCart&amp;quot;&amp;gt;&amp;lt;a href=&amp;quot;http://www.us.oup.com/us/cart/cart.jsp?op=a&amp;amp;amp;i=0195162471&amp;amp;amp;c=85&amp;amp;amp;q=1&amp;amp;amp;r=http%3A%2F%2Fwww.us.oup.com%2Fus%2Fcatalog%2Fgeneral%2Fsubject%2FHistoryAmerican%2FColonialRevolutionary%2F%3Fview%3Dusa%26ci%3D0195162471&amp;quot;&amp;gt;Add to Cart&amp;lt;/a&amp;gt;&amp;lt;/span&amp;gt; &amp;lt;/div&amp;gt;&lt;br /&gt;
    &amp;lt;!--/cover--&amp;gt;&lt;br /&gt;
    &amp;lt;div class=&amp;quot;isbnSummaryDetails&amp;quot;&amp;gt; &amp;lt;span class=&amp;quot;isbnNumber&amp;quot;&amp;gt;0195162471&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;format&amp;quot;&amp;gt;hardback&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;pages&amp;quot;&amp;gt; 760 pages &amp;lt;/span&amp;gt;&lt;br /&gt;
      &amp;lt;div id=&amp;quot;generalinfo&amp;quot;&amp;gt; &amp;lt;span class=&amp;quot;publicationDate&amp;quot;&amp;gt;Feb 2005,&amp;amp;nbsp;&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;availability&amp;quot;&amp;gt; In Stock &amp;lt;/span&amp;gt; &amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;div class=&amp;quot;cost&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;h2&amp;gt;Price:&amp;lt;/h2&amp;gt;&lt;br /&gt;
        $37.50 &amp;lt;span class=&amp;quot;discountCode&amp;quot;&amp;gt;(02)&amp;lt;/span&amp;gt; &amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;div class=&amp;quot;shipping&amp;quot;&amp;gt; &amp;lt;a href=&amp;quot;/us/assets/shippingInfo.jsp?si=1.5&amp;amp;amp;so=3.75&amp;amp;amp;sc=0&amp;amp;amp;isi=5&amp;amp;amp;iso=5&amp;amp;amp;isc=0&amp;quot; target=&amp;quot;_blank&amp;quot; onclick=&amp;quot;window.open(this.href, this.target, 'height=445,width=445,scrollbars');&lt;br /&gt;
					  return false;&amp;quot;&amp;gt;Shipping Details&amp;lt;/a&amp;gt; &amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;div class=&amp;quot;moreSeries redArrow&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;h3&amp;gt;See more from the series&amp;lt;/h3&amp;gt;&lt;br /&gt;
        &amp;lt;ul&amp;gt;&lt;br /&gt;
          &amp;lt;li&amp;gt;&amp;lt;a href=&amp;quot;/us/catalog/general/series/OxfordHistoryoftheUnitedStates/?view=usa&amp;quot;&amp;gt;Oxford History of the United States, Vol. 3&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;/ul&amp;gt;&lt;br /&gt;
      &amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;!--moreSeries--&amp;gt;&lt;br /&gt;
    &amp;lt;/div&amp;gt;&lt;br /&gt;
    &amp;lt;!--/isbnSummaryDetails--&amp;gt;&lt;br /&gt;
  &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Thomson Gale product detail page ===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;div id =&amp;quot; title_main&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h2&amp;gt;Contemporary Literary Criticism&amp;lt;/h2&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div id =&amp;quot; credits&amp;quot;&amp;gt;&lt;br /&gt;
	&amp;lt;ul&amp;gt;&lt;br /&gt;
		&amp;lt;li&amp;gt;&amp;lt;h2&amp;gt;Excerpts from Criticism of the Works of Today's Novelists, Poets, Playwrights, Short Story Writers, Scriptwriters, &amp;amp; Other Creative Writers&amp;lt;/h2&amp;gt;&lt;br /&gt;
		Volume 1&amp;lt;/li&amp;gt;&lt;br /&gt;
		&lt;br /&gt;
		&amp;lt;li&amp;gt;&amp;lt;i&amp;gt;Published by Thomson Gale&amp;lt;/i&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
	&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div id =&amp;quot; description&amp;quot;&amp;gt;&lt;br /&gt;
	&amp;lt;p&amp;gt;Each print volume in this long-standing series profiles approximately 6-8 novelists, poets, playwrights and other creative writers by providing full-text or excerpted criticism taken from books, magazines, literary reviews, newspapers and scholarly journals. Among those profiled in this volume are:&amp;lt;/p&amp;gt;&lt;br /&gt;
	&amp;lt;ul&amp;gt;&lt;br /&gt;
		&amp;lt;li&amp;gt;Kingsley Amis&lt;br /&gt;
		&amp;lt;li&amp;gt;John Dos Passos&lt;br /&gt;
		&amp;lt;li&amp;gt;Hermann Hesse&lt;br /&gt;
		&amp;lt;li&amp;gt;Ezra Pound&lt;br /&gt;
	&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;!-- Description --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div id =&amp;quot; detail&amp;quot;&amp;gt;&lt;br /&gt;
	&amp;lt;ul&amp;gt;&lt;br /&gt;
		&amp;lt;li&amp;gt;Published/Released:&amp;lt;strong&amp;gt; March 1973&amp;lt;/strong&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
		&amp;lt;li&amp;gt;ISBN: &amp;lt;strong&amp;gt;0-8103-0100-8&amp;lt;/strong&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
		&amp;lt;li&amp;gt;Product number: &amp;lt;strong&amp;gt;001415&amp;lt;/strong&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
		&amp;lt;li&amp;gt;Page count: &amp;lt;strong&amp;gt;485 pp./vol.&amp;lt;/strong&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
		&amp;lt;li&amp;gt;Shipping Weight: &amp;lt;strong&amp;gt;5.00 lbs (2.27 kgs)&amp;lt;/strong&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
	&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;  &amp;lt;!-- /detail--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div id =&amp;quot; price&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;P&amp;gt;Price: US $205.00&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Breakdown of Citation Elements ==&lt;br /&gt;
&lt;br /&gt;
Using the above examples, various parts of the citations (titles, authors, etc.) can be grouped together for comparision:&lt;br /&gt;
&lt;br /&gt;
=== Book titles: ===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;amp;lt;span id=&amp;quot;title&amp;quot; class=&amp;quot;producttitle&amp;quot;&amp;amp;gt;The 1920's&amp;amp;lt;/span&amp;amp;gt;&lt;br /&gt;
(ABC-CLIO product detail page)&lt;br /&gt;
&lt;br /&gt;
&amp;amp;lt;div class=&amp;quot;title&amp;quot;&amp;amp;gt; &amp;amp;lt;a href=&amp;quot;...&amp;quot;&amp;amp;gt;The Greenwood Encyclopedia of World Folklore and Folklife&amp;amp;lt;/a&amp;amp;gt; &amp;amp;lt;/div&amp;amp;gt;&lt;br /&gt;
(Greenwood Press homepage)&lt;br /&gt;
&lt;br /&gt;
&amp;amp;lt;span id=&amp;quot;lblTitle&amp;quot; class=&amp;quot;book_headline block&amp;quot;&amp;amp;gt;The Greenwood Encyclopedia of World Folklore and Folklife&amp;amp;lt;/span&amp;amp;gt;&lt;br /&gt;
(Greenwood Press product detail page)&lt;br /&gt;
&lt;br /&gt;
&amp;amp;lt;td width=&amp;quot;35%&amp;quot;&amp;amp;gt;&amp;amp;lt;font id=&amp;quot;title_catalogue_title_font&amp;quot;&amp;amp;gt;Title&amp;amp;lt;/font&amp;amp;gt;&amp;amp;lt;/td&amp;amp;gt;&lt;br /&gt;
&amp;amp;lt;td width=&amp;quot;65%&amp;quot;&amp;amp;gt;&amp;amp;lt;font id=&amp;quot;text&amp;quot;&amp;amp;gt;The New Terrorism: Anatomy, Trends and Counter-strategies&amp;amp;lt;/font&amp;amp;gt;&amp;amp;lt;/td&amp;amp;gt;&lt;br /&gt;
(Marshall Cavendish product detail page)&lt;br /&gt;
&lt;br /&gt;
&amp;amp;lt;h2&amp;amp;gt; &amp;amp;lt;a href=&amp;quot;...&amp;quot;&amp;amp;gt;The Glorious Cause&amp;amp;lt;/a&amp;amp;gt; &amp;amp;lt;/h2&amp;amp;gt;&lt;br /&gt;
(Oxford Univ. Press, homepage)&lt;br /&gt;
&lt;br /&gt;
&amp;amp;lt;h1&amp;amp;gt;The Glorious Cause&amp;amp;lt;/h1&amp;amp;gt;&lt;br /&gt;
(OUP, product detail page)&lt;br /&gt;
&lt;br /&gt;
&amp;amp;lt;h2&amp;amp;gt;Contemporary Literary Criticism&amp;amp;lt;/h2&amp;amp;gt;&lt;br /&gt;
(Thomson Gale, product detail page)&lt;br /&gt;
&lt;br /&gt;
&amp;amp;lt;span id=&amp;quot;ctlBookDetailHeader_lblTitle&amp;quot; class=&amp;quot;ProdTitle&amp;quot;&amp;amp;gt;Talk and Interaction in Social Research Methods&amp;amp;lt;/span&amp;amp;gt; (SAGE Publications)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Also, many examples where books presented in table format with Title as cell header, or presented &amp;quot;Title: &amp;quot;&lt;br /&gt;
&lt;br /&gt;
=== Book Series Name: ===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;amp;lt;span id=&amp;quot;serieslbl&amp;quot; class=&amp;quot;productsubtitle&amp;quot;&amp;amp;gt;&amp;amp;lt;a href=&amp;quot;...&amp;quot;&amp;amp;gt;Teaching With Documents Series&amp;amp;lt;/a&amp;amp;gt;&amp;amp;lt;/span&amp;amp;gt;&lt;br /&gt;
(ABC-CLIO)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Sub-title: ===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;amp;lt;span id=&amp;quot;subtitle&amp;quot; class=&amp;quot;productsubtitle&amp;quot;&amp;amp;gt;&amp;amp;lt;/span&amp;amp;gt;&lt;br /&gt;
(ABC-CLIO)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;amp;lt;div class=&amp;quot;sub_title&amp;quot;&amp;amp;gt;[Four Volumes]&amp;amp;lt;/div&amp;amp;gt;&lt;br /&gt;
(Greenwood, homepage)&lt;br /&gt;
&lt;br /&gt;
&amp;amp;lt;span id=&amp;quot;lblSubTitle&amp;quot; class=&amp;quot;book_subline&amp;quot;&amp;amp;gt;[Four Volumes]&amp;amp;lt;/span&amp;amp;gt;&lt;br /&gt;
(Greenwood, product page)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;amp;lt;div class=&amp;quot;subTitle&amp;quot;&amp;amp;gt; The American Revolution, 1763-1789 &amp;amp;lt;/div&amp;amp;gt;&lt;br /&gt;
(OUP)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Author: ===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;amp;lt;span id=&amp;quot;credit&amp;quot; class=&amp;quot;productauthor&amp;quot;&amp;amp;gt;&amp;amp;lt;/span&amp;amp;gt;&lt;br /&gt;
(ABC-CLIO)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;amp;lt;div class=&amp;quot;author&amp;quot;&amp;amp;gt;William M. Clements&amp;amp;lt;/div&amp;amp;gt;&lt;br /&gt;
(Greenwood)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;amp;lt;td width=&amp;quot;35%&amp;quot;&amp;amp;gt;&amp;amp;lt;font id=&amp;quot;title_catalogue_title_font&amp;quot;&amp;amp;gt;Authors&amp;amp;lt;/font&amp;amp;gt;&amp;amp;lt;/td&amp;amp;gt;&lt;br /&gt;
&amp;amp;lt;td width=&amp;quot;65%&amp;quot;&amp;amp;gt;&amp;amp;lt;font id=&amp;quot;text&amp;quot;&amp;amp;gt;Andrew Tan &amp;amp;amp; Kumar Ramakrishna (eds)&amp;amp;lt;/font&amp;amp;gt;&amp;amp;lt;/td&amp;amp;gt;&lt;br /&gt;
(Marshall Cavendish)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;amp;lt;div class=&amp;quot;byline&amp;quot;&amp;amp;gt; Robert Middlekauff &amp;amp;lt;/div&amp;amp;gt;&lt;br /&gt;
(OUP)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Publication Date: ===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;amp;lt;span id=&amp;quot;pubdate&amp;quot; class=&amp;quot;productdetailbody&amp;quot;&amp;amp;gt;11/2001&amp;amp;lt;/span&amp;amp;gt;&lt;br /&gt;
(ABC-CLIO -- see table structure)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;amp;lt;div id=&amp;quot;pnlPubDate&amp;quot;&amp;amp;gt; &amp;amp;lt;span class=&amp;quot;book_options&amp;quot;&amp;amp;gt;Publication Date:&amp;amp;lt;/span&amp;amp;gt; &amp;amp;lt;span id=&amp;quot;lblPubDate&amp;quot;&amp;amp;gt;12/30/2005&amp;amp;lt;/span&amp;amp;gt; &amp;amp;lt;/div&amp;amp;gt;&lt;br /&gt;
(Greenwood, detail page)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;amp;lt;span class=&amp;quot;publicationDate&amp;quot;&amp;amp;gt; Feb 2005 &amp;amp;lt;/span&amp;amp;gt;&lt;br /&gt;
(OUP)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;amp;lt;li&amp;amp;gt;Published/Released:&amp;amp;lt;strong&amp;amp;gt; March 1973&amp;amp;lt;/strong&amp;amp;gt;&amp;amp;lt;/li&amp;amp;gt;&lt;br /&gt;
(Thomson Gale)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Volumes: ===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;amp;lt;td ... class=&amp;quot;productdetailhead&amp;quot;&amp;amp;gt;&amp;amp;lt;span id=&amp;quot;volumeslabel&amp;quot; class=&amp;quot;productdetailhead&amp;quot;&amp;amp;gt;Volumes&amp;amp;lt;/span&amp;amp;gt;&amp;amp;lt;/td&amp;amp;gt;&lt;br /&gt;
&amp;amp;lt;td ... class=&amp;quot;productdetailbody&amp;quot;&amp;amp;gt;&amp;amp;lt;span id=&amp;quot;volumes&amp;quot; class=&amp;quot;productdetailbody&amp;quot;&amp;amp;gt;1&amp;amp;lt;/span&amp;amp;gt;&amp;amp;lt;/td&amp;amp;gt;&lt;br /&gt;
(ABC-CLIO)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== ISBN: ===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;amp;lt;td class=&amp;quot;productdetailhead&amp;quot; ...&amp;amp;gt;&amp;amp;lt;span id=&amp;quot;ISBNLabel&amp;quot;&amp;amp;gt;ISBN&amp;amp;lt;/span&amp;amp;gt;&amp;amp;lt;/td&amp;amp;gt;&lt;br /&gt;
&amp;amp;lt;td class=&amp;quot;productdetailbody&amp;quot;&amp;amp;gt;1-57607-785-3&amp;amp;lt;/td&amp;amp;gt;&lt;br /&gt;
(ABC-CLIO)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;amp;lt;div class=&amp;quot;isbn&amp;quot;&amp;amp;gt;0-313-32847-1&amp;amp;lt;/div&amp;amp;gt;&lt;br /&gt;
(Greenwood, homepage)&lt;br /&gt;
&lt;br /&gt;
&amp;amp;lt;div id=&amp;quot;pnlIsbn&amp;quot;&amp;amp;gt; &amp;amp;lt;span class=&amp;quot;book_options&amp;quot;&amp;amp;gt;ISBN:&amp;amp;lt;/span&amp;amp;gt; &amp;amp;lt;span id=&amp;quot;lblIsbn&amp;quot;&amp;amp;gt;0-313-32847-1&amp;amp;lt;/span&amp;amp;gt; &amp;amp;lt;/div&amp;amp;gt;&lt;br /&gt;
(Greenwood, product page)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;amp;lt;td width=&amp;quot;35%&amp;quot;&amp;amp;gt;&amp;amp;lt;font id=&amp;quot;title_catalogue_title_font&amp;quot;&amp;amp;gt;ISBN Number&amp;amp;lt;/font&amp;amp;gt;&amp;amp;lt;/td&amp;amp;gt;&lt;br /&gt;
&amp;amp;lt;td width=&amp;quot;65%&amp;quot;&amp;amp;gt;&amp;amp;lt;font id=&amp;quot;text&amp;quot;&amp;amp;gt;9812102108&amp;amp;lt;/font&amp;amp;gt;&amp;amp;lt;/td&amp;amp;gt;&lt;br /&gt;
(Marshall Cavendish)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;amp;lt;span class=&amp;quot;isbnNumber&amp;quot;&amp;amp;gt;0195162471&amp;amp;lt;/span&amp;amp;gt;&lt;br /&gt;
(OUP)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;amp;lt;li&amp;amp;gt;ISBN: &amp;amp;lt;strong&amp;amp;gt;0-8103-0100-8&amp;amp;lt;/strong&amp;amp;gt;&amp;amp;lt;/li&amp;amp;gt;&lt;br /&gt;
(Thomson Gale)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Book Edition: ===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;amp;lt;div class=&amp;quot;edition&amp;quot;&amp;amp;gt; Revised and Expanded Edition &amp;amp;lt;/div&amp;amp;gt;&lt;br /&gt;
(OUP)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Added by [[User:Tim White|Tim]]&lt;br /&gt;
&lt;br /&gt;
== RFC vCard Example ==&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
9.  References&lt;br /&gt;
&lt;br /&gt;
   [ISO 8601]    ISO 8601:1988 - Data elements and interchange formats -&lt;br /&gt;
                 Information interchange - Representation of dates and&lt;br /&gt;
                 times - The International Organization for&lt;br /&gt;
                 Standardization, June, 1988.&lt;br /&gt;
&lt;br /&gt;
   [ISO 8601 TC] ISO 8601, Technical Corrigendum 1 - Data elements and&lt;br /&gt;
                 interchange formats - Information interchange -&lt;br /&gt;
                 Representation of dates and times - The International&lt;br /&gt;
                 Organization for Standardization, May, 1991.&lt;br /&gt;
&lt;br /&gt;
   [ISO 9070]    ISO 9070, Information Processing - SGML support&lt;br /&gt;
                 facilities - Registration Procedures for Public Text&lt;br /&gt;
                 Owner Identifiers, April, 1991.&lt;br /&gt;
&lt;br /&gt;
   [CCITT E.163] Recommendation E.163 - Numbering Plan for The&lt;br /&gt;
                 International Telephone Service, CCITT Blue Book,&lt;br /&gt;
                 Fascicle II.2, pp.  128-134, November, 1988.&lt;br /&gt;
&lt;br /&gt;
   [CCITT X.121] Recommendation X.121 - International Numbering Plan for&lt;br /&gt;
                 Public Data Networks, CCITT Blue Book, Fascicle VIII.3,&lt;br /&gt;
                 pp. 317-332, November, 1988.&lt;br /&gt;
&lt;br /&gt;
   [CCITT X.520] Recommendation X.520 - The Directory - Selected&lt;br /&gt;
                 Attribute Types, November 1988.&lt;br /&gt;
&lt;br /&gt;
   [CCITT X.521] Recommendation X.521 - The Directory - Selected Object&lt;br /&gt;
                 Classes, November 1988.&lt;br /&gt;
&lt;br /&gt;
   [MIME-DIR]    Howes, T., Smith, M., and F. Dawson, &amp;quot;A MIME Content-&lt;br /&gt;
                 Type for Directory Information&amp;quot;, RFC 2425, September&lt;br /&gt;
                 1998.&lt;br /&gt;
&lt;br /&gt;
   [RFC 1738]    Berners-Lee, T., Masinter, L., and M. McCahill,&lt;br /&gt;
                 &amp;quot;Uniform Resource Locators (URL)&amp;quot;, RFC 1738, December&lt;br /&gt;
                 1994.&lt;br /&gt;
&lt;br /&gt;
   [RFC 1766]    Alvestrand, H., &amp;quot;Tags for the Identification of&lt;br /&gt;
                 Languages&amp;quot;, RFC 1766, March 1995.&lt;br /&gt;
&lt;br /&gt;
   [RFC 1872]    Levinson, E., &amp;quot;The MIME Multipart/Related Content-&lt;br /&gt;
                 type&amp;quot;, RFC 1872, December 1995.&lt;br /&gt;
&lt;br /&gt;
   [RFC 2045]    Freed, N., and N. Borenstein, &amp;quot;Multipurpose Internet&lt;br /&gt;
                 Mail Extensions (MIME) - Part One: Format of Internet&lt;br /&gt;
                 Message Bodies&amp;quot;, RFC 2045, November 1996.&lt;br /&gt;
&lt;br /&gt;
   [RFC 2046]    Freed, N., and N. Borenstein, &amp;quot;Multipurpose Internet&lt;br /&gt;
                 Mail Extensions (MIME) - Part Two: Media Types&amp;quot;, RFC&lt;br /&gt;
                 2046, November 1996.&lt;br /&gt;
&lt;br /&gt;
   [RFC 2047]    Moore, K., &amp;quot;Multipurpose Internet Mail Extensions&lt;br /&gt;
                 (MIME) - Part Three: Message Header Extensions for&lt;br /&gt;
                 Non-ASCII Text&amp;quot;, RFC 2047, November 1996.&lt;br /&gt;
&lt;br /&gt;
   [RFC 2048]    Freed, N., Klensin, J., and J. Postel, &amp;quot;Multipurpose&lt;br /&gt;
                 Internet Mail Extensions (MIME) - Part Four:&lt;br /&gt;
                 Registration Procedures&amp;quot;, RFC 2048, January 1997.&lt;br /&gt;
&lt;br /&gt;
   [RFC 2119]    Bradner, S., &amp;quot;Key words for use in RFCs to Indicate&lt;br /&gt;
                 Requirement Levels&amp;quot;, BCP 14, RFC 2119, March 1997.&lt;br /&gt;
&lt;br /&gt;
   [RFC 2234]    Crocker, D., and P. Overell, &amp;quot;Augmented BNF for Syntax&lt;br /&gt;
                 Specifications: ABNF&amp;quot;, RFC 2234, November 1997.&lt;br /&gt;
&lt;br /&gt;
   [UNICODE]     &amp;quot;The Unicode Standard - Version 2.0&amp;quot;, The Unicode&lt;br /&gt;
                 Consortium, July 1996.&lt;br /&gt;
&lt;br /&gt;
   [VCARD]       Internet Mail Consortium, &amp;quot;vCard - The Electronic&lt;br /&gt;
                 Business Card Version 2.1&amp;quot;,&lt;br /&gt;
                 http://www.imc.org/pdi/vcard-21.txt, September 18,&lt;br /&gt;
                 1996.&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
[http://www.faqs.org/rfcs/rfc2426.html vCard RFC]&lt;br /&gt;
&lt;br /&gt;
== W3C XHTML Spec Example ==&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;h1&amp;gt;&amp;lt;a name=&amp;quot;refs&amp;quot; id=&amp;quot;refs&amp;quot;&amp;gt;E.&amp;lt;/a&amp;gt; References&amp;lt;/h1&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;lt;strong&amp;gt;This appendix is informative.&amp;lt;/strong&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dl&amp;gt;&lt;br /&gt;
&amp;lt;dt&amp;gt;&amp;lt;a name=&amp;quot;ref-css2&amp;quot; id=&amp;quot;ref-css2&amp;quot;&amp;gt;&amp;lt;strong&amp;gt;[CSS2]&amp;lt;/strong&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/dt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dd&amp;gt;&amp;quot;&amp;lt;cite&amp;gt;&amp;lt;a href=&amp;quot;http://www.w3.org/TR/1998/REC-CSS2-19980512&amp;quot;&amp;gt;Cascading Style Sheets, level 2 (CSS2) Specification&amp;lt;/a&amp;gt;&amp;lt;/cite&amp;gt;&amp;quot;, B. Bos, H. W. Lie, C. Lilley, I. Jacobs, 12 May 1998.&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;a href=&amp;quot;http://www.w3.org/TR/REC-CSS2&amp;quot;&amp;gt;Latest version&amp;lt;/a&amp;gt; available at: http://www.w3.org/TR/REC-CSS2&amp;lt;/dd&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dt&amp;gt;&amp;lt;a name=&amp;quot;ref-dom&amp;quot; id=&amp;quot;ref-dom&amp;quot;&amp;gt;&amp;lt;strong&amp;gt;[DOM]&amp;lt;/strong&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/dt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dd&amp;gt;&amp;quot;&amp;lt;cite&amp;gt;&amp;lt;a href=&amp;quot;http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001&amp;quot;&amp;gt;Document Object Model (DOM) Level 1 Specification&amp;lt;/a&amp;gt;&amp;lt;/cite&amp;gt;&amp;quot;, Lauren Wood &amp;lt;em lang=&amp;quot;lt&amp;quot; xml:lang=&amp;quot;lt&amp;quot;&amp;gt;et al.&amp;lt;/em&amp;gt;, 1 October&lt;br /&gt;
1998.&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;a href=&amp;quot;http://www.w3.org/TR/REC-DOM-Level-1&amp;quot;&amp;gt;Latest version&amp;lt;/a&amp;gt; available at: http://www.w3.org/TR/REC-DOM-Level-1&amp;lt;/dd&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dt&amp;gt;&amp;lt;a name=&amp;quot;ref-dom2&amp;quot; id=&amp;quot;ref-dom2&amp;quot;&amp;gt;&amp;lt;strong&amp;gt;[DOM2]&amp;lt;/strong&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/dt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dd&amp;gt;&amp;quot;&amp;lt;cite&amp;gt;&amp;lt;a href=&amp;quot;http://www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113&amp;quot;&amp;gt;Document Object Model (DOM) Level 2 Core Specification&amp;lt;/a&amp;gt;&amp;lt;/cite&amp;gt;&amp;quot;, A. Le&amp;amp;#160;Hors, &amp;lt;em lang=&amp;quot;lt&amp;quot; xml:lang=&amp;quot;lt&amp;quot;&amp;gt;et&lt;br /&gt;
al.&amp;lt;/em&amp;gt;, 13 November 2000.&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;a href=&amp;quot;http://www.w3.org/TR/DOM-Level-2-Core&amp;quot;&amp;gt;Latest version&amp;lt;/a&amp;gt; available at: http://www.w3.org/TR/DOM-Level-2-Core&amp;lt;/dd&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dt&amp;gt;&amp;lt;a name=&amp;quot;ref-html4&amp;quot; id=&amp;quot;ref-html4&amp;quot;&amp;gt;&amp;lt;strong&amp;gt;[HTML]&amp;lt;/strong&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/dt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dd&amp;gt;&amp;quot;&amp;lt;cite&amp;gt;&amp;lt;a href=&amp;quot;http://www.w3.org/TR/1999/REC-html401-19991224&amp;quot;&amp;gt;HTML 4.01 Specification&amp;lt;/a&amp;gt;&amp;lt;/cite&amp;gt;&amp;quot;, D. Raggett, A. Le&amp;amp;#160;Hors, I. Jacobs, 24 December 1999.&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;a href=&amp;quot;http://www.w3.org/TR/html401&amp;quot;&amp;gt;Latest version&amp;lt;/a&amp;gt; available at: http://www.w3.org/TR/html401&amp;lt;/dd&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dt&amp;gt;&amp;lt;a name=&amp;quot;ref-posix.1&amp;quot; id=&amp;quot;ref-posix.1&amp;quot;&amp;gt;&amp;lt;strong&amp;gt;[POSIX.1]&amp;lt;/strong&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/dt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dd&amp;gt;&amp;quot;&amp;lt;cite&amp;gt;ISO/IEC 9945-1:1990 Information Technology - Portable Operating System Interface (POSIX) - Part 1: System Application Program Interface (API) [C Language]&amp;lt;/cite&amp;gt;&amp;quot;, Institute of Electrical&lt;br /&gt;
and Electronics Engineers, Inc, 1990.&amp;lt;/dd&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dt&amp;gt;&amp;lt;a id=&amp;quot;ref-rfc2045&amp;quot; name=&amp;quot;ref-rfc2045&amp;quot;&amp;gt;&amp;lt;strong&amp;gt;[RFC2045]&amp;lt;/strong&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/dt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dd&amp;gt;&amp;quot;&amp;lt;cite&amp;gt;&amp;lt;a href=&amp;quot;http://www.ietf.org/rfc/rfc2045.txt&amp;quot;&amp;gt;Multipurpose Internet Mail Extensions (MIME) Part One: Format of Internet Message Bodies&amp;lt;/a&amp;gt;&amp;lt;/cite&amp;gt;&amp;quot;, N. Freed and N. Borenstein, November&lt;br /&gt;
1996. Note that this RFC obsoletes RFC1521, RFC1522, and RFC1590.&amp;lt;/dd&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dt&amp;gt;&amp;lt;a name=&amp;quot;ref-rfc2046&amp;quot; id=&amp;quot;ref-rfc2046&amp;quot;&amp;gt;&amp;lt;strong&amp;gt;[RFC2046]&amp;lt;/strong&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/dt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dd&amp;gt;&amp;quot;&amp;lt;cite&amp;gt;&amp;lt;a href=&amp;quot;http://www.ietf.org/rfc/rfc2046.txt&amp;quot;&amp;gt;RFC2046: Multipurpose Internet Mail Extensions (MIME) Part Two: Media Types&amp;lt;/a&amp;gt;&amp;lt;/cite&amp;gt;&amp;quot;, N. Freed and N. Borenstein, November 1996.&amp;lt;br /&amp;gt;&lt;br /&gt;
Available at &amp;lt;a href=&amp;quot;http://www.ietf.org/rfc/rfc2046.txt&amp;quot;&amp;gt;http://www.ietf.org/rfc/rfc2046.txt&amp;lt;/a&amp;gt;. Note that this RFC obsoletes RFC1521, RFC1522, and RFC1590.&amp;lt;/dd&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dt&amp;gt;&amp;lt;a name=&amp;quot;ref-rfc2119&amp;quot; id=&amp;quot;ref-rfc2119&amp;quot;&amp;gt;&amp;lt;strong&amp;gt;[RFC2119]&amp;lt;/strong&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/dt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dd&amp;gt;&amp;quot;&amp;lt;cite&amp;gt;&amp;lt;a href=&amp;quot;http://www.ietf.org/rfc/rfc2119.txt&amp;quot;&amp;gt;RFC2119: Key words for use in RFCs to Indicate Requirement Levels&amp;lt;/a&amp;gt;&amp;lt;/cite&amp;gt;&amp;quot;, S. Bradner, March 1997.&amp;lt;br /&amp;gt;&lt;br /&gt;
Available at: http://www.ietf.org/rfc/rfc2119.txt&amp;lt;/dd&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dt&amp;gt;&amp;lt;a name=&amp;quot;ref-rfc2376&amp;quot; id=&amp;quot;ref-rfc2376&amp;quot;&amp;gt;&amp;lt;strong&amp;gt;[RFC2376]&amp;lt;/strong&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/dt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dd&amp;gt;&amp;quot;&amp;lt;cite&amp;gt;&amp;lt;a href=&amp;quot;http://www.ietf.org/rfc/rfc2376.txt&amp;quot;&amp;gt;RFC2376: XML Media Types&amp;lt;/a&amp;gt;&amp;lt;/cite&amp;gt;&amp;quot;, E. Whitehead, M. Murata, July 1998.&amp;lt;br /&amp;gt;&lt;br /&gt;
This document is obsoleted by [&amp;lt;a href=&amp;quot;#ref-rfc3023&amp;quot;&amp;gt;RFC3023&amp;lt;/a&amp;gt;].&amp;lt;br /&amp;gt;&lt;br /&gt;
Available at: http://www.ietf.org/rfc/rfc2376.txt&amp;lt;/dd&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dt&amp;gt;&amp;lt;a name=&amp;quot;ref-rfc2396&amp;quot; id=&amp;quot;ref-rfc2396&amp;quot;&amp;gt;&amp;lt;strong&amp;gt;[RFC2396]&amp;lt;/strong&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/dt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dd&amp;gt;&amp;quot;&amp;lt;cite&amp;gt;&amp;lt;a href=&amp;quot;http://www.ietf.org/rfc/rfc2396.txt&amp;quot;&amp;gt;RFC2396: Uniform Resource Identifiers (URI): Generic Syntax&amp;lt;/a&amp;gt;&amp;lt;/cite&amp;gt;&amp;quot;, T. Berners-Lee, R. Fielding, L. Masinter, August 1998.&amp;lt;br /&amp;gt;&lt;br /&gt;
This document updates RFC1738 and RFC1808.&amp;lt;br /&amp;gt;&lt;br /&gt;
Available at: http://www.ietf.org/rfc/rfc2396.txt&amp;lt;/dd&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dt&amp;gt;&amp;lt;a name=&amp;quot;ref-rfc2854&amp;quot; id=&amp;quot;ref-rfc2854&amp;quot;&amp;gt;&amp;lt;strong&amp;gt;[RFC2854]&amp;lt;/strong&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/dt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dd&amp;gt;&amp;quot;&amp;lt;cite&amp;gt;&amp;lt;a href=&amp;quot;http://www.ietf.org/rfc/rfc2854.txt&amp;quot;&amp;gt;RFC2854: The text/html Media Type&amp;lt;/a&amp;gt;&amp;lt;/cite&amp;gt;&amp;quot;, D. Conolly, L. Masinter, June 2000.&amp;lt;br /&amp;gt;&lt;br /&gt;
Available at: http://www.ietf.org/rfc/rfc2854.txt&amp;lt;/dd&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dt&amp;gt;&amp;lt;a name=&amp;quot;ref-rfc3023&amp;quot; id=&amp;quot;ref-rfc3023&amp;quot;&amp;gt;&amp;lt;strong&amp;gt;[RFC3023]&amp;lt;/strong&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/dt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dd&amp;gt;&amp;quot;&amp;lt;cite&amp;gt;&amp;lt;a href=&amp;quot;http://www.ietf.org/rfc/rfc3023.txt&amp;quot;&amp;gt;RFC3023: XML Media Types&amp;lt;/a&amp;gt;&amp;lt;/cite&amp;gt;&amp;quot;, M. Murata, S. St.Laurent, D. Kohn, January 2001.&amp;lt;br /&amp;gt;&lt;br /&gt;
This document obsoletes [&amp;lt;a href=&amp;quot;#ref-rfc2376&amp;quot;&amp;gt;RFC2376&amp;lt;/a&amp;gt;].&amp;lt;br /&amp;gt;&lt;br /&gt;
Available at: http://www.ietf.org/rfc/rfc3023.txt&amp;lt;/dd&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dt&amp;gt;&amp;lt;a id=&amp;quot;ref-rfc3066&amp;quot; name=&amp;quot;ref-rfc3066&amp;quot;&amp;gt;&amp;lt;strong&amp;gt;[RFC3066]&amp;lt;/strong&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/dt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dd&amp;gt;&amp;quot;&amp;lt;a href=&amp;quot;http://www.ietf.org/rfc/rfc3066.txt&amp;quot;&amp;gt;Tags for the Identification of Languages&amp;lt;/a&amp;gt;&amp;quot;, H. Alvestrand, January 2001.&amp;lt;br /&amp;gt;&lt;br /&gt;
Available at: http://www.ietf.org/rfc/rfc3066.txt&amp;lt;/dd&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dt&amp;gt;&amp;lt;a id=&amp;quot;ref-rfc3236&amp;quot; name=&amp;quot;ref-rfc3236&amp;quot;&amp;gt;&amp;lt;strong&amp;gt;[RFC3236]&amp;lt;/strong&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/dt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dd&amp;gt;&amp;quot;&amp;lt;a href=&amp;quot;http://www.ietf.org/rfc/rfc3236.txt&amp;quot;&amp;gt;The 'application/xhtml+xml' Media Type&amp;lt;/a&amp;gt;&amp;quot;, M. Baker, P. Stark, January 2002.&amp;lt;br /&amp;gt;&lt;br /&gt;
Available at: http://www.ietf.org/rfc/rfc3236.txt&amp;lt;/dd&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dt&amp;gt;&amp;lt;a id=&amp;quot;ref-xhtml-mathml&amp;quot; name=&amp;quot;ref-xhtml-mathml&amp;quot;&amp;gt;&amp;lt;strong&amp;gt;[XHTML+MathML]&amp;lt;/strong&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/dt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dd&amp;gt;&amp;lt;cite&amp;gt;&amp;quot;&amp;lt;a href=&amp;quot;http://www.w3.org/TR/MathML2/dtd/xhtml-math11-f.dtd&amp;quot;&amp;gt;XHTML plus Math 1.1 &amp;lt;abbr title=&amp;quot;Document Type Definition&amp;quot;&amp;gt;DTD&amp;lt;/abbr&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/cite&amp;gt;&amp;quot;, &amp;quot;A.2 MathML as a DTD Module&amp;quot;, Mathematical&lt;br /&gt;
Markup Language (MathML) Version 2.0. Available at: http://www.w3.org/TR/MathML2/dtd/xhtml-math11-f.dtd&amp;lt;/dd&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dt&amp;gt;&amp;lt;a id=&amp;quot;ref-xhtmlmime&amp;quot; name=&amp;quot;ref-xhtmlmime&amp;quot;&amp;gt;&amp;lt;strong&amp;gt;[XHTMLMIME]&amp;lt;/strong&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/dt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dd&amp;gt;&amp;quot;&amp;lt;cite&amp;gt;&amp;lt;a href=&amp;quot;http://www.w3.org/TR/2002/NOTE-xhtml-media-types-20020801&amp;quot;&amp;gt;XHTML Media Types&amp;lt;/a&amp;gt;&amp;lt;/cite&amp;gt;&amp;quot;, Masayasu Ishikawa, 1 August 2002.&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;a href=&amp;quot;http://www.w3.org/TR/xhtml-media-types&amp;quot;&amp;gt;Latest version&amp;lt;/a&amp;gt; available at: http://www.w3.org/TR/xhtml-media-types&amp;lt;/dd&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dt&amp;gt;&amp;lt;a id=&amp;quot;ref-xhtmlmod&amp;quot; name=&amp;quot;ref-xhtmlmod&amp;quot;&amp;gt;&amp;lt;strong&amp;gt;[XHTMLMOD]&amp;lt;/strong&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/dt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dd&amp;gt;&amp;quot;&amp;lt;cite&amp;gt;&amp;lt;a href=&amp;quot;http://www.w3.org/TR/2001/REC-xhtml-modularization-20010410&amp;quot;&amp;gt;Modularization of XHTML&amp;lt;/a&amp;gt;&amp;lt;/cite&amp;gt;&amp;quot;, M. Altheim et al., 10 April 2001.&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;a href=&amp;quot;http://www.w3.org/TR/xhtml-modularization&amp;quot;&amp;gt;Latest version&amp;lt;/a&amp;gt; available at: http://www.w3.org/TR/xhtml-modularization&amp;lt;/dd&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dt&amp;gt;&amp;lt;a name=&amp;quot;ref-xml&amp;quot; id=&amp;quot;ref-xml&amp;quot;&amp;gt;&amp;lt;strong&amp;gt;[XML]&amp;lt;/strong&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/dt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dd&amp;gt;&amp;quot;&amp;lt;a href=&amp;quot;http://www.w3.org/TR/2000/REC-xml-20001006&amp;quot;&amp;gt;Extensible Markup Language (XML) 1.0 Specification (Second Edition)&amp;lt;/a&amp;gt;&amp;quot;, T. Bray, J. Paoli, C. M. Sperberg-McQueen, E. Maler, 6 October&lt;br /&gt;
2000.&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;a href=&amp;quot;http://www.w3.org/TR/REC-xml&amp;quot;&amp;gt;Latest version&amp;lt;/a&amp;gt; available at: http://www.w3.org/TR/REC-xml&amp;lt;/dd&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dt&amp;gt;&amp;lt;a name=&amp;quot;ref-xmlns&amp;quot; id=&amp;quot;ref-xmlns&amp;quot;&amp;gt;&amp;lt;strong&amp;gt;[XMLNS]&amp;lt;/strong&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/dt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dd&amp;gt;&amp;quot;&amp;lt;a href=&amp;quot;http://www.w3.org/TR/1999/REC-xml-names-19990114&amp;quot;&amp;gt;Namespaces in XML&amp;lt;/a&amp;gt;&amp;quot;, T. Bray, D. Hollander, A. Layman, 14 January 1999.&amp;lt;br /&amp;gt;&lt;br /&gt;
XML namespaces provide a simple method for qualifying names used in XML documents by associating them with namespaces identified by URI.&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;a href=&amp;quot;http://www.w3.org/TR/REC-xml-names&amp;quot;&amp;gt;Latest version&amp;lt;/a&amp;gt; available at: http://www.w3.org/TR/REC-xml-names&amp;lt;/dd&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dt&amp;gt;&amp;lt;a name=&amp;quot;ref-xmlc14n&amp;quot; id=&amp;quot;ref-xmlc14n&amp;quot;&amp;gt;&amp;lt;strong&amp;gt;[XMLC14N]&amp;lt;/strong&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/dt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dd&amp;gt;&amp;quot;&amp;lt;a href=&amp;quot;http://www.w3.org/TR/2001/REC-xml-c14n-20010315&amp;quot;&amp;gt;Canonical XML Version 1.0&amp;lt;/a&amp;gt;&amp;quot;, J. Boyer, 15 March 2001.&amp;lt;br /&amp;gt;&lt;br /&gt;
This document describes a method for generating a physical representation, the canonical form, of an XML document.&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;a href=&amp;quot;http://www.w3.org/TR/xml-c14n&amp;quot;&amp;gt;Latest version&amp;lt;/a&amp;gt; available at: http://www.w3.org/TR/xml-c14n&amp;lt;/dd&amp;gt;&lt;br /&gt;
&amp;lt;/dl&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
[http://www.w3.org/TR/xhtml1/#refs XHTML1.0 Spec references]&lt;br /&gt;
&lt;br /&gt;
== CiteProc XHTML Output ==&lt;br /&gt;
&lt;br /&gt;
The XHTML output for CiteProc[http://xbiblio.sourceforge.net/citeproc.html] wasn't designed per se as a microformat, but is probably not a bad place to start. It is desgined to handle a wide range of content. Here is the APA output:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
 &amp;lt;div id=&amp;quot;bibliography&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
   &amp;lt;h3&amp;gt;References&amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
   &amp;lt;p id=&amp;quot;Brenner2000a&amp;quot; class=&amp;quot;bibref&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;span class=&amp;quot;creator&amp;quot;&amp;gt;Brenner, N.&amp;lt;/span&amp;gt;&lt;br /&gt;
    &amp;lt;span class=&amp;quot;date&amp;quot;&amp;gt; (&amp;lt;span class=&amp;quot;year&amp;quot;&amp;gt;2000&amp;lt;/span&amp;gt;) &amp;lt;/span&amp;gt;&lt;br /&gt;
    &amp;lt;span class=&amp;quot;title&amp;quot;&amp;gt;The Urban Question as a Scale Question: Reflections &lt;br /&gt;
    on Henri Lefebre, Urban Theory and the Politics of Scale, &amp;lt;/span&amp;gt;&lt;br /&gt;
    &amp;lt;span class=&amp;quot;container&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;span class=&amp;quot;title&amp;quot; style=&amp;quot;font-style: italic&amp;quot;&amp;gt;International Journal of &lt;br /&gt;
        Urban and Regional Research, &amp;lt;/span&amp;gt;&lt;br /&gt;
      &amp;lt;span class=&amp;quot;volume&amp;quot;&amp;gt;24&amp;lt;/span&amp;gt;&lt;br /&gt;
      &amp;lt;span class=&amp;quot;issue&amp;quot;&amp;gt;(2)&amp;lt;/span&amp;gt;&lt;br /&gt;
      &amp;lt;span class=&amp;quot;locator&amp;quot;&amp;gt;, pp. 361–78&amp;lt;/span&amp;gt;&lt;br /&gt;
      &amp;lt;/span&amp;gt;.&lt;br /&gt;
    &amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
   &amp;lt;p id=&amp;quot;NW2000-0207&amp;quot; class=&amp;quot;bibref&amp;quot;&amp;gt;&lt;br /&gt;
     &amp;lt;span class=&amp;quot;creator&amp;quot;&amp;gt;Newsweek&amp;lt;/span&amp;gt;&lt;br /&gt;
     &amp;lt;span class=&amp;quot;date&amp;quot;&amp;gt; &lt;br /&gt;
       (&amp;lt;span class=&amp;quot;year&amp;quot;&amp;gt;2000a&amp;lt;/span&amp;gt;&lt;br /&gt;
       &amp;lt;span class=&amp;quot;month&amp;quot;&amp;gt;, February&amp;lt;/span&amp;gt;&lt;br /&gt;
       &amp;lt;span class=&amp;quot;day&amp;quot;&amp;gt; 7&amp;lt;/span&amp;gt;) &lt;br /&gt;
     &amp;lt;/span&amp;gt;&lt;br /&gt;
     &amp;lt;span class=&amp;quot;title&amp;quot;&amp;gt;The Grandmas Pay a Visit, &amp;lt;/span&amp;gt;&lt;br /&gt;
     &amp;lt;span class=&amp;quot;container&amp;quot;&amp;gt;&lt;br /&gt;
       &amp;lt;span class=&amp;quot;volume&amp;quot;&amp;gt;135&amp;lt;/span&amp;gt;&lt;br /&gt;
       &amp;lt;span class=&amp;quot;issue&amp;quot;&amp;gt;(6)&amp;lt;/span&amp;gt;&lt;br /&gt;
       &amp;lt;span class=&amp;quot;locator&amp;quot;&amp;gt;, pp. 45&amp;lt;/span&amp;gt;&lt;br /&gt;
     &amp;lt;/span&amp;gt;.&lt;br /&gt;
   &amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
   &amp;lt;p id=&amp;quot;Veer1996a&amp;quot; class=&amp;quot;bibref&amp;quot;&amp;gt;&lt;br /&gt;
     &amp;lt;span class=&amp;quot;creator&amp;quot;&amp;gt;van der Veer, P.&amp;lt;/span&amp;gt;&lt;br /&gt;
     &amp;lt;span class=&amp;quot;date&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;year&amp;quot;&amp;gt; (1996) &amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
     &amp;lt;span class=&amp;quot;title&amp;quot;&amp;gt;Riots and Rituals: The Construction of Violence &lt;br /&gt;
       and Public Space in Hindu Nationalism&amp;lt;/span&amp;gt;&lt;br /&gt;
     &amp;lt;span class=&amp;quot;container&amp;quot;&amp;gt;, In Brass, P.&amp;lt;span class=&amp;quot;role&amp;quot;&amp;gt; (Ed.)&amp;lt;/span&amp;gt;. &lt;br /&gt;
       &amp;lt;span class=&amp;quot;title&amp;quot; style=&amp;quot;font-style: italic&amp;quot;&amp;gt;Riots and Pogroms.&amp;lt;/span&amp;gt;&lt;br /&gt;
       &amp;lt;span class=&amp;quot;origin&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;place&amp;quot;&amp;gt;New York&amp;lt;/span&amp;gt;&lt;br /&gt;
       &amp;lt;span class=&amp;quot;publisher&amp;quot;&amp;gt;: NYU Press&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
       &amp;lt;span class=&amp;quot;locator&amp;quot;&amp;gt;, pp. 154–76&amp;lt;/span&amp;gt;&lt;br /&gt;
     &amp;lt;/span&amp;gt;.&lt;br /&gt;
   &amp;lt;/p&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;
== ACM Digital Library Search Result Examples ==&lt;br /&gt;
&lt;br /&gt;
The [http://www.acm.org/dl/ ACM Digital Library] is a heavily used computer science literature database.&lt;br /&gt;
&lt;br /&gt;
First, the markup for one entry from the table of contents page for the ACM TACO (Transactions on Architecture and Code Optimization) journal:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;td align=&amp;quot;left&amp;quot; class=&amp;quot;small-text&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;a href=&amp;quot;citation.cfm?id=1113841.1113842&amp;amp;coll=portal&amp;amp;dl=ACM&amp;amp;idx=1113841&amp;amp;part=periodical&amp;amp;WantType=periodical&amp;amp;title=ACM%20Transactions%20on%20Architecture%20and%20Code%20Optimization%20%28TACO%29&amp;amp;CFID=68451946&amp;amp;CFTOKEN=20517650&amp;quot;class=&amp;quot;medium-text&amp;quot; target=&amp;quot;_self&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;strong&amp;gt;Improving WCET by applying a WC code-positioning optimization &amp;lt;/strong&amp;gt;&lt;br /&gt;
&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
 Wankang Zhao, David Whalley, Christopher Healy, Frank Mueller&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;small&amp;gt; Pages: 335 - 365&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;Full text available:&amp;amp;nbsp;&amp;lt;A HREF=&amp;quot;ft_gateway.cfm?id=1113842&amp;amp;type=pdf&amp;amp;coll=portal&amp;amp;dl=ACM&amp;amp;CFID=68451946&amp;amp;CFTOKEN=20517650&amp;quot; target=&amp;quot;_blank&amp;quot;&amp;gt;&amp;lt;img src=&amp;quot;images/pdf_logo.gif&amp;quot; ... height=&amp;quot;16&amp;quot; hspace=&amp;quot;1&amp;quot; alt=&amp;quot;pdf format&amp;quot; border=&amp;quot;0&amp;quot; align=&amp;quot;texttop&amp;quot;&amp;gt;Pdf&amp;lt;/A&amp;gt;(510&amp;amp;nbsp;KB)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;smaller-text&amp;quot;&amp;gt;&amp;lt;table border=&amp;quot;0&amp;quot; cellpadding=&amp;quot;0&amp;quot; cellpadding=&amp;quot;0&amp;quot;&amp;gt;&amp;lt;tr valign=&amp;quot;top&amp;quot;&amp;gt;&amp;lt;td class=&amp;quot;smaller-text&amp;quot; nowrap&amp;gt;Additional Information:&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td class=&amp;quot;smaller-text&amp;quot;&amp;gt;&amp;lt;img src=&amp;quot;img/doc_blank.gif&amp;quot; ... height=&amp;quot;16&amp;quot; alt=&amp;quot;&amp;quot; border=&amp;quot;0&amp;quot; align=&amp;quot;texttop&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;A HREF=&amp;quot;citation.cfm?id=1113842&amp;amp;jmp=cit&amp;amp;coll=portal&amp;amp;dl=ACM&amp;amp;CFID=68451946&amp;amp;CFTOKEN=20517650#CIT&amp;quot; target=&amp;quot;_self&amp;quot;&amp;gt;full citation&amp;lt;/a&amp;gt;, &lt;br /&gt;
&amp;lt;A HREF=&amp;quot;citation.cfm?id=1113842&amp;amp;jmp=abstract&amp;amp;coll=portal&amp;amp;dl=ACM&amp;amp;CFID=68451946&amp;amp;CFTOKEN=20517650#abstract&amp;quot; target=&amp;quot;_self&amp;quot;&amp;gt;abstract&amp;lt;/A&amp;gt;, &lt;br /&gt;
&amp;lt;A HREF=&amp;quot;citation.cfm?id=1113842&amp;amp;jmp=references&amp;amp;coll=portal&amp;amp;dl=ACM&amp;amp;CFID=68451946&amp;amp;CFTOKEN=20517650#references&amp;quot; target=&amp;quot;_self&amp;quot;&amp;gt; references&amp;lt;/A&amp;gt;, &lt;br /&gt;
&amp;lt;A HREF=&amp;quot;citation.cfm?id=1113842&amp;amp;jmp=indexterms&amp;amp;coll=portal&amp;amp;dl=ACM&amp;amp;CFID=68451946&amp;amp;CFTOKEN=20517650#indexterms&amp;quot; target=&amp;quot;_self&amp;quot;&amp;gt; index terms&amp;lt;/A&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;/table&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The markup for the 'full citation' page is similar, with a little more information about the authors.&lt;br /&gt;
&lt;br /&gt;
Here's the markup from the 'ACM Ref' link, which apparently is how they suggest you format it:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
Zhao, W., Whalley, D., Healy, C., and Mueller, F. 2005. &lt;br /&gt;
Improving WCET by applying a WC code-positioning optimization. &lt;br /&gt;
&amp;lt;i&amp;gt;ACM Trans. Archit. Code Optim.&amp;lt;/i&amp;gt; 2, 4 (Dec. 2005), 335-365. &lt;br /&gt;
DOI= http://doi.acm.org/10.1145/1113841.1113842&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;
Next, markup from the page for a conference publication:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;td class=&amp;quot;medium-text&amp;quot; colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;lt;strong&amp;gt;Parallel Programmer Productivity&amp;lt;/strong&amp;gt;&amp;lt;strong&amp;gt;:&amp;amp;nbsp;A Case Study of Novice Parallel Programmers&amp;lt;/strong&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;tr valign=&amp;quot;top&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;td class=&amp;quot;small-text&amp;quot;&amp;gt;&amp;lt;strong&amp;gt;Full text&amp;lt;/strong&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td class=&amp;quot;smaller-text&amp;quot; colspan=&amp;quot;2&amp;quot; &amp;gt;&lt;br /&gt;
    &amp;lt;A NAME=&amp;quot;FullText&amp;quot; HREF=&amp;quot;ft_gateway.cfm?id=1105800&amp;amp;type=pdf&amp;amp;coll=portal&amp;amp;dl=ACM&amp;amp;CFID=3174023&amp;amp;CFTOKEN=73112765&amp;quot; target=&amp;quot;_blank&amp;quot;&amp;gt;&amp;lt;img src=&amp;quot;http://portal.acm.org/images/pdf_logo.gif&amp;quot; width=&amp;quot;16&amp;quot; height=&amp;quot;16&amp;quot; alt=&amp;quot;pdf format&amp;quot; border=&amp;quot;0&amp;quot; hspace=&amp;quot;1&amp;quot; align=&amp;quot;texttop&amp;quot;&amp;gt;Pdf&amp;lt;/A&amp;gt; (265&amp;amp;nbsp;KB)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr valign=&amp;quot;top&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;td class=&amp;quot;small-text&amp;quot;&amp;gt;&amp;lt;strong&amp;gt;Source&amp;lt;/strong&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td class=&amp;quot;small-text&amp;quot; colspan=&amp;quot;2&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;SPAN class=&amp;quot;mediumb-text&amp;quot;&amp;gt;Conference on High Performance Networking and Computing&amp;lt;/span&amp;gt;&lt;br /&gt;
        &amp;lt;a href=&amp;quot;toc.cfm?id=SERIES371&amp;amp;type=series&amp;amp;coll=portal&amp;amp;dl=ACM&amp;amp;CFID=3174023&amp;amp;CFTOKEN=73112765&amp;quot; class=&amp;quot;small-link-text&amp;quot;&amp;gt;archive&amp;lt;/a&amp;gt;&lt;br /&gt;
    &amp;lt;SPAN class=&amp;quot;mediumb-text&amp;quot;&amp;gt;Proceedings of the 2005 ACM/IEEE conference on Supercomputing &amp;lt;/span&amp;gt;&lt;br /&gt;
        &amp;lt;a href=&amp;quot;toc.cfm?id=1105760&amp;amp;type=proceeding&amp;amp;coll=portal&amp;amp;dl=ACM&amp;amp;CFID=3174023&amp;amp;CFTOKEN=73112765&amp;quot;  class=&amp;quot;small-link-text&amp;quot;&amp;gt;table of contents&amp;lt;/a&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;small-text&amp;quot;&amp;gt;&lt;br /&gt;
    Page: 35&amp;amp;nbsp;&amp;amp;nbsp;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;small-text&amp;quot;&amp;gt;&lt;br /&gt;
    Year of Publication:&amp;amp;nbsp;2005&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
    &amp;lt;div class=&amp;quot;small-text&amp;quot;&amp;gt;ISBN:1-59593-061-2&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr valign=&amp;quot;top&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;td class=&amp;quot;small-text&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;strong&amp;gt;Authors&amp;lt;/strong&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;2&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;authors&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;table cellpadding=&amp;quot;0&amp;quot; cellspacing=&amp;quot;0&amp;quot;&amp;gt;&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td class=&amp;quot;small-text&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;a href=&amp;quot;results.cfm?query=author%3AP741898&amp;amp;querydisp=author%3ALorin%20Hochstein&amp;amp;coll=portal&amp;amp;dl=ACM&amp;amp;CFID=3174023&amp;amp;CFTOKEN=73112765&amp;quot;&amp;gt;Lorin Hochstein&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td class=&amp;quot;small-text&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;small&amp;gt;&amp;amp;nbsp;University of Maryland, College Park&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td class=&amp;quot;small-text&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;a href=&amp;quot;results.cfm?query=author%3AP638131&amp;amp;querydisp=author%3AJeff%20Carver&amp;amp;coll=portal&amp;amp;dl=ACM&amp;amp;CFID=3174023&amp;amp;CFTOKEN=73112765&amp;quot;&amp;gt;Jeff Carver&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td class=&amp;quot;small-text&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;small&amp;gt;&amp;amp;nbsp;Mississippi State University&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td class=&amp;quot;small-text&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;a href=&amp;quot;results.cfm?query=author%3AP84676&amp;amp;querydisp=author%3AForrest%20Shull&amp;amp;coll=portal&amp;amp;dl=ACM&amp;amp;CFID=3174023&amp;amp;CFTOKEN=73112765&amp;quot;&amp;gt;Forrest Shull&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td class=&amp;quot;small-text&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;small&amp;gt;&amp;amp;nbsp;Fraunhofer Center Maryland&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td class=&amp;quot;small-text&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;a href=&amp;quot;results.cfm?query=author%3AP494363&amp;amp;querydisp=author%3ASima%20Asgari&amp;amp;coll=portal&amp;amp;dl=ACM&amp;amp;CFID=3174023&amp;amp;CFTOKEN=73112765&amp;quot;&amp;gt;Sima Asgari&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td class=&amp;quot;small-text&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;small&amp;gt;&amp;amp;nbsp;University of Maryland, College Park&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
 &amp;lt;tr&amp;gt;&lt;br /&gt;
 &amp;lt;td class=&amp;quot;small-text&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;a href=&amp;quot;results.cfm?query=author%3AP290702&amp;amp;querydisp=author%3AVictor%20Basili&amp;amp;coll=portal&amp;amp;dl=ACM&amp;amp;CFID=3174023&amp;amp;CFTOKEN=73112765&amp;quot;&amp;gt;Victor Basili&amp;lt;/a&amp;gt;&lt;br /&gt;
									&lt;br /&gt;
    &amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td class=&amp;quot;small-text&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;small&amp;gt;&amp;amp;nbsp;Fraunhofer Center Maryland&amp;lt;/small&amp;gt;&lt;br /&gt;
    &amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&amp;lt;/table&amp;gt;&amp;lt;/div&amp;gt; &amp;lt;/td&amp;gt;&lt;br /&gt;
 &amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr valign=&amp;quot;top&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;td class=&amp;quot;small-text&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;strong&amp;gt;Publisher&amp;lt;/strong&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
 &amp;lt;td colspan=&amp;quot;2&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;div class=&amp;quot;publishers&amp;quot;&amp;gt;&lt;br /&gt;
    IEEE Computer Society &amp;amp;nbsp;&lt;br /&gt;
    &amp;lt;small&amp;gt; Washington, DC, USA &amp;lt;/small&amp;gt;&lt;br /&gt;
    &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;/table&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;tr valign=&amp;quot;top&amp;quot;&amp;gt;&amp;lt;td width=&amp;quot;100%&amp;quot; colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
       &amp;lt;table border=&amp;quot;0&amp;quot; cellspacing=&amp;quot;0&amp;quot; cellpadding=&amp;quot;2&amp;quot; width=&amp;quot;100%&amp;quot; &amp;gt;&lt;br /&gt;
         &amp;lt;tr valign=&amp;quot;top&amp;quot;&amp;gt;&lt;br /&gt;
         &amp;lt;td class=&amp;quot;small-text&amp;quot;&amp;gt;&amp;lt;b&amp;gt;DOI Bookmark:&amp;lt;/b&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td class=&amp;quot;small-text&amp;quot;&amp;gt;&lt;br /&gt;
          &amp;lt;a href=&amp;quot;http://dx.doi.org/10.1109/SC.2005.53&amp;quot;&amp;gt;10.1109/SC.2005.53&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;/table&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;abstract&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;SPAN class=heading&amp;gt;&amp;lt;A NAME=&amp;quot;abstract&amp;quot;&amp;gt;ABSTRACT&amp;lt;/A&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;p class=&amp;quot;abstract&amp;quot;&amp;gt;&lt;br /&gt;
In developing High-Performance Computing (HPC) software, time to solution is an important metric. This metric is comprised of two main components: the human effort required developing the software, plus the amount of machine time required to execute it. To date, little empirical work has been done to study the first component: the human effort required and the effects of approaches and practices that may be used to reduce it. In this paper, we describe a series of studies that address this problem. We instrumented the development process used in multiple HPC classroom environments. We analyzed data within and across such studies, varying factors such as the parallel programming model used and the application being developed, to understand their impact on the development process.&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;indterms&amp;quot;&amp;gt;&lt;br /&gt;
			&lt;br /&gt;
&amp;lt;A HREF=&amp;quot;citation.cfm?id=1105800&amp;amp;coll=portal&amp;amp;dl=ACM&amp;amp;CFID=3174023&amp;amp;CFTOKEN=73112765#CIT&amp;quot;&amp;gt;&amp;lt;img name=&amp;quot;top&amp;quot; src=&amp;quot;http://portal.acm.org/images/arrowu.gif&amp;quot; hspace=&amp;quot;10&amp;quot; border=&amp;quot;0&amp;quot;&amp;gt;&amp;lt;/A&amp;gt;&amp;lt;SPAN class=heading&amp;gt;&amp;lt;A NAME=&amp;quot;IndexTerms&amp;quot;&amp;gt;INDEX TERMS&amp;lt;/A&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
			&lt;br /&gt;
				&lt;br /&gt;
&amp;lt;p class=&amp;quot;Categories&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;SPAN class=heading&amp;gt;&amp;lt;A NAME=&amp;quot;GenTerms&amp;quot;&amp;gt;Primary Classification:&amp;lt;/A&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;D.&amp;lt;/b&amp;gt;&lt;br /&gt;
&amp;lt;a href=&amp;quot;results.cfm?query=CCS%3AD%2E%2A&amp;amp;coll=portal&amp;amp;dl=ACM&amp;amp;CFID=3174023&amp;amp;CFTOKEN=73112765&amp;quot; target=&amp;quot;_self&amp;quot;&amp;gt;&lt;br /&gt;
									Software&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;D.1&amp;lt;/b&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;a href=&amp;quot;results.cfm?query=CCS%3A%22D%2E1%22&amp;amp;coll=portal&amp;amp;dl=ACM&amp;amp;CFID=3174023&amp;amp;CFTOKEN=73112765&amp;quot; target=&amp;quot;_self&amp;quot;&amp;gt;&lt;br /&gt;
									 PROGRAMMING TECHNIQUES&amp;lt;/a&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
									&lt;br /&gt;
&amp;lt;b&amp;gt;D.1.3&amp;lt;/b&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;a href=&amp;quot;results.cfm?query=CCS%3A%22D%2E1%2E3%22&amp;amp;coll=portal&amp;amp;dl=ACM&amp;amp;CFID=3174023&amp;amp;CFTOKEN=73112765&amp;quot; target=&amp;quot;_self&amp;quot;&amp;gt;&lt;br /&gt;
									 Concurrent Programming&amp;lt;/a&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;Subjects:&amp;lt;/b&amp;gt;&lt;br /&gt;
										    &lt;br /&gt;
&amp;lt;a href=&amp;quot;results.cfm?query=CCS%3A%22Parallel%20programming%22&amp;amp;coll=portal&amp;amp;dl=ACM&amp;amp;CFID=3174023&amp;amp;CFTOKEN=73112765&amp;quot; target=&amp;quot;_self&amp;quot;&amp;gt;Parallel programming&amp;lt;/a&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/p&amp;gt;		  &lt;br /&gt;
				&lt;br /&gt;
&amp;lt;p class=&amp;quot;Categories&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;SPAN class=heading&amp;gt;&amp;lt;A NAME=&amp;quot;GenTerms&amp;quot;&amp;gt;Additional&amp;amp;nbsp;Classification:&amp;lt;/A&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;D.&amp;lt;/b&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;a href=&amp;quot;results.cfm?query=CCS%3AD%2E%2A&amp;amp;coll=portal&amp;amp;dl=ACM&amp;amp;CFID=3174023&amp;amp;CFTOKEN=73112765&amp;quot; target=&amp;quot;_self&amp;quot;&amp;gt;&lt;br /&gt;
									Software&amp;lt;/a&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;D.2&amp;lt;/b&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;a href=&amp;quot;results.cfm?query=CCS%3A%22D%2E2%22&amp;amp;coll=portal&amp;amp;dl=ACM&amp;amp;CFID=3174023&amp;amp;CFTOKEN=73112765&amp;quot; target=&amp;quot;_self&amp;quot;&amp;gt;&lt;br /&gt;
									 SOFTWARE ENGINEERING&amp;lt;/a&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;D.2.3&amp;lt;/b&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;a href=&amp;quot;results.cfm?query=CCS%3A%22D%2E2%2E3%22&amp;amp;coll=portal&amp;amp;dl=ACM&amp;amp;CFID=3174023&amp;amp;CFTOKEN=73112765&amp;quot; target=&amp;quot;_self&amp;quot;&amp;gt;&lt;br /&gt;
									 Coding Tools and Techniques&amp;lt;/a&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;K.&amp;lt;/b&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;a href=&amp;quot;results.cfm?query=CCS%3AK%2E%2A&amp;amp;coll=portal&amp;amp;dl=ACM&amp;amp;CFID=3174023&amp;amp;CFTOKEN=73112765&amp;quot; target=&amp;quot;_self&amp;quot;&amp;gt;&lt;br /&gt;
									 Computing Milieux&amp;lt;/a&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;K.6&amp;lt;/b&amp;gt;&lt;br /&gt;
&amp;lt;a href=&amp;quot;results.cfm?query=CCS%3A%22K%2E6%22&amp;amp;coll=portal&amp;amp;dl=ACM&amp;amp;CFID=3174023&amp;amp;CFTOKEN=73112765&amp;quot; target=&amp;quot;_self&amp;quot;&amp;gt;&lt;br /&gt;
									 MANAGEMENT OF COMPUTING AND INFORMATION SYSTEMS&amp;lt;/a&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
								 &lt;br /&gt;
&amp;lt;b&amp;gt;K.6.3&amp;lt;/b&amp;gt;&lt;br /&gt;
&amp;lt;a href=&amp;quot;results.cfm?query=CCS%3A%22K%2E6%2E3%22&amp;amp;coll=portal&amp;amp;dl=ACM&amp;amp;CFID=3174023&amp;amp;CFTOKEN=73112765&amp;quot; target=&amp;quot;_self&amp;quot;&amp;gt;&lt;br /&gt;
									 Software Management&amp;lt;/a&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
										 &lt;br /&gt;
    &amp;lt;b&amp;gt;Subjects:&amp;lt;/b&amp;gt;&lt;br /&gt;
									    &lt;br /&gt;
     &amp;lt;a href=&amp;quot;results.cfm?query=CCS%3A%22Software%20development%22&amp;amp;coll=portal&amp;amp;dl=ACM&amp;amp;CFID=3174023&amp;amp;CFTOKEN=73112765&amp;quot; target=&amp;quot;_self&amp;quot;&amp;gt;Software development&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
    &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
    &amp;lt;p class=&amp;quot;GenTerms&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;SPAN class=heading&amp;gt;&lt;br /&gt;
      &amp;lt;A NAME=&amp;quot;GenTerms&amp;quot;&amp;gt;General Terms:&amp;lt;/A&amp;gt;&lt;br /&gt;
    &amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;BR&amp;gt;&lt;br /&gt;
     &amp;lt;a href=&amp;quot;results.cfm?query=genterm%3A%22Design%22&amp;amp;coll=portal&amp;amp;dl=ACM&amp;amp;CFID=3174023&amp;amp;CFTOKEN=73112765&amp;quot; target=&amp;quot;_self&amp;quot;&amp;gt;&lt;br /&gt;
							Design&amp;lt;/a&amp;gt;,&lt;br /&gt;
     &amp;lt;a href=&amp;quot;results.cfm?query=genterm%3A%22Experimentation%22&amp;amp;coll=portal&amp;amp;dl=ACM&amp;amp;CFID=3174023&amp;amp;CFTOKEN=73112765&amp;quot; target=&amp;quot;_self&amp;quot;&amp;gt;&lt;br /&gt;
							 Experimentation&amp;lt;/a&amp;gt;,&lt;br /&gt;
     &amp;lt;a href=&amp;quot;results.cfm?query=genterm%3A%22Measurement%22&amp;amp;coll=portal&amp;amp;dl=ACM&amp;amp;CFID=3174023&amp;amp;CFTOKEN=73112765&amp;quot; target=&amp;quot;_self&amp;quot;&amp;gt;&lt;br /&gt;
							 Measurement&amp;lt;/a&amp;gt;,&lt;br /&gt;
     &amp;lt;a href=&amp;quot;results.cfm?query=genterm%3A%22Performance%22&amp;amp;coll=portal&amp;amp;dl=ACM&amp;amp;CFID=3174023&amp;amp;CFTOKEN=73112765&amp;quot; target=&amp;quot;_self&amp;quot;&amp;gt;&lt;br /&gt;
							 Performance&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;/p&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&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;
== IEEE IEEExplore Search Results Markup ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;td width=&amp;quot;96%&amp;quot; class=&amp;quot;bodyCopyBlackLargeSpaced&amp;quot; valign=&amp;quot;middle&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;strong&amp;gt;On the parallel execution time of tiled loops&amp;lt;/strong&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Hogstedt, K.; Carter, L.; Ferrante, J.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;A href='/xpl/RecentIssue.jsp?punumber=71'&amp;gt;Parallel and Distributed Systems, IEEE Transactions on&amp;lt;/A&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Volume: 14&lt;br /&gt;
&lt;br /&gt;
&amp;amp;nbsp;Issue: 3&lt;br /&gt;
&amp;amp;nbsp;March 2003 &amp;lt;br /&amp;gt;&lt;br /&gt;
Page(s):  307- 321&amp;lt;br&amp;gt;&lt;br /&gt;
Digital Object Identifier 10.1109/TPDS.2003.1189587&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div id=&amp;quot;menu0&amp;quot; style=&amp;quot;display:block&amp;quot;&amp;gt;&amp;lt;strong&amp;gt;Summary:&amp;amp;nbsp;&amp;lt;/strong&amp;gt; Many &lt;br /&gt;
computationally-intensive programs, such as those for differential equations, spatial &lt;br /&gt;
interpolation, and dynamic programming, spend a large portion of their execution time in &lt;br /&gt;
multiply-nested loops that have a regular stencil of data dependences.....&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&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;
== CiteSeer database search results ==&lt;br /&gt;
&lt;br /&gt;
The [http://citeseer.ist.psu.edu CiteSeer] database has been another heavily used Computer Science online resource, and it has minimal markup:&lt;br /&gt;
&lt;br /&gt;
Here's what you see on the main page for a given paper - this information is duplicated everywhere on the page, but this is where it's formatted most like an academic citation:&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;font size=-1&amp;gt;Yoshio Kataoka, Michael D. Ernst, William G. Griswold, and David Notkin. &lt;br /&gt;
Automated support for program refactoring using invariants. In ICSM, pages 736-- 743, &lt;br /&gt;
November 2001. http://citeseer.ist.psu.edu/kataoka01automated.html &amp;amp;nbsp; &lt;br /&gt;
&amp;lt;a href=&amp;quot;http://citeseer.ist.psu.edu/check/1791139&amp;quot;&amp;gt;More&amp;lt;/a&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;br&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;
Clicking on the 'More' link in the above text gets you a page with a listing of all the ways they found it written out as a citation in other papers. This is an example of how they mark up each of those entries:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Yoshio Kataoka, Michael D. Ernst, William G. Griswold, and David Notkin. &lt;br /&gt;
&amp;lt;i&amp;gt;Automated support for program refactoring using invariants&amp;lt;/i&amp;gt;.&lt;br /&gt;
 In ICSM, pages 736-- 743, November 2001.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== CiteULike.org citation listing ==&lt;br /&gt;
&lt;br /&gt;
[http://www.citeulike.org/ CiteULike] is a shared reference database site that allows organization using tags and ratings. The site imports from many unstructured web resources using mostly screen-scraping plugins (I think --Mike) &lt;br /&gt;
&lt;br /&gt;
Here is an example of the markup for one article on the main page:&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
  &amp;lt;td...&amp;gt;&lt;br /&gt;
    &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;&lt;br /&gt;
        &amp;lt;a class=&amp;quot;title&amp;quot; href=&amp;quot;/user/jrw/article/505272&amp;quot;&amp;gt;Geometric phases in adiabatic open quantum systems&amp;lt;/a&amp;gt;&lt;br /&gt;
        &amp;lt;div class=&amp;quot;vague&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
        &amp;lt;div class=&amp;quot;vague&amp;quot;&amp;gt;by&amp;lt;a class=&amp;quot;author&amp;quot; href=&amp;quot;/user/jrw/author/Sarandy&amp;quot;&amp;gt;Sarandy&amp;lt;/a&amp;gt; MS, &lt;br /&gt;
          &amp;lt;a class=&amp;quot;author&amp;quot; href=&amp;quot;/user/jrw/author/Lidar&amp;quot;&amp;gt;Lidar&amp;lt;/a&amp;gt; DA&amp;lt;/div&amp;gt;&lt;br /&gt;
        &amp;lt;div class=&amp;quot;vague&amp;quot;&amp;gt;&lt;br /&gt;
          posted to &amp;lt;a class=&amp;quot;tag&amp;quot; rel=&amp;quot;tag&amp;quot; href=&amp;quot;/user/jrw/tag/geometry&amp;quot;&amp;gt;geometry&amp;lt;/a&amp;gt;&lt;br /&gt;
          &amp;lt;a class=&amp;quot;tag&amp;quot; rel=&amp;quot;tag&amp;quot; href=&amp;quot;/user/jrw/tag/physics&amp;quot;&amp;gt;physics&amp;lt;/a&amp;gt;&lt;br /&gt;
          &amp;lt;a class=&amp;quot;tag&amp;quot; rel=&amp;quot;tag&amp;quot; href=&amp;quot;/user/jrw/tag/quantum&amp;quot;&amp;gt;quantum&amp;lt;/a&amp;gt;&lt;br /&gt;
          &amp;lt;a class=&amp;quot;tag&amp;quot; rel=&amp;quot;tag&amp;quot; href=&amp;quot;/user/jrw/tag/quantum-information&amp;quot;&amp;gt;quantum-information&amp;lt;/a&amp;gt;&lt;br /&gt;
          by &amp;lt;a href=&amp;quot;/user/jrw&amp;quot;&amp;gt;jrw&amp;lt;/a&amp;gt;&lt;br /&gt;
          as &amp;lt;img alt=&amp;quot;x&amp;quot;src=&amp;quot;http://static.citeulike.org/img/star2.png&amp;quot; /&amp;gt;&lt;br /&gt;
          on&amp;amp;nbsp;2006-02-14 18:36:22&lt;br /&gt;
        &amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;/ul&amp;gt;&lt;br /&gt;
  &amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
And here is markup from the detail page for another publication:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;content&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;table...&amp;gt;&lt;br /&gt;
  &amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td...&amp;gt;&amp;lt;h1&amp;gt;T-Coffee: A novel method for fast and accurate multiple sequence alignment.&amp;lt;/h1&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;td&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;
&amp;lt;div class=&amp;quot;vague&amp;quot;&amp;gt;&amp;lt;i&amp;gt;J Mol Biol&amp;lt;/i&amp;gt;, Vol. 302, No. 1. (8 September 2000), pp. 205-217.&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h2&amp;gt;Authors&amp;lt;/h2&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
  &amp;lt;li&amp;gt;&lt;br /&gt;
    &amp;lt;span class=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;a class=&amp;quot;author&amp;quot; href=&amp;quot;/user/ffranca/author/Notredame&amp;quot;&amp;gt;Notredame&amp;lt;/a&amp;gt; C&amp;lt;/span&amp;gt;,&lt;br /&gt;
    &amp;lt;span class=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;a class=&amp;quot;author&amp;quot; href=&amp;quot;/user/ffranca/author/Higgins&amp;quot;&amp;gt;Higgins&amp;lt;/a&amp;gt; DG&amp;lt;/span&amp;gt;, &lt;br /&gt;
    &amp;lt;span class=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;a class=&amp;quot;author&amp;quot; href=&amp;quot;/user/ffranca/author/Heringa&amp;quot;&amp;gt;Heringa&amp;lt;/a&amp;gt; J&amp;lt;/span&amp;gt;&lt;br /&gt;
  &amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
..&lt;br /&gt;
&amp;lt;table...&amp;gt;&lt;br /&gt;
  &amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td ...&amp;gt;&lt;br /&gt;
      &amp;lt;h2&amp;gt;Online Article&lt;br /&gt;
        &amp;lt;span class=&amp;quot;Z3988&amp;quot;&lt;br /&gt;
          title=&amp;quot;ctx_ver=Z39.88-2004&amp;amp;amp;rft_val_fmt=info:ofi/fmt:kev:mtx:journal&amp;amp;amp;rfr_id=info:sid/citeulike.org/citeulike&amp;amp;amp;rft.aufirst=&amp;amp;amp;rft_id=info:doi/10%2e1006%2fjmbi%2e2000%2e4042&amp;amp;amp;rft.spage=205&amp;amp;amp;rft.issue=1&amp;amp;amp;rft.aulast=Notredame&amp;amp;amp;rft.title=J+Mol+Biol&amp;amp;amp;rft.epage=217&amp;amp;amp;rft.issn=0022%2d2836&amp;amp;amp;rft.volume=302&amp;amp;amp;rft.auinit=C&amp;amp;amp;rft.atitle=T%2dCoffee%3a+A+novel+method+for+fast+and+accurate+multiple+sequence+alignment%2e&amp;amp;amp;date=2000-9-8&amp;amp;amp;rft.genre=article&amp;amp;amp;genre=article&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      &amp;lt;/h2&amp;gt;&lt;br /&gt;
    &amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;/div&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;&lt;br /&gt;
    &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;&lt;br /&gt;
        &amp;lt;span class=&amp;quot;black&amp;quot;&amp;gt;DOI:&amp;lt;/span&amp;gt;&lt;br /&gt;
        &amp;lt;a accesskey=&amp;quot;1&amp;quot; href=&amp;quot;http://dx.doi.org/10.1006/jmbi.2000.4042&amp;quot; rel=&amp;quot;nofollow&amp;quot;&amp;gt;View article online&amp;lt;/a&amp;gt;&lt;br /&gt;
      &amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;&lt;br /&gt;
        &amp;lt;span class=&amp;quot;black&amp;quot;&amp;gt;Pubmed:&amp;lt;/span&amp;gt;&lt;br /&gt;
        &amp;lt;a accesskey=&amp;quot;2&amp;quot; &lt;br /&gt;
          href=&amp;quot;http://www.ncbi.nlm.nih.gov/entrez/query.fcgi?cmd=Retrieve&amp;amp;db=pubmed&amp;amp;dopt=Abstract&amp;amp;list_uids=10964570&amp;quot; rel=&amp;quot;nofollow&amp;quot;&amp;gt;&lt;br /&gt;
            View article online&amp;lt;/a&amp;gt;&lt;br /&gt;
      &amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;&lt;br /&gt;
        &amp;lt;span class=&amp;quot;black&amp;quot;&amp;gt;Hubmed:&amp;lt;/span&amp;gt; &lt;br /&gt;
        &amp;lt;a accesskey=&amp;quot;3&amp;quot; href=&amp;quot;http://www.hubmed.org/display.cgi?uids=10964570&amp;quot; rel=&amp;quot;nofollow&amp;quot;&amp;gt;&lt;br /&gt;
          View article online&amp;lt;/a&amp;gt;&lt;br /&gt;
      &amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;/ul&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;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Amazon.com citation info ==&lt;br /&gt;
&lt;br /&gt;
This is from a detail page on Amazon.com for a book.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;a name='citing' &amp;gt;&amp;lt;/a&amp;gt;&amp;lt;b&amp;gt;This book cites 10 books:&amp;lt;/b&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;ul...&amp;gt;&lt;br /&gt;
  &amp;lt;li&amp;gt; &lt;br /&gt;
    &amp;lt;a href=&amp;quot;http://www.amazon.com/exec/obidos/tg/detail/-/1555424236/ref=sid_dp_dp/002-6751255-9290456?%5Fencoding=UTF8&amp;amp;v=glance&amp;quot;&amp;gt;&lt;br /&gt;
      The New Faculty Member: Supporting and Fostering Professional Development (Jossey-Bass Higher and Adult Education Series)&lt;br /&gt;
    &amp;lt;/a&amp;gt;&lt;br /&gt;
    by Robert Boice on&lt;br /&gt;
    &amp;lt;a href=&amp;quot;/gp/reader/0780311361/ref=sib_ab_dp_pg/002-6751255-9290456?%5Fencoding=UTF8&amp;amp;p=S04X&amp;amp;checkSum=vptuDOjULIOadVNe9UFX36fnIKktwxxQOeBmFQupyrA%3D&amp;quot;&amp;gt;page 156&amp;lt;/a&amp;gt;, and &amp;lt;a href=&amp;quot;/gp/reader/0780311361/ref=sib_ab_dp_pg/002-6751255-9290456?%5Fencoding=UTF8&amp;amp;p=S088&amp;amp;checkSum=vptuDOjULINm2bvcL37hZR%2BcnJi%2F9hhUyu1%2FlXWnOM8%3D&amp;quot;&amp;gt;&lt;br /&gt;
      page 275&lt;br /&gt;
    &amp;lt;/a&amp;gt;&lt;br /&gt;
  &amp;lt;/li&amp;gt;&lt;br /&gt;
  &amp;lt;li&amp;gt;&lt;br /&gt;
    &amp;lt;a href=&amp;quot;http://www.amazon.com/exec/obidos/tg/detail/-/0137947364/ref=sid_dp_dp/002-6751255-9290456?%5Fencoding=UTF8&amp;amp;v=glance&amp;quot; &amp;gt;Science, Technology and Society&amp;lt;/a&amp;gt;&lt;br /&gt;
    by Robert E. McGinn on&lt;br /&gt;
    &amp;lt;a href=&amp;quot;/gp/reader/0780311361/ref=sib_ab_dp_pg/002-6751255-9290456?%5Fencoding=UTF8&amp;amp;p=S023&amp;amp;checkSum=vptuDOjULIMgFwAeeT8gWiDHmklkxfy%2BGug%2BAS7UI2Y%3D&amp;quot;&amp;gt;page 54&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;&lt;br /&gt;
&lt;br /&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;
== PubMed Medical Journal Example == &lt;br /&gt;
&lt;br /&gt;
Still another example of markup in the wild, coming from a search for &amp;quot;pancreas&amp;quot; in the New England Journal of Medicine from pubmed.org.&lt;br /&gt;
&lt;br /&gt;
Note the title attribute with the expanded version of the canonical abbreviation for the journal.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td ...&amp;gt;&lt;br /&gt;
&amp;lt;a href=&amp;quot;/entrez/query.fcgi?cmd=Retrieve&amp;amp;db=pubmed&amp;amp;dopt=Abstract&amp;amp;list_uids=15371579&amp;amp;itool=iconnoabstr&amp;amp;query_hl=2&amp;amp;itool=pubmed_docsum&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;img alt=&amp;quot;No abstract&amp;quot; id=&amp;quot;No abstract_15371579&amp;quot; ... Title=&amp;quot;No abstract&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td ...&amp;gt;Cystic neoplasms of the pancreas.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font size=&amp;quot;-1&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;span title=&amp;quot;The New England journal of medicine.&amp;quot;&amp;gt;N Engl J Med.&amp;lt;/span&amp;gt;&lt;br /&gt;
 2004 Sep 16;351(12):1218-26. Review. No abstract available. &amp;lt;br&amp;gt;&lt;br /&gt;
PMID: 15371579 [PubMed - indexed for MEDLINE]&lt;br /&gt;
&amp;lt;/font&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Wikipedia Examples ==&lt;br /&gt;
&lt;br /&gt;
=== Wikipedia Book ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;li id=&amp;quot;_note-8&amp;quot;&amp;gt;&amp;lt;b&amp;gt;&amp;lt;a href=&amp;quot;#_ref-8&amp;quot; title=&amp;quot;&amp;quot;&amp;gt;^&amp;lt;/a&amp;gt;&amp;lt;/b&amp;gt; &lt;br /&gt;
&amp;lt;i&amp;gt;Tuva Or Bust!&amp;lt;/i&amp;gt;, Ralph Leighton, W. W. Norton &amp;amp;amp; Company, 2000, &lt;br /&gt;
&amp;lt;a href=&amp;quot;/w/index.php?title=Special:Booksources&amp;amp;amp;isbn=0393320693&amp;quot; &lt;br /&gt;
    class=&amp;quot;internal&amp;quot;&amp;gt;ISBN 0393320693&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Wikipedia Journal Article ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;li id=&amp;quot;_note-science1982-Dickerson&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;&amp;lt;a href=&amp;quot;#_ref-science1982-Dickerson_0&amp;quot; title=&amp;quot;&amp;quot;&amp;gt;^&amp;lt;/a&amp;gt;&amp;lt;/b&amp;gt;&lt;br /&gt;
 &amp;lt;cite style=&amp;quot;font-style:normal&amp;quot;&amp;gt;Dickerson et al. (1982). &amp;quot;The Anatomy of A-, B-, and Z-DNA&amp;quot;. &lt;br /&gt;
 &amp;lt;i&amp;gt;Science&amp;lt;/i&amp;gt; &amp;lt;b&amp;gt;216&amp;lt;/b&amp;gt;: 475-485. DOI: 10.1126/science.7071593.&amp;lt;/cite&amp;gt;&lt;br /&gt;
 &amp;lt;sup&amp;gt;&amp;lt;a href=&amp;quot;...&amp;quot; class=&amp;quot;external text&amp;quot; title=&amp;quot;...&amp;quot;&amp;gt;PubMed&amp;lt;/a&amp;gt;&amp;lt;/sup&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Wikipedia Court Case ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;i&amp;gt;&amp;lt;a href=&amp;quot;/wiki/Perfect_10_v._Google_Inc&amp;quot; title=&amp;quot;Perfect 10 v. Google Inc&amp;quot;&amp;gt;Perfect 10 v. Google Inc&amp;lt;/a&amp;gt;&amp;lt;/i&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;CASE NO. CV 04-9484 AHM (SHx)&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;a href=&amp;quot;/wiki/Central_District_of_California&amp;quot; title=&amp;quot;Central District of California&amp;quot;&amp;gt;CDCA&amp;lt;/a&amp;gt; 2006&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Thumbnails in Web searches that impinged upon market for images of that size were not fair use.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Wikipedia US Law ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;cite id=&amp;quot;endnote_FISA&amp;quot; style=&amp;quot;font-style: normal;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;a href=&amp;quot;#ref_FISA&amp;quot; title=&amp;quot;&amp;quot;&amp;gt;&amp;lt;b&amp;gt;↑&amp;lt;/b&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/cite&amp;gt;&amp;amp;#160; &lt;br /&gt;
&amp;lt;a href=&amp;quot;http://www.law.cornell.edu/uscode/html/uscode50/usc_sup_01_50_10_36.html&amp;quot; &lt;br /&gt;
    class=&amp;quot;external text&amp;quot; title=&amp;quot;...&amp;quot;&amp;gt;50 U.S.C Chapter 36 Foreign Intelligence Surveillance&amp;lt;/a&amp;gt;&lt;br /&gt;
     The complete text of the Foreign Intelligence Surveillance Act&lt;br /&gt;
     &amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The sections of the law are cited inline, without markup, as &amp;quot;50 U.S.C. §1801(a) (4),(5),(6)&amp;quot; for example.&lt;br /&gt;
&lt;br /&gt;
=== Wikipedia Conference Presentation ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;h3&amp;gt;Conference presentation by Pillar&amp;lt;/h3&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&lt;br /&gt;
&amp;lt;a href=&amp;quot;http://www.duke.edu/web/tiss/archives/conferencerecords/media/Pillar.htm&amp;quot; &lt;br /&gt;
class=&amp;quot;external text&amp;quot; title=&amp;quot;...&amp;quot;&amp;gt;Foreign and Domestic Publics and the Counter-terrorism Effort&amp;lt;/a&amp;gt;&lt;br /&gt;
 (Duke University, 21-2 March 2003).&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Wikipedia Primary Historical Source ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;U.S. War Dept., &amp;lt;a href=&amp;quot;http://cdl.library.cornell.edu/moa/browse.monographs/waro.html&amp;quot; &lt;br /&gt;
                         class=&amp;quot;external text&amp;quot; title=&amp;quot;...&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;i&amp;gt;The War of the Rebellion: a Compilation of the Official Records of the Union and Confederate Armies&amp;lt;/i&amp;gt;&amp;lt;/a&amp;gt;,&lt;br /&gt;
 U.S. Government Printing Office, 1880–1901. 70 very large volumes of letters and reports written by both armies. &lt;br /&gt;
 Online at &amp;lt;a href=&amp;quot;http://cdl.library.cornell.edu/moa/browse.monographs/waro.html&amp;quot; &lt;br /&gt;
                 class=&amp;quot;external autonumber&amp;quot; title=&amp;quot;...&amp;quot;&amp;gt;[6]&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Wikipedia U.S. Patent ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;a href=&amp;quot;http://patft.uspto.gov/netacgi/nph-Parser?patentnumber=4,405,829&amp;quot; class=&amp;quot;external text&amp;quot; &lt;br /&gt;
    title=&amp;quot;http://patft.uspto.gov/netacgi/nph-Parser?patentnumber=4,405,829&amp;quot;&amp;gt;U.S. Patent 4,405,829&amp;lt;/a&amp;gt;:&lt;br /&gt;
    The &amp;lt;a href=&amp;quot;/wiki/RSA&amp;quot; title=&amp;quot;RSA&amp;quot;&amp;gt;RSA&amp;lt;/a&amp;gt; patent, a famous software patent on the ground-breaking &lt;br /&gt;
    and highly unobvious algorithm for public key encryption, widely used for secure communications &lt;br /&gt;
    in many industries nowdays&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== EPrints.org generated output ==&lt;br /&gt;
&lt;br /&gt;
EPrints uses the DC terms for information in the head element of an entry:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;head&amp;gt;&lt;br /&gt;
    &amp;lt;title&amp;gt;ECS EPrints Service - Winnowing Ontologies based on Application Use&amp;lt;/title&amp;gt;&lt;br /&gt;
    &amp;lt;link href=&amp;quot;http://purl.org/DC/elements/1.0/&amp;quot; rel=&amp;quot;schema.DC&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;meta content=&amp;quot;Winnowing Ontologies based on Application Use&amp;quot; name=&amp;quot;DC.title&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;meta content=&amp;quot;Alani, Harith&amp;quot; name=&amp;quot;DC.creator&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;meta content=&amp;quot;Harris, Stephen&amp;quot; name=&amp;quot;DC.creator&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;meta content=&amp;quot;O'Neil, Ben&amp;quot; name=&amp;quot;DC.creator&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;meta content=&amp;quot;The requirements of specific ... that ontology.&amp;quot; name=&amp;quot;DC.description&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;meta content=&amp;quot;2006-01-01&amp;quot; name=&amp;quot;DC.date&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;meta content=&amp;quot;Conference or Workshop Item&amp;quot; name=&amp;quot;DC.type&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;meta content=&amp;quot;http://eprints.ecs.soton.ac.uk/12070/&amp;quot; name=&amp;quot;DC.identifier&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;meta content=&amp;quot;pdf http://eprints.ecs.soton.ac.uk/12070/01/Alani-final.pdf&amp;quot; name=&amp;quot;DC.format&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;link title=&amp;quot;Full Text (application/pdf)&amp;quot; href=&amp;quot;http://eprints.ecs.soton.ac.uk/12070/01/Alani-final.pdf&amp;quot; &lt;br /&gt;
    class=&amp;quot;fulltext&amp;quot; type=&amp;quot;application/pdf&amp;quot; rel=&amp;quot;alternate&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
And the following markup for the page's HTML:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;td valign=&amp;quot;top&amp;quot;&amp;gt;&amp;lt;div class=&amp;quot;page&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h1 class=&amp;quot;pagetitle&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;field_title&amp;quot;&amp;gt;Winnowing Ontologies based on Application Use&amp;lt;/span&amp;gt;&amp;lt;/h1&amp;gt;&lt;br /&gt;
&amp;lt;p class=&amp;quot;intro&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;citation&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;field_authors&amp;quot;&amp;gt;Alani, H., Harris, S. and O'Neil, B.&amp;lt;/span&amp;gt; &lt;br /&gt;
(&amp;lt;span class=&amp;quot;field_year&amp;quot;&amp;gt;2006&amp;lt;/span&amp;gt;)&lt;br /&gt;
&amp;lt;span class=&amp;quot;field_title&amp;quot;&amp;gt;Winnowing Ontologies based on Application Use&amp;lt;/span&amp;gt;. &lt;br /&gt;
  In &amp;lt;i&amp;gt;Proceedings of &lt;br /&gt;
&amp;lt;span class=&amp;quot;field_conference&amp;quot;&amp;gt;3rd European Semantic Web Conference (ESWC)&amp;lt;/span&amp;gt;&amp;lt;/i&amp;gt;, &lt;br /&gt;
&amp;lt;span class=&amp;quot;field_confloc&amp;quot;&amp;gt;Budva, Montenegro&amp;lt;/span&amp;gt;.&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== BibDesk default HTML export example ==&lt;br /&gt;
&lt;br /&gt;
Due to some recent improvements, BibDesk allows extensive user customization of its HTML output.&lt;br /&gt;
It has had an HTML template system since 2004, and the default template hasn't changed much since then.&lt;br /&gt;
Here is the default template, which I wrote long before I knew what little I know now of semantic HTML - Mike.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;content&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h1&amp;gt;&amp;lt;$fileName.lastPathComponent/&amp;gt;&amp;lt;/h1&amp;gt;&lt;br /&gt;
&amp;lt;dl&amp;gt;&lt;br /&gt;
&amp;lt;dt class=&amp;quot;Key&amp;quot; id=&amp;quot;&amp;lt;$citeKey/&amp;gt;&amp;quot;&amp;gt;&amp;lt;$citeKey/&amp;gt;&amp;lt;dt /&amp;gt;&lt;br /&gt;
&amp;lt;dd class=&amp;quot;Pub&amp;quot;&amp;gt;&lt;br /&gt;
	&amp;lt;span class=&amp;quot;Title&amp;quot;&amp;gt;&amp;lt;$fields.Title/&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
	&amp;lt;span class=&amp;quot;Author&amp;quot;&amp;gt;&amp;lt;$pubAuthorsForDisplay/&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
	&amp;lt;span class=&amp;quot;Journal&amp;quot;&amp;gt;&amp;lt;$fields.Journal/&amp;gt;&amp;lt;/span&amp;gt;&amp;amp;nbsp;&lt;br /&gt;
	&amp;lt;span class=&amp;quot;Volume&amp;quot;&amp;gt;&amp;lt;$fields.Volume/&amp;gt;&amp;lt;/span&amp;gt;&amp;amp;nbsp;&lt;br /&gt;
	&amp;lt;span class=&amp;quot;Pages&amp;quot;&amp;gt;&amp;lt;$fields.Pages/&amp;gt;&amp;lt;/span&amp;gt;&amp;amp;nbsp;&lt;br /&gt;
	(&amp;lt;span class=&amp;quot;Date&amp;quot;&amp;gt;&amp;lt;$fields.Year/&amp;gt;&amp;lt;/span&amp;gt;)&amp;lt;br /&amp;gt;&lt;br /&gt;
	&amp;lt;span class=&amp;quot;Url&amp;quot;&amp;gt;&amp;lt;a href=&amp;quot;&amp;lt;$fields.Url/&amp;gt;&amp;quot;&amp;gt;&amp;lt;$fields.Url/&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
	&amp;lt;div class=&amp;quot;Abstract&amp;quot;&amp;gt;&amp;lt;$fields.Abstract/&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;dd /&amp;gt;&lt;br /&gt;
&amp;lt;/dl&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;
Here's a popular modification to the default template, also from 2004, which was used to make this [http://craftsrv1.epfl.ch/~cherubini/extranet/bib/CSCL.bib.html annotated reading list].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;p class=&amp;quot;trigger&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;table width=&amp;quot;100%&amp;quot;  border=&amp;quot;0&amp;quot; cellspacing=&amp;quot;0&amp;quot; cellpadding=&amp;quot;0&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;tr&amp;gt;&lt;br /&gt;
            &amp;lt;td width=&amp;quot;20%&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;Author&amp;quot;&amp;gt;&amp;lt;$pubFields.Author/&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
            &amp;lt;td width=&amp;quot;5%&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;Year&amp;quot;&amp;gt;&amp;lt;$pubFields.Year/&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
            &amp;lt;td width=&amp;quot;55%&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;Title&amp;quot;&amp;gt;&amp;lt;$pubFields.Title/&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
            &amp;lt;td width=&amp;quot;10%&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;url&amp;quot;&amp;gt;&amp;lt;$pubType/&amp;gt;&amp;lt;/span&amp;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;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;div&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;url&amp;quot;&amp;gt; &lt;br /&gt;
&amp;lt;a href=&amp;quot;&amp;lt;$pubFields.Url/&amp;gt;&amp;quot;&amp;gt; &amp;lt;img src=&amp;quot;pdf_icon.gif&amp;quot; border=&amp;quot;0&amp;quot;&amp;gt; &amp;lt;$citeKey/&amp;gt; ~ &amp;lt;$pubFields.Url/&amp;gt;&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p class=&amp;quot;Annote&amp;quot;&amp;gt;Abstract:&amp;lt;br&amp;gt;&amp;lt;$pubFields.Abstract/&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;Notes: &amp;lt;br&amp;gt;&amp;lt;$pubFields.Annote/&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;Keywords: &amp;lt;$pubFields.Keywords/&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;BibTeX: &amp;lt;$bibTeXString/&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;$RTFValue/&amp;gt;&lt;br /&gt;
&amp;lt;/p&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;
Note that the tags that look like &amp;amp;lt;$foo/&amp;amp;gt; are templating entries and are replaced by values from each cited publication object.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== OCLC WorldCat Online ==&lt;br /&gt;
&lt;br /&gt;
=== Book ===&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 id=&amp;quot;item&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;table cellspacing=&amp;quot;0&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td class=&amp;quot;illustration&amp;quot;&amp;gt;&amp;lt;img src=&amp;quot;/wcpa/servlet/DCARead?standardNo=0062515861&amp;amp;standardNoType=1&amp;quot; alt=&amp;quot;Weaving the Web : the original design and ultimate destiny of the World Wide Web by its inventor &amp;quot; /&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td class=&amp;quot;info&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h1 class=&amp;quot;title&amp;quot;&amp;gt; Weaving the Web : the original design and ultimate destiny of the World Wide Web by its inventor &amp;lt;/h1&amp;gt;&lt;br /&gt;
&amp;lt;p class=&amp;quot;author&amp;quot;&amp;gt;&amp;lt;strong&amp;gt;by    &amp;lt;a href=&amp;quot;/search?q=au%3ATim+Berners-Lee&amp;amp;qt=hot_author&amp;quot; title=&amp;quot;Search for more by this author&amp;quot;&amp;gt;Tim Berners-Lee&amp;lt;/a&amp;gt;;&amp;amp;nbsp;&lt;br /&gt;
&amp;lt;a href=&amp;quot;/search?q=au%3AMark+Fischetti&amp;amp;qt=hot_author&amp;quot; title=&amp;quot;Search for more by this author&amp;quot;&amp;gt;Mark Fischetti&amp;lt;/a&amp;gt;&amp;lt;/strong&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;ul class=&amp;quot;detailed&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;li class=&amp;quot;type&amp;quot;&amp;gt;&amp;lt;strong&amp;gt;Type: &amp;lt;/strong&amp;gt;English : &amp;lt;img src=&amp;quot;/wcpa/images/icon-bks.gif&amp;quot; height=16 width=16 alt=&amp;quot;&amp;quot; title=&amp;quot;Book&amp;quot; class=&amp;quot;icn&amp;quot;/&amp;gt; &amp;lt;nobr&amp;gt;Book&lt;br /&gt;
&amp;lt;/nobr&amp;gt;&amp;lt;nobr&amp;gt;&amp;lt;/nobr&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li class=&amp;quot;publisher&amp;quot;&amp;gt;&amp;lt;strong&amp;gt;Publisher: &amp;lt;/strong&amp;gt; San Francisco : HarperSanFrancisco, &amp;amp;copy;1999.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li class=&amp;quot;isbn&amp;quot;&amp;gt;&amp;lt;strong&amp;gt;ISBN: &amp;lt;/strong&amp;gt;0062515861  006251587X&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li class=&amp;quot;oclc&amp;quot;&amp;gt;&amp;lt;strong&amp;gt;OCLC: &amp;lt;/strong&amp;gt;41238513&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&amp;lt;ul class=&amp;quot;subjects&amp;quot;&amp;gt;&amp;lt;li&amp;gt;&amp;lt;strong&amp;gt;Subjects: &amp;lt;/strong&amp;gt;&amp;lt;a href=&amp;quot;/search?q=su%3AWorld+Wide+Web+History.&amp;amp;qt=hot_subject&amp;quot; title=&amp;quot;Search for more with this subject&amp;quot;&amp;gt;World Wide Web -- History.&amp;lt;/a&amp;gt; | &amp;lt;a href=&amp;quot;/search?q=su%3ABerners-Lee%2C+Tim.&amp;amp;qt=hot_subject&amp;quot; title=&amp;quot;Search for more with this subject&amp;quot;&amp;gt;Berners-Lee, Tim.&amp;lt;/a&amp;gt; | &amp;lt;a href=&amp;quot;/search?q=su%3ABerners-Lee%2C+Tim.&amp;amp;qt=hot_subject&amp;quot; title=&amp;quot;Search for more with this subject&amp;quot;&amp;gt;Berners-Lee, Tim.&amp;lt;/a&amp;gt; | &amp;lt;a HREF=&amp;quot;/oclc/41238513?tab=subjects&amp;quot; title=&amp;quot;More ...&amp;quot;&amp;gt;More ...&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td class=&amp;quot;bookmark&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;a href=&amp;quot;javascript:bookmarksite(document.title, 'http://www.worldcatlibraries.org/oclc/41238513');&amp;quot; onmouseover=&amp;quot;MM_displayStatusMsg('Bookmark This Page');return document.MM_returnValue;&amp;quot; onmouseout=&amp;quot;MM_displayStatusMsg('');return document.MM_returnValue;&amp;quot;&amp;gt;Bookmark&amp;lt;/a&amp;gt;&amp;amp;nbsp;|&amp;amp;nbsp;&amp;lt;a href=&amp;quot;/oclc/41238513&amp;quot;&amp;gt;Permalink&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;span class=&amp;quot;Z3988&amp;quot; title=&amp;quot;url_ver=Z39.88-2004&amp;amp;rfr_id=info:sid/worldcatlibraries.org:worldcat&amp;amp;rft_val_fmt=info:ofi/fmt:kev:mtx:book&amp;amp;rft_ref_fmt=info:ofi/fmt:xml:xsd:oai_dc&amp;amp;rft_ref=http://partneraccess.oclc.org/wcpa/servlet/OUDCXML?oclcnum=41238513&amp;amp;rft_id=info:oclcnum/41238513&amp;amp;rft_id=urn:ISBN:0062515861&amp;amp;rft_id=urn:ISSN:&amp;amp;rft.aulast=Berners-Lee&amp;amp;rft.aufirst=Tim&amp;amp;rft.auinitm=&amp;amp;rft.btitle=Weaving+the+Web+%3A+the+original+design+and+ultimate+destiny+of+the+World+Wide+Web+by+its+inventor++&amp;amp;rft.atitle=&amp;amp;rft.date=&amp;amp;rft.tpages=&amp;amp;rft.isbn=0062515861&amp;amp;rft.aucorp=&amp;amp;rft.place=San+Francisco&amp;amp;rft.pub=HarperSanFrancisco&amp;amp;rft.edition=1st+ed.&amp;amp;rft.series=&amp;amp;rft.genre=book&amp;quot;&amp;gt;&amp;lt;/span&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;
&amp;lt;/div&amp;gt;&lt;br /&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;
=== Journal ===&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 id=&amp;quot;item&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;table cellspacing=&amp;quot;0&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td class=&amp;quot;info&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h1 class=&amp;quot;title&amp;quot;&amp;gt; Cataloging &amp;amp; classification quarterly.&amp;lt;/h1&amp;gt;&lt;br /&gt;
&amp;lt;ul class=&amp;quot;detailed&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;li class=&amp;quot;type&amp;quot;&amp;gt;&amp;lt;strong&amp;gt;Type: &amp;lt;/strong&amp;gt;English : &amp;lt;img src=&amp;quot;/wcpa/images/icon-ser.gif&amp;quot; height=16 width=16 alt=&amp;quot;&amp;quot; title=&amp;quot;Serial Publication&amp;quot; class=&amp;quot;icn&amp;quot;/&amp;gt; &amp;lt;nobr&amp;gt;Serial Publication&lt;br /&gt;
&amp;lt;/nobr&amp;gt; : &amp;lt;nobr&amp;gt;Periodical&amp;lt;/nobr&amp;gt;&lt;br /&gt;
&amp;lt;nobr&amp;gt;&amp;lt;span title=&amp;quot;Internet Resource&amp;quot;&amp;gt;&amp;lt;img height=16 width=16 border=0 align=&amp;quot;absmiddle&amp;quot; src=&amp;quot;/wcpa/images/icon-url.gif&amp;quot; alt=&amp;quot;Internet Resource&amp;quot;&amp;gt;&amp;amp;nbsp;Internet Resource&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/nobr&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li class=&amp;quot;publisher&amp;quot;&amp;gt;&amp;lt;strong&amp;gt;Publisher: &amp;lt;/strong&amp;gt; New York, N.Y. : Haworth Press, [&amp;amp;copy;1981]-&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li class=&amp;quot;isbn&amp;quot;&amp;gt;&amp;lt;strong&amp;gt;ISSN: &amp;lt;/strong&amp;gt;0163-9374 1544-4554&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li class=&amp;quot;oclc&amp;quot;&amp;gt;&amp;lt;strong&amp;gt;OCLC: &amp;lt;/strong&amp;gt;4538259&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&amp;lt;ul class=&amp;quot;subjects&amp;quot;&amp;gt;&amp;lt;li&amp;gt;&amp;lt;strong&amp;gt;Subjects: &amp;lt;/strong&amp;gt;&amp;lt;a href=&amp;quot;/search?q=su%3ACataloging+Periodicals.&amp;amp;qt=hot_subject&amp;quot; title=&amp;quot;Search for more with this subject&amp;quot;&amp;gt;Cataloging -- Periodicals.&amp;lt;/a&amp;gt; | &amp;lt;a href=&amp;quot;/search?q=su%3AClassification+Books+Periodicals.&amp;amp;qt=hot_subject&amp;quot; title=&amp;quot;Search for more with this subject&amp;quot;&amp;gt;Classification -- Books -- Periodicals.&amp;lt;/a&amp;gt; | &amp;lt;a href=&amp;quot;/search?q=su%3AClassification+Periodicals.&amp;amp;qt=hot_subject&amp;quot; title=&amp;quot;Search for more with this subject&amp;quot;&amp;gt;Classification -- Periodicals.&amp;lt;/a&amp;gt; | &amp;lt;a HREF=&amp;quot;/oclc/4538259?tab=subjects&amp;quot; title=&amp;quot;More ...&amp;quot;&amp;gt;More ...&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td class=&amp;quot;bookmark&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;a href=&amp;quot;javascript:bookmarksite(document.title, 'http://www.worldcatlibraries.org/oclc/4538259');&amp;quot; onmouseover=&amp;quot;MM_displayStatusMsg('Bookmark This Page');return document.MM_returnValue;&amp;quot; onmouseout=&amp;quot;MM_displayStatusMsg('');return document.MM_returnValue;&amp;quot;&amp;gt;Bookmark&amp;lt;/a&amp;gt;&amp;amp;nbsp;|&amp;amp;nbsp;&amp;lt;a href=&amp;quot;/oclc/4538259&amp;quot;&amp;gt;Permalink&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;span class=&amp;quot;Z3988&amp;quot; title=&amp;quot;url_ver=Z39.88-2004&amp;amp;rfr_id=info:sid/worldcatlibraries.org:worldcat&amp;amp;rft_val_fmt=info:ofi/fmt:kev:mtx:journal&amp;amp;rft_ref_fmt=info:ofi/fmt:xml:xsd:oai_dc&amp;amp;rft_ref=http://partneraccess.oclc.org/wcpa/servlet/OUDCXML?oclcnum=4538259&amp;amp;rft_id=info:oclcnum/4538259&amp;amp;rft_id=urn:ISBN:&amp;amp;rft_id=urn:ISSN:0163-9374&amp;amp;rft.aulast=&amp;amp;rft.aufirst=&amp;amp;rft.auinitm=&amp;amp;rft.atitle=&amp;amp;rft.jtitle=Cataloging+%26+classification+quarterly.&amp;amp;rft.date=&amp;amp;rft.volume=&amp;amp;rft.issue=&amp;amp;rft.spage=&amp;amp;rft.epage=&amp;amp;rft.pages=&amp;amp;rft.issn=0163-9374&amp;amp;rft.eissn=1544-4554&amp;amp;rft.aucorp=&amp;amp;rft.place=&amp;amp;rft.pub=&amp;amp;rft.edition=&amp;amp;rft.series=&amp;amp;rft.genre=journal&amp;quot;&amp;gt;&amp;lt;/span&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;
&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;
&amp;lt;nowiki&amp;gt;Insert non-formatted text here&amp;lt;/nowiki&amp;gt;&amp;lt;nowiki&amp;gt;Insert non-formatted text here&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Implied schema ==&lt;br /&gt;
&lt;br /&gt;
Many of the examples have simple citations in &amp;amp;lt;p&amp;amp;gt;, &amp;amp;lt;div&amp;amp;gt;, &amp;amp;lt;td&amp;amp;gt; etc with no further coding; i.e. &amp;amp;lt;td&amp;amp;gt;Book Title. Author. Publisher, date.&amp;amp;lt;/td&amp;amp;gt;&lt;br /&gt;
&lt;br /&gt;
The following lists the most common markup:&lt;br /&gt;
&lt;br /&gt;
=== Book Titles: ===&lt;br /&gt;
&lt;br /&gt;
*id=&amp;quot;title&amp;quot;&lt;br /&gt;
*class=&amp;quot;producttitle&amp;quot;&lt;br /&gt;
*class=&amp;quot;title&amp;quot;&lt;br /&gt;
*id=&amp;quot;lblTitle&amp;quot;&lt;br /&gt;
*h1&lt;br /&gt;
*h2&lt;br /&gt;
*&amp;amp;lt;dt&amp;amp;gt;&amp;amp;lt;/dt&amp;amp;gt;&lt;br /&gt;
*&amp;amp;lt;cite&amp;amp;gt;&amp;amp;lt;/cite&amp;amp;gt;&lt;br /&gt;
*&amp;amp;lt;strong&amp;amp;gt;&amp;amp;lt;/strong&amp;amp;gt;&lt;br /&gt;
*&amp;amp;lt;i&amp;amp;gt;&amp;amp;lt;/i&amp;amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Book Series: ===&lt;br /&gt;
&lt;br /&gt;
*id=&amp;quot;serieslbl&amp;quot;&lt;br /&gt;
*class=&amp;quot;productsubtitle&amp;quot;&lt;br /&gt;
&lt;br /&gt;
=== Sub-titles: ===&lt;br /&gt;
&lt;br /&gt;
*id=&amp;quot;subtitle&amp;quot;&lt;br /&gt;
*class=&amp;quot;productsubtitle&amp;quot;&lt;br /&gt;
*class=&amp;quot;sub_title&amp;quot;&lt;br /&gt;
*id=&amp;quot;lblSubTitle&amp;quot;&lt;br /&gt;
*class=&amp;quot;book_subline&amp;quot;&lt;br /&gt;
*class=&amp;quot;subTitle&amp;quot;&lt;br /&gt;
&lt;br /&gt;
=== Author: ===&lt;br /&gt;
&lt;br /&gt;
*id=&amp;quot;credit&amp;quot;&lt;br /&gt;
*class=&amp;quot;productauthor&amp;quot;&lt;br /&gt;
*class=&amp;quot;author&amp;quot;&lt;br /&gt;
*Authors (table cell)&lt;br /&gt;
*class=&amp;quot;byline&amp;quot;&lt;br /&gt;
*class=&amp;quot;creator&amp;quot;&lt;br /&gt;
*class=&amp;quot;role&amp;quot;&lt;br /&gt;
*Inside &amp;amp;lt;dd&amp;amp;gt;&amp;amp;lt;/dd&amp;amp;gt; with other elements&lt;br /&gt;
*&amp;amp;lt;li&amp;amp;gt;&amp;amp;lt;/li&amp;amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Publication Date: ===&lt;br /&gt;
&lt;br /&gt;
*id=&amp;quot;pubdate&amp;quot;&lt;br /&gt;
*Publication Date: (table cell)&lt;br /&gt;
*id=&amp;quot;pnlPubDate&amp;quot;&lt;br /&gt;
*Publication Date: &lt;br /&gt;
*class=&amp;quot;publicationdate&amp;quot;&lt;br /&gt;
*Published/Released: &lt;br /&gt;
*class=&amp;quot;date&amp;quot; w/ class=&amp;quot;year&amp;quot;, class=&amp;quot;month&amp;quot;, class=&amp;quot;day&amp;quot;&lt;br /&gt;
*Inside &amp;amp;lt;dd&amp;amp;gt;&amp;amp;lt;/dd&amp;amp;gt; with other elements&lt;br /&gt;
&lt;br /&gt;
=== Publisher: ===&lt;br /&gt;
&lt;br /&gt;
*class=&amp;quot;publisher&amp;quot;&lt;br /&gt;
*class=&amp;quot;origin&amp;quot; (publication location)&lt;br /&gt;
&lt;br /&gt;
=== Volumes: ===&lt;br /&gt;
&lt;br /&gt;
*class=&amp;quot;volume&amp;quot;&lt;br /&gt;
&lt;br /&gt;
=== Issue Number: ===&lt;br /&gt;
&lt;br /&gt;
*class=&amp;quot;issue&amp;quot;&lt;br /&gt;
&lt;br /&gt;
=== Page Numbers: ===&lt;br /&gt;
&lt;br /&gt;
*class=&amp;quot;locator&amp;quot; (inclusive page numbers)&lt;br /&gt;
&lt;br /&gt;
=== ISBN: ===&lt;br /&gt;
&lt;br /&gt;
*class=&amp;quot;isbn&amp;quot;&lt;br /&gt;
*id=&amp;quot;pnlIsbn&amp;quot;&lt;br /&gt;
*id=&amp;quot;lblIsbn&amp;quot;&lt;br /&gt;
*class=&amp;quot;isbnNumber&amp;quot;&lt;br /&gt;
&lt;br /&gt;
=== Book Edition: ===&lt;br /&gt;
&lt;br /&gt;
*class=&amp;quot;edition&amp;quot;&lt;br /&gt;
*Inside &amp;amp;lt;dd&amp;amp;gt;&amp;amp;lt;/dd&amp;amp;gt; with other elements&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Citeproc XHTML output ==&lt;br /&gt;
&lt;br /&gt;
I'm the author of the [http://xbiblio.sourceforge.net/citeproc.html citeproc] project, which includes a micro-format of sorts (though I never thought of it as such) in its XHTML output mode.  See [http://xbiblio.sourceforge.net/examples/apa-en.html here] for an example.  The difference compared to the bibtex-derived model is that is a) more generic and b) hierachical. &lt;br /&gt;
&lt;br /&gt;
It would be possible, certainly, to do a flat model if for some reason there was a good technical reason not to go hierarchical (though is there?)&lt;br /&gt;
&lt;br /&gt;
'''The burden of proof is on *going* hierarchical, rather than a simpler flat solution.  Complexity must be justified, not simplicity.'''&lt;br /&gt;
&lt;br /&gt;
... but then you need to think outside the BibTeX box in any case. Any model of this sort ought to be able to handle legal citations, magazine articles, patents, etc. etc.; not just a narrow range of BibTeX types.&lt;br /&gt;
&lt;br /&gt;
'''Per the microformats [[process]], microformats are designed to support existing practice on the Web, anything else should be omitted from at least the first version.'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Styles ==&lt;br /&gt;
This does NOT define a format, but instead shows how the format should be displayed. This is something out of the direct scope of this project. CSS styles will handle the look-and-feel of the text, and the author can put it in any order they choose. These links are mentioned for two reasons, one is informative, the other is so we know at least meet the minimum properties that are used in the styles.&lt;br /&gt;
&lt;br /&gt;
* [http://www.liu.edu/cwis/cwp/library/workshop/citmla.htm MLA Style]&lt;br /&gt;
* [http://www.bu.edu/library/guides/citation.html Chicago, MLA, and APA styles]&lt;br /&gt;
* [http://www.legalbluebook.com/ Blue Book] for legal citations&lt;br /&gt;
* [http://www.columbia.edu/cu/cup/cgos/idx_basic.html Columbia University Citation Style] developed for modern internet citations&lt;/div&gt;</summary>
		<author><name>Mike</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=citation-brainstorming&amp;diff=9433</id>
		<title>citation-brainstorming</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=citation-brainstorming&amp;diff=9433"/>
		<updated>2006-10-13T00:12:32Z</updated>

		<summary type="html">&lt;p&gt;Mike: /* Citing a conference publication */ Proper attribution for &amp;quot;Important&amp;quot; section&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h1&amp;gt; Citation Brainstroming &amp;lt;/h1&amp;gt;&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
== Contributors ==&lt;br /&gt;
&lt;br /&gt;
* ...&lt;br /&gt;
* ... (a bunch of good folks!)&lt;br /&gt;
* Tantek Çelik&lt;br /&gt;
* Tim White&lt;br /&gt;
* Michael McCracken&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* [[citation]]&lt;br /&gt;
* [[citation-examples]]&lt;br /&gt;
* [[citation-formats]]&lt;br /&gt;
* [[citation-faq]]&lt;br /&gt;
&lt;br /&gt;
== Use Cases ==&lt;br /&gt;
&lt;br /&gt;
To focus the discussion, please add use cases below that will help show what problems the citation microformat will be solving.&lt;br /&gt;
&lt;br /&gt;
I've included two, focusing on consuming information - I've assumed that use cases for generating microformatted content would just involve the desire to enable your content to be consumed better, but I'm interested to see if there's something I'm missing here -Mike&lt;br /&gt;
&lt;br /&gt;
=== Acquiring reference information from the web ===&lt;br /&gt;
&lt;br /&gt;
A user either finds an author's papers page, or is viewing the results of a search and would like to import the information about the displayed papers into their local reference database, for the purposes of cataloging things they've read, adding notes, and using the information to generate later citations, potentially in other forms, such as BibTeX or Docbook, for inclusion in a publication of their own.&lt;br /&gt;
&lt;br /&gt;
Notes: In this case, it isn't important to the user what format the citation takes as displayed on the page where they find it. What *is* important is that it contains enough information to allow generation of the format they will ultimately re-publish it in. This implies that it may be worthwhile to err a little on the side of verbosity.&lt;br /&gt;
&lt;br /&gt;
Also, links to downloadable full representations of the cited work are very important - e.g. a link to the PDF of a journal article, or to a music file.&lt;br /&gt;
&lt;br /&gt;
=== Subscribing to reading lists, periodicals, etc ===&lt;br /&gt;
&lt;br /&gt;
I would like to be able to leverage my news aggregator with hAtom to subscribe to a remote source for citation information, for example:&lt;br /&gt;
&lt;br /&gt;
* a reading list for a seminar&lt;br /&gt;
* The publication list for a conference (e.g., subscribe to SIGGRAPH and see the updated conference proceedings every year)&lt;br /&gt;
* the issues of a journal&lt;br /&gt;
* a particular research group or researcher's publications&lt;br /&gt;
* Not just research: a popular author's publications (e.g., [http://www.gladwell.com/archive.html Malcolm Gladwell's Archive])&lt;br /&gt;
&lt;br /&gt;
=== Aggregating reading lists and reviews ===&lt;br /&gt;
&lt;br /&gt;
A citation microformat-specific aggregator could provide a decentralized version of [http://citeulike.org/ CiteULike]. Libraries, authors, research groups, and publishers could mark up their collections, while other people on weblogs or review sites could add tags and reviews.&lt;br /&gt;
&lt;br /&gt;
At least, having a well-adopted microformat would make writing tools like CiteULike much better, since it relies in some cases on screen-scraping publisher web-sites.&lt;br /&gt;
&lt;br /&gt;
=== Cut &amp;amp; Paste from web pages ===&lt;br /&gt;
Capturing/copying HTML from web pages for use in other applications (especially when those apps present HTML as output), such as pasting into Word, or a specialized application like [http://www.google.com/notebook Google Notebook], [http://onfolio.com Onfolio] or [http://www.kaboodle.com Kaboodle].  When such captures are made, it makes sense to keep track of the full citation data, including the date it was accessed, which may or may not be the date it was published. &lt;br /&gt;
&lt;br /&gt;
=== Blogs quoting other resources, including blogs ===&lt;br /&gt;
Any blog that cites online content, whether a blog or news article, could use an hCitation to properly link to the cited reference. Such citations could include the access date when the blogger made the citation, because resources on the other side of those links can change without notice. &lt;br /&gt;
&lt;br /&gt;
Instead, today we have simple formating with a link to the permaURL. The citation data is completely lacking. See [http://doc.weblogs.com Doc Searl's blog] for a style of referencing that could benefit from proper a citation uF.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Fascinating... after I added the last two use cases, I realized they focus on potentially marginal cases. The first because it is missing the &amp;quot;output&amp;quot; part of the cut &amp;amp; paste, where the uF would actually be used as part of the paste.  The latter because bloggers have a working citation mechanism that is just a link to the URL (hopefully a permaURL). One could argue they wouldn't want a full hCitation. And in fact, until a tool exists that makes it easy, they probably won't.  However, a tool that cuts &amp;amp; pastes from anywhere on the web into a blog with a full citation seems like a nice tool.  But again, I'm not really paving the cowpaths with these ideas. -Joe Andrieu&lt;br /&gt;
&lt;br /&gt;
== Original hBib Discussion ==&lt;br /&gt;
&lt;br /&gt;
During the WWW2005 Developer's Day [[microformats]] track, Rohit Khare gave a [[presentations|presentation]] where he discussed the microformats [[process]], and then did  a quick demonstration wherein a bunch of us got on a shared Subethaedit document, and brainstormed some thoughts on what an &amp;quot;hBib&amp;quot; bibliography citation microformat would look like.  Rohit placed the [http://cnlabs.commerce.net/~rohit/hBib%20Discussion.html document on his Commercenet site].&lt;br /&gt;
&lt;br /&gt;
* http://cnlabs.commerce.net/~rohit/hBib%20Discussion.html&lt;br /&gt;
&lt;br /&gt;
''An attempt to summarize and inline the linked document follows. -Mike''&lt;br /&gt;
&lt;br /&gt;
Two major goals were outlined by the group:&lt;br /&gt;
&lt;br /&gt;
* Avoid re-keying references&lt;br /&gt;
* Adapt to new journal styles by changing CSS&lt;br /&gt;
 &lt;br /&gt;
The fundamental problem was discussed in terms of display - the ability to transform XHTML+hBib into the many journal-specific formats. For example, how to display &amp;quot;et.al&amp;quot; when all authors are present in the source, and how to re-order the elements if a style defines a set order of elements that conflicts with the ordering in the source. Using hCard for authors was agreed on, and the beginnings of an example were shown.&lt;br /&gt;
&lt;br /&gt;
== XHTML Structure ==&lt;br /&gt;
With my exprience working X2V and hCa* has taught me what elememts are easy to find and which are not. Since the Citation microformat is very new it is possible to not make a lot of the same errors twice and to make things easier for extracting application to find and imply certain properties.&lt;br /&gt;
&lt;br /&gt;
* There should be some sort of 'root node' that implies all child elements are for the Citation microformat.&lt;br /&gt;
* Since most people will have multiple Citation there should be away to represent each Citation object as a unqiue block independant of another. This is to keep the parse from finding 'author' and applying to all citations. Each citation should be in a container (class=&amp;quot;???&amp;quot;) that scoped from others.&lt;br /&gt;
* Perhaps class=&amp;quot;hcite&amp;quot; with &amp;lt;code&amp;gt;&amp;amp;lt;cite&amp;amp;gt;&amp;lt;/code&amp;gt; recommended as the root element. E.g. &amp;lt;code&amp;gt;&amp;amp;lt;cite class=&amp;quot;hcite&amp;quot;&amp;amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Citation vs. [[media-info]] ==&lt;br /&gt;
&lt;br /&gt;
What distinguishes a cite from say [[media-info]] (e.g. [[media-info-examples]]) is that a cite is a reference to something explicitly external to the current piece of content or document, whereas [[media-info]] describes information about content embedded or inline in the current document.&lt;br /&gt;
&lt;br /&gt;
== Semantic Meaning ==&lt;br /&gt;
One of the guiding priniciple of Microformats is to use the most semantically rich element to describe each node (Point 2 of Semantic XHTML Design Principles: Use the most accurately precise semantic XHTML building block for each object etc). Since we are dealing with HTML and citations, several elements are candidates to be used to enrich the semantic meaning. [http://www.w3.org/TR/REC-html40/struct/text.html CITE, BLOCKQUOTE, Q, A], (are there more?)&lt;br /&gt;
&lt;br /&gt;
The [[citation-brainstorming|Citation Brainstorming Page]] has a few development and ideas about how to give another person credit for a link. Some of the semantic ideas behind their choices of tags can be applied to a full bibliographic type reference. ''Does this sentence make sense only historically? -Mike''&lt;br /&gt;
&lt;br /&gt;
== OCLC's WorldCat for titles == &lt;br /&gt;
Question: what about using something like OCLC's [http://www.oclc.org/worldcat/open/isbnissnlinking/default.htm WorldCat] for linking titles? - Tim White&lt;br /&gt;
&lt;br /&gt;
== This and That ==&lt;br /&gt;
After reading through alot of different citation encoding formats, i noticed that each format was being used in onw of two ways. It was either to describe the Current page (THIS.PAGE) or being used to encode references that point to external resources (THAT.PAGE)&lt;br /&gt;
&lt;br /&gt;
The informatation being encoded was identical for both resources (author, date, name, etc) they just reference different things. For this microformat, i'm not sure if we want to try to solve both problems, or just one? The meta tags in the head element would be the ideal place for information about the THIS.PAGE, but that is not in following with the ideals of microformats where information is human-readable. The THAT.PAGE idea where a list of references is at the end of a document in the form of a bibliography is more inline with the ideals of a microformat where the data is human-readable. That doesn't mean that data about the current document shouldn't be human-readable, so some of the same properties used to reference extermal resources can be used for the current document (THIS.PAGE). To do this a different root item could be used and transforming applications could either extract the citation data about the current page, or information about this page's references.&lt;br /&gt;
&lt;br /&gt;
This is open for discussion, but either way, i believe that the properties used to describe a page will be the same for both THIS and THAT. [http://suda.co.uk/ brian suda]&lt;br /&gt;
&lt;br /&gt;
== More on This and That ==&lt;br /&gt;
&lt;br /&gt;
Citation microformats are being explored as a possibility for citing genealogical information at [http://eatslikeahuman.blogspot.com Dan Lawyer's blog].&lt;br /&gt;
&lt;br /&gt;
This is a case where frequently the citation would refer to (THIS.PAGE), but would have nested within it a reference to (THAT.PAGE), possibly a few levels deep. For instance, a web page might contain data extracted from a microfilm of a census. The citation would need to include information about the web page, information about the microfilm, and information about the census. Genealogical citations are expected to include the repository (where can this book or microfilm be found. Is this the same as ''venue''?). So, at each level the information should contain the repository of the referenced item. A nesting (recursive) mechanism for citation microformats would be useful in this case. Is this the function of the &amp;quot;container&amp;quot; element in the Straw Format?&lt;br /&gt;
&lt;br /&gt;
== Date Formatting ==&lt;br /&gt;
Since microformats are all about re-use and the accepted way to encode Date-Time has been pretty much settled, then this is a good place to start when dealing with all the different date citation types. &lt;br /&gt;
&lt;br /&gt;
These are all the different fields from various citation formats that are of temporal nature:&lt;br /&gt;
 * Date (available | created | dateAccepted | dateCopyrighted | dateSubmitted | issued | modified | valid)&lt;br /&gt;
 * originInfo/dateIssued&lt;br /&gt;
 * originInfo/dateCreated&lt;br /&gt;
 * originInfo/dateCaptured&lt;br /&gt;
 * originInfo/dateOther&lt;br /&gt;
 * month&lt;br /&gt;
 * year&lt;br /&gt;
 * Copyright Year&lt;br /&gt;
 * Date - Generic&lt;br /&gt;
 * Date of Confernce&lt;br /&gt;
 * Date of Publication&lt;br /&gt;
 * Date of update/revisou/issuance of database record&lt;br /&gt;
 * Former Date&lt;br /&gt;
 * Entry Date for Database Record&lt;br /&gt;
 * Database Update&lt;br /&gt;
 * Year of Publication&lt;br /&gt;
&lt;br /&gt;
There are several common properties across several citation domains and will certainly be in the citation microformat, the unique instances will need further consideration, otherwise there could be no end to posiblities. &lt;br /&gt;
&lt;br /&gt;
There are also several properties (year, month, Year of publication) that can be extracted from another source. Therefore, if you only encode a more specific property such as; Date of Publication, you can extract the 'year of publication' from that. Since the date-time format we are modeling after is the ISO date-time format, just the Year portion is an acceptable date. So if you ONLY know the year of publication, the you can form a valid 'Date of Publication' as a microformat (which inturn is a valid 'year of publication') - you milage may vary when it comes to importing into citation applications.&lt;br /&gt;
&lt;br /&gt;
...&lt;br /&gt;
&lt;br /&gt;
It seems to me that these can be collapsed to maybe one or two different date properties.  As far as the specific human readable formatting of the date, that can be chosen per whatever the presentation style guide says, and the [[datetime-design-pattern]] used to simplify the markup. - Tantek&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Important'''&lt;br /&gt;
Sometimes we need a date range and not simply a date (e.g. 4-6 May 2006). See ''Conference Citation'' examples later on this page. - Discoleo&lt;br /&gt;
&lt;br /&gt;
== Tags ==&lt;br /&gt;
Some of the citation formats has a place for 'keywords' or 'generic tags', etc. This might be a good place to re-use the [http://microformats.org/wiki/rel-tag RelTag microformat]. The downside would be that they are then forced to be links, which might be the correct way to mark-up these terms.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== MARC / MODS / Dublin Core ==&lt;br /&gt;
&lt;br /&gt;
The MODS ([http://www.loc.gov/standards/marcxml/Sandburg/sandburgmods.xml example]) and Dublin Core ([http://www.loc.gov/standards/marcxml/Sandburg/sandburgdc.xml example]) transformations of MARC21 may contain some useful ideas.&lt;br /&gt;
&lt;br /&gt;
Here's a first attempt at rewriting the linked examples in XHTML (written in response to a [http://microformats.org/discuss/mail/microformats-discuss/2005-December/002438.html mailing list query about encoding book information with microformats]):&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;book&amp;quot; lang=&amp;quot;en&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;h3 class=&amp;quot;fn&amp;quot;&amp;gt;Arithmetic /&amp;lt;/h3&amp;gt;&lt;br /&gt;
  &amp;lt;p&amp;gt;By &amp;lt;span class=&amp;quot;creator&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Sandburg, Carl&amp;lt;/span&amp;gt;,&lt;br /&gt;
     &amp;lt;span class=&amp;quot;date&amp;quot;&amp;gt;1878-1967&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;,&lt;br /&gt;
     and &amp;lt;span class=&amp;quot;illustrator&amp;quot;&amp;gt;Rand, Ted&amp;lt;/span&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
  &amp;lt;p&amp;gt;Publisher: &amp;lt;span class=&amp;quot;publisher&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Harcourt Brace Jovanovich&amp;lt;/span&amp;gt;,&lt;br /&gt;
     &amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;San Diego&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
  &amp;lt;p&amp;gt;Published: &amp;lt;span class=&amp;quot;issued&amp;quot;&amp;gt;1993&amp;lt;/span&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
  &amp;lt;p class=&amp;quot;description&amp;quot;&amp;gt;A poem about numbers and their characteristics. Features&lt;br /&gt;
     anamorphic, or distorted, drawings which can be restored to normal by viewing&lt;br /&gt;
     from a particular angle or by viewing the image's reflection in the provided&lt;br /&gt;
     Mylar cone.&amp;lt;/p&amp;gt;&lt;br /&gt;
  &amp;lt;p class=&amp;quot;note&amp;quot;&amp;gt;One Mylar sheet included in pocket.&amp;lt;/p&amp;gt;&lt;br /&gt;
  &amp;lt;p&amp;gt;Subjects:&amp;lt;/p&amp;gt;&lt;br /&gt;
  &amp;lt;ul&amp;gt;&lt;br /&gt;
    &amp;lt;li class=&amp;quot;subject&amp;quot;&amp;gt;Arithmetic&amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li class=&amp;quot;subject&amp;quot;&amp;gt;Children's poetry, American.&amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li class=&amp;quot;subject&amp;quot;&amp;gt;Arithmetic&amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li class=&amp;quot;subject&amp;quot;&amp;gt;American poetry&amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li class=&amp;quot;subject&amp;quot;&amp;gt;Visual perception&amp;lt;/li&amp;gt;&lt;br /&gt;
  &amp;lt;/ul&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;
== Basic Citation Stuctures ==&lt;br /&gt;
There are basic structures to any citation, this is an overview of some of the types&lt;br /&gt;
[http://www.users.muohio.edu/darcusb/misc/citations-spec.html http://www.users.muohio.edu/darcusb/misc/citations-spec.html]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Concerns not addressed by existing formats ==&lt;br /&gt;
&lt;br /&gt;
There are some aspects '''NOT adequately''' covered by existing formats. I have addressed this issue on the OpenOffice.org wiki page, too. [see http://wiki.services.openoffice.org/wiki/Bibliographic_Database for an extending discussion, the paragraph on ''Reference Types'']&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
These issues pertain mainly to '''Errata''', '''Comments and Authors Reply''' and '''Article Retractions'''.&lt;br /&gt;
* a bidirectional link could be necessary to implement these features (original article &amp;lt;=&amp;gt; eratum, reply, retraction letter)&lt;br /&gt;
* '''IMPORTANT: Errata'''&lt;br /&gt;
** Erata: one or more Corrections might be posted in various issues of the journal&lt;br /&gt;
** this is usually cited as: Orininal Article Citation Data (Correction available in ''Journal, Issue Nr, Year, Pages'') (repeat for more than one correction)&lt;br /&gt;
** it is possibly never cited alone&lt;br /&gt;
** there should be a link to the original article, while the original article should contain a link to this ''Errata''&lt;br /&gt;
* '''IMPORTANT: Commentary and Author Reply'''&lt;br /&gt;
** similar to Errata, there might be one or more Comments and Author Replys; this should be stored, too&lt;br /&gt;
** however, it is usually not included in the original citation&lt;br /&gt;
** it might be used however in a citation, but I do not know exaclty how to cite it optimally (original article should be provided as well) &lt;br /&gt;
* '''IMPORTANT: Article Retraction'''&lt;br /&gt;
** an article may be retracted because of plagiarism or some other flaw&lt;br /&gt;
** this should not be used any further in the research&lt;br /&gt;
** however, it might be used e.g. for an article on plagiarism or flawed research&lt;br /&gt;
** there should be therefore one field storing this information, too, and a link to:&lt;br /&gt;
** the published withdrawal letter (which explains why the article was retracted)&lt;br /&gt;
&lt;br /&gt;
* this issue may need a time-controlled event&lt;br /&gt;
* '''IMPORTANT: electronic publishing ahead of print (EPUB)'''&lt;br /&gt;
** more and more articles are initially posted online, before the published article gets actually printed&lt;br /&gt;
** How should this be used/cited?&lt;br /&gt;
** Is this changed, after the print version becomes available?&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Outstanding Issues ==&lt;br /&gt;
The 3 main points i (Brian) came across so far are:&lt;br /&gt;
1) IDENTIFIERS&lt;br /&gt;
2) FORMAT TYPES&lt;br /&gt;
3) NESTING&lt;br /&gt;
&lt;br /&gt;
1) In hCard/hCalendar there is a UID field. Added with URL it makes for a great unique identifier. There are loads of other identifers besides URL, ISBN, LOC call number, SKU, ISSN, etc. Many of these are unique in their domain, but not globally unique. So how to they get marked-up? Much like the hCard TEL/ADR properties, we can use something like:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;uid&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;type&amp;quot;&amp;gt;ISBN&amp;lt;/span&amp;gt;: &amp;lt;span&lt;br /&gt;
class=&amp;quot;value&amp;quot;&amp;gt;123456&amp;lt;/span&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
This makes the encoding the most extensible... if we start use class=&amp;quot;isbn&amp;quot; then it is an enumerated list, with class=&amp;quot;type&amp;quot; it is open ended.&lt;br /&gt;
&lt;br /&gt;
2) I keep mis-using &amp;quot;format&amp;quot;, format is the medium - hardback, softback. The TYPE (there probably is a better word - container?) is book, article, conference, manifesto, etc. Much like the identifers we can make an enumerated list of values, class=&amp;quot;book&amp;quot;, class=&amp;quot;article&amp;quot;, but that boxes us in, whereas something like: &amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;span class=&amp;quot;type&amp;quot;&amp;gt;article&amp;lt;/span&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt; leaves things more open.&lt;br /&gt;
&lt;br /&gt;
3) Nesting citation data in a citation. The ability to nest the same microformat inside itself is something that other microformats don't explicitly handle.&lt;br /&gt;
&lt;br /&gt;
The two options are:&lt;br /&gt;
i) Using class=&amp;quot;book&amp;quot;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;hcite&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;div class=&amp;quot;book&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Book Title&amp;lt;/span&amp;gt;&lt;br /&gt;
  &amp;lt;div class=&amp;quot;chapter&amp;quot;&amp;gt;&lt;br /&gt;
     &amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Chapter Title&amp;lt;/span&amp;gt;&lt;br /&gt;
  &amp;lt;/div&amp;gt;&lt;br /&gt;
 &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&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 makes things easy to nest and to figure out exactly what is&lt;br /&gt;
associated with what, but the downside is that we have enumerated&lt;br /&gt;
lists of values for the class properties.&lt;br /&gt;
&lt;br /&gt;
ii) using the TYPE for book&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;hcite&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;div class=&amp;quot;type&amp;quot;&amp;gt;book&amp;lt;/div&amp;gt;&lt;br /&gt;
 &amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Book Title&amp;lt;/span&amp;gt;&lt;br /&gt;
 &amp;lt;div class=&amp;quot;type&amp;quot;&amp;gt;chapter&amp;lt;/div&amp;gt;&lt;br /&gt;
 &amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Chapter Title&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
now the class=&amp;quot;fn&amp;quot; is not nested inside the class=&amp;quot;book&amp;quot; or&lt;br /&gt;
class=&amp;quot;chapter&amp;quot; so there would have to be some other mechanism to&lt;br /&gt;
associate the data with the type.&lt;br /&gt;
&lt;br /&gt;
== Brian's Straw format ==&lt;br /&gt;
&lt;br /&gt;
=== implied schema (examples) ===&lt;br /&gt;
 + publisher&lt;br /&gt;
 + language&lt;br /&gt;
 + description&lt;br /&gt;
 + title&lt;br /&gt;
 + creator&lt;br /&gt;
 + journal&lt;br /&gt;
 + volume&lt;br /&gt;
 + issue&lt;br /&gt;
 + page &lt;br /&gt;
 + edition&lt;br /&gt;
 + identifier&lt;br /&gt;
 + tags&lt;br /&gt;
 + format&lt;br /&gt;
 + date published&lt;br /&gt;
 + copyright&lt;br /&gt;
 - audience&lt;br /&gt;
&lt;br /&gt;
=== implied schema (formats) ===&lt;br /&gt;
 + publisher&lt;br /&gt;
 + language&lt;br /&gt;
 + description&lt;br /&gt;
 + title&lt;br /&gt;
 + creator&lt;br /&gt;
 + volume&lt;br /&gt;
 + pages&lt;br /&gt;
 + edition&lt;br /&gt;
 + issue&lt;br /&gt;
 + identifier&lt;br /&gt;
 + tags&lt;br /&gt;
 + format&lt;br /&gt;
 + date published&lt;br /&gt;
 + date copyrighted&lt;br /&gt;
 - subtitle&lt;br /&gt;
 - image &lt;br /&gt;
 - excerpt&lt;br /&gt;
 - index terms&lt;br /&gt;
 - series title&lt;br /&gt;
 - publication&lt;br /&gt;
 - journal&lt;br /&gt;
 - part (1 of X)&lt;br /&gt;
&lt;br /&gt;
UNION of the two schemas&lt;br /&gt;
 + (PLUS) means common properties&lt;br /&gt;
 - (MINUS) means unique to the schema&lt;br /&gt;
&lt;br /&gt;
=== Example ===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;ul class=&amp;quot;bibliography&amp;quot;&amp;gt;&lt;br /&gt;
	&amp;lt;li class=&amp;quot;hcite&amp;quot; xml:lang=&amp;quot;en-gb&amp;quot;&amp;gt;&lt;br /&gt;
	&lt;br /&gt;
		&amp;lt;!-- publisher data as hCard--&amp;gt;&lt;br /&gt;
		&amp;lt;div class=&amp;quot;publisher vcard&amp;quot;&amp;gt;&lt;br /&gt;
			&amp;lt;span class=&amp;quot;fn org&amp;quot;&amp;gt;ABC Publishing Co.&amp;lt;/span&amp;gt;&lt;br /&gt;
			&amp;lt;span class=&amp;quot;country-name&amp;quot;&amp;gt;United Kingdom&amp;lt;/span&amp;gt;&lt;br /&gt;
			...&lt;br /&gt;
		&amp;lt;/div&amp;gt;&lt;br /&gt;
		&lt;br /&gt;
		&amp;lt;!-- author(s) data as hCard --&amp;gt;&lt;br /&gt;
		&amp;lt;div class=&amp;quot;creator vcard&amp;quot;&amp;gt;&lt;br /&gt;
			&amp;lt;span class=&amp;quot;fn n&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;given-name&amp;quot;&amp;gt;John &amp;lt;span class=&amp;quot;family-name&amp;quot;&amp;gt;Doe&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
			...&lt;br /&gt;
		&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
		&amp;lt;!-- location data --&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Foobar!&amp;lt;/span&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;description&amp;quot;&amp;gt;World Class Book about foobar&amp;lt;/span&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;volume&amp;quot;&amp;gt;1&amp;lt;/span&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;issue&amp;quot;&amp;gt;1&amp;lt;/span&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;edition&amp;quot;&amp;gt;1&amp;lt;/span&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;pages&amp;quot;&amp;gt;1-10&amp;lt;/span&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;format&amp;quot;&amp;gt;article&amp;lt;/span&amp;gt;&lt;br /&gt;
		&lt;br /&gt;
		&amp;lt;!-- differed to the UID debate --&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;identifier&amp;quot;&amp;gt;12345678&amp;lt;/span&amp;gt;&lt;br /&gt;
		&lt;br /&gt;
		&amp;lt;!-- keywords --&amp;gt;&lt;br /&gt;
		&amp;lt;a class=&amp;quot;keyword&amp;quot; rel=&amp;quot;tag&amp;quot; href=&amp;quot;/tags/foo&amp;quot;&amp;gt;foo&amp;lt;/a&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;keyword&amp;quot;&amp;gt;bar&amp;lt;/span&amp;gt;&lt;br /&gt;
		&lt;br /&gt;
		&amp;lt;!-- date properties --&amp;gt;&lt;br /&gt;
		Published &amp;lt;abbr class=&amp;quot;dtpublished&amp;quot; title=&amp;quot;20060101&amp;quot;&amp;gt;January 1st 1006&amp;lt;/abbr&amp;gt;&lt;br /&gt;
		Copyright &amp;lt;abbr class=&amp;quot;copyright&amp;quot; title=&amp;quot;20060101&amp;quot;&amp;gt;2006&amp;lt;/abbr&amp;gt;&lt;br /&gt;
	&amp;lt;/li&amp;gt;&lt;br /&gt;
	...&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p class=&amp;quot;citation&amp;quot;&amp;gt;Have you read &amp;lt;span class=&amp;quot;title&amp;quot;&amp;gt;&amp;lt;abbr title=&amp;quot;book&amp;quot; class=&amp;quot;format&amp;quot;&amp;gt;Foo Bar&amp;lt;/abbr&amp;gt;&amp;lt;/span&amp;gt;? &lt;br /&gt;
It was written by &amp;lt;span class=&amp;quot;author vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;John Doe&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;. &lt;br /&gt;
It only came out a &amp;lt;abbr class=&amp;quot;dtpublished&amp;quot; title=&amp;quot;20060101&amp;quot;&amp;gt;few months ago&amp;lt;/abbr&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Note: the &amp;quot;format&amp;quot; property above is incorrect. Format would refer more the physical characteristics of an item, rather than its type or genre (e.g. &amp;quot;article&amp;quot;, &amp;quot;book&amp;quot;, etc.). I'd rather have the main class for the li be &amp;quot;article&amp;quot; in this context, than the fairly meaningless &amp;quot;citation.&amp;quot;  Of course, one could have both, which would be fine too. -- bruce&lt;br /&gt;
&lt;br /&gt;
Note: Could we use ROLE from hCard to identify editors, translators, authors, etc?&lt;br /&gt;
This was discussed on the mailing list and the idea was dropped [http://microformats.org/discuss/mail/microformats-discuss/2006-September/005694.html]&lt;br /&gt;
&lt;br /&gt;
'''Comments''' : [[User:Singpolyma|singpolyma]] 08:03, 16 Jun 2006 (PDT) : keywords should be [[rel-tag]], and probably also [[XOXO]] (the same way the citation list is)&lt;br /&gt;
&lt;br /&gt;
== Mike straw format suggestion ==&lt;br /&gt;
&lt;br /&gt;
In the interests of starting debate and having something concrete to fix, I suggest the following structure for a format. It is probably very incomplete and I claim no microformat expertise. I'm just trying to follow existing patterns. Comments and ridicule are both solicited. -Mike&lt;br /&gt;
&lt;br /&gt;
=== In General ===&lt;br /&gt;
&lt;br /&gt;
The ''citation'' format is based on a set of fields common to many bibliographic data formats, which are often implied by standard citation display styles but not explicitly marked up in practice on the web.&lt;br /&gt;
&lt;br /&gt;
=== Schema ===&lt;br /&gt;
&lt;br /&gt;
The citation schema consists of the following:&lt;br /&gt;
&lt;br /&gt;
* cite &lt;br /&gt;
** title: required, text (class = fn)&lt;br /&gt;
** subtitle: optional, text&lt;br /&gt;
** authors: optional, use hCard&lt;br /&gt;
** publication date: optional&lt;br /&gt;
** link(s) to instantiations, optional, url or use rel-enclosure? (class=url)&lt;br /&gt;
** UID, optional (for ISBN, DOI - use existing uid class) | permalink&lt;br /&gt;
** series (aka volume/issuenum) , optional (''not as sure how to handle these - suggestions?'')&lt;br /&gt;
** pages: startpage &amp;amp; endpage, optional, text&lt;br /&gt;
** venue, optional (hCard)&lt;br /&gt;
** publisher, optional (hCard)&lt;br /&gt;
** container: optional (nested hCite)&lt;br /&gt;
** abstract, optional (blockquote + class=&amp;quot;abstract&amp;quot; ?)&lt;br /&gt;
** notes, optional (blockquote + class=&amp;quot;notes&amp;quot; ?)&lt;br /&gt;
** keywords, optional (rel-tag)&lt;br /&gt;
** image, optional (for inclusion inline, unlike the url)&lt;br /&gt;
** copyright, optional (rel-license)&lt;br /&gt;
** ''what else am I missing?''&lt;br /&gt;
*** language, optional&lt;br /&gt;
&lt;br /&gt;
''Looks good, but I question the use of hCard for names. Due to ambiguity issues, requring hCard would lead to extra markup in order to apply just a name, hence [http://microformats.org/discuss/mail/microformats-discuss/2006-March/003487.html the need for a root element]. We should extract the N optimization of hCard like we did with adr, in order to ease this problem.'' --[[User:RCanine|Ryan Cannon]]&lt;br /&gt;
&lt;br /&gt;
Perhaps a Retrieved Date or Access Date would be appropriate for citing online resources. For example at http://www.crlt.umich.edu/publinks/facment_biblio.html &lt;br /&gt;
you see citations like this&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
Chief Academic Officers of the Big 12 Universities (2000). Big 12 Faculty Fellowship Program. Retrieved December 20, 2000 from the World Wide Web: http://www.k-state.edu/provost/academic/big12/big12guide.htm.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
--[[User:JoeAndrieu|Joe Andrieu]]&lt;br /&gt;
&lt;br /&gt;
=== Examples ===&lt;br /&gt;
&lt;br /&gt;
The following are translations into the ''citation'' format.&lt;br /&gt;
&lt;br /&gt;
Note: some of these are just placeholders right now. Please feel free to fill them in!&lt;br /&gt;
&lt;br /&gt;
==== Citing Private Communication ====&lt;br /&gt;
* published-date seems a weird fit, but it works...&lt;br /&gt;
private communication, Michael Jordan, May 2004&lt;br /&gt;
&lt;br /&gt;
Needs a formatted example.&lt;br /&gt;
&lt;br /&gt;
==== Citing Legal Cases ====&lt;br /&gt;
Needs an example. Here's some info I found about citing law:&lt;br /&gt;
&lt;br /&gt;
I'm not a lawyer, so I'm relying on the published [http://www.legalbluebook.com &amp;quot;blue book&amp;quot; standard], at least the only part of it I can get without paying $25. I'd be happy to hear improvements from experts in the field - how do lawyers mark up references to case law in HTML now?&lt;br /&gt;
&lt;br /&gt;
From groklaw.net and eff.org, I find mostly just links to PDFs with the name of the case as the link text. Or just this, from EFF:&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;h1&amp;gt;The Betamax Case&amp;lt;/h1&amp;gt;&lt;br /&gt;
&amp;lt;h2&amp;gt;Sony Corp. of America v. Universal City Studios, 464 U.S. 417 (1984)&amp;lt;/h2&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
From an example at the sample bluepages: http://www.legalbluebook.com/pdfs/bluepages.pdf&lt;br /&gt;
5 basic components:&lt;br /&gt;
*1 name of the case (citation title)&lt;br /&gt;
*2 published source in which case may be found (citation containing publication?)&lt;br /&gt;
*3 a parenthetical indicating the court and year of decision (citation venue?)&lt;br /&gt;
*4 other parenthetical information, if any (citation notes?)&lt;br /&gt;
*5 subsequent history of the case, if any (citation notes?)&lt;br /&gt;
&lt;br /&gt;
Here's two examples from the bluebook. Note that there are very strict rules about abbreviations in that source!&lt;br /&gt;
&lt;br /&gt;
Holland v. Donnelly, 216 F. Supp. 2d 227, 230 (S.D.N.Y. 2002), aff'd, 324 F.3d 99 (2d Cir. 2003).&lt;br /&gt;
&lt;br /&gt;
Green v. Georgia, 442 U.S. 95, 97 (1979) (per curiam) (holding that exclusion of relevant evidence at sentencing hearing constitutes denial of due process).&lt;br /&gt;
&lt;br /&gt;
==== Citing a Book ====&lt;br /&gt;
&lt;br /&gt;
needs an example&lt;br /&gt;
&lt;br /&gt;
==== Citing a journal article ====&lt;br /&gt;
&lt;br /&gt;
needs an example &lt;br /&gt;
&lt;br /&gt;
==== Citing a magazine article ====&lt;br /&gt;
&lt;br /&gt;
needs an example&lt;br /&gt;
&lt;br /&gt;
==== Citing a Patent ====&lt;br /&gt;
&lt;br /&gt;
Drawn from this [http://microformats.org/wiki/citation-examples#U.S._Patent example from Wikipedia]:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;li class=&amp;quot;hcite&amp;quot;&amp;gt;&amp;lt;a href=&amp;quot;http://patft.uspto.gov/netacgi/nph-Parser?patentnumber=4,405,829&amp;quot; class=&amp;quot;url&amp;quot; &lt;br /&gt;
    title=&amp;quot;http://patft.uspto.gov/netacgi/nph-Parser?patentnumber=4,405,829&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;format&amp;quot;&amp;gt;U.S. Patent&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;identifier&amp;quot;&amp;gt;4,405,829&amp;lt;/span&amp;gt;&amp;lt;/a&amp;gt;:&lt;br /&gt;
    &amp;lt;span class=&amp;quot;description&amp;quot;&amp;gt;The &amp;lt;a href=&amp;quot;/wiki/RSA&amp;quot; title=&amp;quot;RSA&amp;quot;&amp;gt;RSA&amp;lt;/a&amp;gt; patent, a famous software patent on the ground-breaking &lt;br /&gt;
    and highly unobvious algorithm for public key encryption, widely used for secure communications &lt;br /&gt;
    in many industries nowdays&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Citing a conference publication====&lt;br /&gt;
&lt;br /&gt;
Based on the following reference, plus some more information from the ACM site and a little of my own input (the tags)&lt;br /&gt;
&lt;br /&gt;
L. Hochstein, J. Carver, F. Shull, S. Asgari, V. Basili, J. K. Hollingsworth, and M. Zelkowitz, “Hpc programmer productivity: A case study of novice hpc programmers,” in Proceedings of ACM/IEEE Supercomputing Conference, 2005.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;cite class=&amp;quot;citation&amp;quot;&amp;gt;&lt;br /&gt;
	&amp;lt;span class=&amp;quot;author vcard&amp;quot;&amp;gt;Lorin Hochstein&amp;lt;/span&amp;gt;,&lt;br /&gt;
	&amp;lt;span class=&amp;quot;author vcard&amp;quot;&amp;gt; Jeff Carver &amp;lt;/span&amp;gt;,&lt;br /&gt;
	&amp;lt;span class=&amp;quot;author vcard&amp;quot;&amp;gt; Forrest Shull &amp;lt;/span&amp;gt;,&lt;br /&gt;
	&amp;lt;span class=&amp;quot;author vcard&amp;quot;&amp;gt; Sima Asgari&amp;lt;/span&amp;gt;,&lt;br /&gt;
	&amp;lt;span class=&amp;quot;author vcard&amp;quot;&amp;gt; Victor Basili&amp;lt;/span&amp;gt;,&lt;br /&gt;
	&amp;lt;span class=&amp;quot;author vcard&amp;quot;&amp;gt; Jeffrey K. Hollingsworth&amp;lt;/span&amp;gt;, and &lt;br /&gt;
	&amp;lt;span class=&amp;quot;author vcard&amp;quot;&amp;gt; Marv Zelkowitz&amp;lt;/span&amp;gt;,&lt;br /&gt;
	&amp;lt;a class=&amp;quot;fn url&amp;quot; href=&amp;quot;http://dx.doi.org/10.1109/SC.2005.53&amp;quot;&amp;gt;HPC Programmer Productivity: A Case Study of Novice HPC Programmers&amp;lt;/a&amp;gt;.&lt;br /&gt;
	&amp;lt;cite class=&amp;quot;container citation&amp;quot;&amp;gt;&lt;br /&gt;
	&amp;lt;a class=&amp;quot;fn url&amp;quot; href=&amp;quot;&amp;quot;&amp;gt;Proceedings of ACM/IEEE Supercomputing Conference&amp;lt;/a&amp;gt;&lt;br /&gt;
	&amp;lt;abbr class=&amp;quot;dtpublished&amp;quot; title=&amp;quot;20051126T0000-0800&amp;quot;&amp;gt;2005&amp;lt;/abbr&amp;gt;&lt;br /&gt;
	&amp;lt;/cite&amp;gt;&lt;br /&gt;
	page &amp;lt;span class=&amp;quot;startpage&amp;quot;&amp;gt;35&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;publisher vcard&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;span class=&amp;quot; fn&amp;quot;&amp;gt;IEEE Computer Society&lt;br /&gt;
   &amp;lt;/span&amp;gt;&lt;br /&gt;
    &amp;lt;div class=&amp;quot;adr&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;Washington&amp;lt;/span&amp;gt;,&lt;br /&gt;
      &amp;lt;span class=&amp;quot;region&amp;quot;&amp;gt;DC&amp;lt;/span&amp;gt;&lt;br /&gt;
    &amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;a class=&amp;quot;url instantiation&amp;quot; href=&amp;quot;http://portal.acm.org/ft_gateway.cfm?id=1105800&amp;amp;type=pdf&amp;amp;coll=portal&amp;amp;dl=ACM&amp;amp;CFID=68330711&amp;amp;CFTOKEN=39187329&amp;quot;&amp;gt;PDF of full text from ACM&amp;lt;/a&amp;gt;&lt;br /&gt;
&lt;br /&gt;
	DOI: &amp;lt;a class=&amp;quot;url uid&amp;quot; href=&amp;quot;http://dx.doi.org/10.1109/SC.2005.53&amp;quot;&amp;gt;10.1109/SC.2005.53&amp;lt;/a&amp;gt;&lt;br /&gt;
        Tags: &amp;lt;a href=&amp;quot;http://citeulike.org/tag/productivity&amp;quot; rel=&amp;quot;tag&amp;quot;&amp;gt;productivity&amp;lt;/a&amp;gt;, &amp;lt;a href=&amp;quot;http://citeulike.org/tag/hpc&amp;quot; rel=&amp;quot;tag&amp;quot;&amp;gt;hpc&amp;lt;/a&amp;gt;, &amp;lt;a href=&amp;quot;http://citeulike.org/tag/performance&amp;quot; rel=&amp;quot;tag&amp;quot;&amp;gt;performance&amp;lt;/a&amp;gt;&lt;br /&gt;
	&amp;lt;blockquote class=&amp;quot;abstract&amp;quot;&amp;gt;In developing High-Performance Computing (HPC) software, time to solution is an important metric. This metric is comprised of two main components: the human effort required developing the software, plus the amount of machine time required to execute it. To date, little empirical work has been done to study the first component: the human effort required and the effects of approaches and practices that may be used to reduce it. In this paper, we describe a series of studies that address this problem. We instrumented the development process used in multiple HPC classroom environments. We analyzed data within and across such studies, varying factors such as the parallel programming model used and the application being developed, to understand their impact on the development process.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
  &amp;lt;/cite&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Note''' (From [[Discoleo]], Sept. 06)&lt;br /&gt;
* sometimes, the citation must include '''Town/Country''' and '''Precise Date/Date Range''', e.g.&lt;br /&gt;
** ''Gillespie SH, Dickens A.'' Variation in mutation rate of quinolone resistance in Streptococcus pneumoniae [abstract P06-17A]. In: Abstracts of the 3rd International Symposium on Pneumococci and Pneumococcal Disease (Anchorage, 5-9 May 2002).Washington, DC: American Society of Microbiology, 2002.&lt;br /&gt;
** ''Bassetti, M.; Righi, E.; Rebesco, B.; Molinari, MP.; Costa, A.; Fasce, R.; Cruciani, M.; Bassetti, D.; Bobbio Pallavicini, F.'' 44th Annual Interscience Conference on Antimicrobial Agents and Chemotherapy (ICAAC). Washington, DC; 2004. Epidemiological trends in nosocomial candidemia in ICU: A five-year Italian perspective.&lt;br /&gt;
** ''Peacock JE, Wade JC, Lazarus HM, et al.'' Ciprofloxacin/piperacillin vs. tobramycin/piperacillin as empiric therapy for fever in neutropenic cancer patients, a randomized, double-blind trial [abstract 373]. In: Program and abstracts of the 37th Interscience Conference on Antimicrob Agents and Chemotherapy (Toronto). Washington, DC: American Society for Microbiology, 1997.&lt;br /&gt;
&lt;br /&gt;
==== Citing an external website ====&lt;br /&gt;
&lt;br /&gt;
This is based on a formal citation of a website in the references section of a research paper, but could also be used for in-line links that had added information. Here's the original:&lt;br /&gt;
&lt;br /&gt;
[25] David Stern, &amp;quot;eprint Moderator Model&amp;quot;, http://www.library.yale.edu/scilib/modmodexplain.html  (version dated Jan 25, 1999)&lt;br /&gt;
 &lt;br /&gt;
 &amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;cite class=&amp;quot;citation&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;a class=&amp;quot;fn url&amp;quot; href=&amp;quot;http://www.library.yale.edu/scilib/modmodexplain.html&amp;quot;&amp;gt;eprint Moderator Model&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;author vcard&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;a href=&amp;quot;http://pantheon.yale.edu/~dstern/dsbio.html&amp;quot; class=&amp;quot;url fn&amp;quot;&amp;gt;David Stern&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;/span&amp;gt;  &lt;br /&gt;
&amp;lt;abbr class=&amp;quot;dtpublished&amp;quot; title=&amp;quot;19990125T0000-0500&amp;quot;&amp;gt;&lt;br /&gt;
    Jan 25, 1999&lt;br /&gt;
  &amp;lt;/abbr&amp;gt;&lt;br /&gt;
&amp;lt;/cite&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== discussions ==&lt;br /&gt;
&lt;br /&gt;
* [[citation-irc-notes-2006-04-09]]&lt;/div&gt;</summary>
		<author><name>Mike</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=citation-brainstorming&amp;diff=9429</id>
		<title>citation-brainstorming</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=citation-brainstorming&amp;diff=9429"/>
		<updated>2006-10-13T00:09:19Z</updated>

		<summary type="html">&lt;p&gt;Mike: /* Citing a Patent */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h1&amp;gt; Citation Brainstroming &amp;lt;/h1&amp;gt;&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
== Contributors ==&lt;br /&gt;
&lt;br /&gt;
* ...&lt;br /&gt;
* ... (a bunch of good folks!)&lt;br /&gt;
* Tantek Çelik&lt;br /&gt;
* Tim White&lt;br /&gt;
* Michael McCracken&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* [[citation]]&lt;br /&gt;
* [[citation-examples]]&lt;br /&gt;
* [[citation-formats]]&lt;br /&gt;
* [[citation-faq]]&lt;br /&gt;
&lt;br /&gt;
== Use Cases ==&lt;br /&gt;
&lt;br /&gt;
To focus the discussion, please add use cases below that will help show what problems the citation microformat will be solving.&lt;br /&gt;
&lt;br /&gt;
I've included two, focusing on consuming information - I've assumed that use cases for generating microformatted content would just involve the desire to enable your content to be consumed better, but I'm interested to see if there's something I'm missing here -Mike&lt;br /&gt;
&lt;br /&gt;
=== Acquiring reference information from the web ===&lt;br /&gt;
&lt;br /&gt;
A user either finds an author's papers page, or is viewing the results of a search and would like to import the information about the displayed papers into their local reference database, for the purposes of cataloging things they've read, adding notes, and using the information to generate later citations, potentially in other forms, such as BibTeX or Docbook, for inclusion in a publication of their own.&lt;br /&gt;
&lt;br /&gt;
Notes: In this case, it isn't important to the user what format the citation takes as displayed on the page where they find it. What *is* important is that it contains enough information to allow generation of the format they will ultimately re-publish it in. This implies that it may be worthwhile to err a little on the side of verbosity.&lt;br /&gt;
&lt;br /&gt;
Also, links to downloadable full representations of the cited work are very important - e.g. a link to the PDF of a journal article, or to a music file.&lt;br /&gt;
&lt;br /&gt;
=== Subscribing to reading lists, periodicals, etc ===&lt;br /&gt;
&lt;br /&gt;
I would like to be able to leverage my news aggregator with hAtom to subscribe to a remote source for citation information, for example:&lt;br /&gt;
&lt;br /&gt;
* a reading list for a seminar&lt;br /&gt;
* The publication list for a conference (e.g., subscribe to SIGGRAPH and see the updated conference proceedings every year)&lt;br /&gt;
* the issues of a journal&lt;br /&gt;
* a particular research group or researcher's publications&lt;br /&gt;
* Not just research: a popular author's publications (e.g., [http://www.gladwell.com/archive.html Malcolm Gladwell's Archive])&lt;br /&gt;
&lt;br /&gt;
=== Aggregating reading lists and reviews ===&lt;br /&gt;
&lt;br /&gt;
A citation microformat-specific aggregator could provide a decentralized version of [http://citeulike.org/ CiteULike]. Libraries, authors, research groups, and publishers could mark up their collections, while other people on weblogs or review sites could add tags and reviews.&lt;br /&gt;
&lt;br /&gt;
At least, having a well-adopted microformat would make writing tools like CiteULike much better, since it relies in some cases on screen-scraping publisher web-sites.&lt;br /&gt;
&lt;br /&gt;
=== Cut &amp;amp; Paste from web pages ===&lt;br /&gt;
Capturing/copying HTML from web pages for use in other applications (especially when those apps present HTML as output), such as pasting into Word, or a specialized application like [http://www.google.com/notebook Google Notebook], [http://onfolio.com Onfolio] or [http://www.kaboodle.com Kaboodle].  When such captures are made, it makes sense to keep track of the full citation data, including the date it was accessed, which may or may not be the date it was published. &lt;br /&gt;
&lt;br /&gt;
=== Blogs quoting other resources, including blogs ===&lt;br /&gt;
Any blog that cites online content, whether a blog or news article, could use an hCitation to properly link to the cited reference. Such citations could include the access date when the blogger made the citation, because resources on the other side of those links can change without notice. &lt;br /&gt;
&lt;br /&gt;
Instead, today we have simple formating with a link to the permaURL. The citation data is completely lacking. See [http://doc.weblogs.com Doc Searl's blog] for a style of referencing that could benefit from proper a citation uF.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Fascinating... after I added the last two use cases, I realized they focus on potentially marginal cases. The first because it is missing the &amp;quot;output&amp;quot; part of the cut &amp;amp; paste, where the uF would actually be used as part of the paste.  The latter because bloggers have a working citation mechanism that is just a link to the URL (hopefully a permaURL). One could argue they wouldn't want a full hCitation. And in fact, until a tool exists that makes it easy, they probably won't.  However, a tool that cuts &amp;amp; pastes from anywhere on the web into a blog with a full citation seems like a nice tool.  But again, I'm not really paving the cowpaths with these ideas. -Joe Andrieu&lt;br /&gt;
&lt;br /&gt;
== Original hBib Discussion ==&lt;br /&gt;
&lt;br /&gt;
During the WWW2005 Developer's Day [[microformats]] track, Rohit Khare gave a [[presentations|presentation]] where he discussed the microformats [[process]], and then did  a quick demonstration wherein a bunch of us got on a shared Subethaedit document, and brainstormed some thoughts on what an &amp;quot;hBib&amp;quot; bibliography citation microformat would look like.  Rohit placed the [http://cnlabs.commerce.net/~rohit/hBib%20Discussion.html document on his Commercenet site].&lt;br /&gt;
&lt;br /&gt;
* http://cnlabs.commerce.net/~rohit/hBib%20Discussion.html&lt;br /&gt;
&lt;br /&gt;
''An attempt to summarize and inline the linked document follows. -Mike''&lt;br /&gt;
&lt;br /&gt;
Two major goals were outlined by the group:&lt;br /&gt;
&lt;br /&gt;
* Avoid re-keying references&lt;br /&gt;
* Adapt to new journal styles by changing CSS&lt;br /&gt;
 &lt;br /&gt;
The fundamental problem was discussed in terms of display - the ability to transform XHTML+hBib into the many journal-specific formats. For example, how to display &amp;quot;et.al&amp;quot; when all authors are present in the source, and how to re-order the elements if a style defines a set order of elements that conflicts with the ordering in the source. Using hCard for authors was agreed on, and the beginnings of an example were shown.&lt;br /&gt;
&lt;br /&gt;
== XHTML Structure ==&lt;br /&gt;
With my exprience working X2V and hCa* has taught me what elememts are easy to find and which are not. Since the Citation microformat is very new it is possible to not make a lot of the same errors twice and to make things easier for extracting application to find and imply certain properties.&lt;br /&gt;
&lt;br /&gt;
* There should be some sort of 'root node' that implies all child elements are for the Citation microformat.&lt;br /&gt;
* Since most people will have multiple Citation there should be away to represent each Citation object as a unqiue block independant of another. This is to keep the parse from finding 'author' and applying to all citations. Each citation should be in a container (class=&amp;quot;???&amp;quot;) that scoped from others.&lt;br /&gt;
* Perhaps class=&amp;quot;hcite&amp;quot; with &amp;lt;code&amp;gt;&amp;amp;lt;cite&amp;amp;gt;&amp;lt;/code&amp;gt; recommended as the root element. E.g. &amp;lt;code&amp;gt;&amp;amp;lt;cite class=&amp;quot;hcite&amp;quot;&amp;amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Citation vs. [[media-info]] ==&lt;br /&gt;
&lt;br /&gt;
What distinguishes a cite from say [[media-info]] (e.g. [[media-info-examples]]) is that a cite is a reference to something explicitly external to the current piece of content or document, whereas [[media-info]] describes information about content embedded or inline in the current document.&lt;br /&gt;
&lt;br /&gt;
== Semantic Meaning ==&lt;br /&gt;
One of the guiding priniciple of Microformats is to use the most semantically rich element to describe each node (Point 2 of Semantic XHTML Design Principles: Use the most accurately precise semantic XHTML building block for each object etc). Since we are dealing with HTML and citations, several elements are candidates to be used to enrich the semantic meaning. [http://www.w3.org/TR/REC-html40/struct/text.html CITE, BLOCKQUOTE, Q, A], (are there more?)&lt;br /&gt;
&lt;br /&gt;
The [[citation-brainstorming|Citation Brainstorming Page]] has a few development and ideas about how to give another person credit for a link. Some of the semantic ideas behind their choices of tags can be applied to a full bibliographic type reference. ''Does this sentence make sense only historically? -Mike''&lt;br /&gt;
&lt;br /&gt;
== OCLC's WorldCat for titles == &lt;br /&gt;
Question: what about using something like OCLC's [http://www.oclc.org/worldcat/open/isbnissnlinking/default.htm WorldCat] for linking titles? - Tim White&lt;br /&gt;
&lt;br /&gt;
== This and That ==&lt;br /&gt;
After reading through alot of different citation encoding formats, i noticed that each format was being used in onw of two ways. It was either to describe the Current page (THIS.PAGE) or being used to encode references that point to external resources (THAT.PAGE)&lt;br /&gt;
&lt;br /&gt;
The informatation being encoded was identical for both resources (author, date, name, etc) they just reference different things. For this microformat, i'm not sure if we want to try to solve both problems, or just one? The meta tags in the head element would be the ideal place for information about the THIS.PAGE, but that is not in following with the ideals of microformats where information is human-readable. The THAT.PAGE idea where a list of references is at the end of a document in the form of a bibliography is more inline with the ideals of a microformat where the data is human-readable. That doesn't mean that data about the current document shouldn't be human-readable, so some of the same properties used to reference extermal resources can be used for the current document (THIS.PAGE). To do this a different root item could be used and transforming applications could either extract the citation data about the current page, or information about this page's references.&lt;br /&gt;
&lt;br /&gt;
This is open for discussion, but either way, i believe that the properties used to describe a page will be the same for both THIS and THAT. [http://suda.co.uk/ brian suda]&lt;br /&gt;
&lt;br /&gt;
== More on This and That ==&lt;br /&gt;
&lt;br /&gt;
Citation microformats are being explored as a possibility for citing genealogical information at [http://eatslikeahuman.blogspot.com Dan Lawyer's blog].&lt;br /&gt;
&lt;br /&gt;
This is a case where frequently the citation would refer to (THIS.PAGE), but would have nested within it a reference to (THAT.PAGE), possibly a few levels deep. For instance, a web page might contain data extracted from a microfilm of a census. The citation would need to include information about the web page, information about the microfilm, and information about the census. Genealogical citations are expected to include the repository (where can this book or microfilm be found. Is this the same as ''venue''?). So, at each level the information should contain the repository of the referenced item. A nesting (recursive) mechanism for citation microformats would be useful in this case. Is this the function of the &amp;quot;container&amp;quot; element in the Straw Format?&lt;br /&gt;
&lt;br /&gt;
== Date Formatting ==&lt;br /&gt;
Since microformats are all about re-use and the accepted way to encode Date-Time has been pretty much settled, then this is a good place to start when dealing with all the different date citation types. &lt;br /&gt;
&lt;br /&gt;
These are all the different fields from various citation formats that are of temporal nature:&lt;br /&gt;
 * Date (available | created | dateAccepted | dateCopyrighted | dateSubmitted | issued | modified | valid)&lt;br /&gt;
 * originInfo/dateIssued&lt;br /&gt;
 * originInfo/dateCreated&lt;br /&gt;
 * originInfo/dateCaptured&lt;br /&gt;
 * originInfo/dateOther&lt;br /&gt;
 * month&lt;br /&gt;
 * year&lt;br /&gt;
 * Copyright Year&lt;br /&gt;
 * Date - Generic&lt;br /&gt;
 * Date of Confernce&lt;br /&gt;
 * Date of Publication&lt;br /&gt;
 * Date of update/revisou/issuance of database record&lt;br /&gt;
 * Former Date&lt;br /&gt;
 * Entry Date for Database Record&lt;br /&gt;
 * Database Update&lt;br /&gt;
 * Year of Publication&lt;br /&gt;
&lt;br /&gt;
There are several common properties across several citation domains and will certainly be in the citation microformat, the unique instances will need further consideration, otherwise there could be no end to posiblities. &lt;br /&gt;
&lt;br /&gt;
There are also several properties (year, month, Year of publication) that can be extracted from another source. Therefore, if you only encode a more specific property such as; Date of Publication, you can extract the 'year of publication' from that. Since the date-time format we are modeling after is the ISO date-time format, just the Year portion is an acceptable date. So if you ONLY know the year of publication, the you can form a valid 'Date of Publication' as a microformat (which inturn is a valid 'year of publication') - you milage may vary when it comes to importing into citation applications.&lt;br /&gt;
&lt;br /&gt;
...&lt;br /&gt;
&lt;br /&gt;
It seems to me that these can be collapsed to maybe one or two different date properties.  As far as the specific human readable formatting of the date, that can be chosen per whatever the presentation style guide says, and the [[datetime-design-pattern]] used to simplify the markup. - Tantek&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Important'''&lt;br /&gt;
Sometimes we need a date range and not simply a date (e.g. 4-6 May 2006). See ''Conference Citation'' examples later on this page. - Discoleo&lt;br /&gt;
&lt;br /&gt;
== Tags ==&lt;br /&gt;
Some of the citation formats has a place for 'keywords' or 'generic tags', etc. This might be a good place to re-use the [http://microformats.org/wiki/rel-tag RelTag microformat]. The downside would be that they are then forced to be links, which might be the correct way to mark-up these terms.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== MARC / MODS / Dublin Core ==&lt;br /&gt;
&lt;br /&gt;
The MODS ([http://www.loc.gov/standards/marcxml/Sandburg/sandburgmods.xml example]) and Dublin Core ([http://www.loc.gov/standards/marcxml/Sandburg/sandburgdc.xml example]) transformations of MARC21 may contain some useful ideas.&lt;br /&gt;
&lt;br /&gt;
Here's a first attempt at rewriting the linked examples in XHTML (written in response to a [http://microformats.org/discuss/mail/microformats-discuss/2005-December/002438.html mailing list query about encoding book information with microformats]):&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;book&amp;quot; lang=&amp;quot;en&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;h3 class=&amp;quot;fn&amp;quot;&amp;gt;Arithmetic /&amp;lt;/h3&amp;gt;&lt;br /&gt;
  &amp;lt;p&amp;gt;By &amp;lt;span class=&amp;quot;creator&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Sandburg, Carl&amp;lt;/span&amp;gt;,&lt;br /&gt;
     &amp;lt;span class=&amp;quot;date&amp;quot;&amp;gt;1878-1967&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;,&lt;br /&gt;
     and &amp;lt;span class=&amp;quot;illustrator&amp;quot;&amp;gt;Rand, Ted&amp;lt;/span&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
  &amp;lt;p&amp;gt;Publisher: &amp;lt;span class=&amp;quot;publisher&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Harcourt Brace Jovanovich&amp;lt;/span&amp;gt;,&lt;br /&gt;
     &amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;San Diego&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
  &amp;lt;p&amp;gt;Published: &amp;lt;span class=&amp;quot;issued&amp;quot;&amp;gt;1993&amp;lt;/span&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
  &amp;lt;p class=&amp;quot;description&amp;quot;&amp;gt;A poem about numbers and their characteristics. Features&lt;br /&gt;
     anamorphic, or distorted, drawings which can be restored to normal by viewing&lt;br /&gt;
     from a particular angle or by viewing the image's reflection in the provided&lt;br /&gt;
     Mylar cone.&amp;lt;/p&amp;gt;&lt;br /&gt;
  &amp;lt;p class=&amp;quot;note&amp;quot;&amp;gt;One Mylar sheet included in pocket.&amp;lt;/p&amp;gt;&lt;br /&gt;
  &amp;lt;p&amp;gt;Subjects:&amp;lt;/p&amp;gt;&lt;br /&gt;
  &amp;lt;ul&amp;gt;&lt;br /&gt;
    &amp;lt;li class=&amp;quot;subject&amp;quot;&amp;gt;Arithmetic&amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li class=&amp;quot;subject&amp;quot;&amp;gt;Children's poetry, American.&amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li class=&amp;quot;subject&amp;quot;&amp;gt;Arithmetic&amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li class=&amp;quot;subject&amp;quot;&amp;gt;American poetry&amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li class=&amp;quot;subject&amp;quot;&amp;gt;Visual perception&amp;lt;/li&amp;gt;&lt;br /&gt;
  &amp;lt;/ul&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;
== Basic Citation Stuctures ==&lt;br /&gt;
There are basic structures to any citation, this is an overview of some of the types&lt;br /&gt;
[http://www.users.muohio.edu/darcusb/misc/citations-spec.html http://www.users.muohio.edu/darcusb/misc/citations-spec.html]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Concerns not addressed by existing formats ==&lt;br /&gt;
&lt;br /&gt;
There are some aspects '''NOT adequately''' covered by existing formats. I have addressed this issue on the OpenOffice.org wiki page, too. [see http://wiki.services.openoffice.org/wiki/Bibliographic_Database for an extending discussion, the paragraph on ''Reference Types'']&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
These issues pertain mainly to '''Errata''', '''Comments and Authors Reply''' and '''Article Retractions'''.&lt;br /&gt;
* a bidirectional link could be necessary to implement these features (original article &amp;lt;=&amp;gt; eratum, reply, retraction letter)&lt;br /&gt;
* '''IMPORTANT: Errata'''&lt;br /&gt;
** Erata: one or more Corrections might be posted in various issues of the journal&lt;br /&gt;
** this is usually cited as: Orininal Article Citation Data (Correction available in ''Journal, Issue Nr, Year, Pages'') (repeat for more than one correction)&lt;br /&gt;
** it is possibly never cited alone&lt;br /&gt;
** there should be a link to the original article, while the original article should contain a link to this ''Errata''&lt;br /&gt;
* '''IMPORTANT: Commentary and Author Reply'''&lt;br /&gt;
** similar to Errata, there might be one or more Comments and Author Replys; this should be stored, too&lt;br /&gt;
** however, it is usually not included in the original citation&lt;br /&gt;
** it might be used however in a citation, but I do not know exaclty how to cite it optimally (original article should be provided as well) &lt;br /&gt;
* '''IMPORTANT: Article Retraction'''&lt;br /&gt;
** an article may be retracted because of plagiarism or some other flaw&lt;br /&gt;
** this should not be used any further in the research&lt;br /&gt;
** however, it might be used e.g. for an article on plagiarism or flawed research&lt;br /&gt;
** there should be therefore one field storing this information, too, and a link to:&lt;br /&gt;
** the published withdrawal letter (which explains why the article was retracted)&lt;br /&gt;
&lt;br /&gt;
* this issue may need a time-controlled event&lt;br /&gt;
* '''IMPORTANT: electronic publishing ahead of print (EPUB)'''&lt;br /&gt;
** more and more articles are initially posted online, before the published article gets actually printed&lt;br /&gt;
** How should this be used/cited?&lt;br /&gt;
** Is this changed, after the print version becomes available?&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Outstanding Issues ==&lt;br /&gt;
The 3 main points i (Brian) came across so far are:&lt;br /&gt;
1) IDENTIFIERS&lt;br /&gt;
2) FORMAT TYPES&lt;br /&gt;
3) NESTING&lt;br /&gt;
&lt;br /&gt;
1) In hCard/hCalendar there is a UID field. Added with URL it makes for a great unique identifier. There are loads of other identifers besides URL, ISBN, LOC call number, SKU, ISSN, etc. Many of these are unique in their domain, but not globally unique. So how to they get marked-up? Much like the hCard TEL/ADR properties, we can use something like:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;uid&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;type&amp;quot;&amp;gt;ISBN&amp;lt;/span&amp;gt;: &amp;lt;span&lt;br /&gt;
class=&amp;quot;value&amp;quot;&amp;gt;123456&amp;lt;/span&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
This makes the encoding the most extensible... if we start use class=&amp;quot;isbn&amp;quot; then it is an enumerated list, with class=&amp;quot;type&amp;quot; it is open ended.&lt;br /&gt;
&lt;br /&gt;
2) I keep mis-using &amp;quot;format&amp;quot;, format is the medium - hardback, softback. The TYPE (there probably is a better word - container?) is book, article, conference, manifesto, etc. Much like the identifers we can make an enumerated list of values, class=&amp;quot;book&amp;quot;, class=&amp;quot;article&amp;quot;, but that boxes us in, whereas something like: &amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;span class=&amp;quot;type&amp;quot;&amp;gt;article&amp;lt;/span&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt; leaves things more open.&lt;br /&gt;
&lt;br /&gt;
3) Nesting citation data in a citation. The ability to nest the same microformat inside itself is something that other microformats don't explicitly handle.&lt;br /&gt;
&lt;br /&gt;
The two options are:&lt;br /&gt;
i) Using class=&amp;quot;book&amp;quot;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;hcite&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;div class=&amp;quot;book&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Book Title&amp;lt;/span&amp;gt;&lt;br /&gt;
  &amp;lt;div class=&amp;quot;chapter&amp;quot;&amp;gt;&lt;br /&gt;
     &amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Chapter Title&amp;lt;/span&amp;gt;&lt;br /&gt;
  &amp;lt;/div&amp;gt;&lt;br /&gt;
 &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&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 makes things easy to nest and to figure out exactly what is&lt;br /&gt;
associated with what, but the downside is that we have enumerated&lt;br /&gt;
lists of values for the class properties.&lt;br /&gt;
&lt;br /&gt;
ii) using the TYPE for book&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;hcite&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;div class=&amp;quot;type&amp;quot;&amp;gt;book&amp;lt;/div&amp;gt;&lt;br /&gt;
 &amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Book Title&amp;lt;/span&amp;gt;&lt;br /&gt;
 &amp;lt;div class=&amp;quot;type&amp;quot;&amp;gt;chapter&amp;lt;/div&amp;gt;&lt;br /&gt;
 &amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Chapter Title&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
now the class=&amp;quot;fn&amp;quot; is not nested inside the class=&amp;quot;book&amp;quot; or&lt;br /&gt;
class=&amp;quot;chapter&amp;quot; so there would have to be some other mechanism to&lt;br /&gt;
associate the data with the type.&lt;br /&gt;
&lt;br /&gt;
== Brian's Straw format ==&lt;br /&gt;
&lt;br /&gt;
=== implied schema (examples) ===&lt;br /&gt;
 + publisher&lt;br /&gt;
 + language&lt;br /&gt;
 + description&lt;br /&gt;
 + title&lt;br /&gt;
 + creator&lt;br /&gt;
 + journal&lt;br /&gt;
 + volume&lt;br /&gt;
 + issue&lt;br /&gt;
 + page &lt;br /&gt;
 + edition&lt;br /&gt;
 + identifier&lt;br /&gt;
 + tags&lt;br /&gt;
 + format&lt;br /&gt;
 + date published&lt;br /&gt;
 + copyright&lt;br /&gt;
 - audience&lt;br /&gt;
&lt;br /&gt;
=== implied schema (formats) ===&lt;br /&gt;
 + publisher&lt;br /&gt;
 + language&lt;br /&gt;
 + description&lt;br /&gt;
 + title&lt;br /&gt;
 + creator&lt;br /&gt;
 + volume&lt;br /&gt;
 + pages&lt;br /&gt;
 + edition&lt;br /&gt;
 + issue&lt;br /&gt;
 + identifier&lt;br /&gt;
 + tags&lt;br /&gt;
 + format&lt;br /&gt;
 + date published&lt;br /&gt;
 + date copyrighted&lt;br /&gt;
 - subtitle&lt;br /&gt;
 - image &lt;br /&gt;
 - excerpt&lt;br /&gt;
 - index terms&lt;br /&gt;
 - series title&lt;br /&gt;
 - publication&lt;br /&gt;
 - journal&lt;br /&gt;
 - part (1 of X)&lt;br /&gt;
&lt;br /&gt;
UNION of the two schemas&lt;br /&gt;
 + (PLUS) means common properties&lt;br /&gt;
 - (MINUS) means unique to the schema&lt;br /&gt;
&lt;br /&gt;
=== Example ===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;ul class=&amp;quot;bibliography&amp;quot;&amp;gt;&lt;br /&gt;
	&amp;lt;li class=&amp;quot;hcite&amp;quot; xml:lang=&amp;quot;en-gb&amp;quot;&amp;gt;&lt;br /&gt;
	&lt;br /&gt;
		&amp;lt;!-- publisher data as hCard--&amp;gt;&lt;br /&gt;
		&amp;lt;div class=&amp;quot;publisher vcard&amp;quot;&amp;gt;&lt;br /&gt;
			&amp;lt;span class=&amp;quot;fn org&amp;quot;&amp;gt;ABC Publishing Co.&amp;lt;/span&amp;gt;&lt;br /&gt;
			&amp;lt;span class=&amp;quot;country-name&amp;quot;&amp;gt;United Kingdom&amp;lt;/span&amp;gt;&lt;br /&gt;
			...&lt;br /&gt;
		&amp;lt;/div&amp;gt;&lt;br /&gt;
		&lt;br /&gt;
		&amp;lt;!-- author(s) data as hCard --&amp;gt;&lt;br /&gt;
		&amp;lt;div class=&amp;quot;creator vcard&amp;quot;&amp;gt;&lt;br /&gt;
			&amp;lt;span class=&amp;quot;fn n&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;given-name&amp;quot;&amp;gt;John &amp;lt;span class=&amp;quot;family-name&amp;quot;&amp;gt;Doe&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
			...&lt;br /&gt;
		&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
		&amp;lt;!-- location data --&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Foobar!&amp;lt;/span&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;description&amp;quot;&amp;gt;World Class Book about foobar&amp;lt;/span&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;volume&amp;quot;&amp;gt;1&amp;lt;/span&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;issue&amp;quot;&amp;gt;1&amp;lt;/span&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;edition&amp;quot;&amp;gt;1&amp;lt;/span&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;pages&amp;quot;&amp;gt;1-10&amp;lt;/span&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;format&amp;quot;&amp;gt;article&amp;lt;/span&amp;gt;&lt;br /&gt;
		&lt;br /&gt;
		&amp;lt;!-- differed to the UID debate --&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;identifier&amp;quot;&amp;gt;12345678&amp;lt;/span&amp;gt;&lt;br /&gt;
		&lt;br /&gt;
		&amp;lt;!-- keywords --&amp;gt;&lt;br /&gt;
		&amp;lt;a class=&amp;quot;keyword&amp;quot; rel=&amp;quot;tag&amp;quot; href=&amp;quot;/tags/foo&amp;quot;&amp;gt;foo&amp;lt;/a&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;keyword&amp;quot;&amp;gt;bar&amp;lt;/span&amp;gt;&lt;br /&gt;
		&lt;br /&gt;
		&amp;lt;!-- date properties --&amp;gt;&lt;br /&gt;
		Published &amp;lt;abbr class=&amp;quot;dtpublished&amp;quot; title=&amp;quot;20060101&amp;quot;&amp;gt;January 1st 1006&amp;lt;/abbr&amp;gt;&lt;br /&gt;
		Copyright &amp;lt;abbr class=&amp;quot;copyright&amp;quot; title=&amp;quot;20060101&amp;quot;&amp;gt;2006&amp;lt;/abbr&amp;gt;&lt;br /&gt;
	&amp;lt;/li&amp;gt;&lt;br /&gt;
	...&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p class=&amp;quot;citation&amp;quot;&amp;gt;Have you read &amp;lt;span class=&amp;quot;title&amp;quot;&amp;gt;&amp;lt;abbr title=&amp;quot;book&amp;quot; class=&amp;quot;format&amp;quot;&amp;gt;Foo Bar&amp;lt;/abbr&amp;gt;&amp;lt;/span&amp;gt;? &lt;br /&gt;
It was written by &amp;lt;span class=&amp;quot;author vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;John Doe&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;. &lt;br /&gt;
It only came out a &amp;lt;abbr class=&amp;quot;dtpublished&amp;quot; title=&amp;quot;20060101&amp;quot;&amp;gt;few months ago&amp;lt;/abbr&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Note: the &amp;quot;format&amp;quot; property above is incorrect. Format would refer more the physical characteristics of an item, rather than its type or genre (e.g. &amp;quot;article&amp;quot;, &amp;quot;book&amp;quot;, etc.). I'd rather have the main class for the li be &amp;quot;article&amp;quot; in this context, than the fairly meaningless &amp;quot;citation.&amp;quot;  Of course, one could have both, which would be fine too. -- bruce&lt;br /&gt;
&lt;br /&gt;
Note: Could we use ROLE from hCard to identify editors, translators, authors, etc?&lt;br /&gt;
This was discussed on the mailing list and the idea was dropped [http://microformats.org/discuss/mail/microformats-discuss/2006-September/005694.html]&lt;br /&gt;
&lt;br /&gt;
'''Comments''' : [[User:Singpolyma|singpolyma]] 08:03, 16 Jun 2006 (PDT) : keywords should be [[rel-tag]], and probably also [[XOXO]] (the same way the citation list is)&lt;br /&gt;
&lt;br /&gt;
== Mike straw format suggestion ==&lt;br /&gt;
&lt;br /&gt;
In the interests of starting debate and having something concrete to fix, I suggest the following structure for a format. It is probably very incomplete and I claim no microformat expertise. I'm just trying to follow existing patterns. Comments and ridicule are both solicited. -Mike&lt;br /&gt;
&lt;br /&gt;
=== In General ===&lt;br /&gt;
&lt;br /&gt;
The ''citation'' format is based on a set of fields common to many bibliographic data formats, which are often implied by standard citation display styles but not explicitly marked up in practice on the web.&lt;br /&gt;
&lt;br /&gt;
=== Schema ===&lt;br /&gt;
&lt;br /&gt;
The citation schema consists of the following:&lt;br /&gt;
&lt;br /&gt;
* cite &lt;br /&gt;
** title: required, text (class = fn)&lt;br /&gt;
** subtitle: optional, text&lt;br /&gt;
** authors: optional, use hCard&lt;br /&gt;
** publication date: optional&lt;br /&gt;
** link(s) to instantiations, optional, url or use rel-enclosure? (class=url)&lt;br /&gt;
** UID, optional (for ISBN, DOI - use existing uid class) | permalink&lt;br /&gt;
** series (aka volume/issuenum) , optional (''not as sure how to handle these - suggestions?'')&lt;br /&gt;
** pages: startpage &amp;amp; endpage, optional, text&lt;br /&gt;
** venue, optional (hCard)&lt;br /&gt;
** publisher, optional (hCard)&lt;br /&gt;
** container: optional (nested hCite)&lt;br /&gt;
** abstract, optional (blockquote + class=&amp;quot;abstract&amp;quot; ?)&lt;br /&gt;
** notes, optional (blockquote + class=&amp;quot;notes&amp;quot; ?)&lt;br /&gt;
** keywords, optional (rel-tag)&lt;br /&gt;
** image, optional (for inclusion inline, unlike the url)&lt;br /&gt;
** copyright, optional (rel-license)&lt;br /&gt;
** ''what else am I missing?''&lt;br /&gt;
*** language, optional&lt;br /&gt;
&lt;br /&gt;
''Looks good, but I question the use of hCard for names. Due to ambiguity issues, requring hCard would lead to extra markup in order to apply just a name, hence [http://microformats.org/discuss/mail/microformats-discuss/2006-March/003487.html the need for a root element]. We should extract the N optimization of hCard like we did with adr, in order to ease this problem.'' --[[User:RCanine|Ryan Cannon]]&lt;br /&gt;
&lt;br /&gt;
Perhaps a Retrieved Date or Access Date would be appropriate for citing online resources. For example at http://www.crlt.umich.edu/publinks/facment_biblio.html &lt;br /&gt;
you see citations like this&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
Chief Academic Officers of the Big 12 Universities (2000). Big 12 Faculty Fellowship Program. Retrieved December 20, 2000 from the World Wide Web: http://www.k-state.edu/provost/academic/big12/big12guide.htm.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
--[[User:JoeAndrieu|Joe Andrieu]]&lt;br /&gt;
&lt;br /&gt;
=== Examples ===&lt;br /&gt;
&lt;br /&gt;
The following are translations into the ''citation'' format.&lt;br /&gt;
&lt;br /&gt;
Note: some of these are just placeholders right now. Please feel free to fill them in!&lt;br /&gt;
&lt;br /&gt;
==== Citing Private Communication ====&lt;br /&gt;
* published-date seems a weird fit, but it works...&lt;br /&gt;
private communication, Michael Jordan, May 2004&lt;br /&gt;
&lt;br /&gt;
Needs a formatted example.&lt;br /&gt;
&lt;br /&gt;
==== Citing Legal Cases ====&lt;br /&gt;
Needs an example. Here's some info I found about citing law:&lt;br /&gt;
&lt;br /&gt;
I'm not a lawyer, so I'm relying on the published [http://www.legalbluebook.com &amp;quot;blue book&amp;quot; standard], at least the only part of it I can get without paying $25. I'd be happy to hear improvements from experts in the field - how do lawyers mark up references to case law in HTML now?&lt;br /&gt;
&lt;br /&gt;
From groklaw.net and eff.org, I find mostly just links to PDFs with the name of the case as the link text. Or just this, from EFF:&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;h1&amp;gt;The Betamax Case&amp;lt;/h1&amp;gt;&lt;br /&gt;
&amp;lt;h2&amp;gt;Sony Corp. of America v. Universal City Studios, 464 U.S. 417 (1984)&amp;lt;/h2&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
From an example at the sample bluepages: http://www.legalbluebook.com/pdfs/bluepages.pdf&lt;br /&gt;
5 basic components:&lt;br /&gt;
*1 name of the case (citation title)&lt;br /&gt;
*2 published source in which case may be found (citation containing publication?)&lt;br /&gt;
*3 a parenthetical indicating the court and year of decision (citation venue?)&lt;br /&gt;
*4 other parenthetical information, if any (citation notes?)&lt;br /&gt;
*5 subsequent history of the case, if any (citation notes?)&lt;br /&gt;
&lt;br /&gt;
Here's two examples from the bluebook. Note that there are very strict rules about abbreviations in that source!&lt;br /&gt;
&lt;br /&gt;
Holland v. Donnelly, 216 F. Supp. 2d 227, 230 (S.D.N.Y. 2002), aff'd, 324 F.3d 99 (2d Cir. 2003).&lt;br /&gt;
&lt;br /&gt;
Green v. Georgia, 442 U.S. 95, 97 (1979) (per curiam) (holding that exclusion of relevant evidence at sentencing hearing constitutes denial of due process).&lt;br /&gt;
&lt;br /&gt;
==== Citing a Book ====&lt;br /&gt;
&lt;br /&gt;
needs an example&lt;br /&gt;
&lt;br /&gt;
==== Citing a journal article ====&lt;br /&gt;
&lt;br /&gt;
needs an example &lt;br /&gt;
&lt;br /&gt;
==== Citing a magazine article ====&lt;br /&gt;
&lt;br /&gt;
needs an example&lt;br /&gt;
&lt;br /&gt;
==== Citing a Patent ====&lt;br /&gt;
&lt;br /&gt;
Drawn from this [http://microformats.org/wiki/citation-examples#U.S._Patent example from Wikipedia]:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;li class=&amp;quot;hcite&amp;quot;&amp;gt;&amp;lt;a href=&amp;quot;http://patft.uspto.gov/netacgi/nph-Parser?patentnumber=4,405,829&amp;quot; class=&amp;quot;url&amp;quot; &lt;br /&gt;
    title=&amp;quot;http://patft.uspto.gov/netacgi/nph-Parser?patentnumber=4,405,829&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;format&amp;quot;&amp;gt;U.S. Patent&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;identifier&amp;quot;&amp;gt;4,405,829&amp;lt;/span&amp;gt;&amp;lt;/a&amp;gt;:&lt;br /&gt;
    &amp;lt;span class=&amp;quot;description&amp;quot;&amp;gt;The &amp;lt;a href=&amp;quot;/wiki/RSA&amp;quot; title=&amp;quot;RSA&amp;quot;&amp;gt;RSA&amp;lt;/a&amp;gt; patent, a famous software patent on the ground-breaking &lt;br /&gt;
    and highly unobvious algorithm for public key encryption, widely used for secure communications &lt;br /&gt;
    in many industries nowdays&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Citing a conference publication====&lt;br /&gt;
&lt;br /&gt;
Based on the following reference, plus some more information from the ACM site and a little of my own input (the tags)&lt;br /&gt;
&lt;br /&gt;
L. Hochstein, J. Carver, F. Shull, S. Asgari, V. Basili, J. K. Hollingsworth, and M. Zelkowitz, “Hpc programmer productivity: A case study of novice hpc programmers,” in Proceedings of ACM/IEEE Supercomputing Conference, 2005.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;cite class=&amp;quot;citation&amp;quot;&amp;gt;&lt;br /&gt;
	&amp;lt;span class=&amp;quot;author vcard&amp;quot;&amp;gt;Lorin Hochstein&amp;lt;/span&amp;gt;,&lt;br /&gt;
	&amp;lt;span class=&amp;quot;author vcard&amp;quot;&amp;gt; Jeff Carver &amp;lt;/span&amp;gt;,&lt;br /&gt;
	&amp;lt;span class=&amp;quot;author vcard&amp;quot;&amp;gt; Forrest Shull &amp;lt;/span&amp;gt;,&lt;br /&gt;
	&amp;lt;span class=&amp;quot;author vcard&amp;quot;&amp;gt; Sima Asgari&amp;lt;/span&amp;gt;,&lt;br /&gt;
	&amp;lt;span class=&amp;quot;author vcard&amp;quot;&amp;gt; Victor Basili&amp;lt;/span&amp;gt;,&lt;br /&gt;
	&amp;lt;span class=&amp;quot;author vcard&amp;quot;&amp;gt; Jeffrey K. Hollingsworth&amp;lt;/span&amp;gt;, and &lt;br /&gt;
	&amp;lt;span class=&amp;quot;author vcard&amp;quot;&amp;gt; Marv Zelkowitz&amp;lt;/span&amp;gt;,&lt;br /&gt;
	&amp;lt;a class=&amp;quot;fn url&amp;quot; href=&amp;quot;http://dx.doi.org/10.1109/SC.2005.53&amp;quot;&amp;gt;HPC Programmer Productivity: A Case Study of Novice HPC Programmers&amp;lt;/a&amp;gt;.&lt;br /&gt;
	&amp;lt;cite class=&amp;quot;container citation&amp;quot;&amp;gt;&lt;br /&gt;
	&amp;lt;a class=&amp;quot;fn url&amp;quot; href=&amp;quot;&amp;quot;&amp;gt;Proceedings of ACM/IEEE Supercomputing Conference&amp;lt;/a&amp;gt;&lt;br /&gt;
	&amp;lt;abbr class=&amp;quot;dtpublished&amp;quot; title=&amp;quot;20051126T0000-0800&amp;quot;&amp;gt;2005&amp;lt;/abbr&amp;gt;&lt;br /&gt;
	&amp;lt;/cite&amp;gt;&lt;br /&gt;
	page &amp;lt;span class=&amp;quot;startpage&amp;quot;&amp;gt;35&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;publisher vcard&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;span class=&amp;quot; fn&amp;quot;&amp;gt;IEEE Computer Society&lt;br /&gt;
   &amp;lt;/span&amp;gt;&lt;br /&gt;
    &amp;lt;div class=&amp;quot;adr&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;Washington&amp;lt;/span&amp;gt;,&lt;br /&gt;
      &amp;lt;span class=&amp;quot;region&amp;quot;&amp;gt;DC&amp;lt;/span&amp;gt;&lt;br /&gt;
    &amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;a class=&amp;quot;url instantiation&amp;quot; href=&amp;quot;http://portal.acm.org/ft_gateway.cfm?id=1105800&amp;amp;type=pdf&amp;amp;coll=portal&amp;amp;dl=ACM&amp;amp;CFID=68330711&amp;amp;CFTOKEN=39187329&amp;quot;&amp;gt;PDF of full text from ACM&amp;lt;/a&amp;gt;&lt;br /&gt;
&lt;br /&gt;
	DOI: &amp;lt;a class=&amp;quot;url uid&amp;quot; href=&amp;quot;http://dx.doi.org/10.1109/SC.2005.53&amp;quot;&amp;gt;10.1109/SC.2005.53&amp;lt;/a&amp;gt;&lt;br /&gt;
        Tags: &amp;lt;a href=&amp;quot;http://citeulike.org/tag/productivity&amp;quot; rel=&amp;quot;tag&amp;quot;&amp;gt;productivity&amp;lt;/a&amp;gt;, &amp;lt;a href=&amp;quot;http://citeulike.org/tag/hpc&amp;quot; rel=&amp;quot;tag&amp;quot;&amp;gt;hpc&amp;lt;/a&amp;gt;, &amp;lt;a href=&amp;quot;http://citeulike.org/tag/performance&amp;quot; rel=&amp;quot;tag&amp;quot;&amp;gt;performance&amp;lt;/a&amp;gt;&lt;br /&gt;
	&amp;lt;blockquote class=&amp;quot;abstract&amp;quot;&amp;gt;In developing High-Performance Computing (HPC) software, time to solution is an important metric. This metric is comprised of two main components: the human effort required developing the software, plus the amount of machine time required to execute it. To date, little empirical work has been done to study the first component: the human effort required and the effects of approaches and practices that may be used to reduce it. In this paper, we describe a series of studies that address this problem. We instrumented the development process used in multiple HPC classroom environments. We analyzed data within and across such studies, varying factors such as the parallel programming model used and the application being developed, to understand their impact on the development process.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
  &amp;lt;/cite&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''IMPORTANT'''&lt;br /&gt;
* sometimes, the citation must include '''Town/Country''' and '''Precise Date/Date Range''', e.g.&lt;br /&gt;
** ''Gillespie SH, Dickens A.'' Variation in mutation rate of quinolone resistance in Streptococcus pneumoniae [abstract P06-17A]. In: Abstracts of the 3rd International Symposium on Pneumococci and Pneumococcal Disease (Anchorage, 5-9 May 2002).Washington, DC: American Society of Microbiology, 2002.&lt;br /&gt;
** ''Bassetti, M.; Righi, E.; Rebesco, B.; Molinari, MP.; Costa, A.; Fasce, R.; Cruciani, M.; Bassetti, D.; Bobbio Pallavicini, F.'' 44th Annual Interscience Conference on Antimicrobial Agents and Chemotherapy (ICAAC). Washington, DC; 2004. Epidemiological trends in nosocomial candidemia in ICU: A five-year Italian perspective.&lt;br /&gt;
** ''Peacock JE, Wade JC, Lazarus HM, et al.'' Ciprofloxacin/piperacillin vs. tobramycin/piperacillin as empiric therapy for fever in neutropenic cancer patients, a randomized, double-blind trial [abstract 373]. In: Program and abstracts of the 37th Interscience Conference on Antimicrob Agents and Chemotherapy (Toronto). Washington, DC: American Society for Microbiology, 1997.&lt;br /&gt;
&lt;br /&gt;
==== Citing an external website ====&lt;br /&gt;
&lt;br /&gt;
This is based on a formal citation of a website in the references section of a research paper, but could also be used for in-line links that had added information. Here's the original:&lt;br /&gt;
&lt;br /&gt;
[25] David Stern, &amp;quot;eprint Moderator Model&amp;quot;, http://www.library.yale.edu/scilib/modmodexplain.html  (version dated Jan 25, 1999)&lt;br /&gt;
 &lt;br /&gt;
 &amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;cite class=&amp;quot;citation&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;a class=&amp;quot;fn url&amp;quot; href=&amp;quot;http://www.library.yale.edu/scilib/modmodexplain.html&amp;quot;&amp;gt;eprint Moderator Model&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;author vcard&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;a href=&amp;quot;http://pantheon.yale.edu/~dstern/dsbio.html&amp;quot; class=&amp;quot;url fn&amp;quot;&amp;gt;David Stern&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;/span&amp;gt;  &lt;br /&gt;
&amp;lt;abbr class=&amp;quot;dtpublished&amp;quot; title=&amp;quot;19990125T0000-0500&amp;quot;&amp;gt;&lt;br /&gt;
    Jan 25, 1999&lt;br /&gt;
  &amp;lt;/abbr&amp;gt;&lt;br /&gt;
&amp;lt;/cite&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== discussions ==&lt;br /&gt;
&lt;br /&gt;
* [[citation-irc-notes-2006-04-09]]&lt;/div&gt;</summary>
		<author><name>Mike</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=citation-examples&amp;diff=9432</id>
		<title>citation-examples</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=citation-examples&amp;diff=9432"/>
		<updated>2006-10-13T00:02:48Z</updated>

		<summary type="html">&lt;p&gt;Mike: /* Wikipedia */ added US patent example&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h1&amp;gt; Citation Examples &amp;lt;/h1&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The following examples are real world examples of citations found on the web. Please add to this list. The idea is that we get a solid sample of examples and see what commonalities there are amonst them and try to build this microformat so that it can meet 80% of typical uses.&lt;br /&gt;
&lt;br /&gt;
See also:&lt;br /&gt;
* [[citation]]&lt;br /&gt;
* [[citation-formats]]&lt;br /&gt;
* [[citation-brainstorming]]&lt;br /&gt;
* [[citation-faq]]&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
== Contributors ==&lt;br /&gt;
* ...&lt;br /&gt;
* [http://suda.co.uk/ Brian Suda]&lt;br /&gt;
* Tantek Çelik&lt;br /&gt;
* [http://michael-mccracken.net/wp/ Michael McCracken]&lt;br /&gt;
* Tim White&lt;br /&gt;
* [http://inkdroid.org Ed Summers]&lt;br /&gt;
&lt;br /&gt;
== Citation Mark Up in the Wild ==&lt;br /&gt;
Mark up examples from reference publisher's websites (online catalogs), including ABC-CLIO, Greenwood Press, Marshall Cavendish, Oxford University Press (USA) and Thomson Gale. Examples are broken down and organized by element. &lt;br /&gt;
&lt;br /&gt;
(For a cleaner version, see [http://www.tjameswhite.com/citation-examples.htm]) -- ''is this link now out of date?''--[[User:Mike|Mike]] 18:19, 30 Aug 2006 (PDT)&lt;br /&gt;
&lt;br /&gt;
=== ABC-CLIO Product detail page ===&lt;br /&gt;
[http://www.abc-clio.com/products/overview.aspx?productid=109327 example] &lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#ABC-CLIO_Product_detail_page.C2.A0.28http:.2F.2Fwww.abc-clio.com.2Fproducts.2Foverview.aspx.3Fproductid.3D109327.29 Original Markup]&lt;br /&gt;
&lt;br /&gt;
* title&lt;br /&gt;
* subtitle&lt;br /&gt;
* author&lt;br /&gt;
* image&lt;br /&gt;
* publication date&lt;br /&gt;
* pages&lt;br /&gt;
* volumes&lt;br /&gt;
* specifications (book dimentions 8.5x11, weight, etc)&lt;br /&gt;
* Format - (Hardback, softback)&lt;br /&gt;
* Price&lt;br /&gt;
* ISBN&lt;br /&gt;
&lt;br /&gt;
=== Greenwood Press featured book ===&lt;br /&gt;
[http://www.greenwood.com/ greenwood press home page]&lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#Greenwood_Press_home_page.C2.A0.28http:.2F.2Fwww.greenwood.com.2F.29_featured_book Original Markup]&lt;br /&gt;
* title&lt;br /&gt;
* subtitle&lt;br /&gt;
* author&lt;br /&gt;
* ISBN&lt;br /&gt;
* Price&lt;br /&gt;
* Description&lt;br /&gt;
&lt;br /&gt;
=== Greenwood Press product detail page ===&lt;br /&gt;
[http://www.greenwood.com/catalog/GR2847.aspx Product detail page]&lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#Greenwood_Press_Product_detail_page.C2.A0.28http:.2F.2Fwww.greenwood.com.2Fcatalog.2FGR2847.aspx.29 Original Markup]&lt;br /&gt;
&lt;br /&gt;
* Title&lt;br /&gt;
* subtitle&lt;br /&gt;
* authors&lt;br /&gt;
* AuthorsNote&lt;br /&gt;
* BookCode (internal code system)&lt;br /&gt;
* ISBN&lt;br /&gt;
* Page&lt;br /&gt;
* Publisher&lt;br /&gt;
* Publication Date&lt;br /&gt;
* Price&lt;br /&gt;
* Availability&lt;br /&gt;
* MediaType&lt;br /&gt;
* categories&lt;br /&gt;
* LC Card Number&lt;br /&gt;
* LCC Class&lt;br /&gt;
* Dewey Class&lt;br /&gt;
&lt;br /&gt;
=== Marshall Cavendish product page===&lt;br /&gt;
[http://www.marshallcavendish.com/marshallcavendish/academic/redirector.xml?url=/marshallcavendish/academic/catalogue/books/regionalism_n_regional_security/9812102108.xml product page] &lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#Marshall_Cavendish_product_page.C2.A0.28http:.2F.2Fwww.marshallcavendish.com.2Fmarshallcavendish.2Facademic.2Fredirector.xml.3Furl.3D.2Fmarshallcavendish.2Facademic.2Fcatalogue.2Fbooks.2Fregionalism_n_regional_security.2F9812102108.xml.29 Original Markup]&lt;br /&gt;
&lt;br /&gt;
* ISBN&lt;br /&gt;
* Series&lt;br /&gt;
* Title&lt;br /&gt;
* publisher&lt;br /&gt;
* Specifications (dimentions/weight)&lt;br /&gt;
* Authors&lt;br /&gt;
* Target Audience&lt;br /&gt;
* Price&lt;br /&gt;
* description&lt;br /&gt;
&lt;br /&gt;
=== Oxford University Press (USA) home page ===&lt;br /&gt;
[http://www.us.oup.com/us/?view=usa homepage]&lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#Oxford_University_Press_.28USA.29_homepage.C2.A0.28http:.2F.2Fwww.us.oup.com.2Fus.2F.3Fview.3Dusa.29 Original Markup]&lt;br /&gt;
&lt;br /&gt;
* title&lt;br /&gt;
* subTitle&lt;br /&gt;
* edition&lt;br /&gt;
* byline&lt;br /&gt;
* ISBN&lt;br /&gt;
* format - hardback&lt;br /&gt;
* publication Date&lt;br /&gt;
* price&lt;br /&gt;
* description&lt;br /&gt;
* related&lt;br /&gt;
&lt;br /&gt;
=== Oxford University Press (USA) product detail page ===&lt;br /&gt;
 [http://www.us.oup.com/us/catalog/general/subject/HistoryAmerican/ColonialRevolutionary/?view=usa&amp;amp;amp;ci=0195162471#Product_Details Product page]&lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#Oxford_University_Press_.28USA.29_Product_page.C2.A0.28http:.2F.2Fwww.us.oup.com.2Fus.2Fcatalog.2Fgeneral.2Fsubject.2FHistoryAmerican.2FColonialRevolutionary.2F.3Fview.3Dusa.26ci.3D0195162471.23Product_Details.29 Original Markup]&lt;br /&gt;
&lt;br /&gt;
* title&lt;br /&gt;
* subTitle&lt;br /&gt;
* edition&lt;br /&gt;
* byline&lt;br /&gt;
* image&lt;br /&gt;
* isbnNumber&lt;br /&gt;
* format - hardback&lt;br /&gt;
* pages&lt;br /&gt;
* publication Date&lt;br /&gt;
* availability&lt;br /&gt;
* price&lt;br /&gt;
&lt;br /&gt;
=== Thomson Gale product detail page ===&lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#Thomson_Gale_product_detail_page Original Markup]&lt;br /&gt;
&lt;br /&gt;
* title&lt;br /&gt;
* excerp&lt;br /&gt;
* Volume&lt;br /&gt;
* Publisher&lt;br /&gt;
* description&lt;br /&gt;
* Published date&lt;br /&gt;
* ISBN&lt;br /&gt;
* Product number (internal code system)&lt;br /&gt;
* Pages&lt;br /&gt;
* Shipping Weight&lt;br /&gt;
* price&lt;br /&gt;
&lt;br /&gt;
=== RFC vCard Example ===&lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#RFC_vCard_Example Original Markup]&lt;br /&gt;
&lt;br /&gt;
* refID (HTML @ID)&lt;br /&gt;
* title&lt;br /&gt;
* publication&lt;br /&gt;
* title&lt;br /&gt;
* Journal&lt;br /&gt;
* Volume&lt;br /&gt;
* Issue&lt;br /&gt;
* page&lt;br /&gt;
* pubdate&lt;br /&gt;
* RFC ID&lt;br /&gt;
&lt;br /&gt;
=== W3C XHTML Spec Example ===&lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#W3C_XHTML_Spec_Example Original Markup]&lt;br /&gt;
&lt;br /&gt;
* refID (HTML @ID)&lt;br /&gt;
* URL&lt;br /&gt;
* title&lt;br /&gt;
* subtitle&lt;br /&gt;
* part (1 of X)&lt;br /&gt;
* journal&lt;br /&gt;
* authors&lt;br /&gt;
* pubdate&lt;br /&gt;
* language&lt;br /&gt;
* ISO/IEC ID&lt;br /&gt;
* RFC ID&lt;br /&gt;
&lt;br /&gt;
[http://www.w3.org/TR/xhtml1/#refs XHTML1.0 Spec references]&lt;br /&gt;
&lt;br /&gt;
=== CiteProc XHTML Output ===&lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#CiteProc_XHTML_Output Original Markup]&lt;br /&gt;
&lt;br /&gt;
The XHTML output for CiteProc[http://xbiblio.sourceforge.net/citeproc/] wasn't designed per se as a microformat, but is probably not a bad place to start. It is desgined to handle a wide range of content. Here is the APA output:&lt;br /&gt;
&lt;br /&gt;
* refID (HTML @ID)&lt;br /&gt;
* creator&lt;br /&gt;
* role (to indicate editors and translators)&lt;br /&gt;
* date&lt;br /&gt;
* title&lt;br /&gt;
* volume&lt;br /&gt;
* issue&lt;br /&gt;
* page&lt;br /&gt;
* issue&lt;br /&gt;
* container (a book serves as container for a chapter)&lt;br /&gt;
* type (book, newspaper, proceedings)&lt;br /&gt;
* edition&lt;br /&gt;
* publisher&lt;br /&gt;
* place&lt;br /&gt;
* location (for urls and physical locations)&lt;br /&gt;
* access date (for online items)&lt;br /&gt;
&lt;br /&gt;
=== ACM Digital Library Search Result Examples ===&lt;br /&gt;
&lt;br /&gt;
The [http://www.acm.org/dl/ ACM Digital Library] is a heavily used computer science literature database.&lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#ACM_Digital_Library_Search_Result_Examples Original Markup]&lt;br /&gt;
&lt;br /&gt;
* title&lt;br /&gt;
* authors&lt;br /&gt;
* Pages&lt;br /&gt;
* format (PDF)&lt;br /&gt;
* Additional Information&lt;br /&gt;
* abstract&lt;br /&gt;
* index terms&lt;br /&gt;
* journal&lt;br /&gt;
* issue&lt;br /&gt;
* volume&lt;br /&gt;
* pubdate&lt;br /&gt;
* DOI&lt;br /&gt;
&lt;br /&gt;
=== IEEE IEEExplore Search Results Markup ===&lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#IEEE_IEEExplore_Search_Results_Markup Original Markup]&lt;br /&gt;
&lt;br /&gt;
* title&lt;br /&gt;
* authors&lt;br /&gt;
* journal&lt;br /&gt;
* issue&lt;br /&gt;
* volume&lt;br /&gt;
* issue&lt;br /&gt;
* pubdate&lt;br /&gt;
* page&lt;br /&gt;
* Digital Object Identifier (DOI)&lt;br /&gt;
* summary&lt;br /&gt;
&lt;br /&gt;
=== CiteSeer database search results ===&lt;br /&gt;
&lt;br /&gt;
The [http://citeseer.ist.psu.edu CiteSeer] database has been another heavily used Computer Science online resource, and it has minimal markup:&lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#CiteSeer_database_search_results Original Markup]&lt;br /&gt;
&lt;br /&gt;
* author &lt;br /&gt;
* title&lt;br /&gt;
* journal&lt;br /&gt;
* pages &lt;br /&gt;
* publication date&lt;br /&gt;
* URL&lt;br /&gt;
&lt;br /&gt;
=== CiteULike.org citation listing ===&lt;br /&gt;
&lt;br /&gt;
[http://www.citeulike.org/ CiteULike]&lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#CiteULike.org_citation_listing Original Markup]&lt;br /&gt;
&lt;br /&gt;
* title&lt;br /&gt;
* author&lt;br /&gt;
* subjects&lt;br /&gt;
* image&lt;br /&gt;
* Volume&lt;br /&gt;
* Number&lt;br /&gt;
* publication date &lt;br /&gt;
* page&lt;br /&gt;
&lt;br /&gt;
Links to services with the following IDs embedded in the link&lt;br /&gt;
* Z3988&lt;br /&gt;
* DOI&lt;br /&gt;
* Pubmed&lt;br /&gt;
* Hubmed&lt;br /&gt;
&lt;br /&gt;
=== Amazon.com citation info ===&lt;br /&gt;
&lt;br /&gt;
This is from a detail page on Amazon.com for a book.&lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#Amazon.com_citation_info Original Markup]&lt;br /&gt;
&lt;br /&gt;
* title&lt;br /&gt;
* author&lt;br /&gt;
* series title&lt;br /&gt;
* page&lt;br /&gt;
&lt;br /&gt;
=== PubMed Medical Journal Example ===&lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#PubMed_Medical_Journal_Example Original Markup]&lt;br /&gt;
&lt;br /&gt;
* abstract&lt;br /&gt;
* title&lt;br /&gt;
* publisher&lt;br /&gt;
* journal&lt;br /&gt;
* date/time published &lt;br /&gt;
* Review (BOOLEAN YES/NO)&lt;br /&gt;
* PubMedID&lt;br /&gt;
&lt;br /&gt;
=== BibDesk Default Template ===&lt;br /&gt;
[[citation-examples-markup#BibDesk_default_HTML_export_example|Original Markup]]&lt;br /&gt;
&lt;br /&gt;
This is a pretty simplistic template for a very general app, but it seems to be OK for most BD users. &lt;br /&gt;
&lt;br /&gt;
* Title&lt;br /&gt;
* Author&lt;br /&gt;
* Journal&lt;br /&gt;
* Volume&lt;br /&gt;
* Pages&lt;br /&gt;
* Date&lt;br /&gt;
* Url&lt;br /&gt;
* Abstract&lt;br /&gt;
&lt;br /&gt;
=== Wikipedia ===&lt;br /&gt;
[http://wikpedia.org Wikipedia] makes extensive use of bibliographic citations, in particular to point readers to further information sources. There are differing formats depending on Wikipedia's language:&lt;br /&gt;
&lt;br /&gt;
==== English Wikipdia ====&lt;br /&gt;
The kinds of citations used on the site run the full gamut. Here are breakdowns of four categories previously mentioned:&lt;br /&gt;
&lt;br /&gt;
===== Book =====&lt;br /&gt;
[http://en.wikipedia.org/wiki/Richard_feynman#_note-8 Example]&lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#Wikipedia_Book Example Markup]&lt;br /&gt;
&lt;br /&gt;
* title&lt;br /&gt;
* author&lt;br /&gt;
* publisher&lt;br /&gt;
* year&lt;br /&gt;
* ISBN&lt;br /&gt;
* url (indirectly via special wikipedia ISBN page)&lt;br /&gt;
&lt;br /&gt;
===== Journal Articles =====&lt;br /&gt;
[http://en.wikipedia.org/wiki/DNA#Citations Example]&lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#Wikipedia_Journal_Article Example Markup]&lt;br /&gt;
&lt;br /&gt;
* author (truncated list)&lt;br /&gt;
* year&lt;br /&gt;
* title&lt;br /&gt;
* journal title&lt;br /&gt;
* journal number&lt;br /&gt;
* page range&lt;br /&gt;
* [http://doi.org DOI]&lt;br /&gt;
 &lt;br /&gt;
===== Court cases =====&lt;br /&gt;
[http://en.wikipedia.org/wiki/List_of_leading_legal_cases_in_copyright_law Example]&lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#Wikipedia_Court_Case Example Markup]&lt;br /&gt;
&lt;br /&gt;
* title&lt;br /&gt;
* case number &lt;br /&gt;
** ''note that legal standards for referring to cases include some inscrutable abbreviations that are probably more detailed than just &amp;quot;case number&amp;quot;''&lt;br /&gt;
* court name&lt;br /&gt;
* year&lt;br /&gt;
* description/abstract&lt;br /&gt;
&lt;br /&gt;
===== U.S. Law =====&lt;br /&gt;
[http://en.wikipedia.org/wiki/Foreign_Intelligence_Surveillance_Act#endnote_FISA Example]&lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#Wikipedia_US_Law Example Markup]&lt;br /&gt;
&lt;br /&gt;
* title (title number, for example &amp;quot;50&amp;quot; in &amp;quot;50 U.S.C. chapter 36.&amp;quot;&lt;br /&gt;
* chapter title (name, for example &amp;quot;Foreign Intelligence Surveillance&amp;quot; )&lt;br /&gt;
* chapter number&lt;br /&gt;
* section, paragraph, subparagraph numbers (optionally)&lt;br /&gt;
&lt;br /&gt;
===== Conference presentations ===== &lt;br /&gt;
[http://en.wikipedia.org/wiki/Paul_R._Pillar#Conference_presentation_by_Pillar Example]&lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#Wikipedia_Conference_Presentation Example Markup]&lt;br /&gt;
&lt;br /&gt;
* title&lt;br /&gt;
* location&lt;br /&gt;
* date&lt;br /&gt;
* author (implied - the page is about this person)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===== Historical Sources =====&lt;br /&gt;
[http://en.wikipedia.org/wiki/American_Civil_War#Primary_sources Example]&lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#Wikipedia_Primary_Historical_Source Example Markup]&lt;br /&gt;
&lt;br /&gt;
* source / location&lt;br /&gt;
* title&lt;br /&gt;
* publisher&lt;br /&gt;
* year&lt;br /&gt;
* description&lt;br /&gt;
* url&lt;br /&gt;
&lt;br /&gt;
===== U.S. Patent =====&lt;br /&gt;
[http://en.wikipedia.org/wiki/List_of_software_patents Example]&lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#Wikipedia_U.S._Patent Example Markup]&lt;br /&gt;
&lt;br /&gt;
* number&lt;br /&gt;
&lt;br /&gt;
==== German Wikipedia ====&lt;br /&gt;
* [http://de.wikipedia.org/wiki/Wikipedia:Literatur citing styles]&lt;br /&gt;
&lt;br /&gt;
=== EPrints.org ===&lt;br /&gt;
&lt;br /&gt;
[http://eprints.ecs.soton.ac.uk/12070/ example]&lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#EPrints.org_generated_output example markup]&lt;br /&gt;
&lt;br /&gt;
Based on [http://dublincore.org/documents/dcq-html/ Expressing Dublin Core in HTML/XHTML meta and link elements] and [http://www.ietf.org/rfc/rfc2731.txt rfc2731], Eprints.org uses the following Dublin Core terms in meta tags in the HTML HEAD of each paper's page: &lt;br /&gt;
&lt;br /&gt;
* title&lt;br /&gt;
* creator (author)&lt;br /&gt;
* description (abstract)&lt;br /&gt;
* date&lt;br /&gt;
* type&lt;br /&gt;
* identifier (a url)&lt;br /&gt;
* format &lt;br /&gt;
** a strange syntax for the meta content:&amp;quot;pdf http://eprints.ecs.soton.ac.uk/12070/01/Alani-final.pdf&amp;quot;&amp;quot; for the format term...&lt;br /&gt;
* fulltext &lt;br /&gt;
** this is in a rel-alternate link element. The class is 'fulltext', and the href is the same link as in format, only a valid URL this time.&lt;br /&gt;
&lt;br /&gt;
In the body of the page, they use the following classes, now no longer DC terms:&lt;br /&gt;
*  title&lt;br /&gt;
* authors (a flat list with abbreviated names)&lt;br /&gt;
* year&lt;br /&gt;
* conference&lt;br /&gt;
* conference location&lt;br /&gt;
&lt;br /&gt;
=== Self-Citation Example ===&lt;br /&gt;
[http://cbio.mskcc.org/~hoffmann/lifecycles/olv/index.html One example] of an article that includes a statement &amp;quot;please cite as&amp;quot; (a self-description):&lt;br /&gt;
 &lt;br /&gt;
* title&lt;br /&gt;
* author&lt;br /&gt;
* periodical (journal) title&lt;br /&gt;
* volume&lt;br /&gt;
* issue&lt;br /&gt;
* pages&lt;br /&gt;
* year&lt;br /&gt;
&lt;br /&gt;
=== Citation of an Online Resource ===&lt;br /&gt;
At University of Michigan's [http://www.crlt.umich.edu/publinks/facment_biblio.html  Center for Research on Learning and Teaching] you see citations like this:&lt;br /&gt;
&lt;br /&gt;
Chief Academic Officers of the Big 12 Universities (2000). Big 12 Faculty Fellowship Program. Retrieved December 20, 2000 from the World Wide Wed: http://www.k-state.edu/provost/academic/big12/big12guide.htm.&lt;br /&gt;
&lt;br /&gt;
* title&lt;br /&gt;
* publication year&lt;br /&gt;
* department/author&lt;br /&gt;
* retrieval date&lt;br /&gt;
* URL&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== OCLC WorldCat Online ===&lt;br /&gt;
&lt;br /&gt;
==== Book ====&lt;br /&gt;
[http://www.worldcat.org/oclc/41238513 example] [http://microformats.org/wiki/citation-examples-markup#Book example-makrup]&lt;br /&gt;
&lt;br /&gt;
* title &lt;br /&gt;
* type (book)&lt;br /&gt;
* publisher name&lt;br /&gt;
* publisher location&lt;br /&gt;
* copyright date&lt;br /&gt;
* isbn&lt;br /&gt;
* oclc number &lt;br /&gt;
* subjects&lt;br /&gt;
* author&lt;br /&gt;
* z39.88 (COinS)&lt;br /&gt;
&lt;br /&gt;
==== Journal ====&lt;br /&gt;
[http://www.worldcat.org/oclc/4538259 example]&lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#Journal example-makrup]&lt;br /&gt;
&lt;br /&gt;
* title &lt;br /&gt;
* type (journal)&lt;br /&gt;
* publisher &lt;br /&gt;
* issn &lt;br /&gt;
* oclc number &lt;br /&gt;
* subjects&lt;br /&gt;
* z39.88 (COinS)&lt;br /&gt;
&lt;br /&gt;
== Implied schema ==&lt;br /&gt;
&lt;br /&gt;
=== List of all properties ===&lt;br /&gt;
This are a summation of all the properties in the examples, I have tried to logically group them together.&lt;br /&gt;
&lt;br /&gt;
* title&lt;br /&gt;
* subtitle&lt;br /&gt;
* author&lt;br /&gt;
* editor&lt;br /&gt;
* translator&lt;br /&gt;
* image&lt;br /&gt;
* date (issued, copyrighted, accessed)&lt;br /&gt;
* language&lt;br /&gt;
* description/Summary/abstract&lt;br /&gt;
* excerpt&lt;br /&gt;
* index terms&lt;br /&gt;
* categories (keywords, tags, labels, etc.)&lt;br /&gt;
&lt;br /&gt;
RELATIONS&lt;br /&gt;
* container (publication; periodicals, books, etc.)&lt;br /&gt;
* collection (series and so forth)&lt;br /&gt;
* event (conference, etc.)&lt;br /&gt;
* original (for republished material)&lt;br /&gt;
&lt;br /&gt;
LOCATION INFORMATION&lt;br /&gt;
* pages&lt;br /&gt;
* volume&lt;br /&gt;
* series title&lt;br /&gt;
* Series&lt;br /&gt;
* edition&lt;br /&gt;
* issue&lt;br /&gt;
* publication&lt;br /&gt;
* journal&lt;br /&gt;
* part (1 of X)&lt;br /&gt;
&lt;br /&gt;
PHYSICAL ATTRIBUTES&lt;br /&gt;
* Specifications (dimentions/weight)&lt;br /&gt;
* Format/type (book, newspaper, proceedings)&lt;br /&gt;
&lt;br /&gt;
IDENTIFIERS&lt;br /&gt;
* ISBN&lt;br /&gt;
* LC Card Number&lt;br /&gt;
* LCC Class&lt;br /&gt;
* Dewey Class&lt;br /&gt;
* URL&lt;br /&gt;
* RFC ID&lt;br /&gt;
* ISO/IEC ID&lt;br /&gt;
* DOI&lt;br /&gt;
* PubMedID&lt;br /&gt;
&lt;br /&gt;
PUBLISHER&lt;br /&gt;
* publisher&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
These are sort of left overs, the are not really about citations, but more about commerce or other things. If they are important we can move them to the above list.&lt;br /&gt;
* refID (HTML @ID)&lt;br /&gt;
* Reviewed (BOOLEAN YES/NO)&lt;br /&gt;
* Availability&lt;br /&gt;
* Price&lt;br /&gt;
* Shipping Weight&lt;br /&gt;
* related&lt;br /&gt;
* Product number (internal system code)&lt;br /&gt;
* BookCode (internal system code)&lt;br /&gt;
* AuthorsNote&lt;br /&gt;
* Additional Information&lt;br /&gt;
* Target Audience&lt;br /&gt;
&lt;br /&gt;
=== Analysis of Examples ===&lt;br /&gt;
With exception of just a few properties, all of the above appeared in atleast two different examples. The following properties were very common in most the example formats:&lt;br /&gt;
* title&lt;br /&gt;
* subtitle&lt;br /&gt;
* author&lt;br /&gt;
* publication date&lt;br /&gt;
* description&lt;br /&gt;
* pages&lt;br /&gt;
* ISBN&lt;br /&gt;
* publisher&lt;br /&gt;
&lt;br /&gt;
== Styles ==&lt;br /&gt;
This does NOT define a format, but instead shows how the format should be displayed. This is something out of the direct scope of this project. CSS styles will handle the look-and-feel of the text, and the author can put it in any order they choose. These links are mentioned for two reasons, one is informative, the other is so we know at least meet the minimum properties that are used in the styles.&lt;br /&gt;
&lt;br /&gt;
* [http://www.liu.edu/cwis/cwp/library/workshop/citmla.htm MLA Style]&lt;br /&gt;
* [http://www.bu.edu/library/guides/citation.html Chicago, MLA, and APA styles]&lt;br /&gt;
* [http://www.english.uiuc.edu/cws/wworkshop/writer_resources/citation_styles/citation_styles.htm Writer's Workshop citation style page] (detailed citation style info)&lt;br /&gt;
* [http://www.legalbluebook.com/ Blue Book] for legal citations&lt;br /&gt;
* [http://www.columbia.edu/cu/cup/cgos/idx_basic.html Columbia University Citation Style] developed for modern internet citations&lt;/div&gt;</summary>
		<author><name>Mike</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=citation-examples-markup&amp;diff=9430</id>
		<title>citation-examples-markup</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=citation-examples-markup&amp;diff=9430"/>
		<updated>2006-10-13T00:01:03Z</updated>

		<summary type="html">&lt;p&gt;Mike: /* Wikipedia U.S. Patent */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h1&amp;gt; Citation Examples &amp;lt;/h1&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The following examples are real world examples of citations found on the web. Please add to this list. The idea is that we get a solid sample of examples and see what commonalities there are amonst them and try to build this microformat so that it can meet 80% of typical uses.&lt;br /&gt;
&lt;br /&gt;
See also:&lt;br /&gt;
* [[citation]]&lt;br /&gt;
* [[citation-formats]]&lt;br /&gt;
* [[citation-brainstorming]]&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
== Contributors ==&lt;br /&gt;
* ...&lt;br /&gt;
* ...&lt;br /&gt;
* Tantek Çelik&lt;br /&gt;
* [http://michael-mccracken.net/wp/ Michael McCracken]&lt;br /&gt;
* [http://inkdroid.org Ed Summers]&lt;br /&gt;
* Tim White&lt;br /&gt;
&lt;br /&gt;
== Citation Mark Up in the Wild ==&lt;br /&gt;
Mark up examples from reference publisher's websites (online catalogs), including ABC-CLIO, Greenwood Press, Marshall Cavendish, Oxford University Press (USA) and Thomson Gale. Examples are broken down and organized by element. &lt;br /&gt;
&lt;br /&gt;
(For a cleaner version, see [http://www.tjameswhite.com/citation-examples.htm])&lt;br /&gt;
&lt;br /&gt;
=== ABC-CLIO Product [http://www.abc-clio.com/products/overview.aspx?productid=109327 detail page] ===&lt;br /&gt;
* subtitle&lt;br /&gt;
* title&lt;br /&gt;
* author&lt;br /&gt;
* Image&lt;br /&gt;
* pubdate&lt;br /&gt;
* pages&lt;br /&gt;
* volumes&lt;br /&gt;
* trimsize (book dimentions 8.5x11)&lt;br /&gt;
* Format&lt;br /&gt;
* Price&lt;br /&gt;
* ISBN&lt;br /&gt;
&lt;br /&gt;
=== Greenwood Press [http://www.greenwood.com/ home page] featured book ===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
  &amp;lt;div class=&amp;quot;title&amp;quot;&amp;gt; &amp;lt;a href=&amp;quot;/books/BookDetail.asp?sku=GR2847&amp;quot;&amp;gt;The Greenwood Encyclopedia of World Folklore&lt;br /&gt;
     and Folklife&amp;lt;/a&amp;gt; &amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;div class=&amp;quot;img_box&amp;quot;&amp;gt; &amp;lt;a href=&amp;quot;/books/BookDetail.asp?sku=GR2847&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;img src=&amp;quot;/_net.templates/showImage.aspx?imgName=0313328471.jpg&amp;amp;s=140&amp;quot; alt=&amp;quot;The Greenwood Encyclopedia&lt;br /&gt;
    of World Folklore and Folklife&amp;quot; border=&amp;quot;0&amp;quot; /&amp;gt;&amp;lt;/a&amp;gt; &amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;div class=&amp;quot;sub_title&amp;quot;&amp;gt;Four Volumes&amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;div class=&amp;quot;author&amp;quot;&amp;gt;William M. Clements&amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;div class=&amp;quot;isbn&amp;quot;&amp;gt;0-313-32847-1&amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;div class=&amp;quot;price&amp;quot;&amp;gt;$449.95 &amp;lt;span class=&amp;quot;pipe&amp;quot;&amp;gt;|&amp;lt;/span&amp;gt; &amp;amp;pound;255.00&amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;!--&amp;lt;div class=&amp;quot;clearing&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;--&amp;gt;&lt;br /&gt;
  &amp;lt;div class=&amp;quot;bookDescription&amp;quot;&amp;gt; China . . . Malta . . . Madagascar . . . Wales . . . and Texas: these are &lt;br /&gt;
    among the many exotic, distant lands that capture our minds and imaginations. In an era of increasing &lt;br /&gt;
    globalization, students, general readers, and business professionals need to know about... &lt;br /&gt;
    &amp;lt;a href=&amp;quot;/books/BookDetail.asp?sku=GR2847&amp;quot;&amp;gt;Read&amp;amp;nbsp;more&amp;lt;/a&amp;gt; &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Greenwood Press [http://www.greenwood.com/catalog/GR2847.aspx Product detail page] ===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
  &amp;lt;div id=&amp;quot;pnlContent&amp;quot; class=&amp;quot;pnlContent&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;div id=&amp;quot;pnlFlyerBox&amp;quot; class=&amp;quot;flyerBox&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;a id=&amp;quot;hlFlyer&amp;quot; class=&amp;quot;flyerLink&amp;quot; href=&amp;quot;/books/printFlyer.aspx?sku=GR2847&amp;quot; target=&amp;quot;_blank&amp;quot;&amp;gt;Print &lt;br /&gt;
        book flyer&amp;lt;/a&amp;gt; &amp;lt;br /&amp;gt;&lt;br /&gt;
      &amp;lt;a id=&amp;quot;hlFlyerInternational&amp;quot; class=&amp;quot;international_flyer&amp;quot; &lt;br /&gt;
      href=&amp;quot;/books/printFlyer.aspx?sku=GR2847&amp;amp;amp;location=international&amp;quot; ...&amp;gt;(International version)&amp;lt;/a&amp;gt; &lt;br /&gt;
    &amp;lt;/div&amp;gt;&lt;br /&gt;
    &amp;lt;span id=&amp;quot;lblTitle&amp;quot; class=&amp;quot;book_headline block&amp;quot;&amp;gt;The Greenwood Encyclopedia of World Folklore and Folklife&amp;lt;/span&amp;gt;&lt;br /&gt;
    &amp;lt;span id=&amp;quot;lblSubTitle&amp;quot; class=&amp;quot;book_subline&amp;quot;&amp;gt;Four Volumes&amp;lt;/span&amp;gt;&lt;br /&gt;
    &amp;lt;div id=&amp;quot;pnlBookDetails&amp;quot; class=&amp;quot;detailsBox&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;div id=&amp;quot;pnlImgBox&amp;quot; class=&amp;quot;imgBox&amp;quot;&amp;gt; &lt;br /&gt;
        &amp;lt;img src=&amp;quot;/_net.templates/showImage.aspx?imgName=0313328471.jpg&amp;amp;amp;s=135&amp;quot; alt=&amp;quot;&amp;quot; border=&amp;quot;0&amp;quot; /&amp;gt; &lt;br /&gt;
      &amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;a id=&amp;quot;hlAddToCart&amp;quot; title=&amp;quot;Add this item to your shopping cart&amp;quot; href=&amp;quot;/shopping_cart/?sku=GR2847&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;img title=&amp;quot;Add this item to your shopping cart&amp;quot; &lt;br /&gt;
          src=&amp;quot;/_net.templates/roundedButton.aspx?ButtonText=Add to Cart&amp;quot; alt=&amp;quot;&amp;quot; border=&amp;quot;0&amp;quot; /&amp;gt;&lt;br /&gt;
      &amp;lt;/a&amp;gt; &lt;br /&gt;
      &amp;lt;a id=&amp;quot;hlAddToWishList&amp;quot; title=&amp;quot;Save this item to your wish list&amp;quot; href=&amp;quot;/wish_list/?sku=GR2847&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;img title=&amp;quot;Save this item to your wish list&amp;quot; &lt;br /&gt;
          src=&amp;quot;/_net.templates/roundedButton.aspx?ButtonText=Add to Wish List&amp;quot;.../&amp;gt;&lt;br /&gt;
      &amp;lt;/a&amp;gt;&lt;br /&gt;
      &amp;lt;a id=&amp;quot;hlSharePage&amp;quot; title=&amp;quot;Email this page to a friend&amp;quot; href=&amp;quot;/books/sendform.asp?sku=GR2847&amp;quot;...&amp;gt;&lt;br /&gt;
        &amp;lt;img title=&amp;quot;Email this page to a friend&amp;quot; src=&amp;quot;/_net.templates/roundedButton.aspx?ButtonText=Email&amp;quot;.../&amp;gt;&lt;br /&gt;
      &amp;lt;/a&amp;gt; &lt;br /&gt;
      &amp;lt;a id=&amp;quot;hlPrintPage&amp;quot; title=&amp;quot;Version of this page optimized for printing&amp;quot; href=&amp;quot;/catalog/GR2847.aspx?print=1&amp;quot; ...&amp;gt;&lt;br /&gt;
        &amp;lt;img title=&amp;quot;Version of this page optimized for printing&amp;quot; src=&amp;quot;/_net.templates/roundedButton.aspx?ButtonText=Print&amp;quot;.../&amp;gt;&lt;br /&gt;
      &amp;lt;/a&amp;gt;&lt;br /&gt;
      &amp;lt;a id=&amp;quot;hlWorldCat&amp;quot; href=&amp;quot;http://worldcatlibraries.org/wcpa/isbn/0313328471&amp;quot;...&amp;gt;&lt;br /&gt;
        &amp;lt;img src=&amp;quot;/images/world_catalog.gif&amp;quot;.../&amp;gt;&lt;br /&gt;
      &amp;lt;/a&amp;gt;&lt;br /&gt;
      &amp;lt;div class=&amp;quot;authors&amp;quot;&amp;gt;&amp;lt;span&amp;gt;&amp;lt;a href=&amp;quot;/catalog/author/C/229.aspx&amp;quot;&amp;gt;William M. Clements&amp;lt;/a&amp;gt; (ed.)&amp;lt;/span&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;span id=&amp;quot;lblAuthorsNote&amp;quot; class=&amp;quot;block&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
      &amp;lt;div&amp;gt;&amp;lt;span class=&amp;quot;book_options&amp;quot;&amp;gt;Book Code:&amp;lt;/span&amp;gt; &amp;lt;span id=&amp;quot;lblBookCode&amp;quot;&amp;gt;GR2847&amp;lt;/span&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;div id=&amp;quot;pnlIsbn&amp;quot;&amp;gt; &amp;lt;span class=&amp;quot;book_options&amp;quot;&amp;gt;ISBN:&amp;lt;/span&amp;gt; &amp;lt;span id=&amp;quot;lblIsbn&amp;quot;&amp;gt;0-313-32847-1&amp;lt;/span&amp;gt; &amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;div id=&amp;quot;pnlPageColation&amp;quot;&amp;gt; 1972 pages, maps; photos &amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;span id=&amp;quot;lblImprint&amp;quot; class=&amp;quot;block&amp;quot;&amp;gt;Greenwood Press&amp;lt;/span&amp;gt;&lt;br /&gt;
      &amp;lt;div id=&amp;quot;pnlPubDate&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;span class=&amp;quot;book_options&amp;quot;&amp;gt;Publication Date:&amp;lt;/span&amp;gt; &amp;lt;span id=&amp;quot;lblPubDate&amp;quot;&amp;gt;12/30/2005&amp;lt;/span&amp;gt;&lt;br /&gt;
      &amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;div id=&amp;quot;pnlListPrice&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;span class=&amp;quot;book_options&amp;quot;&amp;gt;List Price:&amp;lt;/span&amp;gt; &lt;br /&gt;
        &amp;lt;span id=&amp;quot;lblListPrice&amp;quot;&amp;gt;$449.95&amp;lt;/span&amp;gt; &lt;br /&gt;
        (&amp;lt;a href=&amp;quot;/contactus/order_info.asp?SectionID=about&amp;amp;amp;Location=order_info#UKEME&amp;quot; &lt;br /&gt;
          title=&amp;quot;Click for international ordering information&amp;quot;&amp;gt;UK Sterling Price: &amp;amp;pound;255.00&amp;lt;/a&amp;gt;) &lt;br /&gt;
      &amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;div id=&amp;quot;pnlAvailability&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;span class=&amp;quot;book_options&amp;quot;&amp;gt;Availability:&amp;lt;/span&amp;gt; &amp;lt;span id=&amp;quot;lblAvailability&amp;quot;&amp;gt;In Stock&amp;lt;/span&amp;gt;&lt;br /&gt;
      &amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;div id=&amp;quot;pnlMediaType&amp;quot;&amp;gt; &amp;lt;span class=&amp;quot;book_options&amp;quot;&amp;gt;Media Type:&amp;lt;/span&amp;gt; &amp;lt;span id=&amp;quot;lblMediaType&amp;quot;&amp;gt;Hardcover&amp;lt;/span&amp;gt; &amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;div class=&amp;quot;clearing&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
    &amp;lt;/div&amp;gt;&lt;br /&gt;
    &amp;lt;div id=&amp;quot;pnlBookInformation&amp;quot;&amp;gt; &amp;lt;span class=&amp;quot;book_options&amp;quot;&amp;gt;Subjects:&amp;lt;/span&amp;gt;&lt;br /&gt;
      &amp;lt;ul class=&amp;quot;toc&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; &lt;br /&gt;
          &amp;lt;a id=&amp;quot;rpCategories__ctl1_hlCategory&amp;quot; href=&amp;quot;/catalog/subject/Anthropology.aspx&amp;quot;&amp;gt;Anthropology&amp;lt;/a&amp;gt; » &lt;br /&gt;
          &amp;lt;a id=&amp;quot;rpCategories__ctl1_hlSubCategory&amp;quot; href=&amp;quot;/catalog/subject/Anthropology/Folklore.aspx&amp;quot;&amp;gt;Folklore&amp;lt;/a&amp;gt; &lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;&lt;br /&gt;
          &amp;lt;a id=&amp;quot;rpCategories__ctl2_hlCategory&amp;quot; href=&amp;quot;/catalog/subject/Anthropology.aspx&amp;quot;&amp;gt;Anthropology&amp;lt;/a&amp;gt; » &lt;br /&gt;
          &amp;lt;a id=&amp;quot;rpCategories__ctl2_hlSubCategory&amp;quot; href=&amp;quot;/catalog/subject/Anthropology/Anthropology%2b(General).aspx&amp;quot;&amp;gt;&lt;br /&gt;
            Anthropology (General)&lt;br /&gt;
          &amp;lt;/a&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;&lt;br /&gt;
          &amp;lt;a id=&amp;quot;rpCategories__ctl3_hlCategory&amp;quot; href=&amp;quot;/catalog/subject/Anthropology.aspx&amp;quot;&amp;gt;Anthropology&amp;lt;/a&amp;gt; » &lt;br /&gt;
          &amp;lt;a id=&amp;quot;rpCategories__ctl3_hlSubCategory&amp;quot; href=&amp;quot;/catalog/subject/Anthropology/Cultural%2bAnthropology.aspx&amp;quot;&amp;gt;Cultural Anthropology&amp;lt;/a&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; &amp;lt;a id=&amp;quot;rpCategories__ctl4_hlCategory&amp;quot; href=&amp;quot;/catalog/subject/History.aspx&amp;quot;&amp;gt;History&amp;lt;/a&amp;gt; » &lt;br /&gt;
          &amp;lt;a id=&amp;quot;rpCategories__ctl4_hlSubCategory&amp;quot; href=&amp;quot;/catalog/subject/History/World%2bHistory%2b(General).aspx&amp;quot;&amp;gt;&lt;br /&gt;
            World History (General)&amp;lt;/a&amp;gt; &amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;/ul&amp;gt;&lt;br /&gt;
      &amp;lt;div id=&amp;quot;pnlDescription&amp;quot;&amp;gt; &lt;br /&gt;
        &amp;lt;span class=&amp;quot;book_options&amp;quot;&amp;gt;Description:&amp;lt;/span&amp;gt; &lt;br /&gt;
        &amp;lt;span id=&amp;quot;lblDescription1&amp;quot; class=&amp;quot;description block&amp;quot;&amp;gt;&lt;br /&gt;
          China . . . Malta . . . Madagascar . . . Wales . . . and Texas: these are among the many exotic, &lt;br /&gt;
          distant lands that capture our minds and imaginations. In an era of increasing globalization, &lt;br /&gt;
          students, general readers, and business professionals need to know about the world and its varied &lt;br /&gt;
          ways. So too, a knowledge of world cultures is fundamental to an understanding of America's ethnically &lt;br /&gt;
          rich society. Folklore isn't just about the long ago and far away. It's about the here and now, and &lt;br /&gt;
          there's no better way to learn about cultural diversity than to study the folklore and folkways of &lt;br /&gt;
          different ethnic groups. &amp;lt;br /&amp;gt;&lt;br /&gt;
          More than just Cinderella and other fairy tales, folklore encompasses the whole realm of traditional &lt;br /&gt;
          beliefs and activities that define a culture. The most comprehensive work of its kind, this massive &lt;br /&gt;
          encyclopedia engagingly and authoritatively surveys folklife and traditions from around the world. Through its&lt;br /&gt;
          vast scope and lengthy entries, it transcends other references on particular national or regional &lt;br /&gt;
          folklores and is the most ambitious undertaking of its type. Organized in four volumes, the encyclopedia &lt;br /&gt;
          provides convenient access to information about folklore generally and to the traditions of particular&lt;br /&gt;
          regions:&amp;lt;br /&amp;gt;&lt;br /&gt;
          Volume 1: Topics and Themes, Africa, Australia and Oceania&amp;lt;br /&amp;gt;&lt;br /&gt;
          Volume 2: Southeast Asia and India, Central and East Asia, Middle East&amp;lt;br /&amp;gt;&lt;br /&gt;
          Volume 3: Europe&amp;lt;br /&amp;gt;&lt;br /&gt;
          Volume 4: North and South America&amp;lt;/span&amp;gt; &amp;lt;span id=&amp;quot;lblDescription2&amp;quot; class=&amp;quot;description block&amp;quot;&amp;gt;Along &lt;br /&gt;
            with the expertise of the contributors, of Volume Editor William M. Clements, and of Advisory Editor &lt;br /&gt;
            Thomas A. Green, the encyclopedia draws upon a distinguished board of internationally recognized scholars,&lt;br /&gt;
             including:&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Roger D. Abrahams&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Cristina Bacchilega&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Gillian Bennett&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Mary Ellen Brown&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; James R. Dow&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Alessandro Falassi&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Barbro Klein&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Peter Knecht&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Natalie Kononenko&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Frances M. Malpezzi&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Margaret Mills&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; M. D. Muthukumaraswamy&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Gerald Pocius&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; And John S. Ryan.&amp;lt;br /&amp;gt;&lt;br /&gt;
          &amp;lt;br /&amp;gt;&lt;br /&gt;
          &amp;lt;b&amp;gt;Features:&amp;lt;/b&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Brings together the knowledge of more than 200 specialists from around the world.&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Provides 39 extended entries on topics central to world folklore.&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Details the folklore and folkways of roughly 170 cultural groups.&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Entries discuss the background, beliefs, oral and theatrical traditions, arts and crafts, and contemporary concerns &lt;br /&gt;
          of each cultural group.&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Each entry cites numerous works for further reading.&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; A generous selection of maps and illustrations makes world folklore come to life.&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; A list of entries and a cumulative subject index, repeated in each volume, offer convenient access to the vast body of &lt;br /&gt;
          information contained in the encyclopedia.&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; A selected, general bibliography directs students and general readers to the most important broad studies of world &lt;br /&gt;
          folklore.&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; A glossary defines key terms, theories, and concepts.&amp;lt;br /&amp;gt;&lt;br /&gt;
          &amp;lt;br /&amp;gt;&lt;br /&gt;
          &amp;lt;b&amp;gt;Benefits:&amp;lt;/b&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Helps students learn about cultures, customs, and daily life around the world.&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Fosters respect and appreciation for the many ethnic traditions behind contemporary American culture.&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Provides valuable background information for the study of world religions, holidays, and festivals.&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Offers a valuable context for understanding world history, politics, literature, and the arts.&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Invites students to compare and contrast the values and experiences of different cultures.&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Fosters critical reading skills and serves as a model for student research.&amp;lt;br /&amp;gt;&lt;br /&gt;
          &amp;lt;br /&amp;gt;&lt;br /&gt;
          &amp;lt;b&amp;gt;Volume 1: Topics and Themes, Africa, Australia and Oceania&amp;lt;/b&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
          Certain themes and topics are central to world foklore. The thematic essays in this volume discuss such matters as:&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Antiquarianism&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Cultural Evolution&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Ethnopoetics&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Gender&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Invented Tradition&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Nativism&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Primitivism&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Public Folklore&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Race&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Trickster&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; And many more.&amp;lt;br /&amp;gt;&lt;br /&gt;
          &amp;lt;br /&amp;gt;&lt;br /&gt;
          &amp;lt;b&amp;gt;Volume 2: Southeast Asia and India, Central and East Asia, Middle East&amp;lt;/b&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
          Included in this volume are entries on such cultural groups and regions as:&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Bali&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; China&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Duna&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Iban&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Kazakh&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Mongol&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Orissa&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Palestine&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Tonga&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Uyghur&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; And many others.&amp;lt;br /&amp;gt;&lt;br /&gt;
          &amp;lt;br /&amp;gt;&lt;br /&gt;
          &amp;lt;b&amp;gt;Volume 3: Europe&amp;lt;/b&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
          Included in this volume are entries on the folklore of such cultural regions and groups as:&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Ashkenazim&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Basque&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Brittany&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Flanders&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Germany&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Isle of Man&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Roma&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Russia&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Sami&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Ukraine&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; And many more.&amp;lt;br /&amp;gt;&lt;br /&gt;
          &amp;lt;br /&amp;gt;&lt;br /&gt;
          &amp;lt;b&amp;gt;Volume 4: North and South America&amp;lt;/b&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
          The entries in this volume explore the folk traditions of such regions and groups as:&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Appalachia&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Choctaw&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Haiti&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Island Carib&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Maya&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Quechua&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Seminole&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Western Inuit and Yupik&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Xavante&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Yanomami&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; And many more.&amp;lt;br /&amp;gt;&lt;br /&gt;
          &amp;lt;br /&amp;gt;&lt;br /&gt;
          Because folklore is the essence of daily life, this encyclopedia addresses the curriculum needs of high school students and is &lt;br /&gt;
          also an indispensable resource for teachers. In addition, anyone researching folklore in a public library will find this the first&lt;br /&gt;
           place to look for detailed information about cultural traditions around the world.&amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;/span&amp;gt; &amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;div id=&amp;quot;pnlLCCardNumber&amp;quot; class=&amp;quot;description&amp;quot;&amp;gt; &amp;lt;span class=&amp;quot;book_options&amp;quot;&amp;gt;LC Card Number:&amp;lt;/span&amp;gt; &amp;lt;span id=&amp;quot;lblLCCardNumber&amp;quot;&amp;gt;2005019219&amp;lt;/span&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;div id=&amp;quot;pnlLCCClass&amp;quot; class=&amp;quot;description&amp;quot;&amp;gt; &amp;lt;span class=&amp;quot;book_options&amp;quot;&amp;gt;LCC Class:&amp;lt;/span&amp;gt; &amp;lt;span id=&amp;quot;lblLCCClass&amp;quot;&amp;gt;GR35 &amp;lt;/span&amp;gt; &amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;div id=&amp;quot;pnlDeweyClass&amp;quot; class=&amp;quot;description&amp;quot;&amp;gt; &amp;lt;span class=&amp;quot;book_options&amp;quot;&amp;gt;Dewey Class:&amp;lt;/span&amp;gt; &amp;lt;span id=&amp;quot;lblDeweyClass&amp;quot;&amp;gt;398&amp;lt;/span&amp;gt; &amp;lt;/div&amp;gt;&lt;br /&gt;
    &amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Marshall Cavendish [http://www.marshallcavendish.com/marshallcavendish/academic/redirector.xml?url=/marshallcavendish/academic/catalogue/books/regionalism_n_regional_security/9812102108.xml product page] ===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
  &amp;lt;table cellpadding=&amp;quot;2&amp;quot; width=&amp;quot;100%&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;tr valign=&amp;quot;top&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;td&amp;gt;&amp;lt;font id=&amp;quot;title_catalogue_font&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Regionalism &amp;amp;amp; Regional Security&amp;lt;/b&amp;gt;&amp;lt;/font&amp;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;
  &amp;lt;font id=&amp;quot;text&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;div style=&amp;quot;&amp;quot; align=&amp;quot;&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;table cellpadding=&amp;quot;2&amp;quot; width=&amp;quot;100%&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;tr valign=&amp;quot;top&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;td width=&amp;quot;35%&amp;quot;&amp;gt;&amp;lt;font id=&amp;quot;title_catalogue_title_font&amp;quot;&amp;gt;ISBN Number&amp;lt;/font&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td width=&amp;quot;65%&amp;quot;&amp;gt;&amp;lt;font id=&amp;quot;text&amp;quot;&amp;gt;9812102108&amp;lt;/font&amp;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;
    &amp;lt;table cellpadding=&amp;quot;2&amp;quot; width=&amp;quot;100%&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;tr valign=&amp;quot;top&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;td width=&amp;quot;35%&amp;quot;&amp;gt;&amp;lt;font id=&amp;quot;title_catalogue_title_font&amp;quot;&amp;gt;Series&amp;lt;/font&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td width=&amp;quot;65%&amp;quot;&amp;gt;&amp;lt;font id=&amp;quot;text&amp;quot;&amp;gt;null&amp;lt;/font&amp;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;
    &amp;lt;table cellpadding=&amp;quot;2&amp;quot; width=&amp;quot;100%&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;tr valign=&amp;quot;top&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;td width=&amp;quot;35%&amp;quot;&amp;gt;&amp;lt;font id=&amp;quot;title_catalogue_title_font&amp;quot;&amp;gt;Title&amp;lt;/font&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td width=&amp;quot;65%&amp;quot;&amp;gt;&amp;lt;font id=&amp;quot;text&amp;quot;&amp;gt;The New Terrorism: Anatomy, Trends and Counter-strategies&amp;lt;/font&amp;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;
    &amp;lt;table cellpadding=&amp;quot;2&amp;quot; width=&amp;quot;100%&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;tr valign=&amp;quot;top&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;td width=&amp;quot;35%&amp;quot;&amp;gt;&amp;lt;font id=&amp;quot;title_catalogue_title_font&amp;quot;&amp;gt;Imprint&amp;lt;/font&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td width=&amp;quot;65%&amp;quot;&amp;gt;&amp;lt;font id=&amp;quot;text&amp;quot;&amp;gt;Eastern Universities Press&amp;lt;/font&amp;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;
    &amp;lt;table cellpadding=&amp;quot;2&amp;quot; width=&amp;quot;100%&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;tr valign=&amp;quot;top&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;td width=&amp;quot;35%&amp;quot;&amp;gt;&amp;lt;font id=&amp;quot;title_catalogue_title_font&amp;quot;&amp;gt;Specifications&amp;lt;/font&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td width=&amp;quot;65%&amp;quot;&amp;gt;&amp;lt;font id=&amp;quot;text&amp;quot;&amp;gt;152 mm X 227 mm, 368 pp, limp with flaps, 500 gms&amp;lt;/font&amp;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;
    &amp;lt;table cellpadding=&amp;quot;2&amp;quot; width=&amp;quot;100%&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;tr valign=&amp;quot;top&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;td width=&amp;quot;35%&amp;quot;&amp;gt;&amp;lt;font id=&amp;quot;title_catalogue_title_font&amp;quot;&amp;gt;Authors&amp;lt;/font&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td width=&amp;quot;65%&amp;quot;&amp;gt;&amp;lt;font id=&amp;quot;text&amp;quot;&amp;gt;Andrew Tan &amp;amp;amp; Kumar Ramakrishna (eds)&amp;lt;/font&amp;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;
    &amp;lt;table cellpadding=&amp;quot;2&amp;quot; width=&amp;quot;100%&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;tr valign=&amp;quot;top&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;td width=&amp;quot;35%&amp;quot;&amp;gt;&amp;lt;font id=&amp;quot;title_catalogue_title_font&amp;quot;&amp;gt;Target Audience&amp;lt;/font&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td width=&amp;quot;65%&amp;quot;&amp;gt;&amp;lt;font id=&amp;quot;text&amp;quot;&amp;gt;University lecturers/researchers, undergraduate students, academicians and those interested in Regional Security Studies.&amp;lt;/font&amp;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;
    &amp;lt;table cellpadding=&amp;quot;2&amp;quot; width=&amp;quot;100%&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;tr valign=&amp;quot;top&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;td width=&amp;quot;35%&amp;quot;&amp;gt;&amp;lt;font id=&amp;quot;title_catalogue_title_font&amp;quot;&amp;gt;Price (SG)&amp;lt;/font&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td width=&amp;quot;65%&amp;quot;&amp;gt;&amp;lt;font id=&amp;quot;text&amp;quot;&amp;gt;S$ 39.00&amp;lt;/font&amp;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;
    &amp;lt;table cellpadding=&amp;quot;2&amp;quot; width=&amp;quot;100%&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;tr valign=&amp;quot;top&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;td width=&amp;quot;35%&amp;quot;&amp;gt;&amp;lt;font id=&amp;quot;title_catalogue_title_font&amp;quot;&amp;gt;Price (US)&amp;lt;/font&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td width=&amp;quot;65%&amp;quot;&amp;gt;&amp;lt;font id=&amp;quot;text&amp;quot;&amp;gt;US$ 30.00&amp;lt;/font&amp;gt; &amp;amp;nbsp; &amp;lt;a href=&amp;quot;javascript: addToCart()&amp;quot;&amp;gt;&amp;lt;img src=&amp;quot;/marshallcavendish/components/db_content/MC_AC_redirector/pic/addCart.gif&amp;quot; border=&amp;quot;0&amp;quot;/&amp;gt;&amp;lt;/a&amp;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;
    &amp;lt;br/&amp;gt;&lt;br /&gt;
    &amp;lt;br/&amp;gt;&lt;br /&gt;
    The terrorist attacks of September 11, 2001 on the World Trade Centre in New York and the Pentagon in Washington represented a true watershed in world history.&amp;lt;br/&amp;gt;&lt;br /&gt;
    &amp;lt;br/&amp;gt;&lt;br /&gt;
    The attacks revealed the horrifying nature of the so-called &amp;quot;new terrorism&amp;quot; that has emerged in the post-Cold War era. The new terrorism is defined by four key features:&amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;/font&amp;gt;&lt;br /&gt;
  &amp;lt;ul&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;&lt;br /&gt;
      &amp;lt;p align=&amp;quot;justify&amp;quot;&amp;gt;&amp;lt;font id=&amp;quot;text&amp;quot;&amp;gt;sheer lethality&amp;lt;/font&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
    &amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;&lt;br /&gt;
      &amp;lt;p align=&amp;quot;justify&amp;quot;&amp;gt;&amp;lt;font id=&amp;quot;text&amp;quot;&amp;gt;religious dimension&amp;lt;/font&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
    &amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;&lt;br /&gt;
      &amp;lt;p align=&amp;quot;justify&amp;quot;&amp;gt;&amp;lt;font id=&amp;quot;text&amp;quot;&amp;gt;networked organizational structure&amp;lt;/font&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
    &amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;&lt;br /&gt;
      &amp;lt;p align=&amp;quot;justify&amp;quot;&amp;gt;&amp;lt;font id=&amp;quot;text&amp;quot;&amp;gt;greatly enhanced striking power &amp;amp;nbsp; &amp;lt;/font&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
    &amp;lt;/li&amp;gt;&lt;br /&gt;
  &amp;lt;/ul&amp;gt;&lt;br /&gt;
  &amp;lt;font id=&amp;quot;text&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;div style=&amp;quot;&amp;quot; align=&amp;quot;&amp;quot;&amp;gt;As September 11 clearly demonstrated, the new terrorists can leverage on technology to inflict catastrophic damage even on superpowers, let alone other states.&amp;lt;br/&amp;gt;&lt;br /&gt;
    &amp;lt;br/&amp;gt;&lt;br /&gt;
    To examine the new dimensions of terrorism, a conference was organized in Singapore in late March 2002 that brought together a number of leading experts from a wide range of backgrounds from America, Europe and Asia, and the key findings are presented in this volume under the following headings:&amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;/font&amp;gt;&lt;br /&gt;
  &amp;lt;ul&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;&lt;br /&gt;
      &amp;lt;p align=&amp;quot;justify&amp;quot;&amp;gt;&amp;lt;font id=&amp;quot;text&amp;quot;&amp;gt;Anatomy of the new terrorism&amp;lt;/font&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
    &amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;&lt;br /&gt;
      &amp;lt;p align=&amp;quot;justify&amp;quot;&amp;gt;&amp;lt;font id=&amp;quot;text&amp;quot;&amp;gt;Terrorist trends and patterns in the Asia-Pacific region&amp;lt;/font&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
    &amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;&lt;br /&gt;
      &amp;lt;p align=&amp;quot;justify&amp;quot;&amp;gt;&amp;lt;font id=&amp;quot;text&amp;quot;&amp;gt;Religion and terrorism: Southeast Asian perspectives&amp;lt;/font&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
    &amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;&lt;br /&gt;
      &amp;lt;p align=&amp;quot;justify&amp;quot;&amp;gt;&amp;lt;font id=&amp;quot;text&amp;quot;&amp;gt;Formulating counter-strategies &amp;amp;nbsp; &amp;lt;/font&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
    &amp;lt;/li&amp;gt;&lt;br /&gt;
  &amp;lt;/ul&amp;gt;&lt;br /&gt;
  &amp;lt;font id=&amp;quot;text&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;div style=&amp;quot;&amp;quot; align=&amp;quot;&amp;quot;&amp;gt; &amp;lt;span style=&amp;quot;font-weight: bold;&amp;quot;&amp;gt; &amp;lt;b&amp;gt; About the Author: &amp;lt;/b&amp;gt; &amp;lt;/span&amp;gt; &amp;lt;br/&amp;gt;&lt;br /&gt;
    Both Andrew Tan and Kumar Ramakrishna are Assistant Professors at the Institute of Defence and Strategic Studies, Nanyang Technological University, Singapore.&amp;lt;br/&amp;gt;&lt;br /&gt;
    Andrew Tan received his M.Phil from Cambridge and PhD from the University of Sydney. His research interests are conflict (inter-state tensions, insurgencies, terrorism and force modernization) in Southeast Asia, and security issues in Asia.&amp;lt;br/&amp;gt;&lt;br /&gt;
    Kumar Ramakrishna obtained his PhD in History from the University of London in 1999. He teaches and writes on the history of strategic thought as well as the war on terror.&amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;/font&amp;gt;&lt;br /&gt;
  &amp;lt;td width=&amp;quot;18.666662&amp;quot; style=&amp;quot;valign: top; background-color: white ; &amp;quot; rowspan=&amp;quot;1&amp;quot; colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
  &amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;tr valign=&amp;quot;top&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;td width=&amp;quot;570.666524&amp;quot; style=&amp;quot;valign: top; background-color: white ; &amp;quot; rowspan=&amp;quot;1&amp;quot; colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
    &amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td width=&amp;quot;18.666662&amp;quot; style=&amp;quot;valign: top; background-color: white ; &amp;quot; rowspan=&amp;quot;1&amp;quot; colspan=&amp;quot;1&amp;quot;&amp;gt;&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;/div&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Oxford University Press (USA) [http://www.us.oup.com/us/?view=usa homepage] ===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
  &amp;lt;div class=&amp;quot;isbnSummaryDetails&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;h2&amp;gt; &amp;lt;a href=&amp;quot;/us/catalog/general/subject/HistoryAmerican/ColonialRevolutionary/?view=usa&amp;amp;amp;ci=0195162471&amp;quot;&amp;gt;The Glorious Cause&amp;lt;/a&amp;gt; &amp;lt;/h2&amp;gt;&lt;br /&gt;
    &amp;lt;div class=&amp;quot;subTitle&amp;quot;&amp;gt; The American Revolution, 1763-1789 &amp;lt;/div&amp;gt;&lt;br /&gt;
    &amp;lt;div class=&amp;quot;edition&amp;quot;&amp;gt; Revised and Expanded Edition &amp;lt;/div&amp;gt;&lt;br /&gt;
    &amp;lt;div class=&amp;quot;byline&amp;quot;&amp;gt; Robert Middlekauff &amp;lt;/div&amp;gt;&lt;br /&gt;
    &amp;lt;span class=&amp;quot;isbnNumber&amp;quot;&amp;gt;0195162471&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;format&amp;quot;&amp;gt;hardback&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;publicationDate&amp;quot;&amp;gt; Feb 2005 &amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;price&amp;quot;&amp;gt; $37.50 &amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;description&amp;quot;&amp;gt; The classic history of the American Revolution--now in an updated and expanded twentieth anniversary edition &amp;lt;/span&amp;gt;&lt;br /&gt;
    &amp;lt;div class=&amp;quot;related&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;h3&amp;gt;More &amp;lt;/h3&amp;gt;&lt;br /&gt;
      &amp;lt;!-- /HistoryAmerican/ColonialRevolutionary --&amp;gt;&lt;br /&gt;
      &amp;lt;a href=&amp;quot;/us/catalog/general/subject/HistoryAmerican/?view=usa&amp;amp;amp;sf=all&amp;quot;&amp;gt;History, American&amp;lt;/a&amp;gt; &amp;amp;gt; &amp;lt;a href=&amp;quot;/us/catalog/general/subject/HistoryAmerican/ColonialRevolutionary/?view=usa&amp;amp;amp;sf=all&amp;quot;&amp;gt;Colonial &amp;amp; Revolutionary&amp;lt;/a&amp;gt; &amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;!--/isbnSummaryDetails--&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Oxford University Press (USA) [http://www.us.oup.com/us/catalog/general/subject/HistoryAmerican/ColonialRevolutionary/?view=usa&amp;amp;amp;ci=0195162471#Product_Details Product page]===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
  &amp;lt;div class=&amp;quot;isbnProperties isbnSummary&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;div class=&amp;quot;isbnSummaryHeading&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;h1&amp;gt;The Glorious Cause&amp;lt;/h1&amp;gt;&lt;br /&gt;
      &amp;lt;div class=&amp;quot;subTitle&amp;quot;&amp;gt; The American Revolution, 1763-1789 &amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;div class=&amp;quot;edition&amp;quot;&amp;gt; Revised and Expanded Edition &amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;div class=&amp;quot;byline&amp;quot;&amp;gt; Robert Middlekauff &amp;lt;/div&amp;gt;&lt;br /&gt;
    &amp;lt;/div&amp;gt;&lt;br /&gt;
    &amp;lt;!--/isbnSummaryHeading--&amp;gt;&lt;br /&gt;
    &amp;lt;div class=&amp;quot;cover&amp;quot;&amp;gt; &amp;lt;span class=&amp;quot;bookShot&amp;quot;&amp;gt;&amp;lt;a href=&amp;quot;#&amp;quot;&amp;gt;&amp;lt;img src=&amp;quot;/images/covers/0195162471.jpg&amp;quot;&lt;br /&gt;
                     ... alt=&amp;quot;bookshot&amp;quot; /&amp;gt; &amp;lt;/a&amp;gt;&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;addToCart&amp;quot;&amp;gt;&amp;lt;a href=&amp;quot;http://www.us.oup.com/us/cart/cart.jsp?op=a&amp;amp;amp;i=0195162471&amp;amp;amp;c=85&amp;amp;amp;q=1&amp;amp;amp;r=http%3A%2F%2Fwww.us.oup.com%2Fus%2Fcatalog%2Fgeneral%2Fsubject%2FHistoryAmerican%2FColonialRevolutionary%2F%3Fview%3Dusa%26ci%3D0195162471&amp;quot;&amp;gt;Add to Cart&amp;lt;/a&amp;gt;&amp;lt;/span&amp;gt; &amp;lt;/div&amp;gt;&lt;br /&gt;
    &amp;lt;!--/cover--&amp;gt;&lt;br /&gt;
    &amp;lt;div class=&amp;quot;isbnSummaryDetails&amp;quot;&amp;gt; &amp;lt;span class=&amp;quot;isbnNumber&amp;quot;&amp;gt;0195162471&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;format&amp;quot;&amp;gt;hardback&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;pages&amp;quot;&amp;gt; 760 pages &amp;lt;/span&amp;gt;&lt;br /&gt;
      &amp;lt;div id=&amp;quot;generalinfo&amp;quot;&amp;gt; &amp;lt;span class=&amp;quot;publicationDate&amp;quot;&amp;gt;Feb 2005,&amp;amp;nbsp;&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;availability&amp;quot;&amp;gt; In Stock &amp;lt;/span&amp;gt; &amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;div class=&amp;quot;cost&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;h2&amp;gt;Price:&amp;lt;/h2&amp;gt;&lt;br /&gt;
        $37.50 &amp;lt;span class=&amp;quot;discountCode&amp;quot;&amp;gt;(02)&amp;lt;/span&amp;gt; &amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;div class=&amp;quot;shipping&amp;quot;&amp;gt; &amp;lt;a href=&amp;quot;/us/assets/shippingInfo.jsp?si=1.5&amp;amp;amp;so=3.75&amp;amp;amp;sc=0&amp;amp;amp;isi=5&amp;amp;amp;iso=5&amp;amp;amp;isc=0&amp;quot; target=&amp;quot;_blank&amp;quot; onclick=&amp;quot;window.open(this.href, this.target, 'height=445,width=445,scrollbars');&lt;br /&gt;
					  return false;&amp;quot;&amp;gt;Shipping Details&amp;lt;/a&amp;gt; &amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;div class=&amp;quot;moreSeries redArrow&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;h3&amp;gt;See more from the series&amp;lt;/h3&amp;gt;&lt;br /&gt;
        &amp;lt;ul&amp;gt;&lt;br /&gt;
          &amp;lt;li&amp;gt;&amp;lt;a href=&amp;quot;/us/catalog/general/series/OxfordHistoryoftheUnitedStates/?view=usa&amp;quot;&amp;gt;Oxford History of the United States, Vol. 3&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;/ul&amp;gt;&lt;br /&gt;
      &amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;!--moreSeries--&amp;gt;&lt;br /&gt;
    &amp;lt;/div&amp;gt;&lt;br /&gt;
    &amp;lt;!--/isbnSummaryDetails--&amp;gt;&lt;br /&gt;
  &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Thomson Gale product detail page ===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;div id =&amp;quot; title_main&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h2&amp;gt;Contemporary Literary Criticism&amp;lt;/h2&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div id =&amp;quot; credits&amp;quot;&amp;gt;&lt;br /&gt;
	&amp;lt;ul&amp;gt;&lt;br /&gt;
		&amp;lt;li&amp;gt;&amp;lt;h2&amp;gt;Excerpts from Criticism of the Works of Today's Novelists, Poets, Playwrights, Short Story Writers, Scriptwriters, &amp;amp; Other Creative Writers&amp;lt;/h2&amp;gt;&lt;br /&gt;
		Volume 1&amp;lt;/li&amp;gt;&lt;br /&gt;
		&lt;br /&gt;
		&amp;lt;li&amp;gt;&amp;lt;i&amp;gt;Published by Thomson Gale&amp;lt;/i&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
	&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div id =&amp;quot; description&amp;quot;&amp;gt;&lt;br /&gt;
	&amp;lt;p&amp;gt;Each print volume in this long-standing series profiles approximately 6-8 novelists, poets, playwrights and other creative writers by providing full-text or excerpted criticism taken from books, magazines, literary reviews, newspapers and scholarly journals. Among those profiled in this volume are:&amp;lt;/p&amp;gt;&lt;br /&gt;
	&amp;lt;ul&amp;gt;&lt;br /&gt;
		&amp;lt;li&amp;gt;Kingsley Amis&lt;br /&gt;
		&amp;lt;li&amp;gt;John Dos Passos&lt;br /&gt;
		&amp;lt;li&amp;gt;Hermann Hesse&lt;br /&gt;
		&amp;lt;li&amp;gt;Ezra Pound&lt;br /&gt;
	&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;!-- Description --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div id =&amp;quot; detail&amp;quot;&amp;gt;&lt;br /&gt;
	&amp;lt;ul&amp;gt;&lt;br /&gt;
		&amp;lt;li&amp;gt;Published/Released:&amp;lt;strong&amp;gt; March 1973&amp;lt;/strong&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
		&amp;lt;li&amp;gt;ISBN: &amp;lt;strong&amp;gt;0-8103-0100-8&amp;lt;/strong&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
		&amp;lt;li&amp;gt;Product number: &amp;lt;strong&amp;gt;001415&amp;lt;/strong&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
		&amp;lt;li&amp;gt;Page count: &amp;lt;strong&amp;gt;485 pp./vol.&amp;lt;/strong&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
		&amp;lt;li&amp;gt;Shipping Weight: &amp;lt;strong&amp;gt;5.00 lbs (2.27 kgs)&amp;lt;/strong&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
	&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;  &amp;lt;!-- /detail--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div id =&amp;quot; price&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;P&amp;gt;Price: US $205.00&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Breakdown of Citation Elements ==&lt;br /&gt;
&lt;br /&gt;
Using the above examples, various parts of the citations (titles, authors, etc.) can be grouped together for comparision:&lt;br /&gt;
&lt;br /&gt;
=== Book titles: ===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;amp;lt;span id=&amp;quot;title&amp;quot; class=&amp;quot;producttitle&amp;quot;&amp;amp;gt;The 1920's&amp;amp;lt;/span&amp;amp;gt;&lt;br /&gt;
(ABC-CLIO product detail page)&lt;br /&gt;
&lt;br /&gt;
&amp;amp;lt;div class=&amp;quot;title&amp;quot;&amp;amp;gt; &amp;amp;lt;a href=&amp;quot;...&amp;quot;&amp;amp;gt;The Greenwood Encyclopedia of World Folklore and Folklife&amp;amp;lt;/a&amp;amp;gt; &amp;amp;lt;/div&amp;amp;gt;&lt;br /&gt;
(Greenwood Press homepage)&lt;br /&gt;
&lt;br /&gt;
&amp;amp;lt;span id=&amp;quot;lblTitle&amp;quot; class=&amp;quot;book_headline block&amp;quot;&amp;amp;gt;The Greenwood Encyclopedia of World Folklore and Folklife&amp;amp;lt;/span&amp;amp;gt;&lt;br /&gt;
(Greenwood Press product detail page)&lt;br /&gt;
&lt;br /&gt;
&amp;amp;lt;td width=&amp;quot;35%&amp;quot;&amp;amp;gt;&amp;amp;lt;font id=&amp;quot;title_catalogue_title_font&amp;quot;&amp;amp;gt;Title&amp;amp;lt;/font&amp;amp;gt;&amp;amp;lt;/td&amp;amp;gt;&lt;br /&gt;
&amp;amp;lt;td width=&amp;quot;65%&amp;quot;&amp;amp;gt;&amp;amp;lt;font id=&amp;quot;text&amp;quot;&amp;amp;gt;The New Terrorism: Anatomy, Trends and Counter-strategies&amp;amp;lt;/font&amp;amp;gt;&amp;amp;lt;/td&amp;amp;gt;&lt;br /&gt;
(Marshall Cavendish product detail page)&lt;br /&gt;
&lt;br /&gt;
&amp;amp;lt;h2&amp;amp;gt; &amp;amp;lt;a href=&amp;quot;...&amp;quot;&amp;amp;gt;The Glorious Cause&amp;amp;lt;/a&amp;amp;gt; &amp;amp;lt;/h2&amp;amp;gt;&lt;br /&gt;
(Oxford Univ. Press, homepage)&lt;br /&gt;
&lt;br /&gt;
&amp;amp;lt;h1&amp;amp;gt;The Glorious Cause&amp;amp;lt;/h1&amp;amp;gt;&lt;br /&gt;
(OUP, product detail page)&lt;br /&gt;
&lt;br /&gt;
&amp;amp;lt;h2&amp;amp;gt;Contemporary Literary Criticism&amp;amp;lt;/h2&amp;amp;gt;&lt;br /&gt;
(Thomson Gale, product detail page)&lt;br /&gt;
&lt;br /&gt;
&amp;amp;lt;span id=&amp;quot;ctlBookDetailHeader_lblTitle&amp;quot; class=&amp;quot;ProdTitle&amp;quot;&amp;amp;gt;Talk and Interaction in Social Research Methods&amp;amp;lt;/span&amp;amp;gt; (SAGE Publications)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Also, many examples where books presented in table format with Title as cell header, or presented &amp;quot;Title: &amp;quot;&lt;br /&gt;
&lt;br /&gt;
=== Book Series Name: ===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;amp;lt;span id=&amp;quot;serieslbl&amp;quot; class=&amp;quot;productsubtitle&amp;quot;&amp;amp;gt;&amp;amp;lt;a href=&amp;quot;...&amp;quot;&amp;amp;gt;Teaching With Documents Series&amp;amp;lt;/a&amp;amp;gt;&amp;amp;lt;/span&amp;amp;gt;&lt;br /&gt;
(ABC-CLIO)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Sub-title: ===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;amp;lt;span id=&amp;quot;subtitle&amp;quot; class=&amp;quot;productsubtitle&amp;quot;&amp;amp;gt;&amp;amp;lt;/span&amp;amp;gt;&lt;br /&gt;
(ABC-CLIO)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;amp;lt;div class=&amp;quot;sub_title&amp;quot;&amp;amp;gt;[Four Volumes]&amp;amp;lt;/div&amp;amp;gt;&lt;br /&gt;
(Greenwood, homepage)&lt;br /&gt;
&lt;br /&gt;
&amp;amp;lt;span id=&amp;quot;lblSubTitle&amp;quot; class=&amp;quot;book_subline&amp;quot;&amp;amp;gt;[Four Volumes]&amp;amp;lt;/span&amp;amp;gt;&lt;br /&gt;
(Greenwood, product page)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;amp;lt;div class=&amp;quot;subTitle&amp;quot;&amp;amp;gt; The American Revolution, 1763-1789 &amp;amp;lt;/div&amp;amp;gt;&lt;br /&gt;
(OUP)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Author: ===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;amp;lt;span id=&amp;quot;credit&amp;quot; class=&amp;quot;productauthor&amp;quot;&amp;amp;gt;&amp;amp;lt;/span&amp;amp;gt;&lt;br /&gt;
(ABC-CLIO)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;amp;lt;div class=&amp;quot;author&amp;quot;&amp;amp;gt;William M. Clements&amp;amp;lt;/div&amp;amp;gt;&lt;br /&gt;
(Greenwood)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;amp;lt;td width=&amp;quot;35%&amp;quot;&amp;amp;gt;&amp;amp;lt;font id=&amp;quot;title_catalogue_title_font&amp;quot;&amp;amp;gt;Authors&amp;amp;lt;/font&amp;amp;gt;&amp;amp;lt;/td&amp;amp;gt;&lt;br /&gt;
&amp;amp;lt;td width=&amp;quot;65%&amp;quot;&amp;amp;gt;&amp;amp;lt;font id=&amp;quot;text&amp;quot;&amp;amp;gt;Andrew Tan &amp;amp;amp; Kumar Ramakrishna (eds)&amp;amp;lt;/font&amp;amp;gt;&amp;amp;lt;/td&amp;amp;gt;&lt;br /&gt;
(Marshall Cavendish)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;amp;lt;div class=&amp;quot;byline&amp;quot;&amp;amp;gt; Robert Middlekauff &amp;amp;lt;/div&amp;amp;gt;&lt;br /&gt;
(OUP)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Publication Date: ===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;amp;lt;span id=&amp;quot;pubdate&amp;quot; class=&amp;quot;productdetailbody&amp;quot;&amp;amp;gt;11/2001&amp;amp;lt;/span&amp;amp;gt;&lt;br /&gt;
(ABC-CLIO -- see table structure)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;amp;lt;div id=&amp;quot;pnlPubDate&amp;quot;&amp;amp;gt; &amp;amp;lt;span class=&amp;quot;book_options&amp;quot;&amp;amp;gt;Publication Date:&amp;amp;lt;/span&amp;amp;gt; &amp;amp;lt;span id=&amp;quot;lblPubDate&amp;quot;&amp;amp;gt;12/30/2005&amp;amp;lt;/span&amp;amp;gt; &amp;amp;lt;/div&amp;amp;gt;&lt;br /&gt;
(Greenwood, detail page)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;amp;lt;span class=&amp;quot;publicationDate&amp;quot;&amp;amp;gt; Feb 2005 &amp;amp;lt;/span&amp;amp;gt;&lt;br /&gt;
(OUP)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;amp;lt;li&amp;amp;gt;Published/Released:&amp;amp;lt;strong&amp;amp;gt; March 1973&amp;amp;lt;/strong&amp;amp;gt;&amp;amp;lt;/li&amp;amp;gt;&lt;br /&gt;
(Thomson Gale)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Volumes: ===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;amp;lt;td ... class=&amp;quot;productdetailhead&amp;quot;&amp;amp;gt;&amp;amp;lt;span id=&amp;quot;volumeslabel&amp;quot; class=&amp;quot;productdetailhead&amp;quot;&amp;amp;gt;Volumes&amp;amp;lt;/span&amp;amp;gt;&amp;amp;lt;/td&amp;amp;gt;&lt;br /&gt;
&amp;amp;lt;td ... class=&amp;quot;productdetailbody&amp;quot;&amp;amp;gt;&amp;amp;lt;span id=&amp;quot;volumes&amp;quot; class=&amp;quot;productdetailbody&amp;quot;&amp;amp;gt;1&amp;amp;lt;/span&amp;amp;gt;&amp;amp;lt;/td&amp;amp;gt;&lt;br /&gt;
(ABC-CLIO)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== ISBN: ===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;amp;lt;td class=&amp;quot;productdetailhead&amp;quot; ...&amp;amp;gt;&amp;amp;lt;span id=&amp;quot;ISBNLabel&amp;quot;&amp;amp;gt;ISBN&amp;amp;lt;/span&amp;amp;gt;&amp;amp;lt;/td&amp;amp;gt;&lt;br /&gt;
&amp;amp;lt;td class=&amp;quot;productdetailbody&amp;quot;&amp;amp;gt;1-57607-785-3&amp;amp;lt;/td&amp;amp;gt;&lt;br /&gt;
(ABC-CLIO)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;amp;lt;div class=&amp;quot;isbn&amp;quot;&amp;amp;gt;0-313-32847-1&amp;amp;lt;/div&amp;amp;gt;&lt;br /&gt;
(Greenwood, homepage)&lt;br /&gt;
&lt;br /&gt;
&amp;amp;lt;div id=&amp;quot;pnlIsbn&amp;quot;&amp;amp;gt; &amp;amp;lt;span class=&amp;quot;book_options&amp;quot;&amp;amp;gt;ISBN:&amp;amp;lt;/span&amp;amp;gt; &amp;amp;lt;span id=&amp;quot;lblIsbn&amp;quot;&amp;amp;gt;0-313-32847-1&amp;amp;lt;/span&amp;amp;gt; &amp;amp;lt;/div&amp;amp;gt;&lt;br /&gt;
(Greenwood, product page)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;amp;lt;td width=&amp;quot;35%&amp;quot;&amp;amp;gt;&amp;amp;lt;font id=&amp;quot;title_catalogue_title_font&amp;quot;&amp;amp;gt;ISBN Number&amp;amp;lt;/font&amp;amp;gt;&amp;amp;lt;/td&amp;amp;gt;&lt;br /&gt;
&amp;amp;lt;td width=&amp;quot;65%&amp;quot;&amp;amp;gt;&amp;amp;lt;font id=&amp;quot;text&amp;quot;&amp;amp;gt;9812102108&amp;amp;lt;/font&amp;amp;gt;&amp;amp;lt;/td&amp;amp;gt;&lt;br /&gt;
(Marshall Cavendish)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;amp;lt;span class=&amp;quot;isbnNumber&amp;quot;&amp;amp;gt;0195162471&amp;amp;lt;/span&amp;amp;gt;&lt;br /&gt;
(OUP)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;amp;lt;li&amp;amp;gt;ISBN: &amp;amp;lt;strong&amp;amp;gt;0-8103-0100-8&amp;amp;lt;/strong&amp;amp;gt;&amp;amp;lt;/li&amp;amp;gt;&lt;br /&gt;
(Thomson Gale)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Book Edition: ===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;amp;lt;div class=&amp;quot;edition&amp;quot;&amp;amp;gt; Revised and Expanded Edition &amp;amp;lt;/div&amp;amp;gt;&lt;br /&gt;
(OUP)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Added by [[User:Tim White|Tim]]&lt;br /&gt;
&lt;br /&gt;
== RFC vCard Example ==&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
9.  References&lt;br /&gt;
&lt;br /&gt;
   [ISO 8601]    ISO 8601:1988 - Data elements and interchange formats -&lt;br /&gt;
                 Information interchange - Representation of dates and&lt;br /&gt;
                 times - The International Organization for&lt;br /&gt;
                 Standardization, June, 1988.&lt;br /&gt;
&lt;br /&gt;
   [ISO 8601 TC] ISO 8601, Technical Corrigendum 1 - Data elements and&lt;br /&gt;
                 interchange formats - Information interchange -&lt;br /&gt;
                 Representation of dates and times - The International&lt;br /&gt;
                 Organization for Standardization, May, 1991.&lt;br /&gt;
&lt;br /&gt;
   [ISO 9070]    ISO 9070, Information Processing - SGML support&lt;br /&gt;
                 facilities - Registration Procedures for Public Text&lt;br /&gt;
                 Owner Identifiers, April, 1991.&lt;br /&gt;
&lt;br /&gt;
   [CCITT E.163] Recommendation E.163 - Numbering Plan for The&lt;br /&gt;
                 International Telephone Service, CCITT Blue Book,&lt;br /&gt;
                 Fascicle II.2, pp.  128-134, November, 1988.&lt;br /&gt;
&lt;br /&gt;
   [CCITT X.121] Recommendation X.121 - International Numbering Plan for&lt;br /&gt;
                 Public Data Networks, CCITT Blue Book, Fascicle VIII.3,&lt;br /&gt;
                 pp. 317-332, November, 1988.&lt;br /&gt;
&lt;br /&gt;
   [CCITT X.520] Recommendation X.520 - The Directory - Selected&lt;br /&gt;
                 Attribute Types, November 1988.&lt;br /&gt;
&lt;br /&gt;
   [CCITT X.521] Recommendation X.521 - The Directory - Selected Object&lt;br /&gt;
                 Classes, November 1988.&lt;br /&gt;
&lt;br /&gt;
   [MIME-DIR]    Howes, T., Smith, M., and F. Dawson, &amp;quot;A MIME Content-&lt;br /&gt;
                 Type for Directory Information&amp;quot;, RFC 2425, September&lt;br /&gt;
                 1998.&lt;br /&gt;
&lt;br /&gt;
   [RFC 1738]    Berners-Lee, T., Masinter, L., and M. McCahill,&lt;br /&gt;
                 &amp;quot;Uniform Resource Locators (URL)&amp;quot;, RFC 1738, December&lt;br /&gt;
                 1994.&lt;br /&gt;
&lt;br /&gt;
   [RFC 1766]    Alvestrand, H., &amp;quot;Tags for the Identification of&lt;br /&gt;
                 Languages&amp;quot;, RFC 1766, March 1995.&lt;br /&gt;
&lt;br /&gt;
   [RFC 1872]    Levinson, E., &amp;quot;The MIME Multipart/Related Content-&lt;br /&gt;
                 type&amp;quot;, RFC 1872, December 1995.&lt;br /&gt;
&lt;br /&gt;
   [RFC 2045]    Freed, N., and N. Borenstein, &amp;quot;Multipurpose Internet&lt;br /&gt;
                 Mail Extensions (MIME) - Part One: Format of Internet&lt;br /&gt;
                 Message Bodies&amp;quot;, RFC 2045, November 1996.&lt;br /&gt;
&lt;br /&gt;
   [RFC 2046]    Freed, N., and N. Borenstein, &amp;quot;Multipurpose Internet&lt;br /&gt;
                 Mail Extensions (MIME) - Part Two: Media Types&amp;quot;, RFC&lt;br /&gt;
                 2046, November 1996.&lt;br /&gt;
&lt;br /&gt;
   [RFC 2047]    Moore, K., &amp;quot;Multipurpose Internet Mail Extensions&lt;br /&gt;
                 (MIME) - Part Three: Message Header Extensions for&lt;br /&gt;
                 Non-ASCII Text&amp;quot;, RFC 2047, November 1996.&lt;br /&gt;
&lt;br /&gt;
   [RFC 2048]    Freed, N., Klensin, J., and J. Postel, &amp;quot;Multipurpose&lt;br /&gt;
                 Internet Mail Extensions (MIME) - Part Four:&lt;br /&gt;
                 Registration Procedures&amp;quot;, RFC 2048, January 1997.&lt;br /&gt;
&lt;br /&gt;
   [RFC 2119]    Bradner, S., &amp;quot;Key words for use in RFCs to Indicate&lt;br /&gt;
                 Requirement Levels&amp;quot;, BCP 14, RFC 2119, March 1997.&lt;br /&gt;
&lt;br /&gt;
   [RFC 2234]    Crocker, D., and P. Overell, &amp;quot;Augmented BNF for Syntax&lt;br /&gt;
                 Specifications: ABNF&amp;quot;, RFC 2234, November 1997.&lt;br /&gt;
&lt;br /&gt;
   [UNICODE]     &amp;quot;The Unicode Standard - Version 2.0&amp;quot;, The Unicode&lt;br /&gt;
                 Consortium, July 1996.&lt;br /&gt;
&lt;br /&gt;
   [VCARD]       Internet Mail Consortium, &amp;quot;vCard - The Electronic&lt;br /&gt;
                 Business Card Version 2.1&amp;quot;,&lt;br /&gt;
                 http://www.imc.org/pdi/vcard-21.txt, September 18,&lt;br /&gt;
                 1996.&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
[http://www.faqs.org/rfcs/rfc2426.html vCard RFC]&lt;br /&gt;
&lt;br /&gt;
== W3C XHTML Spec Example ==&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;h1&amp;gt;&amp;lt;a name=&amp;quot;refs&amp;quot; id=&amp;quot;refs&amp;quot;&amp;gt;E.&amp;lt;/a&amp;gt; References&amp;lt;/h1&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;lt;strong&amp;gt;This appendix is informative.&amp;lt;/strong&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dl&amp;gt;&lt;br /&gt;
&amp;lt;dt&amp;gt;&amp;lt;a name=&amp;quot;ref-css2&amp;quot; id=&amp;quot;ref-css2&amp;quot;&amp;gt;&amp;lt;strong&amp;gt;[CSS2]&amp;lt;/strong&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/dt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dd&amp;gt;&amp;quot;&amp;lt;cite&amp;gt;&amp;lt;a href=&amp;quot;http://www.w3.org/TR/1998/REC-CSS2-19980512&amp;quot;&amp;gt;Cascading Style Sheets, level 2 (CSS2) Specification&amp;lt;/a&amp;gt;&amp;lt;/cite&amp;gt;&amp;quot;, B. Bos, H. W. Lie, C. Lilley, I. Jacobs, 12 May 1998.&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;a href=&amp;quot;http://www.w3.org/TR/REC-CSS2&amp;quot;&amp;gt;Latest version&amp;lt;/a&amp;gt; available at: http://www.w3.org/TR/REC-CSS2&amp;lt;/dd&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dt&amp;gt;&amp;lt;a name=&amp;quot;ref-dom&amp;quot; id=&amp;quot;ref-dom&amp;quot;&amp;gt;&amp;lt;strong&amp;gt;[DOM]&amp;lt;/strong&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/dt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dd&amp;gt;&amp;quot;&amp;lt;cite&amp;gt;&amp;lt;a href=&amp;quot;http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001&amp;quot;&amp;gt;Document Object Model (DOM) Level 1 Specification&amp;lt;/a&amp;gt;&amp;lt;/cite&amp;gt;&amp;quot;, Lauren Wood &amp;lt;em lang=&amp;quot;lt&amp;quot; xml:lang=&amp;quot;lt&amp;quot;&amp;gt;et al.&amp;lt;/em&amp;gt;, 1 October&lt;br /&gt;
1998.&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;a href=&amp;quot;http://www.w3.org/TR/REC-DOM-Level-1&amp;quot;&amp;gt;Latest version&amp;lt;/a&amp;gt; available at: http://www.w3.org/TR/REC-DOM-Level-1&amp;lt;/dd&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dt&amp;gt;&amp;lt;a name=&amp;quot;ref-dom2&amp;quot; id=&amp;quot;ref-dom2&amp;quot;&amp;gt;&amp;lt;strong&amp;gt;[DOM2]&amp;lt;/strong&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/dt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dd&amp;gt;&amp;quot;&amp;lt;cite&amp;gt;&amp;lt;a href=&amp;quot;http://www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113&amp;quot;&amp;gt;Document Object Model (DOM) Level 2 Core Specification&amp;lt;/a&amp;gt;&amp;lt;/cite&amp;gt;&amp;quot;, A. Le&amp;amp;#160;Hors, &amp;lt;em lang=&amp;quot;lt&amp;quot; xml:lang=&amp;quot;lt&amp;quot;&amp;gt;et&lt;br /&gt;
al.&amp;lt;/em&amp;gt;, 13 November 2000.&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;a href=&amp;quot;http://www.w3.org/TR/DOM-Level-2-Core&amp;quot;&amp;gt;Latest version&amp;lt;/a&amp;gt; available at: http://www.w3.org/TR/DOM-Level-2-Core&amp;lt;/dd&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dt&amp;gt;&amp;lt;a name=&amp;quot;ref-html4&amp;quot; id=&amp;quot;ref-html4&amp;quot;&amp;gt;&amp;lt;strong&amp;gt;[HTML]&amp;lt;/strong&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/dt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dd&amp;gt;&amp;quot;&amp;lt;cite&amp;gt;&amp;lt;a href=&amp;quot;http://www.w3.org/TR/1999/REC-html401-19991224&amp;quot;&amp;gt;HTML 4.01 Specification&amp;lt;/a&amp;gt;&amp;lt;/cite&amp;gt;&amp;quot;, D. Raggett, A. Le&amp;amp;#160;Hors, I. Jacobs, 24 December 1999.&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;a href=&amp;quot;http://www.w3.org/TR/html401&amp;quot;&amp;gt;Latest version&amp;lt;/a&amp;gt; available at: http://www.w3.org/TR/html401&amp;lt;/dd&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dt&amp;gt;&amp;lt;a name=&amp;quot;ref-posix.1&amp;quot; id=&amp;quot;ref-posix.1&amp;quot;&amp;gt;&amp;lt;strong&amp;gt;[POSIX.1]&amp;lt;/strong&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/dt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dd&amp;gt;&amp;quot;&amp;lt;cite&amp;gt;ISO/IEC 9945-1:1990 Information Technology - Portable Operating System Interface (POSIX) - Part 1: System Application Program Interface (API) [C Language]&amp;lt;/cite&amp;gt;&amp;quot;, Institute of Electrical&lt;br /&gt;
and Electronics Engineers, Inc, 1990.&amp;lt;/dd&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dt&amp;gt;&amp;lt;a id=&amp;quot;ref-rfc2045&amp;quot; name=&amp;quot;ref-rfc2045&amp;quot;&amp;gt;&amp;lt;strong&amp;gt;[RFC2045]&amp;lt;/strong&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/dt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dd&amp;gt;&amp;quot;&amp;lt;cite&amp;gt;&amp;lt;a href=&amp;quot;http://www.ietf.org/rfc/rfc2045.txt&amp;quot;&amp;gt;Multipurpose Internet Mail Extensions (MIME) Part One: Format of Internet Message Bodies&amp;lt;/a&amp;gt;&amp;lt;/cite&amp;gt;&amp;quot;, N. Freed and N. Borenstein, November&lt;br /&gt;
1996. Note that this RFC obsoletes RFC1521, RFC1522, and RFC1590.&amp;lt;/dd&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dt&amp;gt;&amp;lt;a name=&amp;quot;ref-rfc2046&amp;quot; id=&amp;quot;ref-rfc2046&amp;quot;&amp;gt;&amp;lt;strong&amp;gt;[RFC2046]&amp;lt;/strong&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/dt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dd&amp;gt;&amp;quot;&amp;lt;cite&amp;gt;&amp;lt;a href=&amp;quot;http://www.ietf.org/rfc/rfc2046.txt&amp;quot;&amp;gt;RFC2046: Multipurpose Internet Mail Extensions (MIME) Part Two: Media Types&amp;lt;/a&amp;gt;&amp;lt;/cite&amp;gt;&amp;quot;, N. Freed and N. Borenstein, November 1996.&amp;lt;br /&amp;gt;&lt;br /&gt;
Available at &amp;lt;a href=&amp;quot;http://www.ietf.org/rfc/rfc2046.txt&amp;quot;&amp;gt;http://www.ietf.org/rfc/rfc2046.txt&amp;lt;/a&amp;gt;. Note that this RFC obsoletes RFC1521, RFC1522, and RFC1590.&amp;lt;/dd&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dt&amp;gt;&amp;lt;a name=&amp;quot;ref-rfc2119&amp;quot; id=&amp;quot;ref-rfc2119&amp;quot;&amp;gt;&amp;lt;strong&amp;gt;[RFC2119]&amp;lt;/strong&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/dt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dd&amp;gt;&amp;quot;&amp;lt;cite&amp;gt;&amp;lt;a href=&amp;quot;http://www.ietf.org/rfc/rfc2119.txt&amp;quot;&amp;gt;RFC2119: Key words for use in RFCs to Indicate Requirement Levels&amp;lt;/a&amp;gt;&amp;lt;/cite&amp;gt;&amp;quot;, S. Bradner, March 1997.&amp;lt;br /&amp;gt;&lt;br /&gt;
Available at: http://www.ietf.org/rfc/rfc2119.txt&amp;lt;/dd&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dt&amp;gt;&amp;lt;a name=&amp;quot;ref-rfc2376&amp;quot; id=&amp;quot;ref-rfc2376&amp;quot;&amp;gt;&amp;lt;strong&amp;gt;[RFC2376]&amp;lt;/strong&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/dt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dd&amp;gt;&amp;quot;&amp;lt;cite&amp;gt;&amp;lt;a href=&amp;quot;http://www.ietf.org/rfc/rfc2376.txt&amp;quot;&amp;gt;RFC2376: XML Media Types&amp;lt;/a&amp;gt;&amp;lt;/cite&amp;gt;&amp;quot;, E. Whitehead, M. Murata, July 1998.&amp;lt;br /&amp;gt;&lt;br /&gt;
This document is obsoleted by [&amp;lt;a href=&amp;quot;#ref-rfc3023&amp;quot;&amp;gt;RFC3023&amp;lt;/a&amp;gt;].&amp;lt;br /&amp;gt;&lt;br /&gt;
Available at: http://www.ietf.org/rfc/rfc2376.txt&amp;lt;/dd&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dt&amp;gt;&amp;lt;a name=&amp;quot;ref-rfc2396&amp;quot; id=&amp;quot;ref-rfc2396&amp;quot;&amp;gt;&amp;lt;strong&amp;gt;[RFC2396]&amp;lt;/strong&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/dt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dd&amp;gt;&amp;quot;&amp;lt;cite&amp;gt;&amp;lt;a href=&amp;quot;http://www.ietf.org/rfc/rfc2396.txt&amp;quot;&amp;gt;RFC2396: Uniform Resource Identifiers (URI): Generic Syntax&amp;lt;/a&amp;gt;&amp;lt;/cite&amp;gt;&amp;quot;, T. Berners-Lee, R. Fielding, L. Masinter, August 1998.&amp;lt;br /&amp;gt;&lt;br /&gt;
This document updates RFC1738 and RFC1808.&amp;lt;br /&amp;gt;&lt;br /&gt;
Available at: http://www.ietf.org/rfc/rfc2396.txt&amp;lt;/dd&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dt&amp;gt;&amp;lt;a name=&amp;quot;ref-rfc2854&amp;quot; id=&amp;quot;ref-rfc2854&amp;quot;&amp;gt;&amp;lt;strong&amp;gt;[RFC2854]&amp;lt;/strong&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/dt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dd&amp;gt;&amp;quot;&amp;lt;cite&amp;gt;&amp;lt;a href=&amp;quot;http://www.ietf.org/rfc/rfc2854.txt&amp;quot;&amp;gt;RFC2854: The text/html Media Type&amp;lt;/a&amp;gt;&amp;lt;/cite&amp;gt;&amp;quot;, D. Conolly, L. Masinter, June 2000.&amp;lt;br /&amp;gt;&lt;br /&gt;
Available at: http://www.ietf.org/rfc/rfc2854.txt&amp;lt;/dd&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dt&amp;gt;&amp;lt;a name=&amp;quot;ref-rfc3023&amp;quot; id=&amp;quot;ref-rfc3023&amp;quot;&amp;gt;&amp;lt;strong&amp;gt;[RFC3023]&amp;lt;/strong&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/dt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dd&amp;gt;&amp;quot;&amp;lt;cite&amp;gt;&amp;lt;a href=&amp;quot;http://www.ietf.org/rfc/rfc3023.txt&amp;quot;&amp;gt;RFC3023: XML Media Types&amp;lt;/a&amp;gt;&amp;lt;/cite&amp;gt;&amp;quot;, M. Murata, S. St.Laurent, D. Kohn, January 2001.&amp;lt;br /&amp;gt;&lt;br /&gt;
This document obsoletes [&amp;lt;a href=&amp;quot;#ref-rfc2376&amp;quot;&amp;gt;RFC2376&amp;lt;/a&amp;gt;].&amp;lt;br /&amp;gt;&lt;br /&gt;
Available at: http://www.ietf.org/rfc/rfc3023.txt&amp;lt;/dd&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dt&amp;gt;&amp;lt;a id=&amp;quot;ref-rfc3066&amp;quot; name=&amp;quot;ref-rfc3066&amp;quot;&amp;gt;&amp;lt;strong&amp;gt;[RFC3066]&amp;lt;/strong&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/dt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dd&amp;gt;&amp;quot;&amp;lt;a href=&amp;quot;http://www.ietf.org/rfc/rfc3066.txt&amp;quot;&amp;gt;Tags for the Identification of Languages&amp;lt;/a&amp;gt;&amp;quot;, H. Alvestrand, January 2001.&amp;lt;br /&amp;gt;&lt;br /&gt;
Available at: http://www.ietf.org/rfc/rfc3066.txt&amp;lt;/dd&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dt&amp;gt;&amp;lt;a id=&amp;quot;ref-rfc3236&amp;quot; name=&amp;quot;ref-rfc3236&amp;quot;&amp;gt;&amp;lt;strong&amp;gt;[RFC3236]&amp;lt;/strong&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/dt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dd&amp;gt;&amp;quot;&amp;lt;a href=&amp;quot;http://www.ietf.org/rfc/rfc3236.txt&amp;quot;&amp;gt;The 'application/xhtml+xml' Media Type&amp;lt;/a&amp;gt;&amp;quot;, M. Baker, P. Stark, January 2002.&amp;lt;br /&amp;gt;&lt;br /&gt;
Available at: http://www.ietf.org/rfc/rfc3236.txt&amp;lt;/dd&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dt&amp;gt;&amp;lt;a id=&amp;quot;ref-xhtml-mathml&amp;quot; name=&amp;quot;ref-xhtml-mathml&amp;quot;&amp;gt;&amp;lt;strong&amp;gt;[XHTML+MathML]&amp;lt;/strong&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/dt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dd&amp;gt;&amp;lt;cite&amp;gt;&amp;quot;&amp;lt;a href=&amp;quot;http://www.w3.org/TR/MathML2/dtd/xhtml-math11-f.dtd&amp;quot;&amp;gt;XHTML plus Math 1.1 &amp;lt;abbr title=&amp;quot;Document Type Definition&amp;quot;&amp;gt;DTD&amp;lt;/abbr&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/cite&amp;gt;&amp;quot;, &amp;quot;A.2 MathML as a DTD Module&amp;quot;, Mathematical&lt;br /&gt;
Markup Language (MathML) Version 2.0. Available at: http://www.w3.org/TR/MathML2/dtd/xhtml-math11-f.dtd&amp;lt;/dd&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dt&amp;gt;&amp;lt;a id=&amp;quot;ref-xhtmlmime&amp;quot; name=&amp;quot;ref-xhtmlmime&amp;quot;&amp;gt;&amp;lt;strong&amp;gt;[XHTMLMIME]&amp;lt;/strong&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/dt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dd&amp;gt;&amp;quot;&amp;lt;cite&amp;gt;&amp;lt;a href=&amp;quot;http://www.w3.org/TR/2002/NOTE-xhtml-media-types-20020801&amp;quot;&amp;gt;XHTML Media Types&amp;lt;/a&amp;gt;&amp;lt;/cite&amp;gt;&amp;quot;, Masayasu Ishikawa, 1 August 2002.&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;a href=&amp;quot;http://www.w3.org/TR/xhtml-media-types&amp;quot;&amp;gt;Latest version&amp;lt;/a&amp;gt; available at: http://www.w3.org/TR/xhtml-media-types&amp;lt;/dd&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dt&amp;gt;&amp;lt;a id=&amp;quot;ref-xhtmlmod&amp;quot; name=&amp;quot;ref-xhtmlmod&amp;quot;&amp;gt;&amp;lt;strong&amp;gt;[XHTMLMOD]&amp;lt;/strong&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/dt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dd&amp;gt;&amp;quot;&amp;lt;cite&amp;gt;&amp;lt;a href=&amp;quot;http://www.w3.org/TR/2001/REC-xhtml-modularization-20010410&amp;quot;&amp;gt;Modularization of XHTML&amp;lt;/a&amp;gt;&amp;lt;/cite&amp;gt;&amp;quot;, M. Altheim et al., 10 April 2001.&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;a href=&amp;quot;http://www.w3.org/TR/xhtml-modularization&amp;quot;&amp;gt;Latest version&amp;lt;/a&amp;gt; available at: http://www.w3.org/TR/xhtml-modularization&amp;lt;/dd&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dt&amp;gt;&amp;lt;a name=&amp;quot;ref-xml&amp;quot; id=&amp;quot;ref-xml&amp;quot;&amp;gt;&amp;lt;strong&amp;gt;[XML]&amp;lt;/strong&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/dt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dd&amp;gt;&amp;quot;&amp;lt;a href=&amp;quot;http://www.w3.org/TR/2000/REC-xml-20001006&amp;quot;&amp;gt;Extensible Markup Language (XML) 1.0 Specification (Second Edition)&amp;lt;/a&amp;gt;&amp;quot;, T. Bray, J. Paoli, C. M. Sperberg-McQueen, E. Maler, 6 October&lt;br /&gt;
2000.&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;a href=&amp;quot;http://www.w3.org/TR/REC-xml&amp;quot;&amp;gt;Latest version&amp;lt;/a&amp;gt; available at: http://www.w3.org/TR/REC-xml&amp;lt;/dd&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dt&amp;gt;&amp;lt;a name=&amp;quot;ref-xmlns&amp;quot; id=&amp;quot;ref-xmlns&amp;quot;&amp;gt;&amp;lt;strong&amp;gt;[XMLNS]&amp;lt;/strong&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/dt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dd&amp;gt;&amp;quot;&amp;lt;a href=&amp;quot;http://www.w3.org/TR/1999/REC-xml-names-19990114&amp;quot;&amp;gt;Namespaces in XML&amp;lt;/a&amp;gt;&amp;quot;, T. Bray, D. Hollander, A. Layman, 14 January 1999.&amp;lt;br /&amp;gt;&lt;br /&gt;
XML namespaces provide a simple method for qualifying names used in XML documents by associating them with namespaces identified by URI.&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;a href=&amp;quot;http://www.w3.org/TR/REC-xml-names&amp;quot;&amp;gt;Latest version&amp;lt;/a&amp;gt; available at: http://www.w3.org/TR/REC-xml-names&amp;lt;/dd&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dt&amp;gt;&amp;lt;a name=&amp;quot;ref-xmlc14n&amp;quot; id=&amp;quot;ref-xmlc14n&amp;quot;&amp;gt;&amp;lt;strong&amp;gt;[XMLC14N]&amp;lt;/strong&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/dt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dd&amp;gt;&amp;quot;&amp;lt;a href=&amp;quot;http://www.w3.org/TR/2001/REC-xml-c14n-20010315&amp;quot;&amp;gt;Canonical XML Version 1.0&amp;lt;/a&amp;gt;&amp;quot;, J. Boyer, 15 March 2001.&amp;lt;br /&amp;gt;&lt;br /&gt;
This document describes a method for generating a physical representation, the canonical form, of an XML document.&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;a href=&amp;quot;http://www.w3.org/TR/xml-c14n&amp;quot;&amp;gt;Latest version&amp;lt;/a&amp;gt; available at: http://www.w3.org/TR/xml-c14n&amp;lt;/dd&amp;gt;&lt;br /&gt;
&amp;lt;/dl&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
[http://www.w3.org/TR/xhtml1/#refs XHTML1.0 Spec references]&lt;br /&gt;
&lt;br /&gt;
== CiteProc XHTML Output ==&lt;br /&gt;
&lt;br /&gt;
The XHTML output for CiteProc[http://xbiblio.sourceforge.net/citeproc.html] wasn't designed per se as a microformat, but is probably not a bad place to start. It is desgined to handle a wide range of content. Here is the APA output:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
 &amp;lt;div id=&amp;quot;bibliography&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
   &amp;lt;h3&amp;gt;References&amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
   &amp;lt;p id=&amp;quot;Brenner2000a&amp;quot; class=&amp;quot;bibref&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;span class=&amp;quot;creator&amp;quot;&amp;gt;Brenner, N.&amp;lt;/span&amp;gt;&lt;br /&gt;
    &amp;lt;span class=&amp;quot;date&amp;quot;&amp;gt; (&amp;lt;span class=&amp;quot;year&amp;quot;&amp;gt;2000&amp;lt;/span&amp;gt;) &amp;lt;/span&amp;gt;&lt;br /&gt;
    &amp;lt;span class=&amp;quot;title&amp;quot;&amp;gt;The Urban Question as a Scale Question: Reflections &lt;br /&gt;
    on Henri Lefebre, Urban Theory and the Politics of Scale, &amp;lt;/span&amp;gt;&lt;br /&gt;
    &amp;lt;span class=&amp;quot;container&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;span class=&amp;quot;title&amp;quot; style=&amp;quot;font-style: italic&amp;quot;&amp;gt;International Journal of &lt;br /&gt;
        Urban and Regional Research, &amp;lt;/span&amp;gt;&lt;br /&gt;
      &amp;lt;span class=&amp;quot;volume&amp;quot;&amp;gt;24&amp;lt;/span&amp;gt;&lt;br /&gt;
      &amp;lt;span class=&amp;quot;issue&amp;quot;&amp;gt;(2)&amp;lt;/span&amp;gt;&lt;br /&gt;
      &amp;lt;span class=&amp;quot;locator&amp;quot;&amp;gt;, pp. 361–78&amp;lt;/span&amp;gt;&lt;br /&gt;
      &amp;lt;/span&amp;gt;.&lt;br /&gt;
    &amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
   &amp;lt;p id=&amp;quot;NW2000-0207&amp;quot; class=&amp;quot;bibref&amp;quot;&amp;gt;&lt;br /&gt;
     &amp;lt;span class=&amp;quot;creator&amp;quot;&amp;gt;Newsweek&amp;lt;/span&amp;gt;&lt;br /&gt;
     &amp;lt;span class=&amp;quot;date&amp;quot;&amp;gt; &lt;br /&gt;
       (&amp;lt;span class=&amp;quot;year&amp;quot;&amp;gt;2000a&amp;lt;/span&amp;gt;&lt;br /&gt;
       &amp;lt;span class=&amp;quot;month&amp;quot;&amp;gt;, February&amp;lt;/span&amp;gt;&lt;br /&gt;
       &amp;lt;span class=&amp;quot;day&amp;quot;&amp;gt; 7&amp;lt;/span&amp;gt;) &lt;br /&gt;
     &amp;lt;/span&amp;gt;&lt;br /&gt;
     &amp;lt;span class=&amp;quot;title&amp;quot;&amp;gt;The Grandmas Pay a Visit, &amp;lt;/span&amp;gt;&lt;br /&gt;
     &amp;lt;span class=&amp;quot;container&amp;quot;&amp;gt;&lt;br /&gt;
       &amp;lt;span class=&amp;quot;volume&amp;quot;&amp;gt;135&amp;lt;/span&amp;gt;&lt;br /&gt;
       &amp;lt;span class=&amp;quot;issue&amp;quot;&amp;gt;(6)&amp;lt;/span&amp;gt;&lt;br /&gt;
       &amp;lt;span class=&amp;quot;locator&amp;quot;&amp;gt;, pp. 45&amp;lt;/span&amp;gt;&lt;br /&gt;
     &amp;lt;/span&amp;gt;.&lt;br /&gt;
   &amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
   &amp;lt;p id=&amp;quot;Veer1996a&amp;quot; class=&amp;quot;bibref&amp;quot;&amp;gt;&lt;br /&gt;
     &amp;lt;span class=&amp;quot;creator&amp;quot;&amp;gt;van der Veer, P.&amp;lt;/span&amp;gt;&lt;br /&gt;
     &amp;lt;span class=&amp;quot;date&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;year&amp;quot;&amp;gt; (1996) &amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
     &amp;lt;span class=&amp;quot;title&amp;quot;&amp;gt;Riots and Rituals: The Construction of Violence &lt;br /&gt;
       and Public Space in Hindu Nationalism&amp;lt;/span&amp;gt;&lt;br /&gt;
     &amp;lt;span class=&amp;quot;container&amp;quot;&amp;gt;, In Brass, P.&amp;lt;span class=&amp;quot;role&amp;quot;&amp;gt; (Ed.)&amp;lt;/span&amp;gt;. &lt;br /&gt;
       &amp;lt;span class=&amp;quot;title&amp;quot; style=&amp;quot;font-style: italic&amp;quot;&amp;gt;Riots and Pogroms.&amp;lt;/span&amp;gt;&lt;br /&gt;
       &amp;lt;span class=&amp;quot;origin&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;place&amp;quot;&amp;gt;New York&amp;lt;/span&amp;gt;&lt;br /&gt;
       &amp;lt;span class=&amp;quot;publisher&amp;quot;&amp;gt;: NYU Press&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
       &amp;lt;span class=&amp;quot;locator&amp;quot;&amp;gt;, pp. 154–76&amp;lt;/span&amp;gt;&lt;br /&gt;
     &amp;lt;/span&amp;gt;.&lt;br /&gt;
   &amp;lt;/p&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;
== ACM Digital Library Search Result Examples ==&lt;br /&gt;
&lt;br /&gt;
The [http://www.acm.org/dl/ ACM Digital Library] is a heavily used computer science literature database.&lt;br /&gt;
&lt;br /&gt;
First, the markup for one entry from the table of contents page for the ACM TACO (Transactions on Architecture and Code Optimization) journal:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;td align=&amp;quot;left&amp;quot; class=&amp;quot;small-text&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;a href=&amp;quot;citation.cfm?id=1113841.1113842&amp;amp;coll=portal&amp;amp;dl=ACM&amp;amp;idx=1113841&amp;amp;part=periodical&amp;amp;WantType=periodical&amp;amp;title=ACM%20Transactions%20on%20Architecture%20and%20Code%20Optimization%20%28TACO%29&amp;amp;CFID=68451946&amp;amp;CFTOKEN=20517650&amp;quot;class=&amp;quot;medium-text&amp;quot; target=&amp;quot;_self&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;strong&amp;gt;Improving WCET by applying a WC code-positioning optimization &amp;lt;/strong&amp;gt;&lt;br /&gt;
&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
 Wankang Zhao, David Whalley, Christopher Healy, Frank Mueller&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;small&amp;gt; Pages: 335 - 365&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;Full text available:&amp;amp;nbsp;&amp;lt;A HREF=&amp;quot;ft_gateway.cfm?id=1113842&amp;amp;type=pdf&amp;amp;coll=portal&amp;amp;dl=ACM&amp;amp;CFID=68451946&amp;amp;CFTOKEN=20517650&amp;quot; target=&amp;quot;_blank&amp;quot;&amp;gt;&amp;lt;img src=&amp;quot;images/pdf_logo.gif&amp;quot; ... height=&amp;quot;16&amp;quot; hspace=&amp;quot;1&amp;quot; alt=&amp;quot;pdf format&amp;quot; border=&amp;quot;0&amp;quot; align=&amp;quot;texttop&amp;quot;&amp;gt;Pdf&amp;lt;/A&amp;gt;(510&amp;amp;nbsp;KB)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;smaller-text&amp;quot;&amp;gt;&amp;lt;table border=&amp;quot;0&amp;quot; cellpadding=&amp;quot;0&amp;quot; cellpadding=&amp;quot;0&amp;quot;&amp;gt;&amp;lt;tr valign=&amp;quot;top&amp;quot;&amp;gt;&amp;lt;td class=&amp;quot;smaller-text&amp;quot; nowrap&amp;gt;Additional Information:&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td class=&amp;quot;smaller-text&amp;quot;&amp;gt;&amp;lt;img src=&amp;quot;img/doc_blank.gif&amp;quot; ... height=&amp;quot;16&amp;quot; alt=&amp;quot;&amp;quot; border=&amp;quot;0&amp;quot; align=&amp;quot;texttop&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;A HREF=&amp;quot;citation.cfm?id=1113842&amp;amp;jmp=cit&amp;amp;coll=portal&amp;amp;dl=ACM&amp;amp;CFID=68451946&amp;amp;CFTOKEN=20517650#CIT&amp;quot; target=&amp;quot;_self&amp;quot;&amp;gt;full citation&amp;lt;/a&amp;gt;, &lt;br /&gt;
&amp;lt;A HREF=&amp;quot;citation.cfm?id=1113842&amp;amp;jmp=abstract&amp;amp;coll=portal&amp;amp;dl=ACM&amp;amp;CFID=68451946&amp;amp;CFTOKEN=20517650#abstract&amp;quot; target=&amp;quot;_self&amp;quot;&amp;gt;abstract&amp;lt;/A&amp;gt;, &lt;br /&gt;
&amp;lt;A HREF=&amp;quot;citation.cfm?id=1113842&amp;amp;jmp=references&amp;amp;coll=portal&amp;amp;dl=ACM&amp;amp;CFID=68451946&amp;amp;CFTOKEN=20517650#references&amp;quot; target=&amp;quot;_self&amp;quot;&amp;gt; references&amp;lt;/A&amp;gt;, &lt;br /&gt;
&amp;lt;A HREF=&amp;quot;citation.cfm?id=1113842&amp;amp;jmp=indexterms&amp;amp;coll=portal&amp;amp;dl=ACM&amp;amp;CFID=68451946&amp;amp;CFTOKEN=20517650#indexterms&amp;quot; target=&amp;quot;_self&amp;quot;&amp;gt; index terms&amp;lt;/A&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;/table&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The markup for the 'full citation' page is similar, with a little more information about the authors.&lt;br /&gt;
&lt;br /&gt;
Here's the markup from the 'ACM Ref' link, which apparently is how they suggest you format it:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
Zhao, W., Whalley, D., Healy, C., and Mueller, F. 2005. &lt;br /&gt;
Improving WCET by applying a WC code-positioning optimization. &lt;br /&gt;
&amp;lt;i&amp;gt;ACM Trans. Archit. Code Optim.&amp;lt;/i&amp;gt; 2, 4 (Dec. 2005), 335-365. &lt;br /&gt;
DOI= http://doi.acm.org/10.1145/1113841.1113842&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== IEEE IEEExplore Search Results Markup ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;td width=&amp;quot;96%&amp;quot; class=&amp;quot;bodyCopyBlackLargeSpaced&amp;quot; valign=&amp;quot;middle&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;strong&amp;gt;On the parallel execution time of tiled loops&amp;lt;/strong&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Hogstedt, K.; Carter, L.; Ferrante, J.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;A href='/xpl/RecentIssue.jsp?punumber=71'&amp;gt;Parallel and Distributed Systems, IEEE Transactions on&amp;lt;/A&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Volume: 14&lt;br /&gt;
&lt;br /&gt;
&amp;amp;nbsp;Issue: 3&lt;br /&gt;
&amp;amp;nbsp;March 2003 &amp;lt;br /&amp;gt;&lt;br /&gt;
Page(s):  307- 321&amp;lt;br&amp;gt;&lt;br /&gt;
Digital Object Identifier 10.1109/TPDS.2003.1189587&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div id=&amp;quot;menu0&amp;quot; style=&amp;quot;display:block&amp;quot;&amp;gt;&amp;lt;strong&amp;gt;Summary:&amp;amp;nbsp;&amp;lt;/strong&amp;gt; Many &lt;br /&gt;
computationally-intensive programs, such as those for differential equations, spatial &lt;br /&gt;
interpolation, and dynamic programming, spend a large portion of their execution time in &lt;br /&gt;
multiply-nested loops that have a regular stencil of data dependences.....&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&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;
== CiteSeer database search results ==&lt;br /&gt;
&lt;br /&gt;
The [http://citeseer.ist.psu.edu CiteSeer] database has been another heavily used Computer Science online resource, and it has minimal markup:&lt;br /&gt;
&lt;br /&gt;
Here's what you see on the main page for a given paper - this information is duplicated everywhere on the page, but this is where it's formatted most like an academic citation:&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;font size=-1&amp;gt;Yoshio Kataoka, Michael D. Ernst, William G. Griswold, and David Notkin. &lt;br /&gt;
Automated support for program refactoring using invariants. In ICSM, pages 736-- 743, &lt;br /&gt;
November 2001. http://citeseer.ist.psu.edu/kataoka01automated.html &amp;amp;nbsp; &lt;br /&gt;
&amp;lt;a href=&amp;quot;http://citeseer.ist.psu.edu/check/1791139&amp;quot;&amp;gt;More&amp;lt;/a&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;br&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;
Clicking on the 'More' link in the above text gets you a page with a listing of all the ways they found it written out as a citation in other papers. This is an example of how they mark up each of those entries:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Yoshio Kataoka, Michael D. Ernst, William G. Griswold, and David Notkin. &lt;br /&gt;
&amp;lt;i&amp;gt;Automated support for program refactoring using invariants&amp;lt;/i&amp;gt;.&lt;br /&gt;
 In ICSM, pages 736-- 743, November 2001.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== CiteULike.org citation listing ==&lt;br /&gt;
&lt;br /&gt;
[http://www.citeulike.org/ CiteULike] is a shared reference database site that allows organization using tags and ratings. The site imports from many unstructured web resources using mostly screen-scraping plugins (I think --Mike) &lt;br /&gt;
&lt;br /&gt;
Here is an example of the markup for one article on the main page:&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
  &amp;lt;td...&amp;gt;&lt;br /&gt;
    &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;&lt;br /&gt;
        &amp;lt;a class=&amp;quot;title&amp;quot; href=&amp;quot;/user/jrw/article/505272&amp;quot;&amp;gt;Geometric phases in adiabatic open quantum systems&amp;lt;/a&amp;gt;&lt;br /&gt;
        &amp;lt;div class=&amp;quot;vague&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
        &amp;lt;div class=&amp;quot;vague&amp;quot;&amp;gt;by&amp;lt;a class=&amp;quot;author&amp;quot; href=&amp;quot;/user/jrw/author/Sarandy&amp;quot;&amp;gt;Sarandy&amp;lt;/a&amp;gt; MS, &lt;br /&gt;
          &amp;lt;a class=&amp;quot;author&amp;quot; href=&amp;quot;/user/jrw/author/Lidar&amp;quot;&amp;gt;Lidar&amp;lt;/a&amp;gt; DA&amp;lt;/div&amp;gt;&lt;br /&gt;
        &amp;lt;div class=&amp;quot;vague&amp;quot;&amp;gt;&lt;br /&gt;
          posted to &amp;lt;a class=&amp;quot;tag&amp;quot; rel=&amp;quot;tag&amp;quot; href=&amp;quot;/user/jrw/tag/geometry&amp;quot;&amp;gt;geometry&amp;lt;/a&amp;gt;&lt;br /&gt;
          &amp;lt;a class=&amp;quot;tag&amp;quot; rel=&amp;quot;tag&amp;quot; href=&amp;quot;/user/jrw/tag/physics&amp;quot;&amp;gt;physics&amp;lt;/a&amp;gt;&lt;br /&gt;
          &amp;lt;a class=&amp;quot;tag&amp;quot; rel=&amp;quot;tag&amp;quot; href=&amp;quot;/user/jrw/tag/quantum&amp;quot;&amp;gt;quantum&amp;lt;/a&amp;gt;&lt;br /&gt;
          &amp;lt;a class=&amp;quot;tag&amp;quot; rel=&amp;quot;tag&amp;quot; href=&amp;quot;/user/jrw/tag/quantum-information&amp;quot;&amp;gt;quantum-information&amp;lt;/a&amp;gt;&lt;br /&gt;
          by &amp;lt;a href=&amp;quot;/user/jrw&amp;quot;&amp;gt;jrw&amp;lt;/a&amp;gt;&lt;br /&gt;
          as &amp;lt;img alt=&amp;quot;x&amp;quot;src=&amp;quot;http://static.citeulike.org/img/star2.png&amp;quot; /&amp;gt;&lt;br /&gt;
          on&amp;amp;nbsp;2006-02-14 18:36:22&lt;br /&gt;
        &amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;/ul&amp;gt;&lt;br /&gt;
  &amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
And here is markup from the detail page for another publication:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;content&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;table...&amp;gt;&lt;br /&gt;
  &amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td...&amp;gt;&amp;lt;h1&amp;gt;T-Coffee: A novel method for fast and accurate multiple sequence alignment.&amp;lt;/h1&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;td&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;
&amp;lt;div class=&amp;quot;vague&amp;quot;&amp;gt;&amp;lt;i&amp;gt;J Mol Biol&amp;lt;/i&amp;gt;, Vol. 302, No. 1. (8 September 2000), pp. 205-217.&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h2&amp;gt;Authors&amp;lt;/h2&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
  &amp;lt;li&amp;gt;&lt;br /&gt;
    &amp;lt;span class=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;a class=&amp;quot;author&amp;quot; href=&amp;quot;/user/ffranca/author/Notredame&amp;quot;&amp;gt;Notredame&amp;lt;/a&amp;gt; C&amp;lt;/span&amp;gt;,&lt;br /&gt;
    &amp;lt;span class=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;a class=&amp;quot;author&amp;quot; href=&amp;quot;/user/ffranca/author/Higgins&amp;quot;&amp;gt;Higgins&amp;lt;/a&amp;gt; DG&amp;lt;/span&amp;gt;, &lt;br /&gt;
    &amp;lt;span class=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;a class=&amp;quot;author&amp;quot; href=&amp;quot;/user/ffranca/author/Heringa&amp;quot;&amp;gt;Heringa&amp;lt;/a&amp;gt; J&amp;lt;/span&amp;gt;&lt;br /&gt;
  &amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
..&lt;br /&gt;
&amp;lt;table...&amp;gt;&lt;br /&gt;
  &amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td ...&amp;gt;&lt;br /&gt;
      &amp;lt;h2&amp;gt;Online Article&lt;br /&gt;
        &amp;lt;span class=&amp;quot;Z3988&amp;quot;&lt;br /&gt;
          title=&amp;quot;ctx_ver=Z39.88-2004&amp;amp;amp;rft_val_fmt=info:ofi/fmt:kev:mtx:journal&amp;amp;amp;rfr_id=info:sid/citeulike.org/citeulike&amp;amp;amp;rft.aufirst=&amp;amp;amp;rft_id=info:doi/10%2e1006%2fjmbi%2e2000%2e4042&amp;amp;amp;rft.spage=205&amp;amp;amp;rft.issue=1&amp;amp;amp;rft.aulast=Notredame&amp;amp;amp;rft.title=J+Mol+Biol&amp;amp;amp;rft.epage=217&amp;amp;amp;rft.issn=0022%2d2836&amp;amp;amp;rft.volume=302&amp;amp;amp;rft.auinit=C&amp;amp;amp;rft.atitle=T%2dCoffee%3a+A+novel+method+for+fast+and+accurate+multiple+sequence+alignment%2e&amp;amp;amp;date=2000-9-8&amp;amp;amp;rft.genre=article&amp;amp;amp;genre=article&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      &amp;lt;/h2&amp;gt;&lt;br /&gt;
    &amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;/div&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;&lt;br /&gt;
    &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;&lt;br /&gt;
        &amp;lt;span class=&amp;quot;black&amp;quot;&amp;gt;DOI:&amp;lt;/span&amp;gt;&lt;br /&gt;
        &amp;lt;a accesskey=&amp;quot;1&amp;quot; href=&amp;quot;http://dx.doi.org/10.1006/jmbi.2000.4042&amp;quot; rel=&amp;quot;nofollow&amp;quot;&amp;gt;View article online&amp;lt;/a&amp;gt;&lt;br /&gt;
      &amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;&lt;br /&gt;
        &amp;lt;span class=&amp;quot;black&amp;quot;&amp;gt;Pubmed:&amp;lt;/span&amp;gt;&lt;br /&gt;
        &amp;lt;a accesskey=&amp;quot;2&amp;quot; &lt;br /&gt;
          href=&amp;quot;http://www.ncbi.nlm.nih.gov/entrez/query.fcgi?cmd=Retrieve&amp;amp;db=pubmed&amp;amp;dopt=Abstract&amp;amp;list_uids=10964570&amp;quot; rel=&amp;quot;nofollow&amp;quot;&amp;gt;&lt;br /&gt;
            View article online&amp;lt;/a&amp;gt;&lt;br /&gt;
      &amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;&lt;br /&gt;
        &amp;lt;span class=&amp;quot;black&amp;quot;&amp;gt;Hubmed:&amp;lt;/span&amp;gt; &lt;br /&gt;
        &amp;lt;a accesskey=&amp;quot;3&amp;quot; href=&amp;quot;http://www.hubmed.org/display.cgi?uids=10964570&amp;quot; rel=&amp;quot;nofollow&amp;quot;&amp;gt;&lt;br /&gt;
          View article online&amp;lt;/a&amp;gt;&lt;br /&gt;
      &amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;/ul&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;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Amazon.com citation info ==&lt;br /&gt;
&lt;br /&gt;
This is from a detail page on Amazon.com for a book.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;a name='citing' &amp;gt;&amp;lt;/a&amp;gt;&amp;lt;b&amp;gt;This book cites 10 books:&amp;lt;/b&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;ul...&amp;gt;&lt;br /&gt;
  &amp;lt;li&amp;gt; &lt;br /&gt;
    &amp;lt;a href=&amp;quot;http://www.amazon.com/exec/obidos/tg/detail/-/1555424236/ref=sid_dp_dp/002-6751255-9290456?%5Fencoding=UTF8&amp;amp;v=glance&amp;quot;&amp;gt;&lt;br /&gt;
      The New Faculty Member: Supporting and Fostering Professional Development (Jossey-Bass Higher and Adult Education Series)&lt;br /&gt;
    &amp;lt;/a&amp;gt;&lt;br /&gt;
    by Robert Boice on&lt;br /&gt;
    &amp;lt;a href=&amp;quot;/gp/reader/0780311361/ref=sib_ab_dp_pg/002-6751255-9290456?%5Fencoding=UTF8&amp;amp;p=S04X&amp;amp;checkSum=vptuDOjULIOadVNe9UFX36fnIKktwxxQOeBmFQupyrA%3D&amp;quot;&amp;gt;page 156&amp;lt;/a&amp;gt;, and &amp;lt;a href=&amp;quot;/gp/reader/0780311361/ref=sib_ab_dp_pg/002-6751255-9290456?%5Fencoding=UTF8&amp;amp;p=S088&amp;amp;checkSum=vptuDOjULINm2bvcL37hZR%2BcnJi%2F9hhUyu1%2FlXWnOM8%3D&amp;quot;&amp;gt;&lt;br /&gt;
      page 275&lt;br /&gt;
    &amp;lt;/a&amp;gt;&lt;br /&gt;
  &amp;lt;/li&amp;gt;&lt;br /&gt;
  &amp;lt;li&amp;gt;&lt;br /&gt;
    &amp;lt;a href=&amp;quot;http://www.amazon.com/exec/obidos/tg/detail/-/0137947364/ref=sid_dp_dp/002-6751255-9290456?%5Fencoding=UTF8&amp;amp;v=glance&amp;quot; &amp;gt;Science, Technology and Society&amp;lt;/a&amp;gt;&lt;br /&gt;
    by Robert E. McGinn on&lt;br /&gt;
    &amp;lt;a href=&amp;quot;/gp/reader/0780311361/ref=sib_ab_dp_pg/002-6751255-9290456?%5Fencoding=UTF8&amp;amp;p=S023&amp;amp;checkSum=vptuDOjULIMgFwAeeT8gWiDHmklkxfy%2BGug%2BAS7UI2Y%3D&amp;quot;&amp;gt;page 54&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;&lt;br /&gt;
&lt;br /&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;
== PubMed Medical Journal Example == &lt;br /&gt;
&lt;br /&gt;
Still another example of markup in the wild, coming from a search for &amp;quot;pancreas&amp;quot; in the New England Journal of Medicine from pubmed.org.&lt;br /&gt;
&lt;br /&gt;
Note the title attribute with the expanded version of the canonical abbreviation for the journal.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td ...&amp;gt;&lt;br /&gt;
&amp;lt;a href=&amp;quot;/entrez/query.fcgi?cmd=Retrieve&amp;amp;db=pubmed&amp;amp;dopt=Abstract&amp;amp;list_uids=15371579&amp;amp;itool=iconnoabstr&amp;amp;query_hl=2&amp;amp;itool=pubmed_docsum&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;img alt=&amp;quot;No abstract&amp;quot; id=&amp;quot;No abstract_15371579&amp;quot; ... Title=&amp;quot;No abstract&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td ...&amp;gt;Cystic neoplasms of the pancreas.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font size=&amp;quot;-1&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;span title=&amp;quot;The New England journal of medicine.&amp;quot;&amp;gt;N Engl J Med.&amp;lt;/span&amp;gt;&lt;br /&gt;
 2004 Sep 16;351(12):1218-26. Review. No abstract available. &amp;lt;br&amp;gt;&lt;br /&gt;
PMID: 15371579 [PubMed - indexed for MEDLINE]&lt;br /&gt;
&amp;lt;/font&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Wikipedia Examples ==&lt;br /&gt;
&lt;br /&gt;
=== Wikipedia Book ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;li id=&amp;quot;_note-8&amp;quot;&amp;gt;&amp;lt;b&amp;gt;&amp;lt;a href=&amp;quot;#_ref-8&amp;quot; title=&amp;quot;&amp;quot;&amp;gt;^&amp;lt;/a&amp;gt;&amp;lt;/b&amp;gt; &lt;br /&gt;
&amp;lt;i&amp;gt;Tuva Or Bust!&amp;lt;/i&amp;gt;, Ralph Leighton, W. W. Norton &amp;amp;amp; Company, 2000, &lt;br /&gt;
&amp;lt;a href=&amp;quot;/w/index.php?title=Special:Booksources&amp;amp;amp;isbn=0393320693&amp;quot; &lt;br /&gt;
    class=&amp;quot;internal&amp;quot;&amp;gt;ISBN 0393320693&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Wikipedia Journal Article ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;li id=&amp;quot;_note-science1982-Dickerson&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;&amp;lt;a href=&amp;quot;#_ref-science1982-Dickerson_0&amp;quot; title=&amp;quot;&amp;quot;&amp;gt;^&amp;lt;/a&amp;gt;&amp;lt;/b&amp;gt;&lt;br /&gt;
 &amp;lt;cite style=&amp;quot;font-style:normal&amp;quot;&amp;gt;Dickerson et al. (1982). &amp;quot;The Anatomy of A-, B-, and Z-DNA&amp;quot;. &lt;br /&gt;
 &amp;lt;i&amp;gt;Science&amp;lt;/i&amp;gt; &amp;lt;b&amp;gt;216&amp;lt;/b&amp;gt;: 475-485. DOI: 10.1126/science.7071593.&amp;lt;/cite&amp;gt;&lt;br /&gt;
 &amp;lt;sup&amp;gt;&amp;lt;a href=&amp;quot;...&amp;quot; class=&amp;quot;external text&amp;quot; title=&amp;quot;...&amp;quot;&amp;gt;PubMed&amp;lt;/a&amp;gt;&amp;lt;/sup&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Wikipedia Court Case ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;i&amp;gt;&amp;lt;a href=&amp;quot;/wiki/Perfect_10_v._Google_Inc&amp;quot; title=&amp;quot;Perfect 10 v. Google Inc&amp;quot;&amp;gt;Perfect 10 v. Google Inc&amp;lt;/a&amp;gt;&amp;lt;/i&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;CASE NO. CV 04-9484 AHM (SHx)&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;a href=&amp;quot;/wiki/Central_District_of_California&amp;quot; title=&amp;quot;Central District of California&amp;quot;&amp;gt;CDCA&amp;lt;/a&amp;gt; 2006&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Thumbnails in Web searches that impinged upon market for images of that size were not fair use.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Wikipedia US Law ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;cite id=&amp;quot;endnote_FISA&amp;quot; style=&amp;quot;font-style: normal;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;a href=&amp;quot;#ref_FISA&amp;quot; title=&amp;quot;&amp;quot;&amp;gt;&amp;lt;b&amp;gt;↑&amp;lt;/b&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/cite&amp;gt;&amp;amp;#160; &lt;br /&gt;
&amp;lt;a href=&amp;quot;http://www.law.cornell.edu/uscode/html/uscode50/usc_sup_01_50_10_36.html&amp;quot; &lt;br /&gt;
    class=&amp;quot;external text&amp;quot; title=&amp;quot;...&amp;quot;&amp;gt;50 U.S.C Chapter 36 Foreign Intelligence Surveillance&amp;lt;/a&amp;gt;&lt;br /&gt;
     The complete text of the Foreign Intelligence Surveillance Act&lt;br /&gt;
     &amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The sections of the law are cited inline, without markup, as &amp;quot;50 U.S.C. §1801(a) (4),(5),(6)&amp;quot; for example.&lt;br /&gt;
&lt;br /&gt;
=== Wikipedia Conference Presentation ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;h3&amp;gt;Conference presentation by Pillar&amp;lt;/h3&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&lt;br /&gt;
&amp;lt;a href=&amp;quot;http://www.duke.edu/web/tiss/archives/conferencerecords/media/Pillar.htm&amp;quot; &lt;br /&gt;
class=&amp;quot;external text&amp;quot; title=&amp;quot;...&amp;quot;&amp;gt;Foreign and Domestic Publics and the Counter-terrorism Effort&amp;lt;/a&amp;gt;&lt;br /&gt;
 (Duke University, 21-2 March 2003).&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Wikipedia Primary Historical Source ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;U.S. War Dept., &amp;lt;a href=&amp;quot;http://cdl.library.cornell.edu/moa/browse.monographs/waro.html&amp;quot; &lt;br /&gt;
                         class=&amp;quot;external text&amp;quot; title=&amp;quot;...&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;i&amp;gt;The War of the Rebellion: a Compilation of the Official Records of the Union and Confederate Armies&amp;lt;/i&amp;gt;&amp;lt;/a&amp;gt;,&lt;br /&gt;
 U.S. Government Printing Office, 1880–1901. 70 very large volumes of letters and reports written by both armies. &lt;br /&gt;
 Online at &amp;lt;a href=&amp;quot;http://cdl.library.cornell.edu/moa/browse.monographs/waro.html&amp;quot; &lt;br /&gt;
                 class=&amp;quot;external autonumber&amp;quot; title=&amp;quot;...&amp;quot;&amp;gt;[6]&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Wikipedia U.S. Patent ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;a href=&amp;quot;http://patft.uspto.gov/netacgi/nph-Parser?patentnumber=4,405,829&amp;quot; class=&amp;quot;external text&amp;quot; &lt;br /&gt;
    title=&amp;quot;http://patft.uspto.gov/netacgi/nph-Parser?patentnumber=4,405,829&amp;quot;&amp;gt;U.S. Patent 4,405,829&amp;lt;/a&amp;gt;:&lt;br /&gt;
    The &amp;lt;a href=&amp;quot;/wiki/RSA&amp;quot; title=&amp;quot;RSA&amp;quot;&amp;gt;RSA&amp;lt;/a&amp;gt; patent, a famous software patent on the ground-breaking &lt;br /&gt;
    and highly unobvious algorithm for public key encryption, widely used for secure communications &lt;br /&gt;
    in many industries nowdays&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== EPrints.org generated output ==&lt;br /&gt;
&lt;br /&gt;
EPrints uses the DC terms for information in the head element of an entry:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;head&amp;gt;&lt;br /&gt;
    &amp;lt;title&amp;gt;ECS EPrints Service - Winnowing Ontologies based on Application Use&amp;lt;/title&amp;gt;&lt;br /&gt;
    &amp;lt;link href=&amp;quot;http://purl.org/DC/elements/1.0/&amp;quot; rel=&amp;quot;schema.DC&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;meta content=&amp;quot;Winnowing Ontologies based on Application Use&amp;quot; name=&amp;quot;DC.title&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;meta content=&amp;quot;Alani, Harith&amp;quot; name=&amp;quot;DC.creator&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;meta content=&amp;quot;Harris, Stephen&amp;quot; name=&amp;quot;DC.creator&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;meta content=&amp;quot;O'Neil, Ben&amp;quot; name=&amp;quot;DC.creator&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;meta content=&amp;quot;The requirements of specific ... that ontology.&amp;quot; name=&amp;quot;DC.description&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;meta content=&amp;quot;2006-01-01&amp;quot; name=&amp;quot;DC.date&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;meta content=&amp;quot;Conference or Workshop Item&amp;quot; name=&amp;quot;DC.type&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;meta content=&amp;quot;http://eprints.ecs.soton.ac.uk/12070/&amp;quot; name=&amp;quot;DC.identifier&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;meta content=&amp;quot;pdf http://eprints.ecs.soton.ac.uk/12070/01/Alani-final.pdf&amp;quot; name=&amp;quot;DC.format&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;link title=&amp;quot;Full Text (application/pdf)&amp;quot; href=&amp;quot;http://eprints.ecs.soton.ac.uk/12070/01/Alani-final.pdf&amp;quot; &lt;br /&gt;
    class=&amp;quot;fulltext&amp;quot; type=&amp;quot;application/pdf&amp;quot; rel=&amp;quot;alternate&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
And the following markup for the page's HTML:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;td valign=&amp;quot;top&amp;quot;&amp;gt;&amp;lt;div class=&amp;quot;page&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h1 class=&amp;quot;pagetitle&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;field_title&amp;quot;&amp;gt;Winnowing Ontologies based on Application Use&amp;lt;/span&amp;gt;&amp;lt;/h1&amp;gt;&lt;br /&gt;
&amp;lt;p class=&amp;quot;intro&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;citation&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;field_authors&amp;quot;&amp;gt;Alani, H., Harris, S. and O'Neil, B.&amp;lt;/span&amp;gt; &lt;br /&gt;
(&amp;lt;span class=&amp;quot;field_year&amp;quot;&amp;gt;2006&amp;lt;/span&amp;gt;)&lt;br /&gt;
&amp;lt;span class=&amp;quot;field_title&amp;quot;&amp;gt;Winnowing Ontologies based on Application Use&amp;lt;/span&amp;gt;. &lt;br /&gt;
  In &amp;lt;i&amp;gt;Proceedings of &lt;br /&gt;
&amp;lt;span class=&amp;quot;field_conference&amp;quot;&amp;gt;3rd European Semantic Web Conference (ESWC)&amp;lt;/span&amp;gt;&amp;lt;/i&amp;gt;, &lt;br /&gt;
&amp;lt;span class=&amp;quot;field_confloc&amp;quot;&amp;gt;Budva, Montenegro&amp;lt;/span&amp;gt;.&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== BibDesk default HTML export example ==&lt;br /&gt;
&lt;br /&gt;
Due to some recent improvements, BibDesk allows extensive user customization of its HTML output.&lt;br /&gt;
It has had an HTML template system since 2004, and the default template hasn't changed much since then.&lt;br /&gt;
Here is the default template, which I wrote long before I knew what little I know now of semantic HTML - Mike.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;content&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h1&amp;gt;&amp;lt;$fileName.lastPathComponent/&amp;gt;&amp;lt;/h1&amp;gt;&lt;br /&gt;
&amp;lt;dl&amp;gt;&lt;br /&gt;
&amp;lt;dt class=&amp;quot;Key&amp;quot; id=&amp;quot;&amp;lt;$citeKey/&amp;gt;&amp;quot;&amp;gt;&amp;lt;$citeKey/&amp;gt;&amp;lt;dt /&amp;gt;&lt;br /&gt;
&amp;lt;dd class=&amp;quot;Pub&amp;quot;&amp;gt;&lt;br /&gt;
	&amp;lt;span class=&amp;quot;Title&amp;quot;&amp;gt;&amp;lt;$fields.Title/&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
	&amp;lt;span class=&amp;quot;Author&amp;quot;&amp;gt;&amp;lt;$pubAuthorsForDisplay/&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
	&amp;lt;span class=&amp;quot;Journal&amp;quot;&amp;gt;&amp;lt;$fields.Journal/&amp;gt;&amp;lt;/span&amp;gt;&amp;amp;nbsp;&lt;br /&gt;
	&amp;lt;span class=&amp;quot;Volume&amp;quot;&amp;gt;&amp;lt;$fields.Volume/&amp;gt;&amp;lt;/span&amp;gt;&amp;amp;nbsp;&lt;br /&gt;
	&amp;lt;span class=&amp;quot;Pages&amp;quot;&amp;gt;&amp;lt;$fields.Pages/&amp;gt;&amp;lt;/span&amp;gt;&amp;amp;nbsp;&lt;br /&gt;
	(&amp;lt;span class=&amp;quot;Date&amp;quot;&amp;gt;&amp;lt;$fields.Year/&amp;gt;&amp;lt;/span&amp;gt;)&amp;lt;br /&amp;gt;&lt;br /&gt;
	&amp;lt;span class=&amp;quot;Url&amp;quot;&amp;gt;&amp;lt;a href=&amp;quot;&amp;lt;$fields.Url/&amp;gt;&amp;quot;&amp;gt;&amp;lt;$fields.Url/&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
	&amp;lt;div class=&amp;quot;Abstract&amp;quot;&amp;gt;&amp;lt;$fields.Abstract/&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;dd /&amp;gt;&lt;br /&gt;
&amp;lt;/dl&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;
Here's a popular modification to the default template, also from 2004, which was used to make this [http://craftsrv1.epfl.ch/~cherubini/extranet/bib/CSCL.bib.html annotated reading list].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;p class=&amp;quot;trigger&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;table width=&amp;quot;100%&amp;quot;  border=&amp;quot;0&amp;quot; cellspacing=&amp;quot;0&amp;quot; cellpadding=&amp;quot;0&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;tr&amp;gt;&lt;br /&gt;
            &amp;lt;td width=&amp;quot;20%&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;Author&amp;quot;&amp;gt;&amp;lt;$pubFields.Author/&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
            &amp;lt;td width=&amp;quot;5%&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;Year&amp;quot;&amp;gt;&amp;lt;$pubFields.Year/&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
            &amp;lt;td width=&amp;quot;55%&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;Title&amp;quot;&amp;gt;&amp;lt;$pubFields.Title/&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
            &amp;lt;td width=&amp;quot;10%&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;url&amp;quot;&amp;gt;&amp;lt;$pubType/&amp;gt;&amp;lt;/span&amp;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;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;div&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;url&amp;quot;&amp;gt; &lt;br /&gt;
&amp;lt;a href=&amp;quot;&amp;lt;$pubFields.Url/&amp;gt;&amp;quot;&amp;gt; &amp;lt;img src=&amp;quot;pdf_icon.gif&amp;quot; border=&amp;quot;0&amp;quot;&amp;gt; &amp;lt;$citeKey/&amp;gt; ~ &amp;lt;$pubFields.Url/&amp;gt;&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p class=&amp;quot;Annote&amp;quot;&amp;gt;Abstract:&amp;lt;br&amp;gt;&amp;lt;$pubFields.Abstract/&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;Notes: &amp;lt;br&amp;gt;&amp;lt;$pubFields.Annote/&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;Keywords: &amp;lt;$pubFields.Keywords/&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;BibTeX: &amp;lt;$bibTeXString/&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;$RTFValue/&amp;gt;&lt;br /&gt;
&amp;lt;/p&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;
Note that the tags that look like &amp;amp;lt;$foo/&amp;amp;gt; are templating entries and are replaced by values from each cited publication object.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== OCLC WorldCat Online ==&lt;br /&gt;
&lt;br /&gt;
=== Book ===&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 id=&amp;quot;item&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;table cellspacing=&amp;quot;0&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td class=&amp;quot;illustration&amp;quot;&amp;gt;&amp;lt;img src=&amp;quot;/wcpa/servlet/DCARead?standardNo=0062515861&amp;amp;standardNoType=1&amp;quot; alt=&amp;quot;Weaving the Web : the original design and ultimate destiny of the World Wide Web by its inventor &amp;quot; /&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td class=&amp;quot;info&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h1 class=&amp;quot;title&amp;quot;&amp;gt; Weaving the Web : the original design and ultimate destiny of the World Wide Web by its inventor &amp;lt;/h1&amp;gt;&lt;br /&gt;
&amp;lt;p class=&amp;quot;author&amp;quot;&amp;gt;&amp;lt;strong&amp;gt;by    &amp;lt;a href=&amp;quot;/search?q=au%3ATim+Berners-Lee&amp;amp;qt=hot_author&amp;quot; title=&amp;quot;Search for more by this author&amp;quot;&amp;gt;Tim Berners-Lee&amp;lt;/a&amp;gt;;&amp;amp;nbsp;&lt;br /&gt;
&amp;lt;a href=&amp;quot;/search?q=au%3AMark+Fischetti&amp;amp;qt=hot_author&amp;quot; title=&amp;quot;Search for more by this author&amp;quot;&amp;gt;Mark Fischetti&amp;lt;/a&amp;gt;&amp;lt;/strong&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;ul class=&amp;quot;detailed&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;li class=&amp;quot;type&amp;quot;&amp;gt;&amp;lt;strong&amp;gt;Type: &amp;lt;/strong&amp;gt;English : &amp;lt;img src=&amp;quot;/wcpa/images/icon-bks.gif&amp;quot; height=16 width=16 alt=&amp;quot;&amp;quot; title=&amp;quot;Book&amp;quot; class=&amp;quot;icn&amp;quot;/&amp;gt; &amp;lt;nobr&amp;gt;Book&lt;br /&gt;
&amp;lt;/nobr&amp;gt;&amp;lt;nobr&amp;gt;&amp;lt;/nobr&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li class=&amp;quot;publisher&amp;quot;&amp;gt;&amp;lt;strong&amp;gt;Publisher: &amp;lt;/strong&amp;gt; San Francisco : HarperSanFrancisco, &amp;amp;copy;1999.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li class=&amp;quot;isbn&amp;quot;&amp;gt;&amp;lt;strong&amp;gt;ISBN: &amp;lt;/strong&amp;gt;0062515861  006251587X&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li class=&amp;quot;oclc&amp;quot;&amp;gt;&amp;lt;strong&amp;gt;OCLC: &amp;lt;/strong&amp;gt;41238513&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&amp;lt;ul class=&amp;quot;subjects&amp;quot;&amp;gt;&amp;lt;li&amp;gt;&amp;lt;strong&amp;gt;Subjects: &amp;lt;/strong&amp;gt;&amp;lt;a href=&amp;quot;/search?q=su%3AWorld+Wide+Web+History.&amp;amp;qt=hot_subject&amp;quot; title=&amp;quot;Search for more with this subject&amp;quot;&amp;gt;World Wide Web -- History.&amp;lt;/a&amp;gt; | &amp;lt;a href=&amp;quot;/search?q=su%3ABerners-Lee%2C+Tim.&amp;amp;qt=hot_subject&amp;quot; title=&amp;quot;Search for more with this subject&amp;quot;&amp;gt;Berners-Lee, Tim.&amp;lt;/a&amp;gt; | &amp;lt;a href=&amp;quot;/search?q=su%3ABerners-Lee%2C+Tim.&amp;amp;qt=hot_subject&amp;quot; title=&amp;quot;Search for more with this subject&amp;quot;&amp;gt;Berners-Lee, Tim.&amp;lt;/a&amp;gt; | &amp;lt;a HREF=&amp;quot;/oclc/41238513?tab=subjects&amp;quot; title=&amp;quot;More ...&amp;quot;&amp;gt;More ...&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td class=&amp;quot;bookmark&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;a href=&amp;quot;javascript:bookmarksite(document.title, 'http://www.worldcatlibraries.org/oclc/41238513');&amp;quot; onmouseover=&amp;quot;MM_displayStatusMsg('Bookmark This Page');return document.MM_returnValue;&amp;quot; onmouseout=&amp;quot;MM_displayStatusMsg('');return document.MM_returnValue;&amp;quot;&amp;gt;Bookmark&amp;lt;/a&amp;gt;&amp;amp;nbsp;|&amp;amp;nbsp;&amp;lt;a href=&amp;quot;/oclc/41238513&amp;quot;&amp;gt;Permalink&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;span class=&amp;quot;Z3988&amp;quot; title=&amp;quot;url_ver=Z39.88-2004&amp;amp;rfr_id=info:sid/worldcatlibraries.org:worldcat&amp;amp;rft_val_fmt=info:ofi/fmt:kev:mtx:book&amp;amp;rft_ref_fmt=info:ofi/fmt:xml:xsd:oai_dc&amp;amp;rft_ref=http://partneraccess.oclc.org/wcpa/servlet/OUDCXML?oclcnum=41238513&amp;amp;rft_id=info:oclcnum/41238513&amp;amp;rft_id=urn:ISBN:0062515861&amp;amp;rft_id=urn:ISSN:&amp;amp;rft.aulast=Berners-Lee&amp;amp;rft.aufirst=Tim&amp;amp;rft.auinitm=&amp;amp;rft.btitle=Weaving+the+Web+%3A+the+original+design+and+ultimate+destiny+of+the+World+Wide+Web+by+its+inventor++&amp;amp;rft.atitle=&amp;amp;rft.date=&amp;amp;rft.tpages=&amp;amp;rft.isbn=0062515861&amp;amp;rft.aucorp=&amp;amp;rft.place=San+Francisco&amp;amp;rft.pub=HarperSanFrancisco&amp;amp;rft.edition=1st+ed.&amp;amp;rft.series=&amp;amp;rft.genre=book&amp;quot;&amp;gt;&amp;lt;/span&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;
&amp;lt;/div&amp;gt;&lt;br /&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;
=== Journal ===&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 id=&amp;quot;item&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;table cellspacing=&amp;quot;0&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td class=&amp;quot;info&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h1 class=&amp;quot;title&amp;quot;&amp;gt; Cataloging &amp;amp; classification quarterly.&amp;lt;/h1&amp;gt;&lt;br /&gt;
&amp;lt;ul class=&amp;quot;detailed&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;li class=&amp;quot;type&amp;quot;&amp;gt;&amp;lt;strong&amp;gt;Type: &amp;lt;/strong&amp;gt;English : &amp;lt;img src=&amp;quot;/wcpa/images/icon-ser.gif&amp;quot; height=16 width=16 alt=&amp;quot;&amp;quot; title=&amp;quot;Serial Publication&amp;quot; class=&amp;quot;icn&amp;quot;/&amp;gt; &amp;lt;nobr&amp;gt;Serial Publication&lt;br /&gt;
&amp;lt;/nobr&amp;gt; : &amp;lt;nobr&amp;gt;Periodical&amp;lt;/nobr&amp;gt;&lt;br /&gt;
&amp;lt;nobr&amp;gt;&amp;lt;span title=&amp;quot;Internet Resource&amp;quot;&amp;gt;&amp;lt;img height=16 width=16 border=0 align=&amp;quot;absmiddle&amp;quot; src=&amp;quot;/wcpa/images/icon-url.gif&amp;quot; alt=&amp;quot;Internet Resource&amp;quot;&amp;gt;&amp;amp;nbsp;Internet Resource&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/nobr&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li class=&amp;quot;publisher&amp;quot;&amp;gt;&amp;lt;strong&amp;gt;Publisher: &amp;lt;/strong&amp;gt; New York, N.Y. : Haworth Press, [&amp;amp;copy;1981]-&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li class=&amp;quot;isbn&amp;quot;&amp;gt;&amp;lt;strong&amp;gt;ISSN: &amp;lt;/strong&amp;gt;0163-9374 1544-4554&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li class=&amp;quot;oclc&amp;quot;&amp;gt;&amp;lt;strong&amp;gt;OCLC: &amp;lt;/strong&amp;gt;4538259&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&amp;lt;ul class=&amp;quot;subjects&amp;quot;&amp;gt;&amp;lt;li&amp;gt;&amp;lt;strong&amp;gt;Subjects: &amp;lt;/strong&amp;gt;&amp;lt;a href=&amp;quot;/search?q=su%3ACataloging+Periodicals.&amp;amp;qt=hot_subject&amp;quot; title=&amp;quot;Search for more with this subject&amp;quot;&amp;gt;Cataloging -- Periodicals.&amp;lt;/a&amp;gt; | &amp;lt;a href=&amp;quot;/search?q=su%3AClassification+Books+Periodicals.&amp;amp;qt=hot_subject&amp;quot; title=&amp;quot;Search for more with this subject&amp;quot;&amp;gt;Classification -- Books -- Periodicals.&amp;lt;/a&amp;gt; | &amp;lt;a href=&amp;quot;/search?q=su%3AClassification+Periodicals.&amp;amp;qt=hot_subject&amp;quot; title=&amp;quot;Search for more with this subject&amp;quot;&amp;gt;Classification -- Periodicals.&amp;lt;/a&amp;gt; | &amp;lt;a HREF=&amp;quot;/oclc/4538259?tab=subjects&amp;quot; title=&amp;quot;More ...&amp;quot;&amp;gt;More ...&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td class=&amp;quot;bookmark&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;a href=&amp;quot;javascript:bookmarksite(document.title, 'http://www.worldcatlibraries.org/oclc/4538259');&amp;quot; onmouseover=&amp;quot;MM_displayStatusMsg('Bookmark This Page');return document.MM_returnValue;&amp;quot; onmouseout=&amp;quot;MM_displayStatusMsg('');return document.MM_returnValue;&amp;quot;&amp;gt;Bookmark&amp;lt;/a&amp;gt;&amp;amp;nbsp;|&amp;amp;nbsp;&amp;lt;a href=&amp;quot;/oclc/4538259&amp;quot;&amp;gt;Permalink&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;span class=&amp;quot;Z3988&amp;quot; title=&amp;quot;url_ver=Z39.88-2004&amp;amp;rfr_id=info:sid/worldcatlibraries.org:worldcat&amp;amp;rft_val_fmt=info:ofi/fmt:kev:mtx:journal&amp;amp;rft_ref_fmt=info:ofi/fmt:xml:xsd:oai_dc&amp;amp;rft_ref=http://partneraccess.oclc.org/wcpa/servlet/OUDCXML?oclcnum=4538259&amp;amp;rft_id=info:oclcnum/4538259&amp;amp;rft_id=urn:ISBN:&amp;amp;rft_id=urn:ISSN:0163-9374&amp;amp;rft.aulast=&amp;amp;rft.aufirst=&amp;amp;rft.auinitm=&amp;amp;rft.atitle=&amp;amp;rft.jtitle=Cataloging+%26+classification+quarterly.&amp;amp;rft.date=&amp;amp;rft.volume=&amp;amp;rft.issue=&amp;amp;rft.spage=&amp;amp;rft.epage=&amp;amp;rft.pages=&amp;amp;rft.issn=0163-9374&amp;amp;rft.eissn=1544-4554&amp;amp;rft.aucorp=&amp;amp;rft.place=&amp;amp;rft.pub=&amp;amp;rft.edition=&amp;amp;rft.series=&amp;amp;rft.genre=journal&amp;quot;&amp;gt;&amp;lt;/span&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;
&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;
&amp;lt;nowiki&amp;gt;Insert non-formatted text here&amp;lt;/nowiki&amp;gt;&amp;lt;nowiki&amp;gt;Insert non-formatted text here&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Implied schema ==&lt;br /&gt;
&lt;br /&gt;
Many of the examples have simple citations in &amp;amp;lt;p&amp;amp;gt;, &amp;amp;lt;div&amp;amp;gt;, &amp;amp;lt;td&amp;amp;gt; etc with no further coding; i.e. &amp;amp;lt;td&amp;amp;gt;Book Title. Author. Publisher, date.&amp;amp;lt;/td&amp;amp;gt;&lt;br /&gt;
&lt;br /&gt;
The following lists the most common markup:&lt;br /&gt;
&lt;br /&gt;
=== Book Titles: ===&lt;br /&gt;
&lt;br /&gt;
*id=&amp;quot;title&amp;quot;&lt;br /&gt;
*class=&amp;quot;producttitle&amp;quot;&lt;br /&gt;
*class=&amp;quot;title&amp;quot;&lt;br /&gt;
*id=&amp;quot;lblTitle&amp;quot;&lt;br /&gt;
*h1&lt;br /&gt;
*h2&lt;br /&gt;
*&amp;amp;lt;dt&amp;amp;gt;&amp;amp;lt;/dt&amp;amp;gt;&lt;br /&gt;
*&amp;amp;lt;cite&amp;amp;gt;&amp;amp;lt;/cite&amp;amp;gt;&lt;br /&gt;
*&amp;amp;lt;strong&amp;amp;gt;&amp;amp;lt;/strong&amp;amp;gt;&lt;br /&gt;
*&amp;amp;lt;i&amp;amp;gt;&amp;amp;lt;/i&amp;amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Book Series: ===&lt;br /&gt;
&lt;br /&gt;
*id=&amp;quot;serieslbl&amp;quot;&lt;br /&gt;
*class=&amp;quot;productsubtitle&amp;quot;&lt;br /&gt;
&lt;br /&gt;
=== Sub-titles: ===&lt;br /&gt;
&lt;br /&gt;
*id=&amp;quot;subtitle&amp;quot;&lt;br /&gt;
*class=&amp;quot;productsubtitle&amp;quot;&lt;br /&gt;
*class=&amp;quot;sub_title&amp;quot;&lt;br /&gt;
*id=&amp;quot;lblSubTitle&amp;quot;&lt;br /&gt;
*class=&amp;quot;book_subline&amp;quot;&lt;br /&gt;
*class=&amp;quot;subTitle&amp;quot;&lt;br /&gt;
&lt;br /&gt;
=== Author: ===&lt;br /&gt;
&lt;br /&gt;
*id=&amp;quot;credit&amp;quot;&lt;br /&gt;
*class=&amp;quot;productauthor&amp;quot;&lt;br /&gt;
*class=&amp;quot;author&amp;quot;&lt;br /&gt;
*Authors (table cell)&lt;br /&gt;
*class=&amp;quot;byline&amp;quot;&lt;br /&gt;
*class=&amp;quot;creator&amp;quot;&lt;br /&gt;
*class=&amp;quot;role&amp;quot;&lt;br /&gt;
*Inside &amp;amp;lt;dd&amp;amp;gt;&amp;amp;lt;/dd&amp;amp;gt; with other elements&lt;br /&gt;
*&amp;amp;lt;li&amp;amp;gt;&amp;amp;lt;/li&amp;amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Publication Date: ===&lt;br /&gt;
&lt;br /&gt;
*id=&amp;quot;pubdate&amp;quot;&lt;br /&gt;
*Publication Date: (table cell)&lt;br /&gt;
*id=&amp;quot;pnlPubDate&amp;quot;&lt;br /&gt;
*Publication Date: &lt;br /&gt;
*class=&amp;quot;publicationdate&amp;quot;&lt;br /&gt;
*Published/Released: &lt;br /&gt;
*class=&amp;quot;date&amp;quot; w/ class=&amp;quot;year&amp;quot;, class=&amp;quot;month&amp;quot;, class=&amp;quot;day&amp;quot;&lt;br /&gt;
*Inside &amp;amp;lt;dd&amp;amp;gt;&amp;amp;lt;/dd&amp;amp;gt; with other elements&lt;br /&gt;
&lt;br /&gt;
=== Publisher: ===&lt;br /&gt;
&lt;br /&gt;
*class=&amp;quot;publisher&amp;quot;&lt;br /&gt;
*class=&amp;quot;origin&amp;quot; (publication location)&lt;br /&gt;
&lt;br /&gt;
=== Volumes: ===&lt;br /&gt;
&lt;br /&gt;
*class=&amp;quot;volume&amp;quot;&lt;br /&gt;
&lt;br /&gt;
=== Issue Number: ===&lt;br /&gt;
&lt;br /&gt;
*class=&amp;quot;issue&amp;quot;&lt;br /&gt;
&lt;br /&gt;
=== Page Numbers: ===&lt;br /&gt;
&lt;br /&gt;
*class=&amp;quot;locator&amp;quot; (inclusive page numbers)&lt;br /&gt;
&lt;br /&gt;
=== ISBN: ===&lt;br /&gt;
&lt;br /&gt;
*class=&amp;quot;isbn&amp;quot;&lt;br /&gt;
*id=&amp;quot;pnlIsbn&amp;quot;&lt;br /&gt;
*id=&amp;quot;lblIsbn&amp;quot;&lt;br /&gt;
*class=&amp;quot;isbnNumber&amp;quot;&lt;br /&gt;
&lt;br /&gt;
=== Book Edition: ===&lt;br /&gt;
&lt;br /&gt;
*class=&amp;quot;edition&amp;quot;&lt;br /&gt;
*Inside &amp;amp;lt;dd&amp;amp;gt;&amp;amp;lt;/dd&amp;amp;gt; with other elements&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Citeproc XHTML output ==&lt;br /&gt;
&lt;br /&gt;
I'm the author of the [http://xbiblio.sourceforge.net/citeproc.html citeproc] project, which includes a micro-format of sorts (though I never thought of it as such) in its XHTML output mode.  See [http://xbiblio.sourceforge.net/examples/apa-en.html here] for an example.  The difference compared to the bibtex-derived model is that is a) more generic and b) hierachical. &lt;br /&gt;
&lt;br /&gt;
It would be possible, certainly, to do a flat model if for some reason there was a good technical reason not to go hierarchical (though is there?)&lt;br /&gt;
&lt;br /&gt;
'''The burden of proof is on *going* hierarchical, rather than a simpler flat solution.  Complexity must be justified, not simplicity.'''&lt;br /&gt;
&lt;br /&gt;
... but then you need to think outside the BibTeX box in any case. Any model of this sort ought to be able to handle legal citations, magazine articles, patents, etc. etc.; not just a narrow range of BibTeX types.&lt;br /&gt;
&lt;br /&gt;
'''Per the microformats [[process]], microformats are designed to support existing practice on the Web, anything else should be omitted from at least the first version.'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Styles ==&lt;br /&gt;
This does NOT define a format, but instead shows how the format should be displayed. This is something out of the direct scope of this project. CSS styles will handle the look-and-feel of the text, and the author can put it in any order they choose. These links are mentioned for two reasons, one is informative, the other is so we know at least meet the minimum properties that are used in the styles.&lt;br /&gt;
&lt;br /&gt;
* [http://www.liu.edu/cwis/cwp/library/workshop/citmla.htm MLA Style]&lt;br /&gt;
* [http://www.bu.edu/library/guides/citation.html Chicago, MLA, and APA styles]&lt;br /&gt;
* [http://www.legalbluebook.com/ Blue Book] for legal citations&lt;br /&gt;
* [http://www.columbia.edu/cu/cup/cgos/idx_basic.html Columbia University Citation Style] developed for modern internet citations&lt;/div&gt;</summary>
		<author><name>Mike</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=citation-examples-markup&amp;diff=9426</id>
		<title>citation-examples-markup</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=citation-examples-markup&amp;diff=9426"/>
		<updated>2006-10-13T00:00:25Z</updated>

		<summary type="html">&lt;p&gt;Mike: added us patent from wikipedia&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h1&amp;gt; Citation Examples &amp;lt;/h1&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The following examples are real world examples of citations found on the web. Please add to this list. The idea is that we get a solid sample of examples and see what commonalities there are amonst them and try to build this microformat so that it can meet 80% of typical uses.&lt;br /&gt;
&lt;br /&gt;
See also:&lt;br /&gt;
* [[citation]]&lt;br /&gt;
* [[citation-formats]]&lt;br /&gt;
* [[citation-brainstorming]]&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
== Contributors ==&lt;br /&gt;
* ...&lt;br /&gt;
* ...&lt;br /&gt;
* Tantek Çelik&lt;br /&gt;
* [http://michael-mccracken.net/wp/ Michael McCracken]&lt;br /&gt;
* [http://inkdroid.org Ed Summers]&lt;br /&gt;
* Tim White&lt;br /&gt;
&lt;br /&gt;
== Citation Mark Up in the Wild ==&lt;br /&gt;
Mark up examples from reference publisher's websites (online catalogs), including ABC-CLIO, Greenwood Press, Marshall Cavendish, Oxford University Press (USA) and Thomson Gale. Examples are broken down and organized by element. &lt;br /&gt;
&lt;br /&gt;
(For a cleaner version, see [http://www.tjameswhite.com/citation-examples.htm])&lt;br /&gt;
&lt;br /&gt;
=== ABC-CLIO Product [http://www.abc-clio.com/products/overview.aspx?productid=109327 detail page] ===&lt;br /&gt;
* subtitle&lt;br /&gt;
* title&lt;br /&gt;
* author&lt;br /&gt;
* Image&lt;br /&gt;
* pubdate&lt;br /&gt;
* pages&lt;br /&gt;
* volumes&lt;br /&gt;
* trimsize (book dimentions 8.5x11)&lt;br /&gt;
* Format&lt;br /&gt;
* Price&lt;br /&gt;
* ISBN&lt;br /&gt;
&lt;br /&gt;
=== Greenwood Press [http://www.greenwood.com/ home page] featured book ===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
  &amp;lt;div class=&amp;quot;title&amp;quot;&amp;gt; &amp;lt;a href=&amp;quot;/books/BookDetail.asp?sku=GR2847&amp;quot;&amp;gt;The Greenwood Encyclopedia of World Folklore&lt;br /&gt;
     and Folklife&amp;lt;/a&amp;gt; &amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;div class=&amp;quot;img_box&amp;quot;&amp;gt; &amp;lt;a href=&amp;quot;/books/BookDetail.asp?sku=GR2847&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;img src=&amp;quot;/_net.templates/showImage.aspx?imgName=0313328471.jpg&amp;amp;s=140&amp;quot; alt=&amp;quot;The Greenwood Encyclopedia&lt;br /&gt;
    of World Folklore and Folklife&amp;quot; border=&amp;quot;0&amp;quot; /&amp;gt;&amp;lt;/a&amp;gt; &amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;div class=&amp;quot;sub_title&amp;quot;&amp;gt;Four Volumes&amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;div class=&amp;quot;author&amp;quot;&amp;gt;William M. Clements&amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;div class=&amp;quot;isbn&amp;quot;&amp;gt;0-313-32847-1&amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;div class=&amp;quot;price&amp;quot;&amp;gt;$449.95 &amp;lt;span class=&amp;quot;pipe&amp;quot;&amp;gt;|&amp;lt;/span&amp;gt; &amp;amp;pound;255.00&amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;!--&amp;lt;div class=&amp;quot;clearing&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;--&amp;gt;&lt;br /&gt;
  &amp;lt;div class=&amp;quot;bookDescription&amp;quot;&amp;gt; China . . . Malta . . . Madagascar . . . Wales . . . and Texas: these are &lt;br /&gt;
    among the many exotic, distant lands that capture our minds and imaginations. In an era of increasing &lt;br /&gt;
    globalization, students, general readers, and business professionals need to know about... &lt;br /&gt;
    &amp;lt;a href=&amp;quot;/books/BookDetail.asp?sku=GR2847&amp;quot;&amp;gt;Read&amp;amp;nbsp;more&amp;lt;/a&amp;gt; &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Greenwood Press [http://www.greenwood.com/catalog/GR2847.aspx Product detail page] ===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
  &amp;lt;div id=&amp;quot;pnlContent&amp;quot; class=&amp;quot;pnlContent&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;div id=&amp;quot;pnlFlyerBox&amp;quot; class=&amp;quot;flyerBox&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;a id=&amp;quot;hlFlyer&amp;quot; class=&amp;quot;flyerLink&amp;quot; href=&amp;quot;/books/printFlyer.aspx?sku=GR2847&amp;quot; target=&amp;quot;_blank&amp;quot;&amp;gt;Print &lt;br /&gt;
        book flyer&amp;lt;/a&amp;gt; &amp;lt;br /&amp;gt;&lt;br /&gt;
      &amp;lt;a id=&amp;quot;hlFlyerInternational&amp;quot; class=&amp;quot;international_flyer&amp;quot; &lt;br /&gt;
      href=&amp;quot;/books/printFlyer.aspx?sku=GR2847&amp;amp;amp;location=international&amp;quot; ...&amp;gt;(International version)&amp;lt;/a&amp;gt; &lt;br /&gt;
    &amp;lt;/div&amp;gt;&lt;br /&gt;
    &amp;lt;span id=&amp;quot;lblTitle&amp;quot; class=&amp;quot;book_headline block&amp;quot;&amp;gt;The Greenwood Encyclopedia of World Folklore and Folklife&amp;lt;/span&amp;gt;&lt;br /&gt;
    &amp;lt;span id=&amp;quot;lblSubTitle&amp;quot; class=&amp;quot;book_subline&amp;quot;&amp;gt;Four Volumes&amp;lt;/span&amp;gt;&lt;br /&gt;
    &amp;lt;div id=&amp;quot;pnlBookDetails&amp;quot; class=&amp;quot;detailsBox&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;div id=&amp;quot;pnlImgBox&amp;quot; class=&amp;quot;imgBox&amp;quot;&amp;gt; &lt;br /&gt;
        &amp;lt;img src=&amp;quot;/_net.templates/showImage.aspx?imgName=0313328471.jpg&amp;amp;amp;s=135&amp;quot; alt=&amp;quot;&amp;quot; border=&amp;quot;0&amp;quot; /&amp;gt; &lt;br /&gt;
      &amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;a id=&amp;quot;hlAddToCart&amp;quot; title=&amp;quot;Add this item to your shopping cart&amp;quot; href=&amp;quot;/shopping_cart/?sku=GR2847&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;img title=&amp;quot;Add this item to your shopping cart&amp;quot; &lt;br /&gt;
          src=&amp;quot;/_net.templates/roundedButton.aspx?ButtonText=Add to Cart&amp;quot; alt=&amp;quot;&amp;quot; border=&amp;quot;0&amp;quot; /&amp;gt;&lt;br /&gt;
      &amp;lt;/a&amp;gt; &lt;br /&gt;
      &amp;lt;a id=&amp;quot;hlAddToWishList&amp;quot; title=&amp;quot;Save this item to your wish list&amp;quot; href=&amp;quot;/wish_list/?sku=GR2847&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;img title=&amp;quot;Save this item to your wish list&amp;quot; &lt;br /&gt;
          src=&amp;quot;/_net.templates/roundedButton.aspx?ButtonText=Add to Wish List&amp;quot;.../&amp;gt;&lt;br /&gt;
      &amp;lt;/a&amp;gt;&lt;br /&gt;
      &amp;lt;a id=&amp;quot;hlSharePage&amp;quot; title=&amp;quot;Email this page to a friend&amp;quot; href=&amp;quot;/books/sendform.asp?sku=GR2847&amp;quot;...&amp;gt;&lt;br /&gt;
        &amp;lt;img title=&amp;quot;Email this page to a friend&amp;quot; src=&amp;quot;/_net.templates/roundedButton.aspx?ButtonText=Email&amp;quot;.../&amp;gt;&lt;br /&gt;
      &amp;lt;/a&amp;gt; &lt;br /&gt;
      &amp;lt;a id=&amp;quot;hlPrintPage&amp;quot; title=&amp;quot;Version of this page optimized for printing&amp;quot; href=&amp;quot;/catalog/GR2847.aspx?print=1&amp;quot; ...&amp;gt;&lt;br /&gt;
        &amp;lt;img title=&amp;quot;Version of this page optimized for printing&amp;quot; src=&amp;quot;/_net.templates/roundedButton.aspx?ButtonText=Print&amp;quot;.../&amp;gt;&lt;br /&gt;
      &amp;lt;/a&amp;gt;&lt;br /&gt;
      &amp;lt;a id=&amp;quot;hlWorldCat&amp;quot; href=&amp;quot;http://worldcatlibraries.org/wcpa/isbn/0313328471&amp;quot;...&amp;gt;&lt;br /&gt;
        &amp;lt;img src=&amp;quot;/images/world_catalog.gif&amp;quot;.../&amp;gt;&lt;br /&gt;
      &amp;lt;/a&amp;gt;&lt;br /&gt;
      &amp;lt;div class=&amp;quot;authors&amp;quot;&amp;gt;&amp;lt;span&amp;gt;&amp;lt;a href=&amp;quot;/catalog/author/C/229.aspx&amp;quot;&amp;gt;William M. Clements&amp;lt;/a&amp;gt; (ed.)&amp;lt;/span&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;span id=&amp;quot;lblAuthorsNote&amp;quot; class=&amp;quot;block&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
      &amp;lt;div&amp;gt;&amp;lt;span class=&amp;quot;book_options&amp;quot;&amp;gt;Book Code:&amp;lt;/span&amp;gt; &amp;lt;span id=&amp;quot;lblBookCode&amp;quot;&amp;gt;GR2847&amp;lt;/span&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;div id=&amp;quot;pnlIsbn&amp;quot;&amp;gt; &amp;lt;span class=&amp;quot;book_options&amp;quot;&amp;gt;ISBN:&amp;lt;/span&amp;gt; &amp;lt;span id=&amp;quot;lblIsbn&amp;quot;&amp;gt;0-313-32847-1&amp;lt;/span&amp;gt; &amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;div id=&amp;quot;pnlPageColation&amp;quot;&amp;gt; 1972 pages, maps; photos &amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;span id=&amp;quot;lblImprint&amp;quot; class=&amp;quot;block&amp;quot;&amp;gt;Greenwood Press&amp;lt;/span&amp;gt;&lt;br /&gt;
      &amp;lt;div id=&amp;quot;pnlPubDate&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;span class=&amp;quot;book_options&amp;quot;&amp;gt;Publication Date:&amp;lt;/span&amp;gt; &amp;lt;span id=&amp;quot;lblPubDate&amp;quot;&amp;gt;12/30/2005&amp;lt;/span&amp;gt;&lt;br /&gt;
      &amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;div id=&amp;quot;pnlListPrice&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;span class=&amp;quot;book_options&amp;quot;&amp;gt;List Price:&amp;lt;/span&amp;gt; &lt;br /&gt;
        &amp;lt;span id=&amp;quot;lblListPrice&amp;quot;&amp;gt;$449.95&amp;lt;/span&amp;gt; &lt;br /&gt;
        (&amp;lt;a href=&amp;quot;/contactus/order_info.asp?SectionID=about&amp;amp;amp;Location=order_info#UKEME&amp;quot; &lt;br /&gt;
          title=&amp;quot;Click for international ordering information&amp;quot;&amp;gt;UK Sterling Price: &amp;amp;pound;255.00&amp;lt;/a&amp;gt;) &lt;br /&gt;
      &amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;div id=&amp;quot;pnlAvailability&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;span class=&amp;quot;book_options&amp;quot;&amp;gt;Availability:&amp;lt;/span&amp;gt; &amp;lt;span id=&amp;quot;lblAvailability&amp;quot;&amp;gt;In Stock&amp;lt;/span&amp;gt;&lt;br /&gt;
      &amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;div id=&amp;quot;pnlMediaType&amp;quot;&amp;gt; &amp;lt;span class=&amp;quot;book_options&amp;quot;&amp;gt;Media Type:&amp;lt;/span&amp;gt; &amp;lt;span id=&amp;quot;lblMediaType&amp;quot;&amp;gt;Hardcover&amp;lt;/span&amp;gt; &amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;div class=&amp;quot;clearing&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
    &amp;lt;/div&amp;gt;&lt;br /&gt;
    &amp;lt;div id=&amp;quot;pnlBookInformation&amp;quot;&amp;gt; &amp;lt;span class=&amp;quot;book_options&amp;quot;&amp;gt;Subjects:&amp;lt;/span&amp;gt;&lt;br /&gt;
      &amp;lt;ul class=&amp;quot;toc&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; &lt;br /&gt;
          &amp;lt;a id=&amp;quot;rpCategories__ctl1_hlCategory&amp;quot; href=&amp;quot;/catalog/subject/Anthropology.aspx&amp;quot;&amp;gt;Anthropology&amp;lt;/a&amp;gt; » &lt;br /&gt;
          &amp;lt;a id=&amp;quot;rpCategories__ctl1_hlSubCategory&amp;quot; href=&amp;quot;/catalog/subject/Anthropology/Folklore.aspx&amp;quot;&amp;gt;Folklore&amp;lt;/a&amp;gt; &lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;&lt;br /&gt;
          &amp;lt;a id=&amp;quot;rpCategories__ctl2_hlCategory&amp;quot; href=&amp;quot;/catalog/subject/Anthropology.aspx&amp;quot;&amp;gt;Anthropology&amp;lt;/a&amp;gt; » &lt;br /&gt;
          &amp;lt;a id=&amp;quot;rpCategories__ctl2_hlSubCategory&amp;quot; href=&amp;quot;/catalog/subject/Anthropology/Anthropology%2b(General).aspx&amp;quot;&amp;gt;&lt;br /&gt;
            Anthropology (General)&lt;br /&gt;
          &amp;lt;/a&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;&lt;br /&gt;
          &amp;lt;a id=&amp;quot;rpCategories__ctl3_hlCategory&amp;quot; href=&amp;quot;/catalog/subject/Anthropology.aspx&amp;quot;&amp;gt;Anthropology&amp;lt;/a&amp;gt; » &lt;br /&gt;
          &amp;lt;a id=&amp;quot;rpCategories__ctl3_hlSubCategory&amp;quot; href=&amp;quot;/catalog/subject/Anthropology/Cultural%2bAnthropology.aspx&amp;quot;&amp;gt;Cultural Anthropology&amp;lt;/a&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; &amp;lt;a id=&amp;quot;rpCategories__ctl4_hlCategory&amp;quot; href=&amp;quot;/catalog/subject/History.aspx&amp;quot;&amp;gt;History&amp;lt;/a&amp;gt; » &lt;br /&gt;
          &amp;lt;a id=&amp;quot;rpCategories__ctl4_hlSubCategory&amp;quot; href=&amp;quot;/catalog/subject/History/World%2bHistory%2b(General).aspx&amp;quot;&amp;gt;&lt;br /&gt;
            World History (General)&amp;lt;/a&amp;gt; &amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;/ul&amp;gt;&lt;br /&gt;
      &amp;lt;div id=&amp;quot;pnlDescription&amp;quot;&amp;gt; &lt;br /&gt;
        &amp;lt;span class=&amp;quot;book_options&amp;quot;&amp;gt;Description:&amp;lt;/span&amp;gt; &lt;br /&gt;
        &amp;lt;span id=&amp;quot;lblDescription1&amp;quot; class=&amp;quot;description block&amp;quot;&amp;gt;&lt;br /&gt;
          China . . . Malta . . . Madagascar . . . Wales . . . and Texas: these are among the many exotic, &lt;br /&gt;
          distant lands that capture our minds and imaginations. In an era of increasing globalization, &lt;br /&gt;
          students, general readers, and business professionals need to know about the world and its varied &lt;br /&gt;
          ways. So too, a knowledge of world cultures is fundamental to an understanding of America's ethnically &lt;br /&gt;
          rich society. Folklore isn't just about the long ago and far away. It's about the here and now, and &lt;br /&gt;
          there's no better way to learn about cultural diversity than to study the folklore and folkways of &lt;br /&gt;
          different ethnic groups. &amp;lt;br /&amp;gt;&lt;br /&gt;
          More than just Cinderella and other fairy tales, folklore encompasses the whole realm of traditional &lt;br /&gt;
          beliefs and activities that define a culture. The most comprehensive work of its kind, this massive &lt;br /&gt;
          encyclopedia engagingly and authoritatively surveys folklife and traditions from around the world. Through its&lt;br /&gt;
          vast scope and lengthy entries, it transcends other references on particular national or regional &lt;br /&gt;
          folklores and is the most ambitious undertaking of its type. Organized in four volumes, the encyclopedia &lt;br /&gt;
          provides convenient access to information about folklore generally and to the traditions of particular&lt;br /&gt;
          regions:&amp;lt;br /&amp;gt;&lt;br /&gt;
          Volume 1: Topics and Themes, Africa, Australia and Oceania&amp;lt;br /&amp;gt;&lt;br /&gt;
          Volume 2: Southeast Asia and India, Central and East Asia, Middle East&amp;lt;br /&amp;gt;&lt;br /&gt;
          Volume 3: Europe&amp;lt;br /&amp;gt;&lt;br /&gt;
          Volume 4: North and South America&amp;lt;/span&amp;gt; &amp;lt;span id=&amp;quot;lblDescription2&amp;quot; class=&amp;quot;description block&amp;quot;&amp;gt;Along &lt;br /&gt;
            with the expertise of the contributors, of Volume Editor William M. Clements, and of Advisory Editor &lt;br /&gt;
            Thomas A. Green, the encyclopedia draws upon a distinguished board of internationally recognized scholars,&lt;br /&gt;
             including:&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Roger D. Abrahams&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Cristina Bacchilega&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Gillian Bennett&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Mary Ellen Brown&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; James R. Dow&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Alessandro Falassi&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Barbro Klein&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Peter Knecht&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Natalie Kononenko&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Frances M. Malpezzi&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Margaret Mills&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; M. D. Muthukumaraswamy&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Gerald Pocius&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; And John S. Ryan.&amp;lt;br /&amp;gt;&lt;br /&gt;
          &amp;lt;br /&amp;gt;&lt;br /&gt;
          &amp;lt;b&amp;gt;Features:&amp;lt;/b&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Brings together the knowledge of more than 200 specialists from around the world.&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Provides 39 extended entries on topics central to world folklore.&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Details the folklore and folkways of roughly 170 cultural groups.&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Entries discuss the background, beliefs, oral and theatrical traditions, arts and crafts, and contemporary concerns &lt;br /&gt;
          of each cultural group.&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Each entry cites numerous works for further reading.&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; A generous selection of maps and illustrations makes world folklore come to life.&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; A list of entries and a cumulative subject index, repeated in each volume, offer convenient access to the vast body of &lt;br /&gt;
          information contained in the encyclopedia.&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; A selected, general bibliography directs students and general readers to the most important broad studies of world &lt;br /&gt;
          folklore.&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; A glossary defines key terms, theories, and concepts.&amp;lt;br /&amp;gt;&lt;br /&gt;
          &amp;lt;br /&amp;gt;&lt;br /&gt;
          &amp;lt;b&amp;gt;Benefits:&amp;lt;/b&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Helps students learn about cultures, customs, and daily life around the world.&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Fosters respect and appreciation for the many ethnic traditions behind contemporary American culture.&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Provides valuable background information for the study of world religions, holidays, and festivals.&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Offers a valuable context for understanding world history, politics, literature, and the arts.&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Invites students to compare and contrast the values and experiences of different cultures.&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Fosters critical reading skills and serves as a model for student research.&amp;lt;br /&amp;gt;&lt;br /&gt;
          &amp;lt;br /&amp;gt;&lt;br /&gt;
          &amp;lt;b&amp;gt;Volume 1: Topics and Themes, Africa, Australia and Oceania&amp;lt;/b&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
          Certain themes and topics are central to world foklore. The thematic essays in this volume discuss such matters as:&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Antiquarianism&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Cultural Evolution&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Ethnopoetics&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Gender&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Invented Tradition&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Nativism&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Primitivism&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Public Folklore&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Race&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Trickster&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; And many more.&amp;lt;br /&amp;gt;&lt;br /&gt;
          &amp;lt;br /&amp;gt;&lt;br /&gt;
          &amp;lt;b&amp;gt;Volume 2: Southeast Asia and India, Central and East Asia, Middle East&amp;lt;/b&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
          Included in this volume are entries on such cultural groups and regions as:&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Bali&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; China&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Duna&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Iban&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Kazakh&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Mongol&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Orissa&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Palestine&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Tonga&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Uyghur&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; And many others.&amp;lt;br /&amp;gt;&lt;br /&gt;
          &amp;lt;br /&amp;gt;&lt;br /&gt;
          &amp;lt;b&amp;gt;Volume 3: Europe&amp;lt;/b&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
          Included in this volume are entries on the folklore of such cultural regions and groups as:&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Ashkenazim&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Basque&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Brittany&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Flanders&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Germany&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Isle of Man&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Roma&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Russia&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Sami&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Ukraine&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; And many more.&amp;lt;br /&amp;gt;&lt;br /&gt;
          &amp;lt;br /&amp;gt;&lt;br /&gt;
          &amp;lt;b&amp;gt;Volume 4: North and South America&amp;lt;/b&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
          The entries in this volume explore the folk traditions of such regions and groups as:&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Appalachia&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Choctaw&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Haiti&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Island Carib&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Maya&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Quechua&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Seminole&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Western Inuit and Yupik&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Xavante&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; Yanomami&amp;lt;br /&amp;gt;&lt;br /&gt;
        &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt; And many more.&amp;lt;br /&amp;gt;&lt;br /&gt;
          &amp;lt;br /&amp;gt;&lt;br /&gt;
          Because folklore is the essence of daily life, this encyclopedia addresses the curriculum needs of high school students and is &lt;br /&gt;
          also an indispensable resource for teachers. In addition, anyone researching folklore in a public library will find this the first&lt;br /&gt;
           place to look for detailed information about cultural traditions around the world.&amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;/span&amp;gt; &amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;div id=&amp;quot;pnlLCCardNumber&amp;quot; class=&amp;quot;description&amp;quot;&amp;gt; &amp;lt;span class=&amp;quot;book_options&amp;quot;&amp;gt;LC Card Number:&amp;lt;/span&amp;gt; &amp;lt;span id=&amp;quot;lblLCCardNumber&amp;quot;&amp;gt;2005019219&amp;lt;/span&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;div id=&amp;quot;pnlLCCClass&amp;quot; class=&amp;quot;description&amp;quot;&amp;gt; &amp;lt;span class=&amp;quot;book_options&amp;quot;&amp;gt;LCC Class:&amp;lt;/span&amp;gt; &amp;lt;span id=&amp;quot;lblLCCClass&amp;quot;&amp;gt;GR35 &amp;lt;/span&amp;gt; &amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;div id=&amp;quot;pnlDeweyClass&amp;quot; class=&amp;quot;description&amp;quot;&amp;gt; &amp;lt;span class=&amp;quot;book_options&amp;quot;&amp;gt;Dewey Class:&amp;lt;/span&amp;gt; &amp;lt;span id=&amp;quot;lblDeweyClass&amp;quot;&amp;gt;398&amp;lt;/span&amp;gt; &amp;lt;/div&amp;gt;&lt;br /&gt;
    &amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Marshall Cavendish [http://www.marshallcavendish.com/marshallcavendish/academic/redirector.xml?url=/marshallcavendish/academic/catalogue/books/regionalism_n_regional_security/9812102108.xml product page] ===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
  &amp;lt;table cellpadding=&amp;quot;2&amp;quot; width=&amp;quot;100%&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;tr valign=&amp;quot;top&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;td&amp;gt;&amp;lt;font id=&amp;quot;title_catalogue_font&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Regionalism &amp;amp;amp; Regional Security&amp;lt;/b&amp;gt;&amp;lt;/font&amp;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;
  &amp;lt;font id=&amp;quot;text&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;div style=&amp;quot;&amp;quot; align=&amp;quot;&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;table cellpadding=&amp;quot;2&amp;quot; width=&amp;quot;100%&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;tr valign=&amp;quot;top&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;td width=&amp;quot;35%&amp;quot;&amp;gt;&amp;lt;font id=&amp;quot;title_catalogue_title_font&amp;quot;&amp;gt;ISBN Number&amp;lt;/font&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td width=&amp;quot;65%&amp;quot;&amp;gt;&amp;lt;font id=&amp;quot;text&amp;quot;&amp;gt;9812102108&amp;lt;/font&amp;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;
    &amp;lt;table cellpadding=&amp;quot;2&amp;quot; width=&amp;quot;100%&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;tr valign=&amp;quot;top&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;td width=&amp;quot;35%&amp;quot;&amp;gt;&amp;lt;font id=&amp;quot;title_catalogue_title_font&amp;quot;&amp;gt;Series&amp;lt;/font&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td width=&amp;quot;65%&amp;quot;&amp;gt;&amp;lt;font id=&amp;quot;text&amp;quot;&amp;gt;null&amp;lt;/font&amp;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;
    &amp;lt;table cellpadding=&amp;quot;2&amp;quot; width=&amp;quot;100%&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;tr valign=&amp;quot;top&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;td width=&amp;quot;35%&amp;quot;&amp;gt;&amp;lt;font id=&amp;quot;title_catalogue_title_font&amp;quot;&amp;gt;Title&amp;lt;/font&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td width=&amp;quot;65%&amp;quot;&amp;gt;&amp;lt;font id=&amp;quot;text&amp;quot;&amp;gt;The New Terrorism: Anatomy, Trends and Counter-strategies&amp;lt;/font&amp;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;
    &amp;lt;table cellpadding=&amp;quot;2&amp;quot; width=&amp;quot;100%&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;tr valign=&amp;quot;top&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;td width=&amp;quot;35%&amp;quot;&amp;gt;&amp;lt;font id=&amp;quot;title_catalogue_title_font&amp;quot;&amp;gt;Imprint&amp;lt;/font&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td width=&amp;quot;65%&amp;quot;&amp;gt;&amp;lt;font id=&amp;quot;text&amp;quot;&amp;gt;Eastern Universities Press&amp;lt;/font&amp;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;
    &amp;lt;table cellpadding=&amp;quot;2&amp;quot; width=&amp;quot;100%&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;tr valign=&amp;quot;top&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;td width=&amp;quot;35%&amp;quot;&amp;gt;&amp;lt;font id=&amp;quot;title_catalogue_title_font&amp;quot;&amp;gt;Specifications&amp;lt;/font&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td width=&amp;quot;65%&amp;quot;&amp;gt;&amp;lt;font id=&amp;quot;text&amp;quot;&amp;gt;152 mm X 227 mm, 368 pp, limp with flaps, 500 gms&amp;lt;/font&amp;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;
    &amp;lt;table cellpadding=&amp;quot;2&amp;quot; width=&amp;quot;100%&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;tr valign=&amp;quot;top&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;td width=&amp;quot;35%&amp;quot;&amp;gt;&amp;lt;font id=&amp;quot;title_catalogue_title_font&amp;quot;&amp;gt;Authors&amp;lt;/font&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td width=&amp;quot;65%&amp;quot;&amp;gt;&amp;lt;font id=&amp;quot;text&amp;quot;&amp;gt;Andrew Tan &amp;amp;amp; Kumar Ramakrishna (eds)&amp;lt;/font&amp;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;
    &amp;lt;table cellpadding=&amp;quot;2&amp;quot; width=&amp;quot;100%&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;tr valign=&amp;quot;top&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;td width=&amp;quot;35%&amp;quot;&amp;gt;&amp;lt;font id=&amp;quot;title_catalogue_title_font&amp;quot;&amp;gt;Target Audience&amp;lt;/font&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td width=&amp;quot;65%&amp;quot;&amp;gt;&amp;lt;font id=&amp;quot;text&amp;quot;&amp;gt;University lecturers/researchers, undergraduate students, academicians and those interested in Regional Security Studies.&amp;lt;/font&amp;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;
    &amp;lt;table cellpadding=&amp;quot;2&amp;quot; width=&amp;quot;100%&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;tr valign=&amp;quot;top&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;td width=&amp;quot;35%&amp;quot;&amp;gt;&amp;lt;font id=&amp;quot;title_catalogue_title_font&amp;quot;&amp;gt;Price (SG)&amp;lt;/font&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td width=&amp;quot;65%&amp;quot;&amp;gt;&amp;lt;font id=&amp;quot;text&amp;quot;&amp;gt;S$ 39.00&amp;lt;/font&amp;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;
    &amp;lt;table cellpadding=&amp;quot;2&amp;quot; width=&amp;quot;100%&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;tr valign=&amp;quot;top&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;td width=&amp;quot;35%&amp;quot;&amp;gt;&amp;lt;font id=&amp;quot;title_catalogue_title_font&amp;quot;&amp;gt;Price (US)&amp;lt;/font&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td width=&amp;quot;65%&amp;quot;&amp;gt;&amp;lt;font id=&amp;quot;text&amp;quot;&amp;gt;US$ 30.00&amp;lt;/font&amp;gt; &amp;amp;nbsp; &amp;lt;a href=&amp;quot;javascript: addToCart()&amp;quot;&amp;gt;&amp;lt;img src=&amp;quot;/marshallcavendish/components/db_content/MC_AC_redirector/pic/addCart.gif&amp;quot; border=&amp;quot;0&amp;quot;/&amp;gt;&amp;lt;/a&amp;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;
    &amp;lt;br/&amp;gt;&lt;br /&gt;
    &amp;lt;br/&amp;gt;&lt;br /&gt;
    The terrorist attacks of September 11, 2001 on the World Trade Centre in New York and the Pentagon in Washington represented a true watershed in world history.&amp;lt;br/&amp;gt;&lt;br /&gt;
    &amp;lt;br/&amp;gt;&lt;br /&gt;
    The attacks revealed the horrifying nature of the so-called &amp;quot;new terrorism&amp;quot; that has emerged in the post-Cold War era. The new terrorism is defined by four key features:&amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;/font&amp;gt;&lt;br /&gt;
  &amp;lt;ul&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;&lt;br /&gt;
      &amp;lt;p align=&amp;quot;justify&amp;quot;&amp;gt;&amp;lt;font id=&amp;quot;text&amp;quot;&amp;gt;sheer lethality&amp;lt;/font&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
    &amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;&lt;br /&gt;
      &amp;lt;p align=&amp;quot;justify&amp;quot;&amp;gt;&amp;lt;font id=&amp;quot;text&amp;quot;&amp;gt;religious dimension&amp;lt;/font&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
    &amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;&lt;br /&gt;
      &amp;lt;p align=&amp;quot;justify&amp;quot;&amp;gt;&amp;lt;font id=&amp;quot;text&amp;quot;&amp;gt;networked organizational structure&amp;lt;/font&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
    &amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;&lt;br /&gt;
      &amp;lt;p align=&amp;quot;justify&amp;quot;&amp;gt;&amp;lt;font id=&amp;quot;text&amp;quot;&amp;gt;greatly enhanced striking power &amp;amp;nbsp; &amp;lt;/font&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
    &amp;lt;/li&amp;gt;&lt;br /&gt;
  &amp;lt;/ul&amp;gt;&lt;br /&gt;
  &amp;lt;font id=&amp;quot;text&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;div style=&amp;quot;&amp;quot; align=&amp;quot;&amp;quot;&amp;gt;As September 11 clearly demonstrated, the new terrorists can leverage on technology to inflict catastrophic damage even on superpowers, let alone other states.&amp;lt;br/&amp;gt;&lt;br /&gt;
    &amp;lt;br/&amp;gt;&lt;br /&gt;
    To examine the new dimensions of terrorism, a conference was organized in Singapore in late March 2002 that brought together a number of leading experts from a wide range of backgrounds from America, Europe and Asia, and the key findings are presented in this volume under the following headings:&amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;/font&amp;gt;&lt;br /&gt;
  &amp;lt;ul&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;&lt;br /&gt;
      &amp;lt;p align=&amp;quot;justify&amp;quot;&amp;gt;&amp;lt;font id=&amp;quot;text&amp;quot;&amp;gt;Anatomy of the new terrorism&amp;lt;/font&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
    &amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;&lt;br /&gt;
      &amp;lt;p align=&amp;quot;justify&amp;quot;&amp;gt;&amp;lt;font id=&amp;quot;text&amp;quot;&amp;gt;Terrorist trends and patterns in the Asia-Pacific region&amp;lt;/font&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
    &amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;&lt;br /&gt;
      &amp;lt;p align=&amp;quot;justify&amp;quot;&amp;gt;&amp;lt;font id=&amp;quot;text&amp;quot;&amp;gt;Religion and terrorism: Southeast Asian perspectives&amp;lt;/font&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
    &amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;&lt;br /&gt;
      &amp;lt;p align=&amp;quot;justify&amp;quot;&amp;gt;&amp;lt;font id=&amp;quot;text&amp;quot;&amp;gt;Formulating counter-strategies &amp;amp;nbsp; &amp;lt;/font&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
    &amp;lt;/li&amp;gt;&lt;br /&gt;
  &amp;lt;/ul&amp;gt;&lt;br /&gt;
  &amp;lt;font id=&amp;quot;text&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;div style=&amp;quot;&amp;quot; align=&amp;quot;&amp;quot;&amp;gt; &amp;lt;span style=&amp;quot;font-weight: bold;&amp;quot;&amp;gt; &amp;lt;b&amp;gt; About the Author: &amp;lt;/b&amp;gt; &amp;lt;/span&amp;gt; &amp;lt;br/&amp;gt;&lt;br /&gt;
    Both Andrew Tan and Kumar Ramakrishna are Assistant Professors at the Institute of Defence and Strategic Studies, Nanyang Technological University, Singapore.&amp;lt;br/&amp;gt;&lt;br /&gt;
    Andrew Tan received his M.Phil from Cambridge and PhD from the University of Sydney. His research interests are conflict (inter-state tensions, insurgencies, terrorism and force modernization) in Southeast Asia, and security issues in Asia.&amp;lt;br/&amp;gt;&lt;br /&gt;
    Kumar Ramakrishna obtained his PhD in History from the University of London in 1999. He teaches and writes on the history of strategic thought as well as the war on terror.&amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;/font&amp;gt;&lt;br /&gt;
  &amp;lt;td width=&amp;quot;18.666662&amp;quot; style=&amp;quot;valign: top; background-color: white ; &amp;quot; rowspan=&amp;quot;1&amp;quot; colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
  &amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;tr valign=&amp;quot;top&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;td width=&amp;quot;570.666524&amp;quot; style=&amp;quot;valign: top; background-color: white ; &amp;quot; rowspan=&amp;quot;1&amp;quot; colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
    &amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td width=&amp;quot;18.666662&amp;quot; style=&amp;quot;valign: top; background-color: white ; &amp;quot; rowspan=&amp;quot;1&amp;quot; colspan=&amp;quot;1&amp;quot;&amp;gt;&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;/div&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Oxford University Press (USA) [http://www.us.oup.com/us/?view=usa homepage] ===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
  &amp;lt;div class=&amp;quot;isbnSummaryDetails&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;h2&amp;gt; &amp;lt;a href=&amp;quot;/us/catalog/general/subject/HistoryAmerican/ColonialRevolutionary/?view=usa&amp;amp;amp;ci=0195162471&amp;quot;&amp;gt;The Glorious Cause&amp;lt;/a&amp;gt; &amp;lt;/h2&amp;gt;&lt;br /&gt;
    &amp;lt;div class=&amp;quot;subTitle&amp;quot;&amp;gt; The American Revolution, 1763-1789 &amp;lt;/div&amp;gt;&lt;br /&gt;
    &amp;lt;div class=&amp;quot;edition&amp;quot;&amp;gt; Revised and Expanded Edition &amp;lt;/div&amp;gt;&lt;br /&gt;
    &amp;lt;div class=&amp;quot;byline&amp;quot;&amp;gt; Robert Middlekauff &amp;lt;/div&amp;gt;&lt;br /&gt;
    &amp;lt;span class=&amp;quot;isbnNumber&amp;quot;&amp;gt;0195162471&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;format&amp;quot;&amp;gt;hardback&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;publicationDate&amp;quot;&amp;gt; Feb 2005 &amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;price&amp;quot;&amp;gt; $37.50 &amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;description&amp;quot;&amp;gt; The classic history of the American Revolution--now in an updated and expanded twentieth anniversary edition &amp;lt;/span&amp;gt;&lt;br /&gt;
    &amp;lt;div class=&amp;quot;related&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;h3&amp;gt;More &amp;lt;/h3&amp;gt;&lt;br /&gt;
      &amp;lt;!-- /HistoryAmerican/ColonialRevolutionary --&amp;gt;&lt;br /&gt;
      &amp;lt;a href=&amp;quot;/us/catalog/general/subject/HistoryAmerican/?view=usa&amp;amp;amp;sf=all&amp;quot;&amp;gt;History, American&amp;lt;/a&amp;gt; &amp;amp;gt; &amp;lt;a href=&amp;quot;/us/catalog/general/subject/HistoryAmerican/ColonialRevolutionary/?view=usa&amp;amp;amp;sf=all&amp;quot;&amp;gt;Colonial &amp;amp; Revolutionary&amp;lt;/a&amp;gt; &amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;!--/isbnSummaryDetails--&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Oxford University Press (USA) [http://www.us.oup.com/us/catalog/general/subject/HistoryAmerican/ColonialRevolutionary/?view=usa&amp;amp;amp;ci=0195162471#Product_Details Product page]===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
  &amp;lt;div class=&amp;quot;isbnProperties isbnSummary&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;div class=&amp;quot;isbnSummaryHeading&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;h1&amp;gt;The Glorious Cause&amp;lt;/h1&amp;gt;&lt;br /&gt;
      &amp;lt;div class=&amp;quot;subTitle&amp;quot;&amp;gt; The American Revolution, 1763-1789 &amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;div class=&amp;quot;edition&amp;quot;&amp;gt; Revised and Expanded Edition &amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;div class=&amp;quot;byline&amp;quot;&amp;gt; Robert Middlekauff &amp;lt;/div&amp;gt;&lt;br /&gt;
    &amp;lt;/div&amp;gt;&lt;br /&gt;
    &amp;lt;!--/isbnSummaryHeading--&amp;gt;&lt;br /&gt;
    &amp;lt;div class=&amp;quot;cover&amp;quot;&amp;gt; &amp;lt;span class=&amp;quot;bookShot&amp;quot;&amp;gt;&amp;lt;a href=&amp;quot;#&amp;quot;&amp;gt;&amp;lt;img src=&amp;quot;/images/covers/0195162471.jpg&amp;quot;&lt;br /&gt;
                     ... alt=&amp;quot;bookshot&amp;quot; /&amp;gt; &amp;lt;/a&amp;gt;&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;addToCart&amp;quot;&amp;gt;&amp;lt;a href=&amp;quot;http://www.us.oup.com/us/cart/cart.jsp?op=a&amp;amp;amp;i=0195162471&amp;amp;amp;c=85&amp;amp;amp;q=1&amp;amp;amp;r=http%3A%2F%2Fwww.us.oup.com%2Fus%2Fcatalog%2Fgeneral%2Fsubject%2FHistoryAmerican%2FColonialRevolutionary%2F%3Fview%3Dusa%26ci%3D0195162471&amp;quot;&amp;gt;Add to Cart&amp;lt;/a&amp;gt;&amp;lt;/span&amp;gt; &amp;lt;/div&amp;gt;&lt;br /&gt;
    &amp;lt;!--/cover--&amp;gt;&lt;br /&gt;
    &amp;lt;div class=&amp;quot;isbnSummaryDetails&amp;quot;&amp;gt; &amp;lt;span class=&amp;quot;isbnNumber&amp;quot;&amp;gt;0195162471&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;format&amp;quot;&amp;gt;hardback&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;pages&amp;quot;&amp;gt; 760 pages &amp;lt;/span&amp;gt;&lt;br /&gt;
      &amp;lt;div id=&amp;quot;generalinfo&amp;quot;&amp;gt; &amp;lt;span class=&amp;quot;publicationDate&amp;quot;&amp;gt;Feb 2005,&amp;amp;nbsp;&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;availability&amp;quot;&amp;gt; In Stock &amp;lt;/span&amp;gt; &amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;div class=&amp;quot;cost&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;h2&amp;gt;Price:&amp;lt;/h2&amp;gt;&lt;br /&gt;
        $37.50 &amp;lt;span class=&amp;quot;discountCode&amp;quot;&amp;gt;(02)&amp;lt;/span&amp;gt; &amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;div class=&amp;quot;shipping&amp;quot;&amp;gt; &amp;lt;a href=&amp;quot;/us/assets/shippingInfo.jsp?si=1.5&amp;amp;amp;so=3.75&amp;amp;amp;sc=0&amp;amp;amp;isi=5&amp;amp;amp;iso=5&amp;amp;amp;isc=0&amp;quot; target=&amp;quot;_blank&amp;quot; onclick=&amp;quot;window.open(this.href, this.target, 'height=445,width=445,scrollbars');&lt;br /&gt;
					  return false;&amp;quot;&amp;gt;Shipping Details&amp;lt;/a&amp;gt; &amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;div class=&amp;quot;moreSeries redArrow&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;h3&amp;gt;See more from the series&amp;lt;/h3&amp;gt;&lt;br /&gt;
        &amp;lt;ul&amp;gt;&lt;br /&gt;
          &amp;lt;li&amp;gt;&amp;lt;a href=&amp;quot;/us/catalog/general/series/OxfordHistoryoftheUnitedStates/?view=usa&amp;quot;&amp;gt;Oxford History of the United States, Vol. 3&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;/ul&amp;gt;&lt;br /&gt;
      &amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;!--moreSeries--&amp;gt;&lt;br /&gt;
    &amp;lt;/div&amp;gt;&lt;br /&gt;
    &amp;lt;!--/isbnSummaryDetails--&amp;gt;&lt;br /&gt;
  &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Thomson Gale product detail page ===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;div id =&amp;quot; title_main&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h2&amp;gt;Contemporary Literary Criticism&amp;lt;/h2&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div id =&amp;quot; credits&amp;quot;&amp;gt;&lt;br /&gt;
	&amp;lt;ul&amp;gt;&lt;br /&gt;
		&amp;lt;li&amp;gt;&amp;lt;h2&amp;gt;Excerpts from Criticism of the Works of Today's Novelists, Poets, Playwrights, Short Story Writers, Scriptwriters, &amp;amp; Other Creative Writers&amp;lt;/h2&amp;gt;&lt;br /&gt;
		Volume 1&amp;lt;/li&amp;gt;&lt;br /&gt;
		&lt;br /&gt;
		&amp;lt;li&amp;gt;&amp;lt;i&amp;gt;Published by Thomson Gale&amp;lt;/i&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
	&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div id =&amp;quot; description&amp;quot;&amp;gt;&lt;br /&gt;
	&amp;lt;p&amp;gt;Each print volume in this long-standing series profiles approximately 6-8 novelists, poets, playwrights and other creative writers by providing full-text or excerpted criticism taken from books, magazines, literary reviews, newspapers and scholarly journals. Among those profiled in this volume are:&amp;lt;/p&amp;gt;&lt;br /&gt;
	&amp;lt;ul&amp;gt;&lt;br /&gt;
		&amp;lt;li&amp;gt;Kingsley Amis&lt;br /&gt;
		&amp;lt;li&amp;gt;John Dos Passos&lt;br /&gt;
		&amp;lt;li&amp;gt;Hermann Hesse&lt;br /&gt;
		&amp;lt;li&amp;gt;Ezra Pound&lt;br /&gt;
	&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;!-- Description --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div id =&amp;quot; detail&amp;quot;&amp;gt;&lt;br /&gt;
	&amp;lt;ul&amp;gt;&lt;br /&gt;
		&amp;lt;li&amp;gt;Published/Released:&amp;lt;strong&amp;gt; March 1973&amp;lt;/strong&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
		&amp;lt;li&amp;gt;ISBN: &amp;lt;strong&amp;gt;0-8103-0100-8&amp;lt;/strong&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
		&amp;lt;li&amp;gt;Product number: &amp;lt;strong&amp;gt;001415&amp;lt;/strong&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
		&amp;lt;li&amp;gt;Page count: &amp;lt;strong&amp;gt;485 pp./vol.&amp;lt;/strong&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
		&amp;lt;li&amp;gt;Shipping Weight: &amp;lt;strong&amp;gt;5.00 lbs (2.27 kgs)&amp;lt;/strong&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
	&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;  &amp;lt;!-- /detail--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div id =&amp;quot; price&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;P&amp;gt;Price: US $205.00&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Breakdown of Citation Elements ==&lt;br /&gt;
&lt;br /&gt;
Using the above examples, various parts of the citations (titles, authors, etc.) can be grouped together for comparision:&lt;br /&gt;
&lt;br /&gt;
=== Book titles: ===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;amp;lt;span id=&amp;quot;title&amp;quot; class=&amp;quot;producttitle&amp;quot;&amp;amp;gt;The 1920's&amp;amp;lt;/span&amp;amp;gt;&lt;br /&gt;
(ABC-CLIO product detail page)&lt;br /&gt;
&lt;br /&gt;
&amp;amp;lt;div class=&amp;quot;title&amp;quot;&amp;amp;gt; &amp;amp;lt;a href=&amp;quot;...&amp;quot;&amp;amp;gt;The Greenwood Encyclopedia of World Folklore and Folklife&amp;amp;lt;/a&amp;amp;gt; &amp;amp;lt;/div&amp;amp;gt;&lt;br /&gt;
(Greenwood Press homepage)&lt;br /&gt;
&lt;br /&gt;
&amp;amp;lt;span id=&amp;quot;lblTitle&amp;quot; class=&amp;quot;book_headline block&amp;quot;&amp;amp;gt;The Greenwood Encyclopedia of World Folklore and Folklife&amp;amp;lt;/span&amp;amp;gt;&lt;br /&gt;
(Greenwood Press product detail page)&lt;br /&gt;
&lt;br /&gt;
&amp;amp;lt;td width=&amp;quot;35%&amp;quot;&amp;amp;gt;&amp;amp;lt;font id=&amp;quot;title_catalogue_title_font&amp;quot;&amp;amp;gt;Title&amp;amp;lt;/font&amp;amp;gt;&amp;amp;lt;/td&amp;amp;gt;&lt;br /&gt;
&amp;amp;lt;td width=&amp;quot;65%&amp;quot;&amp;amp;gt;&amp;amp;lt;font id=&amp;quot;text&amp;quot;&amp;amp;gt;The New Terrorism: Anatomy, Trends and Counter-strategies&amp;amp;lt;/font&amp;amp;gt;&amp;amp;lt;/td&amp;amp;gt;&lt;br /&gt;
(Marshall Cavendish product detail page)&lt;br /&gt;
&lt;br /&gt;
&amp;amp;lt;h2&amp;amp;gt; &amp;amp;lt;a href=&amp;quot;...&amp;quot;&amp;amp;gt;The Glorious Cause&amp;amp;lt;/a&amp;amp;gt; &amp;amp;lt;/h2&amp;amp;gt;&lt;br /&gt;
(Oxford Univ. Press, homepage)&lt;br /&gt;
&lt;br /&gt;
&amp;amp;lt;h1&amp;amp;gt;The Glorious Cause&amp;amp;lt;/h1&amp;amp;gt;&lt;br /&gt;
(OUP, product detail page)&lt;br /&gt;
&lt;br /&gt;
&amp;amp;lt;h2&amp;amp;gt;Contemporary Literary Criticism&amp;amp;lt;/h2&amp;amp;gt;&lt;br /&gt;
(Thomson Gale, product detail page)&lt;br /&gt;
&lt;br /&gt;
&amp;amp;lt;span id=&amp;quot;ctlBookDetailHeader_lblTitle&amp;quot; class=&amp;quot;ProdTitle&amp;quot;&amp;amp;gt;Talk and Interaction in Social Research Methods&amp;amp;lt;/span&amp;amp;gt; (SAGE Publications)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Also, many examples where books presented in table format with Title as cell header, or presented &amp;quot;Title: &amp;quot;&lt;br /&gt;
&lt;br /&gt;
=== Book Series Name: ===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;amp;lt;span id=&amp;quot;serieslbl&amp;quot; class=&amp;quot;productsubtitle&amp;quot;&amp;amp;gt;&amp;amp;lt;a href=&amp;quot;...&amp;quot;&amp;amp;gt;Teaching With Documents Series&amp;amp;lt;/a&amp;amp;gt;&amp;amp;lt;/span&amp;amp;gt;&lt;br /&gt;
(ABC-CLIO)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Sub-title: ===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;amp;lt;span id=&amp;quot;subtitle&amp;quot; class=&amp;quot;productsubtitle&amp;quot;&amp;amp;gt;&amp;amp;lt;/span&amp;amp;gt;&lt;br /&gt;
(ABC-CLIO)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;amp;lt;div class=&amp;quot;sub_title&amp;quot;&amp;amp;gt;[Four Volumes]&amp;amp;lt;/div&amp;amp;gt;&lt;br /&gt;
(Greenwood, homepage)&lt;br /&gt;
&lt;br /&gt;
&amp;amp;lt;span id=&amp;quot;lblSubTitle&amp;quot; class=&amp;quot;book_subline&amp;quot;&amp;amp;gt;[Four Volumes]&amp;amp;lt;/span&amp;amp;gt;&lt;br /&gt;
(Greenwood, product page)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;amp;lt;div class=&amp;quot;subTitle&amp;quot;&amp;amp;gt; The American Revolution, 1763-1789 &amp;amp;lt;/div&amp;amp;gt;&lt;br /&gt;
(OUP)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Author: ===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;amp;lt;span id=&amp;quot;credit&amp;quot; class=&amp;quot;productauthor&amp;quot;&amp;amp;gt;&amp;amp;lt;/span&amp;amp;gt;&lt;br /&gt;
(ABC-CLIO)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;amp;lt;div class=&amp;quot;author&amp;quot;&amp;amp;gt;William M. Clements&amp;amp;lt;/div&amp;amp;gt;&lt;br /&gt;
(Greenwood)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;amp;lt;td width=&amp;quot;35%&amp;quot;&amp;amp;gt;&amp;amp;lt;font id=&amp;quot;title_catalogue_title_font&amp;quot;&amp;amp;gt;Authors&amp;amp;lt;/font&amp;amp;gt;&amp;amp;lt;/td&amp;amp;gt;&lt;br /&gt;
&amp;amp;lt;td width=&amp;quot;65%&amp;quot;&amp;amp;gt;&amp;amp;lt;font id=&amp;quot;text&amp;quot;&amp;amp;gt;Andrew Tan &amp;amp;amp; Kumar Ramakrishna (eds)&amp;amp;lt;/font&amp;amp;gt;&amp;amp;lt;/td&amp;amp;gt;&lt;br /&gt;
(Marshall Cavendish)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;amp;lt;div class=&amp;quot;byline&amp;quot;&amp;amp;gt; Robert Middlekauff &amp;amp;lt;/div&amp;amp;gt;&lt;br /&gt;
(OUP)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Publication Date: ===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;amp;lt;span id=&amp;quot;pubdate&amp;quot; class=&amp;quot;productdetailbody&amp;quot;&amp;amp;gt;11/2001&amp;amp;lt;/span&amp;amp;gt;&lt;br /&gt;
(ABC-CLIO -- see table structure)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;amp;lt;div id=&amp;quot;pnlPubDate&amp;quot;&amp;amp;gt; &amp;amp;lt;span class=&amp;quot;book_options&amp;quot;&amp;amp;gt;Publication Date:&amp;amp;lt;/span&amp;amp;gt; &amp;amp;lt;span id=&amp;quot;lblPubDate&amp;quot;&amp;amp;gt;12/30/2005&amp;amp;lt;/span&amp;amp;gt; &amp;amp;lt;/div&amp;amp;gt;&lt;br /&gt;
(Greenwood, detail page)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;amp;lt;span class=&amp;quot;publicationDate&amp;quot;&amp;amp;gt; Feb 2005 &amp;amp;lt;/span&amp;amp;gt;&lt;br /&gt;
(OUP)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;amp;lt;li&amp;amp;gt;Published/Released:&amp;amp;lt;strong&amp;amp;gt; March 1973&amp;amp;lt;/strong&amp;amp;gt;&amp;amp;lt;/li&amp;amp;gt;&lt;br /&gt;
(Thomson Gale)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Volumes: ===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;amp;lt;td ... class=&amp;quot;productdetailhead&amp;quot;&amp;amp;gt;&amp;amp;lt;span id=&amp;quot;volumeslabel&amp;quot; class=&amp;quot;productdetailhead&amp;quot;&amp;amp;gt;Volumes&amp;amp;lt;/span&amp;amp;gt;&amp;amp;lt;/td&amp;amp;gt;&lt;br /&gt;
&amp;amp;lt;td ... class=&amp;quot;productdetailbody&amp;quot;&amp;amp;gt;&amp;amp;lt;span id=&amp;quot;volumes&amp;quot; class=&amp;quot;productdetailbody&amp;quot;&amp;amp;gt;1&amp;amp;lt;/span&amp;amp;gt;&amp;amp;lt;/td&amp;amp;gt;&lt;br /&gt;
(ABC-CLIO)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== ISBN: ===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;amp;lt;td class=&amp;quot;productdetailhead&amp;quot; ...&amp;amp;gt;&amp;amp;lt;span id=&amp;quot;ISBNLabel&amp;quot;&amp;amp;gt;ISBN&amp;amp;lt;/span&amp;amp;gt;&amp;amp;lt;/td&amp;amp;gt;&lt;br /&gt;
&amp;amp;lt;td class=&amp;quot;productdetailbody&amp;quot;&amp;amp;gt;1-57607-785-3&amp;amp;lt;/td&amp;amp;gt;&lt;br /&gt;
(ABC-CLIO)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;amp;lt;div class=&amp;quot;isbn&amp;quot;&amp;amp;gt;0-313-32847-1&amp;amp;lt;/div&amp;amp;gt;&lt;br /&gt;
(Greenwood, homepage)&lt;br /&gt;
&lt;br /&gt;
&amp;amp;lt;div id=&amp;quot;pnlIsbn&amp;quot;&amp;amp;gt; &amp;amp;lt;span class=&amp;quot;book_options&amp;quot;&amp;amp;gt;ISBN:&amp;amp;lt;/span&amp;amp;gt; &amp;amp;lt;span id=&amp;quot;lblIsbn&amp;quot;&amp;amp;gt;0-313-32847-1&amp;amp;lt;/span&amp;amp;gt; &amp;amp;lt;/div&amp;amp;gt;&lt;br /&gt;
(Greenwood, product page)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;amp;lt;td width=&amp;quot;35%&amp;quot;&amp;amp;gt;&amp;amp;lt;font id=&amp;quot;title_catalogue_title_font&amp;quot;&amp;amp;gt;ISBN Number&amp;amp;lt;/font&amp;amp;gt;&amp;amp;lt;/td&amp;amp;gt;&lt;br /&gt;
&amp;amp;lt;td width=&amp;quot;65%&amp;quot;&amp;amp;gt;&amp;amp;lt;font id=&amp;quot;text&amp;quot;&amp;amp;gt;9812102108&amp;amp;lt;/font&amp;amp;gt;&amp;amp;lt;/td&amp;amp;gt;&lt;br /&gt;
(Marshall Cavendish)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;amp;lt;span class=&amp;quot;isbnNumber&amp;quot;&amp;amp;gt;0195162471&amp;amp;lt;/span&amp;amp;gt;&lt;br /&gt;
(OUP)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;amp;lt;li&amp;amp;gt;ISBN: &amp;amp;lt;strong&amp;amp;gt;0-8103-0100-8&amp;amp;lt;/strong&amp;amp;gt;&amp;amp;lt;/li&amp;amp;gt;&lt;br /&gt;
(Thomson Gale)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Book Edition: ===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;amp;lt;div class=&amp;quot;edition&amp;quot;&amp;amp;gt; Revised and Expanded Edition &amp;amp;lt;/div&amp;amp;gt;&lt;br /&gt;
(OUP)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Added by [[User:Tim White|Tim]]&lt;br /&gt;
&lt;br /&gt;
== RFC vCard Example ==&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
9.  References&lt;br /&gt;
&lt;br /&gt;
   [ISO 8601]    ISO 8601:1988 - Data elements and interchange formats -&lt;br /&gt;
                 Information interchange - Representation of dates and&lt;br /&gt;
                 times - The International Organization for&lt;br /&gt;
                 Standardization, June, 1988.&lt;br /&gt;
&lt;br /&gt;
   [ISO 8601 TC] ISO 8601, Technical Corrigendum 1 - Data elements and&lt;br /&gt;
                 interchange formats - Information interchange -&lt;br /&gt;
                 Representation of dates and times - The International&lt;br /&gt;
                 Organization for Standardization, May, 1991.&lt;br /&gt;
&lt;br /&gt;
   [ISO 9070]    ISO 9070, Information Processing - SGML support&lt;br /&gt;
                 facilities - Registration Procedures for Public Text&lt;br /&gt;
                 Owner Identifiers, April, 1991.&lt;br /&gt;
&lt;br /&gt;
   [CCITT E.163] Recommendation E.163 - Numbering Plan for The&lt;br /&gt;
                 International Telephone Service, CCITT Blue Book,&lt;br /&gt;
                 Fascicle II.2, pp.  128-134, November, 1988.&lt;br /&gt;
&lt;br /&gt;
   [CCITT X.121] Recommendation X.121 - International Numbering Plan for&lt;br /&gt;
                 Public Data Networks, CCITT Blue Book, Fascicle VIII.3,&lt;br /&gt;
                 pp. 317-332, November, 1988.&lt;br /&gt;
&lt;br /&gt;
   [CCITT X.520] Recommendation X.520 - The Directory - Selected&lt;br /&gt;
                 Attribute Types, November 1988.&lt;br /&gt;
&lt;br /&gt;
   [CCITT X.521] Recommendation X.521 - The Directory - Selected Object&lt;br /&gt;
                 Classes, November 1988.&lt;br /&gt;
&lt;br /&gt;
   [MIME-DIR]    Howes, T., Smith, M., and F. Dawson, &amp;quot;A MIME Content-&lt;br /&gt;
                 Type for Directory Information&amp;quot;, RFC 2425, September&lt;br /&gt;
                 1998.&lt;br /&gt;
&lt;br /&gt;
   [RFC 1738]    Berners-Lee, T., Masinter, L., and M. McCahill,&lt;br /&gt;
                 &amp;quot;Uniform Resource Locators (URL)&amp;quot;, RFC 1738, December&lt;br /&gt;
                 1994.&lt;br /&gt;
&lt;br /&gt;
   [RFC 1766]    Alvestrand, H., &amp;quot;Tags for the Identification of&lt;br /&gt;
                 Languages&amp;quot;, RFC 1766, March 1995.&lt;br /&gt;
&lt;br /&gt;
   [RFC 1872]    Levinson, E., &amp;quot;The MIME Multipart/Related Content-&lt;br /&gt;
                 type&amp;quot;, RFC 1872, December 1995.&lt;br /&gt;
&lt;br /&gt;
   [RFC 2045]    Freed, N., and N. Borenstein, &amp;quot;Multipurpose Internet&lt;br /&gt;
                 Mail Extensions (MIME) - Part One: Format of Internet&lt;br /&gt;
                 Message Bodies&amp;quot;, RFC 2045, November 1996.&lt;br /&gt;
&lt;br /&gt;
   [RFC 2046]    Freed, N., and N. Borenstein, &amp;quot;Multipurpose Internet&lt;br /&gt;
                 Mail Extensions (MIME) - Part Two: Media Types&amp;quot;, RFC&lt;br /&gt;
                 2046, November 1996.&lt;br /&gt;
&lt;br /&gt;
   [RFC 2047]    Moore, K., &amp;quot;Multipurpose Internet Mail Extensions&lt;br /&gt;
                 (MIME) - Part Three: Message Header Extensions for&lt;br /&gt;
                 Non-ASCII Text&amp;quot;, RFC 2047, November 1996.&lt;br /&gt;
&lt;br /&gt;
   [RFC 2048]    Freed, N., Klensin, J., and J. Postel, &amp;quot;Multipurpose&lt;br /&gt;
                 Internet Mail Extensions (MIME) - Part Four:&lt;br /&gt;
                 Registration Procedures&amp;quot;, RFC 2048, January 1997.&lt;br /&gt;
&lt;br /&gt;
   [RFC 2119]    Bradner, S., &amp;quot;Key words for use in RFCs to Indicate&lt;br /&gt;
                 Requirement Levels&amp;quot;, BCP 14, RFC 2119, March 1997.&lt;br /&gt;
&lt;br /&gt;
   [RFC 2234]    Crocker, D., and P. Overell, &amp;quot;Augmented BNF for Syntax&lt;br /&gt;
                 Specifications: ABNF&amp;quot;, RFC 2234, November 1997.&lt;br /&gt;
&lt;br /&gt;
   [UNICODE]     &amp;quot;The Unicode Standard - Version 2.0&amp;quot;, The Unicode&lt;br /&gt;
                 Consortium, July 1996.&lt;br /&gt;
&lt;br /&gt;
   [VCARD]       Internet Mail Consortium, &amp;quot;vCard - The Electronic&lt;br /&gt;
                 Business Card Version 2.1&amp;quot;,&lt;br /&gt;
                 http://www.imc.org/pdi/vcard-21.txt, September 18,&lt;br /&gt;
                 1996.&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
[http://www.faqs.org/rfcs/rfc2426.html vCard RFC]&lt;br /&gt;
&lt;br /&gt;
== W3C XHTML Spec Example ==&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;h1&amp;gt;&amp;lt;a name=&amp;quot;refs&amp;quot; id=&amp;quot;refs&amp;quot;&amp;gt;E.&amp;lt;/a&amp;gt; References&amp;lt;/h1&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;lt;strong&amp;gt;This appendix is informative.&amp;lt;/strong&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dl&amp;gt;&lt;br /&gt;
&amp;lt;dt&amp;gt;&amp;lt;a name=&amp;quot;ref-css2&amp;quot; id=&amp;quot;ref-css2&amp;quot;&amp;gt;&amp;lt;strong&amp;gt;[CSS2]&amp;lt;/strong&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/dt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dd&amp;gt;&amp;quot;&amp;lt;cite&amp;gt;&amp;lt;a href=&amp;quot;http://www.w3.org/TR/1998/REC-CSS2-19980512&amp;quot;&amp;gt;Cascading Style Sheets, level 2 (CSS2) Specification&amp;lt;/a&amp;gt;&amp;lt;/cite&amp;gt;&amp;quot;, B. Bos, H. W. Lie, C. Lilley, I. Jacobs, 12 May 1998.&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;a href=&amp;quot;http://www.w3.org/TR/REC-CSS2&amp;quot;&amp;gt;Latest version&amp;lt;/a&amp;gt; available at: http://www.w3.org/TR/REC-CSS2&amp;lt;/dd&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dt&amp;gt;&amp;lt;a name=&amp;quot;ref-dom&amp;quot; id=&amp;quot;ref-dom&amp;quot;&amp;gt;&amp;lt;strong&amp;gt;[DOM]&amp;lt;/strong&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/dt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dd&amp;gt;&amp;quot;&amp;lt;cite&amp;gt;&amp;lt;a href=&amp;quot;http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001&amp;quot;&amp;gt;Document Object Model (DOM) Level 1 Specification&amp;lt;/a&amp;gt;&amp;lt;/cite&amp;gt;&amp;quot;, Lauren Wood &amp;lt;em lang=&amp;quot;lt&amp;quot; xml:lang=&amp;quot;lt&amp;quot;&amp;gt;et al.&amp;lt;/em&amp;gt;, 1 October&lt;br /&gt;
1998.&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;a href=&amp;quot;http://www.w3.org/TR/REC-DOM-Level-1&amp;quot;&amp;gt;Latest version&amp;lt;/a&amp;gt; available at: http://www.w3.org/TR/REC-DOM-Level-1&amp;lt;/dd&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dt&amp;gt;&amp;lt;a name=&amp;quot;ref-dom2&amp;quot; id=&amp;quot;ref-dom2&amp;quot;&amp;gt;&amp;lt;strong&amp;gt;[DOM2]&amp;lt;/strong&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/dt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dd&amp;gt;&amp;quot;&amp;lt;cite&amp;gt;&amp;lt;a href=&amp;quot;http://www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113&amp;quot;&amp;gt;Document Object Model (DOM) Level 2 Core Specification&amp;lt;/a&amp;gt;&amp;lt;/cite&amp;gt;&amp;quot;, A. Le&amp;amp;#160;Hors, &amp;lt;em lang=&amp;quot;lt&amp;quot; xml:lang=&amp;quot;lt&amp;quot;&amp;gt;et&lt;br /&gt;
al.&amp;lt;/em&amp;gt;, 13 November 2000.&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;a href=&amp;quot;http://www.w3.org/TR/DOM-Level-2-Core&amp;quot;&amp;gt;Latest version&amp;lt;/a&amp;gt; available at: http://www.w3.org/TR/DOM-Level-2-Core&amp;lt;/dd&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dt&amp;gt;&amp;lt;a name=&amp;quot;ref-html4&amp;quot; id=&amp;quot;ref-html4&amp;quot;&amp;gt;&amp;lt;strong&amp;gt;[HTML]&amp;lt;/strong&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/dt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dd&amp;gt;&amp;quot;&amp;lt;cite&amp;gt;&amp;lt;a href=&amp;quot;http://www.w3.org/TR/1999/REC-html401-19991224&amp;quot;&amp;gt;HTML 4.01 Specification&amp;lt;/a&amp;gt;&amp;lt;/cite&amp;gt;&amp;quot;, D. Raggett, A. Le&amp;amp;#160;Hors, I. Jacobs, 24 December 1999.&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;a href=&amp;quot;http://www.w3.org/TR/html401&amp;quot;&amp;gt;Latest version&amp;lt;/a&amp;gt; available at: http://www.w3.org/TR/html401&amp;lt;/dd&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dt&amp;gt;&amp;lt;a name=&amp;quot;ref-posix.1&amp;quot; id=&amp;quot;ref-posix.1&amp;quot;&amp;gt;&amp;lt;strong&amp;gt;[POSIX.1]&amp;lt;/strong&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/dt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dd&amp;gt;&amp;quot;&amp;lt;cite&amp;gt;ISO/IEC 9945-1:1990 Information Technology - Portable Operating System Interface (POSIX) - Part 1: System Application Program Interface (API) [C Language]&amp;lt;/cite&amp;gt;&amp;quot;, Institute of Electrical&lt;br /&gt;
and Electronics Engineers, Inc, 1990.&amp;lt;/dd&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dt&amp;gt;&amp;lt;a id=&amp;quot;ref-rfc2045&amp;quot; name=&amp;quot;ref-rfc2045&amp;quot;&amp;gt;&amp;lt;strong&amp;gt;[RFC2045]&amp;lt;/strong&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/dt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dd&amp;gt;&amp;quot;&amp;lt;cite&amp;gt;&amp;lt;a href=&amp;quot;http://www.ietf.org/rfc/rfc2045.txt&amp;quot;&amp;gt;Multipurpose Internet Mail Extensions (MIME) Part One: Format of Internet Message Bodies&amp;lt;/a&amp;gt;&amp;lt;/cite&amp;gt;&amp;quot;, N. Freed and N. Borenstein, November&lt;br /&gt;
1996. Note that this RFC obsoletes RFC1521, RFC1522, and RFC1590.&amp;lt;/dd&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dt&amp;gt;&amp;lt;a name=&amp;quot;ref-rfc2046&amp;quot; id=&amp;quot;ref-rfc2046&amp;quot;&amp;gt;&amp;lt;strong&amp;gt;[RFC2046]&amp;lt;/strong&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/dt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dd&amp;gt;&amp;quot;&amp;lt;cite&amp;gt;&amp;lt;a href=&amp;quot;http://www.ietf.org/rfc/rfc2046.txt&amp;quot;&amp;gt;RFC2046: Multipurpose Internet Mail Extensions (MIME) Part Two: Media Types&amp;lt;/a&amp;gt;&amp;lt;/cite&amp;gt;&amp;quot;, N. Freed and N. Borenstein, November 1996.&amp;lt;br /&amp;gt;&lt;br /&gt;
Available at &amp;lt;a href=&amp;quot;http://www.ietf.org/rfc/rfc2046.txt&amp;quot;&amp;gt;http://www.ietf.org/rfc/rfc2046.txt&amp;lt;/a&amp;gt;. Note that this RFC obsoletes RFC1521, RFC1522, and RFC1590.&amp;lt;/dd&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dt&amp;gt;&amp;lt;a name=&amp;quot;ref-rfc2119&amp;quot; id=&amp;quot;ref-rfc2119&amp;quot;&amp;gt;&amp;lt;strong&amp;gt;[RFC2119]&amp;lt;/strong&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/dt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dd&amp;gt;&amp;quot;&amp;lt;cite&amp;gt;&amp;lt;a href=&amp;quot;http://www.ietf.org/rfc/rfc2119.txt&amp;quot;&amp;gt;RFC2119: Key words for use in RFCs to Indicate Requirement Levels&amp;lt;/a&amp;gt;&amp;lt;/cite&amp;gt;&amp;quot;, S. Bradner, March 1997.&amp;lt;br /&amp;gt;&lt;br /&gt;
Available at: http://www.ietf.org/rfc/rfc2119.txt&amp;lt;/dd&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dt&amp;gt;&amp;lt;a name=&amp;quot;ref-rfc2376&amp;quot; id=&amp;quot;ref-rfc2376&amp;quot;&amp;gt;&amp;lt;strong&amp;gt;[RFC2376]&amp;lt;/strong&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/dt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dd&amp;gt;&amp;quot;&amp;lt;cite&amp;gt;&amp;lt;a href=&amp;quot;http://www.ietf.org/rfc/rfc2376.txt&amp;quot;&amp;gt;RFC2376: XML Media Types&amp;lt;/a&amp;gt;&amp;lt;/cite&amp;gt;&amp;quot;, E. Whitehead, M. Murata, July 1998.&amp;lt;br /&amp;gt;&lt;br /&gt;
This document is obsoleted by [&amp;lt;a href=&amp;quot;#ref-rfc3023&amp;quot;&amp;gt;RFC3023&amp;lt;/a&amp;gt;].&amp;lt;br /&amp;gt;&lt;br /&gt;
Available at: http://www.ietf.org/rfc/rfc2376.txt&amp;lt;/dd&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dt&amp;gt;&amp;lt;a name=&amp;quot;ref-rfc2396&amp;quot; id=&amp;quot;ref-rfc2396&amp;quot;&amp;gt;&amp;lt;strong&amp;gt;[RFC2396]&amp;lt;/strong&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/dt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dd&amp;gt;&amp;quot;&amp;lt;cite&amp;gt;&amp;lt;a href=&amp;quot;http://www.ietf.org/rfc/rfc2396.txt&amp;quot;&amp;gt;RFC2396: Uniform Resource Identifiers (URI): Generic Syntax&amp;lt;/a&amp;gt;&amp;lt;/cite&amp;gt;&amp;quot;, T. Berners-Lee, R. Fielding, L. Masinter, August 1998.&amp;lt;br /&amp;gt;&lt;br /&gt;
This document updates RFC1738 and RFC1808.&amp;lt;br /&amp;gt;&lt;br /&gt;
Available at: http://www.ietf.org/rfc/rfc2396.txt&amp;lt;/dd&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dt&amp;gt;&amp;lt;a name=&amp;quot;ref-rfc2854&amp;quot; id=&amp;quot;ref-rfc2854&amp;quot;&amp;gt;&amp;lt;strong&amp;gt;[RFC2854]&amp;lt;/strong&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/dt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dd&amp;gt;&amp;quot;&amp;lt;cite&amp;gt;&amp;lt;a href=&amp;quot;http://www.ietf.org/rfc/rfc2854.txt&amp;quot;&amp;gt;RFC2854: The text/html Media Type&amp;lt;/a&amp;gt;&amp;lt;/cite&amp;gt;&amp;quot;, D. Conolly, L. Masinter, June 2000.&amp;lt;br /&amp;gt;&lt;br /&gt;
Available at: http://www.ietf.org/rfc/rfc2854.txt&amp;lt;/dd&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dt&amp;gt;&amp;lt;a name=&amp;quot;ref-rfc3023&amp;quot; id=&amp;quot;ref-rfc3023&amp;quot;&amp;gt;&amp;lt;strong&amp;gt;[RFC3023]&amp;lt;/strong&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/dt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dd&amp;gt;&amp;quot;&amp;lt;cite&amp;gt;&amp;lt;a href=&amp;quot;http://www.ietf.org/rfc/rfc3023.txt&amp;quot;&amp;gt;RFC3023: XML Media Types&amp;lt;/a&amp;gt;&amp;lt;/cite&amp;gt;&amp;quot;, M. Murata, S. St.Laurent, D. Kohn, January 2001.&amp;lt;br /&amp;gt;&lt;br /&gt;
This document obsoletes [&amp;lt;a href=&amp;quot;#ref-rfc2376&amp;quot;&amp;gt;RFC2376&amp;lt;/a&amp;gt;].&amp;lt;br /&amp;gt;&lt;br /&gt;
Available at: http://www.ietf.org/rfc/rfc3023.txt&amp;lt;/dd&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dt&amp;gt;&amp;lt;a id=&amp;quot;ref-rfc3066&amp;quot; name=&amp;quot;ref-rfc3066&amp;quot;&amp;gt;&amp;lt;strong&amp;gt;[RFC3066]&amp;lt;/strong&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/dt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dd&amp;gt;&amp;quot;&amp;lt;a href=&amp;quot;http://www.ietf.org/rfc/rfc3066.txt&amp;quot;&amp;gt;Tags for the Identification of Languages&amp;lt;/a&amp;gt;&amp;quot;, H. Alvestrand, January 2001.&amp;lt;br /&amp;gt;&lt;br /&gt;
Available at: http://www.ietf.org/rfc/rfc3066.txt&amp;lt;/dd&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dt&amp;gt;&amp;lt;a id=&amp;quot;ref-rfc3236&amp;quot; name=&amp;quot;ref-rfc3236&amp;quot;&amp;gt;&amp;lt;strong&amp;gt;[RFC3236]&amp;lt;/strong&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/dt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dd&amp;gt;&amp;quot;&amp;lt;a href=&amp;quot;http://www.ietf.org/rfc/rfc3236.txt&amp;quot;&amp;gt;The 'application/xhtml+xml' Media Type&amp;lt;/a&amp;gt;&amp;quot;, M. Baker, P. Stark, January 2002.&amp;lt;br /&amp;gt;&lt;br /&gt;
Available at: http://www.ietf.org/rfc/rfc3236.txt&amp;lt;/dd&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dt&amp;gt;&amp;lt;a id=&amp;quot;ref-xhtml-mathml&amp;quot; name=&amp;quot;ref-xhtml-mathml&amp;quot;&amp;gt;&amp;lt;strong&amp;gt;[XHTML+MathML]&amp;lt;/strong&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/dt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dd&amp;gt;&amp;lt;cite&amp;gt;&amp;quot;&amp;lt;a href=&amp;quot;http://www.w3.org/TR/MathML2/dtd/xhtml-math11-f.dtd&amp;quot;&amp;gt;XHTML plus Math 1.1 &amp;lt;abbr title=&amp;quot;Document Type Definition&amp;quot;&amp;gt;DTD&amp;lt;/abbr&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/cite&amp;gt;&amp;quot;, &amp;quot;A.2 MathML as a DTD Module&amp;quot;, Mathematical&lt;br /&gt;
Markup Language (MathML) Version 2.0. Available at: http://www.w3.org/TR/MathML2/dtd/xhtml-math11-f.dtd&amp;lt;/dd&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dt&amp;gt;&amp;lt;a id=&amp;quot;ref-xhtmlmime&amp;quot; name=&amp;quot;ref-xhtmlmime&amp;quot;&amp;gt;&amp;lt;strong&amp;gt;[XHTMLMIME]&amp;lt;/strong&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/dt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dd&amp;gt;&amp;quot;&amp;lt;cite&amp;gt;&amp;lt;a href=&amp;quot;http://www.w3.org/TR/2002/NOTE-xhtml-media-types-20020801&amp;quot;&amp;gt;XHTML Media Types&amp;lt;/a&amp;gt;&amp;lt;/cite&amp;gt;&amp;quot;, Masayasu Ishikawa, 1 August 2002.&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;a href=&amp;quot;http://www.w3.org/TR/xhtml-media-types&amp;quot;&amp;gt;Latest version&amp;lt;/a&amp;gt; available at: http://www.w3.org/TR/xhtml-media-types&amp;lt;/dd&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dt&amp;gt;&amp;lt;a id=&amp;quot;ref-xhtmlmod&amp;quot; name=&amp;quot;ref-xhtmlmod&amp;quot;&amp;gt;&amp;lt;strong&amp;gt;[XHTMLMOD]&amp;lt;/strong&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/dt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dd&amp;gt;&amp;quot;&amp;lt;cite&amp;gt;&amp;lt;a href=&amp;quot;http://www.w3.org/TR/2001/REC-xhtml-modularization-20010410&amp;quot;&amp;gt;Modularization of XHTML&amp;lt;/a&amp;gt;&amp;lt;/cite&amp;gt;&amp;quot;, M. Altheim et al., 10 April 2001.&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;a href=&amp;quot;http://www.w3.org/TR/xhtml-modularization&amp;quot;&amp;gt;Latest version&amp;lt;/a&amp;gt; available at: http://www.w3.org/TR/xhtml-modularization&amp;lt;/dd&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dt&amp;gt;&amp;lt;a name=&amp;quot;ref-xml&amp;quot; id=&amp;quot;ref-xml&amp;quot;&amp;gt;&amp;lt;strong&amp;gt;[XML]&amp;lt;/strong&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/dt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dd&amp;gt;&amp;quot;&amp;lt;a href=&amp;quot;http://www.w3.org/TR/2000/REC-xml-20001006&amp;quot;&amp;gt;Extensible Markup Language (XML) 1.0 Specification (Second Edition)&amp;lt;/a&amp;gt;&amp;quot;, T. Bray, J. Paoli, C. M. Sperberg-McQueen, E. Maler, 6 October&lt;br /&gt;
2000.&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;a href=&amp;quot;http://www.w3.org/TR/REC-xml&amp;quot;&amp;gt;Latest version&amp;lt;/a&amp;gt; available at: http://www.w3.org/TR/REC-xml&amp;lt;/dd&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dt&amp;gt;&amp;lt;a name=&amp;quot;ref-xmlns&amp;quot; id=&amp;quot;ref-xmlns&amp;quot;&amp;gt;&amp;lt;strong&amp;gt;[XMLNS]&amp;lt;/strong&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/dt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dd&amp;gt;&amp;quot;&amp;lt;a href=&amp;quot;http://www.w3.org/TR/1999/REC-xml-names-19990114&amp;quot;&amp;gt;Namespaces in XML&amp;lt;/a&amp;gt;&amp;quot;, T. Bray, D. Hollander, A. Layman, 14 January 1999.&amp;lt;br /&amp;gt;&lt;br /&gt;
XML namespaces provide a simple method for qualifying names used in XML documents by associating them with namespaces identified by URI.&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;a href=&amp;quot;http://www.w3.org/TR/REC-xml-names&amp;quot;&amp;gt;Latest version&amp;lt;/a&amp;gt; available at: http://www.w3.org/TR/REC-xml-names&amp;lt;/dd&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dt&amp;gt;&amp;lt;a name=&amp;quot;ref-xmlc14n&amp;quot; id=&amp;quot;ref-xmlc14n&amp;quot;&amp;gt;&amp;lt;strong&amp;gt;[XMLC14N]&amp;lt;/strong&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/dt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dd&amp;gt;&amp;quot;&amp;lt;a href=&amp;quot;http://www.w3.org/TR/2001/REC-xml-c14n-20010315&amp;quot;&amp;gt;Canonical XML Version 1.0&amp;lt;/a&amp;gt;&amp;quot;, J. Boyer, 15 March 2001.&amp;lt;br /&amp;gt;&lt;br /&gt;
This document describes a method for generating a physical representation, the canonical form, of an XML document.&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;a href=&amp;quot;http://www.w3.org/TR/xml-c14n&amp;quot;&amp;gt;Latest version&amp;lt;/a&amp;gt; available at: http://www.w3.org/TR/xml-c14n&amp;lt;/dd&amp;gt;&lt;br /&gt;
&amp;lt;/dl&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
[http://www.w3.org/TR/xhtml1/#refs XHTML1.0 Spec references]&lt;br /&gt;
&lt;br /&gt;
== CiteProc XHTML Output ==&lt;br /&gt;
&lt;br /&gt;
The XHTML output for CiteProc[http://xbiblio.sourceforge.net/citeproc.html] wasn't designed per se as a microformat, but is probably not a bad place to start. It is desgined to handle a wide range of content. Here is the APA output:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
 &amp;lt;div id=&amp;quot;bibliography&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
   &amp;lt;h3&amp;gt;References&amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
   &amp;lt;p id=&amp;quot;Brenner2000a&amp;quot; class=&amp;quot;bibref&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;span class=&amp;quot;creator&amp;quot;&amp;gt;Brenner, N.&amp;lt;/span&amp;gt;&lt;br /&gt;
    &amp;lt;span class=&amp;quot;date&amp;quot;&amp;gt; (&amp;lt;span class=&amp;quot;year&amp;quot;&amp;gt;2000&amp;lt;/span&amp;gt;) &amp;lt;/span&amp;gt;&lt;br /&gt;
    &amp;lt;span class=&amp;quot;title&amp;quot;&amp;gt;The Urban Question as a Scale Question: Reflections &lt;br /&gt;
    on Henri Lefebre, Urban Theory and the Politics of Scale, &amp;lt;/span&amp;gt;&lt;br /&gt;
    &amp;lt;span class=&amp;quot;container&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;span class=&amp;quot;title&amp;quot; style=&amp;quot;font-style: italic&amp;quot;&amp;gt;International Journal of &lt;br /&gt;
        Urban and Regional Research, &amp;lt;/span&amp;gt;&lt;br /&gt;
      &amp;lt;span class=&amp;quot;volume&amp;quot;&amp;gt;24&amp;lt;/span&amp;gt;&lt;br /&gt;
      &amp;lt;span class=&amp;quot;issue&amp;quot;&amp;gt;(2)&amp;lt;/span&amp;gt;&lt;br /&gt;
      &amp;lt;span class=&amp;quot;locator&amp;quot;&amp;gt;, pp. 361–78&amp;lt;/span&amp;gt;&lt;br /&gt;
      &amp;lt;/span&amp;gt;.&lt;br /&gt;
    &amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
   &amp;lt;p id=&amp;quot;NW2000-0207&amp;quot; class=&amp;quot;bibref&amp;quot;&amp;gt;&lt;br /&gt;
     &amp;lt;span class=&amp;quot;creator&amp;quot;&amp;gt;Newsweek&amp;lt;/span&amp;gt;&lt;br /&gt;
     &amp;lt;span class=&amp;quot;date&amp;quot;&amp;gt; &lt;br /&gt;
       (&amp;lt;span class=&amp;quot;year&amp;quot;&amp;gt;2000a&amp;lt;/span&amp;gt;&lt;br /&gt;
       &amp;lt;span class=&amp;quot;month&amp;quot;&amp;gt;, February&amp;lt;/span&amp;gt;&lt;br /&gt;
       &amp;lt;span class=&amp;quot;day&amp;quot;&amp;gt; 7&amp;lt;/span&amp;gt;) &lt;br /&gt;
     &amp;lt;/span&amp;gt;&lt;br /&gt;
     &amp;lt;span class=&amp;quot;title&amp;quot;&amp;gt;The Grandmas Pay a Visit, &amp;lt;/span&amp;gt;&lt;br /&gt;
     &amp;lt;span class=&amp;quot;container&amp;quot;&amp;gt;&lt;br /&gt;
       &amp;lt;span class=&amp;quot;volume&amp;quot;&amp;gt;135&amp;lt;/span&amp;gt;&lt;br /&gt;
       &amp;lt;span class=&amp;quot;issue&amp;quot;&amp;gt;(6)&amp;lt;/span&amp;gt;&lt;br /&gt;
       &amp;lt;span class=&amp;quot;locator&amp;quot;&amp;gt;, pp. 45&amp;lt;/span&amp;gt;&lt;br /&gt;
     &amp;lt;/span&amp;gt;.&lt;br /&gt;
   &amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
   &amp;lt;p id=&amp;quot;Veer1996a&amp;quot; class=&amp;quot;bibref&amp;quot;&amp;gt;&lt;br /&gt;
     &amp;lt;span class=&amp;quot;creator&amp;quot;&amp;gt;van der Veer, P.&amp;lt;/span&amp;gt;&lt;br /&gt;
     &amp;lt;span class=&amp;quot;date&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;year&amp;quot;&amp;gt; (1996) &amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
     &amp;lt;span class=&amp;quot;title&amp;quot;&amp;gt;Riots and Rituals: The Construction of Violence &lt;br /&gt;
       and Public Space in Hindu Nationalism&amp;lt;/span&amp;gt;&lt;br /&gt;
     &amp;lt;span class=&amp;quot;container&amp;quot;&amp;gt;, In Brass, P.&amp;lt;span class=&amp;quot;role&amp;quot;&amp;gt; (Ed.)&amp;lt;/span&amp;gt;. &lt;br /&gt;
       &amp;lt;span class=&amp;quot;title&amp;quot; style=&amp;quot;font-style: italic&amp;quot;&amp;gt;Riots and Pogroms.&amp;lt;/span&amp;gt;&lt;br /&gt;
       &amp;lt;span class=&amp;quot;origin&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;place&amp;quot;&amp;gt;New York&amp;lt;/span&amp;gt;&lt;br /&gt;
       &amp;lt;span class=&amp;quot;publisher&amp;quot;&amp;gt;: NYU Press&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
       &amp;lt;span class=&amp;quot;locator&amp;quot;&amp;gt;, pp. 154–76&amp;lt;/span&amp;gt;&lt;br /&gt;
     &amp;lt;/span&amp;gt;.&lt;br /&gt;
   &amp;lt;/p&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;
== ACM Digital Library Search Result Examples ==&lt;br /&gt;
&lt;br /&gt;
The [http://www.acm.org/dl/ ACM Digital Library] is a heavily used computer science literature database.&lt;br /&gt;
&lt;br /&gt;
First, the markup for one entry from the table of contents page for the ACM TACO (Transactions on Architecture and Code Optimization) journal:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;td align=&amp;quot;left&amp;quot; class=&amp;quot;small-text&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;a href=&amp;quot;citation.cfm?id=1113841.1113842&amp;amp;coll=portal&amp;amp;dl=ACM&amp;amp;idx=1113841&amp;amp;part=periodical&amp;amp;WantType=periodical&amp;amp;title=ACM%20Transactions%20on%20Architecture%20and%20Code%20Optimization%20%28TACO%29&amp;amp;CFID=68451946&amp;amp;CFTOKEN=20517650&amp;quot;class=&amp;quot;medium-text&amp;quot; target=&amp;quot;_self&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;strong&amp;gt;Improving WCET by applying a WC code-positioning optimization &amp;lt;/strong&amp;gt;&lt;br /&gt;
&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
 Wankang Zhao, David Whalley, Christopher Healy, Frank Mueller&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;small&amp;gt; Pages: 335 - 365&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;Full text available:&amp;amp;nbsp;&amp;lt;A HREF=&amp;quot;ft_gateway.cfm?id=1113842&amp;amp;type=pdf&amp;amp;coll=portal&amp;amp;dl=ACM&amp;amp;CFID=68451946&amp;amp;CFTOKEN=20517650&amp;quot; target=&amp;quot;_blank&amp;quot;&amp;gt;&amp;lt;img src=&amp;quot;images/pdf_logo.gif&amp;quot; ... height=&amp;quot;16&amp;quot; hspace=&amp;quot;1&amp;quot; alt=&amp;quot;pdf format&amp;quot; border=&amp;quot;0&amp;quot; align=&amp;quot;texttop&amp;quot;&amp;gt;Pdf&amp;lt;/A&amp;gt;(510&amp;amp;nbsp;KB)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;smaller-text&amp;quot;&amp;gt;&amp;lt;table border=&amp;quot;0&amp;quot; cellpadding=&amp;quot;0&amp;quot; cellpadding=&amp;quot;0&amp;quot;&amp;gt;&amp;lt;tr valign=&amp;quot;top&amp;quot;&amp;gt;&amp;lt;td class=&amp;quot;smaller-text&amp;quot; nowrap&amp;gt;Additional Information:&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td class=&amp;quot;smaller-text&amp;quot;&amp;gt;&amp;lt;img src=&amp;quot;img/doc_blank.gif&amp;quot; ... height=&amp;quot;16&amp;quot; alt=&amp;quot;&amp;quot; border=&amp;quot;0&amp;quot; align=&amp;quot;texttop&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;A HREF=&amp;quot;citation.cfm?id=1113842&amp;amp;jmp=cit&amp;amp;coll=portal&amp;amp;dl=ACM&amp;amp;CFID=68451946&amp;amp;CFTOKEN=20517650#CIT&amp;quot; target=&amp;quot;_self&amp;quot;&amp;gt;full citation&amp;lt;/a&amp;gt;, &lt;br /&gt;
&amp;lt;A HREF=&amp;quot;citation.cfm?id=1113842&amp;amp;jmp=abstract&amp;amp;coll=portal&amp;amp;dl=ACM&amp;amp;CFID=68451946&amp;amp;CFTOKEN=20517650#abstract&amp;quot; target=&amp;quot;_self&amp;quot;&amp;gt;abstract&amp;lt;/A&amp;gt;, &lt;br /&gt;
&amp;lt;A HREF=&amp;quot;citation.cfm?id=1113842&amp;amp;jmp=references&amp;amp;coll=portal&amp;amp;dl=ACM&amp;amp;CFID=68451946&amp;amp;CFTOKEN=20517650#references&amp;quot; target=&amp;quot;_self&amp;quot;&amp;gt; references&amp;lt;/A&amp;gt;, &lt;br /&gt;
&amp;lt;A HREF=&amp;quot;citation.cfm?id=1113842&amp;amp;jmp=indexterms&amp;amp;coll=portal&amp;amp;dl=ACM&amp;amp;CFID=68451946&amp;amp;CFTOKEN=20517650#indexterms&amp;quot; target=&amp;quot;_self&amp;quot;&amp;gt; index terms&amp;lt;/A&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;/table&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The markup for the 'full citation' page is similar, with a little more information about the authors.&lt;br /&gt;
&lt;br /&gt;
Here's the markup from the 'ACM Ref' link, which apparently is how they suggest you format it:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
Zhao, W., Whalley, D., Healy, C., and Mueller, F. 2005. &lt;br /&gt;
Improving WCET by applying a WC code-positioning optimization. &lt;br /&gt;
&amp;lt;i&amp;gt;ACM Trans. Archit. Code Optim.&amp;lt;/i&amp;gt; 2, 4 (Dec. 2005), 335-365. &lt;br /&gt;
DOI= http://doi.acm.org/10.1145/1113841.1113842&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== IEEE IEEExplore Search Results Markup ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;td width=&amp;quot;96%&amp;quot; class=&amp;quot;bodyCopyBlackLargeSpaced&amp;quot; valign=&amp;quot;middle&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;strong&amp;gt;On the parallel execution time of tiled loops&amp;lt;/strong&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Hogstedt, K.; Carter, L.; Ferrante, J.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;A href='/xpl/RecentIssue.jsp?punumber=71'&amp;gt;Parallel and Distributed Systems, IEEE Transactions on&amp;lt;/A&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Volume: 14&lt;br /&gt;
&lt;br /&gt;
&amp;amp;nbsp;Issue: 3&lt;br /&gt;
&amp;amp;nbsp;March 2003 &amp;lt;br /&amp;gt;&lt;br /&gt;
Page(s):  307- 321&amp;lt;br&amp;gt;&lt;br /&gt;
Digital Object Identifier 10.1109/TPDS.2003.1189587&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div id=&amp;quot;menu0&amp;quot; style=&amp;quot;display:block&amp;quot;&amp;gt;&amp;lt;strong&amp;gt;Summary:&amp;amp;nbsp;&amp;lt;/strong&amp;gt; Many &lt;br /&gt;
computationally-intensive programs, such as those for differential equations, spatial &lt;br /&gt;
interpolation, and dynamic programming, spend a large portion of their execution time in &lt;br /&gt;
multiply-nested loops that have a regular stencil of data dependences.....&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&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;
== CiteSeer database search results ==&lt;br /&gt;
&lt;br /&gt;
The [http://citeseer.ist.psu.edu CiteSeer] database has been another heavily used Computer Science online resource, and it has minimal markup:&lt;br /&gt;
&lt;br /&gt;
Here's what you see on the main page for a given paper - this information is duplicated everywhere on the page, but this is where it's formatted most like an academic citation:&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;font size=-1&amp;gt;Yoshio Kataoka, Michael D. Ernst, William G. Griswold, and David Notkin. &lt;br /&gt;
Automated support for program refactoring using invariants. In ICSM, pages 736-- 743, &lt;br /&gt;
November 2001. http://citeseer.ist.psu.edu/kataoka01automated.html &amp;amp;nbsp; &lt;br /&gt;
&amp;lt;a href=&amp;quot;http://citeseer.ist.psu.edu/check/1791139&amp;quot;&amp;gt;More&amp;lt;/a&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;br&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;
Clicking on the 'More' link in the above text gets you a page with a listing of all the ways they found it written out as a citation in other papers. This is an example of how they mark up each of those entries:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Yoshio Kataoka, Michael D. Ernst, William G. Griswold, and David Notkin. &lt;br /&gt;
&amp;lt;i&amp;gt;Automated support for program refactoring using invariants&amp;lt;/i&amp;gt;.&lt;br /&gt;
 In ICSM, pages 736-- 743, November 2001.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== CiteULike.org citation listing ==&lt;br /&gt;
&lt;br /&gt;
[http://www.citeulike.org/ CiteULike] is a shared reference database site that allows organization using tags and ratings. The site imports from many unstructured web resources using mostly screen-scraping plugins (I think --Mike) &lt;br /&gt;
&lt;br /&gt;
Here is an example of the markup for one article on the main page:&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
  &amp;lt;td...&amp;gt;&lt;br /&gt;
    &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;&lt;br /&gt;
        &amp;lt;a class=&amp;quot;title&amp;quot; href=&amp;quot;/user/jrw/article/505272&amp;quot;&amp;gt;Geometric phases in adiabatic open quantum systems&amp;lt;/a&amp;gt;&lt;br /&gt;
        &amp;lt;div class=&amp;quot;vague&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
        &amp;lt;div class=&amp;quot;vague&amp;quot;&amp;gt;by&amp;lt;a class=&amp;quot;author&amp;quot; href=&amp;quot;/user/jrw/author/Sarandy&amp;quot;&amp;gt;Sarandy&amp;lt;/a&amp;gt; MS, &lt;br /&gt;
          &amp;lt;a class=&amp;quot;author&amp;quot; href=&amp;quot;/user/jrw/author/Lidar&amp;quot;&amp;gt;Lidar&amp;lt;/a&amp;gt; DA&amp;lt;/div&amp;gt;&lt;br /&gt;
        &amp;lt;div class=&amp;quot;vague&amp;quot;&amp;gt;&lt;br /&gt;
          posted to &amp;lt;a class=&amp;quot;tag&amp;quot; rel=&amp;quot;tag&amp;quot; href=&amp;quot;/user/jrw/tag/geometry&amp;quot;&amp;gt;geometry&amp;lt;/a&amp;gt;&lt;br /&gt;
          &amp;lt;a class=&amp;quot;tag&amp;quot; rel=&amp;quot;tag&amp;quot; href=&amp;quot;/user/jrw/tag/physics&amp;quot;&amp;gt;physics&amp;lt;/a&amp;gt;&lt;br /&gt;
          &amp;lt;a class=&amp;quot;tag&amp;quot; rel=&amp;quot;tag&amp;quot; href=&amp;quot;/user/jrw/tag/quantum&amp;quot;&amp;gt;quantum&amp;lt;/a&amp;gt;&lt;br /&gt;
          &amp;lt;a class=&amp;quot;tag&amp;quot; rel=&amp;quot;tag&amp;quot; href=&amp;quot;/user/jrw/tag/quantum-information&amp;quot;&amp;gt;quantum-information&amp;lt;/a&amp;gt;&lt;br /&gt;
          by &amp;lt;a href=&amp;quot;/user/jrw&amp;quot;&amp;gt;jrw&amp;lt;/a&amp;gt;&lt;br /&gt;
          as &amp;lt;img alt=&amp;quot;x&amp;quot;src=&amp;quot;http://static.citeulike.org/img/star2.png&amp;quot; /&amp;gt;&lt;br /&gt;
          on&amp;amp;nbsp;2006-02-14 18:36:22&lt;br /&gt;
        &amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;/ul&amp;gt;&lt;br /&gt;
  &amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
And here is markup from the detail page for another publication:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;content&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;table...&amp;gt;&lt;br /&gt;
  &amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td...&amp;gt;&amp;lt;h1&amp;gt;T-Coffee: A novel method for fast and accurate multiple sequence alignment.&amp;lt;/h1&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;td&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;
&amp;lt;div class=&amp;quot;vague&amp;quot;&amp;gt;&amp;lt;i&amp;gt;J Mol Biol&amp;lt;/i&amp;gt;, Vol. 302, No. 1. (8 September 2000), pp. 205-217.&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h2&amp;gt;Authors&amp;lt;/h2&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
  &amp;lt;li&amp;gt;&lt;br /&gt;
    &amp;lt;span class=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;a class=&amp;quot;author&amp;quot; href=&amp;quot;/user/ffranca/author/Notredame&amp;quot;&amp;gt;Notredame&amp;lt;/a&amp;gt; C&amp;lt;/span&amp;gt;,&lt;br /&gt;
    &amp;lt;span class=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;a class=&amp;quot;author&amp;quot; href=&amp;quot;/user/ffranca/author/Higgins&amp;quot;&amp;gt;Higgins&amp;lt;/a&amp;gt; DG&amp;lt;/span&amp;gt;, &lt;br /&gt;
    &amp;lt;span class=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;a class=&amp;quot;author&amp;quot; href=&amp;quot;/user/ffranca/author/Heringa&amp;quot;&amp;gt;Heringa&amp;lt;/a&amp;gt; J&amp;lt;/span&amp;gt;&lt;br /&gt;
  &amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
..&lt;br /&gt;
&amp;lt;table...&amp;gt;&lt;br /&gt;
  &amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td ...&amp;gt;&lt;br /&gt;
      &amp;lt;h2&amp;gt;Online Article&lt;br /&gt;
        &amp;lt;span class=&amp;quot;Z3988&amp;quot;&lt;br /&gt;
          title=&amp;quot;ctx_ver=Z39.88-2004&amp;amp;amp;rft_val_fmt=info:ofi/fmt:kev:mtx:journal&amp;amp;amp;rfr_id=info:sid/citeulike.org/citeulike&amp;amp;amp;rft.aufirst=&amp;amp;amp;rft_id=info:doi/10%2e1006%2fjmbi%2e2000%2e4042&amp;amp;amp;rft.spage=205&amp;amp;amp;rft.issue=1&amp;amp;amp;rft.aulast=Notredame&amp;amp;amp;rft.title=J+Mol+Biol&amp;amp;amp;rft.epage=217&amp;amp;amp;rft.issn=0022%2d2836&amp;amp;amp;rft.volume=302&amp;amp;amp;rft.auinit=C&amp;amp;amp;rft.atitle=T%2dCoffee%3a+A+novel+method+for+fast+and+accurate+multiple+sequence+alignment%2e&amp;amp;amp;date=2000-9-8&amp;amp;amp;rft.genre=article&amp;amp;amp;genre=article&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      &amp;lt;/h2&amp;gt;&lt;br /&gt;
    &amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;/div&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;&lt;br /&gt;
    &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;&lt;br /&gt;
        &amp;lt;span class=&amp;quot;black&amp;quot;&amp;gt;DOI:&amp;lt;/span&amp;gt;&lt;br /&gt;
        &amp;lt;a accesskey=&amp;quot;1&amp;quot; href=&amp;quot;http://dx.doi.org/10.1006/jmbi.2000.4042&amp;quot; rel=&amp;quot;nofollow&amp;quot;&amp;gt;View article online&amp;lt;/a&amp;gt;&lt;br /&gt;
      &amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;&lt;br /&gt;
        &amp;lt;span class=&amp;quot;black&amp;quot;&amp;gt;Pubmed:&amp;lt;/span&amp;gt;&lt;br /&gt;
        &amp;lt;a accesskey=&amp;quot;2&amp;quot; &lt;br /&gt;
          href=&amp;quot;http://www.ncbi.nlm.nih.gov/entrez/query.fcgi?cmd=Retrieve&amp;amp;db=pubmed&amp;amp;dopt=Abstract&amp;amp;list_uids=10964570&amp;quot; rel=&amp;quot;nofollow&amp;quot;&amp;gt;&lt;br /&gt;
            View article online&amp;lt;/a&amp;gt;&lt;br /&gt;
      &amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;&lt;br /&gt;
        &amp;lt;span class=&amp;quot;black&amp;quot;&amp;gt;Hubmed:&amp;lt;/span&amp;gt; &lt;br /&gt;
        &amp;lt;a accesskey=&amp;quot;3&amp;quot; href=&amp;quot;http://www.hubmed.org/display.cgi?uids=10964570&amp;quot; rel=&amp;quot;nofollow&amp;quot;&amp;gt;&lt;br /&gt;
          View article online&amp;lt;/a&amp;gt;&lt;br /&gt;
      &amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;/ul&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;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Amazon.com citation info ==&lt;br /&gt;
&lt;br /&gt;
This is from a detail page on Amazon.com for a book.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;a name='citing' &amp;gt;&amp;lt;/a&amp;gt;&amp;lt;b&amp;gt;This book cites 10 books:&amp;lt;/b&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;ul...&amp;gt;&lt;br /&gt;
  &amp;lt;li&amp;gt; &lt;br /&gt;
    &amp;lt;a href=&amp;quot;http://www.amazon.com/exec/obidos/tg/detail/-/1555424236/ref=sid_dp_dp/002-6751255-9290456?%5Fencoding=UTF8&amp;amp;v=glance&amp;quot;&amp;gt;&lt;br /&gt;
      The New Faculty Member: Supporting and Fostering Professional Development (Jossey-Bass Higher and Adult Education Series)&lt;br /&gt;
    &amp;lt;/a&amp;gt;&lt;br /&gt;
    by Robert Boice on&lt;br /&gt;
    &amp;lt;a href=&amp;quot;/gp/reader/0780311361/ref=sib_ab_dp_pg/002-6751255-9290456?%5Fencoding=UTF8&amp;amp;p=S04X&amp;amp;checkSum=vptuDOjULIOadVNe9UFX36fnIKktwxxQOeBmFQupyrA%3D&amp;quot;&amp;gt;page 156&amp;lt;/a&amp;gt;, and &amp;lt;a href=&amp;quot;/gp/reader/0780311361/ref=sib_ab_dp_pg/002-6751255-9290456?%5Fencoding=UTF8&amp;amp;p=S088&amp;amp;checkSum=vptuDOjULINm2bvcL37hZR%2BcnJi%2F9hhUyu1%2FlXWnOM8%3D&amp;quot;&amp;gt;&lt;br /&gt;
      page 275&lt;br /&gt;
    &amp;lt;/a&amp;gt;&lt;br /&gt;
  &amp;lt;/li&amp;gt;&lt;br /&gt;
  &amp;lt;li&amp;gt;&lt;br /&gt;
    &amp;lt;a href=&amp;quot;http://www.amazon.com/exec/obidos/tg/detail/-/0137947364/ref=sid_dp_dp/002-6751255-9290456?%5Fencoding=UTF8&amp;amp;v=glance&amp;quot; &amp;gt;Science, Technology and Society&amp;lt;/a&amp;gt;&lt;br /&gt;
    by Robert E. McGinn on&lt;br /&gt;
    &amp;lt;a href=&amp;quot;/gp/reader/0780311361/ref=sib_ab_dp_pg/002-6751255-9290456?%5Fencoding=UTF8&amp;amp;p=S023&amp;amp;checkSum=vptuDOjULIMgFwAeeT8gWiDHmklkxfy%2BGug%2BAS7UI2Y%3D&amp;quot;&amp;gt;page 54&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;&lt;br /&gt;
&lt;br /&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;
== PubMed Medical Journal Example == &lt;br /&gt;
&lt;br /&gt;
Still another example of markup in the wild, coming from a search for &amp;quot;pancreas&amp;quot; in the New England Journal of Medicine from pubmed.org.&lt;br /&gt;
&lt;br /&gt;
Note the title attribute with the expanded version of the canonical abbreviation for the journal.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td ...&amp;gt;&lt;br /&gt;
&amp;lt;a href=&amp;quot;/entrez/query.fcgi?cmd=Retrieve&amp;amp;db=pubmed&amp;amp;dopt=Abstract&amp;amp;list_uids=15371579&amp;amp;itool=iconnoabstr&amp;amp;query_hl=2&amp;amp;itool=pubmed_docsum&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;img alt=&amp;quot;No abstract&amp;quot; id=&amp;quot;No abstract_15371579&amp;quot; ... Title=&amp;quot;No abstract&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td ...&amp;gt;Cystic neoplasms of the pancreas.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font size=&amp;quot;-1&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;span title=&amp;quot;The New England journal of medicine.&amp;quot;&amp;gt;N Engl J Med.&amp;lt;/span&amp;gt;&lt;br /&gt;
 2004 Sep 16;351(12):1218-26. Review. No abstract available. &amp;lt;br&amp;gt;&lt;br /&gt;
PMID: 15371579 [PubMed - indexed for MEDLINE]&lt;br /&gt;
&amp;lt;/font&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Wikipedia Examples ==&lt;br /&gt;
&lt;br /&gt;
=== Wikipedia Book ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;li id=&amp;quot;_note-8&amp;quot;&amp;gt;&amp;lt;b&amp;gt;&amp;lt;a href=&amp;quot;#_ref-8&amp;quot; title=&amp;quot;&amp;quot;&amp;gt;^&amp;lt;/a&amp;gt;&amp;lt;/b&amp;gt; &lt;br /&gt;
&amp;lt;i&amp;gt;Tuva Or Bust!&amp;lt;/i&amp;gt;, Ralph Leighton, W. W. Norton &amp;amp;amp; Company, 2000, &lt;br /&gt;
&amp;lt;a href=&amp;quot;/w/index.php?title=Special:Booksources&amp;amp;amp;isbn=0393320693&amp;quot; &lt;br /&gt;
    class=&amp;quot;internal&amp;quot;&amp;gt;ISBN 0393320693&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Wikipedia Journal Article ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;li id=&amp;quot;_note-science1982-Dickerson&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;&amp;lt;a href=&amp;quot;#_ref-science1982-Dickerson_0&amp;quot; title=&amp;quot;&amp;quot;&amp;gt;^&amp;lt;/a&amp;gt;&amp;lt;/b&amp;gt;&lt;br /&gt;
 &amp;lt;cite style=&amp;quot;font-style:normal&amp;quot;&amp;gt;Dickerson et al. (1982). &amp;quot;The Anatomy of A-, B-, and Z-DNA&amp;quot;. &lt;br /&gt;
 &amp;lt;i&amp;gt;Science&amp;lt;/i&amp;gt; &amp;lt;b&amp;gt;216&amp;lt;/b&amp;gt;: 475-485. DOI: 10.1126/science.7071593.&amp;lt;/cite&amp;gt;&lt;br /&gt;
 &amp;lt;sup&amp;gt;&amp;lt;a href=&amp;quot;...&amp;quot; class=&amp;quot;external text&amp;quot; title=&amp;quot;...&amp;quot;&amp;gt;PubMed&amp;lt;/a&amp;gt;&amp;lt;/sup&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Wikipedia Court Case ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;i&amp;gt;&amp;lt;a href=&amp;quot;/wiki/Perfect_10_v._Google_Inc&amp;quot; title=&amp;quot;Perfect 10 v. Google Inc&amp;quot;&amp;gt;Perfect 10 v. Google Inc&amp;lt;/a&amp;gt;&amp;lt;/i&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;CASE NO. CV 04-9484 AHM (SHx)&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;a href=&amp;quot;/wiki/Central_District_of_California&amp;quot; title=&amp;quot;Central District of California&amp;quot;&amp;gt;CDCA&amp;lt;/a&amp;gt; 2006&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Thumbnails in Web searches that impinged upon market for images of that size were not fair use.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Wikipedia US Law ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;cite id=&amp;quot;endnote_FISA&amp;quot; style=&amp;quot;font-style: normal;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;a href=&amp;quot;#ref_FISA&amp;quot; title=&amp;quot;&amp;quot;&amp;gt;&amp;lt;b&amp;gt;↑&amp;lt;/b&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/cite&amp;gt;&amp;amp;#160; &lt;br /&gt;
&amp;lt;a href=&amp;quot;http://www.law.cornell.edu/uscode/html/uscode50/usc_sup_01_50_10_36.html&amp;quot; &lt;br /&gt;
    class=&amp;quot;external text&amp;quot; title=&amp;quot;...&amp;quot;&amp;gt;50 U.S.C Chapter 36 Foreign Intelligence Surveillance&amp;lt;/a&amp;gt;&lt;br /&gt;
     The complete text of the Foreign Intelligence Surveillance Act&lt;br /&gt;
     &amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The sections of the law are cited inline, without markup, as &amp;quot;50 U.S.C. §1801(a) (4),(5),(6)&amp;quot; for example.&lt;br /&gt;
&lt;br /&gt;
=== Wikipedia Conference Presentation ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;h3&amp;gt;Conference presentation by Pillar&amp;lt;/h3&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&lt;br /&gt;
&amp;lt;a href=&amp;quot;http://www.duke.edu/web/tiss/archives/conferencerecords/media/Pillar.htm&amp;quot; &lt;br /&gt;
class=&amp;quot;external text&amp;quot; title=&amp;quot;...&amp;quot;&amp;gt;Foreign and Domestic Publics and the Counter-terrorism Effort&amp;lt;/a&amp;gt;&lt;br /&gt;
 (Duke University, 21-2 March 2003).&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Wikipedia Primary Historical Source ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;U.S. War Dept., &amp;lt;a href=&amp;quot;http://cdl.library.cornell.edu/moa/browse.monographs/waro.html&amp;quot; &lt;br /&gt;
                         class=&amp;quot;external text&amp;quot; title=&amp;quot;...&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;i&amp;gt;The War of the Rebellion: a Compilation of the Official Records of the Union and Confederate Armies&amp;lt;/i&amp;gt;&amp;lt;/a&amp;gt;,&lt;br /&gt;
 U.S. Government Printing Office, 1880–1901. 70 very large volumes of letters and reports written by both armies. &lt;br /&gt;
 Online at &amp;lt;a href=&amp;quot;http://cdl.library.cornell.edu/moa/browse.monographs/waro.html&amp;quot; &lt;br /&gt;
                 class=&amp;quot;external autonumber&amp;quot; title=&amp;quot;...&amp;quot;&amp;gt;[6]&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Wikipedia U.S. Patent ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;a href=&amp;quot;http://patft.uspto.gov/netacgi/nph-Parser?patentnumber=4,405,829&amp;quot; class=&amp;quot;external text&amp;quot; title=&amp;quot;http://patft.uspto.gov/netacgi/nph-Parser?patentnumber=4,405,829&amp;quot;&amp;gt;U.S. Patent 4,405,829&amp;lt;/a&amp;gt;: The &amp;lt;a href=&amp;quot;/wiki/RSA&amp;quot; title=&amp;quot;RSA&amp;quot;&amp;gt;RSA&amp;lt;/a&amp;gt; patent, a famous software patent on the ground-breaking and highly unobvious algorithm for public key encryption, widely used for secure communications in many industries nowdays&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== EPrints.org generated output ==&lt;br /&gt;
&lt;br /&gt;
EPrints uses the DC terms for information in the head element of an entry:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;head&amp;gt;&lt;br /&gt;
    &amp;lt;title&amp;gt;ECS EPrints Service - Winnowing Ontologies based on Application Use&amp;lt;/title&amp;gt;&lt;br /&gt;
    &amp;lt;link href=&amp;quot;http://purl.org/DC/elements/1.0/&amp;quot; rel=&amp;quot;schema.DC&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;meta content=&amp;quot;Winnowing Ontologies based on Application Use&amp;quot; name=&amp;quot;DC.title&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;meta content=&amp;quot;Alani, Harith&amp;quot; name=&amp;quot;DC.creator&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;meta content=&amp;quot;Harris, Stephen&amp;quot; name=&amp;quot;DC.creator&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;meta content=&amp;quot;O'Neil, Ben&amp;quot; name=&amp;quot;DC.creator&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;meta content=&amp;quot;The requirements of specific ... that ontology.&amp;quot; name=&amp;quot;DC.description&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;meta content=&amp;quot;2006-01-01&amp;quot; name=&amp;quot;DC.date&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;meta content=&amp;quot;Conference or Workshop Item&amp;quot; name=&amp;quot;DC.type&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;meta content=&amp;quot;http://eprints.ecs.soton.ac.uk/12070/&amp;quot; name=&amp;quot;DC.identifier&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;meta content=&amp;quot;pdf http://eprints.ecs.soton.ac.uk/12070/01/Alani-final.pdf&amp;quot; name=&amp;quot;DC.format&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;link title=&amp;quot;Full Text (application/pdf)&amp;quot; href=&amp;quot;http://eprints.ecs.soton.ac.uk/12070/01/Alani-final.pdf&amp;quot; &lt;br /&gt;
    class=&amp;quot;fulltext&amp;quot; type=&amp;quot;application/pdf&amp;quot; rel=&amp;quot;alternate&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
And the following markup for the page's HTML:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;td valign=&amp;quot;top&amp;quot;&amp;gt;&amp;lt;div class=&amp;quot;page&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h1 class=&amp;quot;pagetitle&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;field_title&amp;quot;&amp;gt;Winnowing Ontologies based on Application Use&amp;lt;/span&amp;gt;&amp;lt;/h1&amp;gt;&lt;br /&gt;
&amp;lt;p class=&amp;quot;intro&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;citation&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;field_authors&amp;quot;&amp;gt;Alani, H., Harris, S. and O'Neil, B.&amp;lt;/span&amp;gt; &lt;br /&gt;
(&amp;lt;span class=&amp;quot;field_year&amp;quot;&amp;gt;2006&amp;lt;/span&amp;gt;)&lt;br /&gt;
&amp;lt;span class=&amp;quot;field_title&amp;quot;&amp;gt;Winnowing Ontologies based on Application Use&amp;lt;/span&amp;gt;. &lt;br /&gt;
  In &amp;lt;i&amp;gt;Proceedings of &lt;br /&gt;
&amp;lt;span class=&amp;quot;field_conference&amp;quot;&amp;gt;3rd European Semantic Web Conference (ESWC)&amp;lt;/span&amp;gt;&amp;lt;/i&amp;gt;, &lt;br /&gt;
&amp;lt;span class=&amp;quot;field_confloc&amp;quot;&amp;gt;Budva, Montenegro&amp;lt;/span&amp;gt;.&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== BibDesk default HTML export example ==&lt;br /&gt;
&lt;br /&gt;
Due to some recent improvements, BibDesk allows extensive user customization of its HTML output.&lt;br /&gt;
It has had an HTML template system since 2004, and the default template hasn't changed much since then.&lt;br /&gt;
Here is the default template, which I wrote long before I knew what little I know now of semantic HTML - Mike.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;content&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h1&amp;gt;&amp;lt;$fileName.lastPathComponent/&amp;gt;&amp;lt;/h1&amp;gt;&lt;br /&gt;
&amp;lt;dl&amp;gt;&lt;br /&gt;
&amp;lt;dt class=&amp;quot;Key&amp;quot; id=&amp;quot;&amp;lt;$citeKey/&amp;gt;&amp;quot;&amp;gt;&amp;lt;$citeKey/&amp;gt;&amp;lt;dt /&amp;gt;&lt;br /&gt;
&amp;lt;dd class=&amp;quot;Pub&amp;quot;&amp;gt;&lt;br /&gt;
	&amp;lt;span class=&amp;quot;Title&amp;quot;&amp;gt;&amp;lt;$fields.Title/&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
	&amp;lt;span class=&amp;quot;Author&amp;quot;&amp;gt;&amp;lt;$pubAuthorsForDisplay/&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
	&amp;lt;span class=&amp;quot;Journal&amp;quot;&amp;gt;&amp;lt;$fields.Journal/&amp;gt;&amp;lt;/span&amp;gt;&amp;amp;nbsp;&lt;br /&gt;
	&amp;lt;span class=&amp;quot;Volume&amp;quot;&amp;gt;&amp;lt;$fields.Volume/&amp;gt;&amp;lt;/span&amp;gt;&amp;amp;nbsp;&lt;br /&gt;
	&amp;lt;span class=&amp;quot;Pages&amp;quot;&amp;gt;&amp;lt;$fields.Pages/&amp;gt;&amp;lt;/span&amp;gt;&amp;amp;nbsp;&lt;br /&gt;
	(&amp;lt;span class=&amp;quot;Date&amp;quot;&amp;gt;&amp;lt;$fields.Year/&amp;gt;&amp;lt;/span&amp;gt;)&amp;lt;br /&amp;gt;&lt;br /&gt;
	&amp;lt;span class=&amp;quot;Url&amp;quot;&amp;gt;&amp;lt;a href=&amp;quot;&amp;lt;$fields.Url/&amp;gt;&amp;quot;&amp;gt;&amp;lt;$fields.Url/&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
	&amp;lt;div class=&amp;quot;Abstract&amp;quot;&amp;gt;&amp;lt;$fields.Abstract/&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;dd /&amp;gt;&lt;br /&gt;
&amp;lt;/dl&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;
Here's a popular modification to the default template, also from 2004, which was used to make this [http://craftsrv1.epfl.ch/~cherubini/extranet/bib/CSCL.bib.html annotated reading list].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;p class=&amp;quot;trigger&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;table width=&amp;quot;100%&amp;quot;  border=&amp;quot;0&amp;quot; cellspacing=&amp;quot;0&amp;quot; cellpadding=&amp;quot;0&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;tr&amp;gt;&lt;br /&gt;
            &amp;lt;td width=&amp;quot;20%&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;Author&amp;quot;&amp;gt;&amp;lt;$pubFields.Author/&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
            &amp;lt;td width=&amp;quot;5%&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;Year&amp;quot;&amp;gt;&amp;lt;$pubFields.Year/&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
            &amp;lt;td width=&amp;quot;55%&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;Title&amp;quot;&amp;gt;&amp;lt;$pubFields.Title/&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
            &amp;lt;td width=&amp;quot;10%&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;url&amp;quot;&amp;gt;&amp;lt;$pubType/&amp;gt;&amp;lt;/span&amp;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;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;div&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;url&amp;quot;&amp;gt; &lt;br /&gt;
&amp;lt;a href=&amp;quot;&amp;lt;$pubFields.Url/&amp;gt;&amp;quot;&amp;gt; &amp;lt;img src=&amp;quot;pdf_icon.gif&amp;quot; border=&amp;quot;0&amp;quot;&amp;gt; &amp;lt;$citeKey/&amp;gt; ~ &amp;lt;$pubFields.Url/&amp;gt;&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p class=&amp;quot;Annote&amp;quot;&amp;gt;Abstract:&amp;lt;br&amp;gt;&amp;lt;$pubFields.Abstract/&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;Notes: &amp;lt;br&amp;gt;&amp;lt;$pubFields.Annote/&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;Keywords: &amp;lt;$pubFields.Keywords/&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;BibTeX: &amp;lt;$bibTeXString/&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;$RTFValue/&amp;gt;&lt;br /&gt;
&amp;lt;/p&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;
Note that the tags that look like &amp;amp;lt;$foo/&amp;amp;gt; are templating entries and are replaced by values from each cited publication object.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== OCLC WorldCat Online ==&lt;br /&gt;
&lt;br /&gt;
=== Book ===&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 id=&amp;quot;item&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;table cellspacing=&amp;quot;0&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td class=&amp;quot;illustration&amp;quot;&amp;gt;&amp;lt;img src=&amp;quot;/wcpa/servlet/DCARead?standardNo=0062515861&amp;amp;standardNoType=1&amp;quot; alt=&amp;quot;Weaving the Web : the original design and ultimate destiny of the World Wide Web by its inventor &amp;quot; /&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td class=&amp;quot;info&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h1 class=&amp;quot;title&amp;quot;&amp;gt; Weaving the Web : the original design and ultimate destiny of the World Wide Web by its inventor &amp;lt;/h1&amp;gt;&lt;br /&gt;
&amp;lt;p class=&amp;quot;author&amp;quot;&amp;gt;&amp;lt;strong&amp;gt;by    &amp;lt;a href=&amp;quot;/search?q=au%3ATim+Berners-Lee&amp;amp;qt=hot_author&amp;quot; title=&amp;quot;Search for more by this author&amp;quot;&amp;gt;Tim Berners-Lee&amp;lt;/a&amp;gt;;&amp;amp;nbsp;&lt;br /&gt;
&amp;lt;a href=&amp;quot;/search?q=au%3AMark+Fischetti&amp;amp;qt=hot_author&amp;quot; title=&amp;quot;Search for more by this author&amp;quot;&amp;gt;Mark Fischetti&amp;lt;/a&amp;gt;&amp;lt;/strong&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;ul class=&amp;quot;detailed&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;li class=&amp;quot;type&amp;quot;&amp;gt;&amp;lt;strong&amp;gt;Type: &amp;lt;/strong&amp;gt;English : &amp;lt;img src=&amp;quot;/wcpa/images/icon-bks.gif&amp;quot; height=16 width=16 alt=&amp;quot;&amp;quot; title=&amp;quot;Book&amp;quot; class=&amp;quot;icn&amp;quot;/&amp;gt; &amp;lt;nobr&amp;gt;Book&lt;br /&gt;
&amp;lt;/nobr&amp;gt;&amp;lt;nobr&amp;gt;&amp;lt;/nobr&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li class=&amp;quot;publisher&amp;quot;&amp;gt;&amp;lt;strong&amp;gt;Publisher: &amp;lt;/strong&amp;gt; San Francisco : HarperSanFrancisco, &amp;amp;copy;1999.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li class=&amp;quot;isbn&amp;quot;&amp;gt;&amp;lt;strong&amp;gt;ISBN: &amp;lt;/strong&amp;gt;0062515861  006251587X&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li class=&amp;quot;oclc&amp;quot;&amp;gt;&amp;lt;strong&amp;gt;OCLC: &amp;lt;/strong&amp;gt;41238513&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&amp;lt;ul class=&amp;quot;subjects&amp;quot;&amp;gt;&amp;lt;li&amp;gt;&amp;lt;strong&amp;gt;Subjects: &amp;lt;/strong&amp;gt;&amp;lt;a href=&amp;quot;/search?q=su%3AWorld+Wide+Web+History.&amp;amp;qt=hot_subject&amp;quot; title=&amp;quot;Search for more with this subject&amp;quot;&amp;gt;World Wide Web -- History.&amp;lt;/a&amp;gt; | &amp;lt;a href=&amp;quot;/search?q=su%3ABerners-Lee%2C+Tim.&amp;amp;qt=hot_subject&amp;quot; title=&amp;quot;Search for more with this subject&amp;quot;&amp;gt;Berners-Lee, Tim.&amp;lt;/a&amp;gt; | &amp;lt;a href=&amp;quot;/search?q=su%3ABerners-Lee%2C+Tim.&amp;amp;qt=hot_subject&amp;quot; title=&amp;quot;Search for more with this subject&amp;quot;&amp;gt;Berners-Lee, Tim.&amp;lt;/a&amp;gt; | &amp;lt;a HREF=&amp;quot;/oclc/41238513?tab=subjects&amp;quot; title=&amp;quot;More ...&amp;quot;&amp;gt;More ...&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td class=&amp;quot;bookmark&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;a href=&amp;quot;javascript:bookmarksite(document.title, 'http://www.worldcatlibraries.org/oclc/41238513');&amp;quot; onmouseover=&amp;quot;MM_displayStatusMsg('Bookmark This Page');return document.MM_returnValue;&amp;quot; onmouseout=&amp;quot;MM_displayStatusMsg('');return document.MM_returnValue;&amp;quot;&amp;gt;Bookmark&amp;lt;/a&amp;gt;&amp;amp;nbsp;|&amp;amp;nbsp;&amp;lt;a href=&amp;quot;/oclc/41238513&amp;quot;&amp;gt;Permalink&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;span class=&amp;quot;Z3988&amp;quot; title=&amp;quot;url_ver=Z39.88-2004&amp;amp;rfr_id=info:sid/worldcatlibraries.org:worldcat&amp;amp;rft_val_fmt=info:ofi/fmt:kev:mtx:book&amp;amp;rft_ref_fmt=info:ofi/fmt:xml:xsd:oai_dc&amp;amp;rft_ref=http://partneraccess.oclc.org/wcpa/servlet/OUDCXML?oclcnum=41238513&amp;amp;rft_id=info:oclcnum/41238513&amp;amp;rft_id=urn:ISBN:0062515861&amp;amp;rft_id=urn:ISSN:&amp;amp;rft.aulast=Berners-Lee&amp;amp;rft.aufirst=Tim&amp;amp;rft.auinitm=&amp;amp;rft.btitle=Weaving+the+Web+%3A+the+original+design+and+ultimate+destiny+of+the+World+Wide+Web+by+its+inventor++&amp;amp;rft.atitle=&amp;amp;rft.date=&amp;amp;rft.tpages=&amp;amp;rft.isbn=0062515861&amp;amp;rft.aucorp=&amp;amp;rft.place=San+Francisco&amp;amp;rft.pub=HarperSanFrancisco&amp;amp;rft.edition=1st+ed.&amp;amp;rft.series=&amp;amp;rft.genre=book&amp;quot;&amp;gt;&amp;lt;/span&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;
&amp;lt;/div&amp;gt;&lt;br /&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;
=== Journal ===&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 id=&amp;quot;item&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;table cellspacing=&amp;quot;0&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td class=&amp;quot;info&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h1 class=&amp;quot;title&amp;quot;&amp;gt; Cataloging &amp;amp; classification quarterly.&amp;lt;/h1&amp;gt;&lt;br /&gt;
&amp;lt;ul class=&amp;quot;detailed&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;li class=&amp;quot;type&amp;quot;&amp;gt;&amp;lt;strong&amp;gt;Type: &amp;lt;/strong&amp;gt;English : &amp;lt;img src=&amp;quot;/wcpa/images/icon-ser.gif&amp;quot; height=16 width=16 alt=&amp;quot;&amp;quot; title=&amp;quot;Serial Publication&amp;quot; class=&amp;quot;icn&amp;quot;/&amp;gt; &amp;lt;nobr&amp;gt;Serial Publication&lt;br /&gt;
&amp;lt;/nobr&amp;gt; : &amp;lt;nobr&amp;gt;Periodical&amp;lt;/nobr&amp;gt;&lt;br /&gt;
&amp;lt;nobr&amp;gt;&amp;lt;span title=&amp;quot;Internet Resource&amp;quot;&amp;gt;&amp;lt;img height=16 width=16 border=0 align=&amp;quot;absmiddle&amp;quot; src=&amp;quot;/wcpa/images/icon-url.gif&amp;quot; alt=&amp;quot;Internet Resource&amp;quot;&amp;gt;&amp;amp;nbsp;Internet Resource&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/nobr&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li class=&amp;quot;publisher&amp;quot;&amp;gt;&amp;lt;strong&amp;gt;Publisher: &amp;lt;/strong&amp;gt; New York, N.Y. : Haworth Press, [&amp;amp;copy;1981]-&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li class=&amp;quot;isbn&amp;quot;&amp;gt;&amp;lt;strong&amp;gt;ISSN: &amp;lt;/strong&amp;gt;0163-9374 1544-4554&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li class=&amp;quot;oclc&amp;quot;&amp;gt;&amp;lt;strong&amp;gt;OCLC: &amp;lt;/strong&amp;gt;4538259&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&amp;lt;ul class=&amp;quot;subjects&amp;quot;&amp;gt;&amp;lt;li&amp;gt;&amp;lt;strong&amp;gt;Subjects: &amp;lt;/strong&amp;gt;&amp;lt;a href=&amp;quot;/search?q=su%3ACataloging+Periodicals.&amp;amp;qt=hot_subject&amp;quot; title=&amp;quot;Search for more with this subject&amp;quot;&amp;gt;Cataloging -- Periodicals.&amp;lt;/a&amp;gt; | &amp;lt;a href=&amp;quot;/search?q=su%3AClassification+Books+Periodicals.&amp;amp;qt=hot_subject&amp;quot; title=&amp;quot;Search for more with this subject&amp;quot;&amp;gt;Classification -- Books -- Periodicals.&amp;lt;/a&amp;gt; | &amp;lt;a href=&amp;quot;/search?q=su%3AClassification+Periodicals.&amp;amp;qt=hot_subject&amp;quot; title=&amp;quot;Search for more with this subject&amp;quot;&amp;gt;Classification -- Periodicals.&amp;lt;/a&amp;gt; | &amp;lt;a HREF=&amp;quot;/oclc/4538259?tab=subjects&amp;quot; title=&amp;quot;More ...&amp;quot;&amp;gt;More ...&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td class=&amp;quot;bookmark&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;a href=&amp;quot;javascript:bookmarksite(document.title, 'http://www.worldcatlibraries.org/oclc/4538259');&amp;quot; onmouseover=&amp;quot;MM_displayStatusMsg('Bookmark This Page');return document.MM_returnValue;&amp;quot; onmouseout=&amp;quot;MM_displayStatusMsg('');return document.MM_returnValue;&amp;quot;&amp;gt;Bookmark&amp;lt;/a&amp;gt;&amp;amp;nbsp;|&amp;amp;nbsp;&amp;lt;a href=&amp;quot;/oclc/4538259&amp;quot;&amp;gt;Permalink&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;span class=&amp;quot;Z3988&amp;quot; title=&amp;quot;url_ver=Z39.88-2004&amp;amp;rfr_id=info:sid/worldcatlibraries.org:worldcat&amp;amp;rft_val_fmt=info:ofi/fmt:kev:mtx:journal&amp;amp;rft_ref_fmt=info:ofi/fmt:xml:xsd:oai_dc&amp;amp;rft_ref=http://partneraccess.oclc.org/wcpa/servlet/OUDCXML?oclcnum=4538259&amp;amp;rft_id=info:oclcnum/4538259&amp;amp;rft_id=urn:ISBN:&amp;amp;rft_id=urn:ISSN:0163-9374&amp;amp;rft.aulast=&amp;amp;rft.aufirst=&amp;amp;rft.auinitm=&amp;amp;rft.atitle=&amp;amp;rft.jtitle=Cataloging+%26+classification+quarterly.&amp;amp;rft.date=&amp;amp;rft.volume=&amp;amp;rft.issue=&amp;amp;rft.spage=&amp;amp;rft.epage=&amp;amp;rft.pages=&amp;amp;rft.issn=0163-9374&amp;amp;rft.eissn=1544-4554&amp;amp;rft.aucorp=&amp;amp;rft.place=&amp;amp;rft.pub=&amp;amp;rft.edition=&amp;amp;rft.series=&amp;amp;rft.genre=journal&amp;quot;&amp;gt;&amp;lt;/span&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;
&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;
&amp;lt;nowiki&amp;gt;Insert non-formatted text here&amp;lt;/nowiki&amp;gt;&amp;lt;nowiki&amp;gt;Insert non-formatted text here&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Implied schema ==&lt;br /&gt;
&lt;br /&gt;
Many of the examples have simple citations in &amp;amp;lt;p&amp;amp;gt;, &amp;amp;lt;div&amp;amp;gt;, &amp;amp;lt;td&amp;amp;gt; etc with no further coding; i.e. &amp;amp;lt;td&amp;amp;gt;Book Title. Author. Publisher, date.&amp;amp;lt;/td&amp;amp;gt;&lt;br /&gt;
&lt;br /&gt;
The following lists the most common markup:&lt;br /&gt;
&lt;br /&gt;
=== Book Titles: ===&lt;br /&gt;
&lt;br /&gt;
*id=&amp;quot;title&amp;quot;&lt;br /&gt;
*class=&amp;quot;producttitle&amp;quot;&lt;br /&gt;
*class=&amp;quot;title&amp;quot;&lt;br /&gt;
*id=&amp;quot;lblTitle&amp;quot;&lt;br /&gt;
*h1&lt;br /&gt;
*h2&lt;br /&gt;
*&amp;amp;lt;dt&amp;amp;gt;&amp;amp;lt;/dt&amp;amp;gt;&lt;br /&gt;
*&amp;amp;lt;cite&amp;amp;gt;&amp;amp;lt;/cite&amp;amp;gt;&lt;br /&gt;
*&amp;amp;lt;strong&amp;amp;gt;&amp;amp;lt;/strong&amp;amp;gt;&lt;br /&gt;
*&amp;amp;lt;i&amp;amp;gt;&amp;amp;lt;/i&amp;amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Book Series: ===&lt;br /&gt;
&lt;br /&gt;
*id=&amp;quot;serieslbl&amp;quot;&lt;br /&gt;
*class=&amp;quot;productsubtitle&amp;quot;&lt;br /&gt;
&lt;br /&gt;
=== Sub-titles: ===&lt;br /&gt;
&lt;br /&gt;
*id=&amp;quot;subtitle&amp;quot;&lt;br /&gt;
*class=&amp;quot;productsubtitle&amp;quot;&lt;br /&gt;
*class=&amp;quot;sub_title&amp;quot;&lt;br /&gt;
*id=&amp;quot;lblSubTitle&amp;quot;&lt;br /&gt;
*class=&amp;quot;book_subline&amp;quot;&lt;br /&gt;
*class=&amp;quot;subTitle&amp;quot;&lt;br /&gt;
&lt;br /&gt;
=== Author: ===&lt;br /&gt;
&lt;br /&gt;
*id=&amp;quot;credit&amp;quot;&lt;br /&gt;
*class=&amp;quot;productauthor&amp;quot;&lt;br /&gt;
*class=&amp;quot;author&amp;quot;&lt;br /&gt;
*Authors (table cell)&lt;br /&gt;
*class=&amp;quot;byline&amp;quot;&lt;br /&gt;
*class=&amp;quot;creator&amp;quot;&lt;br /&gt;
*class=&amp;quot;role&amp;quot;&lt;br /&gt;
*Inside &amp;amp;lt;dd&amp;amp;gt;&amp;amp;lt;/dd&amp;amp;gt; with other elements&lt;br /&gt;
*&amp;amp;lt;li&amp;amp;gt;&amp;amp;lt;/li&amp;amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Publication Date: ===&lt;br /&gt;
&lt;br /&gt;
*id=&amp;quot;pubdate&amp;quot;&lt;br /&gt;
*Publication Date: (table cell)&lt;br /&gt;
*id=&amp;quot;pnlPubDate&amp;quot;&lt;br /&gt;
*Publication Date: &lt;br /&gt;
*class=&amp;quot;publicationdate&amp;quot;&lt;br /&gt;
*Published/Released: &lt;br /&gt;
*class=&amp;quot;date&amp;quot; w/ class=&amp;quot;year&amp;quot;, class=&amp;quot;month&amp;quot;, class=&amp;quot;day&amp;quot;&lt;br /&gt;
*Inside &amp;amp;lt;dd&amp;amp;gt;&amp;amp;lt;/dd&amp;amp;gt; with other elements&lt;br /&gt;
&lt;br /&gt;
=== Publisher: ===&lt;br /&gt;
&lt;br /&gt;
*class=&amp;quot;publisher&amp;quot;&lt;br /&gt;
*class=&amp;quot;origin&amp;quot; (publication location)&lt;br /&gt;
&lt;br /&gt;
=== Volumes: ===&lt;br /&gt;
&lt;br /&gt;
*class=&amp;quot;volume&amp;quot;&lt;br /&gt;
&lt;br /&gt;
=== Issue Number: ===&lt;br /&gt;
&lt;br /&gt;
*class=&amp;quot;issue&amp;quot;&lt;br /&gt;
&lt;br /&gt;
=== Page Numbers: ===&lt;br /&gt;
&lt;br /&gt;
*class=&amp;quot;locator&amp;quot; (inclusive page numbers)&lt;br /&gt;
&lt;br /&gt;
=== ISBN: ===&lt;br /&gt;
&lt;br /&gt;
*class=&amp;quot;isbn&amp;quot;&lt;br /&gt;
*id=&amp;quot;pnlIsbn&amp;quot;&lt;br /&gt;
*id=&amp;quot;lblIsbn&amp;quot;&lt;br /&gt;
*class=&amp;quot;isbnNumber&amp;quot;&lt;br /&gt;
&lt;br /&gt;
=== Book Edition: ===&lt;br /&gt;
&lt;br /&gt;
*class=&amp;quot;edition&amp;quot;&lt;br /&gt;
*Inside &amp;amp;lt;dd&amp;amp;gt;&amp;amp;lt;/dd&amp;amp;gt; with other elements&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Citeproc XHTML output ==&lt;br /&gt;
&lt;br /&gt;
I'm the author of the [http://xbiblio.sourceforge.net/citeproc.html citeproc] project, which includes a micro-format of sorts (though I never thought of it as such) in its XHTML output mode.  See [http://xbiblio.sourceforge.net/examples/apa-en.html here] for an example.  The difference compared to the bibtex-derived model is that is a) more generic and b) hierachical. &lt;br /&gt;
&lt;br /&gt;
It would be possible, certainly, to do a flat model if for some reason there was a good technical reason not to go hierarchical (though is there?)&lt;br /&gt;
&lt;br /&gt;
'''The burden of proof is on *going* hierarchical, rather than a simpler flat solution.  Complexity must be justified, not simplicity.'''&lt;br /&gt;
&lt;br /&gt;
... but then you need to think outside the BibTeX box in any case. Any model of this sort ought to be able to handle legal citations, magazine articles, patents, etc. etc.; not just a narrow range of BibTeX types.&lt;br /&gt;
&lt;br /&gt;
'''Per the microformats [[process]], microformats are designed to support existing practice on the Web, anything else should be omitted from at least the first version.'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Styles ==&lt;br /&gt;
This does NOT define a format, but instead shows how the format should be displayed. This is something out of the direct scope of this project. CSS styles will handle the look-and-feel of the text, and the author can put it in any order they choose. These links are mentioned for two reasons, one is informative, the other is so we know at least meet the minimum properties that are used in the styles.&lt;br /&gt;
&lt;br /&gt;
* [http://www.liu.edu/cwis/cwp/library/workshop/citmla.htm MLA Style]&lt;br /&gt;
* [http://www.bu.edu/library/guides/citation.html Chicago, MLA, and APA styles]&lt;br /&gt;
* [http://www.legalbluebook.com/ Blue Book] for legal citations&lt;br /&gt;
* [http://www.columbia.edu/cu/cup/cgos/idx_basic.html Columbia University Citation Style] developed for modern internet citations&lt;/div&gt;</summary>
		<author><name>Mike</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=citation-brainstorming&amp;diff=9006</id>
		<title>citation-brainstorming</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=citation-brainstorming&amp;diff=9006"/>
		<updated>2006-09-25T22:02:47Z</updated>

		<summary type="html">&lt;p&gt;Mike: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h1&amp;gt; Citation Brainstroming &amp;lt;/h1&amp;gt;&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
== Contributors ==&lt;br /&gt;
&lt;br /&gt;
* ...&lt;br /&gt;
* ... (a bunch of good folks!)&lt;br /&gt;
* Tantek Çelik&lt;br /&gt;
* Tim White&lt;br /&gt;
* Michael McCracken&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* [[citation]]&lt;br /&gt;
* [[citation-examples]]&lt;br /&gt;
* [[citation-formats]]&lt;br /&gt;
* [[citation-faq]]&lt;br /&gt;
&lt;br /&gt;
== Use Cases ==&lt;br /&gt;
&lt;br /&gt;
To focus the discussion, please add use cases below that will help show what problems the citation microformat will be solving.&lt;br /&gt;
&lt;br /&gt;
I've included two, focusing on consuming information - I've assumed that use cases for generating microformatted content would just involve the desire to enable your content to be consumed better, but I'm interested to see if there's something I'm missing here -Mike&lt;br /&gt;
&lt;br /&gt;
=== Acquiring reference information from the web ===&lt;br /&gt;
&lt;br /&gt;
A user either finds an author's papers page, or is viewing the results of a search and would like to import the information about the displayed papers into their local reference database, for the purposes of cataloging things they've read, adding notes, and using the information to generate later citations, potentially in other forms, such as BibTeX or Docbook, for inclusion in a publication of their own.&lt;br /&gt;
&lt;br /&gt;
Notes: In this case, it isn't important to the user what format the citation takes as displayed on the page where they find it. What *is* important is that it contains enough information to allow generation of the format they will ultimately re-publish it in. This implies that it may be worthwhile to err a little on the side of verbosity.&lt;br /&gt;
&lt;br /&gt;
Also, links to downloadable full representations of the cited work are very important - e.g. a link to the PDF of a journal article, or to a music file.&lt;br /&gt;
&lt;br /&gt;
=== Subscribing to reading lists, periodicals, etc ===&lt;br /&gt;
&lt;br /&gt;
I would like to be able to leverage my news aggregator with hAtom to subscribe to a remote source for citation information, for example:&lt;br /&gt;
&lt;br /&gt;
* a reading list for a seminar&lt;br /&gt;
* The publication list for a conference (e.g., subscribe to SIGGRAPH and see the updated conference proceedings every year)&lt;br /&gt;
* the issues of a journal&lt;br /&gt;
* a particular research group or researcher's publications&lt;br /&gt;
* Not just research: a popular author's publications (e.g., [http://www.gladwell.com/archive.html Malcolm Gladwell's Archive])&lt;br /&gt;
&lt;br /&gt;
=== Aggregating reading lists and reviews ===&lt;br /&gt;
&lt;br /&gt;
A citation microformat-specific aggregator could provide a decentralized version of [http://citeulike.org/ CiteULike]. Libraries, authors, research groups, and publishers could mark up their collections, while other people on weblogs or review sites could add tags and reviews.&lt;br /&gt;
&lt;br /&gt;
At least, having a well-adopted microformat would make writing tools like CiteULike much better, since it relies in some cases on screen-scraping publisher web-sites.&lt;br /&gt;
&lt;br /&gt;
== Original hBib Discussion ==&lt;br /&gt;
&lt;br /&gt;
During the WWW2005 Developer's Day [[microformats]] track, Rohit Khare gave a [[presentations|presentation]] where he discussed the microformats [[process]], and then did  a quick demonstration wherein a bunch of us got on a shared Subethaedit document, and brainstormed some thoughts on what an &amp;quot;hBib&amp;quot; bibliography citation microformat would look like.  Rohit placed the [http://cnlabs.commerce.net/~rohit/hBib%20Discussion.html document on his Commercenet site].&lt;br /&gt;
&lt;br /&gt;
* http://cnlabs.commerce.net/~rohit/hBib%20Discussion.html&lt;br /&gt;
&lt;br /&gt;
''An attempt to summarize and inline the linked document follows. -Mike''&lt;br /&gt;
&lt;br /&gt;
Two major goals were outlined by the group:&lt;br /&gt;
&lt;br /&gt;
* Avoid re-keying references&lt;br /&gt;
* Adapt to new journal styles by changing CSS&lt;br /&gt;
 &lt;br /&gt;
The fundamental problem was discussed in terms of display - the ability to transform XHTML+hBib into the many journal-specific formats. For example, how to display &amp;quot;et.al&amp;quot; when all authors are present in the source, and how to re-order the elements if a style defines a set order of elements that conflicts with the ordering in the source. Using hCard for authors was agreed on, and the beginnings of an example were shown.&lt;br /&gt;
&lt;br /&gt;
== XHTML Structure ==&lt;br /&gt;
With my exprience working X2V and hCa* has taught me what elememts are easy to find and which are not. Since the Citation microformat is very new it is possible to not make a lot of the same errors twice and to make things easier for extracting application to find and imply certain properties.&lt;br /&gt;
&lt;br /&gt;
* There should be some sort of 'root node' that implies all child elements are for the Citation microformat.&lt;br /&gt;
* Since most people will have multiple Citation there should be away to represent each Citation object as a unqiue block independant of another. This is to keep the parse from finding 'author' and applying to all citations. Each citation should be in a container (class=&amp;quot;???&amp;quot;) that scoped from others.&lt;br /&gt;
* Perhaps class=&amp;quot;hcite&amp;quot; with &amp;lt;code&amp;gt;&amp;amp;lt;cite&amp;amp;gt;&amp;lt;/code&amp;gt; recommended as the root element. E.g. &amp;lt;code&amp;gt;&amp;amp;lt;cite class=&amp;quot;hcite&amp;quot;&amp;amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Citation vs. [[media-info]] ==&lt;br /&gt;
&lt;br /&gt;
What distinguishes a cite from say [[media-info]] (e.g. [[media-info-examples]]) is that a cite is a reference to something explicitly external to the current piece of content or document, whereas [[media-info]] describes information about content embedded or inline in the current document.&lt;br /&gt;
&lt;br /&gt;
== Semantic Meaning ==&lt;br /&gt;
One of the guiding priniciple of Microformats is to use the most semantically rich element to describe each node (Point 2 of Semantic XHTML Design Principles: Use the most accurately precise semantic XHTML building block for each object etc). Since we are dealing with HTML and citations, several elements are candidates to be used to enrich the semantic meaning. [http://www.w3.org/TR/REC-html40/struct/text.html CITE, BLOCKQUOTE, Q, A], (are there more?)&lt;br /&gt;
&lt;br /&gt;
The [[citation-brainstorming|Citation Brainstorming Page]] has a few development and ideas about how to give another person credit for a link. Some of the semantic ideas behind their choices of tags can be applied to a full bibliographic type reference. ''Does this sentence make sense only historically? -Mike''&lt;br /&gt;
&lt;br /&gt;
== OCLC's WorldCat for titles == &lt;br /&gt;
Question: what about using something like OCLC's [http://www.oclc.org/worldcat/open/isbnissnlinking/default.htm WorldCat] for linking titles? - Tim White&lt;br /&gt;
&lt;br /&gt;
== This and That ==&lt;br /&gt;
After reading through alot of different citation encoding formats, i noticed that each format was being used in onw of two ways. It was either to describe the Current page (THIS.PAGE) or being used to encode references that point to external resources (THAT.PAGE)&lt;br /&gt;
&lt;br /&gt;
The informatation being encoded was identical for both resources (author, date, name, etc) they just reference different things. For this microformat, i'm not sure if we want to try to solve both problems, or just one? The meta tags in the head element would be the ideal place for information about the THIS.PAGE, but that is not in following with the ideals of microformats where information is human-readable. The THAT.PAGE idea where a list of references is at the end of a document in the form of a bibliography is more inline with the ideals of a microformat where the data is human-readable. That doesn't mean that data about the current document shouldn't be human-readable, so some of the same properties used to reference extermal resources can be used for the current document (THIS.PAGE). To do this a different root item could be used and transforming applications could either extract the citation data about the current page, or information about this page's references.&lt;br /&gt;
&lt;br /&gt;
This is open for discussion, but either way, i believe that the properties used to describe a page will be the same for both THIS and THAT. [http://suda.co.uk/ brian suda]&lt;br /&gt;
&lt;br /&gt;
== More on This and That ==&lt;br /&gt;
&lt;br /&gt;
Citation microformats are being explored as a possibility for citing genealogical information at [http://eatslikeahuman.blogspot.com Dan Lawyer's blog].&lt;br /&gt;
&lt;br /&gt;
This is a case where frequently the citation would refer to (THIS.PAGE), but would have nested within it a reference to (THAT.PAGE), possibly a few levels deep. For instance, a web page might contain data extracted from a microfilm of a census. The citation would need to include information about the web page, information about the microfilm, and information about the census. Genealogical citations are expected to include the repository (where can this book or microfilm be found. Is this the same as ''venue''?). So, at each level the information should contain the repository of the referenced item. A nesting (recursive) mechanism for citation microformats would be useful in this case. Is this the function of the &amp;quot;container&amp;quot; element in the Straw Format?&lt;br /&gt;
&lt;br /&gt;
== Date Formatting ==&lt;br /&gt;
Since microformats are all about re-use and the accepted way to encode Date-Time has been pretty much settled, then this is a good place to start when dealing with all the different date citation types. &lt;br /&gt;
&lt;br /&gt;
These are all the different fields from various citation formats that are of temporal nature:&lt;br /&gt;
 * Date (available | created | dateAccepted | dateCopyrighted | dateSubmitted | issued | modified | valid)&lt;br /&gt;
 * originInfo/dateIssued&lt;br /&gt;
 * originInfo/dateCreated&lt;br /&gt;
 * originInfo/dateCaptured&lt;br /&gt;
 * originInfo/dateOther&lt;br /&gt;
 * month&lt;br /&gt;
 * year&lt;br /&gt;
 * Copyright Year&lt;br /&gt;
 * Date - Generic&lt;br /&gt;
 * Date of Confernce&lt;br /&gt;
 * Date of Publication&lt;br /&gt;
 * Date of update/revisou/issuance of database record&lt;br /&gt;
 * Former Date&lt;br /&gt;
 * Entry Date for Database Record&lt;br /&gt;
 * Database Update&lt;br /&gt;
 * Year of Publication&lt;br /&gt;
&lt;br /&gt;
There are several common properties across several citation domains and will certainly be in the citation microformat, the unique instances will need further consideration, otherwise there could be no end to posiblities. &lt;br /&gt;
&lt;br /&gt;
There are also several properties (year, month, Year of publication) that can be extracted from another source. Therefore, if you only encode a more specific property such as; Date of Publication, you can extract the 'year of publication' from that. Since the date-time format we are modeling after is the ISO date-time format, just the Year portion is an acceptable date. So if you ONLY know the year of publication, the you can form a valid 'Date of Publication' as a microformat (which inturn is a valid 'year of publication') - you milage may vary when it comes to importing into citation applications.&lt;br /&gt;
&lt;br /&gt;
...&lt;br /&gt;
&lt;br /&gt;
It seems to me that these can be collapsed to maybe one or two different date properties.  As far as the specific human readable formatting of the date, that can be chosen per whatever the presentation style guide says, and the [[datetime-design-pattern]] used to simplify the markup. - Tantek&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Tags ==&lt;br /&gt;
Some of the citation formats has a place for 'keywords' or 'generic tags', etc. This might be a good place to re-use the [http://microformats.org/wiki/rel-tag RelTag microformat]. The downside would be that they are then forced to be links, which might be the correct way to mark-up these terms.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== MARC / MODS / Dublin Core ==&lt;br /&gt;
&lt;br /&gt;
The MODS ([http://www.loc.gov/standards/marcxml/Sandburg/sandburgmods.xml example]) and Dublin Core ([http://www.loc.gov/standards/marcxml/Sandburg/sandburgdc.xml example]) transformations of MARC21 may contain some useful ideas.&lt;br /&gt;
&lt;br /&gt;
Here's a first attempt at rewriting the linked examples in XHTML (written in response to a [http://microformats.org/discuss/mail/microformats-discuss/2005-December/002438.html mailing list query about encoding book information with microformats]):&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;book&amp;quot; lang=&amp;quot;en&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;h3 class=&amp;quot;fn&amp;quot;&amp;gt;Arithmetic /&amp;lt;/h3&amp;gt;&lt;br /&gt;
  &amp;lt;p&amp;gt;By &amp;lt;span class=&amp;quot;creator&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Sandburg, Carl&amp;lt;/span&amp;gt;,&lt;br /&gt;
     &amp;lt;span class=&amp;quot;date&amp;quot;&amp;gt;1878-1967&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;,&lt;br /&gt;
     and &amp;lt;span class=&amp;quot;illustrator&amp;quot;&amp;gt;Rand, Ted&amp;lt;/span&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
  &amp;lt;p&amp;gt;Publisher: &amp;lt;span class=&amp;quot;publisher&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Harcourt Brace Jovanovich&amp;lt;/span&amp;gt;,&lt;br /&gt;
     &amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;San Diego&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
  &amp;lt;p&amp;gt;Published: &amp;lt;span class=&amp;quot;issued&amp;quot;&amp;gt;1993&amp;lt;/span&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
  &amp;lt;p class=&amp;quot;description&amp;quot;&amp;gt;A poem about numbers and their characteristics. Features&lt;br /&gt;
     anamorphic, or distorted, drawings which can be restored to normal by viewing&lt;br /&gt;
     from a particular angle or by viewing the image's reflection in the provided&lt;br /&gt;
     Mylar cone.&amp;lt;/p&amp;gt;&lt;br /&gt;
  &amp;lt;p class=&amp;quot;note&amp;quot;&amp;gt;One Mylar sheet included in pocket.&amp;lt;/p&amp;gt;&lt;br /&gt;
  &amp;lt;p&amp;gt;Subjects:&amp;lt;/p&amp;gt;&lt;br /&gt;
  &amp;lt;ul&amp;gt;&lt;br /&gt;
    &amp;lt;li class=&amp;quot;subject&amp;quot;&amp;gt;Arithmetic&amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li class=&amp;quot;subject&amp;quot;&amp;gt;Children's poetry, American.&amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li class=&amp;quot;subject&amp;quot;&amp;gt;Arithmetic&amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li class=&amp;quot;subject&amp;quot;&amp;gt;American poetry&amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li class=&amp;quot;subject&amp;quot;&amp;gt;Visual perception&amp;lt;/li&amp;gt;&lt;br /&gt;
  &amp;lt;/ul&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;
== Basic Citation Stuctures ==&lt;br /&gt;
There are basic structures to any citation, this is an overview of some of the types&lt;br /&gt;
[http://www.users.muohio.edu/darcusb/misc/citations-spec.html http://www.users.muohio.edu/darcusb/misc/citations-spec.html]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Concerns not addressed by existing formats ==&lt;br /&gt;
&lt;br /&gt;
There are some aspects '''NOT adequately''' covered by existing formats. I have addressed this issue on the OpenOffice.org wiki page, too. [see http://wiki.services.openoffice.org/wiki/Bibliographic_Database for an extending discussion, the paragraph on ''Reference Types'']&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
These issues pertain mainly to '''Errata''', '''Comments and Authors Reply''' and '''Article Retractions'''.&lt;br /&gt;
* a bidirectional link could be necessary to implement these features (original article &amp;lt;=&amp;gt; eratum, reply, retraction letter)&lt;br /&gt;
* '''IMPORTANT: Errata'''&lt;br /&gt;
** Erata: one or more Corrections might be posted in various issues of the journal&lt;br /&gt;
** this is usually cited as: Orininal Article Citation Data (Correction available in ''Journal, Issue Nr, Year, Pages'') (repeat for more than one correction)&lt;br /&gt;
** it is possibly never cited alone&lt;br /&gt;
** there should be a link to the original article, while the original article should contain a link to this ''Errata''&lt;br /&gt;
* '''IMPORTANT: Commentary and Author Reply'''&lt;br /&gt;
** similar to Errata, there might be one or more Comments and Author Replys; this should be stored, too&lt;br /&gt;
** however, it is usually not included in the original citation&lt;br /&gt;
** it might be used however in a citation, but I do not know exaclty how to cite it optimally (original article should be provided as well) &lt;br /&gt;
* '''IMPORTANT: Article Retraction'''&lt;br /&gt;
** an article may be retracted because of plagiarism or some other flaw&lt;br /&gt;
** this should not be used any further in the research&lt;br /&gt;
** however, it might be used e.g. for an article on plagiarism or flawed research&lt;br /&gt;
** there should be therefore one field storing this information, too, and a link to:&lt;br /&gt;
** the published withdrawal letter (which explains why the article was retracted)&lt;br /&gt;
&lt;br /&gt;
* this issue may need a time-controlled event&lt;br /&gt;
* '''IMPORTANT: electronic publishing ahead of print (EPUB)'''&lt;br /&gt;
** more and more articles are initially posted online, before the published article gets actually printed&lt;br /&gt;
** How should this be used/cited?&lt;br /&gt;
** Is this changed, after the print version becomes available?&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Outstanding Issues ==&lt;br /&gt;
The 3 main points i (Brian) came across so far are:&lt;br /&gt;
1) IDENTIFIERS&lt;br /&gt;
2) FORMAT TYPES&lt;br /&gt;
3) NESTING&lt;br /&gt;
&lt;br /&gt;
1) In hCard/hCalendar there is a UID field. Added with URL it makes for a great unique identifier. There are loads of other identifers besides URL, ISBN, LOC call number, SKU, ISSN, etc. Many of these are unique in their domain, but not globally unique. So how to they get marked-up? Much like the hCard TEL/ADR properties, we can use something like:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;uid&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;type&amp;quot;&amp;gt;ISBN&amp;lt;/span&amp;gt;: &amp;lt;span&lt;br /&gt;
class=&amp;quot;value&amp;quot;&amp;gt;123456&amp;lt;/span&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
This makes the encoding the most extensible... if we start use class=&amp;quot;isbn&amp;quot; then it is an enumerated list, with class=&amp;quot;type&amp;quot; it is open ended.&lt;br /&gt;
&lt;br /&gt;
2) I keep mis-using &amp;quot;format&amp;quot;, format is the medium - hardback, softback. The TYPE (there probably is a better word - container?) is book, article, conference, manifesto, etc. Much like the identifers we can make an enumerated list of values, class=&amp;quot;book&amp;quot;, class=&amp;quot;article&amp;quot;, but that boxes us in, whereas something like: &amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;span class=&amp;quot;type&amp;quot;&amp;gt;article&amp;lt;/span&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt; leaves things more open.&lt;br /&gt;
&lt;br /&gt;
3) Nesting citation data in a citation. The ability to nest the same microformat inside itself is something that other microformats don't explicitly handle.&lt;br /&gt;
&lt;br /&gt;
The two options are:&lt;br /&gt;
i) Using class=&amp;quot;book&amp;quot;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;hcite&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;div class=&amp;quot;book&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Book Title&amp;lt;/span&amp;gt;&lt;br /&gt;
  &amp;lt;div class=&amp;quot;chapter&amp;quot;&amp;gt;&lt;br /&gt;
     &amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Chapter Title&amp;lt;/span&amp;gt;&lt;br /&gt;
  &amp;lt;/div&amp;gt;&lt;br /&gt;
 &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&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 makes things easy to nest and to figure out exactly what is&lt;br /&gt;
associated with what, but the downside is that we have enumerated&lt;br /&gt;
lists of values for the class properties.&lt;br /&gt;
&lt;br /&gt;
ii) using the TYPE for book&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;hcite&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;div class=&amp;quot;type&amp;quot;&amp;gt;book&amp;lt;/div&amp;gt;&lt;br /&gt;
 &amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Book Title&amp;lt;/span&amp;gt;&lt;br /&gt;
 &amp;lt;div class=&amp;quot;type&amp;quot;&amp;gt;chapter&amp;lt;/div&amp;gt;&lt;br /&gt;
 &amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Chapter Title&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
now the class=&amp;quot;fn&amp;quot; is not nested inside the class=&amp;quot;book&amp;quot; or&lt;br /&gt;
class=&amp;quot;chapter&amp;quot; so there would have to be some other mechanism to&lt;br /&gt;
associate the data with the type.&lt;br /&gt;
&lt;br /&gt;
== Brian's Straw format ==&lt;br /&gt;
&lt;br /&gt;
=== implied schema (examples) ===&lt;br /&gt;
 + publisher&lt;br /&gt;
 + language&lt;br /&gt;
 + description&lt;br /&gt;
 + title&lt;br /&gt;
 + creator&lt;br /&gt;
 + journal&lt;br /&gt;
 + volume&lt;br /&gt;
 + issue&lt;br /&gt;
 + page &lt;br /&gt;
 + edition&lt;br /&gt;
 + identifier&lt;br /&gt;
 + tags&lt;br /&gt;
 + format&lt;br /&gt;
 + date published&lt;br /&gt;
 + copyright&lt;br /&gt;
 - audience&lt;br /&gt;
&lt;br /&gt;
=== implied schema (formats) ===&lt;br /&gt;
 + publisher&lt;br /&gt;
 + language&lt;br /&gt;
 + description&lt;br /&gt;
 + title&lt;br /&gt;
 + creator&lt;br /&gt;
 + volume&lt;br /&gt;
 + pages&lt;br /&gt;
 + edition&lt;br /&gt;
 + issue&lt;br /&gt;
 + identifier&lt;br /&gt;
 + tags&lt;br /&gt;
 + format&lt;br /&gt;
 + date published&lt;br /&gt;
 + date copyrighted&lt;br /&gt;
 - subtitle&lt;br /&gt;
 - image &lt;br /&gt;
 - excerpt&lt;br /&gt;
 - index terms&lt;br /&gt;
 - series title&lt;br /&gt;
 - publication&lt;br /&gt;
 - journal&lt;br /&gt;
 - part (1 of X)&lt;br /&gt;
&lt;br /&gt;
UNION of the two schemas&lt;br /&gt;
 + (PLUS) means common properties&lt;br /&gt;
 - (MINUS) means unique to the schema&lt;br /&gt;
&lt;br /&gt;
=== Example ===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;ul class=&amp;quot;bibliography&amp;quot;&amp;gt;&lt;br /&gt;
	&amp;lt;li class=&amp;quot;citation&amp;quot; xml:lang=&amp;quot;en-gb&amp;quot;&amp;gt;&lt;br /&gt;
	&lt;br /&gt;
		&amp;lt;!-- publisher data as hCard--&amp;gt;&lt;br /&gt;
		&amp;lt;div class=&amp;quot;publisher vcard&amp;quot;&amp;gt;&lt;br /&gt;
			&amp;lt;span class=&amp;quot;fn org&amp;quot;&amp;gt;ABC Publishing Co.&amp;lt;/span&amp;gt;&lt;br /&gt;
			&amp;lt;span class=&amp;quot;country-name&amp;quot;&amp;gt;United Kingdom&amp;lt;/span&amp;gt;&lt;br /&gt;
			...&lt;br /&gt;
		&amp;lt;/div&amp;gt;&lt;br /&gt;
		&lt;br /&gt;
		&amp;lt;!-- author(s) data as hCard --&amp;gt;&lt;br /&gt;
		&amp;lt;div class=&amp;quot;creator vcard&amp;quot;&amp;gt;&lt;br /&gt;
			&amp;lt;span class=&amp;quot;fn n&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;given-name&amp;quot;&amp;gt;John &amp;lt;span class=&amp;quot;family-name&amp;quot;&amp;gt;Doe&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
			...&lt;br /&gt;
		&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
		&amp;lt;!-- location data --&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;title&amp;quot;&amp;gt;Foobar!&amp;lt;/span&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;description&amp;quot;&amp;gt;World Class Book about foobar&amp;lt;/span&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;volume&amp;quot;&amp;gt;1&amp;lt;/span&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;issue&amp;quot;&amp;gt;1&amp;lt;/span&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;edition&amp;quot;&amp;gt;1&amp;lt;/span&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;pages&amp;quot;&amp;gt;1-10&amp;lt;/span&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;format&amp;quot;&amp;gt;article&amp;lt;/span&amp;gt;&lt;br /&gt;
		&lt;br /&gt;
		&amp;lt;!-- differed to the UID debate --&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;identifier&amp;quot;&amp;gt;12345678&amp;lt;/span&amp;gt;&lt;br /&gt;
		&lt;br /&gt;
		&amp;lt;!-- keywords --&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;keyword&amp;quot;&amp;gt;foo&amp;lt;/span&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;keyword&amp;quot;&amp;gt;bar&amp;lt;/span&amp;gt;&lt;br /&gt;
		&lt;br /&gt;
		&amp;lt;!-- date properties --&amp;gt;&lt;br /&gt;
		Published &amp;lt;abbr class=&amp;quot;dtpublished&amp;quot; title=&amp;quot;20060101&amp;quot;&amp;gt;January 1st 1006&amp;lt;/abbr&amp;gt;&lt;br /&gt;
		Copyright &amp;lt;abbr class=&amp;quot;copyright&amp;quot; title=&amp;quot;20060101&amp;quot;&amp;gt;2006&amp;lt;/abbr&amp;gt;&lt;br /&gt;
	&amp;lt;/li&amp;gt;&lt;br /&gt;
	...&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p class=&amp;quot;citation&amp;quot;&amp;gt;Have you read &amp;lt;span class=&amp;quot;title&amp;quot;&amp;gt;&amp;lt;abbr title=&amp;quot;book&amp;quot; class=&amp;quot;format&amp;quot;&amp;gt;Foo Bar&amp;lt;/abbr&amp;gt;&amp;lt;/span&amp;gt;? &lt;br /&gt;
It was written by &amp;lt;span class=&amp;quot;author vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;John Doe&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;. &lt;br /&gt;
It only came out a &amp;lt;abbr class=&amp;quot;dtpublished&amp;quot; title=&amp;quot;20060101&amp;quot;&amp;gt;few months ago&amp;lt;/abbr&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Note: the &amp;quot;format&amp;quot; property above is incorrect. Format would refer more the physical characteristics of an item, rather than its type or genre (e.g. &amp;quot;article&amp;quot;, &amp;quot;book&amp;quot;, etc.). I'd rather have the main class for the li be &amp;quot;article&amp;quot; in this context, than the fairly meaningless &amp;quot;citation.&amp;quot;  Of course, one could have both, which would be fine too. -- bruce&lt;br /&gt;
&lt;br /&gt;
Note: Could we use ROLE from hCard to identify editors, translators, authors, etc?&lt;br /&gt;
&lt;br /&gt;
'''Comments''' : [[User:Singpolyma|singpolyma]] 08:03, 16 Jun 2006 (PDT) : keywords should be [[rel-tag]], and probably also [[XOXO]] (the same way the citation list is)&lt;br /&gt;
&lt;br /&gt;
== Mike straw format suggestion ==&lt;br /&gt;
&lt;br /&gt;
In the interests of starting debate and having something concrete to fix, I suggest the following structure for a format. It is probably very incomplete and I claim no microformat expertise. I'm just trying to follow existing patterns. Comments and ridicule are both solicited. -Mike&lt;br /&gt;
&lt;br /&gt;
=== In General ===&lt;br /&gt;
&lt;br /&gt;
The ''citation'' format is based on a set of fields common to many bibliographic data formats, which are often implied by standard citation display styles but not explicitly marked up in practice on the web.&lt;br /&gt;
&lt;br /&gt;
=== Schema ===&lt;br /&gt;
&lt;br /&gt;
The citation schema consists of the following:&lt;br /&gt;
&lt;br /&gt;
* cite &lt;br /&gt;
** title: required, text (class = fn)&lt;br /&gt;
** subtitle: optional, text&lt;br /&gt;
** authors: optional, use hCard&lt;br /&gt;
** publication date: optional&lt;br /&gt;
** link(s) to instantiations, optional, url or use rel-enclosure? (class=url)&lt;br /&gt;
** UID, optional (for ISBN, DOI - use existing uid class) | permalink&lt;br /&gt;
** series (aka volume/issuenum) , optional (''not as sure how to handle these - suggestions?'')&lt;br /&gt;
** pages: startpage &amp;amp; endpage, optional, text&lt;br /&gt;
** venue, optional (hCard)&lt;br /&gt;
** publisher, optional (hCard)&lt;br /&gt;
** container: optional (nested hCite)&lt;br /&gt;
** abstract, optional (blockquote + class=&amp;quot;abstract&amp;quot; ?)&lt;br /&gt;
** notes, optional (blockquote + class=&amp;quot;notes&amp;quot; ?)&lt;br /&gt;
** keywords, optional (rel-tag)&lt;br /&gt;
** image, optional (for inclusion inline, unlike the url)&lt;br /&gt;
** copyright, optional (rel-license)&lt;br /&gt;
** ''what else am I missing?''&lt;br /&gt;
*** language, optional&lt;br /&gt;
&lt;br /&gt;
''Looks good, but I question the use of hCard for names. Due to ambiguity issues, requring hCard would lead to extra markup in order to apply just a name, hence [http://microformats.org/discuss/mail/microformats-discuss/2006-March/003487.html the need for a root element]. We should extract the N optimization of hCard like we did with adr, in order to ease this problem.'' --[[User:RCanine|Ryan Cannon]]&lt;br /&gt;
&lt;br /&gt;
Perhaps a Retrieved Date or Access Date would be appropriate for citing online resources. For example at http://www.crlt.umich.edu/publinks/facment_biblio.html &lt;br /&gt;
you see citations like this&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
Chief Academic Officers of the Big 12 Universities (2000). Big 12 Faculty Fellowship Program. Retrieved December 20, 2000 from the World Wide Web: http://www.k-state.edu/provost/academic/big12/big12guide.htm.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
--[[User:JoeAndrieu|Joe Andrieu]]&lt;br /&gt;
&lt;br /&gt;
=== Examples ===&lt;br /&gt;
&lt;br /&gt;
The following are translations into the ''citation'' format.&lt;br /&gt;
&lt;br /&gt;
Note: some of these are just placeholders right now. Please feel free to fill them in!&lt;br /&gt;
&lt;br /&gt;
==== Citing Private Communication ====&lt;br /&gt;
* published-date seems a weird fit, but it works...&lt;br /&gt;
private communication, Michael Jordan, May 2004&lt;br /&gt;
&lt;br /&gt;
Needs a formatted example.&lt;br /&gt;
&lt;br /&gt;
==== Citing Legal Cases ====&lt;br /&gt;
Needs an example. Here's some info I found about citing law:&lt;br /&gt;
&lt;br /&gt;
I'm not a lawyer, so I'm relying on the published [http://www.legalbluebook.com &amp;quot;blue book&amp;quot; standard], at least the only part of it I can get without paying $25. I'd be happy to hear improvements from experts in the field - how do lawyers mark up references to case law in HTML now?&lt;br /&gt;
&lt;br /&gt;
From groklaw.net and eff.org, I find mostly just links to PDFs with the name of the case as the link text. Or just this, from EFF:&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;h1&amp;gt;The Betamax Case&amp;lt;/h1&amp;gt;&lt;br /&gt;
&amp;lt;h2&amp;gt;Sony Corp. of America v. Universal City Studios, 464 U.S. 417 (1984)&amp;lt;/h2&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
From an example at the sample bluepages: http://www.legalbluebook.com/pdfs/bluepages.pdf&lt;br /&gt;
5 basic components:&lt;br /&gt;
*1 name of the case (citation title)&lt;br /&gt;
*2 published source in which case may be found (citation containing publication?)&lt;br /&gt;
*3 a parenthetical indicating the court and year of decision (citation venue?)&lt;br /&gt;
*4 other parenthetical information, if any (citation notes?)&lt;br /&gt;
*5 subsequent history of the case, if any (citation notes?)&lt;br /&gt;
&lt;br /&gt;
Here's two examples from the bluebook. Note that there are very strict rules about abbreviations in that source!&lt;br /&gt;
&lt;br /&gt;
Holland v. Donnelly, 216 F. Supp. 2d 227, 230 (S.D.N.Y. 2002), aff'd, 324 F.3d 99 (2d Cir. 2003).&lt;br /&gt;
&lt;br /&gt;
Green v. Georgia, 442 U.S. 95, 97 (1979) (per curiam) (holding that exclusion of relevant evidence at sentencing hearing constitutes denial of due process).&lt;br /&gt;
&lt;br /&gt;
==== Citing a Book ====&lt;br /&gt;
&lt;br /&gt;
needs an example&lt;br /&gt;
&lt;br /&gt;
==== Citing a journal article ====&lt;br /&gt;
&lt;br /&gt;
needs an example &lt;br /&gt;
&lt;br /&gt;
==== Citing a magazine article ====&lt;br /&gt;
&lt;br /&gt;
needs an example&lt;br /&gt;
&lt;br /&gt;
==== Citing a Patent ====&lt;br /&gt;
&lt;br /&gt;
Patents are often just cited by number. Here's a citation that accomplishes the same thing with some extra information:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;cite class=&amp;quot;citation&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;a class=&amp;quot;fn url&amp;quot; href=&amp;quot;http://patft.uspto.gov/netacgi/nph-Parser?Sect1=PTO2&amp;amp;Sect2=HITOFF&amp;amp;p=1&amp;amp;u=/netahtml/search-bool.html&amp;amp;r=3&amp;amp;f=G&amp;amp;l=50&amp;amp;co1=AND&amp;amp;d=ptxt&amp;amp;s1=tevanian&amp;amp;OS=tevanian&amp;amp;RS=tevanian&amp;quot;&amp;gt;US Patent #6,704,928&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;author vcard&amp;quot;&amp;gt;Richard Shann&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;abbr class=&amp;quot;dtpublished&amp;quot; title=&amp;quot;20000828T0000-0500&amp;quot;&amp;gt;August 28, 2000&amp;lt;/abbr&amp;gt;&lt;br /&gt;
&amp;lt;blockquote class=&amp;quot;abstract&amp;quot;&amp;gt;&lt;br /&gt;
An executable program is prepared from a plurality of object code modules, at least one of the object code modules including section data specifying a plurality of code sequences each associated with relocation instructions identifying condition parameters. Only one of the code sequences is selected for inclusion in the executable program, determined by whether the condition for that parameter is satisfied. A linker for preparing the executable program includes a stack, a relocation module for reading the relocations, carrying out the relocation operations and selecting code sequences for inclusion in the executable program in dependence on values taken from the stack, a section data module for holding section data which is subject to the relocation operations, and a program forming module for preparing executable programs. Also disclosed is a method of assembling an object code module such that the assembled object code module includes the conditional code sequences.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;/cite&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Citing a conference publication====&lt;br /&gt;
&lt;br /&gt;
Based on the following reference, plus some more information from the ACM site and a little of my own input (the tags)&lt;br /&gt;
&lt;br /&gt;
L. Hochstein, J. Carver, F. Shull, S. Asgari, V. Basili, J. K. Hollingsworth, and M. Zelkowitz, “Hpc programmer productivity: A case study of novice hpc programmers,” in Proceedings of ACM/IEEE Supercomputing Conference, 2005.&lt;br /&gt;
&lt;br /&gt;
'''IMPORTANT'''&lt;br /&gt;
* sometimes, the citation must include '''Town/Country''' and '''Precise Date/Date Range''', e.g.&lt;br /&gt;
** ''Bassetti, M.; Righi, E.; Rebesco, B.; Molinari, MP.; Costa, A.; Fasce, R.; Cruciani, M.; Bassetti, D.; Bobbio Pallavicini, F.'' 44th Annual Interscience Conference on Antimicrobial Agents and Chemotherapy (ICAAC). Washington, DC; 2004. Epidemiological trends in nosocomial candidemia in ICU: A five-year Italian perspective.&lt;br /&gt;
** ''Peacock JE, Wade JC, Lazarus HM, et al.'' Ciprofloxacin/piperacillin vs. tobramycin/piperacillin as empiric therapy for fever in neutropenic cancer patients, a randomized, double-blind trial [abstract 373]. In: Program and abstracts of the 37th Interscience Conference on Antimicrob Agents and Chemotherapy (Toronto). Washington, DC: American Society for Microbiology, 1997.&lt;br /&gt;
** ''Gillespie SH, Dickens A.'' Variation in mutation rate of quinolone resistance in Streptococcus pneumoniae [abstract P06-17A]. In: Abstracts of the 3rd International Symposium on Pneumococci and Pneumococcal Disease (Anchorage, 5-9 May 2002).Washington, DC: American Society of Microbiology, 2002.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;cite class=&amp;quot;citation&amp;quot;&amp;gt;&lt;br /&gt;
	&amp;lt;span class=&amp;quot;author vcard&amp;quot;&amp;gt;Lorin Hochstein&amp;lt;/span&amp;gt;,&lt;br /&gt;
	&amp;lt;span class=&amp;quot;author vcard&amp;quot;&amp;gt; Jeff Carver &amp;lt;/span&amp;gt;,&lt;br /&gt;
	&amp;lt;span class=&amp;quot;author vcard&amp;quot;&amp;gt; Forrest Shull &amp;lt;/span&amp;gt;,&lt;br /&gt;
	&amp;lt;span class=&amp;quot;author vcard&amp;quot;&amp;gt; Sima Asgari&amp;lt;/span&amp;gt;,&lt;br /&gt;
	&amp;lt;span class=&amp;quot;author vcard&amp;quot;&amp;gt; Victor Basili&amp;lt;/span&amp;gt;,&lt;br /&gt;
	&amp;lt;span class=&amp;quot;author vcard&amp;quot;&amp;gt; Jeffrey K. Hollingsworth&amp;lt;/span&amp;gt;, and &lt;br /&gt;
	&amp;lt;span class=&amp;quot;author vcard&amp;quot;&amp;gt; Marv Zelkowitz&amp;lt;/span&amp;gt;,&lt;br /&gt;
	&amp;lt;a class=&amp;quot;fn url&amp;quot; href=&amp;quot;http://dx.doi.org/10.1109/SC.2005.53&amp;quot;&amp;gt;HPC Programmer Productivity: A Case Study of Novice HPC Programmers&amp;lt;/a&amp;gt;.&lt;br /&gt;
	&amp;lt;cite class=&amp;quot;container citation&amp;quot;&amp;gt;&lt;br /&gt;
	&amp;lt;a class=&amp;quot;fn url&amp;quot; href=&amp;quot;&amp;quot;&amp;gt;Proceedings of ACM/IEEE Supercomputing Conference&amp;lt;/a&amp;gt;&lt;br /&gt;
	&amp;lt;abbr class=&amp;quot;dtpublished&amp;quot; title=&amp;quot;20051126T0000-0800&amp;quot;&amp;gt;2005&amp;lt;/abbr&amp;gt;&lt;br /&gt;
	&amp;lt;/cite&amp;gt;&lt;br /&gt;
	page &amp;lt;span class=&amp;quot;startpage&amp;quot;&amp;gt;35&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;publisher vcard&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;span class=&amp;quot; fn&amp;quot;&amp;gt;IEEE Computer Society&lt;br /&gt;
   &amp;lt;/span&amp;gt;&lt;br /&gt;
    &amp;lt;div class=&amp;quot;adr&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;Washington&amp;lt;/span&amp;gt;,&lt;br /&gt;
      &amp;lt;span class=&amp;quot;region&amp;quot;&amp;gt;DC&amp;lt;/span&amp;gt;&lt;br /&gt;
    &amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;a class=&amp;quot;url instantiation&amp;quot; href=&amp;quot;http://portal.acm.org/ft_gateway.cfm?id=1105800&amp;amp;type=pdf&amp;amp;coll=portal&amp;amp;dl=ACM&amp;amp;CFID=68330711&amp;amp;CFTOKEN=39187329&amp;quot;&amp;gt;PDF of full text from ACM&amp;lt;/a&amp;gt;&lt;br /&gt;
&lt;br /&gt;
	DOI: &amp;lt;a class=&amp;quot;url uid&amp;quot; href=&amp;quot;http://dx.doi.org/10.1109/SC.2005.53&amp;quot;&amp;gt;10.1109/SC.2005.53&amp;lt;/a&amp;gt;&lt;br /&gt;
        Tags: &amp;lt;a href=&amp;quot;http://citeulike.org/tag/productivity&amp;quot; rel=&amp;quot;tag&amp;quot;&amp;gt;productivity&amp;lt;/a&amp;gt;, &amp;lt;a href=&amp;quot;http://citeulike.org/tag/hpc&amp;quot; rel=&amp;quot;tag&amp;quot;&amp;gt;hpc&amp;lt;/a&amp;gt;, &amp;lt;a href=&amp;quot;http://citeulike.org/tag/performance&amp;quot; rel=&amp;quot;tag&amp;quot;&amp;gt;performance&amp;lt;/a&amp;gt;&lt;br /&gt;
	&amp;lt;blockquote class=&amp;quot;abstract&amp;quot;&amp;gt;In developing High-Performance Computing (HPC) software, time to solution is an important metric. This metric is comprised of two main components: the human effort required developing the software, plus the amount of machine time required to execute it. To date, little empirical work has been done to study the first component: the human effort required and the effects of approaches and practices that may be used to reduce it. In this paper, we describe a series of studies that address this problem. We instrumented the development process used in multiple HPC classroom environments. We analyzed data within and across such studies, varying factors such as the parallel programming model used and the application being developed, to understand their impact on the development process.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
  &amp;lt;/cite&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Citing an external website ====&lt;br /&gt;
&lt;br /&gt;
This is based on a formal citation of a website in the references section of a research paper, but could also be used for in-line links that had added information. Here's the original:&lt;br /&gt;
&lt;br /&gt;
[25] David Stern, &amp;quot;eprint Moderator Model&amp;quot;, http://www.library.yale.edu/scilib/modmodexplain.html  (version dated Jan 25, 1999)&lt;br /&gt;
 &lt;br /&gt;
 &amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;cite class=&amp;quot;citation&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;a class=&amp;quot;fn url&amp;quot; href=&amp;quot;http://www.library.yale.edu/scilib/modmodexplain.html&amp;quot;&amp;gt;eprint Moderator Model&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;author vcard&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;a href=&amp;quot;http://pantheon.yale.edu/~dstern/dsbio.html&amp;quot; class=&amp;quot;url fn&amp;quot;&amp;gt;David Stern&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;/span&amp;gt;  &lt;br /&gt;
&amp;lt;abbr class=&amp;quot;dtpublished&amp;quot; title=&amp;quot;19990125T0000-0500&amp;quot;&amp;gt;&lt;br /&gt;
    Jan 25, 1999&lt;br /&gt;
  &amp;lt;/abbr&amp;gt;&lt;br /&gt;
&amp;lt;/cite&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== discussions ==&lt;br /&gt;
&lt;br /&gt;
* [[citation-irc-notes-2006-04-09]]&lt;/div&gt;</summary>
		<author><name>Mike</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=citation-examples&amp;diff=9332</id>
		<title>citation-examples</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=citation-examples&amp;diff=9332"/>
		<updated>2006-09-25T20:35:08Z</updated>

		<summary type="html">&lt;p&gt;Mike: Moved section &amp;quot;Important&amp;quot; to -brainstorming&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h1&amp;gt; Citation Examples &amp;lt;/h1&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The following examples are real world examples of citations found on the web. Please add to this list. The idea is that we get a solid sample of examples and see what commonalities there are amonst them and try to build this microformat so that it can meet 80% of typical uses.&lt;br /&gt;
&lt;br /&gt;
See also:&lt;br /&gt;
* [[citation]]&lt;br /&gt;
* [[citation-formats]]&lt;br /&gt;
* [[citation-brainstorming]]&lt;br /&gt;
* [[citation-faq]]&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
== Contributors ==&lt;br /&gt;
* ...&lt;br /&gt;
* [http://suda.co.uk/ Brian Suda]&lt;br /&gt;
* Tantek Çelik&lt;br /&gt;
* [http://michael-mccracken.net/wp/ Michael McCracken]&lt;br /&gt;
* Tim White&lt;br /&gt;
* [http://inkdroid.org Ed Summers]&lt;br /&gt;
&lt;br /&gt;
== Citation Mark Up in the Wild ==&lt;br /&gt;
Mark up examples from reference publisher's websites (online catalogs), including ABC-CLIO, Greenwood Press, Marshall Cavendish, Oxford University Press (USA) and Thomson Gale. Examples are broken down and organized by element. &lt;br /&gt;
&lt;br /&gt;
(For a cleaner version, see [http://www.tjameswhite.com/citation-examples.htm]) -- ''is this link now out of date?''--[[User:Mike|Mike]] 18:19, 30 Aug 2006 (PDT)&lt;br /&gt;
&lt;br /&gt;
=== ABC-CLIO Product detail page ===&lt;br /&gt;
[http://www.abc-clio.com/products/overview.aspx?productid=109327 example] &lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#ABC-CLIO_Product_detail_page.C2.A0.28http:.2F.2Fwww.abc-clio.com.2Fproducts.2Foverview.aspx.3Fproductid.3D109327.29 Original Markup]&lt;br /&gt;
&lt;br /&gt;
* title&lt;br /&gt;
* subtitle&lt;br /&gt;
* author&lt;br /&gt;
* image&lt;br /&gt;
* publication date&lt;br /&gt;
* pages&lt;br /&gt;
* volumes&lt;br /&gt;
* specifications (book dimentions 8.5x11, weight, etc)&lt;br /&gt;
* Format - (Hardback, softback)&lt;br /&gt;
* Price&lt;br /&gt;
* ISBN&lt;br /&gt;
&lt;br /&gt;
=== Greenwood Press featured book ===&lt;br /&gt;
[http://www.greenwood.com/ greenwood press home page]&lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#Greenwood_Press_home_page.C2.A0.28http:.2F.2Fwww.greenwood.com.2F.29_featured_book Original Markup]&lt;br /&gt;
* title&lt;br /&gt;
* subtitle&lt;br /&gt;
* author&lt;br /&gt;
* ISBN&lt;br /&gt;
* Price&lt;br /&gt;
* Description&lt;br /&gt;
&lt;br /&gt;
=== Greenwood Press product detail page ===&lt;br /&gt;
[http://www.greenwood.com/catalog/GR2847.aspx Product detail page]&lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#Greenwood_Press_Product_detail_page.C2.A0.28http:.2F.2Fwww.greenwood.com.2Fcatalog.2FGR2847.aspx.29 Original Markup]&lt;br /&gt;
&lt;br /&gt;
* Title&lt;br /&gt;
* subtitle&lt;br /&gt;
* authors&lt;br /&gt;
* AuthorsNote&lt;br /&gt;
* BookCode (internal code system)&lt;br /&gt;
* ISBN&lt;br /&gt;
* Page&lt;br /&gt;
* Publisher&lt;br /&gt;
* Publication Date&lt;br /&gt;
* Price&lt;br /&gt;
* Availability&lt;br /&gt;
* MediaType&lt;br /&gt;
* categories&lt;br /&gt;
* LC Card Number&lt;br /&gt;
* LCC Class&lt;br /&gt;
* Dewey Class&lt;br /&gt;
&lt;br /&gt;
=== Marshall Cavendish product page===&lt;br /&gt;
[http://www.marshallcavendish.com/marshallcavendish/academic/redirector.xml?url=/marshallcavendish/academic/catalogue/books/regionalism_n_regional_security/9812102108.xml product page] &lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#Marshall_Cavendish_product_page.C2.A0.28http:.2F.2Fwww.marshallcavendish.com.2Fmarshallcavendish.2Facademic.2Fredirector.xml.3Furl.3D.2Fmarshallcavendish.2Facademic.2Fcatalogue.2Fbooks.2Fregionalism_n_regional_security.2F9812102108.xml.29 Original Markup]&lt;br /&gt;
&lt;br /&gt;
* ISBN&lt;br /&gt;
* Series&lt;br /&gt;
* Title&lt;br /&gt;
* publisher&lt;br /&gt;
* Specifications (dimentions/weight)&lt;br /&gt;
* Authors&lt;br /&gt;
* Target Audience&lt;br /&gt;
* Price&lt;br /&gt;
* description&lt;br /&gt;
&lt;br /&gt;
=== Oxford University Press (USA) home page ===&lt;br /&gt;
[http://www.us.oup.com/us/?view=usa homepage]&lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#Oxford_University_Press_.28USA.29_homepage.C2.A0.28http:.2F.2Fwww.us.oup.com.2Fus.2F.3Fview.3Dusa.29 Original Markup]&lt;br /&gt;
&lt;br /&gt;
* title&lt;br /&gt;
* subTitle&lt;br /&gt;
* edition&lt;br /&gt;
* byline&lt;br /&gt;
* ISBN&lt;br /&gt;
* format - hardback&lt;br /&gt;
* publication Date&lt;br /&gt;
* price&lt;br /&gt;
* description&lt;br /&gt;
* related&lt;br /&gt;
&lt;br /&gt;
=== Oxford University Press (USA) product detail page ===&lt;br /&gt;
 [http://www.us.oup.com/us/catalog/general/subject/HistoryAmerican/ColonialRevolutionary/?view=usa&amp;amp;amp;ci=0195162471#Product_Details Product page]&lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#Oxford_University_Press_.28USA.29_Product_page.C2.A0.28http:.2F.2Fwww.us.oup.com.2Fus.2Fcatalog.2Fgeneral.2Fsubject.2FHistoryAmerican.2FColonialRevolutionary.2F.3Fview.3Dusa.26ci.3D0195162471.23Product_Details.29 Original Markup]&lt;br /&gt;
&lt;br /&gt;
* title&lt;br /&gt;
* subTitle&lt;br /&gt;
* edition&lt;br /&gt;
* byline&lt;br /&gt;
* image&lt;br /&gt;
* isbnNumber&lt;br /&gt;
* format - hardback&lt;br /&gt;
* pages&lt;br /&gt;
* publication Date&lt;br /&gt;
* availability&lt;br /&gt;
* price&lt;br /&gt;
&lt;br /&gt;
=== Thomson Gale product detail page ===&lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#Thomson_Gale_product_detail_page Original Markup]&lt;br /&gt;
&lt;br /&gt;
* title&lt;br /&gt;
* excerp&lt;br /&gt;
* Volume&lt;br /&gt;
* Publisher&lt;br /&gt;
* description&lt;br /&gt;
* Published date&lt;br /&gt;
* ISBN&lt;br /&gt;
* Product number (internal code system)&lt;br /&gt;
* Pages&lt;br /&gt;
* Shipping Weight&lt;br /&gt;
* price&lt;br /&gt;
&lt;br /&gt;
=== RFC vCard Example ===&lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#RFC_vCard_Example Original Markup]&lt;br /&gt;
&lt;br /&gt;
* refID (HTML @ID)&lt;br /&gt;
* title&lt;br /&gt;
* publication&lt;br /&gt;
* title&lt;br /&gt;
* Journal&lt;br /&gt;
* Volume&lt;br /&gt;
* Issue&lt;br /&gt;
* page&lt;br /&gt;
* pubdate&lt;br /&gt;
* RFC ID&lt;br /&gt;
&lt;br /&gt;
=== W3C XHTML Spec Example ===&lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#W3C_XHTML_Spec_Example Original Markup]&lt;br /&gt;
&lt;br /&gt;
* refID (HTML @ID)&lt;br /&gt;
* URL&lt;br /&gt;
* title&lt;br /&gt;
* subtitle&lt;br /&gt;
* part (1 of X)&lt;br /&gt;
* journal&lt;br /&gt;
* authors&lt;br /&gt;
* pubdate&lt;br /&gt;
* language&lt;br /&gt;
* ISO/IEC ID&lt;br /&gt;
* RFC ID&lt;br /&gt;
&lt;br /&gt;
[http://www.w3.org/TR/xhtml1/#refs XHTML1.0 Spec references]&lt;br /&gt;
&lt;br /&gt;
=== CiteProc XHTML Output ===&lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#CiteProc_XHTML_Output Original Markup]&lt;br /&gt;
&lt;br /&gt;
The XHTML output for CiteProc[http://xbiblio.sourceforge.net/citeproc/] wasn't designed per se as a microformat, but is probably not a bad place to start. It is desgined to handle a wide range of content. Here is the APA output:&lt;br /&gt;
&lt;br /&gt;
* refID (HTML @ID)&lt;br /&gt;
* creator&lt;br /&gt;
* role (to indicate editors and translators)&lt;br /&gt;
* date&lt;br /&gt;
* title&lt;br /&gt;
* volume&lt;br /&gt;
* issue&lt;br /&gt;
* page&lt;br /&gt;
* issue&lt;br /&gt;
* container (a book serves as container for a chapter)&lt;br /&gt;
* type (book, newspaper, proceedings)&lt;br /&gt;
* edition&lt;br /&gt;
* publisher&lt;br /&gt;
* place&lt;br /&gt;
* location (for urls and physical locations)&lt;br /&gt;
* access date (for online items)&lt;br /&gt;
&lt;br /&gt;
=== ACM Digital Library Search Result Examples ===&lt;br /&gt;
&lt;br /&gt;
The [http://www.acm.org/dl/ ACM Digital Library] is a heavily used computer science literature database.&lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#ACM_Digital_Library_Search_Result_Examples Original Markup]&lt;br /&gt;
&lt;br /&gt;
* title&lt;br /&gt;
* authors&lt;br /&gt;
* Pages&lt;br /&gt;
* format (PDF)&lt;br /&gt;
* Additional Information&lt;br /&gt;
* abstract&lt;br /&gt;
* index terms&lt;br /&gt;
* journal&lt;br /&gt;
* issue&lt;br /&gt;
* volume&lt;br /&gt;
* pubdate&lt;br /&gt;
* DOI&lt;br /&gt;
&lt;br /&gt;
=== IEEE IEEExplore Search Results Markup ===&lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#IEEE_IEEExplore_Search_Results_Markup Original Markup]&lt;br /&gt;
&lt;br /&gt;
* title&lt;br /&gt;
* authors&lt;br /&gt;
* journal&lt;br /&gt;
* issue&lt;br /&gt;
* volume&lt;br /&gt;
* issue&lt;br /&gt;
* pubdate&lt;br /&gt;
* page&lt;br /&gt;
* Digital Object Identifier (DOI)&lt;br /&gt;
* summary&lt;br /&gt;
&lt;br /&gt;
=== CiteSeer database search results ===&lt;br /&gt;
&lt;br /&gt;
The [http://citeseer.ist.psu.edu CiteSeer] database has been another heavily used Computer Science online resource, and it has minimal markup:&lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#CiteSeer_database_search_results Original Markup]&lt;br /&gt;
&lt;br /&gt;
* author &lt;br /&gt;
* title&lt;br /&gt;
* journal&lt;br /&gt;
* pages &lt;br /&gt;
* publication date&lt;br /&gt;
* URL&lt;br /&gt;
&lt;br /&gt;
=== CiteULike.org citation listing ===&lt;br /&gt;
&lt;br /&gt;
[http://www.citeulike.org/ CiteULike]&lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#CiteULike.org_citation_listing Original Markup]&lt;br /&gt;
&lt;br /&gt;
* title&lt;br /&gt;
* author&lt;br /&gt;
* subjects&lt;br /&gt;
* image&lt;br /&gt;
* Volume&lt;br /&gt;
* Number&lt;br /&gt;
* publication date &lt;br /&gt;
* page&lt;br /&gt;
&lt;br /&gt;
Links to services with the following IDs embedded in the link&lt;br /&gt;
* Z3988&lt;br /&gt;
* DOI&lt;br /&gt;
* Pubmed&lt;br /&gt;
* Hubmed&lt;br /&gt;
&lt;br /&gt;
=== Amazon.com citation info ===&lt;br /&gt;
&lt;br /&gt;
This is from a detail page on Amazon.com for a book.&lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#Amazon.com_citation_info Original Markup]&lt;br /&gt;
&lt;br /&gt;
* title&lt;br /&gt;
* author&lt;br /&gt;
* series title&lt;br /&gt;
* page&lt;br /&gt;
&lt;br /&gt;
=== PubMed Medical Journal Example ===&lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#PubMed_Medical_Journal_Example Original Markup]&lt;br /&gt;
&lt;br /&gt;
* abstract&lt;br /&gt;
* title&lt;br /&gt;
* publisher&lt;br /&gt;
* journal&lt;br /&gt;
* date/time published &lt;br /&gt;
* Review (BOOLEAN YES/NO)&lt;br /&gt;
* PubMedID&lt;br /&gt;
&lt;br /&gt;
=== BibDesk Default Template ===&lt;br /&gt;
[[citation-examples-markup#BibDesk_default_HTML_export_example|Original Markup]]&lt;br /&gt;
&lt;br /&gt;
This is a pretty simplistic template for a very general app, but it seems to be OK for most BD users. &lt;br /&gt;
&lt;br /&gt;
* Title&lt;br /&gt;
* Author&lt;br /&gt;
* Journal&lt;br /&gt;
* Volume&lt;br /&gt;
* Pages&lt;br /&gt;
* Date&lt;br /&gt;
* Url&lt;br /&gt;
* Abstract&lt;br /&gt;
&lt;br /&gt;
=== Wikipedia ===&lt;br /&gt;
[http://wikpedia.org Wikipedia] makes extensive use of bibliographic citations, in particular to point readers to further information sources. There are differing formats depending on Wikipedia's language:&lt;br /&gt;
&lt;br /&gt;
==== English Wikipdia ====&lt;br /&gt;
The kinds of citations used on the site run the full gamut. Here are breakdowns of four categories previously mentioned:&lt;br /&gt;
&lt;br /&gt;
===== Book =====&lt;br /&gt;
[http://en.wikipedia.org/wiki/Richard_feynman#_note-8 Example]&lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#Wikipedia_Book Example Markup]&lt;br /&gt;
&lt;br /&gt;
* title&lt;br /&gt;
* author&lt;br /&gt;
* publisher&lt;br /&gt;
* year&lt;br /&gt;
* ISBN&lt;br /&gt;
* url (indirectly via special wikipedia ISBN page)&lt;br /&gt;
&lt;br /&gt;
===== Journal Articles =====&lt;br /&gt;
[http://en.wikipedia.org/wiki/DNA#Citations Example]&lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#Wikipedia_Journal_Article Example Markup]&lt;br /&gt;
&lt;br /&gt;
* author (truncated list)&lt;br /&gt;
* year&lt;br /&gt;
* title&lt;br /&gt;
* journal title&lt;br /&gt;
* journal number&lt;br /&gt;
* page range&lt;br /&gt;
* [http://doi.org DOI]&lt;br /&gt;
 &lt;br /&gt;
===== Court cases =====&lt;br /&gt;
[http://en.wikipedia.org/wiki/List_of_leading_legal_cases_in_copyright_law Example]&lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#Wikipedia_Court_Case Example Markup]&lt;br /&gt;
&lt;br /&gt;
* title&lt;br /&gt;
* case number &lt;br /&gt;
** ''note that legal standards for referring to cases include some inscrutable abbreviations that are probably more detailed than just &amp;quot;case number&amp;quot;''&lt;br /&gt;
* court name&lt;br /&gt;
* year&lt;br /&gt;
* description/abstract&lt;br /&gt;
&lt;br /&gt;
===== U.S. Law =====&lt;br /&gt;
[http://en.wikipedia.org/wiki/Foreign_Intelligence_Surveillance_Act#endnote_FISA Example]&lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#Wikipedia_US_Law Example Markup]&lt;br /&gt;
&lt;br /&gt;
* title (title number, for example &amp;quot;50&amp;quot; in &amp;quot;50 U.S.C. chapter 36.&amp;quot;&lt;br /&gt;
* chapter title (name, for example &amp;quot;Foreign Intelligence Surveillance&amp;quot; )&lt;br /&gt;
* chapter number&lt;br /&gt;
* section, paragraph, subparagraph numbers (optionally)&lt;br /&gt;
&lt;br /&gt;
===== Conference presentations ===== &lt;br /&gt;
[http://en.wikipedia.org/wiki/Paul_R._Pillar#Conference_presentation_by_Pillar Example]&lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#Wikipedia_Conference_Presentation Example Markup]&lt;br /&gt;
&lt;br /&gt;
* title&lt;br /&gt;
* location&lt;br /&gt;
* date&lt;br /&gt;
* author (implied - the page is about this person)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===== Historical Sources =====&lt;br /&gt;
[http://en.wikipedia.org/wiki/American_Civil_War#Primary_sources Example]&lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#Wikipedia_Primary_Historical_Source Example Markup]&lt;br /&gt;
&lt;br /&gt;
* source / location&lt;br /&gt;
* title&lt;br /&gt;
* publisher&lt;br /&gt;
* year&lt;br /&gt;
* description&lt;br /&gt;
* url&lt;br /&gt;
&lt;br /&gt;
==== German Wikipedia ====&lt;br /&gt;
* [http://de.wikipedia.org/wiki/Wikipedia:Literatur citing styles]&lt;br /&gt;
&lt;br /&gt;
=== EPrints.org ===&lt;br /&gt;
&lt;br /&gt;
[http://eprints.ecs.soton.ac.uk/12070/ example]&lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#EPrints.org_generated_output example markup]&lt;br /&gt;
&lt;br /&gt;
Based on [http://dublincore.org/documents/dcq-html/ Expressing Dublin Core in HTML/XHTML meta and link elements] and [http://www.ietf.org/rfc/rfc2731.txt rfc2731], Eprints.org uses the following Dublin Core terms in meta tags in the HTML HEAD of each paper's page: &lt;br /&gt;
&lt;br /&gt;
* title&lt;br /&gt;
* creator (author)&lt;br /&gt;
* description (abstract)&lt;br /&gt;
* date&lt;br /&gt;
* type&lt;br /&gt;
* identifier (a url)&lt;br /&gt;
* format &lt;br /&gt;
** a strange syntax for the meta content:&amp;quot;pdf http://eprints.ecs.soton.ac.uk/12070/01/Alani-final.pdf&amp;quot;&amp;quot; for the format term...&lt;br /&gt;
* fulltext &lt;br /&gt;
** this is in a rel-alternate link element. The class is 'fulltext', and the href is the same link as in format, only a valid URL this time.&lt;br /&gt;
&lt;br /&gt;
In the body of the page, they use the following classes, now no longer DC terms:&lt;br /&gt;
*  title&lt;br /&gt;
* authors (a flat list with abbreviated names)&lt;br /&gt;
* year&lt;br /&gt;
* conference&lt;br /&gt;
* conference location&lt;br /&gt;
&lt;br /&gt;
=== Self-Citation Example ===&lt;br /&gt;
[http://cbio.mskcc.org/~hoffmann/lifecycles/olv/index.html One example] of an article that includes a statement &amp;quot;please cite as&amp;quot; (a self-description):&lt;br /&gt;
 &lt;br /&gt;
* title&lt;br /&gt;
* author&lt;br /&gt;
* periodical (journal) title&lt;br /&gt;
* volume&lt;br /&gt;
* issue&lt;br /&gt;
* pages&lt;br /&gt;
* year&lt;br /&gt;
&lt;br /&gt;
=== Citation of an Online Resource ===&lt;br /&gt;
At University of Michigan's [http://www.crlt.umich.edu/publinks/facment_biblio.html  Center for Research on Learning and Teaching] you see citations like this:&lt;br /&gt;
&lt;br /&gt;
Chief Academic Officers of the Big 12 Universities (2000). Big 12 Faculty Fellowship Program. Retrieved December 20, 2000 from the World Wide Wed: http://www.k-state.edu/provost/academic/big12/big12guide.htm.&lt;br /&gt;
&lt;br /&gt;
* title&lt;br /&gt;
* publication year&lt;br /&gt;
* department/author&lt;br /&gt;
* retrieval date&lt;br /&gt;
* URL&lt;br /&gt;
&lt;br /&gt;
== Implied schema ==&lt;br /&gt;
&lt;br /&gt;
=== List of all properties ===&lt;br /&gt;
This are a summation of all the properties in the examples, I have tried to logically group them together.&lt;br /&gt;
&lt;br /&gt;
* title&lt;br /&gt;
* subtitle&lt;br /&gt;
* author&lt;br /&gt;
* editor&lt;br /&gt;
* translator&lt;br /&gt;
* image&lt;br /&gt;
* date (issued, copyrighted, accessed)&lt;br /&gt;
* language&lt;br /&gt;
* description/Summary/abstract&lt;br /&gt;
* excerpt&lt;br /&gt;
* index terms&lt;br /&gt;
* categories (keywords, tags, labels, etc.)&lt;br /&gt;
&lt;br /&gt;
RELATIONS&lt;br /&gt;
* container (publication; periodicals, books, etc.)&lt;br /&gt;
* collection (series and so forth)&lt;br /&gt;
* event (conference, etc.)&lt;br /&gt;
* original (for republished material)&lt;br /&gt;
&lt;br /&gt;
LOCATION INFORMATION&lt;br /&gt;
* pages&lt;br /&gt;
* volume&lt;br /&gt;
* series title&lt;br /&gt;
* Series&lt;br /&gt;
* edition&lt;br /&gt;
* issue&lt;br /&gt;
* publication&lt;br /&gt;
* journal&lt;br /&gt;
* part (1 of X)&lt;br /&gt;
&lt;br /&gt;
PHYSICAL ATTRIBUTES&lt;br /&gt;
* Specifications (dimentions/weight)&lt;br /&gt;
* Format/type (book, newspaper, proceedings)&lt;br /&gt;
&lt;br /&gt;
IDENTIFIERS&lt;br /&gt;
* ISBN&lt;br /&gt;
* LC Card Number&lt;br /&gt;
* LCC Class&lt;br /&gt;
* Dewey Class&lt;br /&gt;
* URL&lt;br /&gt;
* RFC ID&lt;br /&gt;
* ISO/IEC ID&lt;br /&gt;
* DOI&lt;br /&gt;
* PubMedID&lt;br /&gt;
&lt;br /&gt;
PUBLISHER&lt;br /&gt;
* publisher&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
These are sort of left overs, the are not really about citations, but more about commerce or other things. If they are important we can move them to the above list.&lt;br /&gt;
* refID (HTML @ID)&lt;br /&gt;
* Reviewed (BOOLEAN YES/NO)&lt;br /&gt;
* Availability&lt;br /&gt;
* Price&lt;br /&gt;
* Shipping Weight&lt;br /&gt;
* related&lt;br /&gt;
* Product number (internal system code)&lt;br /&gt;
* BookCode (internal system code)&lt;br /&gt;
* AuthorsNote&lt;br /&gt;
* Additional Information&lt;br /&gt;
* Target Audience&lt;br /&gt;
&lt;br /&gt;
=== Analysis of Examples ===&lt;br /&gt;
With exception of just a few properties, all of the above appeared in atleast two different examples. The following properties were very common in most the example formats:&lt;br /&gt;
* title&lt;br /&gt;
* subtitle&lt;br /&gt;
* author&lt;br /&gt;
* publication date&lt;br /&gt;
* description&lt;br /&gt;
* pages&lt;br /&gt;
* ISBN&lt;br /&gt;
* publisher&lt;br /&gt;
&lt;br /&gt;
== Styles ==&lt;br /&gt;
This does NOT define a format, but instead shows how the format should be displayed. This is something out of the direct scope of this project. CSS styles will handle the look-and-feel of the text, and the author can put it in any order they choose. These links are mentioned for two reasons, one is informative, the other is so we know at least meet the minimum properties that are used in the styles.&lt;br /&gt;
&lt;br /&gt;
* [http://www.liu.edu/cwis/cwp/library/workshop/citmla.htm MLA Style]&lt;br /&gt;
* [http://www.bu.edu/library/guides/citation.html Chicago, MLA, and APA styles]&lt;br /&gt;
* [http://www.english.uiuc.edu/cws/wworkshop/writer_resources/citation_styles/citation_styles.htm Writer's Workshop citation style page] (detailed citation style info)&lt;br /&gt;
* [http://www.legalbluebook.com/ Blue Book] for legal citations&lt;br /&gt;
* [http://www.columbia.edu/cu/cup/cgos/idx_basic.html Columbia University Citation Style] developed for modern internet citations&lt;/div&gt;</summary>
		<author><name>Mike</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=citation-brainstorming&amp;diff=8969</id>
		<title>citation-brainstorming</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=citation-brainstorming&amp;diff=8969"/>
		<updated>2006-09-25T20:34:51Z</updated>

		<summary type="html">&lt;p&gt;Mike: moved section &amp;quot;important&amp;quot; from 'citation-examples' page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h1&amp;gt; Citation Brainstroming &amp;lt;/h1&amp;gt;&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
== Contributors ==&lt;br /&gt;
&lt;br /&gt;
* ...&lt;br /&gt;
* ... (a bunch of good folks!)&lt;br /&gt;
* Tantek Çelik&lt;br /&gt;
* Tim White&lt;br /&gt;
* Michael McCracken&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* [[citation]]&lt;br /&gt;
* [[citation-examples]]&lt;br /&gt;
* [[citation-formats]]&lt;br /&gt;
* [[citation-faq]]&lt;br /&gt;
&lt;br /&gt;
== Use Cases ==&lt;br /&gt;
&lt;br /&gt;
To focus the discussion, please add use cases below that will help show what problems the citation microformat will be solving.&lt;br /&gt;
&lt;br /&gt;
I've included two, focusing on consuming information - I've assumed that use cases for generating microformatted content would just involve the desire to enable your content to be consumed better, but I'm interested to see if there's something I'm missing here -Mike&lt;br /&gt;
&lt;br /&gt;
=== Acquiring reference information from the web ===&lt;br /&gt;
&lt;br /&gt;
A user either finds an author's papers page, or is viewing the results of a search and would like to import the information about the displayed papers into their local reference database, for the purposes of cataloging things they've read, adding notes, and using the information to generate later citations, potentially in other forms, such as BibTeX or Docbook, for inclusion in a publication of their own.&lt;br /&gt;
&lt;br /&gt;
Notes: In this case, it isn't important to the user what format the citation takes as displayed on the page where they find it. What *is* important is that it contains enough information to allow generation of the format they will ultimately re-publish it in. This implies that it may be worthwhile to err a little on the side of verbosity.&lt;br /&gt;
&lt;br /&gt;
Also, links to downloadable full representations of the cited work are very important - e.g. a link to the PDF of a journal article, or to a music file.&lt;br /&gt;
&lt;br /&gt;
=== Subscribing to reading lists, periodicals, etc ===&lt;br /&gt;
&lt;br /&gt;
I would like to be able to leverage my news aggregator with hAtom to subscribe to a remote source for citation information, for example:&lt;br /&gt;
&lt;br /&gt;
* a reading list for a seminar&lt;br /&gt;
* The publication list for a conference (e.g., subscribe to SIGGRAPH and see the updated conference proceedings every year)&lt;br /&gt;
* the issues of a journal&lt;br /&gt;
* a particular research group or researcher's publications&lt;br /&gt;
* Not just research: a popular author's publications (e.g., [http://www.gladwell.com/archive.html Malcolm Gladwell's Archive])&lt;br /&gt;
&lt;br /&gt;
=== Aggregating reading lists and reviews ===&lt;br /&gt;
&lt;br /&gt;
A citation microformat-specific aggregator could provide a decentralized version of [http://citeulike.org/ CiteULike]. Libraries, authors, research groups, and publishers could mark up their collections, while other people on weblogs or review sites could add tags and reviews.&lt;br /&gt;
&lt;br /&gt;
At least, having a well-adopted microformat would make writing tools like CiteULike much better, since it relies in some cases on screen-scraping publisher web-sites.&lt;br /&gt;
&lt;br /&gt;
== Original hBib Discussion ==&lt;br /&gt;
&lt;br /&gt;
During the WWW2005 Developer's Day [[microformats]] track, Rohit Khare gave a [[presentations|presentation]] where he discussed the microformats [[process]], and then did  a quick demonstration wherein a bunch of us got on a shared Subethaedit document, and brainstormed some thoughts on what an &amp;quot;hBib&amp;quot; bibliography citation microformat would look like.  Rohit placed the [http://cnlabs.commerce.net/~rohit/hBib%20Discussion.html document on his Commercenet site].&lt;br /&gt;
&lt;br /&gt;
* http://cnlabs.commerce.net/~rohit/hBib%20Discussion.html&lt;br /&gt;
&lt;br /&gt;
''An attempt to summarize and inline the linked document follows. -Mike''&lt;br /&gt;
&lt;br /&gt;
Two major goals were outlined by the group:&lt;br /&gt;
&lt;br /&gt;
* Avoid re-keying references&lt;br /&gt;
* Adapt to new journal styles by changing CSS&lt;br /&gt;
 &lt;br /&gt;
The fundamental problem was discussed in terms of display - the ability to transform XHTML+hBib into the many journal-specific formats. For example, how to display &amp;quot;et.al&amp;quot; when all authors are present in the source, and how to re-order the elements if a style defines a set order of elements that conflicts with the ordering in the source. Using hCard for authors was agreed on, and the beginnings of an example were shown.&lt;br /&gt;
&lt;br /&gt;
== XHTML Structure ==&lt;br /&gt;
With my exprience working X2V and hCa* has taught me what elememts are easy to find and which are not. Since the Citation microformat is very new it is possible to not make a lot of the same errors twice and to make things easier for extracting application to find and imply certain properties.&lt;br /&gt;
&lt;br /&gt;
* There should be some sort of 'root node' that implies all child elements are for the Citation microformat.&lt;br /&gt;
* Since most people will have multiple Citation there should be away to represent each Citation object as a unqiue block independant of another. This is to keep the parse from finding 'author' and applying to all citations. Each citation should be in a container (class=&amp;quot;???&amp;quot;) that scoped from others.&lt;br /&gt;
* Perhaps class=&amp;quot;hcite&amp;quot; with &amp;lt;code&amp;gt;&amp;amp;lt;cite&amp;amp;gt;&amp;lt;/code&amp;gt; recommended as the root element. E.g. &amp;lt;code&amp;gt;&amp;amp;lt;cite class=&amp;quot;hcite&amp;quot;&amp;amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Citation vs. [[media-info]] ==&lt;br /&gt;
&lt;br /&gt;
What distinguishes a cite from say [[media-info]] (e.g. [[media-info-examples]]) is that a cite is a reference to something explicitly external to the current piece of content or document, whereas [[media-info]] describes information about content embedded or inline in the current document.&lt;br /&gt;
&lt;br /&gt;
== Semantic Meaning ==&lt;br /&gt;
One of the guiding priniciple of Microformats is to use the most semantically rich element to describe each node (Point 2 of Semantic XHTML Design Principles: Use the most accurately precise semantic XHTML building block for each object etc). Since we are dealing with HTML and citations, several elements are candidates to be used to enrich the semantic meaning. [http://www.w3.org/TR/REC-html40/struct/text.html CITE, BLOCKQUOTE, Q, A], (are there more?)&lt;br /&gt;
&lt;br /&gt;
The [[citation-brainstorming|Citation Brainstorming Page]] has a few development and ideas about how to give another person credit for a link. Some of the semantic ideas behind their choices of tags can be applied to a full bibliographic type reference. ''Does this sentence make sense only historically? -Mike''&lt;br /&gt;
&lt;br /&gt;
== OCLC's WorldCat for titles == &lt;br /&gt;
Question: what about using something like OCLC's [http://www.oclc.org/worldcat/open/isbnissnlinking/default.htm WorldCat] for linking titles? - Tim White&lt;br /&gt;
&lt;br /&gt;
== This and That ==&lt;br /&gt;
After reading through alot of different citation encoding formats, i noticed that each format was being used in onw of two ways. It was either to describe the Current page (THIS.PAGE) or being used to encode references that point to external resources (THAT.PAGE)&lt;br /&gt;
&lt;br /&gt;
The informatation being encoded was identical for both resources (author, date, name, etc) they just reference different things. For this microformat, i'm not sure if we want to try to solve both problems, or just one? The meta tags in the head element would be the ideal place for information about the THIS.PAGE, but that is not in following with the ideals of microformats where information is human-readable. The THAT.PAGE idea where a list of references is at the end of a document in the form of a bibliography is more inline with the ideals of a microformat where the data is human-readable. That doesn't mean that data about the current document shouldn't be human-readable, so some of the same properties used to reference extermal resources can be used for the current document (THIS.PAGE). To do this a different root item could be used and transforming applications could either extract the citation data about the current page, or information about this page's references.&lt;br /&gt;
&lt;br /&gt;
This is open for discussion, but either way, i believe that the properties used to describe a page will be the same for both THIS and THAT. [http://suda.co.uk/ brian suda]&lt;br /&gt;
&lt;br /&gt;
== More on This and That ==&lt;br /&gt;
&lt;br /&gt;
Citation microformats are being explored as a possibility for citing genealogical information at [http://eatslikeahuman.blogspot.com Dan Lawyer's blog].&lt;br /&gt;
&lt;br /&gt;
This is a case where frequently the citation would refer to (THIS.PAGE), but would have nested within it a reference to (THAT.PAGE), possibly a few levels deep. For instance, a web page might contain data extracted from a microfilm of a census. The citation would need to include information about the web page, information about the microfilm, and information about the census. Genealogical citations are expected to include the repository (where can this book or microfilm be found. Is this the same as ''venue''?). So, at each level the information should contain the repository of the referenced item. A nesting (recursive) mechanism for citation microformats would be useful in this case. Is this the function of the &amp;quot;container&amp;quot; element in the Straw Format?&lt;br /&gt;
&lt;br /&gt;
== Date Formatting ==&lt;br /&gt;
Since microformats are all about re-use and the accepted way to encode Date-Time has been pretty much settled, then this is a good place to start when dealing with all the different date citation types. &lt;br /&gt;
&lt;br /&gt;
These are all the different fields from various citation formats that are of temporal nature:&lt;br /&gt;
 * Date (available | created | dateAccepted | dateCopyrighted | dateSubmitted | issued | modified | valid)&lt;br /&gt;
 * originInfo/dateIssued&lt;br /&gt;
 * originInfo/dateCreated&lt;br /&gt;
 * originInfo/dateCaptured&lt;br /&gt;
 * originInfo/dateOther&lt;br /&gt;
 * month&lt;br /&gt;
 * year&lt;br /&gt;
 * Copyright Year&lt;br /&gt;
 * Date - Generic&lt;br /&gt;
 * Date of Confernce&lt;br /&gt;
 * Date of Publication&lt;br /&gt;
 * Date of update/revisou/issuance of database record&lt;br /&gt;
 * Former Date&lt;br /&gt;
 * Entry Date for Database Record&lt;br /&gt;
 * Database Update&lt;br /&gt;
 * Year of Publication&lt;br /&gt;
&lt;br /&gt;
There are several common properties across several citation domains and will certainly be in the citation microformat, the unique instances will need further consideration, otherwise there could be no end to posiblities. &lt;br /&gt;
&lt;br /&gt;
There are also several properties (year, month, Year of publication) that can be extracted from another source. Therefore, if you only encode a more specific property such as; Date of Publication, you can extract the 'year of publication' from that. Since the date-time format we are modeling after is the ISO date-time format, just the Year portion is an acceptable date. So if you ONLY know the year of publication, the you can form a valid 'Date of Publication' as a microformat (which inturn is a valid 'year of publication') - you milage may vary when it comes to importing into citation applications.&lt;br /&gt;
&lt;br /&gt;
...&lt;br /&gt;
&lt;br /&gt;
It seems to me that these can be collapsed to maybe one or two different date properties.  As far as the specific human readable formatting of the date, that can be chosen per whatever the presentation style guide says, and the [[datetime-design-pattern]] used to simplify the markup. - Tantek&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Tags ==&lt;br /&gt;
Some of the citation formats has a place for 'keywords' or 'generic tags', etc. This might be a good place to re-use the [http://microformats.org/wiki/rel-tag RelTag microformat]. The downside would be that they are then forced to be links, which might be the correct way to mark-up these terms.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== MARC / MODS / Dublin Core ==&lt;br /&gt;
&lt;br /&gt;
The MODS ([http://www.loc.gov/standards/marcxml/Sandburg/sandburgmods.xml example]) and Dublin Core ([http://www.loc.gov/standards/marcxml/Sandburg/sandburgdc.xml example]) transformations of MARC21 may contain some useful ideas.&lt;br /&gt;
&lt;br /&gt;
Here's a first attempt at rewriting the linked examples in XHTML (written in response to a [http://microformats.org/discuss/mail/microformats-discuss/2005-December/002438.html mailing list query about encoding book information with microformats]):&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;book&amp;quot; lang=&amp;quot;en&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;h3 class=&amp;quot;fn&amp;quot;&amp;gt;Arithmetic /&amp;lt;/h3&amp;gt;&lt;br /&gt;
  &amp;lt;p&amp;gt;By &amp;lt;span class=&amp;quot;creator&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Sandburg, Carl&amp;lt;/span&amp;gt;,&lt;br /&gt;
     &amp;lt;span class=&amp;quot;date&amp;quot;&amp;gt;1878-1967&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;,&lt;br /&gt;
     and &amp;lt;span class=&amp;quot;illustrator&amp;quot;&amp;gt;Rand, Ted&amp;lt;/span&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
  &amp;lt;p&amp;gt;Publisher: &amp;lt;span class=&amp;quot;publisher&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Harcourt Brace Jovanovich&amp;lt;/span&amp;gt;,&lt;br /&gt;
     &amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;San Diego&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
  &amp;lt;p&amp;gt;Published: &amp;lt;span class=&amp;quot;issued&amp;quot;&amp;gt;1993&amp;lt;/span&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
  &amp;lt;p class=&amp;quot;description&amp;quot;&amp;gt;A poem about numbers and their characteristics. Features&lt;br /&gt;
     anamorphic, or distorted, drawings which can be restored to normal by viewing&lt;br /&gt;
     from a particular angle or by viewing the image's reflection in the provided&lt;br /&gt;
     Mylar cone.&amp;lt;/p&amp;gt;&lt;br /&gt;
  &amp;lt;p class=&amp;quot;note&amp;quot;&amp;gt;One Mylar sheet included in pocket.&amp;lt;/p&amp;gt;&lt;br /&gt;
  &amp;lt;p&amp;gt;Subjects:&amp;lt;/p&amp;gt;&lt;br /&gt;
  &amp;lt;ul&amp;gt;&lt;br /&gt;
    &amp;lt;li class=&amp;quot;subject&amp;quot;&amp;gt;Arithmetic&amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li class=&amp;quot;subject&amp;quot;&amp;gt;Children's poetry, American.&amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li class=&amp;quot;subject&amp;quot;&amp;gt;Arithmetic&amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li class=&amp;quot;subject&amp;quot;&amp;gt;American poetry&amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li class=&amp;quot;subject&amp;quot;&amp;gt;Visual perception&amp;lt;/li&amp;gt;&lt;br /&gt;
  &amp;lt;/ul&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;
== Basic Citation Stuctures ==&lt;br /&gt;
There are basic structures to any citation, this is an overview of some of the types&lt;br /&gt;
[http://www.users.muohio.edu/darcusb/misc/citations-spec.html http://www.users.muohio.edu/darcusb/misc/citations-spec.html]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Concerns not addressed by existing formats ==&lt;br /&gt;
&lt;br /&gt;
There are some aspects '''NOT adequately''' covered by existing formats. I have addressed this issue on the OpenOffice.org wiki page, too. [see http://wiki.services.openoffice.org/wiki/Bibliographic_Database for an extending discussion, the paragraph on ''Reference Types'']&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
These issues pertain mainly to '''Errata''', '''Comments and Authors Reply''' and '''Article Retractions'''.&lt;br /&gt;
* a bidirectional link could be necessary to implement these features (original article &amp;lt;=&amp;gt; eratum, reply, retraction letter)&lt;br /&gt;
* '''IMPORTANT: Errata'''&lt;br /&gt;
** Erata: one or more Corrections might be posted in various issues of the journal&lt;br /&gt;
** this is usually cited as: Orininal Article Citation Data (Correction available in ''Journal, Issue Nr, Year, Pages'') (repeat for more than one correction)&lt;br /&gt;
** it is possibly never cited alone&lt;br /&gt;
** there should be a link to the original article, while the original article should contain a link to this ''Errata''&lt;br /&gt;
* '''IMPORTANT: Commentary and Author Reply'''&lt;br /&gt;
** similar to Errata, there might be one or more Comments and Author Replys; this should be stored, too&lt;br /&gt;
** however, it is usually not included in the original citation&lt;br /&gt;
** it might be used however in a citation, but I do not know exaclty how to cite it optimally (original article should be provided as well) &lt;br /&gt;
* '''IMPORTANT: Article Retraction'''&lt;br /&gt;
** an article may be retracted because of plagiarism or some other flaw&lt;br /&gt;
** this should not be used any further in the research&lt;br /&gt;
** however, it might be used e.g. for an article on plagiarism or flawed research&lt;br /&gt;
** there should be therefore one field storing this information, too, and a link to:&lt;br /&gt;
** the published withdrawal letter (which explains why the article was retracted)&lt;br /&gt;
&lt;br /&gt;
* this issue may need a time-controlled event&lt;br /&gt;
* '''IMPORTANT: electronic publishing ahead of print (EPUB)'''&lt;br /&gt;
** more and more articles are initially posted online, before the published article gets actually printed&lt;br /&gt;
** How should this be used/cited?&lt;br /&gt;
** Is this changed, after the print version becomes available?&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Outstanding Issues ==&lt;br /&gt;
The 3 main points i (Brian) came across so far are:&lt;br /&gt;
1) IDENTIFIERS&lt;br /&gt;
2) FORMAT TYPES&lt;br /&gt;
3) NESTING&lt;br /&gt;
&lt;br /&gt;
1) In hCard/hCalendar there is a UID field. Added with URL it makes for a great unique identifier. There are loads of other identifers besides URL, ISBN, LOC call number, SKU, ISSN, etc. Many of these are unique in their domain, but not globally unique. So how to they get marked-up? Much like the hCard TEL/ADR properties, we can use something like:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;uid&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;type&amp;quot;&amp;gt;ISBN&amp;lt;/span&amp;gt;: &amp;lt;span&lt;br /&gt;
class=&amp;quot;value&amp;quot;&amp;gt;123456&amp;lt;/span&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
This makes the encoding the most extensible... if we start use class=&amp;quot;isbn&amp;quot; then it is an enumerated list, with class=&amp;quot;type&amp;quot; it is open ended.&lt;br /&gt;
&lt;br /&gt;
2) I keep mis-using &amp;quot;format&amp;quot;, format is the medium - hardback, softback. The TYPE (there probably is a better word - container?) is book, article, conference, manifesto, etc. Much like the identifers we can make an enumerated list of values, class=&amp;quot;book&amp;quot;, class=&amp;quot;article&amp;quot;, but that boxes us in, whereas something like: &amp;lt;span class=&amp;quot;type&amp;quot;&amp;gt;article&amp;lt;/span&amp;gt; leaves things more open.&lt;br /&gt;
&lt;br /&gt;
3) Nesting citation data in a citation. The ability to nest the same microformat inside itself is something that other microformats don't explicitly handle.&lt;br /&gt;
&lt;br /&gt;
The two options are:&lt;br /&gt;
i) Using class=&amp;quot;book&amp;quot;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;hcite&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;div class=&amp;quot;book&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Book Title&amp;lt;/span&amp;gt;&lt;br /&gt;
  &amp;lt;div class=&amp;quot;chapter&amp;quot;&amp;gt;&lt;br /&gt;
     &amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Chapter Title&amp;lt;/span&amp;gt;&lt;br /&gt;
  &amp;lt;/div&amp;gt;&lt;br /&gt;
 &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&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 makes things easy to nest and to figure out exactly what is&lt;br /&gt;
associated with what, but the downside is that we have enumerated&lt;br /&gt;
lists of values for the class properties.&lt;br /&gt;
&lt;br /&gt;
ii) using the TYPE for book&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;hcite&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;div class=&amp;quot;type&amp;quot;&amp;gt;book&amp;lt;/div&amp;gt;&lt;br /&gt;
 &amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Book Title&amp;lt;/span&amp;gt;&lt;br /&gt;
 &amp;lt;div class=&amp;quot;type&amp;quot;&amp;gt;chapter&amp;lt;/div&amp;gt;&lt;br /&gt;
 &amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Chapter Title&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
now the class=&amp;quot;fn&amp;quot; is not nested inside the class=&amp;quot;book&amp;quot; or&lt;br /&gt;
class=&amp;quot;chapter&amp;quot; so there would have to be some other mechanism to&lt;br /&gt;
associate the data with the type.&lt;br /&gt;
&lt;br /&gt;
== Brian's Straw format ==&lt;br /&gt;
&lt;br /&gt;
=== implied schema (examples) ===&lt;br /&gt;
 + publisher&lt;br /&gt;
 + language&lt;br /&gt;
 + description&lt;br /&gt;
 + title&lt;br /&gt;
 + creator&lt;br /&gt;
 + journal&lt;br /&gt;
 + volume&lt;br /&gt;
 + issue&lt;br /&gt;
 + page &lt;br /&gt;
 + edition&lt;br /&gt;
 + identifier&lt;br /&gt;
 + tags&lt;br /&gt;
 + format&lt;br /&gt;
 + date published&lt;br /&gt;
 + copyright&lt;br /&gt;
 - audience&lt;br /&gt;
&lt;br /&gt;
=== implied schema (formats) ===&lt;br /&gt;
 + publisher&lt;br /&gt;
 + language&lt;br /&gt;
 + description&lt;br /&gt;
 + title&lt;br /&gt;
 + creator&lt;br /&gt;
 + volume&lt;br /&gt;
 + pages&lt;br /&gt;
 + edition&lt;br /&gt;
 + issue&lt;br /&gt;
 + identifier&lt;br /&gt;
 + tags&lt;br /&gt;
 + format&lt;br /&gt;
 + date published&lt;br /&gt;
 + date copyrighted&lt;br /&gt;
 - subtitle&lt;br /&gt;
 - image &lt;br /&gt;
 - excerpt&lt;br /&gt;
 - index terms&lt;br /&gt;
 - series title&lt;br /&gt;
 - publication&lt;br /&gt;
 - journal&lt;br /&gt;
 - part (1 of X)&lt;br /&gt;
&lt;br /&gt;
UNION of the two schemas&lt;br /&gt;
 + (PLUS) means common properties&lt;br /&gt;
 - (MINUS) means unique to the schema&lt;br /&gt;
&lt;br /&gt;
=== Example ===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;ul class=&amp;quot;bibliography&amp;quot;&amp;gt;&lt;br /&gt;
	&amp;lt;li class=&amp;quot;citation&amp;quot; xml:lang=&amp;quot;en-gb&amp;quot;&amp;gt;&lt;br /&gt;
	&lt;br /&gt;
		&amp;lt;!-- publisher data as hCard--&amp;gt;&lt;br /&gt;
		&amp;lt;div class=&amp;quot;publisher vcard&amp;quot;&amp;gt;&lt;br /&gt;
			&amp;lt;span class=&amp;quot;fn org&amp;quot;&amp;gt;ABC Publishing Co.&amp;lt;/span&amp;gt;&lt;br /&gt;
			&amp;lt;span class=&amp;quot;country-name&amp;quot;&amp;gt;United Kingdom&amp;lt;/span&amp;gt;&lt;br /&gt;
			...&lt;br /&gt;
		&amp;lt;/div&amp;gt;&lt;br /&gt;
		&lt;br /&gt;
		&amp;lt;!-- author(s) data as hCard --&amp;gt;&lt;br /&gt;
		&amp;lt;div class=&amp;quot;creator vcard&amp;quot;&amp;gt;&lt;br /&gt;
			&amp;lt;span class=&amp;quot;fn n&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;given-name&amp;quot;&amp;gt;John &amp;lt;span class=&amp;quot;family-name&amp;quot;&amp;gt;Doe&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
			...&lt;br /&gt;
		&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
		&amp;lt;!-- location data --&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;title&amp;quot;&amp;gt;Foobar!&amp;lt;/span&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;description&amp;quot;&amp;gt;World Class Book about foobar&amp;lt;/span&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;volume&amp;quot;&amp;gt;1&amp;lt;/span&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;issue&amp;quot;&amp;gt;1&amp;lt;/span&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;edition&amp;quot;&amp;gt;1&amp;lt;/span&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;pages&amp;quot;&amp;gt;1-10&amp;lt;/span&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;format&amp;quot;&amp;gt;article&amp;lt;/span&amp;gt;&lt;br /&gt;
		&lt;br /&gt;
		&amp;lt;!-- differed to the UID debate --&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;identifier&amp;quot;&amp;gt;12345678&amp;lt;/span&amp;gt;&lt;br /&gt;
		&lt;br /&gt;
		&amp;lt;!-- keywords --&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;keyword&amp;quot;&amp;gt;foo&amp;lt;/span&amp;gt;&lt;br /&gt;
		&amp;lt;span class=&amp;quot;keyword&amp;quot;&amp;gt;bar&amp;lt;/span&amp;gt;&lt;br /&gt;
		&lt;br /&gt;
		&amp;lt;!-- date properties --&amp;gt;&lt;br /&gt;
		Published &amp;lt;abbr class=&amp;quot;dtpublished&amp;quot; title=&amp;quot;20060101&amp;quot;&amp;gt;January 1st 1006&amp;lt;/abbr&amp;gt;&lt;br /&gt;
		Copyright &amp;lt;abbr class=&amp;quot;copyright&amp;quot; title=&amp;quot;20060101&amp;quot;&amp;gt;2006&amp;lt;/abbr&amp;gt;&lt;br /&gt;
	&amp;lt;/li&amp;gt;&lt;br /&gt;
	...&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p class=&amp;quot;citation&amp;quot;&amp;gt;Have you read &amp;lt;span class=&amp;quot;title&amp;quot;&amp;gt;&amp;lt;abbr title=&amp;quot;book&amp;quot; class=&amp;quot;format&amp;quot;&amp;gt;Foo Bar&amp;lt;/abbr&amp;gt;&amp;lt;/span&amp;gt;? &lt;br /&gt;
It was written by &amp;lt;span class=&amp;quot;author vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;John Doe&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;. &lt;br /&gt;
It only came out a &amp;lt;abbr class=&amp;quot;dtpublished&amp;quot; title=&amp;quot;20060101&amp;quot;&amp;gt;few months ago&amp;lt;/abbr&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Note: the &amp;quot;format&amp;quot; property above is incorrect. Format would refer more the physical characteristics of an item, rather than its type or genre (e.g. &amp;quot;article&amp;quot;, &amp;quot;book&amp;quot;, etc.). I'd rather have the main class for the li be &amp;quot;article&amp;quot; in this context, than the fairly meaningless &amp;quot;citation.&amp;quot;  Of course, one could have both, which would be fine too. -- bruce&lt;br /&gt;
&lt;br /&gt;
Note: Could we use ROLE from hCard to identify editors, translators, authors, etc?&lt;br /&gt;
&lt;br /&gt;
'''Comments''' : [[User:Singpolyma|singpolyma]] 08:03, 16 Jun 2006 (PDT) : keywords should be [[rel-tag]], and probably also [[XOXO]] (the same way the citation list is)&lt;br /&gt;
&lt;br /&gt;
== Mike straw format suggestion ==&lt;br /&gt;
&lt;br /&gt;
In the interests of starting debate and having something concrete to fix, I suggest the following structure for a format. It is probably very incomplete and I claim no microformat expertise. I'm just trying to follow existing patterns. Comments and ridicule are both solicited. -Mike&lt;br /&gt;
&lt;br /&gt;
=== In General ===&lt;br /&gt;
&lt;br /&gt;
The ''citation'' format is based on a set of fields common to many bibliographic data formats, which are often implied by standard citation display styles but not explicitly marked up in practice on the web.&lt;br /&gt;
&lt;br /&gt;
=== Schema ===&lt;br /&gt;
&lt;br /&gt;
The citation schema consists of the following:&lt;br /&gt;
&lt;br /&gt;
* cite &lt;br /&gt;
** title: required, text (class = fn)&lt;br /&gt;
** subtitle: optional, text&lt;br /&gt;
** authors: optional, use hCard&lt;br /&gt;
** publication date: optional&lt;br /&gt;
** link(s) to instantiations, optional, url or use rel-enclosure? (class=url)&lt;br /&gt;
** UID, optional (for ISBN, DOI - use existing uid class) | permalink&lt;br /&gt;
** series (aka volume/issuenum) , optional (''not as sure how to handle these - suggestions?'')&lt;br /&gt;
** pages: startpage &amp;amp; endpage, optional, text&lt;br /&gt;
** venue, optional (hCard)&lt;br /&gt;
** publisher, optional (hCard)&lt;br /&gt;
** container: optional (nested hCite)&lt;br /&gt;
** abstract, optional (blockquote + class=&amp;quot;abstract&amp;quot; ?)&lt;br /&gt;
** notes, optional (blockquote + class=&amp;quot;notes&amp;quot; ?)&lt;br /&gt;
** keywords, optional (rel-tag)&lt;br /&gt;
** image, optional (for inclusion inline, unlike the url)&lt;br /&gt;
** copyright, optional (rel-license)&lt;br /&gt;
** ''what else am I missing?''&lt;br /&gt;
*** language, optional&lt;br /&gt;
&lt;br /&gt;
''Looks good, but I question the use of hCard for names. Due to ambiguity issues, requring hCard would lead to extra markup in order to apply just a name, hence [http://microformats.org/discuss/mail/microformats-discuss/2006-March/003487.html the need for a root element]. We should extract the N optimization of hCard like we did with adr, in order to ease this problem.'' --[[User:RCanine|Ryan Cannon]]&lt;br /&gt;
&lt;br /&gt;
Perhaps a Retrieved Date or Access Date would be appropriate for citing online resources. For example at http://www.crlt.umich.edu/publinks/facment_biblio.html &lt;br /&gt;
you see citations like this&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
Chief Academic Officers of the Big 12 Universities (2000). Big 12 Faculty Fellowship Program. Retrieved December 20, 2000 from the World Wide Web: http://www.k-state.edu/provost/academic/big12/big12guide.htm.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
--[[User:JoeAndrieu|Joe Andrieu]]&lt;br /&gt;
&lt;br /&gt;
=== Examples ===&lt;br /&gt;
&lt;br /&gt;
The following are translations into the ''citation'' format.&lt;br /&gt;
&lt;br /&gt;
Note: some of these are just placeholders right now. Please feel free to fill them in!&lt;br /&gt;
&lt;br /&gt;
==== Citing Private Communication ====&lt;br /&gt;
* published-date seems a weird fit, but it works...&lt;br /&gt;
private communication, Michael Jordan, May 2004&lt;br /&gt;
&lt;br /&gt;
Needs a formatted example.&lt;br /&gt;
&lt;br /&gt;
==== Citing Legal Cases ====&lt;br /&gt;
Needs an example. Here's some info I found about citing law:&lt;br /&gt;
&lt;br /&gt;
I'm not a lawyer, so I'm relying on the published [http://www.legalbluebook.com &amp;quot;blue book&amp;quot; standard], at least the only part of it I can get without paying $25. I'd be happy to hear improvements from experts in the field - how do lawyers mark up references to case law in HTML now?&lt;br /&gt;
&lt;br /&gt;
From groklaw.net and eff.org, I find mostly just links to PDFs with the name of the case as the link text. Or just this, from EFF:&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;h1&amp;gt;The Betamax Case&amp;lt;/h1&amp;gt;&lt;br /&gt;
&amp;lt;h2&amp;gt;Sony Corp. of America v. Universal City Studios, 464 U.S. 417 (1984)&amp;lt;/h2&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
From an example at the sample bluepages: http://www.legalbluebook.com/pdfs/bluepages.pdf&lt;br /&gt;
5 basic components:&lt;br /&gt;
*1 name of the case (citation title)&lt;br /&gt;
*2 published source in which case may be found (citation containing publication?)&lt;br /&gt;
*3 a parenthetical indicating the court and year of decision (citation venue?)&lt;br /&gt;
*4 other parenthetical information, if any (citation notes?)&lt;br /&gt;
*5 subsequent history of the case, if any (citation notes?)&lt;br /&gt;
&lt;br /&gt;
Here's two examples from the bluebook. Note that there are very strict rules about abbreviations in that source!&lt;br /&gt;
&lt;br /&gt;
Holland v. Donnelly, 216 F. Supp. 2d 227, 230 (S.D.N.Y. 2002), aff'd, 324 F.3d 99 (2d Cir. 2003).&lt;br /&gt;
&lt;br /&gt;
Green v. Georgia, 442 U.S. 95, 97 (1979) (per curiam) (holding that exclusion of relevant evidence at sentencing hearing constitutes denial of due process).&lt;br /&gt;
&lt;br /&gt;
==== Citing a Book ====&lt;br /&gt;
&lt;br /&gt;
needs an example&lt;br /&gt;
&lt;br /&gt;
==== Citing a journal article ====&lt;br /&gt;
&lt;br /&gt;
needs an example &lt;br /&gt;
&lt;br /&gt;
==== Citing a magazine article ====&lt;br /&gt;
&lt;br /&gt;
needs an example&lt;br /&gt;
&lt;br /&gt;
==== Citing a Patent ====&lt;br /&gt;
&lt;br /&gt;
Patents are often just cited by number. Here's a citation that accomplishes the same thing with some extra information:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;cite class=&amp;quot;citation&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;a class=&amp;quot;fn url&amp;quot; href=&amp;quot;http://patft.uspto.gov/netacgi/nph-Parser?Sect1=PTO2&amp;amp;Sect2=HITOFF&amp;amp;p=1&amp;amp;u=/netahtml/search-bool.html&amp;amp;r=3&amp;amp;f=G&amp;amp;l=50&amp;amp;co1=AND&amp;amp;d=ptxt&amp;amp;s1=tevanian&amp;amp;OS=tevanian&amp;amp;RS=tevanian&amp;quot;&amp;gt;US Patent #6,704,928&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;author vcard&amp;quot;&amp;gt;Richard Shann&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;abbr class=&amp;quot;dtpublished&amp;quot; title=&amp;quot;20000828T0000-0500&amp;quot;&amp;gt;August 28, 2000&amp;lt;/abbr&amp;gt;&lt;br /&gt;
&amp;lt;blockquote class=&amp;quot;abstract&amp;quot;&amp;gt;&lt;br /&gt;
An executable program is prepared from a plurality of object code modules, at least one of the object code modules including section data specifying a plurality of code sequences each associated with relocation instructions identifying condition parameters. Only one of the code sequences is selected for inclusion in the executable program, determined by whether the condition for that parameter is satisfied. A linker for preparing the executable program includes a stack, a relocation module for reading the relocations, carrying out the relocation operations and selecting code sequences for inclusion in the executable program in dependence on values taken from the stack, a section data module for holding section data which is subject to the relocation operations, and a program forming module for preparing executable programs. Also disclosed is a method of assembling an object code module such that the assembled object code module includes the conditional code sequences.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;/cite&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Citing a conference publication====&lt;br /&gt;
&lt;br /&gt;
Based on the following reference, plus some more information from the ACM site and a little of my own input (the tags)&lt;br /&gt;
&lt;br /&gt;
L. Hochstein, J. Carver, F. Shull, S. Asgari, V. Basili, J. K. Hollingsworth, and M. Zelkowitz, “Hpc programmer productivity: A case study of novice hpc programmers,” in Proceedings of ACM/IEEE Supercomputing Conference, 2005.&lt;br /&gt;
&lt;br /&gt;
'''IMPORTANT'''&lt;br /&gt;
* sometimes, the citation must include '''Town/Country''' and '''Precise Date/Date Range''', e.g.&lt;br /&gt;
** ''Bassetti, M.; Righi, E.; Rebesco, B.; Molinari, MP.; Costa, A.; Fasce, R.; Cruciani, M.; Bassetti, D.; Bobbio Pallavicini, F.'' 44th Annual Interscience Conference on Antimicrobial Agents and Chemotherapy (ICAAC). Washington, DC; 2004. Epidemiological trends in nosocomial candidemia in ICU: A five-year Italian perspective.&lt;br /&gt;
** ''Peacock JE, Wade JC, Lazarus HM, et al.'' Ciprofloxacin/piperacillin vs. tobramycin/piperacillin as empiric therapy for fever in neutropenic cancer patients, a randomized, double-blind trial [abstract 373]. In: Program and abstracts of the 37th Interscience Conference on Antimicrob Agents and Chemotherapy (Toronto). Washington, DC: American Society for Microbiology, 1997.&lt;br /&gt;
** ''Gillespie SH, Dickens A.'' Variation in mutation rate of quinolone resistance in Streptococcus pneumoniae [abstract P06-17A]. In: Abstracts of the 3rd International Symposium on Pneumococci and Pneumococcal Disease (Anchorage, 5-9 May 2002).Washington, DC: American Society of Microbiology, 2002.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;cite class=&amp;quot;citation&amp;quot;&amp;gt;&lt;br /&gt;
	&amp;lt;span class=&amp;quot;author vcard&amp;quot;&amp;gt;Lorin Hochstein&amp;lt;/span&amp;gt;,&lt;br /&gt;
	&amp;lt;span class=&amp;quot;author vcard&amp;quot;&amp;gt; Jeff Carver &amp;lt;/span&amp;gt;,&lt;br /&gt;
	&amp;lt;span class=&amp;quot;author vcard&amp;quot;&amp;gt; Forrest Shull &amp;lt;/span&amp;gt;,&lt;br /&gt;
	&amp;lt;span class=&amp;quot;author vcard&amp;quot;&amp;gt; Sima Asgari&amp;lt;/span&amp;gt;,&lt;br /&gt;
	&amp;lt;span class=&amp;quot;author vcard&amp;quot;&amp;gt; Victor Basili&amp;lt;/span&amp;gt;,&lt;br /&gt;
	&amp;lt;span class=&amp;quot;author vcard&amp;quot;&amp;gt; Jeffrey K. Hollingsworth&amp;lt;/span&amp;gt;, and &lt;br /&gt;
	&amp;lt;span class=&amp;quot;author vcard&amp;quot;&amp;gt; Marv Zelkowitz&amp;lt;/span&amp;gt;,&lt;br /&gt;
	&amp;lt;a class=&amp;quot;fn url&amp;quot; href=&amp;quot;http://dx.doi.org/10.1109/SC.2005.53&amp;quot;&amp;gt;HPC Programmer Productivity: A Case Study of Novice HPC Programmers&amp;lt;/a&amp;gt;.&lt;br /&gt;
	&amp;lt;cite class=&amp;quot;container citation&amp;quot;&amp;gt;&lt;br /&gt;
	&amp;lt;a class=&amp;quot;fn url&amp;quot; href=&amp;quot;&amp;quot;&amp;gt;Proceedings of ACM/IEEE Supercomputing Conference&amp;lt;/a&amp;gt;&lt;br /&gt;
	&amp;lt;abbr class=&amp;quot;dtpublished&amp;quot; title=&amp;quot;20051126T0000-0800&amp;quot;&amp;gt;2005&amp;lt;/abbr&amp;gt;&lt;br /&gt;
	&amp;lt;/cite&amp;gt;&lt;br /&gt;
	page &amp;lt;span class=&amp;quot;startpage&amp;quot;&amp;gt;35&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;publisher vcard&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;span class=&amp;quot; fn&amp;quot;&amp;gt;IEEE Computer Society&lt;br /&gt;
   &amp;lt;/span&amp;gt;&lt;br /&gt;
    &amp;lt;div class=&amp;quot;adr&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;Washington&amp;lt;/span&amp;gt;,&lt;br /&gt;
      &amp;lt;span class=&amp;quot;region&amp;quot;&amp;gt;DC&amp;lt;/span&amp;gt;&lt;br /&gt;
    &amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;a class=&amp;quot;url instantiation&amp;quot; href=&amp;quot;http://portal.acm.org/ft_gateway.cfm?id=1105800&amp;amp;type=pdf&amp;amp;coll=portal&amp;amp;dl=ACM&amp;amp;CFID=68330711&amp;amp;CFTOKEN=39187329&amp;quot;&amp;gt;PDF of full text from ACM&amp;lt;/a&amp;gt;&lt;br /&gt;
&lt;br /&gt;
	DOI: &amp;lt;a class=&amp;quot;url uid&amp;quot; href=&amp;quot;http://dx.doi.org/10.1109/SC.2005.53&amp;quot;&amp;gt;10.1109/SC.2005.53&amp;lt;/a&amp;gt;&lt;br /&gt;
        Tags: &amp;lt;a href=&amp;quot;http://citeulike.org/tag/productivity&amp;quot; rel=&amp;quot;tag&amp;quot;&amp;gt;productivity&amp;lt;/a&amp;gt;, &amp;lt;a href=&amp;quot;http://citeulike.org/tag/hpc&amp;quot; rel=&amp;quot;tag&amp;quot;&amp;gt;hpc&amp;lt;/a&amp;gt;, &amp;lt;a href=&amp;quot;http://citeulike.org/tag/performance&amp;quot; rel=&amp;quot;tag&amp;quot;&amp;gt;performance&amp;lt;/a&amp;gt;&lt;br /&gt;
	&amp;lt;blockquote class=&amp;quot;abstract&amp;quot;&amp;gt;In developing High-Performance Computing (HPC) software, time to solution is an important metric. This metric is comprised of two main components: the human effort required developing the software, plus the amount of machine time required to execute it. To date, little empirical work has been done to study the first component: the human effort required and the effects of approaches and practices that may be used to reduce it. In this paper, we describe a series of studies that address this problem. We instrumented the development process used in multiple HPC classroom environments. We analyzed data within and across such studies, varying factors such as the parallel programming model used and the application being developed, to understand their impact on the development process.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
  &amp;lt;/cite&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Citing an external website ====&lt;br /&gt;
&lt;br /&gt;
This is based on a formal citation of a website in the references section of a research paper, but could also be used for in-line links that had added information. Here's the original:&lt;br /&gt;
&lt;br /&gt;
[25] David Stern, &amp;quot;eprint Moderator Model&amp;quot;, http://www.library.yale.edu/scilib/modmodexplain.html  (version dated Jan 25, 1999)&lt;br /&gt;
 &lt;br /&gt;
 &amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;cite class=&amp;quot;citation&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;a class=&amp;quot;fn url&amp;quot; href=&amp;quot;http://www.library.yale.edu/scilib/modmodexplain.html&amp;quot;&amp;gt;eprint Moderator Model&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;author vcard&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;a href=&amp;quot;http://pantheon.yale.edu/~dstern/dsbio.html&amp;quot; class=&amp;quot;url fn&amp;quot;&amp;gt;David Stern&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;/span&amp;gt;  &lt;br /&gt;
&amp;lt;abbr class=&amp;quot;dtpublished&amp;quot; title=&amp;quot;19990125T0000-0500&amp;quot;&amp;gt;&lt;br /&gt;
    Jan 25, 1999&lt;br /&gt;
  &amp;lt;/abbr&amp;gt;&lt;br /&gt;
&amp;lt;/cite&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== discussions ==&lt;br /&gt;
&lt;br /&gt;
* [[citation-irc-notes-2006-04-09]]&lt;/div&gt;</summary>
		<author><name>Mike</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=citation-examples&amp;diff=8807</id>
		<title>citation-examples</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=citation-examples&amp;diff=8807"/>
		<updated>2006-08-31T01:23:29Z</updated>

		<summary type="html">&lt;p&gt;Mike: complete restructuring - no content change, just moved some URLs out of the headings so the TOC was more readable.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h1&amp;gt; Citation Examples &amp;lt;/h1&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The following examples are real world examples of citations found on the web. Please add to this list. The idea is that we get a solid sample of examples and see what commonalities there are amonst them and try to build this microformat so that it can meet 80% of typical uses.&lt;br /&gt;
&lt;br /&gt;
See also:&lt;br /&gt;
* [[citation]]&lt;br /&gt;
* [[citation-formats]]&lt;br /&gt;
* [[citation-brainstorming]]&lt;br /&gt;
* [[citation-faq]]&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
== Contributors ==&lt;br /&gt;
* ...&lt;br /&gt;
* [http://suda.co.uk/ Brian Suda]&lt;br /&gt;
* Tantek Çelik&lt;br /&gt;
* [http://michael-mccracken.net/wp/ Michael McCracken]&lt;br /&gt;
* Tim White&lt;br /&gt;
* [http://inkdroid.org Ed Summers]&lt;br /&gt;
&lt;br /&gt;
== Citation Mark Up in the Wild ==&lt;br /&gt;
Mark up examples from reference publisher's websites (online catalogs), including ABC-CLIO, Greenwood Press, Marshall Cavendish, Oxford University Press (USA) and Thomson Gale. Examples are broken down and organized by element. &lt;br /&gt;
&lt;br /&gt;
(For a cleaner version, see [http://www.tjameswhite.com/citation-examples.htm]) -- ''is this link now out of date?''--[[User:Mike|Mike]] 18:19, 30 Aug 2006 (PDT)&lt;br /&gt;
&lt;br /&gt;
=== ABC-CLIO Product detail page ===&lt;br /&gt;
[http://www.abc-clio.com/products/overview.aspx?productid=109327 example] &lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#ABC-CLIO_Product_detail_page.C2.A0.28http:.2F.2Fwww.abc-clio.com.2Fproducts.2Foverview.aspx.3Fproductid.3D109327.29 Original Markup]&lt;br /&gt;
&lt;br /&gt;
* title&lt;br /&gt;
* subtitle&lt;br /&gt;
* author&lt;br /&gt;
* image&lt;br /&gt;
* publication date&lt;br /&gt;
* pages&lt;br /&gt;
* volumes&lt;br /&gt;
* specifications (book dimentions 8.5x11, weight, etc)&lt;br /&gt;
* Format - (Hardback, softback)&lt;br /&gt;
* Price&lt;br /&gt;
* ISBN&lt;br /&gt;
&lt;br /&gt;
=== Greenwood Press featured book ===&lt;br /&gt;
[http://www.greenwood.com/ greenwood press home page]&lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#Greenwood_Press_home_page.C2.A0.28http:.2F.2Fwww.greenwood.com.2F.29_featured_book Original Markup]&lt;br /&gt;
* title&lt;br /&gt;
* subtitle&lt;br /&gt;
* author&lt;br /&gt;
* ISBN&lt;br /&gt;
* Price&lt;br /&gt;
* Description&lt;br /&gt;
&lt;br /&gt;
=== Greenwood Press product detail page ===&lt;br /&gt;
[http://www.greenwood.com/catalog/GR2847.aspx Product detail page]&lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#Greenwood_Press_Product_detail_page.C2.A0.28http:.2F.2Fwww.greenwood.com.2Fcatalog.2FGR2847.aspx.29 Original Markup]&lt;br /&gt;
&lt;br /&gt;
* Title&lt;br /&gt;
* subtitle&lt;br /&gt;
* authors&lt;br /&gt;
* AuthorsNote&lt;br /&gt;
* BookCode (internal code system)&lt;br /&gt;
* ISBN&lt;br /&gt;
* Page&lt;br /&gt;
* Publisher&lt;br /&gt;
* Publication Date&lt;br /&gt;
* Price&lt;br /&gt;
* Availability&lt;br /&gt;
* MediaType&lt;br /&gt;
* categories&lt;br /&gt;
* LC Card Number&lt;br /&gt;
* LCC Class&lt;br /&gt;
* Dewey Class&lt;br /&gt;
&lt;br /&gt;
=== Marshall Cavendish product page===&lt;br /&gt;
[http://www.marshallcavendish.com/marshallcavendish/academic/redirector.xml?url=/marshallcavendish/academic/catalogue/books/regionalism_n_regional_security/9812102108.xml product page] &lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#Marshall_Cavendish_product_page.C2.A0.28http:.2F.2Fwww.marshallcavendish.com.2Fmarshallcavendish.2Facademic.2Fredirector.xml.3Furl.3D.2Fmarshallcavendish.2Facademic.2Fcatalogue.2Fbooks.2Fregionalism_n_regional_security.2F9812102108.xml.29 Original Markup]&lt;br /&gt;
&lt;br /&gt;
* ISBN&lt;br /&gt;
* Series&lt;br /&gt;
* Title&lt;br /&gt;
* publisher&lt;br /&gt;
* Specifications (dimentions/weight)&lt;br /&gt;
* Authors&lt;br /&gt;
* Target Audience&lt;br /&gt;
* Price&lt;br /&gt;
* description&lt;br /&gt;
&lt;br /&gt;
=== Oxford University Press (USA) home page ===&lt;br /&gt;
[http://www.us.oup.com/us/?view=usa homepage]&lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#Oxford_University_Press_.28USA.29_homepage.C2.A0.28http:.2F.2Fwww.us.oup.com.2Fus.2F.3Fview.3Dusa.29 Original Markup]&lt;br /&gt;
&lt;br /&gt;
* title&lt;br /&gt;
* subTitle&lt;br /&gt;
* edition&lt;br /&gt;
* byline&lt;br /&gt;
* ISBN&lt;br /&gt;
* format - hardback&lt;br /&gt;
* publication Date&lt;br /&gt;
* price&lt;br /&gt;
* description&lt;br /&gt;
* related&lt;br /&gt;
&lt;br /&gt;
=== Oxford University Press (USA) product detail page ===&lt;br /&gt;
 [http://www.us.oup.com/us/catalog/general/subject/HistoryAmerican/ColonialRevolutionary/?view=usa&amp;amp;amp;ci=0195162471#Product_Details Product page]&lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#Oxford_University_Press_.28USA.29_Product_page.C2.A0.28http:.2F.2Fwww.us.oup.com.2Fus.2Fcatalog.2Fgeneral.2Fsubject.2FHistoryAmerican.2FColonialRevolutionary.2F.3Fview.3Dusa.26ci.3D0195162471.23Product_Details.29 Original Markup]&lt;br /&gt;
&lt;br /&gt;
* title&lt;br /&gt;
* subTitle&lt;br /&gt;
* edition&lt;br /&gt;
* byline&lt;br /&gt;
* image&lt;br /&gt;
* isbnNumber&lt;br /&gt;
* format - hardback&lt;br /&gt;
* pages&lt;br /&gt;
* publication Date&lt;br /&gt;
* availability&lt;br /&gt;
* price&lt;br /&gt;
&lt;br /&gt;
=== Thomson Gale product detail page ===&lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#Thomson_Gale_product_detail_page Original Markup]&lt;br /&gt;
&lt;br /&gt;
* title&lt;br /&gt;
* excerp&lt;br /&gt;
* Volume&lt;br /&gt;
* Publisher&lt;br /&gt;
* description&lt;br /&gt;
* Published date&lt;br /&gt;
* ISBN&lt;br /&gt;
* Product number (internal code system)&lt;br /&gt;
* Pages&lt;br /&gt;
* Shipping Weight&lt;br /&gt;
* price&lt;br /&gt;
&lt;br /&gt;
=== RFC vCard Example ===&lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#RFC_vCard_Example Original Markup]&lt;br /&gt;
&lt;br /&gt;
* refID (HTML @ID)&lt;br /&gt;
* title&lt;br /&gt;
* publication&lt;br /&gt;
* title&lt;br /&gt;
* Journal&lt;br /&gt;
* Volume&lt;br /&gt;
* Issue&lt;br /&gt;
* page&lt;br /&gt;
* pubdate&lt;br /&gt;
* RFC ID&lt;br /&gt;
&lt;br /&gt;
=== W3C XHTML Spec Example ===&lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#W3C_XHTML_Spec_Example Original Markup]&lt;br /&gt;
&lt;br /&gt;
* refID (HTML @ID)&lt;br /&gt;
* URL&lt;br /&gt;
* title&lt;br /&gt;
* subtitle&lt;br /&gt;
* part (1 of X)&lt;br /&gt;
* journal&lt;br /&gt;
* authors&lt;br /&gt;
* pubdate&lt;br /&gt;
* language&lt;br /&gt;
* ISO/IEC ID&lt;br /&gt;
* RFC ID&lt;br /&gt;
&lt;br /&gt;
[http://www.w3.org/TR/xhtml1/#refs XHTML1.0 Spec references]&lt;br /&gt;
&lt;br /&gt;
=== CiteProc XHTML Output ===&lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#CiteProc_XHTML_Output Original Markup]&lt;br /&gt;
&lt;br /&gt;
The XHTML output for CiteProc[http://xbiblio.sourceforge.net/citeproc/] wasn't designed per se as a microformat, but is probably not a bad place to start. It is desgined to handle a wide range of content. Here is the APA output:&lt;br /&gt;
&lt;br /&gt;
* refID (HTML @ID)&lt;br /&gt;
* creator&lt;br /&gt;
* role (to indicate editors and translators)&lt;br /&gt;
* date&lt;br /&gt;
* title&lt;br /&gt;
* volume&lt;br /&gt;
* issue&lt;br /&gt;
* page&lt;br /&gt;
* issue&lt;br /&gt;
* container (a book serves as container for a chapter)&lt;br /&gt;
* type (book, newspaper, proceedings)&lt;br /&gt;
* edition&lt;br /&gt;
* publisher&lt;br /&gt;
* place&lt;br /&gt;
* location (for urls and physical locations)&lt;br /&gt;
* access date (for online items)&lt;br /&gt;
&lt;br /&gt;
=== ACM Digital Library Search Result Examples ===&lt;br /&gt;
&lt;br /&gt;
The [http://www.acm.org/dl/ ACM Digital Library] is a heavily used computer science literature database.&lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#ACM_Digital_Library_Search_Result_Examples Original Markup]&lt;br /&gt;
&lt;br /&gt;
* title&lt;br /&gt;
* authors&lt;br /&gt;
* Pages&lt;br /&gt;
* format (PDF)&lt;br /&gt;
* Additional Information&lt;br /&gt;
* abstract&lt;br /&gt;
* index terms&lt;br /&gt;
* journal&lt;br /&gt;
* issue&lt;br /&gt;
* volume&lt;br /&gt;
* pubdate&lt;br /&gt;
* DOI&lt;br /&gt;
&lt;br /&gt;
=== IEEE IEEExplore Search Results Markup ===&lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#IEEE_IEEExplore_Search_Results_Markup Original Markup]&lt;br /&gt;
&lt;br /&gt;
* title&lt;br /&gt;
* authors&lt;br /&gt;
* journal&lt;br /&gt;
* issue&lt;br /&gt;
* volume&lt;br /&gt;
* issue&lt;br /&gt;
* pubdate&lt;br /&gt;
* page&lt;br /&gt;
* Digital Object Identifier (DOI)&lt;br /&gt;
* summary&lt;br /&gt;
&lt;br /&gt;
=== CiteSeer database search results ===&lt;br /&gt;
&lt;br /&gt;
The [http://citeseer.ist.psu.edu CiteSeer] database has been another heavily used Computer Science online resource, and it has minimal markup:&lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#CiteSeer_database_search_results Original Markup]&lt;br /&gt;
&lt;br /&gt;
* author &lt;br /&gt;
* title&lt;br /&gt;
* journal&lt;br /&gt;
* pages &lt;br /&gt;
* publication date&lt;br /&gt;
* URL&lt;br /&gt;
&lt;br /&gt;
=== CiteULike.org citation listing ===&lt;br /&gt;
&lt;br /&gt;
[http://www.citeulike.org/ CiteULike]&lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#CiteULike.org_citation_listing Original Markup]&lt;br /&gt;
&lt;br /&gt;
* title&lt;br /&gt;
* author&lt;br /&gt;
* subjects&lt;br /&gt;
* image&lt;br /&gt;
* Volume&lt;br /&gt;
* Number&lt;br /&gt;
* publication date &lt;br /&gt;
* page&lt;br /&gt;
&lt;br /&gt;
Links to services with the following IDs embedded in the link&lt;br /&gt;
* Z3988&lt;br /&gt;
* DOI&lt;br /&gt;
* Pubmed&lt;br /&gt;
* Hubmed&lt;br /&gt;
&lt;br /&gt;
=== Amazon.com citation info ===&lt;br /&gt;
&lt;br /&gt;
This is from a detail page on Amazon.com for a book.&lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#Amazon.com_citation_info Original Markup]&lt;br /&gt;
&lt;br /&gt;
* title&lt;br /&gt;
* author&lt;br /&gt;
* series title&lt;br /&gt;
* page&lt;br /&gt;
&lt;br /&gt;
=== PubMed Medical Journal Example ===&lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#PubMed_Medical_Journal_Example Original Markup]&lt;br /&gt;
&lt;br /&gt;
* abstract&lt;br /&gt;
* title&lt;br /&gt;
* publisher&lt;br /&gt;
* journal&lt;br /&gt;
* date/time published &lt;br /&gt;
* Review (BOOLEAN YES/NO)&lt;br /&gt;
* PubMedID&lt;br /&gt;
&lt;br /&gt;
=== BibDesk Default Template ===&lt;br /&gt;
[[citation-examples-markup#BibDesk_default_HTML_export_example|Original Markup]]&lt;br /&gt;
&lt;br /&gt;
This is a pretty simplistic template for a very general app, but it seems to be OK for most BD users. &lt;br /&gt;
&lt;br /&gt;
* Title&lt;br /&gt;
* Author&lt;br /&gt;
* Journal&lt;br /&gt;
* Volume&lt;br /&gt;
* Pages&lt;br /&gt;
* Date&lt;br /&gt;
* Url&lt;br /&gt;
* Abstract&lt;br /&gt;
&lt;br /&gt;
=== Wikipedia ===&lt;br /&gt;
[http://wikpedia.org Wikipedia] makes extensive use of bibliographic citations, in particular to point readers to further information sources. There are differing formats depending on Wikipedia's language:&lt;br /&gt;
&lt;br /&gt;
==== English Wikipdia ====&lt;br /&gt;
The kinds of citations used on the site run the full gamut. Here are breakdowns of four categories previously mentioned:&lt;br /&gt;
&lt;br /&gt;
===== Book =====&lt;br /&gt;
[http://en.wikipedia.org/wiki/Richard_feynman#_note-8 Example]&lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#Wikipedia_Book Example Markup]&lt;br /&gt;
&lt;br /&gt;
* title&lt;br /&gt;
* author&lt;br /&gt;
* publisher&lt;br /&gt;
* year&lt;br /&gt;
* ISBN&lt;br /&gt;
* url (indirectly via special wikipedia ISBN page)&lt;br /&gt;
&lt;br /&gt;
===== Journal Articles =====&lt;br /&gt;
[http://en.wikipedia.org/wiki/DNA#Citations Example]&lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#Wikipedia_Journal_Article Example Markup]&lt;br /&gt;
&lt;br /&gt;
* author (truncated list)&lt;br /&gt;
* year&lt;br /&gt;
* title&lt;br /&gt;
* journal title&lt;br /&gt;
* journal number&lt;br /&gt;
* page range&lt;br /&gt;
* [http://doi.org DOI]&lt;br /&gt;
 &lt;br /&gt;
===== Court cases =====&lt;br /&gt;
[http://en.wikipedia.org/wiki/List_of_leading_legal_cases_in_copyright_law Example]&lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#Wikipedia_Court_Case Example Markup]&lt;br /&gt;
&lt;br /&gt;
* title&lt;br /&gt;
* case number &lt;br /&gt;
** ''note that legal standards for referring to cases include some inscrutable abbreviations that are probably more detailed than just &amp;quot;case number&amp;quot;''&lt;br /&gt;
* court name&lt;br /&gt;
* year&lt;br /&gt;
* description/abstract&lt;br /&gt;
&lt;br /&gt;
===== U.S. Law =====&lt;br /&gt;
[http://en.wikipedia.org/wiki/Foreign_Intelligence_Surveillance_Act#endnote_FISA Example]&lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#Wikipedia_US_Law Example Markup]&lt;br /&gt;
&lt;br /&gt;
* title (title number, for example &amp;quot;50&amp;quot; in &amp;quot;50 U.S.C. chapter 36.&amp;quot;&lt;br /&gt;
* chapter title (name, for example &amp;quot;Foreign Intelligence Surveillance&amp;quot; )&lt;br /&gt;
* chapter number&lt;br /&gt;
* section, paragraph, subparagraph numbers (optionally)&lt;br /&gt;
&lt;br /&gt;
===== Conference presentations ===== &lt;br /&gt;
[http://en.wikipedia.org/wiki/Paul_R._Pillar#Conference_presentation_by_Pillar Example]&lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#Wikipedia_Conference_Presentation Example Markup]&lt;br /&gt;
&lt;br /&gt;
* title&lt;br /&gt;
* location&lt;br /&gt;
* date&lt;br /&gt;
* author (implied - the page is about this person)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===== Historical Sources =====&lt;br /&gt;
[http://en.wikipedia.org/wiki/American_Civil_War#Primary_sources Example]&lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#Wikipedia_Primary_Historical_Source Example Markup]&lt;br /&gt;
&lt;br /&gt;
* source / location&lt;br /&gt;
* title&lt;br /&gt;
* publisher&lt;br /&gt;
* year&lt;br /&gt;
* description&lt;br /&gt;
* url&lt;br /&gt;
&lt;br /&gt;
==== German Wikipedia ====&lt;br /&gt;
* [http://de.wikipedia.org/wiki/Wikipedia:Literatur citing styles]&lt;br /&gt;
&lt;br /&gt;
=== EPrints.org ===&lt;br /&gt;
&lt;br /&gt;
[http://eprints.ecs.soton.ac.uk/12070/ example]&lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#EPrints.org_generated_output example markup]&lt;br /&gt;
&lt;br /&gt;
Based on [http://dublincore.org/documents/dcq-html/ Expressing Dublin Core in HTML/XHTML meta and link elements] and [http://www.ietf.org/rfc/rfc2731.txt rfc2731], Eprints.org uses the following Dublin Core terms in meta tags in the HTML HEAD of each paper's page: &lt;br /&gt;
&lt;br /&gt;
* title&lt;br /&gt;
* creator (author)&lt;br /&gt;
* description (abstract)&lt;br /&gt;
* date&lt;br /&gt;
* type&lt;br /&gt;
* identifier (a url)&lt;br /&gt;
* format &lt;br /&gt;
** a strange syntax for the meta content:&amp;quot;pdf http://eprints.ecs.soton.ac.uk/12070/01/Alani-final.pdf&amp;quot;&amp;quot; for the format term...&lt;br /&gt;
* fulltext &lt;br /&gt;
** this is in a rel-alternate link element. The class is 'fulltext', and the href is the same link as in format, only a valid URL this time.&lt;br /&gt;
&lt;br /&gt;
In the body of the page, they use the following classes, now no longer DC terms:&lt;br /&gt;
*  title&lt;br /&gt;
* authors (a flat list with abbreviated names)&lt;br /&gt;
* year&lt;br /&gt;
* conference&lt;br /&gt;
* conference location&lt;br /&gt;
&lt;br /&gt;
=== Self-Citation Example ===&lt;br /&gt;
[http://cbio.mskcc.org/~hoffmann/lifecycles/olv/index.html One example] of an article that includes a statement &amp;quot;please cite as&amp;quot; (a self-description):&lt;br /&gt;
 &lt;br /&gt;
* title&lt;br /&gt;
* author&lt;br /&gt;
* periodical (journal) title&lt;br /&gt;
* volume&lt;br /&gt;
* issue&lt;br /&gt;
* pages&lt;br /&gt;
* year&lt;br /&gt;
&lt;br /&gt;
=== Citation of an Online Resource ===&lt;br /&gt;
At University of Michigan's [http://www.crlt.umich.edu/publinks/facment_biblio.html  Center for Research on Learning and Teaching] you see citations like this:&lt;br /&gt;
&lt;br /&gt;
Chief Academic Officers of the Big 12 Universities (2000). Big 12 Faculty Fellowship Program. Retrieved December 20, 2000 from the World Wide Wed: http://www.k-state.edu/provost/academic/big12/big12guide.htm.&lt;br /&gt;
&lt;br /&gt;
* title&lt;br /&gt;
* publication year&lt;br /&gt;
* department/author&lt;br /&gt;
* retrieval date&lt;br /&gt;
* URL&lt;br /&gt;
&lt;br /&gt;
== Implied schema ==&lt;br /&gt;
&lt;br /&gt;
=== List of all properties ===&lt;br /&gt;
This are a summation of all the properties in the examples, I have tried to logically group them together.&lt;br /&gt;
&lt;br /&gt;
* title&lt;br /&gt;
* subtitle&lt;br /&gt;
* author&lt;br /&gt;
* editor&lt;br /&gt;
* translator&lt;br /&gt;
* image&lt;br /&gt;
* date (issued, copyrighted, accessed)&lt;br /&gt;
* language&lt;br /&gt;
* description/Summary/abstract&lt;br /&gt;
* excerpt&lt;br /&gt;
* index terms&lt;br /&gt;
* categories (keywords, tags, labels, etc.)&lt;br /&gt;
&lt;br /&gt;
RELATIONS&lt;br /&gt;
* container (publication; periodicals, books, etc.)&lt;br /&gt;
* collection (series and so forth)&lt;br /&gt;
* event (conference, etc.)&lt;br /&gt;
* original (for republished material)&lt;br /&gt;
&lt;br /&gt;
LOCATION INFORMATION&lt;br /&gt;
* pages&lt;br /&gt;
* volume&lt;br /&gt;
* series title&lt;br /&gt;
* Series&lt;br /&gt;
* edition&lt;br /&gt;
* issue&lt;br /&gt;
* publication&lt;br /&gt;
* journal&lt;br /&gt;
* part (1 of X)&lt;br /&gt;
&lt;br /&gt;
PHYSICAL ATTRIBUTES&lt;br /&gt;
* Specifications (dimentions/weight)&lt;br /&gt;
* Format/type (book, newspaper, proceedings)&lt;br /&gt;
&lt;br /&gt;
IDENTIFIERS&lt;br /&gt;
* ISBN&lt;br /&gt;
* LC Card Number&lt;br /&gt;
* LCC Class&lt;br /&gt;
* Dewey Class&lt;br /&gt;
* URL&lt;br /&gt;
* RFC ID&lt;br /&gt;
* ISO/IEC ID&lt;br /&gt;
* DOI&lt;br /&gt;
* PubMedID&lt;br /&gt;
&lt;br /&gt;
PUBLISHER&lt;br /&gt;
* publisher&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
These are sort of left overs, the are not really about citations, but more about commerce or other things. If they are important we can move them to the above list.&lt;br /&gt;
* refID (HTML @ID)&lt;br /&gt;
* Reviewed (BOOLEAN YES/NO)&lt;br /&gt;
* Availability&lt;br /&gt;
* Price&lt;br /&gt;
* Shipping Weight&lt;br /&gt;
* related&lt;br /&gt;
* Product number (internal system code)&lt;br /&gt;
* BookCode (internal system code)&lt;br /&gt;
* AuthorsNote&lt;br /&gt;
* Additional Information&lt;br /&gt;
* Target Audience&lt;br /&gt;
&lt;br /&gt;
=== Analysis of Examples ===&lt;br /&gt;
With exception of just a few properties, all of the above appeared in atleast two different examples. The following properties were very common in most the example formats:&lt;br /&gt;
* title&lt;br /&gt;
* subtitle&lt;br /&gt;
* author&lt;br /&gt;
* publication date&lt;br /&gt;
* description&lt;br /&gt;
* pages&lt;br /&gt;
* ISBN&lt;br /&gt;
* publisher&lt;br /&gt;
&lt;br /&gt;
== Styles ==&lt;br /&gt;
This does NOT define a format, but instead shows how the format should be displayed. This is something out of the direct scope of this project. CSS styles will handle the look-and-feel of the text, and the author can put it in any order they choose. These links are mentioned for two reasons, one is informative, the other is so we know at least meet the minimum properties that are used in the styles.&lt;br /&gt;
&lt;br /&gt;
* [http://www.liu.edu/cwis/cwp/library/workshop/citmla.htm MLA Style]&lt;br /&gt;
* [http://www.bu.edu/library/guides/citation.html Chicago, MLA, and APA styles]&lt;br /&gt;
* [http://www.english.uiuc.edu/cws/wworkshop/writer_resources/citation_styles/citation_styles.htm Writer's Workshop citation style page] (detailed citation style info)&lt;br /&gt;
* [http://www.legalbluebook.com/ Blue Book] for legal citations&lt;br /&gt;
* [http://www.columbia.edu/cu/cup/cgos/idx_basic.html Columbia University Citation Style] developed for modern internet citations&lt;/div&gt;</summary>
		<author><name>Mike</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=citation-examples&amp;diff=8334</id>
		<title>citation-examples</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=citation-examples&amp;diff=8334"/>
		<updated>2006-08-31T01:21:44Z</updated>

		<summary type="html">&lt;p&gt;Mike: /* Citation Mark Up in the Wild */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h1&amp;gt; Citation Examples &amp;lt;/h1&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The following examples are real world examples of citations found on the web. Please add to this list. The idea is that we get a solid sample of examples and see what commonalities there are amonst them and try to build this microformat so that it can meet 80% of typical uses.&lt;br /&gt;
&lt;br /&gt;
See also:&lt;br /&gt;
* [[citation]]&lt;br /&gt;
* [[citation-formats]]&lt;br /&gt;
* [[citation-brainstorming]]&lt;br /&gt;
* [[citation-faq]]&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
== Contributors ==&lt;br /&gt;
* ...&lt;br /&gt;
* [http://suda.co.uk/ Brian Suda]&lt;br /&gt;
* Tantek Çelik&lt;br /&gt;
* [http://michael-mccracken.net/wp/ Michael McCracken]&lt;br /&gt;
* Tim White&lt;br /&gt;
* [http://inkdroid.org Ed Summers]&lt;br /&gt;
&lt;br /&gt;
== Citation Mark Up in the Wild ==&lt;br /&gt;
Mark up examples from reference publisher's websites (online catalogs), including ABC-CLIO, Greenwood Press, Marshall Cavendish, Oxford University Press (USA) and Thomson Gale. Examples are broken down and organized by element. &lt;br /&gt;
&lt;br /&gt;
(For a cleaner version, see [http://www.tjameswhite.com/citation-examples.htm]) -- ''is this link now out of date?''--[[User:Mike|Mike]] 18:19, 30 Aug 2006 (PDT)&lt;br /&gt;
&lt;br /&gt;
=== ABC-CLIO Product detail page ===&lt;br /&gt;
[http://www.abc-clio.com/products/overview.aspx?productid=109327 example] &lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#ABC-CLIO_Product_detail_page.C2.A0.28http:.2F.2Fwww.abc-clio.com.2Fproducts.2Foverview.aspx.3Fproductid.3D109327.29 Original Markup]&lt;br /&gt;
&lt;br /&gt;
* title&lt;br /&gt;
* subtitle&lt;br /&gt;
* author&lt;br /&gt;
* image&lt;br /&gt;
* publication date&lt;br /&gt;
* pages&lt;br /&gt;
* volumes&lt;br /&gt;
* specifications (book dimentions 8.5x11, weight, etc)&lt;br /&gt;
* Format - (Hardback, softback)&lt;br /&gt;
* Price&lt;br /&gt;
* ISBN&lt;br /&gt;
&lt;br /&gt;
=== Greenwood Press featured book ===&lt;br /&gt;
[http://www.greenwood.com/ greenwood press home page]&lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#Greenwood_Press_home_page.C2.A0.28http:.2F.2Fwww.greenwood.com.2F.29_featured_book Original Markup]&lt;br /&gt;
* title&lt;br /&gt;
* subtitle&lt;br /&gt;
* author&lt;br /&gt;
* ISBN&lt;br /&gt;
* Price&lt;br /&gt;
* Description&lt;br /&gt;
&lt;br /&gt;
=== Greenwood Press product detail page ===&lt;br /&gt;
[http://www.greenwood.com/catalog/GR2847.aspx Product detail page]&lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#Greenwood_Press_Product_detail_page.C2.A0.28http:.2F.2Fwww.greenwood.com.2Fcatalog.2FGR2847.aspx.29 Original Markup]&lt;br /&gt;
&lt;br /&gt;
* Title&lt;br /&gt;
* subtitle&lt;br /&gt;
* authors&lt;br /&gt;
* AuthorsNote&lt;br /&gt;
* BookCode (internal code system)&lt;br /&gt;
* ISBN&lt;br /&gt;
* Page&lt;br /&gt;
* Publisher&lt;br /&gt;
* Publication Date&lt;br /&gt;
* Price&lt;br /&gt;
* Availability&lt;br /&gt;
* MediaType&lt;br /&gt;
* categories&lt;br /&gt;
* LC Card Number&lt;br /&gt;
* LCC Class&lt;br /&gt;
* Dewey Class&lt;br /&gt;
&lt;br /&gt;
=== Marshall Cavendish product page===&lt;br /&gt;
[http://www.marshallcavendish.com/marshallcavendish/academic/redirector.xml?url=/marshallcavendish/academic/catalogue/books/regionalism_n_regional_security/9812102108.xml product page] &lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#Marshall_Cavendish_product_page.C2.A0.28http:.2F.2Fwww.marshallcavendish.com.2Fmarshallcavendish.2Facademic.2Fredirector.xml.3Furl.3D.2Fmarshallcavendish.2Facademic.2Fcatalogue.2Fbooks.2Fregionalism_n_regional_security.2F9812102108.xml.29 Original Markup]&lt;br /&gt;
&lt;br /&gt;
* ISBN&lt;br /&gt;
* Series&lt;br /&gt;
* Title&lt;br /&gt;
* publisher&lt;br /&gt;
* Specifications (dimentions/weight)&lt;br /&gt;
* Authors&lt;br /&gt;
* Target Audience&lt;br /&gt;
* Price&lt;br /&gt;
* description&lt;br /&gt;
&lt;br /&gt;
=== Oxford University Press (USA) home page ===&lt;br /&gt;
[http://www.us.oup.com/us/?view=usa homepage]&lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#Oxford_University_Press_.28USA.29_homepage.C2.A0.28http:.2F.2Fwww.us.oup.com.2Fus.2F.3Fview.3Dusa.29 Original Markup]&lt;br /&gt;
&lt;br /&gt;
* title&lt;br /&gt;
* subTitle&lt;br /&gt;
* edition&lt;br /&gt;
* byline&lt;br /&gt;
* ISBN&lt;br /&gt;
* format - hardback&lt;br /&gt;
* publication Date&lt;br /&gt;
* price&lt;br /&gt;
* description&lt;br /&gt;
* related&lt;br /&gt;
&lt;br /&gt;
=== Oxford University Press (USA) product detail page ===&lt;br /&gt;
 [http://www.us.oup.com/us/catalog/general/subject/HistoryAmerican/ColonialRevolutionary/?view=usa&amp;amp;amp;ci=0195162471#Product_Details Product page]&lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#Oxford_University_Press_.28USA.29_Product_page.C2.A0.28http:.2F.2Fwww.us.oup.com.2Fus.2Fcatalog.2Fgeneral.2Fsubject.2FHistoryAmerican.2FColonialRevolutionary.2F.3Fview.3Dusa.26ci.3D0195162471.23Product_Details.29 Original Markup]&lt;br /&gt;
&lt;br /&gt;
* title&lt;br /&gt;
* subTitle&lt;br /&gt;
* edition&lt;br /&gt;
* byline&lt;br /&gt;
* image&lt;br /&gt;
* isbnNumber&lt;br /&gt;
* format - hardback&lt;br /&gt;
* pages&lt;br /&gt;
* publication Date&lt;br /&gt;
* availability&lt;br /&gt;
* price&lt;br /&gt;
&lt;br /&gt;
=== Thomson Gale product detail page ===&lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#Thomson_Gale_product_detail_page Original Markup]&lt;br /&gt;
&lt;br /&gt;
* title&lt;br /&gt;
* excerp&lt;br /&gt;
* Volume&lt;br /&gt;
* Publisher&lt;br /&gt;
* description&lt;br /&gt;
* Published date&lt;br /&gt;
* ISBN&lt;br /&gt;
* Product number (internal code system)&lt;br /&gt;
* Pages&lt;br /&gt;
* Shipping Weight&lt;br /&gt;
* price&lt;br /&gt;
&lt;br /&gt;
=== RFC vCard Example ===&lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#RFC_vCard_Example Original Markup]&lt;br /&gt;
&lt;br /&gt;
* refID (HTML @ID)&lt;br /&gt;
* title&lt;br /&gt;
* publication&lt;br /&gt;
* title&lt;br /&gt;
* Journal&lt;br /&gt;
* Volume&lt;br /&gt;
* Issue&lt;br /&gt;
* page&lt;br /&gt;
* pubdate&lt;br /&gt;
* RFC ID&lt;br /&gt;
&lt;br /&gt;
=== W3C XHTML Spec Example ===&lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#W3C_XHTML_Spec_Example Original Markup]&lt;br /&gt;
&lt;br /&gt;
* refID (HTML @ID)&lt;br /&gt;
* URL&lt;br /&gt;
* title&lt;br /&gt;
* subtitle&lt;br /&gt;
* part (1 of X)&lt;br /&gt;
* journal&lt;br /&gt;
* authors&lt;br /&gt;
* pubdate&lt;br /&gt;
* language&lt;br /&gt;
* ISO/IEC ID&lt;br /&gt;
* RFC ID&lt;br /&gt;
&lt;br /&gt;
[http://www.w3.org/TR/xhtml1/#refs XHTML1.0 Spec references]&lt;br /&gt;
&lt;br /&gt;
=== CiteProc XHTML Output ===&lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#CiteProc_XHTML_Output Original Markup]&lt;br /&gt;
&lt;br /&gt;
The XHTML output for CiteProc[http://xbiblio.sourceforge.net/citeproc/] wasn't designed per se as a microformat, but is probably not a bad place to start. It is desgined to handle a wide range of content. Here is the APA output:&lt;br /&gt;
&lt;br /&gt;
* refID (HTML @ID)&lt;br /&gt;
* creator&lt;br /&gt;
* role (to indicate editors and translators)&lt;br /&gt;
* date&lt;br /&gt;
* title&lt;br /&gt;
* volume&lt;br /&gt;
* issue&lt;br /&gt;
* page&lt;br /&gt;
* issue&lt;br /&gt;
* container (a book serves as container for a chapter)&lt;br /&gt;
* type (book, newspaper, proceedings)&lt;br /&gt;
* edition&lt;br /&gt;
* publisher&lt;br /&gt;
* place&lt;br /&gt;
* location (for urls and physical locations)&lt;br /&gt;
* access date (for online items)&lt;br /&gt;
&lt;br /&gt;
=== ACM Digital Library Search Result Examples ===&lt;br /&gt;
&lt;br /&gt;
The [http://www.acm.org/dl/ ACM Digital Library] is a heavily used computer science literature database.&lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#ACM_Digital_Library_Search_Result_Examples Original Markup]&lt;br /&gt;
&lt;br /&gt;
* title&lt;br /&gt;
* authors&lt;br /&gt;
* Pages&lt;br /&gt;
* format (PDF)&lt;br /&gt;
* Additional Information&lt;br /&gt;
* abstract&lt;br /&gt;
* index terms&lt;br /&gt;
* journal&lt;br /&gt;
* issue&lt;br /&gt;
* volume&lt;br /&gt;
* pubdate&lt;br /&gt;
* DOI&lt;br /&gt;
&lt;br /&gt;
=== IEEE IEEExplore Search Results Markup ===&lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#IEEE_IEEExplore_Search_Results_Markup Original Markup]&lt;br /&gt;
&lt;br /&gt;
* title&lt;br /&gt;
* authors&lt;br /&gt;
* journal&lt;br /&gt;
* issue&lt;br /&gt;
* volume&lt;br /&gt;
* issue&lt;br /&gt;
* pubdate&lt;br /&gt;
* page&lt;br /&gt;
* Digital Object Identifier (DOI)&lt;br /&gt;
* summary&lt;br /&gt;
&lt;br /&gt;
=== CiteSeer database search results ===&lt;br /&gt;
&lt;br /&gt;
The [http://citeseer.ist.psu.edu CiteSeer] database has been another heavily used Computer Science online resource, and it has minimal markup:&lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#CiteSeer_database_search_results Original Markup]&lt;br /&gt;
&lt;br /&gt;
* author &lt;br /&gt;
* title&lt;br /&gt;
* journal&lt;br /&gt;
* pages &lt;br /&gt;
* publication date&lt;br /&gt;
* URL&lt;br /&gt;
&lt;br /&gt;
=== CiteULike.org citation listing ===&lt;br /&gt;
&lt;br /&gt;
[http://www.citeulike.org/ CiteULike]&lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#CiteULike.org_citation_listing Original Markup]&lt;br /&gt;
&lt;br /&gt;
* title&lt;br /&gt;
* author&lt;br /&gt;
* subjects&lt;br /&gt;
* image&lt;br /&gt;
* Volume&lt;br /&gt;
* Number&lt;br /&gt;
* publication date &lt;br /&gt;
* page&lt;br /&gt;
&lt;br /&gt;
Links to services with the following IDs embedded in the link&lt;br /&gt;
* Z3988&lt;br /&gt;
* DOI&lt;br /&gt;
* Pubmed&lt;br /&gt;
* Hubmed&lt;br /&gt;
&lt;br /&gt;
=== Amazon.com citation info ===&lt;br /&gt;
&lt;br /&gt;
This is from a detail page on Amazon.com for a book.&lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#Amazon.com_citation_info Original Markup]&lt;br /&gt;
&lt;br /&gt;
* title&lt;br /&gt;
* author&lt;br /&gt;
* series title&lt;br /&gt;
* page&lt;br /&gt;
&lt;br /&gt;
=== PubMed Medical Journal Example ===&lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#PubMed_Medical_Journal_Example Original Markup]&lt;br /&gt;
&lt;br /&gt;
* abstract&lt;br /&gt;
* title&lt;br /&gt;
* publisher&lt;br /&gt;
* journal&lt;br /&gt;
* date/time published &lt;br /&gt;
* Review (BOOLEAN YES/NO)&lt;br /&gt;
* PubMedID&lt;br /&gt;
&lt;br /&gt;
=== BibDesk Default Template ===&lt;br /&gt;
[[citation-examples-markup#BibDesk_default_HTML_export_example|Original Markup]]&lt;br /&gt;
&lt;br /&gt;
This is a pretty simplistic template for a very general app, but it seems to be OK for most BD users. &lt;br /&gt;
&lt;br /&gt;
* Title&lt;br /&gt;
* Author&lt;br /&gt;
* Journal&lt;br /&gt;
* Volume&lt;br /&gt;
* Pages&lt;br /&gt;
* Date&lt;br /&gt;
* Url&lt;br /&gt;
* Abstract&lt;br /&gt;
&lt;br /&gt;
=== Wikipedia ===&lt;br /&gt;
[http://wikpedia.org Wikipedia] makes extensive use of bibliographic citations, in particular to point readers to further information sources. There are differing formats depending on Wikipedia's language:&lt;br /&gt;
&lt;br /&gt;
==== English Wikipdia ====&lt;br /&gt;
The kinds of citations used on the site run the full gamut. Here are breakdowns of four categories previously mentioned:&lt;br /&gt;
&lt;br /&gt;
===== Book =====&lt;br /&gt;
[http://en.wikipedia.org/wiki/Richard_feynman#_note-8 Example]&lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#Wikipedia_Book Example Markup]&lt;br /&gt;
&lt;br /&gt;
* title&lt;br /&gt;
* author&lt;br /&gt;
* publisher&lt;br /&gt;
* year&lt;br /&gt;
* ISBN&lt;br /&gt;
* url (indirectly via special wikipedia ISBN page)&lt;br /&gt;
&lt;br /&gt;
===== Journal Articles =====&lt;br /&gt;
[http://en.wikipedia.org/wiki/DNA#Citations Example]&lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#Wikipedia_Journal_Article Example Markup]&lt;br /&gt;
&lt;br /&gt;
* author (truncated list)&lt;br /&gt;
* year&lt;br /&gt;
* title&lt;br /&gt;
* journal title&lt;br /&gt;
* journal number&lt;br /&gt;
* page range&lt;br /&gt;
* [http://doi.org DOI]&lt;br /&gt;
 &lt;br /&gt;
===== Court cases =====&lt;br /&gt;
[http://en.wikipedia.org/wiki/List_of_leading_legal_cases_in_copyright_law Example]&lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#Wikipedia_Court_Case Example Markup]&lt;br /&gt;
&lt;br /&gt;
* title&lt;br /&gt;
* case number &lt;br /&gt;
** ''note that legal standards for referring to cases include some inscrutable abbreviations that are probably more detailed than just &amp;quot;case number&amp;quot;''&lt;br /&gt;
* court name&lt;br /&gt;
* year&lt;br /&gt;
* description/abstract&lt;br /&gt;
&lt;br /&gt;
===== U.S. Law =====&lt;br /&gt;
[http://en.wikipedia.org/wiki/Foreign_Intelligence_Surveillance_Act#endnote_FISA Example]&lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#Wikipedia_US_Law Example Markup]&lt;br /&gt;
&lt;br /&gt;
* title (title number, for example &amp;quot;50&amp;quot; in &amp;quot;50 U.S.C. chapter 36.&amp;quot;&lt;br /&gt;
* chapter title (name, for example &amp;quot;Foreign Intelligence Surveillance&amp;quot; )&lt;br /&gt;
* chapter number&lt;br /&gt;
* section, paragraph, subparagraph numbers (optionally)&lt;br /&gt;
&lt;br /&gt;
===== Conference presentations ===== &lt;br /&gt;
[http://en.wikipedia.org/wiki/Paul_R._Pillar#Conference_presentation_by_Pillar Example]&lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#Wikipedia_Conference_Presentation Example Markup]&lt;br /&gt;
&lt;br /&gt;
* title&lt;br /&gt;
* location&lt;br /&gt;
* date&lt;br /&gt;
* author (implied - the page is about this person)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===== Historical Sources =====&lt;br /&gt;
[http://en.wikipedia.org/wiki/American_Civil_War#Primary_sources Example]&lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#Wikipedia_Primary_Historical_Source Example Markup]&lt;br /&gt;
&lt;br /&gt;
* source / location&lt;br /&gt;
* title&lt;br /&gt;
* publisher&lt;br /&gt;
* year&lt;br /&gt;
* description&lt;br /&gt;
* url&lt;br /&gt;
&lt;br /&gt;
==== German Wikipedia ====&lt;br /&gt;
* [http://de.wikipedia.org/wiki/Wikipedia:Literatur citing styles]&lt;br /&gt;
&lt;br /&gt;
== EPrints.org ==&lt;br /&gt;
&lt;br /&gt;
[http://eprints.ecs.soton.ac.uk/12070/ example]&lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#EPrints.org_generated_output example markup]&lt;br /&gt;
&lt;br /&gt;
Based on [http://dublincore.org/documents/dcq-html/ Expressing Dublin Core in HTML/XHTML meta and link elements] and [http://www.ietf.org/rfc/rfc2731.txt rfc2731], Eprints.org uses the following Dublin Core terms in meta tags in the HTML HEAD of each paper's page: &lt;br /&gt;
&lt;br /&gt;
* title&lt;br /&gt;
* creator (author)&lt;br /&gt;
* description (abstract)&lt;br /&gt;
* date&lt;br /&gt;
* type&lt;br /&gt;
* identifier (a url)&lt;br /&gt;
* format &lt;br /&gt;
** a strange syntax for the meta content:&amp;quot;pdf http://eprints.ecs.soton.ac.uk/12070/01/Alani-final.pdf&amp;quot;&amp;quot; for the format term...&lt;br /&gt;
* fulltext &lt;br /&gt;
** this is in a rel-alternate link element. The class is 'fulltext', and the href is the same link as in format, only a valid URL this time.&lt;br /&gt;
&lt;br /&gt;
In the body of the page, they use the following classes, now no longer DC terms:&lt;br /&gt;
*  title&lt;br /&gt;
* authors (a flat list with abbreviated names)&lt;br /&gt;
* year&lt;br /&gt;
* conference&lt;br /&gt;
* conference location&lt;br /&gt;
&lt;br /&gt;
== Self-Citation Example ==&lt;br /&gt;
[http://cbio.mskcc.org/~hoffmann/lifecycles/olv/index.html One example] of an article that includes a statement &amp;quot;please cite as&amp;quot; (a self-description):&lt;br /&gt;
 &lt;br /&gt;
* title&lt;br /&gt;
* author&lt;br /&gt;
* periodical (journal) title&lt;br /&gt;
* volume&lt;br /&gt;
* issue&lt;br /&gt;
* pages&lt;br /&gt;
* year&lt;br /&gt;
&lt;br /&gt;
== Citation of an Online Resource ==&lt;br /&gt;
At University of Michigan's [http://www.crlt.umich.edu/publinks/facment_biblio.html  Center for Research on Learning and Teaching] you see citations like this:&lt;br /&gt;
&lt;br /&gt;
Chief Academic Officers of the Big 12 Universities (2000). Big 12 Faculty Fellowship Program. Retrieved December 20, 2000 from the World Wide Wed: http://www.k-state.edu/provost/academic/big12/big12guide.htm.&lt;br /&gt;
&lt;br /&gt;
* title&lt;br /&gt;
* publication year&lt;br /&gt;
* department/author&lt;br /&gt;
* retrieval date&lt;br /&gt;
* URL&lt;br /&gt;
&lt;br /&gt;
== Implied schema ==&lt;br /&gt;
&lt;br /&gt;
=== List of all properties ===&lt;br /&gt;
This are a summation of all the properties in the examples, I have tried to logically group them together.&lt;br /&gt;
&lt;br /&gt;
* title&lt;br /&gt;
* subtitle&lt;br /&gt;
* author&lt;br /&gt;
* editor&lt;br /&gt;
* translator&lt;br /&gt;
* image&lt;br /&gt;
* date (issued, copyrighted, accessed)&lt;br /&gt;
* language&lt;br /&gt;
* description/Summary/abstract&lt;br /&gt;
* excerpt&lt;br /&gt;
* index terms&lt;br /&gt;
* categories (keywords, tags, labels, etc.)&lt;br /&gt;
&lt;br /&gt;
RELATIONS&lt;br /&gt;
* container (publication; periodicals, books, etc.)&lt;br /&gt;
* collection (series and so forth)&lt;br /&gt;
* event (conference, etc.)&lt;br /&gt;
* original (for republished material)&lt;br /&gt;
&lt;br /&gt;
LOCATION INFORMATION&lt;br /&gt;
* pages&lt;br /&gt;
* volume&lt;br /&gt;
* series title&lt;br /&gt;
* Series&lt;br /&gt;
* edition&lt;br /&gt;
* issue&lt;br /&gt;
* publication&lt;br /&gt;
* journal&lt;br /&gt;
* part (1 of X)&lt;br /&gt;
&lt;br /&gt;
PHYSICAL ATTRIBUTES&lt;br /&gt;
* Specifications (dimentions/weight)&lt;br /&gt;
* Format/type (book, newspaper, proceedings)&lt;br /&gt;
&lt;br /&gt;
IDENTIFIERS&lt;br /&gt;
* ISBN&lt;br /&gt;
* LC Card Number&lt;br /&gt;
* LCC Class&lt;br /&gt;
* Dewey Class&lt;br /&gt;
* URL&lt;br /&gt;
* RFC ID&lt;br /&gt;
* ISO/IEC ID&lt;br /&gt;
* DOI&lt;br /&gt;
* PubMedID&lt;br /&gt;
&lt;br /&gt;
PUBLISHER&lt;br /&gt;
* publisher&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
These are sort of left overs, the are not really about citations, but more about commerce or other things. If they are important we can move them to the above list.&lt;br /&gt;
* refID (HTML @ID)&lt;br /&gt;
* Reviewed (BOOLEAN YES/NO)&lt;br /&gt;
* Availability&lt;br /&gt;
* Price&lt;br /&gt;
* Shipping Weight&lt;br /&gt;
* related&lt;br /&gt;
* Product number (internal system code)&lt;br /&gt;
* BookCode (internal system code)&lt;br /&gt;
* AuthorsNote&lt;br /&gt;
* Additional Information&lt;br /&gt;
* Target Audience&lt;br /&gt;
&lt;br /&gt;
=== Analysis of Examples ===&lt;br /&gt;
With exception of just a few properties, all of the above appeared in atleast two different examples. The following properties were very common in most the example formats:&lt;br /&gt;
* title&lt;br /&gt;
* subtitle&lt;br /&gt;
* author&lt;br /&gt;
* publication date&lt;br /&gt;
* description&lt;br /&gt;
* pages&lt;br /&gt;
* ISBN&lt;br /&gt;
* publisher&lt;br /&gt;
&lt;br /&gt;
== Styles ==&lt;br /&gt;
This does NOT define a format, but instead shows how the format should be displayed. This is something out of the direct scope of this project. CSS styles will handle the look-and-feel of the text, and the author can put it in any order they choose. These links are mentioned for two reasons, one is informative, the other is so we know at least meet the minimum properties that are used in the styles.&lt;br /&gt;
&lt;br /&gt;
* [http://www.liu.edu/cwis/cwp/library/workshop/citmla.htm MLA Style]&lt;br /&gt;
* [http://www.bu.edu/library/guides/citation.html Chicago, MLA, and APA styles]&lt;br /&gt;
* [http://www.english.uiuc.edu/cws/wworkshop/writer_resources/citation_styles/citation_styles.htm Writer's Workshop citation style page] (detailed citation style info)&lt;br /&gt;
* [http://www.legalbluebook.com/ Blue Book] for legal citations&lt;br /&gt;
* [http://www.columbia.edu/cu/cup/cgos/idx_basic.html Columbia University Citation Style] developed for modern internet citations&lt;/div&gt;</summary>
		<author><name>Mike</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=citation-examples&amp;diff=8333</id>
		<title>citation-examples</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=citation-examples&amp;diff=8333"/>
		<updated>2006-08-31T01:20:43Z</updated>

		<summary type="html">&lt;p&gt;Mike: continue earlier reformatting to make structure more readable. Sorry about that last no-summary edit&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h1&amp;gt; Citation Examples &amp;lt;/h1&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The following examples are real world examples of citations found on the web. Please add to this list. The idea is that we get a solid sample of examples and see what commonalities there are amonst them and try to build this microformat so that it can meet 80% of typical uses.&lt;br /&gt;
&lt;br /&gt;
See also:&lt;br /&gt;
* [[citation]]&lt;br /&gt;
* [[citation-formats]]&lt;br /&gt;
* [[citation-brainstorming]]&lt;br /&gt;
* [[citation-faq]]&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
== Contributors ==&lt;br /&gt;
* ...&lt;br /&gt;
* [http://suda.co.uk/ Brian Suda]&lt;br /&gt;
* Tantek Çelik&lt;br /&gt;
* [http://michael-mccracken.net/wp/ Michael McCracken]&lt;br /&gt;
* Tim White&lt;br /&gt;
* [http://inkdroid.org Ed Summers]&lt;br /&gt;
&lt;br /&gt;
== Citation Mark Up in the Wild ==&lt;br /&gt;
Mark up examples from reference publisher's websites (online catalogs), including ABC-CLIO, Greenwood Press, Marshall Cavendish, Oxford University Press (USA) and Thomson Gale. Examples are broken down and organized by element. &lt;br /&gt;
&lt;br /&gt;
(For a cleaner version, see [http://www.tjameswhite.com/citation-examples.htm]) -- ''is this link now out of date?''--[[User:Mike|Mike]] 18:19, 30 Aug 2006 (PDT)&lt;br /&gt;
&lt;br /&gt;
=== ABC-CLIO Product detail page ===&lt;br /&gt;
[http://www.abc-clio.com/products/overview.aspx?productid=109327 example] &lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#ABC-CLIO_Product_detail_page.C2.A0.28http:.2F.2Fwww.abc-clio.com.2Fproducts.2Foverview.aspx.3Fproductid.3D109327.29 Original Markup]&lt;br /&gt;
&lt;br /&gt;
* title&lt;br /&gt;
* subtitle&lt;br /&gt;
* author&lt;br /&gt;
* image&lt;br /&gt;
* publication date&lt;br /&gt;
* pages&lt;br /&gt;
* volumes&lt;br /&gt;
* specifications (book dimentions 8.5x11, weight, etc)&lt;br /&gt;
* Format - (Hardback, softback)&lt;br /&gt;
* Price&lt;br /&gt;
* ISBN&lt;br /&gt;
&lt;br /&gt;
=== Greenwood Press featured book ===&lt;br /&gt;
[http://www.greenwood.com/ greenwood press home page]&lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#Greenwood_Press_home_page.C2.A0.28http:.2F.2Fwww.greenwood.com.2F.29_featured_book Original Markup]&lt;br /&gt;
* title&lt;br /&gt;
* subtitle&lt;br /&gt;
* author&lt;br /&gt;
* ISBN&lt;br /&gt;
* Price&lt;br /&gt;
* Description&lt;br /&gt;
&lt;br /&gt;
=== Greenwood Press product detail page ===&lt;br /&gt;
[http://www.greenwood.com/catalog/GR2847.aspx Product detail page]&lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#Greenwood_Press_Product_detail_page.C2.A0.28http:.2F.2Fwww.greenwood.com.2Fcatalog.2FGR2847.aspx.29 Original Markup]&lt;br /&gt;
&lt;br /&gt;
* Title&lt;br /&gt;
* subtitle&lt;br /&gt;
* authors&lt;br /&gt;
* AuthorsNote&lt;br /&gt;
* BookCode (internal code system)&lt;br /&gt;
* ISBN&lt;br /&gt;
* Page&lt;br /&gt;
* Publisher&lt;br /&gt;
* Publication Date&lt;br /&gt;
* Price&lt;br /&gt;
* Availability&lt;br /&gt;
* MediaType&lt;br /&gt;
* categories&lt;br /&gt;
* LC Card Number&lt;br /&gt;
* LCC Class&lt;br /&gt;
* Dewey Class&lt;br /&gt;
&lt;br /&gt;
=== Marshall Cavendish product page===&lt;br /&gt;
[http://www.marshallcavendish.com/marshallcavendish/academic/redirector.xml?url=/marshallcavendish/academic/catalogue/books/regionalism_n_regional_security/9812102108.xml product page] &lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#Marshall_Cavendish_product_page.C2.A0.28http:.2F.2Fwww.marshallcavendish.com.2Fmarshallcavendish.2Facademic.2Fredirector.xml.3Furl.3D.2Fmarshallcavendish.2Facademic.2Fcatalogue.2Fbooks.2Fregionalism_n_regional_security.2F9812102108.xml.29 Original Markup]&lt;br /&gt;
&lt;br /&gt;
* ISBN&lt;br /&gt;
* Series&lt;br /&gt;
* Title&lt;br /&gt;
* publisher&lt;br /&gt;
* Specifications (dimentions/weight)&lt;br /&gt;
* Authors&lt;br /&gt;
* Target Audience&lt;br /&gt;
* Price&lt;br /&gt;
* description&lt;br /&gt;
&lt;br /&gt;
=== Oxford University Press (USA) home page ===&lt;br /&gt;
[http://www.us.oup.com/us/?view=usa homepage]&lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#Oxford_University_Press_.28USA.29_homepage.C2.A0.28http:.2F.2Fwww.us.oup.com.2Fus.2F.3Fview.3Dusa.29 Original Markup]&lt;br /&gt;
&lt;br /&gt;
* title&lt;br /&gt;
* subTitle&lt;br /&gt;
* edition&lt;br /&gt;
* byline&lt;br /&gt;
* ISBN&lt;br /&gt;
* format - hardback&lt;br /&gt;
* publication Date&lt;br /&gt;
* price&lt;br /&gt;
* description&lt;br /&gt;
* related&lt;br /&gt;
&lt;br /&gt;
=== Oxford University Press (USA) product detail page ===&lt;br /&gt;
 [http://www.us.oup.com/us/catalog/general/subject/HistoryAmerican/ColonialRevolutionary/?view=usa&amp;amp;amp;ci=0195162471#Product_Details Product page]&lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#Oxford_University_Press_.28USA.29_Product_page.C2.A0.28http:.2F.2Fwww.us.oup.com.2Fus.2Fcatalog.2Fgeneral.2Fsubject.2FHistoryAmerican.2FColonialRevolutionary.2F.3Fview.3Dusa.26ci.3D0195162471.23Product_Details.29 Original Markup]&lt;br /&gt;
&lt;br /&gt;
* title&lt;br /&gt;
* subTitle&lt;br /&gt;
* edition&lt;br /&gt;
* byline&lt;br /&gt;
* image&lt;br /&gt;
* isbnNumber&lt;br /&gt;
* format - hardback&lt;br /&gt;
* pages&lt;br /&gt;
* publication Date&lt;br /&gt;
* availability&lt;br /&gt;
* price&lt;br /&gt;
&lt;br /&gt;
=== Thomson Gale product detail page ===&lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#Thomson_Gale_product_detail_page Original Markup]&lt;br /&gt;
&lt;br /&gt;
* title&lt;br /&gt;
* excerp&lt;br /&gt;
* Volume&lt;br /&gt;
* Publisher&lt;br /&gt;
* description&lt;br /&gt;
* Published date&lt;br /&gt;
* ISBN&lt;br /&gt;
* Product number (internal code system)&lt;br /&gt;
* Pages&lt;br /&gt;
* Shipping Weight&lt;br /&gt;
* price&lt;br /&gt;
&lt;br /&gt;
=== RFC vCard Example ===&lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#RFC_vCard_Example Original Markup]&lt;br /&gt;
&lt;br /&gt;
* refID (HTML @ID)&lt;br /&gt;
* title&lt;br /&gt;
* publication&lt;br /&gt;
* title&lt;br /&gt;
* Journal&lt;br /&gt;
* Volume&lt;br /&gt;
* Issue&lt;br /&gt;
* page&lt;br /&gt;
* pubdate&lt;br /&gt;
* RFC ID&lt;br /&gt;
&lt;br /&gt;
=== W3C XHTML Spec Example ===&lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#W3C_XHTML_Spec_Example Original Markup]&lt;br /&gt;
&lt;br /&gt;
* refID (HTML @ID)&lt;br /&gt;
* URL&lt;br /&gt;
* title&lt;br /&gt;
* subtitle&lt;br /&gt;
* part (1 of X)&lt;br /&gt;
* journal&lt;br /&gt;
* authors&lt;br /&gt;
* pubdate&lt;br /&gt;
* language&lt;br /&gt;
* ISO/IEC ID&lt;br /&gt;
* RFC ID&lt;br /&gt;
&lt;br /&gt;
[http://www.w3.org/TR/xhtml1/#refs XHTML1.0 Spec references]&lt;br /&gt;
&lt;br /&gt;
=== CiteProc XHTML Output ===&lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#CiteProc_XHTML_Output Original Markup]&lt;br /&gt;
&lt;br /&gt;
The XHTML output for CiteProc[http://xbiblio.sourceforge.net/citeproc/] wasn't designed per se as a microformat, but is probably not a bad place to start. It is desgined to handle a wide range of content. Here is the APA output:&lt;br /&gt;
&lt;br /&gt;
* refID (HTML @ID)&lt;br /&gt;
* creator&lt;br /&gt;
* role (to indicate editors and translators)&lt;br /&gt;
* date&lt;br /&gt;
* title&lt;br /&gt;
* volume&lt;br /&gt;
* issue&lt;br /&gt;
* page&lt;br /&gt;
* issue&lt;br /&gt;
* container (a book serves as container for a chapter)&lt;br /&gt;
* type (book, newspaper, proceedings)&lt;br /&gt;
* edition&lt;br /&gt;
* publisher&lt;br /&gt;
* place&lt;br /&gt;
* location (for urls and physical locations)&lt;br /&gt;
* access date (for online items)&lt;br /&gt;
&lt;br /&gt;
=== ACM Digital Library Search Result Examples ===&lt;br /&gt;
&lt;br /&gt;
The [http://www.acm.org/dl/ ACM Digital Library] is a heavily used computer science literature database.&lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#ACM_Digital_Library_Search_Result_Examples Original Markup]&lt;br /&gt;
&lt;br /&gt;
* title&lt;br /&gt;
* authors&lt;br /&gt;
* Pages&lt;br /&gt;
* format (PDF)&lt;br /&gt;
* Additional Information&lt;br /&gt;
* abstract&lt;br /&gt;
* index terms&lt;br /&gt;
* journal&lt;br /&gt;
* issue&lt;br /&gt;
* volume&lt;br /&gt;
* pubdate&lt;br /&gt;
* DOI&lt;br /&gt;
&lt;br /&gt;
=== IEEE IEEExplore Search Results Markup ===&lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#IEEE_IEEExplore_Search_Results_Markup Original Markup]&lt;br /&gt;
&lt;br /&gt;
* title&lt;br /&gt;
* authors&lt;br /&gt;
* journal&lt;br /&gt;
* issue&lt;br /&gt;
* volume&lt;br /&gt;
* issue&lt;br /&gt;
* pubdate&lt;br /&gt;
* page&lt;br /&gt;
* Digital Object Identifier (DOI)&lt;br /&gt;
* summary&lt;br /&gt;
&lt;br /&gt;
=== CiteSeer database search results ===&lt;br /&gt;
&lt;br /&gt;
The [http://citeseer.ist.psu.edu CiteSeer] database has been another heavily used Computer Science online resource, and it has minimal markup:&lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#CiteSeer_database_search_results Original Markup]&lt;br /&gt;
&lt;br /&gt;
* author &lt;br /&gt;
* title&lt;br /&gt;
* journal&lt;br /&gt;
* pages &lt;br /&gt;
* publication date&lt;br /&gt;
* URL&lt;br /&gt;
&lt;br /&gt;
=== CiteULike.org citation listing ===&lt;br /&gt;
&lt;br /&gt;
[http://www.citeulike.org/ CiteULike]&lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#CiteULike.org_citation_listing Original Markup]&lt;br /&gt;
&lt;br /&gt;
* title&lt;br /&gt;
* author&lt;br /&gt;
* subjects&lt;br /&gt;
* image&lt;br /&gt;
* Volume&lt;br /&gt;
* Number&lt;br /&gt;
* publication date &lt;br /&gt;
* page&lt;br /&gt;
&lt;br /&gt;
Links to services with the following IDs embedded in the link&lt;br /&gt;
* Z3988&lt;br /&gt;
* DOI&lt;br /&gt;
* Pubmed&lt;br /&gt;
* Hubmed&lt;br /&gt;
&lt;br /&gt;
=== Amazon.com citation info ===&lt;br /&gt;
&lt;br /&gt;
This is from a detail page on Amazon.com for a book.&lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#Amazon.com_citation_info Original Markup]&lt;br /&gt;
&lt;br /&gt;
* title&lt;br /&gt;
* author&lt;br /&gt;
* series title&lt;br /&gt;
* page&lt;br /&gt;
&lt;br /&gt;
=== PubMed Medical Journal Example ===&lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#PubMed_Medical_Journal_Example Original Markup]&lt;br /&gt;
&lt;br /&gt;
* abstract&lt;br /&gt;
* title&lt;br /&gt;
* publisher&lt;br /&gt;
* journal&lt;br /&gt;
* date/time published &lt;br /&gt;
* Review (BOOLEAN YES/NO)&lt;br /&gt;
* PubMedID&lt;br /&gt;
&lt;br /&gt;
=== BibDesk Default Template ===&lt;br /&gt;
[[citation-examples-markup#BibDesk_default_HTML_export_example|Original Markup]]&lt;br /&gt;
&lt;br /&gt;
This is a pretty simplistic template for a very general app, but it seems to be OK for most BD users. &lt;br /&gt;
&lt;br /&gt;
* Title&lt;br /&gt;
* Author&lt;br /&gt;
* Journal&lt;br /&gt;
* Volume&lt;br /&gt;
* Pages&lt;br /&gt;
* Date&lt;br /&gt;
* Url&lt;br /&gt;
* Abstract&lt;br /&gt;
&lt;br /&gt;
=== Wikipedia ===&lt;br /&gt;
[http://wikpedia.org Wikipedia] makes extensive use of bibliographic citations, in particular to point readers to further information sources. There are differing formats depending on Wikipedia's language:&lt;br /&gt;
&lt;br /&gt;
==== English Wikipdia ====&lt;br /&gt;
The kinds of citations used on the site run the full gamut. Here are breakdowns of four categories previously mentioned:&lt;br /&gt;
&lt;br /&gt;
===== Book =====&lt;br /&gt;
[http://en.wikipedia.org/wiki/Richard_feynman#_note-8 Example]&lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#Wikipedia_Book Example Markup]&lt;br /&gt;
&lt;br /&gt;
* title&lt;br /&gt;
* author&lt;br /&gt;
* publisher&lt;br /&gt;
* year&lt;br /&gt;
* ISBN&lt;br /&gt;
* url (indirectly via special wikipedia ISBN page)&lt;br /&gt;
&lt;br /&gt;
==== Journal Articles ====&lt;br /&gt;
[http://en.wikipedia.org/wiki/DNA#Citations Example]&lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#Wikipedia_Journal_Article Example Markup]&lt;br /&gt;
&lt;br /&gt;
* author (truncated list)&lt;br /&gt;
* year&lt;br /&gt;
* title&lt;br /&gt;
* journal title&lt;br /&gt;
* journal number&lt;br /&gt;
* page range&lt;br /&gt;
* [http://doi.org DOI]&lt;br /&gt;
 &lt;br /&gt;
==== Court cases ====&lt;br /&gt;
[http://en.wikipedia.org/wiki/List_of_leading_legal_cases_in_copyright_law Example]&lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#Wikipedia_Court_Case Example Markup]&lt;br /&gt;
&lt;br /&gt;
* title&lt;br /&gt;
* case number &lt;br /&gt;
** ''note that legal standards for referring to cases include some inscrutable abbreviations that are probably more detailed than just &amp;quot;case number&amp;quot;''&lt;br /&gt;
* court name&lt;br /&gt;
* year&lt;br /&gt;
* description/abstract&lt;br /&gt;
&lt;br /&gt;
==== U.S. Law ====&lt;br /&gt;
[http://en.wikipedia.org/wiki/Foreign_Intelligence_Surveillance_Act#endnote_FISA Example]&lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#Wikipedia_US_Law Example Markup]&lt;br /&gt;
&lt;br /&gt;
* title (title number, for example &amp;quot;50&amp;quot; in &amp;quot;50 U.S.C. chapter 36.&amp;quot;&lt;br /&gt;
* chapter title (name, for example &amp;quot;Foreign Intelligence Surveillance&amp;quot; )&lt;br /&gt;
* chapter number&lt;br /&gt;
* section, paragraph, subparagraph numbers (optionally)&lt;br /&gt;
&lt;br /&gt;
==== Conference presentations ==== &lt;br /&gt;
[http://en.wikipedia.org/wiki/Paul_R._Pillar#Conference_presentation_by_Pillar Example]&lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#Wikipedia_Conference_Presentation Example Markup]&lt;br /&gt;
&lt;br /&gt;
* title&lt;br /&gt;
* location&lt;br /&gt;
* date&lt;br /&gt;
* author (implied - the page is about this person)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Historical Sources ====&lt;br /&gt;
[http://en.wikipedia.org/wiki/American_Civil_War#Primary_sources Example]&lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#Wikipedia_Primary_Historical_Source Example Markup]&lt;br /&gt;
&lt;br /&gt;
* source / location&lt;br /&gt;
* title&lt;br /&gt;
* publisher&lt;br /&gt;
* year&lt;br /&gt;
* description&lt;br /&gt;
* url&lt;br /&gt;
&lt;br /&gt;
=== German Wikipedia ===&lt;br /&gt;
* [http://de.wikipedia.org/wiki/Wikipedia:Literatur citing styles]&lt;br /&gt;
&lt;br /&gt;
== EPrints.org ==&lt;br /&gt;
&lt;br /&gt;
[http://eprints.ecs.soton.ac.uk/12070/ example]&lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#EPrints.org_generated_output example markup]&lt;br /&gt;
&lt;br /&gt;
Based on [http://dublincore.org/documents/dcq-html/ Expressing Dublin Core in HTML/XHTML meta and link elements] and [http://www.ietf.org/rfc/rfc2731.txt rfc2731], Eprints.org uses the following Dublin Core terms in meta tags in the HTML HEAD of each paper's page: &lt;br /&gt;
&lt;br /&gt;
* title&lt;br /&gt;
* creator (author)&lt;br /&gt;
* description (abstract)&lt;br /&gt;
* date&lt;br /&gt;
* type&lt;br /&gt;
* identifier (a url)&lt;br /&gt;
* format &lt;br /&gt;
** a strange syntax for the meta content:&amp;quot;pdf http://eprints.ecs.soton.ac.uk/12070/01/Alani-final.pdf&amp;quot;&amp;quot; for the format term...&lt;br /&gt;
* fulltext &lt;br /&gt;
** this is in a rel-alternate link element. The class is 'fulltext', and the href is the same link as in format, only a valid URL this time.&lt;br /&gt;
&lt;br /&gt;
In the body of the page, they use the following classes, now no longer DC terms:&lt;br /&gt;
*  title&lt;br /&gt;
* authors (a flat list with abbreviated names)&lt;br /&gt;
* year&lt;br /&gt;
* conference&lt;br /&gt;
* conference location&lt;br /&gt;
&lt;br /&gt;
== Self-Citation Example ==&lt;br /&gt;
[http://cbio.mskcc.org/~hoffmann/lifecycles/olv/index.html One example] of an article that includes a statement &amp;quot;please cite as&amp;quot; (a self-description):&lt;br /&gt;
 &lt;br /&gt;
* title&lt;br /&gt;
* author&lt;br /&gt;
* periodical (journal) title&lt;br /&gt;
* volume&lt;br /&gt;
* issue&lt;br /&gt;
* pages&lt;br /&gt;
* year&lt;br /&gt;
&lt;br /&gt;
== Citation of an Online Resource ==&lt;br /&gt;
At University of Michigan's [http://www.crlt.umich.edu/publinks/facment_biblio.html  Center for Research on Learning and Teaching] you see citations like this:&lt;br /&gt;
&lt;br /&gt;
Chief Academic Officers of the Big 12 Universities (2000). Big 12 Faculty Fellowship Program. Retrieved December 20, 2000 from the World Wide Wed: http://www.k-state.edu/provost/academic/big12/big12guide.htm.&lt;br /&gt;
&lt;br /&gt;
* title&lt;br /&gt;
* publication year&lt;br /&gt;
* department/author&lt;br /&gt;
* retrieval date&lt;br /&gt;
* URL&lt;br /&gt;
&lt;br /&gt;
== Implied schema ==&lt;br /&gt;
&lt;br /&gt;
=== List of all properties ===&lt;br /&gt;
This are a summation of all the properties in the examples, I have tried to logically group them together.&lt;br /&gt;
&lt;br /&gt;
* title&lt;br /&gt;
* subtitle&lt;br /&gt;
* author&lt;br /&gt;
* editor&lt;br /&gt;
* translator&lt;br /&gt;
* image&lt;br /&gt;
* date (issued, copyrighted, accessed)&lt;br /&gt;
* language&lt;br /&gt;
* description/Summary/abstract&lt;br /&gt;
* excerpt&lt;br /&gt;
* index terms&lt;br /&gt;
* categories (keywords, tags, labels, etc.)&lt;br /&gt;
&lt;br /&gt;
RELATIONS&lt;br /&gt;
* container (publication; periodicals, books, etc.)&lt;br /&gt;
* collection (series and so forth)&lt;br /&gt;
* event (conference, etc.)&lt;br /&gt;
* original (for republished material)&lt;br /&gt;
&lt;br /&gt;
LOCATION INFORMATION&lt;br /&gt;
* pages&lt;br /&gt;
* volume&lt;br /&gt;
* series title&lt;br /&gt;
* Series&lt;br /&gt;
* edition&lt;br /&gt;
* issue&lt;br /&gt;
* publication&lt;br /&gt;
* journal&lt;br /&gt;
* part (1 of X)&lt;br /&gt;
&lt;br /&gt;
PHYSICAL ATTRIBUTES&lt;br /&gt;
* Specifications (dimentions/weight)&lt;br /&gt;
* Format/type (book, newspaper, proceedings)&lt;br /&gt;
&lt;br /&gt;
IDENTIFIERS&lt;br /&gt;
* ISBN&lt;br /&gt;
* LC Card Number&lt;br /&gt;
* LCC Class&lt;br /&gt;
* Dewey Class&lt;br /&gt;
* URL&lt;br /&gt;
* RFC ID&lt;br /&gt;
* ISO/IEC ID&lt;br /&gt;
* DOI&lt;br /&gt;
* PubMedID&lt;br /&gt;
&lt;br /&gt;
PUBLISHER&lt;br /&gt;
* publisher&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
These are sort of left overs, the are not really about citations, but more about commerce or other things. If they are important we can move them to the above list.&lt;br /&gt;
* refID (HTML @ID)&lt;br /&gt;
* Reviewed (BOOLEAN YES/NO)&lt;br /&gt;
* Availability&lt;br /&gt;
* Price&lt;br /&gt;
* Shipping Weight&lt;br /&gt;
* related&lt;br /&gt;
* Product number (internal system code)&lt;br /&gt;
* BookCode (internal system code)&lt;br /&gt;
* AuthorsNote&lt;br /&gt;
* Additional Information&lt;br /&gt;
* Target Audience&lt;br /&gt;
&lt;br /&gt;
=== Analysis of Examples ===&lt;br /&gt;
With exception of just a few properties, all of the above appeared in atleast two different examples. The following properties were very common in most the example formats:&lt;br /&gt;
* title&lt;br /&gt;
* subtitle&lt;br /&gt;
* author&lt;br /&gt;
* publication date&lt;br /&gt;
* description&lt;br /&gt;
* pages&lt;br /&gt;
* ISBN&lt;br /&gt;
* publisher&lt;br /&gt;
&lt;br /&gt;
== Styles ==&lt;br /&gt;
This does NOT define a format, but instead shows how the format should be displayed. This is something out of the direct scope of this project. CSS styles will handle the look-and-feel of the text, and the author can put it in any order they choose. These links are mentioned for two reasons, one is informative, the other is so we know at least meet the minimum properties that are used in the styles.&lt;br /&gt;
&lt;br /&gt;
* [http://www.liu.edu/cwis/cwp/library/workshop/citmla.htm MLA Style]&lt;br /&gt;
* [http://www.bu.edu/library/guides/citation.html Chicago, MLA, and APA styles]&lt;br /&gt;
* [http://www.english.uiuc.edu/cws/wworkshop/writer_resources/citation_styles/citation_styles.htm Writer's Workshop citation style page] (detailed citation style info)&lt;br /&gt;
* [http://www.legalbluebook.com/ Blue Book] for legal citations&lt;br /&gt;
* [http://www.columbia.edu/cu/cup/cgos/idx_basic.html Columbia University Citation Style] developed for modern internet citations&lt;/div&gt;</summary>
		<author><name>Mike</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=citation-examples&amp;diff=8332</id>
		<title>citation-examples</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=citation-examples&amp;diff=8332"/>
		<updated>2006-08-31T01:19:25Z</updated>

		<summary type="html">&lt;p&gt;Mike: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h1&amp;gt; Citation Examples &amp;lt;/h1&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The following examples are real world examples of citations found on the web. Please add to this list. The idea is that we get a solid sample of examples and see what commonalities there are amonst them and try to build this microformat so that it can meet 80% of typical uses.&lt;br /&gt;
&lt;br /&gt;
See also:&lt;br /&gt;
* [[citation]]&lt;br /&gt;
* [[citation-formats]]&lt;br /&gt;
* [[citation-brainstorming]]&lt;br /&gt;
* [[citation-faq]]&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
== Contributors ==&lt;br /&gt;
* ...&lt;br /&gt;
* [http://suda.co.uk/ Brian Suda]&lt;br /&gt;
* Tantek Çelik&lt;br /&gt;
* [http://michael-mccracken.net/wp/ Michael McCracken]&lt;br /&gt;
* Tim White&lt;br /&gt;
* [http://inkdroid.org Ed Summers]&lt;br /&gt;
&lt;br /&gt;
== Citation Mark Up in the Wild ==&lt;br /&gt;
Mark up examples from reference publisher's websites (online catalogs), including ABC-CLIO, Greenwood Press, Marshall Cavendish, Oxford University Press (USA) and Thomson Gale. Examples are broken down and organized by element. &lt;br /&gt;
&lt;br /&gt;
(For a cleaner version, see [http://www.tjameswhite.com/citation-examples.htm]) -- ''is this link now out of date?''--[[User:Mike|Mike]] 18:19, 30 Aug 2006 (PDT)&lt;br /&gt;
&lt;br /&gt;
=== ABC-CLIO Product detail page ===&lt;br /&gt;
[http://www.abc-clio.com/products/overview.aspx?productid=109327 example] &lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#ABC-CLIO_Product_detail_page.C2.A0.28http:.2F.2Fwww.abc-clio.com.2Fproducts.2Foverview.aspx.3Fproductid.3D109327.29 Original Markup]&lt;br /&gt;
&lt;br /&gt;
* title&lt;br /&gt;
* subtitle&lt;br /&gt;
* author&lt;br /&gt;
* image&lt;br /&gt;
* publication date&lt;br /&gt;
* pages&lt;br /&gt;
* volumes&lt;br /&gt;
* specifications (book dimentions 8.5x11, weight, etc)&lt;br /&gt;
* Format - (Hardback, softback)&lt;br /&gt;
* Price&lt;br /&gt;
* ISBN&lt;br /&gt;
&lt;br /&gt;
=== Greenwood Press featured book ===&lt;br /&gt;
[http://www.greenwood.com/ greenwood press home page]&lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#Greenwood_Press_home_page.C2.A0.28http:.2F.2Fwww.greenwood.com.2F.29_featured_book Original Markup]&lt;br /&gt;
* title&lt;br /&gt;
* subtitle&lt;br /&gt;
* author&lt;br /&gt;
* ISBN&lt;br /&gt;
* Price&lt;br /&gt;
* Description&lt;br /&gt;
&lt;br /&gt;
=== Greenwood Press product detail page ===&lt;br /&gt;
[http://www.greenwood.com/catalog/GR2847.aspx Product detail page]&lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#Greenwood_Press_Product_detail_page.C2.A0.28http:.2F.2Fwww.greenwood.com.2Fcatalog.2FGR2847.aspx.29 Original Markup]&lt;br /&gt;
&lt;br /&gt;
* Title&lt;br /&gt;
* subtitle&lt;br /&gt;
* authors&lt;br /&gt;
* AuthorsNote&lt;br /&gt;
* BookCode (internal code system)&lt;br /&gt;
* ISBN&lt;br /&gt;
* Page&lt;br /&gt;
* Publisher&lt;br /&gt;
* Publication Date&lt;br /&gt;
* Price&lt;br /&gt;
* Availability&lt;br /&gt;
* MediaType&lt;br /&gt;
* categories&lt;br /&gt;
* LC Card Number&lt;br /&gt;
* LCC Class&lt;br /&gt;
* Dewey Class&lt;br /&gt;
&lt;br /&gt;
=== Marshall Cavendish product page===&lt;br /&gt;
[http://www.marshallcavendish.com/marshallcavendish/academic/redirector.xml?url=/marshallcavendish/academic/catalogue/books/regionalism_n_regional_security/9812102108.xml product page] &lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#Marshall_Cavendish_product_page.C2.A0.28http:.2F.2Fwww.marshallcavendish.com.2Fmarshallcavendish.2Facademic.2Fredirector.xml.3Furl.3D.2Fmarshallcavendish.2Facademic.2Fcatalogue.2Fbooks.2Fregionalism_n_regional_security.2F9812102108.xml.29 Original Markup]&lt;br /&gt;
&lt;br /&gt;
* ISBN&lt;br /&gt;
* Series&lt;br /&gt;
* Title&lt;br /&gt;
* publisher&lt;br /&gt;
* Specifications (dimentions/weight)&lt;br /&gt;
* Authors&lt;br /&gt;
* Target Audience&lt;br /&gt;
* Price&lt;br /&gt;
* description&lt;br /&gt;
&lt;br /&gt;
=== Oxford University Press (USA) home page ===&lt;br /&gt;
[http://www.us.oup.com/us/?view=usa homepage]&lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#Oxford_University_Press_.28USA.29_homepage.C2.A0.28http:.2F.2Fwww.us.oup.com.2Fus.2F.3Fview.3Dusa.29 Original Markup]&lt;br /&gt;
&lt;br /&gt;
* title&lt;br /&gt;
* subTitle&lt;br /&gt;
* edition&lt;br /&gt;
* byline&lt;br /&gt;
* ISBN&lt;br /&gt;
* format - hardback&lt;br /&gt;
* publication Date&lt;br /&gt;
* price&lt;br /&gt;
* description&lt;br /&gt;
* related&lt;br /&gt;
&lt;br /&gt;
=== Oxford University Press (USA) product detail page ===&lt;br /&gt;
 [http://www.us.oup.com/us/catalog/general/subject/HistoryAmerican/ColonialRevolutionary/?view=usa&amp;amp;amp;ci=0195162471#Product_Details Product page]&lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#Oxford_University_Press_.28USA.29_Product_page.C2.A0.28http:.2F.2Fwww.us.oup.com.2Fus.2Fcatalog.2Fgeneral.2Fsubject.2FHistoryAmerican.2FColonialRevolutionary.2F.3Fview.3Dusa.26ci.3D0195162471.23Product_Details.29 Original Markup]&lt;br /&gt;
&lt;br /&gt;
* title&lt;br /&gt;
* subTitle&lt;br /&gt;
* edition&lt;br /&gt;
* byline&lt;br /&gt;
* image&lt;br /&gt;
* isbnNumber&lt;br /&gt;
* format - hardback&lt;br /&gt;
* pages&lt;br /&gt;
* publication Date&lt;br /&gt;
* availability&lt;br /&gt;
* price&lt;br /&gt;
&lt;br /&gt;
=== Thomson Gale product detail page ===&lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#Thomson_Gale_product_detail_page Original Markup]&lt;br /&gt;
&lt;br /&gt;
* title&lt;br /&gt;
* excerp&lt;br /&gt;
* Volume&lt;br /&gt;
* Publisher&lt;br /&gt;
* description&lt;br /&gt;
* Published date&lt;br /&gt;
* ISBN&lt;br /&gt;
* Product number (internal code system)&lt;br /&gt;
* Pages&lt;br /&gt;
* Shipping Weight&lt;br /&gt;
* price&lt;br /&gt;
&lt;br /&gt;
=== RFC vCard Example ===&lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#RFC_vCard_Example Original Markup]&lt;br /&gt;
&lt;br /&gt;
* refID (HTML @ID)&lt;br /&gt;
* title&lt;br /&gt;
* publication&lt;br /&gt;
* title&lt;br /&gt;
* Journal&lt;br /&gt;
* Volume&lt;br /&gt;
* Issue&lt;br /&gt;
* page&lt;br /&gt;
* pubdate&lt;br /&gt;
* RFC ID&lt;br /&gt;
&lt;br /&gt;
=== W3C XHTML Spec Example ===&lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#W3C_XHTML_Spec_Example Original Markup]&lt;br /&gt;
&lt;br /&gt;
* refID (HTML @ID)&lt;br /&gt;
* URL&lt;br /&gt;
* title&lt;br /&gt;
* subtitle&lt;br /&gt;
* part (1 of X)&lt;br /&gt;
* journal&lt;br /&gt;
* authors&lt;br /&gt;
* pubdate&lt;br /&gt;
* language&lt;br /&gt;
* ISO/IEC ID&lt;br /&gt;
* RFC ID&lt;br /&gt;
&lt;br /&gt;
[http://www.w3.org/TR/xhtml1/#refs XHTML1.0 Spec references]&lt;br /&gt;
&lt;br /&gt;
=== CiteProc XHTML Output ===&lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#CiteProc_XHTML_Output Original Markup]&lt;br /&gt;
&lt;br /&gt;
The XHTML output for CiteProc[http://xbiblio.sourceforge.net/citeproc/] wasn't designed per se as a microformat, but is probably not a bad place to start. It is desgined to handle a wide range of content. Here is the APA output:&lt;br /&gt;
&lt;br /&gt;
* refID (HTML @ID)&lt;br /&gt;
* creator&lt;br /&gt;
* role (to indicate editors and translators)&lt;br /&gt;
* date&lt;br /&gt;
* title&lt;br /&gt;
* volume&lt;br /&gt;
* issue&lt;br /&gt;
* page&lt;br /&gt;
* issue&lt;br /&gt;
* container (a book serves as container for a chapter)&lt;br /&gt;
* type (book, newspaper, proceedings)&lt;br /&gt;
* edition&lt;br /&gt;
* publisher&lt;br /&gt;
* place&lt;br /&gt;
* location (for urls and physical locations)&lt;br /&gt;
* access date (for online items)&lt;br /&gt;
&lt;br /&gt;
=== ACM Digital Library Search Result Examples ===&lt;br /&gt;
&lt;br /&gt;
The [http://www.acm.org/dl/ ACM Digital Library] is a heavily used computer science literature database.&lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#ACM_Digital_Library_Search_Result_Examples Original Markup]&lt;br /&gt;
&lt;br /&gt;
* title&lt;br /&gt;
* authors&lt;br /&gt;
* Pages&lt;br /&gt;
* format (PDF)&lt;br /&gt;
* Additional Information&lt;br /&gt;
* abstract&lt;br /&gt;
* index terms&lt;br /&gt;
* journal&lt;br /&gt;
* issue&lt;br /&gt;
* volume&lt;br /&gt;
* pubdate&lt;br /&gt;
* DOI&lt;br /&gt;
&lt;br /&gt;
=== IEEE IEEExplore Search Results Markup ===&lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#IEEE_IEEExplore_Search_Results_Markup Original Markup]&lt;br /&gt;
&lt;br /&gt;
* title&lt;br /&gt;
* authors&lt;br /&gt;
* journal&lt;br /&gt;
* issue&lt;br /&gt;
* volume&lt;br /&gt;
* issue&lt;br /&gt;
* pubdate&lt;br /&gt;
* page&lt;br /&gt;
* Digital Object Identifier (DOI)&lt;br /&gt;
* summary&lt;br /&gt;
&lt;br /&gt;
=== CiteSeer database search results ===&lt;br /&gt;
&lt;br /&gt;
The [http://citeseer.ist.psu.edu CiteSeer] database has been another heavily used Computer Science online resource, and it has minimal markup:&lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#CiteSeer_database_search_results Original Markup]&lt;br /&gt;
&lt;br /&gt;
* author &lt;br /&gt;
* title&lt;br /&gt;
* journal&lt;br /&gt;
* pages &lt;br /&gt;
* publication date&lt;br /&gt;
* URL&lt;br /&gt;
&lt;br /&gt;
=== CiteULike.org citation listing ===&lt;br /&gt;
&lt;br /&gt;
[http://www.citeulike.org/ CiteULike]&lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#CiteULike.org_citation_listing Original Markup]&lt;br /&gt;
&lt;br /&gt;
* title&lt;br /&gt;
* author&lt;br /&gt;
* subjects&lt;br /&gt;
* image&lt;br /&gt;
* Volume&lt;br /&gt;
* Number&lt;br /&gt;
* publication date &lt;br /&gt;
* page&lt;br /&gt;
&lt;br /&gt;
Links to services with the following IDs embedded in the link&lt;br /&gt;
* Z3988&lt;br /&gt;
* DOI&lt;br /&gt;
* Pubmed&lt;br /&gt;
* Hubmed&lt;br /&gt;
&lt;br /&gt;
=== Amazon.com citation info ===&lt;br /&gt;
&lt;br /&gt;
This is from a detail page on Amazon.com for a book.&lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#Amazon.com_citation_info Original Markup]&lt;br /&gt;
&lt;br /&gt;
* title&lt;br /&gt;
* author&lt;br /&gt;
* series title&lt;br /&gt;
* page&lt;br /&gt;
&lt;br /&gt;
== PubMed Medical Journal Example == &lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#PubMed_Medical_Journal_Example Original Markup]&lt;br /&gt;
&lt;br /&gt;
* abstract&lt;br /&gt;
* title&lt;br /&gt;
* publisher&lt;br /&gt;
* journal&lt;br /&gt;
* date/time published &lt;br /&gt;
* Review (BOOLEAN YES/NO)&lt;br /&gt;
* PubMedID&lt;br /&gt;
&lt;br /&gt;
=== BibDesk Default Template ===&lt;br /&gt;
[[citation-examples-markup#BibDesk_default_HTML_export_example|Original Markup]]&lt;br /&gt;
&lt;br /&gt;
This is a pretty simplistic template for a very general app, but it seems to be OK for most BD users. &lt;br /&gt;
&lt;br /&gt;
* Title&lt;br /&gt;
* Author&lt;br /&gt;
* Journal&lt;br /&gt;
* Volume&lt;br /&gt;
* Pages&lt;br /&gt;
* Date&lt;br /&gt;
* Url&lt;br /&gt;
* Abstract&lt;br /&gt;
&lt;br /&gt;
=== Wikipedia ===&lt;br /&gt;
[http://wikpedia.org Wikipedia] makes extensive use of bibliographic citations, in particular to point readers to further information sources. There are differing formats depending on Wikipedia's language:&lt;br /&gt;
&lt;br /&gt;
==== English Wikipdia ====&lt;br /&gt;
The kinds of citations used on the site run the full gamut. Here are breakdowns of four categories previously mentioned:&lt;br /&gt;
&lt;br /&gt;
===== Book =====&lt;br /&gt;
[http://en.wikipedia.org/wiki/Richard_feynman#_note-8 Example]&lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#Wikipedia_Book Example Markup]&lt;br /&gt;
&lt;br /&gt;
* title&lt;br /&gt;
* author&lt;br /&gt;
* publisher&lt;br /&gt;
* year&lt;br /&gt;
* ISBN&lt;br /&gt;
* url (indirectly via special wikipedia ISBN page)&lt;br /&gt;
&lt;br /&gt;
==== Journal Articles ====&lt;br /&gt;
[http://en.wikipedia.org/wiki/DNA#Citations Example]&lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#Wikipedia_Journal_Article Example Markup]&lt;br /&gt;
&lt;br /&gt;
* author (truncated list)&lt;br /&gt;
* year&lt;br /&gt;
* title&lt;br /&gt;
* journal title&lt;br /&gt;
* journal number&lt;br /&gt;
* page range&lt;br /&gt;
* [http://doi.org DOI]&lt;br /&gt;
 &lt;br /&gt;
==== Court cases ====&lt;br /&gt;
[http://en.wikipedia.org/wiki/List_of_leading_legal_cases_in_copyright_law Example]&lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#Wikipedia_Court_Case Example Markup]&lt;br /&gt;
&lt;br /&gt;
* title&lt;br /&gt;
* case number &lt;br /&gt;
** ''note that legal standards for referring to cases include some inscrutable abbreviations that are probably more detailed than just &amp;quot;case number&amp;quot;''&lt;br /&gt;
* court name&lt;br /&gt;
* year&lt;br /&gt;
* description/abstract&lt;br /&gt;
&lt;br /&gt;
==== U.S. Law ====&lt;br /&gt;
[http://en.wikipedia.org/wiki/Foreign_Intelligence_Surveillance_Act#endnote_FISA Example]&lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#Wikipedia_US_Law Example Markup]&lt;br /&gt;
&lt;br /&gt;
* title (title number, for example &amp;quot;50&amp;quot; in &amp;quot;50 U.S.C. chapter 36.&amp;quot;&lt;br /&gt;
* chapter title (name, for example &amp;quot;Foreign Intelligence Surveillance&amp;quot; )&lt;br /&gt;
* chapter number&lt;br /&gt;
* section, paragraph, subparagraph numbers (optionally)&lt;br /&gt;
&lt;br /&gt;
==== Conference presentations ==== &lt;br /&gt;
[http://en.wikipedia.org/wiki/Paul_R._Pillar#Conference_presentation_by_Pillar Example]&lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#Wikipedia_Conference_Presentation Example Markup]&lt;br /&gt;
&lt;br /&gt;
* title&lt;br /&gt;
* location&lt;br /&gt;
* date&lt;br /&gt;
* author (implied - the page is about this person)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Historical Sources ====&lt;br /&gt;
[http://en.wikipedia.org/wiki/American_Civil_War#Primary_sources Example]&lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#Wikipedia_Primary_Historical_Source Example Markup]&lt;br /&gt;
&lt;br /&gt;
* source / location&lt;br /&gt;
* title&lt;br /&gt;
* publisher&lt;br /&gt;
* year&lt;br /&gt;
* description&lt;br /&gt;
* url&lt;br /&gt;
&lt;br /&gt;
=== German Wikipedia ===&lt;br /&gt;
* [http://de.wikipedia.org/wiki/Wikipedia:Literatur citing styles]&lt;br /&gt;
&lt;br /&gt;
== EPrints.org ==&lt;br /&gt;
&lt;br /&gt;
[http://eprints.ecs.soton.ac.uk/12070/ example]&lt;br /&gt;
[http://microformats.org/wiki/citation-examples-markup#EPrints.org_generated_output example markup]&lt;br /&gt;
&lt;br /&gt;
Based on [http://dublincore.org/documents/dcq-html/ Expressing Dublin Core in HTML/XHTML meta and link elements] and [http://www.ietf.org/rfc/rfc2731.txt rfc2731], Eprints.org uses the following Dublin Core terms in meta tags in the HTML HEAD of each paper's page: &lt;br /&gt;
&lt;br /&gt;
* title&lt;br /&gt;
* creator (author)&lt;br /&gt;
* description (abstract)&lt;br /&gt;
* date&lt;br /&gt;
* type&lt;br /&gt;
* identifier (a url)&lt;br /&gt;
* format &lt;br /&gt;
** a strange syntax for the meta content:&amp;quot;pdf http://eprints.ecs.soton.ac.uk/12070/01/Alani-final.pdf&amp;quot;&amp;quot; for the format term...&lt;br /&gt;
* fulltext &lt;br /&gt;
** this is in a rel-alternate link element. The class is 'fulltext', and the href is the same link as in format, only a valid URL this time.&lt;br /&gt;
&lt;br /&gt;
In the body of the page, they use the following classes, now no longer DC terms:&lt;br /&gt;
*  title&lt;br /&gt;
* authors (a flat list with abbreviated names)&lt;br /&gt;
* year&lt;br /&gt;
* conference&lt;br /&gt;
* conference location&lt;br /&gt;
&lt;br /&gt;
== Self-Citation Example ==&lt;br /&gt;
[http://cbio.mskcc.org/~hoffmann/lifecycles/olv/index.html One example] of an article that includes a statement &amp;quot;please cite as&amp;quot; (a self-description):&lt;br /&gt;
 &lt;br /&gt;
* title&lt;br /&gt;
* author&lt;br /&gt;
* periodical (journal) title&lt;br /&gt;
* volume&lt;br /&gt;
* issue&lt;br /&gt;
* pages&lt;br /&gt;
* year&lt;br /&gt;
&lt;br /&gt;
== Citation of an Online Resource ==&lt;br /&gt;
At University of Michigan's [http://www.crlt.umich.edu/publinks/facment_biblio.html  Center for Research on Learning and Teaching] you see citations like this:&lt;br /&gt;
&lt;br /&gt;
Chief Academic Officers of the Big 12 Universities (2000). Big 12 Faculty Fellowship Program. Retrieved December 20, 2000 from the World Wide Wed: http://www.k-state.edu/provost/academic/big12/big12guide.htm.&lt;br /&gt;
&lt;br /&gt;
* title&lt;br /&gt;
* publication year&lt;br /&gt;
* department/author&lt;br /&gt;
* retrieval date&lt;br /&gt;
* URL&lt;br /&gt;
&lt;br /&gt;
== Implied schema ==&lt;br /&gt;
&lt;br /&gt;
=== List of all properties ===&lt;br /&gt;
This are a summation of all the properties in the examples, I have tried to logically group them together.&lt;br /&gt;
&lt;br /&gt;
* title&lt;br /&gt;
* subtitle&lt;br /&gt;
* author&lt;br /&gt;
* editor&lt;br /&gt;
* translator&lt;br /&gt;
* image&lt;br /&gt;
* date (issued, copyrighted, accessed)&lt;br /&gt;
* language&lt;br /&gt;
* description/Summary/abstract&lt;br /&gt;
* excerpt&lt;br /&gt;
* index terms&lt;br /&gt;
* categories (keywords, tags, labels, etc.)&lt;br /&gt;
&lt;br /&gt;
RELATIONS&lt;br /&gt;
* container (publication; periodicals, books, etc.)&lt;br /&gt;
* collection (series and so forth)&lt;br /&gt;
* event (conference, etc.)&lt;br /&gt;
* original (for republished material)&lt;br /&gt;
&lt;br /&gt;
LOCATION INFORMATION&lt;br /&gt;
* pages&lt;br /&gt;
* volume&lt;br /&gt;
* series title&lt;br /&gt;
* Series&lt;br /&gt;
* edition&lt;br /&gt;
* issue&lt;br /&gt;
* publication&lt;br /&gt;
* journal&lt;br /&gt;
* part (1 of X)&lt;br /&gt;
&lt;br /&gt;
PHYSICAL ATTRIBUTES&lt;br /&gt;
* Specifications (dimentions/weight)&lt;br /&gt;
* Format/type (book, newspaper, proceedings)&lt;br /&gt;
&lt;br /&gt;
IDENTIFIERS&lt;br /&gt;
* ISBN&lt;br /&gt;
* LC Card Number&lt;br /&gt;
* LCC Class&lt;br /&gt;
* Dewey Class&lt;br /&gt;
* URL&lt;br /&gt;
* RFC ID&lt;br /&gt;
* ISO/IEC ID&lt;br /&gt;
* DOI&lt;br /&gt;
* PubMedID&lt;br /&gt;
&lt;br /&gt;
PUBLISHER&lt;br /&gt;
* publisher&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
These are sort of left overs, the are not really about citations, but more about commerce or other things. If they are important we can move them to the above list.&lt;br /&gt;
* refID (HTML @ID)&lt;br /&gt;
* Reviewed (BOOLEAN YES/NO)&lt;br /&gt;
* Availability&lt;br /&gt;
* Price&lt;br /&gt;
* Shipping Weight&lt;br /&gt;
* related&lt;br /&gt;
* Product number (internal system code)&lt;br /&gt;
* BookCode (internal system code)&lt;br /&gt;
* AuthorsNote&lt;br /&gt;
* Additional Information&lt;br /&gt;
* Target Audience&lt;br /&gt;
&lt;br /&gt;
=== Analysis of Examples ===&lt;br /&gt;
With exception of just a few properties, all of the above appeared in atleast two different examples. The following properties were very common in most the example formats:&lt;br /&gt;
* title&lt;br /&gt;
* subtitle&lt;br /&gt;
* author&lt;br /&gt;
* publication date&lt;br /&gt;
* description&lt;br /&gt;
* pages&lt;br /&gt;
* ISBN&lt;br /&gt;
* publisher&lt;br /&gt;
&lt;br /&gt;
== Styles ==&lt;br /&gt;
This does NOT define a format, but instead shows how the format should be displayed. This is something out of the direct scope of this project. CSS styles will handle the look-and-feel of the text, and the author can put it in any order they choose. These links are mentioned for two reasons, one is informative, the other is so we know at least meet the minimum properties that are used in the styles.&lt;br /&gt;
&lt;br /&gt;
* [http://www.liu.edu/cwis/cwp/library/workshop/citmla.htm MLA Style]&lt;br /&gt;
* [http://www.bu.edu/library/guides/citation.html Chicago, MLA, and APA styles]&lt;br /&gt;
* [http://www.english.uiuc.edu/cws/wworkshop/writer_resources/citation_styles/citation_styles.htm Writer's Workshop citation style page] (detailed citation style info)&lt;br /&gt;
* [http://www.legalbluebook.com/ Blue Book] for legal citations&lt;br /&gt;
* [http://www.columbia.edu/cu/cup/cgos/idx_basic.html Columbia University Citation Style] developed for modern internet citations&lt;/div&gt;</summary>
		<author><name>Mike</name></author>
	</entry>
</feed>