forked from citation-style-language/styles
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update harvard-institut-fur-praxisforschung-de.csl (citation-style-la…
- Loading branch information
1 parent
da0bfdf
commit 568b636
Showing
1 changed file
with
35 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,12 +17,16 @@ | |
<name>Saskia Mestern</name> | ||
<email>[email protected]</email> | ||
</author> | ||
<contributor> | ||
<name>Patrick O'Brien</name> | ||
<email>[email protected]</email> | ||
</contributor> | ||
<category citation-format="author-date"/> | ||
<category field="generic-base"/> | ||
<category field="political_science"/> | ||
<category field="social_science"/> | ||
<summary>A Harvard author-date style variant as used for Political Science and others, mostly German. The in-text citation style is changed to [author year: page], avoiding the abbreviation for pages (S.) and changing the delimiters.</summary> | ||
<updated>2020-07-13T09:24:45+00:00</updated> | ||
<updated>2024-11-05T13:05:35+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"> | ||
|
@@ -176,7 +180,7 @@ | |
<macro name="container-prefix"> | ||
<choose> | ||
<if type="chapter paper-conference article-journal" match="any"> | ||
<text term="in" suffix=":"/> | ||
<text term="in" suffix=": "/> | ||
</if> | ||
</choose> | ||
</macro> | ||
|
@@ -200,29 +204,35 @@ | |
<key variable="issued"/> | ||
</sort> | ||
<layout> | ||
<group delimiter=" " suffix="."> | ||
<choose> | ||
<if type="chapter paper-conference" match="any"> | ||
<group delimiter="; "> | ||
<text macro="author"/> | ||
</group> | ||
</if> | ||
<else> | ||
<group delimiter="; "> | ||
<text macro="author"/> | ||
<text macro="editor"/> | ||
</group> | ||
</else> | ||
</choose> | ||
<text macro="year-date" prefix="(" suffix="):"/> | ||
<text macro="title" suffix=","/> | ||
<text macro="container-prefix"/> | ||
<choose> | ||
<if type="chapter paper-conference" match="any"> | ||
<text macro="editor" suffix=","/> | ||
</if> | ||
</choose> | ||
<text variable="container-title" font-style="italic" suffix=","/> | ||
<group delimiter=", " suffix="."> | ||
<group delimiter=": "> | ||
<group delimiter=" "> | ||
<choose> | ||
<if type="chapter paper-conference" match="any"> | ||
<group delimiter="; "> | ||
<text macro="author"/> | ||
</group> | ||
</if> | ||
<else> | ||
<group delimiter="; "> | ||
<text macro="author"/> | ||
<text macro="editor"/> | ||
</group> | ||
</else> | ||
</choose> | ||
<text macro="year-date" prefix="(" suffix="):"/> | ||
</group> | ||
<text macro="title" suffix=","/> | ||
</group> | ||
<group> | ||
<text macro="container-prefix"/> | ||
<choose> | ||
<if type="chapter paper-conference" match="any"> | ||
<text macro="editor" suffix=", "/> | ||
</if> | ||
</choose> | ||
<text variable="container-title" font-style="italic"/> | ||
</group> | ||
<text macro="edition"/> | ||
<text macro="genre"/> | ||
<group delimiter=", "> | ||
|