citation-examples-markup-wild: Difference between revisions

From Microformats Wiki
Jump to navigation Jump to search
No edit summary
 
m (fmt)
Line 1: Line 1:
=Citation Mark-Up in the Wild=
This is a sub-page of [[citation-examples-markup]]
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.  
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.  


(For a cleaner version, see [http://www.tjameswhite.com/citation-examples.htm])
(For a cleaner version, see [http://www.tjameswhite.com/citation-examples.htm])


=== Google ===
== Google ==
from google cache
from google cache
<pre><nowiki>
<pre><nowiki>
Line 17: Line 21:
</nowiki></pre>
</nowiki></pre>


=== Wikipedia ===
== Wikipedia ==
from Wikipedia
from Wikipedia
<pre><nowiki>
<pre><nowiki>
Line 38: Line 42:
</nowiki></pre>
</nowiki></pre>


=== CiteSeer ===
== CiteSeer ==
[http://citeseer.ist.psu.edu/context/1700402/0 uses Accessed On both in the <HEAD> and in the] <BODY>:
[http://citeseer.ist.psu.edu/context/1700402/0 uses Accessed On both in the <HEAD> and in the] <BODY>:
<pre><nowiki>
<pre><nowiki>
Line 57: Line 61:
</nowiki></pre>
</nowiki></pre>


=== Ning.com ===
== Ning.com ==
[http://girlongirl.ning.com/detail.php?DetailID=258667 Ning.com's Girl-on-Girl page for Scarlett Johanson]
[http://girlongirl.ning.com/detail.php?DetailID=258667 Ning.com's Girl-on-Girl page for Scarlett Johanson]
<pre><nowiki>
<pre><nowiki>
Line 102: Line 106:
</nowiki></pre>
</nowiki></pre>


=== University of Virginia ===
== University of Virginia ==
[http://www.virginia.edu/vpfa/ref-alphabetical.html University of Virginia]
[http://www.virginia.edu/vpfa/ref-alphabetical.html University of Virginia]
<pre><nowiki>
<pre><nowiki>
Line 144: Line 148:
</nowiki></pre>
</nowiki></pre>


=== Greenwood Press home page featured book ===
== Greenwood Press home page featured book ==
from [http://www.greenwood.com/ home page]  
from [http://www.greenwood.com/ home page]  


Line 166: Line 170:




=== Greenwood Press Product detail page ===
== Greenwood Press Product detail page ==
[http://www.greenwood.com/catalog/GR2847.aspx Product detail page] ===
[http://www.greenwood.com/catalog/GR2847.aspx Product detail page] ==
<pre>
<pre>
   <div id="pnlContent" class="pnlContent">
   <div id="pnlContent" class="pnlContent">
Line 441: Line 445:
</pre>
</pre>


=== Marshall Cavendish product page ===
== Marshall Cavendish product page ==
[http://www.marshallcavendish.com/marshallcavendish/academic/redirector.xml?url=/marshallcavendish/academic/catalogue/books/regionalism_n_regional_security/9812102108.xml original]
[http://www.marshallcavendish.com/marshallcavendish/academic/redirector.xml?url=/marshallcavendish/academic/catalogue/books/regionalism_n_regional_security/9812102108.xml original]


Line 562: Line 566:
</pre>
</pre>


=== Oxford University Press (USA) homepage ===
== Oxford University Press (USA) homepage ==
[http://www.us.oup.com/us/?view=usa original]  
[http://www.us.oup.com/us/?view=usa original]  


Line 581: Line 585:
</pre>
</pre>


=== Oxford University Press (USA) Product page ===
== Oxford University Press (USA) Product page ==
  [http://www.us.oup.com/us/catalog/general/subject/HistoryAmerican/ColonialRevolutionary/?view=usa&amp;ci=0195162471#Product_Details original]
  [http://www.us.oup.com/us/catalog/general/subject/HistoryAmerican/ColonialRevolutionary/?view=usa&amp;ci=0195162471#Product_Details original]


Line 616: Line 620:
</pre>
</pre>


=== Thomson Gale product detail page ===
== Thomson Gale product detail page ==
<pre>
<pre>
<div id =" title_main">
<div id =" title_main">
Line 659: Line 663:
</pre>
</pre>


=== Wolfram Mathworld ===
== Wolfram Mathworld ==


<pre><nowiki>
<pre><nowiki>
Line 672: Line 676:
Using the above examples, various parts of the citations (titles, authors, etc.) can be grouped together for comparision:
Using the above examples, various parts of the citations (titles, authors, etc.) can be grouped together for comparision:


=== Book titles: ===
== Book titles: ==
<pre>
<pre>
&lt;span id="title" class="producttitle"&gt;The 1920's&lt;/span&gt;
&lt;span id="title" class="producttitle"&gt;The 1920's&lt;/span&gt;
Line 700: Line 704:
Also, many examples where books presented in table format with Title as cell header, or presented "Title: "
Also, many examples where books presented in table format with Title as cell header, or presented "Title: "


=== Book Series Name: ===
== Book Series Name: ==
<pre>
<pre>
&lt;span id="serieslbl" class="productsubtitle"&gt;&lt;a href="..."&gt;Teaching With Documents Series&lt;/a&gt;&lt;/span&gt;
&lt;span id="serieslbl" class="productsubtitle"&gt;&lt;a href="..."&gt;Teaching With Documents Series&lt;/a&gt;&lt;/span&gt;
Line 706: Line 710:
</pre>
</pre>


=== Sub-title: ===
== Sub-title: ==
<pre>
<pre>
&lt;span id="subtitle" class="productsubtitle"&gt;&lt;/span&gt;
&lt;span id="subtitle" class="productsubtitle"&gt;&lt;/span&gt;
Line 723: Line 727:
</pre>
</pre>


=== Author: ===
== Author: ==
<pre>
<pre>
&lt;span id="credit" class="productauthor"&gt;&lt;/span&gt;
&lt;span id="credit" class="productauthor"&gt;&lt;/span&gt;
Line 742: Line 746:
</pre>
</pre>


=== Publication Date: ===
== Publication Date: ==
<pre>
<pre>
&lt;span id="pubdate" class="productdetailbody"&gt;11/2001&lt;/span&gt;
&lt;span id="pubdate" class="productdetailbody"&gt;11/2001&lt;/span&gt;
Line 760: Line 764:
</pre>
</pre>


=== Volumes: ===
== Volumes: ==
<pre>
<pre>
&lt;td ... class="productdetailhead"&gt;&lt;span id="volumeslabel" class="productdetailhead"&gt;Volumes&lt;/span&gt;&lt;/td&gt;
&lt;td ... class="productdetailhead"&gt;&lt;span id="volumeslabel" class="productdetailhead"&gt;Volumes&lt;/span&gt;&lt;/td&gt;
Line 767: Line 771:
</pre>
</pre>


=== ISBN: ===
== ISBN: ==
<pre>
<pre>
&lt;td class="productdetailhead" ...&gt;&lt;span id="ISBNLabel"&gt;ISBN&lt;/span&gt;&lt;/td&gt;
&lt;td class="productdetailhead" ...&gt;&lt;span id="ISBNLabel"&gt;ISBN&lt;/span&gt;&lt;/td&gt;
Line 794: Line 798:
</pre>
</pre>


=== Book Edition: ===
== Book Edition: ==
<pre>
<pre>
&lt;div class="edition"&gt; Revised and Expanded Edition &lt;/div&gt;
&lt;div class="edition"&gt; Revised and Expanded Edition &lt;/div&gt;

Revision as of 13:09, 16 January 2008

Citation Mark-Up in the Wild

This is a sub-page of citation-examples-markup

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.

(For a cleaner version, see [1])

Google

from google cache

<font face=arial,sans-serif color=black size=-1>This is <b><font
color=#0039b6>G</font> <font color=#c41200>o</font> <font
color=#f3c518>o</font> <font color=#0039b6>g</font> <font
color=#30a72f>l</font> <font color=#c41200>e</font></b>'s <a
href="http://www.google.com/intl/en/help/features.html#cached"><font
color=blue>cache</font></a> of <A
HREF="http://direct.sref.org/1680-7375/acpd/2006-6-9723"><font
color=blue>http://direct.sref.org/1680-7375/acpd/2006-6-9723</font></a> as
retrieved on Oct 10, 2006 18:34:10 GMT.<br>

Wikipedia

from Wikipedia

<li id="_note-2"><b><a href="#_ref-2" title="">^</a></b> <a
href="http://msdn.microsoft.com/msdnmag/issues/04/08/CuttingEdge/"
class="external text"
title="http://msdn.microsoft.com/msdnmag/issues/04/08/CuttingEdge/">Cutting
Edge: Script Callbacks in ASP.NET</a>. <a href="/wiki/MSDN"
title="MSDN">MSDN</a> Magazine (2004-08-08). Retrieved on <a
href="/wiki/2006" title="2006">2006</a>-<a href="/wiki/August_1"
title="August 1">08-01</a>.</li>

or

<li id="_note-0"><b><a href="#_ref-0" title="">^</a></b> "<a
href="http://www.opsi.gov.uk/acts/acts1998/98037--b.htm#1" class="external
text" title="http://www.opsi.gov.uk/acts/acts1998/98037--b.htm#1">s1(1)
Crime and Disorder Act 1998</a>", Office of Public Sector Information. URL
accessed on 18 June 2006.</li>

CiteSeer

uses Accessed On both in the <HEAD> and in the <BODY>:

<head>
<title>Citations: html accessed on the 29th of October - Trec, August, trec,
gov (ResearchIndex)</title>
<meta name="keywords" content="TREC, \Trec overview,  August 2000.
http://trec.nist.gov/overview.html accessed on the 29th of October, 2000.">
<meta name="description" content="TREC, \Trec overview, August 2000.
http://trec.nist.gov/overview.html accessed on the 29th of October, 2000.">
</head>

and

<span class=h> <b>TREC. Trec overview, August 2000.
http://trec.nist.gov/overview. <i>html accessed on the 29th of October</i>,
2000.</b>

Ning.com

Ning.com's Girl-on-Girl page for Scarlett Johanson

<h2>References</h2>

<b>^</b> Neil Young's Film Lounge.
Peter Webber on Girl with a Pearl Earring. Retrieved on April 12, 2006.</li>
<b>^</b> The Jewish Forward. The Scarlett Grandma. Retrieved on April
12, 2006.</li>
<b>^</b> MSNBC. Scarlett Johansson escapes Cruise's clutches. Retrieved on
July 18, 2006.</li>
<b>^</b> MovieWeb. Scarlett Johansson Is The Other Boleyn Girl. Retrieved on
July 18, 2006.</li>
<b>^</b> Life Style Extra. Scarlett Johansson to star in Dallas. Retrieved
on July
23, 2006.</li>

<b>^</b> ScarlettFan. 21 Jul 2006 - Dallas Movie and Reebok. Retrieved on
July
23, 2006.</li>
<b>^</b> IMDB News. Johansson: Because I'm Worth It. Retrieved on July 18,
2006.</li>
<b>^</b> Maxim's 2006 Top 100</li>
<b>^</b> BusinessWire. Reebok Partners with Screen Star Scarlett Johansson
to Create Red-Hot Fashion
Collection, Scarlett Hearts Rbk. Retrieved on July 25, 2006.</li>
<b>^</b> ContactMusic. JOHANSSON: AMERICANS DISAPPOINTED BY BUSH'S
RE-ELECTION. Retrieved on
July 18, 2006.</li>

<b>^</b> Reuters. Could Scarlett Johansson be Woody's next muse?. Retrieved
on
July 25, 2006.</li>
<b>^</b> TheObserver.
Retrieved on August 09, 2006.</li>
<b>^</b> BangItOut. Match Point (2005). Retrieved on July 18,
2006.</li>
<b>^</b> FemaleFirst. Scarlett Johansson
slams God acceptance speechs. Retrieved on July 18, 2006.</li>
<b>^</b> ContactMusic. JOHANSSON'S BIZARRE RELIGIOUS MOMENT. Retrieved on
July
18, 2006.</li>
</ol>

University of Virginia

University of Virginia

<P>American Council on Education and American Association of University
Professors. 2000. <I>Does Diversity Make a Difference? Three Research 
Studies on Diversity in College Classrooms</I>. Executive
Summary. Washington, D.C. Retrieved on November 28, 2004 from 
<A
HREF="http://www.aaup.org/Issues/AffirmativeAction/Archives/2000/DIVSUMY.PDF
">http://www.aaup.org/<BR>

Issues/AffirmativeAction/Archives/2000/DIVSUMY.PDF</A>. [Question 3]

<P>Affirmative Action Office, Pennsylvania State University. <I>Getting
Different Results: Affirmative Action Guidelines for Searches to 
Achieve Diversity</I>. University Park, PA. Retrieved on November 11, 2004
from 
<A
HREF="http://www.psu.edu/dept/aaoffice/GettingResults/index.htm">http://www.
psu.edu/dept/aaoffice/GettingResults/index.htm</A>. [Question 6]

<P>American Association of University Professors. 1973. <I>Diversity &
Affirmative Action in Higher Education: 
A Report by the Council Committee on Discrimination</I>. Washington, DC.
Retrieved on December 9, 2004 from 
<A
HREF="http://www.aaup.org/Issues/AffirmativeAction/Archives/pre1996/AARDAFHE
.HTM">http://www.aaup.org/<BR>
Issues/AffirmativeAction/Archives/pre1996/AARDAFHE.HTM</A>  [Question 6]

<P>Bingham McCutcheon LLP, Morrison & Foerster LLP, and Heller Erhman White
& McAuliffe LLP. <I>Preserving Diversity in Higher 
Education: A Manual on Admissions Policies and Procedures After the
University of Michigan Decisions</I>. 
Retrieved on January 6, 2005 from 

<A
HREF="http://www.equaljusticesociety.org/compliancemanual/Preserving_Diversi
ty_In_Higher_Education.pdf">http://www.equaljusticesociety.org/<BR>
compliancemanual/Preserving_Diversity_In_Higher_Education.pdf</A>

Greenwood Press home page featured book

from home page

  <div class="title"> <a href="/books/BookDetail.asp?sku=GR2847">The Greenwood Encyclopedia of World Folklore
     and Folklife</a> </div>
  <div class="img_box"> <a href="/books/BookDetail.asp?sku=GR2847">
    <img src="/_net.templates/showImage.aspx?imgName=0313328471.jpg&s=140" alt="The Greenwood Encyclopedia
    of World Folklore and Folklife" border="0" /></a> </div>
  <div class="sub_title">Four Volumes</div>
  <div class="author">William M. Clements</div>
  <div class="isbn">0-313-32847-1</div>
  <div class="price">$449.95 <span class="pipe">|</span> £255.00</div>
  <!--<div class="clearing"></div>-->
  <div class="bookDescription"> China . . . Malta . . . Madagascar . . . Wales . . . and Texas: these are 
    among the many exotic, distant lands that capture our minds and imaginations. In an era of increasing 
    globalization, students, general readers, and business professionals need to know about... 
    <a href="/books/BookDetail.asp?sku=GR2847">Read more</a> </div>
</div>


Greenwood Press Product detail page

Product detail page ==

  <div id="pnlContent" class="pnlContent">
    <div id="pnlFlyerBox" class="flyerBox">
      <a id="hlFlyer" class="flyerLink" href="/books/printFlyer.aspx?sku=GR2847" target="_blank">Print 
        book flyer</a> <br />
      <a id="hlFlyerInternational" class="international_flyer" 
      href="/books/printFlyer.aspx?sku=GR2847&location=international" ...>(International version)</a> 
    </div>
    <span id="lblTitle" class="book_headline block">The Greenwood Encyclopedia of World Folklore and Folklife</span>
    <span id="lblSubTitle" class="book_subline">Four Volumes</span>
    <div id="pnlBookDetails" class="detailsBox">
      <div id="pnlImgBox" class="imgBox"> 
        <img src="/_net.templates/showImage.aspx?imgName=0313328471.jpg&s=135" alt="" border="0" /> 
      </div>
      <a id="hlAddToCart" title="Add this item to your shopping cart" href="/shopping_cart/?sku=GR2847">
        <img title="Add this item to your shopping cart" 
          src="/_net.templates/roundedButton.aspx?ButtonText=Add to Cart" alt="" border="0" />
      </a> 
      <a id="hlAddToWishList" title="Save this item to your wish list" href="/wish_list/?sku=GR2847">
        <img title="Save this item to your wish list" 
          src="/_net.templates/roundedButton.aspx?ButtonText=Add to Wish List".../>
      </a>
      <a id="hlSharePage" title="Email this page to a friend" href="/books/sendform.asp?sku=GR2847"...>
        <img title="Email this page to a friend" src="/_net.templates/roundedButton.aspx?ButtonText=Email".../>
      </a> 
      <a id="hlPrintPage" title="Version of this page optimized for printing" href="/catalog/GR2847.aspx?print=1" ...>
        <img title="Version of this page optimized for printing" src="/_net.templates/roundedButton.aspx?ButtonText=Print".../>
      </a>
      <a id="hlWorldCat" href="http://worldcatlibraries.org/wcpa/isbn/0313328471"...>
        <img src="/images/world_catalog.gif".../>
      </a>
      <div class="authors"><span><a href="/catalog/author/C/229.aspx">William M. Clements</a> (ed.)</span></div>
      <span id="lblAuthorsNote" class="block"></span>
      <div><span class="book_options">Book Code:</span> <span id="lblBookCode">GR2847</span></div>
      <div id="pnlIsbn"> <span class="book_options">ISBN:</span> <span id="lblIsbn">0-313-32847-1</span> </div>
      <div id="pnlPageColation"> 1972 pages, maps; photos </div>
      <span id="lblImprint" class="block">Greenwood Press</span>
      <div id="pnlPubDate">
        <span class="book_options">Publication Date:</span> <span id="lblPubDate">12/30/2005</span>
      </div>
      <div id="pnlListPrice">
        <span class="book_options">List Price:</span> 
        <span id="lblListPrice">$449.95</span> 
        (<a href="/contactus/order_info.asp?SectionID=about&Location=order_info#UKEME" 
          title="Click for international ordering information">UK Sterling Price: £255.00</a>) 
      </div>
      <div id="pnlAvailability">
        <span class="book_options">Availability:</span> <span id="lblAvailability">In Stock</span>
      </div>
      <div id="pnlMediaType"> <span class="book_options">Media Type:</span> <span id="lblMediaType">Hardcover</span> </div>
      <div class="clearing"></div>
    </div>
    <div id="pnlBookInformation"> <span class="book_options">Subjects:</span>
      <ul class="toc">
        <li> 
          <a id="rpCategories__ctl1_hlCategory" href="/catalog/subject/Anthropology.aspx">Anthropology</a> » 
          <a id="rpCategories__ctl1_hlSubCategory" href="/catalog/subject/Anthropology/Folklore.aspx">Folklore</a> 
        </li>
        <li>
          <a id="rpCategories__ctl2_hlCategory" href="/catalog/subject/Anthropology.aspx">Anthropology</a> » 
          <a id="rpCategories__ctl2_hlSubCategory" href="/catalog/subject/Anthropology/Anthropology%2b(General).aspx">
            Anthropology (General)
          </a>
        </li>
        <li>
          <a id="rpCategories__ctl3_hlCategory" href="/catalog/subject/Anthropology.aspx">Anthropology</a> » 
          <a id="rpCategories__ctl3_hlSubCategory" href="/catalog/subject/Anthropology/Cultural%2bAnthropology.aspx">Cultural Anthropology</a>
        </li>
        <li> <a id="rpCategories__ctl4_hlCategory" href="/catalog/subject/History.aspx">History</a> » 
          <a id="rpCategories__ctl4_hlSubCategory" href="/catalog/subject/History/World%2bHistory%2b(General).aspx">
            World History (General)</a> </li>
      </ul>
      <div id="pnlDescription"> 
        <span class="book_options">Description:</span> 
        <span id="lblDescription1" class="description block">
          China . . . Malta . . . Madagascar . . . Wales . . . and Texas: these are among the many exotic, 
          distant lands that capture our minds and imaginations. In an era of increasing globalization, 
          students, general readers, and business professionals need to know about the world and its varied 
          ways. So too, a knowledge of world cultures is fundamental to an understanding of America's ethnically 
          rich society. Folklore isn't just about the long ago and far away. It's about the here and now, and 
          there's no better way to learn about cultural diversity than to study the folklore and folkways of 
          different ethnic groups. <br />
          More than just Cinderella and other fairy tales, folklore encompasses the whole realm of traditional 
          beliefs and activities that define a culture. The most comprehensive work of its kind, this massive 
          encyclopedia engagingly and authoritatively surveys folklife and traditions from around the world. Through its
          vast scope and lengthy entries, it transcends other references on particular national or regional 
          folklores and is the most ambitious undertaking of its type. Organized in four volumes, the encyclopedia 
          provides convenient access to information about folklore generally and to the traditions of particular
          regions:<br />
          Volume 1: Topics and Themes, Africa, Australia and Oceania<br />
          Volume 2: Southeast Asia and India, Central and East Asia, Middle East<br />
          Volume 3: Europe<br />
          Volume 4: North and South America</span> <span id="lblDescription2" class="description block">Along 
            with the expertise of the contributors, of Volume Editor William M. Clements, and of Advisory Editor 
            Thomas A. Green, the encyclopedia draws upon a distinguished board of internationally recognized scholars,
             including:<br />
        <li> Roger D. Abrahams<br />
        </li>
        <li> Cristina Bacchilega<br />
        </li>
        <li> Gillian Bennett<br />
        </li>
        <li> Mary Ellen Brown<br />
        </li>
        <li> James R. Dow<br />
        </li>
        <li> Alessandro Falassi<br />
        </li>
        <li> Barbro Klein<br />
        </li>
        <li> Peter Knecht<br />
        </li>
        <li> Natalie Kononenko<br />
        </li>
        <li> Frances M. Malpezzi<br />
        </li>
        <li> Margaret Mills<br />
        </li>
        <li> M. D. Muthukumaraswamy<br />
        </li>
        <li> Gerald Pocius<br />
        </li>
        <li> And John S. Ryan.<br />
          <br />
          <b>Features:</b><br />
        </li>
        <li> Brings together the knowledge of more than 200 special-ists from around the world.<br />
        </li>
        <li> Provides 39 extended entries on topics central to world folklore.<br />
        </li>
        <li> Details the folklore and folkways of roughly 170 cultural groups.<br />
        </li>
        <li> Entries discuss the background, beliefs, oral and theatrical traditions, arts and crafts, and contemporary concerns 
          of each cultural group.<br />
        </li>
        <li> Each entry cites numerous works for further reading.<br />
        </li>
        <li> A generous selection of maps and illustrations makes world folklore come to life.<br />
        </li>
        <li> A list of entries and a cumulative subject index, repeated in each volume, offer convenient access to the vast body of 
          information contained in the encyclopedia.<br />
        </li>
        <li> A selected, general bibliography directs students and general readers to the most important broad studies of world 
          folklore.<br />
        </li>
        <li> A glossary defines key terms, theories, and concepts.<br />
          <br />
          <b>Benefits:</b><br />
        </li>
        <li> Helps students learn about cultures, customs, and daily life around the world.<br />
        </li>
        <li> Fosters respect and appreciation for the many ethnic traditions behind contemporary American culture.<br />
        </li>
        <li> Provides valuable background information for the study of world religions, holidays, and festivals.<br />
        </li>
        <li> Offers a valuable context for understanding world history, politics, literature, and the arts.<br />
        </li>
        <li> Invites students to compare and contrast the values and experiences of different cultures.<br />
        </li>
        <li> Fosters critical reading skills and serves as a model for student research.<br />
          <br />
          <b>Volume 1: Topics and Themes, Africa, Australia and Oceania</b><br />
          Certain themes and topics are central to world foklore. The thematic essays in this volume discuss such matters as:<br />
        </li>
        <li> Antiquarianism<br />
        </li>
        <li> Cultural Evolution<br />
        </li>
        <li> Ethnopoetics<br />
        </li>
        <li> Gender<br />
        </li>
        <li> Invented Tradition<br />
        </li>
        <li> Nativism<br />
        </li>
        <li> Primitivism<br />
        </li>
        <li> Public Folklore<br />
        </li>
        <li> Race<br />
        </li>
        <li> Trickster<br />
        </li>
        <li> And many more.<br />
          <br />
          <b>Volume 2: Southeast Asia and India, Central and East Asia, Middle East</b><br />
          Included in this volume are entries on such cultural groups and regions as:<br />
        </li>
        <li> Bali<br />
        </li>
        <li> China<br />
        </li>
        <li> Duna<br />
        </li>
        <li> Iban<br />
        </li>
        <li> Kazakh<br />
        </li>
        <li> Mongol<br />
        </li>
        <li> Orissa<br />
        </li>
        <li> Palestine<br />
        </li>
        <li> Tonga<br />
        </li>
        <li> Uyghur<br />
        </li>
        <li> And many others.<br />
          <br />
          <b>Volume 3: Europe</b><br />
          Included in this volume are entries on the folklore of such cultural regions and groups as:<br />
        </li>
        <li> Ashkenazim<br />
        </li>
        <li> Basque<br />
        </li>
        <li> Brittany<br />
        </li>
        <li> Flanders<br />
        </li>
        <li> Germany<br />
        </li>
        <li> Isle of Man<br />
        </li>
        <li> Roma<br />
        </li>
        <li> Russia<br />
        </li>
        <li> Sami<br />
        </li>
        <li> Ukraine<br />
        </li>
        <li> And many more.<br />
          <br />
          <b>Volume 4: North and South America</b><br />
          The entries in this volume explore the folk traditions of such regions and groups as:<br />
        </li>
        <li> Appalachia<br />
        </li>
        <li> Choctaw<br />
        </li>
        <li> Haiti<br />
        </li>
        <li> Island Carib<br />
        </li>
        <li> Maya<br />
        </li>
        <li> Quechua<br />
        </li>
        <li> Seminole<br />
        </li>
        <li> Western Inuit and Yupik<br />
        </li>
        <li> Xavante<br />
        </li>
        <li> Yanomami<br />
        </li>
        <li> And many more.<br />
          <br />
          Because folklore is the essence of daily life, this encyclopedia addresses the curriculum needs of high school students and is 
          also an indispensable resource for teachers. In addition, anyone researching folklore in a public library will find this the first
           place to look for detailed information about cultural traditions around the world.</li>
        </span> </div>
      <div id="pnlLCCardNumber" class="description"> <span class="book_options">LC Card Number:</span> <span id="lblLCCardNumber">2005019219</span></div>
      <div id="pnlLCCClass" class="description"> <span class="book_options">LCC Class:</span> <span id="lblLCCClass">GR35 </span> </div>
      <div id="pnlDeweyClass" class="description"> <span class="book_options">Dewey Class:</span> <span id="lblDeweyClass">398</span> </div>
    </div>
  </div>
</div>

Marshall Cavendish product page

original

  <table cellpadding="2" width="100%">
    <tr valign="top">
      <td><font id="title_catalogue_font"><b>Regionalism & Regional Security</b></font></td>
    </tr>
  </table>
  <font id="text">
  <div style="" align="">
    <table cellpadding="2" width="100%">
      <tr valign="top">
        <td width="35%"><font id="title_catalogue_title_font">ISBN Number</font></td>
        <td width="65%"><font id="text">9812102108</font></td>
      </tr>
    </table>
    <table cellpadding="2" width="100%">
      <tr valign="top">
        <td width="35%"><font id="title_catalogue_title_font">Series</font></td>
        <td width="65%"><font id="text">null</font></td>
      </tr>
    </table>
    <table cellpadding="2" width="100%">
      <tr valign="top">
        <td width="35%"><font id="title_catalogue_title_font">Title</font></td>
        <td width="65%"><font id="text">The New Terrorism: Anatomy, Trends and Counter-strategies</font></td>
      </tr>
    </table>
    <table cellpadding="2" width="100%">
      <tr valign="top">
        <td width="35%"><font id="title_catalogue_title_font">Imprint</font></td>
        <td width="65%"><font id="text">Eastern Universities Press</font></td>
      </tr>
    </table>
    <table cellpadding="2" width="100%">
      <tr valign="top">
        <td width="35%"><font id="title_catalogue_title_font">Specifications</font></td>
        <td width="65%"><font id="text">152 mm X 227 mm, 368 pp, limp with flaps, 500 gms</font></td>
      </tr>
    </table>
    <table cellpadding="2" width="100%">
      <tr valign="top">
        <td width="35%"><font id="title_catalogue_title_font">Authors</font></td>
        <td width="65%"><font id="text">Andrew Tan & Kumar Ramakrishna (eds)</font></td>
      </tr>
    </table>
    <table cellpadding="2" width="100%">
      <tr valign="top">
        <td width="35%"><font id="title_catalogue_title_font">Target Audience</font></td>
        <td width="65%"><font id="text">University lecturers/researchers, undergraduate students, academicians and those interested in Regional Security Studies.</font></td>
      </tr>
    </table>
    <table cellpadding="2" width="100%">
      <tr valign="top">
        <td width="35%"><font id="title_catalogue_title_font">Price (SG)</font></td>
        <td width="65%"><font id="text">S$ 39.00</font></td>
      </tr>
    </table>
    <table cellpadding="2" width="100%">
      <tr valign="top">
        <td width="35%"><font id="title_catalogue_title_font">Price (US)</font></td>
        <td width="65%"><font id="text">US$ 30.00</font>   <a href="javascript: addToCart()"><img src="/marshallcavendish/components/db_content/MC_AC_redirector/pic/addCart.gif" border="0"/></a></td>
      </tr>
    </table>
    <br/>
    <br/>
    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.<br/>
    <br/>
    The attacks revealed the horrifying nature of the so-called "new terrorism" that has emerged in the post-Cold War era. The new terrorism is defined by four key features:</div>
  </font>
  <ul>
    <li>
      <p align="justify"><font id="text">sheer lethality</font></p>
    </li>
    <li>
      <p align="justify"><font id="text">religious dimension</font></p>
    </li>
    <li>
      <p align="justify"><font id="text">networked organizational structure</font></p>
    </li>
    <li>
      <p align="justify"><font id="text">greatly enhanced striking power   </font></p>
    </li>
  </ul>
  <font id="text">
  <div style="" align="">As September 11 clearly demonstrated, the new terrorists can leverage on technology to inflict catastrophic damage even on superpowers, let alone other states.<br/>
    <br/>
    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:</div>
  </font>
  <ul>
    <li>
      <p align="justify"><font id="text">Anatomy of the new terrorism</font></p>
    </li>
    <li>
      <p align="justify"><font id="text">Terrorist trends and patterns in the Asia-Pacific region</font></p>
    </li>
    <li>
      <p align="justify"><font id="text">Religion and terrorism: Southeast Asian perspectives</font></p>
    </li>
    <li>
      <p align="justify"><font id="text">Formulating counter-strategies   </font></p>
    </li>
  </ul>
  <font id="text">
  <div style="" align=""> <span style="font-weight: bold;"> <b> About the Author: </b> </span> <br/>
    Both Andrew Tan and Kumar Ramakrishna are Assistant Professors at the Institute of Defence and Strategic Studies, Nanyang Technological University, Singapore.<br/>
    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.<br/>
    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.</div>
  </font>
  <td width="18.666662" style="valign: top; background-color: white ; " rowspan="1" colspan="1"><br/>
  </td>
  <tr valign="top">
    <td width="570.666524" style="valign: top; background-color: white ; " rowspan="1" colspan="1"><br/>
    </td>
    <td width="18.666662" style="valign: top; background-color: white ; " rowspan="1" colspan="1"><br/>
    </td>
  </tr>
</div>

Oxford University Press (USA) homepage

original

  <div class="isbnSummaryDetails">
    <h2> <a href="/us/catalog/general/subject/HistoryAmerican/ColonialRevolutionary/?view=usa&ci=0195162471">The Glorious Cause</a> </h2>
    <div class="subTitle"> The American Revolution, 1763-1789 </div>
    <div class="edition"> Revised and Expanded Edition </div>
    <div class="byline"> Robert Middlekauff </div>
    <span class="isbnNumber">0195162471</span>, <span class="format">hardback</span>, <span class="publicationDate"> Feb 2005 </span> <span class="price"> $37.50 </span> <span class="description"> The classic history of the American Revolution--now in an updated and expanded twentieth anniversary edition </span>
    <div class="related">
      <h3>More </h3>
      <!-- /HistoryAmerican/ColonialRevolutionary -->
      <a href="/us/catalog/general/subject/HistoryAmerican/?view=usa&sf=all">History, American</a> > <a href="/us/catalog/general/subject/HistoryAmerican/ColonialRevolutionary/?view=usa&sf=all">Colonial & Revolutionary</a> </div>
  </div>
  <!--/isbnSummaryDetails-->
</div>

Oxford University Press (USA) Product page

original
  <div class="isbnProperties isbnSummary">
    <div class="isbnSummaryHeading">
      <h1>The Glorious Cause</h1>
      <div class="subTitle"> The American Revolution, 1763-1789 </div>
      <div class="edition"> Revised and Expanded Edition </div>
      <div class="byline"> Robert Middlekauff </div>
    </div>
    <!--/isbnSummaryHeading-->
    <div class="cover"> <span class="bookShot"><a href="#"><img src="/images/covers/0195162471.jpg"
                     ... alt="bookshot" /> </a></span> <span class="addToCart"><a href="http://www.us.oup.com/us/cart/cart.jsp?op=a&i=0195162471&c=85&q=1&r=http%3A%2F%2Fwww.us.oup.com%2Fus%2Fcatalog%2Fgeneral%2Fsubject%2FHistoryAmerican%2FColonialRevolutionary%2F%3Fview%3Dusa%26ci%3D0195162471">Add to Cart</a></span> </div>
    <!--/cover-->
    <div class="isbnSummaryDetails"> <span class="isbnNumber">0195162471</span>, <span class="format">hardback</span>, <span class="pages"> 760 pages </span>
      <div id="generalinfo"> <span class="publicationDate">Feb 2005, </span> <span class="availability"> In Stock </span> </div>
      <div class="cost">
        <h2>Price:</h2>
        $37.50 <span class="discountCode">(02)</span> </div>
      <div class="shipping"> <a href="/us/assets/shippingInfo.jsp?si=1.5&so=3.75&sc=0&isi=5&iso=5&isc=0" target="_blank" onclick="window.open(this.href, this.target, 'height=445,width=445,scrollbars');
					  return false;">Shipping Details</a> </div>
      <div class="moreSeries redArrow">
        <h3>See more from the series</h3>
        <ul>
          <li><a href="/us/catalog/general/series/OxfordHistoryoftheUnitedStates/?view=usa">Oxford History of the United States, Vol. 3</a></li>
        </ul>
      </div>
      <!--moreSeries-->
    </div>
    <!--/isbnSummaryDetails-->
  </div>
</div>

Thomson Gale product detail page

<div id =" title_main">

<h2>Contemporary Literary Criticism</h2>

<div id =" credits">
	<ul>
		<li><h2>Excerpts from Criticism of the Works of Today's Novelists, Poets, Playwrights, Short Story Writers, Scriptwriters, & Other Creative Writers</h2>
		Volume 1</li>
		
		<li><i>Published by Thomson Gale</i></li>
	</ul>
</div>

<div id =" description">
	<p>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:</p>
	<ul>
		<li>Kingsley Amis
		<li>John Dos Passos
		<li>Hermann Hesse
		<li>Ezra Pound
	</ul>
</div><!-- Description -->

<div id =" detail">
	<ul>
		<li>Published/Released:<strong> March 1973</strong></li>
		<li>ISBN: <strong>0-8103-0100-8</strong></li>
		<li>Product number: <strong>001415</strong></li>
		<li>Page count: <strong>485 pp./vol.</strong></li>
		<li>Shipping Weight: <strong>5.00 lbs (2.27 kgs)</strong></li>
	</ul>
</div>  <!-- /detail-->

<div id =" price">
  <P>Price: US $205.00</p>
</div>

</div>
</div>

Wolfram Mathworld

<p class="Reference">
Drmota, M. and Tichy, R. F. <i><a href="..." class="Hyperlink">Sequences, Discrepancies and Applications.</a></i> New York: Springer-Verlag,
 1997.
</p>

Breakdown of Citation Elements

Using the above examples, various parts of the citations (titles, authors, etc.) can be grouped together for comparision:

Book titles:

<span id="title" class="producttitle">The 1920's</span>
(ABC-CLIO product detail page)

<div class="title"> <a href="...">The Greenwood Encyclopedia of World Folklore and Folklife</a> </div>
(Greenwood Press homepage)

<span id="lblTitle" class="book_headline block">The Greenwood Encyclopedia of World Folklore and Folklife</span>
(Greenwood Press product detail page)

<td width="35%"><font id="title_catalogue_title_font">Title</font></td>
<td width="65%"><font id="text">The New Terrorism: Anatomy, Trends and Counter-strategies</font></td>
(Marshall Cavendish product detail page)

<h2> <a href="...">The Glorious Cause</a> </h2>
(Oxford Univ. Press, homepage)

<h1>The Glorious Cause</h1>
(OUP, product detail page)

<h2>Contemporary Literary Criticism</h2>
(Thomson Gale, product detail page)

<span id="ctlBookDetailHeader_lblTitle" class="ProdTitle">Talk and Interaction in Social Research Methods</span> (SAGE Publications)

Also, many examples where books presented in table format with Title as cell header, or presented "Title: "

Book Series Name:

<span id="serieslbl" class="productsubtitle"><a href="...">Teaching With Documents Series</a></span>
(ABC-CLIO)

Sub-title:

<span id="subtitle" class="productsubtitle"></span>
(ABC-CLIO)


<div class="sub_title">[Four Volumes]</div>
(Greenwood, homepage)

<span id="lblSubTitle" class="book_subline">[Four Volumes]</span>
(Greenwood, product page)


<div class="subTitle"> The American Revolution, 1763-1789 </div>
(OUP)

Author:

<span id="credit" class="productauthor"></span>
(ABC-CLIO)


<div class="author">William M. Clements</div>
(Greenwood)


<td width="35%"><font id="title_catalogue_title_font">Authors</font></td>
<td width="65%"><font id="text">Andrew Tan & Kumar Ramakrishna (eds)</font></td>
(Marshall Cavendish)


<div class="byline"> Robert Middlekauff </div>
(OUP)

Publication Date:

<span id="pubdate" class="productdetailbody">11/2001</span>
(ABC-CLIO -- see table structure)


<div id="pnlPubDate"> <span class="book_options">Publication Date:</span> <span id="lblPubDate">12/30/2005</span> </div>
(Greenwood, detail page)


<span class="publicationDate"> Feb 2005 </span>
(OUP)


<li>Published/Released:<strong> March 1973</strong></li>
(Thomson Gale)

Volumes:

<td ... class="productdetailhead"><span id="volumeslabel" class="productdetailhead">Volumes</span></td>
<td ... class="productdetailbody"><span id="volumes" class="productdetailbody">1</span></td>
(ABC-CLIO)

ISBN:

<td class="productdetailhead" ...><span id="ISBNLabel">ISBN</span></td>
<td class="productdetailbody">1-57607-785-3</td>
(ABC-CLIO)


<div class="isbn">0-313-32847-1</div>
(Greenwood, homepage)

<div id="pnlIsbn"> <span class="book_options">ISBN:</span> <span id="lblIsbn">0-313-32847-1</span> </div>
(Greenwood, product page)


<td width="35%"><font id="title_catalogue_title_font">ISBN Number</font></td>
<td width="65%"><font id="text">9812102108</font></td>
(Marshall Cavendish)


<span class="isbnNumber">0195162471</span>
(OUP)


<li>ISBN: <strong>0-8103-0100-8</strong></li>
(Thomson Gale)

Book Edition:

<div class="edition"> Revised and Expanded Edition </div>
(OUP)

Added by Tim