Skip to content

Commit 937ce4b

Browse files
Update the-plant-genome.csl (#5432)
1 parent 996e217 commit 937ce4b

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

the-plant-genome.csl

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,18 @@
1212
<category citation-format="author-date"/>
1313
<category field="biology"/>
1414
<eissn>1940-3372</eissn>
15-
<updated>2017-08-16T13:03:54+00:00</updated>
15+
<updated>2021-05-05T12:00:00+00:00</updated>
1616
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
1717
</info>
1818
<macro name="editor">
1919
<names variable="editor" delimiter=", ">
20-
<name and="text" initialize-with="." delimiter=", "/>
21-
<label form="short" plural="never" prefix=", "/>
20+
<name and="symbol" initialize-with="." delimiter=", " delimiter-precedes-last="never"/>
21+
<label form="short" text-case="capitalize-first" prefix=" (" suffix=")"/>
2222
</names>
2323
</macro>
2424
<macro name="author">
2525
<names variable="author">
26-
<name name-as-sort-order="first" and="text" sort-separator=", " initialize-with="." delimiter=", " delimiter-precedes-last="always"/>
26+
<name name-as-sort-order="all" and="symbol" sort-separator=", " initialize-with="." delimiter=", " delimiter-precedes-last="always"/>
2727
<label form="short" prefix=" "/>
2828
<substitute>
2929
<names variable="editor"/>
@@ -33,7 +33,7 @@
3333
</macro>
3434
<macro name="author-short">
3535
<names variable="author">
36-
<name form="short" and="text" delimiter=", " initialize-with="."/>
36+
<name form="short" and="symbol" delimiter=", " initialize-with="."/>
3737
<substitute>
3838
<names variable="editor"/>
3939
<names variable="translator"/>
@@ -44,7 +44,7 @@
4444
<macro name="title">
4545
<choose>
4646
<if type="book webpage" match="any">
47-
<text variable="title" text-case="title"/>
47+
<text variable="title" text-case="title" font-style="italic"/>
4848
</if>
4949
<else>
5050
<text variable="title"/>
@@ -88,7 +88,7 @@
8888
</group>
8989
</layout>
9090
</citation>
91-
<bibliography line-spacing="2" hanging-indent="true">
91+
<bibliography line-spacing="1" hanging-indent="true">
9292
<sort>
9393
<key macro="author" names-use-last="true"/>
9494
<key macro="year-date" names-use-last="true"/>
@@ -97,16 +97,16 @@
9797
<group delimiter=". ">
9898
<text macro="author"/>
9999
<date variable="issued">
100-
<date-part name="year"/>
100+
<date-part name="year" prefix="(" suffix=")"/>
101101
</date>
102102
<choose>
103103
<if type="book report chapter" match="any">
104-
<group delimiter=". " prefix=" ">
105-
<text macro="title"/>
104+
<group delimiter=" ">
105+
<text macro="title" suffix="."/>
106106
<text macro="edition"/>
107-
<text macro="editor"/>
108-
<text variable="collection-title"/>
109-
<text variable="collection-number" prefix="No. "/>
107+
<text macro="editor" prefix=" In " suffix=","/>
108+
<text variable="container-title" font-style="italic"/>
109+
<text variable="page" prefix="(pp. " suffix=")."/>
110110
<text macro="publisher"/>
111111
</group>
112112
</if>
@@ -145,8 +145,8 @@
145145
</else-if>
146146
<else-if type="thesis" match="any">
147147
<group prefix=" ">
148-
<text macro="title" suffix="."/>
149-
<text variable="genre" prefix=" " suffix=" Thesis."/>
148+
<text macro="title" font-style="italic"/>
149+
<text variable="genre" prefix=" [" suffix="]."/>
150150
<text variable="publisher" form="short" prefix=" " suffix=","/>
151151
<text variable="publisher-place" prefix=" "/>
152152
</group>
@@ -164,12 +164,12 @@
164164
<else>
165165
<group prefix=" ">
166166
<text macro="title"/>
167-
<text variable="container-title" form="short" font-style="normal" prefix=". "/>
168-
<group delimiter=":" prefix=" ">
169-
<text variable="volume"/>
167+
<text variable="container-title" font-style="italic" prefix=". " suffix=", "/>
168+
<group delimiter=", " prefix=" ">
169+
<text variable="volume" font-style="italic"/>
170170
<text variable="page"/>
171171
</group>
172-
<text variable="DOI" prefix=". doi:"/>
172+
<text variable="DOI" prefix=". https://doi.org/"/>
173173
</group>
174174
</else>
175175
</choose>

0 commit comments

Comments
 (0)