Skip to content

Commit 767df6d

Browse files
authored
Update transnational-environmental-law.csl (#5435)
1 parent 1e63dfe commit 767df6d

File tree

1 file changed

+30
-9
lines changed

1 file changed

+30
-9
lines changed

transnational-environmental-law.csl

Lines changed: 30 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<link href="http://www.zotero.org/styles/transnational-environmental-law" rel="self"/>
88
<link href="http://www.zotero.org/styles/elsevier-with-titles" rel="template"/>
99
<link href="https://www.cambridge.org/core/journals/transnational-environmental-law/information/instructions-contributors" rel="documentation"/>
10+
<link href="https://www.cambridge.org/core/services/aop-file-manager/file/5f8435072aae1a2bdc987dac/TEL-IFC.pdf" rel="documentation"/>
1011
<author>
1112
<name>Patrick O'Brien</name>
1213
<email>[email protected]</email>
@@ -15,7 +16,7 @@
1516
<category field="law"/>
1617
<issn>2047-1025</issn>
1718
<eissn>2047-1033</eissn>
18-
<updated>2017-09-06T13:20:13+00:00</updated>
19+
<updated>2021-05-07T11:59:01+00:00</updated>
1920
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
2021
</info>
2122
<macro name="author">
@@ -67,18 +68,28 @@
6768
<choose>
6869
<if variable="locator">
6970
<choose>
70-
<if type="bill book graphic legal_case legislation motion_picture report song" match="any">
71-
<group delimiter=" " prefix=", ">
72-
<text term="at"/>
73-
<label variable="page" form="short"/>
71+
<if match="any" position="subsequent">
72+
<group delimiter=" ">
73+
<label variable="locator" form="short"/>
7474
<text variable="locator"/>
7575
</group>
7676
</if>
7777
<else>
78-
<group delimiter=" " prefix=", ">
79-
<text term="at"/>
80-
<text variable="locator"/>
81-
</group>
78+
<choose>
79+
<if type="bill book graphic legal_case legislation motion_picture report song" match="any">
80+
<group delimiter=" " prefix=", ">
81+
<text term="at"/>
82+
<label variable="page" form="short"/>
83+
<text variable="locator"/>
84+
</group>
85+
</if>
86+
<else>
87+
<group delimiter=" " prefix=", ">
88+
<text term="at"/>
89+
<text variable="locator"/>
90+
</group>
91+
</else>
92+
</choose>
8293
</else>
8394
</choose>
8495
</if>
@@ -90,6 +101,16 @@
90101
<if position="ibid">
91102
<text term="ibid"/>
92103
</if>
104+
<else-if match="any" position="subsequent">
105+
<group delimiter=", ">
106+
<text macro="author"/>
107+
<group delimiter=" ">
108+
<text value="n."/>
109+
<text variable="first-reference-note-number"/>
110+
<text value="above"/>
111+
</group>
112+
</group>
113+
</else-if>
93114
<else>
94115
<text macro="author" suffix=", "/>
95116
<choose>

0 commit comments

Comments
 (0)