UserPreferences

BruceDarcus/BibExample2


XSLT option disabled!
<?xml version="1.0" encoding="utf-8"?>
<!-- http://www.users.muohio.edu/darcusb/misc/test-author-year.xhtml -->
<html xmlns="http://www.w3.org/1999/xhtml">   
   <head>
      <meta http-equiv="Content-Type" content="text/xhtml; charset=utf-8"/>
   
      <title>Test</title><style type="text/css">
        body { font-family: georgia, serif; font-size: 11px; }
        #content { width: 500px; position: center; margin: auto; margin-top: 40px; }
        p { line-height: 16px;}
        p.bibref { text-indent: -25px; margin-left: 25px; }
        li { margin-bottom: 5px; }
        a { text-decoration: none; color: black; }
        a:hover { background: #F3FCC0; }
        span.bold { font-weight: bold; }
        span.italic { font-style: italic; }
      </style></head>
   <body>
      <div id="content">
         <h1>Test</h1>
         <div class="section">
            <h2>Introduction</h2>
            <p class="BodyTextFirstIndent">Some citations: (<a href="#three">Amin, 1994</a>; <a href="#two">Arendt, 1959</a>; <a href="#one">Davis, 1992</a>). And another citation
               (<a href="#six">Mitchell and Bruni, 2001</a>; <a href="#seven">Newsweek, 2002</a>; <a href="#five">Testa and Kier, 2000</a>).
            </p>
            <p class="BodyTextFirstIndent">A citation with page number detail: (<a href="#one">Davis, 1992: 23-24</a>). A
               citation [<a href="#fn1" name="fnm1" class="footnote-mark">1</a>].
            </p>
         </div>
         <div id="notes">
            <h3>Notes:</h3>
            <p id="fn1"><a href="#fnm1" class="footnote-anchor">1</a>.  ... in a footnote (<a href="#three">Amin, 1994</a>)
            </p>
         </div>
         <div id="bibliography">
            <h2>References</h2>
            <p class="bibref" id="three"><span class="creator">Amin, A. </span><span class="year"> (1994) </span><span class="title">“Post-Fordism: Models, Fantasies and Phantoms of Transition”</span><span class="container-monograph"> In A. Amin (Ed.) <span class="title italic">Post-Fordism: A Reader</span><span class="origin"> (Oxford:Blackwell Publishers)</span> pp. 23–45</span>.
            </p>
            <p class="bibref" id="two"><span class="creator">Arendt, H. </span><span class="year"> (1959) </span><span class="title italic">The Human Condition</span><span class="origin"> (New York:Doubleday)</span>.
            </p>
            <p class="bibref" id="four"><span class="creator">Brenner, N. </span><span class="year"> (2000) </span><span class="title">The Urban Question as a Scale Question: Reflections on Henri Lefebre, Urban Theory and the Politics of Scale</span><span class="container-serial"> <span class="title italic">International Journal of Urban and Regional Research</span> 24(2), pp. 361–78</span>.
            </p>
            <p class="bibref" id="one"><span class="creator">Davis, M. </span><span class="year"> (1992) </span><span class="title italic">Beyond Blade Runner: Urban Control, The Ecology of Fear</span><span class="origin"> (New York:Open Magazine Pamphlet #23)</span>.
            </p>
            <p class="bibref" id="six"><span class="creator">Mitchell, A.  and F. Bruni</span><span class="year"> (2001) </span><span class="title">Scars still raw, Bush clashes with McClain</span><span class="container-serial"> <span class="title italic">New York Times</span> March 25</span><span class="availability">, available from: http://www.nytimes.com/2001/03/25/politics/25MCCA.html [accessed on  January 2, 2002]</span>.
            </p>
            <p class="bibref" id="seven"><span class="creator">Newsweek</span><span class="year"> (2002) </span><span class="title">Some Magazine Article</span><span class="container-serial">  April 25 pp. iii–vi</span>.
            </p>
            <p class="bibref" id="five"><span class="creator">Testa, B.  and L. Kier</span><span class="year"> (2000) </span><span class="title">Emergence and Dissolvence in the Self-Organization of Complex Systems</span><span class="container-serial"> <span class="title italic">Entropy</span> 2(1), pp. 17–29</span>.
            </p>
         </div>
      </div>
   </body>
</html>