|
7 | 7 | <id>http://www.zotero.org/styles/nottingham-trent-university-library-harvard</id> |
8 | 8 | <link href="http://www.zotero.org/styles/nottingham-trent-university-library-harvard" rel="self"/> |
9 | 9 | <link href="http://www.zotero.org/styles/harvard-anglia-ruskin-university" rel="template"/> |
10 | | - <link href="https://www4.ntu.ac.uk/library/developing_skills/referencing_plagiarism/referencing_support/index.html" rel="documentation"/> |
11 | | - <link href="https://now.ntu.ac.uk/d2l/lor/viewer/view.d2l?ou=52836&loIdentId=25435&contentTopicId=1019510" rel="documentation"/> |
| 10 | + <link href="https://www.ntu.ac.uk/m/library/referencing-made-easy" rel="documentation"/> |
12 | 11 | <author> |
13 | 12 | <name>Richard Cross</name> |
14 | 13 | |
|
20 | 19 | <updated>2018-05-18T13:02:41+00:00</updated> |
21 | 20 | <rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights> |
22 | 21 | </info> |
| 22 | + <locale> |
| 23 | + <terms> |
| 24 | + <term name="post-weblog">online blog</term> |
| 25 | + </terms> |
| 26 | + </locale> |
23 | 27 | <macro name="editor"> |
24 | 28 | <names variable="editor" delimiter=", "> |
25 | 29 | <name et-al-use-last="true" initialize-with=". " name-as-sort-order="all"/> |
|
83 | 87 | </macro> |
84 | 88 | <macro name="title"> |
85 | 89 | <choose> |
86 | | - <if type="bill book graphic legal_case legislation motion_picture report song thesis webpage post-weblog" match="any"> |
| 90 | + <if type="bill book graphic legal_case legislation motion_picture report song thesis" match="any"> |
87 | 91 | <text variable="title" font-style="italic"/> |
88 | 92 | </if> |
89 | 93 | <else> |
|
98 | 102 | </if> |
99 | 103 | </choose> |
100 | 104 | </if> |
| 105 | + </choose> |
| 106 | + <choose> |
| 107 | + <if type="post-weblog" variable="URL" match="all"> |
| 108 | + <text term="post-weblog" prefix=" [" suffix="]"/> |
| 109 | + </if> |
101 | 110 | <else-if type="report webpage paper-conference article article-journal article-magazine article-newspaper patent post-weblog bill" match="any"> |
102 | 111 | <choose> |
103 | 112 | <if match="any" variable="URL"> |
104 | | - <text value=" [online]"/> |
| 113 | + <text term="online" prefix=" [" suffix="]"/> |
105 | 114 | </if> |
106 | 115 | </choose> |
107 | 116 | </else-if> |
|
0 commit comments