Skip to content

Commit 649aac4

Browse files
authored
Create medizinische-hochschule-hannover.csl (#6059)
Request from May 10, 2022 via citationstyles.org email/form sent to me by @adam3smith
1 parent 3723981 commit 649aac4

File tree

1 file changed

+115
-0
lines changed

1 file changed

+115
-0
lines changed
Lines changed: 115 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,115 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<style xmlns="http://purl.org/net/xbiblio/csl" version="1.0" class="in-text" demote-non-dropping-particle="sort-only" page-range-format="expanded" default-locale="en-US">
3+
<info>
4+
<title>Medizinische Hochschule Hannover</title>
5+
<title-short>MHH</title-short>
6+
<id>http://www.zotero.org/styles/medizinische-hochschule-hannover</id>
7+
<link href="http://www.zotero.org/styles/medizinische-hochschule-hannover" rel="self"/>
8+
<link href="http://www.zotero.org/styles/cell" rel="template"/>
9+
<link href="https://www.mhh.de/bibliothek/literatur-verwalten/mhh-citation-style" rel="documentation"/>
10+
<author>
11+
<name>Patrick O'Brien</name>
12+
</author>
13+
<category citation-format="author-date"/>
14+
<category field="medicine"/>
15+
<summary>Style for MHH based on the guidelines from 02.12.2020.</summary>
16+
<updated>2022-05-12T08:17:27+00:00</updated>
17+
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
18+
</info>
19+
<macro name="author-short">
20+
<names variable="author">
21+
<name form="short" and="text"/>
22+
</names>
23+
</macro>
24+
<macro name="author-count">
25+
<names variable="author">
26+
<name form="count"/>
27+
</names>
28+
</macro>
29+
<macro name="author">
30+
<names variable="author">
31+
<name name-as-sort-order="all" initialize-with="." and="text" delimiter-precedes-last="always"/>
32+
</names>
33+
</macro>
34+
<macro name="issued">
35+
<date variable="issued">
36+
<date-part name="year"/>
37+
</date>
38+
</macro>
39+
<macro name="publisher">
40+
<group prefix="(" delimiter=": " suffix=")">
41+
<text variable="publisher-place"/>
42+
<text variable="publisher"/>
43+
</group>
44+
</macro>
45+
<macro name="editor">
46+
<names variable="editor">
47+
<name initialize-with="." and="text" delimiter-precedes-last="always"/>
48+
<label form="short" prefix=", "/>
49+
</names>
50+
</macro>
51+
<macro name="access">
52+
<choose>
53+
<if type="article-journal" match="any">
54+
<text variable="DOI" prefix="DOI: "/>
55+
</if>
56+
</choose>
57+
</macro>
58+
<citation et-al-min="3" et-al-use-first="1" disambiguate-add-year-suffix="true" collapse="year">
59+
<sort>
60+
<key macro="author-short" names-min="1" names-use-first="1"/>
61+
<key macro="author-count" names-min="3" names-use-first="3"/>
62+
<key macro="author" names-min="3" names-use-first="1"/>
63+
<key macro="issued"/>
64+
<key variable="title"/>
65+
</sort>
66+
<layout prefix="(" suffix=")" delimiter="; ">
67+
<group delimiter=", ">
68+
<text macro="author-short"/>
69+
<text macro="issued"/>
70+
</group>
71+
</layout>
72+
</citation>
73+
<bibliography et-al-min="26" et-al-use-first="25">
74+
<sort>
75+
<key macro="author-short" names-min="1" names-use-first="1"/>
76+
<key macro="author-count" names-min="3" names-use-first="3"/>
77+
<key macro="author" names-min="3" names-use-first="1"/>
78+
<key macro="issued"/>
79+
</sort>
80+
<layout suffix=".">
81+
<group delimiter=" ">
82+
<text macro="author"/>
83+
<text macro="issued" prefix="(" suffix=")."/>
84+
<choose>
85+
<if type="article article-magazine article-newspaper article-journal review" match="any">
86+
<text variable="title" suffix="."/>
87+
<text variable="container-title" form="short" text-case="title"/>
88+
<group delimiter=", ">
89+
<text variable="volume" font-style="italic"/>
90+
<text variable="page"/>
91+
</group>
92+
</if>
93+
<else-if type="chapter paper-conference" match="any">
94+
<text variable="title" suffix="."/>
95+
<text variable="container-title" prefix="In " suffix="," text-case="title"/>
96+
<text macro="editor"/>
97+
<text macro="publisher" suffix=","/>
98+
<label variable="page" form="short"/>
99+
<text variable="page"/>
100+
</else-if>
101+
<else-if type="thesis">
102+
<text variable="title" suffix="."/>
103+
<text variable="genre" suffix="."/>
104+
<text variable="publisher"/>
105+
</else-if>
106+
<else>
107+
<text variable="title"/>
108+
<text macro="publisher"/>
109+
</else>
110+
</choose>
111+
</group>
112+
<text macro="access" prefix=". "/>
113+
</layout>
114+
</bibliography>
115+
</style>

0 commit comments

Comments
 (0)