2008-01-14 18:57:59 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2008-05-30 22:40:43 +00:00
|
|
|
<?oxygen RNGSchema="http://xbiblio.svn.sourceforge.net/viewvc/*checkout*/xbiblio/csl/schema/trunk/csl.rnc" type="compact"?>
|
2008-01-14 18:57:59 +00:00
|
|
|
<style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" xml:lang="en">
|
|
|
|
<info>
|
2008-01-14 18:59:20 +00:00
|
|
|
<title>DIN 1505-2 (author-date)</title>
|
|
|
|
<id>http://www.zotero.org/styles/din-1505-2</id>
|
2008-01-14 18:57:59 +00:00
|
|
|
<author>
|
|
|
|
<name>Sven Rothe</name>
|
|
|
|
<email>mmoole@googlemail.com</email>
|
|
|
|
</author>
|
2008-01-18 10:38:04 +00:00
|
|
|
<contributor>
|
|
|
|
<name>Julian Onions</name>
|
|
|
|
<email>julian.onions@gmail.com</email>
|
|
|
|
</contributor>
|
2008-01-14 18:57:59 +00:00
|
|
|
<category term="generic-base"/>
|
|
|
|
<category term="author-date"/>
|
|
|
|
<updated>2007-12-31T11:11:11+00:00</updated>
|
2008-05-30 22:40:43 +00:00
|
|
|
<summary>Style oriented by DIN 1505-2, for other media types on additional standards</summary>
|
|
|
|
<link href="http://www.bui.haw-hamburg.de/pers/klaus.lorenzen/ASP/litverz.pdf"
|
|
|
|
rel="documentation"/>
|
|
|
|
<link
|
|
|
|
href="http://www.uni-muenster.de/imperia/md/content/fachbereich_physik/didaktik_physik/materialien/materialschlichting/zitierregeln.pdf"
|
|
|
|
rel="documentation"/>
|
2008-02-01 21:29:46 +00:00
|
|
|
<link href="http://forums.zotero.org/discussion/1857"/>
|
2008-01-18 10:38:04 +00:00
|
|
|
<!-- this is just a beginning to try to have a DIN 1505 citation style,
|
|
|
|
since i am not a pro, the xml coding style may not be ideal :-)
|
|
|
|
Feel free to send me any comments, suggestions etc...
|
|
|
|
todo:
|
|
|
|
* basic media types (book, journal article, etc..)
|
|
|
|
* more media types (according DINxxx) audio video etc...
|
|
|
|
* fine tuning
|
|
|
|
* correcting errors
|
|
|
|
known bugs, help appreciated
|
|
|
|
* Abbreviations (Mitarb.) & (Hrsg. der Reihe) are missing (contributor, seriesEditor labels)
|
|
|
|
* "contributor" is not valid as a name variable , nevertheless it works but doesnt validate!
|
|
|
|
* Name of Volumes seems not to exist (type book) ("Sachtitel des (Teil.-)Bandes")
|
|
|
|
* author etc. first names should not be abbreviated
|
|
|
|
* scale of maps seems not to be available as variable
|
|
|
|
* reviewed author seems to be not available as variable (newspaper article)
|
|
|
|
* thesis type does notoffer a PLACE or FACULTY as variable!
|
|
|
|
how to show the place if it is not included in the University title!?!?
|
|
|
|
* thesis type: publisher (university), genre (type) dont seem to get through!?
|
|
|
|
-->
|
2008-01-14 18:57:59 +00:00
|
|
|
</info>
|
2008-05-30 22:40:43 +00:00
|
|
|
<macro name="author">
|
|
|
|
<names variable="author composer collection-editor" delimiter=" ; ">
|
2008-01-14 18:57:59 +00:00
|
|
|
<name name-as-sort-order="all" sort-separator=", " initialize-with=". " delimiter=" ; "
|
|
|
|
delimiter-precedes-last="always" font-variant="small-caps"/>
|
|
|
|
<label form="short" prefix=" (" suffix=".)"/>
|
|
|
|
</names>
|
|
|
|
</macro>
|
|
|
|
|
|
|
|
<macro name="editor">
|
|
|
|
<names variable="editor" delimiter=" ; ">
|
|
|
|
<name name-as-sort-order="all" sort-separator=", " initialize-with=". " delimiter=" ; "
|
|
|
|
delimiter-precedes-last="always" font-variant="small-caps"/>
|
|
|
|
<label form="short" prefix=" (" suffix=".)"/>
|
|
|
|
</names>
|
|
|
|
</macro>
|
2008-05-30 22:40:43 +00:00
|
|
|
<!--
|
2008-01-14 18:57:59 +00:00
|
|
|
<macro name="contributor">
|
|
|
|
<names variable="contributor " delimiter=" ; ">
|
|
|
|
<name name-as-sort-order="all" sort-separator=", " initialize-with=". " delimiter=" ; "
|
|
|
|
delimiter-precedes-last="always" font-variant="small-caps"/>
|
|
|
|
<label form="short" prefix=" (" suffix=".)"/>
|
|
|
|
</names>
|
|
|
|
</macro>
|
|
|
|
-->
|
|
|
|
|
|
|
|
<macro name="translator">
|
|
|
|
<names variable="translator" delimiter=" ; ">
|
|
|
|
<name name-as-sort-order="all" sort-separator=", " initialize-with=". " delimiter=" ; "
|
|
|
|
delimiter-precedes-last="always" font-variant="small-caps"/>
|
|
|
|
<label form="short" prefix=" (" suffix=".)"/>
|
|
|
|
</names>
|
|
|
|
</macro>
|
|
|
|
|
|
|
|
<macro name="author-short">
|
|
|
|
<names variable="author">
|
|
|
|
<name form="short" and="symbol" delimiter=", " initialize-with=". "/>
|
|
|
|
<substitute>
|
|
|
|
<names variable="editor"/>
|
|
|
|
<names variable="translator"/>
|
|
|
|
<choose>
|
|
|
|
<if type="book">
|
|
|
|
<text variable="title" form="short" font-style="italic"/>
|
|
|
|
</if>
|
|
|
|
<else>
|
|
|
|
<text variable="title" form="short" quotes="true"/>
|
|
|
|
</else>
|
|
|
|
</choose>
|
|
|
|
</substitute>
|
|
|
|
</names>
|
|
|
|
</macro>
|
|
|
|
|
|
|
|
<macro name="access">
|
|
|
|
<group>
|
|
|
|
<text term="retrieved" suffix=" "/>
|
|
|
|
<date variable="accessed">
|
|
|
|
<date-part name="year" form="long" suffix="-"/>
|
|
|
|
<date-part name="month" form="numeric-leading-zeros" suffix="-"/>
|
|
|
|
<date-part name="day" form="numeric-leading-zeros"/>
|
|
|
|
</date>
|
|
|
|
</group>
|
|
|
|
</macro>
|
|
|
|
|
|
|
|
<macro name="title">
|
|
|
|
<choose>
|
|
|
|
<if type="book">
|
|
|
|
<text variable="title" font-style="italic"/>
|
|
|
|
</if>
|
|
|
|
<else>
|
|
|
|
<text variable="title"/>
|
|
|
|
</else>
|
|
|
|
</choose>
|
|
|
|
</macro>
|
|
|
|
|
|
|
|
<macro name="publisher">
|
|
|
|
<group delimiter=": ">
|
|
|
|
<text variable="publisher-place"/>
|
|
|
|
<text variable="publisher"/>
|
|
|
|
</group>
|
|
|
|
</macro>
|
|
|
|
|
|
|
|
<macro name="volumes">
|
|
|
|
<group>
|
|
|
|
<text term="volume" form="short" suffix=". " plural="false"/>
|
|
|
|
<number variable="volume" form="numeric"/>
|
|
|
|
<!--<text term="from" form="short" suffix="."/>-->
|
|
|
|
<number prefix=", " variable="number-of-volumes" form="numeric"/>
|
|
|
|
</group>
|
|
|
|
</macro>
|
|
|
|
|
|
|
|
<macro name="edition">
|
|
|
|
<group>
|
|
|
|
<number variable="edition" form="numeric" suffix=". "/>
|
|
|
|
<text term="edition" form="short" plural="false"/>
|
|
|
|
</group>
|
|
|
|
</macro>
|
2008-05-30 22:40:43 +00:00
|
|
|
|
|
|
|
<!-- sadly "scale" doesnt seem to exist!?!?!?
|
2008-01-14 18:57:59 +00:00
|
|
|
<macro name="scale">
|
|
|
|
<group>
|
|
|
|
<text term="scale"/>
|
|
|
|
<text variable="scale"/>
|
|
|
|
</group>
|
|
|
|
</macro>-->
|
|
|
|
|
|
|
|
<citation>
|
|
|
|
<option name="et-al-min" value="3"/>
|
|
|
|
<option name="et-al-use-first" value="1"/>
|
|
|
|
<option name="et-al-subsequent-min" value="3"/>
|
|
|
|
<option name="et-al-subsequent-use-first" value="1"/>
|
|
|
|
<option name="disambiguate-add-year-suffix" value="true"/>
|
|
|
|
<option name="disambiguate-add-names" value="true"/>
|
|
|
|
<option name="disambiguate-add-givenname" value="true"/>
|
|
|
|
<option name="collapse" value="year"/>
|
|
|
|
<sort>
|
|
|
|
<key macro="author"/>
|
|
|
|
<key variable="issued"/>
|
|
|
|
</sort>
|
|
|
|
<layout prefix="(" suffix=")" delimiter="; ">
|
|
|
|
<group delimiter=", ">
|
|
|
|
<text macro="author-short" font-variant="small-caps"/>
|
|
|
|
<date variable="issued">
|
|
|
|
<date-part name="year"/>
|
|
|
|
</date>
|
|
|
|
<group>
|
|
|
|
<label variable="locator" include-period="true" form="short"/>
|
|
|
|
<text variable="locator" prefix=" "/>
|
|
|
|
</group>
|
|
|
|
</group>
|
|
|
|
</layout>
|
|
|
|
</citation>
|
2008-05-30 22:40:43 +00:00
|
|
|
|
2008-01-14 18:57:59 +00:00
|
|
|
<bibliography>
|
|
|
|
<option name="hanging-indent" value="true"/>
|
|
|
|
<option name="et-al-min" value="9"/>
|
|
|
|
<option name="et-al-use-first" value="9"/>
|
|
|
|
<sort>
|
|
|
|
<key macro="author"/>
|
|
|
|
<key variable="issued"/>
|
|
|
|
</sort>
|
|
|
|
<layout>
|
2008-05-30 22:40:43 +00:00
|
|
|
|
2008-01-14 18:57:59 +00:00
|
|
|
<group delimiter=" ; " suffix=": ">
|
|
|
|
<text macro="author"/>
|
|
|
|
<text macro="editor"/>
|
2008-05-30 22:40:43 +00:00
|
|
|
<!-- <text macro="contributor"/> -->
|
2008-01-14 18:57:59 +00:00
|
|
|
<text macro="translator"/>
|
|
|
|
</group>
|
|
|
|
<choose>
|
|
|
|
|
|
|
|
<!-- Tabelle 1 aus litverz.ps -->
|
|
|
|
<if type="book map" match="any">
|
|
|
|
<text prefix=" " macro="title" suffix=""/>
|
|
|
|
<text prefix=", " variable="collection-title" font-style="italic"/>
|
|
|
|
<!--Reihe-->
|
|
|
|
<text prefix=". " macro="volumes"/>
|
|
|
|
<text prefix=". " macro="edition"/>
|
|
|
|
<text prefix=". " variable="publisher-place"/>
|
|
|
|
<text prefix=" : " variable="publisher"/>
|
|
|
|
<date prefix=", " variable="issued">
|
|
|
|
<date-part name="year"/>
|
|
|
|
</date>
|
|
|
|
<!-- " (1. Gesamttitel mit Zählung)"
|
|
|
|
" (2. Gesamttitel mit Zählung)" -->
|
2008-05-30 22:40:43 +00:00
|
|
|
<!-- <text prefix=" – " macro="scale"/> -->
|
2008-01-18 10:38:04 +00:00
|
|
|
<text prefix=". – " variable="note"/>
|
|
|
|
<text prefix=" – ISBN " variable="ISBN"/>
|
2008-01-14 18:57:59 +00:00
|
|
|
</if>
|
|
|
|
|
|
|
|
<!-- Tabelle 3 aus litverz.ps -->
|
|
|
|
<else-if type="chapter">
|
|
|
|
<text prefix=" " macro="title" suffix="."/>
|
|
|
|
<text prefix=". " term="in" text-case="capitalize-all" suffix=": "/>
|
|
|
|
<text variable="container-title" font-style="italic"/>
|
|
|
|
<text prefix=", " variable="collection-title" font-style="italic"/>
|
|
|
|
<!--Reihe-->
|
|
|
|
<text prefix=". " macro="volumes"/>
|
|
|
|
<!-- <text prefix=" : " variable="title of volumes"/> what is this? -->
|
|
|
|
<text prefix=". " macro="edition"/>
|
|
|
|
<text prefix=". " variable="publisher-place"/>
|
|
|
|
<text prefix=" : " variable="publisher"/>
|
|
|
|
<date prefix=", " variable="issued">
|
|
|
|
<date-part name="year"/>
|
|
|
|
</date>
|
|
|
|
<!-- " (1. Gesamttitel mit Zählung)"
|
|
|
|
" (2. Gesamttitel mit Zählung)" -->
|
2008-01-18 10:38:04 +00:00
|
|
|
<text prefix=". – " variable="note"/>
|
|
|
|
<text prefix=" – ISBN " variable="ISBN"/>
|
2008-01-14 18:57:59 +00:00
|
|
|
<group prefix=", ">
|
|
|
|
<label variable="page" form="short" include-period="false"
|
2008-05-30 22:40:43 +00:00
|
|
|
suffix=" "/>
|
|
|
|
<!-- but it should be include-period="true"-->
|
2008-01-14 18:57:59 +00:00
|
|
|
<text variable="page"/>
|
|
|
|
</group>
|
|
|
|
</else-if>
|
|
|
|
|
|
|
|
<!-- Tabelle 5 aus litverz.ps - Hochschulschriften
|
|
|
|
(Diplomarbeiten, Dissertationen, Master-A., unvö. Studienarbeiten -->
|
|
|
|
<else-if type="thesis">
|
|
|
|
<text prefix=" " macro="title" suffix=""/>
|
|
|
|
<text prefix=". " macro="edition"/>
|
|
|
|
<text prefix=". " variable="publisher-place"/>
|
|
|
|
<text prefix=", " variable="publisher" form="long"/>
|
2008-05-30 22:40:43 +00:00
|
|
|
<!-- <text prefix=", " variable="faculty"/> -->
|
2008-01-14 18:57:59 +00:00
|
|
|
<text prefix=", " variable="genre" form="short"/>
|
|
|
|
<date prefix=", " variable="issued">
|
|
|
|
<date-part name="year"/>
|
|
|
|
</date>
|
2008-01-18 10:38:04 +00:00
|
|
|
<text prefix=". – " variable="note"/>
|
2008-01-14 18:57:59 +00:00
|
|
|
</else-if>
|
2008-05-30 22:40:43 +00:00
|
|
|
|
2008-01-14 18:57:59 +00:00
|
|
|
<else-if type="webpage">
|
|
|
|
<text prefix=" " macro="title" suffix=". " font-style="italic"/>
|
|
|
|
<text prefix="URL " variable="URL" suffix=""/>
|
|
|
|
<text prefix=". - " macro="access"/>
|
2008-05-30 22:40:43 +00:00
|
|
|
<text prefix=". - " variable="container-title"/>
|
2008-01-18 10:38:04 +00:00
|
|
|
<text prefix=". – " variable="note"/>
|
2008-01-14 18:57:59 +00:00
|
|
|
</else-if>
|
2008-05-30 22:40:43 +00:00
|
|
|
|
2008-01-14 18:57:59 +00:00
|
|
|
<!-- Tabelle 2 aus litverz.ps UND -->
|
|
|
|
<!-- Tabelle 4 aus litverz.ps - Schriften von Tagungen, Konferenzen, Symposien, ...-->
|
2008-05-30 22:40:43 +00:00
|
|
|
<else-if type=" article article-journal article-magazine article-newspaper"
|
|
|
|
match="any">
|
2008-01-14 18:57:59 +00:00
|
|
|
<text prefix="" variable="title"/>
|
|
|
|
<!-- " : Zusatz zum Sachtitel"
|
|
|
|
". Angabe des Teils"
|
|
|
|
" (Gesamttitelangabe)" -->
|
|
|
|
<group>
|
|
|
|
<text prefix=". " term="in" text-case="capitalize-first" suffix=": "/>
|
|
|
|
<text variable="container-title" font-style="italic"/>
|
|
|
|
<text prefix=", " variable="collection-title" font-style="italic" suffix="."/>
|
|
|
|
<!--", unterreihe der zeitschrift/zeitung" -->
|
|
|
|
</group>
|
|
|
|
<text prefix=" " macro="volumes"/>
|
|
|
|
<text prefix=". " variable="publisher-place"/>
|
|
|
|
<text prefix=", " variable="publisher" form="long"/>
|
|
|
|
<date prefix=" (" variable="issued" suffix=")">
|
|
|
|
<date-part name="year"/>
|
|
|
|
</date>
|
|
|
|
<text prefix=", Nr. " variable="issue"/>
|
|
|
|
<group prefix=", ">
|
2008-05-30 22:40:43 +00:00
|
|
|
<label variable="page" form="short" include-period="false"
|
|
|
|
suffix=" "/>
|
2008-01-14 18:57:59 +00:00
|
|
|
<!-- but logically it should be include-period="true"-->
|
|
|
|
<text variable="page"/>
|
|
|
|
</group>
|
2008-01-18 10:38:04 +00:00
|
|
|
<text prefix=". – " variable="note"/>
|
|
|
|
<text prefix=" – ISBN " variable="ISBN"/>
|
2008-01-14 18:57:59 +00:00
|
|
|
</else-if>
|
2008-05-30 22:40:43 +00:00
|
|
|
|
|
|
|
<!-- keiner der oben genannten fälle -->
|
2008-01-14 18:57:59 +00:00
|
|
|
<else>
|
|
|
|
<group suffix=".">
|
|
|
|
<text macro="title" prefix=" "/>
|
|
|
|
<text macro="editor-translator" prefix=" "/>
|
|
|
|
</group>
|
|
|
|
<group class="container" prefix=" " suffix=".">
|
|
|
|
<text variable="container-title" font-style="italic"/>
|
|
|
|
<group prefix=", ">
|
|
|
|
<text variable="volume" font-style="italic"/>
|
|
|
|
<text variable="issue" prefix="(" suffix=")"/>
|
|
|
|
</group>
|
|
|
|
<text variable="page" prefix=", "/>
|
|
|
|
</group>
|
|
|
|
</else>
|
|
|
|
</choose>
|
|
|
|
|
|
|
|
</layout>
|
|
|
|
</bibliography>
|
2008-05-30 22:40:43 +00:00
|
|
|
</style>
|