Difference between revisions of "Citation Format"

From EPrints Documentation
Jump to: navigation, search
Line 1: Line 1:
 
The citation format files, located in the repository's [[EPrints_Directory_Structure/eprints3/archives/ARCHIVEID/cfg/citations|citations]] directory, describe how citations for documents, eprints, and users should be rendered.
 
The citation format files, located in the repository's [[EPrints_Directory_Structure/eprints3/archives/ARCHIVEID/cfg/citations|citations]] directory, describe how citations for documents, eprints, and users should be rendered.
  
  <cite:citation xmlns="http://www.w3.org/1999/xhtml" xmlns:cite="http://eprints.org/ep3/citation" xmlns:epc="http://eprints.org/ep3/control">
+
  <cite:citation xmlns="http://www.w3.org/1999/xhtml"  
 +
    xmlns:cite="http://eprints.org/ep3/citation"  
 +
    xmlns:epc="http://eprints.org/ep3/control">
 
   <cite:linkhere><span class="ep_document_citation"><epc:print expr='format'/><epc:if test="formatdesc"> <epc:print expr="formatdesc"/>)</epc:if></span></cite:linkhere>
 
   <cite:linkhere><span class="ep_document_citation"><epc:print expr='format'/><epc:if test="formatdesc"> <epc:print expr="formatdesc"/>)</epc:if></span></cite:linkhere>
 
  </cite:citation>
 
  </cite:citation>

Revision as of 13:17, 4 January 2007

The citation format files, located in the repository's citations directory, describe how citations for documents, eprints, and users should be rendered.

<cite:citation xmlns="http://www.w3.org/1999/xhtml" 
    xmlns:cite="http://eprints.org/ep3/citation" 
    xmlns:epc="http://eprints.org/ep3/control">
  <cite:linkhere><span class="ep_document_citation"><epc:print expr='format'/><epc:if test="formatdesc"> <epc:print expr="formatdesc"/>)</epc:if></span></cite:linkhere>
</cite:citation>