Skip to content

Commit e71363e

Browse files
authored
Create geriatrie-et-psychologie-neuropsychiatrie-du-vieillissement.csl (JabRef#4543)
1 parent cdd973e commit e71363e

File tree

1 file changed

+148
-0
lines changed

1 file changed

+148
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,148 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" version="1.0" page-range-format="minimal" default-locale="en-US">
3+
<info>
4+
<title>Gériatrie et Psychologie Neuropsychiatrie du Vieillissement</title>
5+
<title-short>GPNV</title-short>
6+
<id>http://www.zotero.org/styles/geriatrie-et-psychologie-neuropsychiatrie-du-vieillissement</id>
7+
<link href="http://www.zotero.org/styles/geriatrie-et-psychologie-neuropsychiatrie-du-vieillissement" rel="self"/>
8+
<link href="http://www.zotero.org/styles/environnement-risques-et-sante" rel="template"/>
9+
<link href="https://www.jle.com/fr/revues/gpn/espace_auteur" rel="documentation"/>
10+
<author>
11+
<name>Patrick O'Brien</name>
12+
</author>
13+
<category citation-format="numeric"/>
14+
<category field="medicine"/>
15+
<issn>2115-8789</issn>
16+
<eissn>2115-7863</eissn>
17+
<updated>2020-01-31T11:19:06+00:00</updated>
18+
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
19+
</info>
20+
<macro name="editor">
21+
<names variable="editor" delimiter=", ">
22+
<name initialize-with="" name-as-sort-order="all" sort-separator=" " delimiter=", " delimiter-precedes-last="always"/>
23+
<label form="short" prefix=", "/>
24+
</names>
25+
</macro>
26+
<macro name="author">
27+
<names variable="author" suffix=".">
28+
<name name-as-sort-order="all" sort-separator=" " initialize-with="" delimiter=", " delimiter-precedes-last="always"/>
29+
<label form="short" prefix=" "/>
30+
<et-al font-style="italic"/>
31+
<substitute>
32+
<names variable="editor"/>
33+
<text variable="title"/>
34+
</substitute>
35+
</names>
36+
</macro>
37+
<macro name="title">
38+
<choose>
39+
<if type="bill book graphic legal_case legislation motion_picture report song" match="any">
40+
<text variable="title" font-style="italic"/>
41+
</if>
42+
<else>
43+
<text variable="title"/>
44+
</else>
45+
</choose>
46+
</macro>
47+
<macro name="publisher">
48+
<group delimiter=" : ">
49+
<text variable="publisher-place"/>
50+
<text variable="publisher"/>
51+
</group>
52+
</macro>
53+
<macro name="year-date">
54+
<choose>
55+
<if variable="issued">
56+
<date variable="issued">
57+
<date-part name="year"/>
58+
</date>
59+
</if>
60+
<else>
61+
<text term="no date" form="short"/>
62+
</else>
63+
</choose>
64+
</macro>
65+
<macro name="edition">
66+
<choose>
67+
<if is-numeric="edition">
68+
<group delimiter=" ">
69+
<number variable="edition" form="ordinal"/>
70+
<text term="edition" form="short"/>
71+
</group>
72+
</if>
73+
<else>
74+
<text variable="edition"/>
75+
</else>
76+
</choose>
77+
</macro>
78+
<citation collapse="citation-number">
79+
<sort>
80+
<key variable="citation-number" sort="ascending"/>
81+
</sort>
82+
<layout prefix="[" suffix="]" delimiter=",">
83+
<text variable="citation-number"/>
84+
</layout>
85+
</citation>
86+
<bibliography et-al-min="7" et-al-use-first="6">
87+
<layout suffix=".">
88+
<text variable="citation-number" font-weight="bold" suffix=". "/>
89+
<text macro="author"/>
90+
<choose>
91+
<if type="bill book graphic legal_case legislation motion_picture report song" match="any">
92+
<group delimiter=". " prefix=" ">
93+
<group delimiter=", ">
94+
<text macro="title" suffix="."/>
95+
<text macro="edition"/>
96+
</group>
97+
<text macro="editor"/>
98+
<group delimiter=", ">
99+
<text macro="publisher" suffix=","/>
100+
<text macro="year-date" prefix=" "/>
101+
</group>
102+
</group>
103+
</if>
104+
<else-if type="chapter paper-conference" match="any">
105+
<group delimiter=". ">
106+
<text macro="title" prefix=" "/>
107+
<group delimiter=" : ">
108+
<text term="in" text-case="capitalize-first"/>
109+
<text macro="editor" prefix=" "/>
110+
</group>
111+
<text variable="container-title" font-style="italic"/>
112+
<text variable="collection-title"/>
113+
<group delimiter=" : ">
114+
<group delimiter=", ">
115+
<text macro="publisher"/>
116+
<text macro="year-date"/>
117+
</group>
118+
<text variable="page"/>
119+
</group>
120+
</group>
121+
</else-if>
122+
<else-if type="thesis">
123+
<group delimiter=" " prefix=" ">
124+
<text macro="title"/>
125+
<text variable="genre" prefix="[" suffix="]. "/>
126+
<text macro="publisher" suffix="."/>
127+
<text macro="year-date" prefix=" " suffix="."/>
128+
</group>
129+
</else-if>
130+
<else>
131+
<group delimiter=" ">
132+
<group delimiter=". ">
133+
<text macro="title" prefix=" "/>
134+
<text variable="container-title" form="short" strip-periods="true" font-style="italic" prefix=" "/>
135+
</group>
136+
<group delimiter=" ; ">
137+
<text macro="year-date"/>
138+
<group delimiter=" : ">
139+
<text variable="volume"/>
140+
<text variable="page"/>
141+
</group>
142+
</group>
143+
</group>
144+
</else>
145+
</choose>
146+
</layout>
147+
</bibliography>
148+
</style>

0 commit comments

Comments
 (0)