Upload karez-custom-harvard-style.csl
Browse files
karez-custom-harvard-style.csl
ADDED
|
@@ -0,0 +1,59 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<?xml version="1.0" encoding="utf-8"?>
|
| 2 |
+
<style xmlns="http://purl.org/net/xbiblio/csl" version="1.0" class="in-text" default-locale="en-US">
|
| 3 |
+
<info>
|
| 4 |
+
<title>Custom Harvard Italic Journal (Mendeley Cite)</title>
|
| 5 |
+
<id>http://www.zotero.org/styles/custom-harvard-italic-journal-fixed</id>
|
| 6 |
+
<link href="http://www.zotero.org/styles/harvard-cite-them-right" rel="template"/>
|
| 7 |
+
<category citation-format="author-date"/>
|
| 8 |
+
<updated>2026-04-13</updated>
|
| 9 |
+
</info>
|
| 10 |
+
|
| 11 |
+
<!-- In-text citation -->
|
| 12 |
+
<citation disambiguate-add-year-suffix="true">
|
| 13 |
+
<layout delimiter="; ">
|
| 14 |
+
<group delimiter=" ">
|
| 15 |
+
<names variable="author">
|
| 16 |
+
<name and="text" delimiter=", "/>
|
| 17 |
+
</names>
|
| 18 |
+
<date variable="issued">
|
| 19 |
+
<date-part name="year"/>
|
| 20 |
+
</date>
|
| 21 |
+
</group>
|
| 22 |
+
</layout>
|
| 23 |
+
</citation>
|
| 24 |
+
|
| 25 |
+
<!-- Bibliography -->
|
| 26 |
+
<bibliography hanging-indent="true">
|
| 27 |
+
<layout suffix=".">
|
| 28 |
+
|
| 29 |
+
<!-- Authors -->
|
| 30 |
+
<names variable="author" delimiter=", ">
|
| 31 |
+
<name name-as-sort-order="all" initialize-with=". " and="text"/>
|
| 32 |
+
</names>
|
| 33 |
+
|
| 34 |
+
<!-- Year -->
|
| 35 |
+
<date variable="issued" prefix=", " suffix=". ">
|
| 36 |
+
<date-part name="year"/>
|
| 37 |
+
</date>
|
| 38 |
+
|
| 39 |
+
<!-- Title -->
|
| 40 |
+
<text variable="title" suffix=", "/>
|
| 41 |
+
|
| 42 |
+
<!-- Journal (ITALIC) -->
|
| 43 |
+
<text variable="container-title" font-style="italic" suffix=", "/>
|
| 44 |
+
|
| 45 |
+
<!-- Volume(issue) -->
|
| 46 |
+
<group suffix=", ">
|
| 47 |
+
<text variable="volume"/>
|
| 48 |
+
<text variable="issue" prefix="(" suffix=")"/>
|
| 49 |
+
</group>
|
| 50 |
+
|
| 51 |
+
<!-- Pages -->
|
| 52 |
+
<text variable="page" prefix="pp. " suffix=", "/>
|
| 53 |
+
|
| 54 |
+
<!-- DOI -->
|
| 55 |
+
<text variable="DOI" prefix="http://doi.org/"/>
|
| 56 |
+
|
| 57 |
+
</layout>
|
| 58 |
+
</bibliography>
|
| 59 |
+
</style>
|