Skip to content

Commit a26fa95

Browse files
PavelGivrmzelle
authored andcommitted
Update afte-journal.csl (JabRef#4489)
1 parent a7bf678 commit a26fa95

File tree

1 file changed

+29
-24
lines changed

1 file changed

+29
-24
lines changed

Diff for: afte-journal.csl

+29-24
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</author>
1212
<category citation-format="numeric"/>
1313
<issn>1048-9959</issn>
14-
<updated>2019-12-21T16:56:50+00:00</updated>
14+
<updated>2020-01-07T19:11:47+00:00</updated>
1515
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
1616
</info>
1717
<locale>
@@ -88,7 +88,7 @@
8888
<key variable="citation-number"/>
8989
</sort>
9090
<layout suffix=".">
91-
<text variable="citation-number" suffix=". "/>
91+
<text variable="citation-number" prefix="[" suffix="]"/>
9292
<choose>
9393
<if type="article-journal article article-magazine article-newspaper">
9494
<text macro="authors" suffix=", "/>
@@ -130,7 +130,7 @@
130130
<text macro="authors" suffix=", "/>
131131
<!-- <text macro="author-first" suffix=" "/> -->
132132
<group suffix=", ">
133-
<text variable="title" text-case="title" quotes="true" suffix=", "/>
133+
<text variable="title" text-case="title" quotes="true"/>
134134
</group>
135135
<text variable="container-title" prefix="Presented at " suffix=", "/>
136136
<!-- Proc Title -->
@@ -154,7 +154,7 @@
154154
<else-if type="webpage">
155155
<text macro="authors" suffix=". "/>
156156
<text variable="title" quotes="true" suffix=". "/>
157-
<text variable="URL" prefix=" &lt;URL: " suffix="&gt;. "/>
157+
<text variable="URL" prefix="&lt;URL: " suffix="&gt;. "/>
158158
<group delimiter=", ">
159159
<date variable="accessed" prefix="Accessed: " suffix=".">
160160
<date-part name="year" suffix=" "/>
@@ -164,11 +164,12 @@
164164
</group>
165165
</else-if>
166166
<else-if type="personal_communication" match="any">
167-
<text macro="authors" suffix=". Personal communication."/>
168-
<date variable="accessed" suffix=".">
169-
<date-part name="year" suffix=" "/>
170-
<date-part name="month" form="short" suffix=" "/>
171-
<date-part name="day" form="numeric-leading-zeros" suffix=""/>
167+
<text macro="authors" suffix=". "/>
168+
<text value="Personal communication" suffix=". "/>
169+
<date variable="issued" suffix=".">
170+
<date-part name="month" suffix=" "/>
171+
<date-part name="day" form="numeric-leading-zeros" suffix=", "/>
172+
<date-part name="year" suffix="."/>
172173
</date>
173174
</else-if>
174175
<else-if type="report">
@@ -196,27 +197,31 @@
196197
<text macro="year"/>
197198
</group>
198199
</else-if>
199-
<else>
200+
<else-if type="patent" match="any">
200201
<text macro="authors" suffix=", "/>
201-
<!-- <text macro="author-first" suffix=" "/> -->
202-
<group suffix=", ">
203-
<text variable="title" text-case="title" quotes="true" suffix=", "/>
202+
<text variable="title" text-case="title" quotes="true" suffix=", "/>
203+
<text variable="number" prefix="Patent " suffix=", "/>
204+
<group delimiter=".">
205+
<group delimiter=", ">
206+
<text variable="publisher"/>
207+
<group delimiter=", ">
208+
<text variable="publisher-place"/>
209+
<text macro="year"/>
210+
</group>
211+
</group>
204212
</group>
205-
<text variable="container-title" prefix="Presented at " suffix=", "/>
206-
<!-- Proc Title -->
207-
<group delimiter=". ">
213+
</else-if>
214+
<else>
215+
<text macro="authors" suffix=", "/>
216+
<text variable="title" text-case="title" quotes="true" suffix=", "/>
217+
<group delimiter=".">
208218
<group delimiter=", ">
209-
<text variable="publisher-place"/>
219+
<text variable="publisher"/>
210220
<group delimiter=", ">
211-
<text variable="publisher"/>
212-
<date variable="issued">
213-
<date-part name="day" form="numeric-leading-zeros" suffix=" "/>
214-
<date-part name="month" suffix=" "/>
215-
<date-part name="year" form="long"/>
216-
</date>
221+
<text variable="publisher-place"/>
222+
<text macro="year"/>
217223
</group>
218224
</group>
219-
<text variable="page" prefix="pp. "/>
220225
<!--&#160; - Uppercase -->
221226
<text macro="URLandDOI"/>
222227
</group>

0 commit comments

Comments
 (0)