Skip to content
forked from JabRef/jabref

Commit 8a17ae0

Browse files
POBrien333rmzelle
authored andcommitted
Update canadian-geotechnical-journal.csl (JabRef#4447)
1 parent 7165db0 commit 8a17ae0

File tree

1 file changed

+22
-25
lines changed

1 file changed

+22
-25
lines changed

Diff for: canadian-geotechnical-journal.csl

+22-25
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<id>http://www.zotero.org/styles/canadian-geotechnical-journal</id>
66
<link href="http://www.zotero.org/styles/canadian-geotechnical-journal" rel="self"/>
77
<link href="http://www.zotero.org/styles/canadian-journal-of-fisheries-and-aquatic-sciences" rel="template"/>
8-
<link href="http://www.nrcresearchpress.com/page/cgj/authors" rel="documentation"/>
8+
<link href="https://www.nrcresearchpress.com/page/cgj/authors#9d" rel="documentation"/>
99
<author>
1010
<name>Sebastian Karcher</name>
1111
</author>
@@ -17,13 +17,21 @@
1717
<name>Libor Ansorge</name>
1818
<uri>http://www.ansorge.website</uri>
1919
</contributor>
20+
<contributor>
21+
<name>Patrick O'Brien, PhD</name>
22+
</contributor>
2023
<category citation-format="author-date"/>
2124
<category field="geology"/>
2225
<issn>0008-3674</issn>
2326
<eissn>1208-6010</eissn>
24-
<updated>2016-05-22T17:28:58+00:00</updated>
27+
<updated>2019-12-12T13:45:56+00:00</updated>
2528
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
2629
</info>
30+
<locale xml:lang="en">
31+
<terms>
32+
<term name="available at">available from</term>
33+
</terms>
34+
</locale>
2735
<macro name="container-contributors">
2836
<choose>
2937
<if type="chapter paper-conference" match="any">
@@ -38,8 +46,8 @@
3846
<choose>
3947
<if type="chapter paper-conference" match="none">
4048
<names variable="editor translator" delimiter=", ">
41-
<label form="verb" font-style="italic" text-case="title"/>
42-
<name and="text" initialize-with="." delimiter=", "/>
49+
<label form="verb" text-case="capitalize-first" font-style="italic"/>
50+
<name prefix=" " and="text" initialize-with="."/>
4351
</names>
4452
</if>
4553
</choose>
@@ -74,17 +82,16 @@
7482
</macro>
7583
<macro name="access">
7684
<choose>
77-
<if variable="DOI">
85+
<if type="article-journal">
7886
<text variable="DOI" prefix="doi:"/>
7987
</if>
80-
<else>
81-
<group>
82-
<group delimiter=" ">
83-
<text value="Available"/>
84-
<text term="from"/>
88+
<else-if type="webpage post post-weblog" match="any">
89+
<group delimiter=". ">
90+
<group font-variant="normal" delimiter=" ">
91+
<text term="available at" text-case="capitalize-first"/>
8592
<text variable="URL"/>
8693
</group>
87-
<group prefix=" [" suffix="]">
94+
<group prefix="[" suffix="]">
8895
<text term="accessed" suffix=" "/>
8996
<date variable="accessed" delimiter=" ">
9097
<date-part name="day"/>
@@ -93,7 +100,7 @@
93100
</date>
94101
</group>
95102
</group>
96-
</else>
103+
</else-if>
97104
</choose>
98105
</macro>
99106
<macro name="publisher">
@@ -116,19 +123,9 @@
116123
<macro name="issued">
117124
<choose>
118125
<if variable="issued">
119-
<group>
120-
<date variable="issued">
121-
<date-part name="year"/>
122-
</date>
123-
<choose>
124-
<if type="article-journal bill book chapter graphic legal_case legislation motion_picture paper-conference report song" match="none">
125-
<date variable="issued">
126-
<date-part prefix=", " name="month"/>
127-
<date-part prefix=" " name="day"/>
128-
</date>
129-
</if>
130-
</choose>
131-
</group>
126+
<date date-parts="year" form="text" variable="issued">
127+
<date-part name="year"/>
128+
</date>
132129
</if>
133130
<else>
134131
<text prefix=" (" term="no date" suffix=")" form="short"/>

0 commit comments

Comments
 (0)