Difference between revisions of "PubMan Func Spec Export/eDoc Citation Style"
Jump to navigation
Jump to search
m (→vol) |
m (→Article) |
||
Line 42: | Line 42: | ||
==Article== | ==Article== | ||
[[#Authors]] <title> [[#journaltitle]] [[#vol]] | [[#Authors]] <title> [[#journaltitle]] [[#vol]] [[#issuenr]] | ||
<xsl:call-template name="issuenr"/> | |||
<xsl:call-template name="cpage"/> | |||
<xsl:call-template name="artnum"/> | |||
<xsl:call-template name="pub_status"/> | |||
<xsl:call-template name="date"/> | |||
==Book== | ==Book== |
Revision as of 08:51, 27 October 2010
The eDoc Citation Style[edit]
Overall Rules[edit]
Creators[edit]
Authors[edit]
- are italic
- 1 position (if available):
"<corporatebody> (Ed.) "
- if creatorType is group, output only <creatornfamily>
- if creatorType is person output <creatornfamily>, <creatorini> for first author and <creatorini>, <creatornfamily> for further authors
- separate all authors with ", "
- separate last author with " and "
- there is special case: separate last author with ", and " (tbd!!!)
- end authors with ": "
Editors[edit]
- are italic
- 1 position (if available): "<corporatebody> (Ed.) "
- if creatorType is group, take only <creatornfamily>
- if creatorType is person
- for first and not last authors: <creatorini>, <creatornfamily>
- for last and not first authors:
- if <creatornfamily> contains "et al.": " <creatornfamily>"
- if <creatornfamily> not contains "et al.": ", <creatorini> <creatornfamily>"
- separate all authors with ", "
- end authors with
- if Editors count=1: "(Ed.): "
- if Editors count>1: "(Eds.): "
mixed Authors and Editors[edit]
- are italic
- 1 position (if available): "<corporatebody> (Ed.) "
- if at least on Author are available, output #Authors
- if at least on Editors are available, output #Editors
journaltitle[edit]
In: <journaltitle>
vol[edit]
- bold
" <volume>"
Article[edit]
#Authors <title> #journaltitle #vol #issuenr
<xsl:call-template name="issuenr"/> <xsl:call-template name="cpage"/> <xsl:call-template name="artnum"/> <xsl:call-template name="pub_status"/> <xsl:call-template name="date"/>