Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update harvard-institut-fur-praxisforschung-de.csl #7307

Merged
merged 1 commit into from
Nov 5, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
60 changes: 35 additions & 25 deletions harvard-institut-fur-praxisforschung-de.csl
Original file line number Diff line number Diff line change
Expand Up @@ -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">
Expand Down Expand Up @@ -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>
Expand All @@ -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=", ">
Expand Down