View difference between Paste ID: 3AeEDJET and LexPCz7Q
SHOW: | | - or go back to the newest paste.
1
<?xml version="1.0" encoding="utf-8"?>
2
<style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" version="1.0" demote-non-dropping-particle="sort-only" default-locale="SV">
3
  <info>
4
    <title>Harvard - Uppsala universitet. Arkeologi, osteologi och antik historia</title>
5
    <title-short>CPUT Harvard</title-short>
6
    <id>http://www.zotero.org/styles/harvard-cape-peninsula-university-of-technology</id>
7
    <link href="http://www.zotero.org/styles/harvard-cape-peninsula-university-of-technology" rel="self"/>
8
    <link href="http://www.zotero.org/styles/harvard-cite-them-right" rel="template"/>
9
    <link href="http://www.cput.ac.za/files/images_folder/cpgs/Harvard.pdf" rel="documentation"/>
10
    <author>
11
      <name>Lara Skelly</name>
12
      <email>[email protected]</email>
13
    </author>
14
    <category citation-format="author-date"/>
15
    <category field="generic-base"/>
16
    <summary>The CPUT Harvard style</summary>
17
    <updated>2017-04-03T00:20:53+00:00</updated>
18
    <rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
19
  </info>
20
 <macro name="editor">
21
    <names variable="editor" delimiter=" ">
22
      <name and="symbol" initialize-with=". " delimiter=", " name-as-sort-order="all"/>
23
      <label form="short" prefix=". (" text-case="lowercase" suffix=")."/>
24
    </names>
25
  </macro>
26
  <macro name="anon">
27
    <text term="anonymous" form="short" text-case="capitalize-first" strip-periods="true"/>
28
  </macro>
29
  <macro name="author">
30
    <names variable="author">
31
      <name name-as-sort-order="all" and="symbol" sort-separator=", " initialize-with="." delimiter-precedes-last="never" delimiter=", "/>
32
      <label form="short" prefix=" " suffix="." text-case="lowercase"/>
33
      <substitute>
34
        <names variable="editor"/>
35
        <text macro="anon"/>
36
      </substitute>
37
    </names>
38
  </macro>
39
  <macro name="author-short">
40
    <names variable="author">
41
      <name form="short" and="symbol" delimiter=", " delimiter-precedes-last="never" initialize-with=". "/>
42
      <substitute>
43
        <names variable="editor"/>
44
        <names variable="translator"/>
45
        <text macro="anon"/>
46
      </substitute>
47
    </names>
48
  </macro>
49
  <macro name="access">
50
    <choose>
51
      <if variable="URL">
52
        <text variable="URL"/>
53
              <group prefix=" (" suffix=")">
54
                <text term="accessed" suffix=": "/>
55
                <date form="numeric" variable="accessed"/>
56
          <date variable="accessed">
57
            <date-part name="" suffix=" "/>
58
          </date>
59
        </group>
60
      </if>
61
    </choose>
62
  </macro>
63
  <macro name="title">
64
    <choose>
65
      <if type="bill book graphic legal_case legislation motion_picture report song thesis" match="any">
66
        <text variable="title" font-style="italic"/>
67
      </if>
68
      <else>
69
        <text variable="title"/>
70
      </else>
71
    </choose>
72
  </macro>
73
  <macro name="publisher">
74
    <group delimiter=". ">
75
      <text variable="publisher-place"/>
76
      <text variable="publisher"/>
77
    </group>
78
  </macro>
79
  <macro name="year-date">
80
    <choose>
81
      <if variable="issued">
82
        <date variable="issued">
83
          <date-part name="year"/>
84
        </date>
85
      </if>
86
      <else>
87
        <text term="no date" form="short"/>
88
      </else>
89
    </choose>
90
  </macro>
91
  <macro name="edition">
92
    <choose>
93
      <if is-numeric="edition">
94
        <group delimiter=" ">
95
          <number variable="edition" form="ordinal"/>
96
          <text term="edition" form="short"/>
97
        </group>
98
      </if>
99
      <else>
100
        <text variable="edition" suffix="."/>
101
      </else>
102
    </choose>
103
  </macro>
104
  <macro name="pages">
105
    <group>
106
      <text variable="page"/>
107
    </group>
108
  </macro>
109
  <citation et-al-min="3" et-al-use-first="1" disambiguate-add-year-suffix="true" disambiguate-add-names="true" disambiguate-add-givenname="true">
110
    <layout prefix="(" suffix=")" delimiter="; ">
111
      <group>
112
        <text macro="author-short"/>
113
        <text macro="year-date" prefix=" " suffix=""/>
114
      </group>
115
      <group>
116
        <choose>
117
          <if locator="page">
118
            <text variable="locator" prefix=": "/>
119
          </if>
120
          <else>
121
            <group>
122
              <label variable="locator" suffix="." form="short"/>
123
              <text variable="locator"/>
124
            </group>
125
          </else>
126
        </choose>
127
      </group>
128
    </layout>
129
  </citation>
130
  <bibliography hanging-indent="true">
131
    <sort>
132
      <key macro="author"/>
133
      <key variable="title"/>
134
    </sort>
135
    <layout>
136
      <text macro="author" suffix="."/>
137
      <date variable="issued" prefix=" " suffix=".">
138
        <date-part name="year"/>
139
      </date>
140
      <choose>
141
        <if type="bill book graphic legal_case legislation motion_picture report song" match="any">
142
          <group prefix=" " delimiter=" " suffix=".">
143
            <text macro="title" suffix="."/>
144
            <text macro="edition"/>
145
            <text macro="editor"/>
146
          </group>
147
          <text prefix=" " suffix="." macro="publisher"/>
148
        </if>
149
        <else-if type="chapter paper-conference" match="any">
150
          <text macro="title" prefix=" " suffix="."/>
151
          <group prefix=" " delimiter=" ">
152
            <text term="in" suffix=":" text-case="capitalize-first"/>
153
	<text variable="container-title" font-style="italic" suffix="."/>
154
            <text macro="editor"/>
155
             <group suffix="." delimiter=": ">
156
              <text macro="publisher"/>
157
              <text macro="pages"/>
158
            </group>
159
          </group>
160
        </else-if>
161
        <else-if type="thesis">
162
          <group prefix=" " suffix="." delimiter=". ">
163
            <text macro="title"/>
164
            <text variable="genre"/>
165
            <text macro="publisher"/>
166
          </group>
167
        </else-if>
168
        <else>
169
          <group suffix=".">
170
            <text macro="title" prefix=" "/>
171
            <text macro="editor" prefix=" "/>
172
          </group>
173
          <group prefix=" " suffix=".">
174
            <text variable="container-title" font-style="italic"/>
175
            <group prefix=", ">
176
              <text variable="volume"/>
177
              <text variable="issue" prefix="(" suffix=")"/>
178
            </group>
179
            <group prefix=": ">
180
              <text variable="page"/>
181
            </group>
182
          </group>
183
        </else>
184
      </choose>
185
      <text prefix=" " macro="access" suffix="."/>
186
    </layout>
187
  </bibliography>
188
</style>