-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update nottingham-trent-university-library-harvard.csl (#6220)
Reduce number of titles italicised Change URL suffix for post-weblog Update one document URL Remove one document URL Simplify & use terms
- Loading branch information
1 parent
684bb48
commit 46e6eed
Showing
1 changed file
with
13 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,8 +7,7 @@ | |
<id>http://www.zotero.org/styles/nottingham-trent-university-library-harvard</id> | ||
<link href="http://www.zotero.org/styles/nottingham-trent-university-library-harvard" rel="self"/> | ||
<link href="http://www.zotero.org/styles/harvard-anglia-ruskin-university" rel="template"/> | ||
<link href="https://www4.ntu.ac.uk/library/developing_skills/referencing_plagiarism/referencing_support/index.html" rel="documentation"/> | ||
<link href="https://now.ntu.ac.uk/d2l/lor/viewer/view.d2l?ou=52836&loIdentId=25435&contentTopicId=1019510" rel="documentation"/> | ||
<link href="https://www.ntu.ac.uk/m/library/referencing-made-easy" rel="documentation"/> | ||
<author> | ||
<name>Richard Cross</name> | ||
<email>[email protected]</email> | ||
|
@@ -20,6 +19,11 @@ | |
<updated>2018-05-18T13:02:41+00:00</updated> | ||
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights> | ||
</info> | ||
<locale> | ||
<terms> | ||
<term name="post-weblog">online blog</term> | ||
</terms> | ||
</locale> | ||
<macro name="editor"> | ||
<names variable="editor" delimiter=", "> | ||
<name et-al-use-last="true" initialize-with=". " name-as-sort-order="all"/> | ||
|
@@ -83,7 +87,7 @@ | |
</macro> | ||
<macro name="title"> | ||
<choose> | ||
<if type="bill book graphic legal_case legislation motion_picture report song thesis webpage post-weblog" match="any"> | ||
<if type="bill book graphic legal_case legislation motion_picture report song thesis" match="any"> | ||
<text variable="title" font-style="italic"/> | ||
</if> | ||
<else> | ||
|
@@ -98,10 +102,15 @@ | |
</if> | ||
</choose> | ||
</if> | ||
</choose> | ||
<choose> | ||
<if type="post-weblog" variable="URL" match="all"> | ||
<text term="post-weblog" prefix=" [" suffix="]"/> | ||
</if> | ||
<else-if type="report webpage paper-conference article article-journal article-magazine article-newspaper patent post-weblog bill" match="any"> | ||
<choose> | ||
<if match="any" variable="URL"> | ||
<text value=" [online]"/> | ||
<text term="online" prefix=" [" suffix="]"/> | ||
</if> | ||
</choose> | ||
</else-if> | ||
|