SddPublications

DonovanSharp - Wed Aug 30 2006 - Version 1.10
Parent topic: SddContents

SDD Part 0: Introduction and Primer to the SDD Standard

3.18 Referencing publications in SDD

Record for publications used in the dataset. Elements consist simply of a <Representation> (name of publication) and optional <Link> to a url as shown below and in Example 3.18.1.

Example 3.18.1 - Publications in SDD

<Publications>
  <Publication id="p111">
    <Representation>
      <Label>Author, X (2000). Short Citation, including journal or publisher.</Label>
    </Representation>
  </Publication>
  <Publication id="p112">
    <Representation>
      <Label>Gee, X. & Haa, Y. (2003). How to be happy in five minutes. Instant Gratifications, Palm Beach.</Label>
    </Representation>
    <Links>
    <Link rel="BasedOn" href="doi:10.1992/32311"/>
    <Link rel="Alternate" href="http://some.service.net/providing/bibliographic.data"/>
    </Links>
    <Extensions>
        <x:Data xmlns:x="www.x.edu">Applications may store additional data at the resource connectors.</x:Data>
    </Extensions>
  </Publication>
</Publications>

-- Main.DonovanSharp - 05 Jun 2006