Skip to content

Commit

Permalink
Update zeitschrift-fur-kunstgeschichte.csl
Browse files Browse the repository at this point in the history
This includes a large update concerning the order of editors and title: I received an answer from the journal editors:

<blockquote>Die Herausgeber werden im Falle von Editionen, Lexika und Ausstellungskatalogen dem Titel nachgestellt. Bei gewöhnlichen Sammelbänden werden die Herausgeber dem Titel vorangestellt.</blockquote>

It seems hard to distinguish in CSL between these different types of edited books. However, I tried to implement this by using `entry-encyclopedia` type here, even for the books itself. I.e. for example:

Michael Fehr, Stefan Grohé (Hg.), <i>Geschichte, Bild, Museum. Zur Darstellung von Geschichte im Museum</i> (Museum der Museen, 1), Köln 1989.

<i>Glaube und Macht. Sachsen im Europa der Reformationszeit</i> (Ausst.-Kat. Torgau, Schloss Hartenfels), hg. von Harald Marx, Eckhard Kluth, Dresden 2004.

are entered

```
[
	{
		"id": "http://zotero.org/users/96641/items/M75GBNTU",
		"type": "book",
		"title": "Geschichte, Bild, Museum. Zur Darstellung von Geschichte im Museum",
		"collection-title": "Museum der Museen",
		"collection-number": "1",
		"publisher": "Verlag",
		"publisher-place": "Köln",
		"event-place": "Köln",
		"editor": [
			{
				"family": "Fehr",
				"given": "Michael"
			},
			{
				"family": "Grohé",
				"given": "Stefan"
			}
		],
		"issued": {
			"date-parts": [
				[
					"1989"
				]
			]
		}
	},
	{
		"id": "http://zotero.org/users/96641/items/MQTW7H47",
		"type": "entry-encyclopedia",
		"title": "Glaube und Macht. Sachsen im Europa der Reformationszeit",
		"collection-title": "Ausst.-Kat. Torgau, Schloss Hartenfels",
		"publisher-place": "Dresden",
		"event-place": "Dresden",
		"editor": [
			{
				"family": "Marx",
				"given": "Harald"
			},
			{
				"family": "Kluth",
				"given": "Eckhard"
			}
		],
		"issued": {
			"date-parts": [
				[
					"2004"
				]
			]
		}
	}
]
```


See also https://forums.zotero.org/discussion/55918/style-request-kunstgeschichte-kunstwissenschaft-german/#Item_22
  • Loading branch information
zuphilip committed Jan 13, 2016
1 parent 9a67495 commit bb462c1
Showing 1 changed file with 89 additions and 26 deletions.
115 changes: 89 additions & 26 deletions zeitschrift-fur-kunstgeschichte.csl
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,15 @@
<category field="humanities"/>
<category field="history"/>
<issn>0044-2992</issn>
<summary>Multilingual style; the information for exhibition catalogues should be entered in the field collection-title; locators may use the word &quot;here&quot; or &quot;hier&quot; in front of the page refering to which must be entered individually (the style outputs the locator as it is entered w/o any label or additional text).</summary>
<updated>2016-01-04T15:47:52+00:00</updated>
<summary>From the editors: &quot;Die Herausgeber werden im Falle von Editionen, Lexika und Ausstellungskatalogen dem Titel nachgestellt [use encyclopedia articles with or without container-title for that]. Bei gewöhnlichen Sammelbänden werden die Herausgeber dem Titel vorangestellt [use book for that].&quot; Multilingual style; the information for exhibition catalogues should be entered in the field collection-title; locators may use the word &quot;here&quot; or &quot;hier&quot; in front of the page refering to which must be entered individually (the style outputs the locator as it is entered w/o any label or additional text).</summary>
<updated>2016-01-13T07:13:31+00:00</updated>
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
</info>
<locale xml:lang="de">
<terms>
<term name="note">wie Anm.</term>
<term name="et-al">et al.</term>
<term name="editor" form="short">Hg.</term>
</terms>
</locale>
<locale xml:lang="en">
Expand Down Expand Up @@ -115,21 +116,52 @@
<text variable="title"/>
<group delimiter=" ">
<text term="in" suffix=": "/>
<text macro="editor"/>
<text variable="container-title" font-style="italic"/>
<text macro="collection-with-number"/>
<text macro="volume"/>
<choose>
<if type="entry-encyclopedia" match="any">
<text variable="container-title" font-style="italic"/>
<text macro="collection-with-number"/>
<text macro="volume"/>
<names variable="editor">
<label form="verb-short" suffix=" "/>
<name/>
</names>
</if>
<else>
<text macro="editor" suffix=","/>
<text variable="container-title" font-style="italic"/>
<text macro="collection-with-number"/>
<text macro="volume"/>
</else>
</choose>
</group>
</if>
<else>
<group delimiter=" ">
<text variable="title" font-style="italic"/>
<text macro="collection-with-number"/>
</group>
<names variable="editor translator" delimiter=", ">
<label form="verb-short" suffix=" "/>
<name/>
</names>
<choose>
<if type="entry-encyclopedia" match="any">
<group delimiter=" ">
<text variable="title" font-style="italic"/>
<text macro="collection-with-number"/>
</group>
<names variable="editor translator" delimiter=", ">
<label form="verb-short" suffix=" "/>
<name/>
</names>
</if>
<else>
<choose>
<if match="none" variable="author">
<names variable="editor">
<name/>
<label form="short" prefix=" (" suffix=")"/>
</names>
</if>
</choose>
<group delimiter=" ">
<text variable="title" font-style="italic"/>
<text macro="collection-with-number"/>
</group>
</else>
</choose>
</else>
</choose>
<group delimiter=" ">
Expand Down Expand Up @@ -159,21 +191,52 @@
<text variable="title"/>
<group delimiter=" ">
<text term="in" suffix=": "/>
<text macro="editor"/>
<text variable="container-title" font-style="italic"/>
<text macro="collection-with-number"/>
<text macro="volume"/>
<choose>
<if type="entry-encyclopedia" match="any">
<text variable="container-title" font-style="italic"/>
<text macro="collection-with-number"/>
<text macro="volume"/>
<names variable="editor">
<label form="verb-short" suffix=" "/>
<name/>
</names>
</if>
<else>
<text macro="editor" suffix=","/>
<text variable="container-title" font-style="italic"/>
<text macro="collection-with-number"/>
<text macro="volume"/>
</else>
</choose>
</group>
</if>
<else>
<group delimiter=" ">
<text variable="title" font-style="italic"/>
<text macro="collection-with-number"/>
</group>
<names variable="editor translator" delimiter=", ">
<label form="verb-short" suffix=" "/>
<name/>
</names>
<choose>
<if type="entry-encyclopedia" match="any">
<group delimiter=" ">
<text variable="title" font-style="italic"/>
<text macro="collection-with-number"/>
</group>
<names variable="editor translator" delimiter=", ">
<label form="verb-short" suffix=" "/>
<name/>
</names>
</if>
<else>
<choose>
<if match="none" variable="author">
<names variable="editor">
<name/>
<label form="short" prefix=" (" suffix=")"/>
</names>
</if>
</choose>
<group delimiter=" ">
<text variable="title" font-style="italic"/>
<text macro="collection-with-number"/>
</group>
</else>
</choose>
</else>
</choose>
<group delimiter=" ">
Expand Down

0 comments on commit bb462c1

Please sign in to comment.