|
1 | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | 2 | <style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" version="1.0" demote-non-dropping-particle="display-and-sort" default-locale="en-US"> |
| 3 | + <!-- This style was edited with the Visual CSL Editor (https://editor.citationstyles.org/visualEditor/) --> |
3 | 4 | <info> |
4 | 5 | <title>Unified style sheet for linguistics</title> |
5 | 6 | <id>http://www.zotero.org/styles/unified-style-sheet-for-linguistics</id> |
|
24 | 25 | <contributor> |
25 | 26 | <name>Brian Plimley</name> |
26 | 27 | </contributor> |
| 28 | + <contributor> |
| 29 | + <name>Simon Meier-Vieracker</name> |
| 30 | + </contributor> |
27 | 31 | <category citation-format="author-date"/> |
28 | 32 | <category field="linguistics"/> |
29 | | - <updated>2020-03-19T16:21:55+00:00</updated> |
| 33 | + <updated>2022-06-21T14:23:09+00:00</updated> |
30 | 34 | <rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights> |
31 | 35 | </info> |
32 | 36 | <locale> |
|
164 | 168 | </else-if> |
165 | 169 | </choose> |
166 | 170 | <text variable="DOI" prefix="https://doi.org/"/> |
167 | | - <text variable="URL"/> |
168 | | - </group> |
169 | | - <group prefix=" (" suffix=")"> |
170 | | - <date variable="accessed"> |
171 | | - <date-part name="day" suffix=" "/> |
172 | | - <date-part name="month" suffix=", "/> |
173 | | - <date-part name="year"/> |
174 | | - </date> |
| 171 | + <choose> |
| 172 | + <if match="none" variable="DOI"> |
| 173 | + <text variable="URL"/> |
| 174 | + <group prefix=" (" suffix=")"> |
| 175 | + <date variable="accessed"> |
| 176 | + <date-part name="day" suffix=" "/> |
| 177 | + <date-part name="month" suffix=", "/> |
| 178 | + <date-part name="year"/> |
| 179 | + </date> |
| 180 | + </group> |
| 181 | + </if> |
| 182 | + </choose> |
175 | 183 | </group> |
176 | 184 | </macro> |
177 | 185 | <macro name="title"> |
|
0 commit comments