Skip to content

Commit 9ff3112

Browse files
authored
Update bibtex.csl (JabRef#6021)
1 parent 68ed5f7 commit 9ff3112

File tree

1 file changed

+12
-5
lines changed

1 file changed

+12
-5
lines changed

Diff for: bibtex.csl

+12-5
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,10 @@
1313
<email>[email protected]</email>
1414
<uri>http://arc.nucapt.northwestern.edu/Richard_Karnesky</uri>
1515
</contributor>
16-
<category citation-format="author-date"/>
16+
<contributor>
17+
<name>Brenton M. Wiernik</name>
18+
<email>[email protected]</email>
19+
</contributor>
1720
<category field="generic-base"/>
1821
<updated>2012-09-14T21:22:32+00:00</updated>
1922
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
@@ -123,6 +126,7 @@
123126
<text variable="page"/>
124127
</macro>
125128
<macro name="edition">
129+
<!-- This should probably be ordinal? -->
126130
<text variable="edition"/>
127131
</macro>
128132
<citation disambiguate-add-year-suffix="true" disambiguate-add-names="false" disambiguate-add-givenname="false" collapse="year">
@@ -143,19 +147,19 @@
143147
<text macro="zotero2bibtexType" prefix=" @"/>
144148
<group prefix="{" suffix=" }" delimiter=", ">
145149
<text macro="citeKey"/>
146-
<text variable="publisher-place" prefix=" place={" suffix="}"/>
150+
<text variable="publisher-place" prefix=" address={" suffix="}"/>
147151
<!--Fix This-->
148152
<text variable="chapter-number" prefix=" chapter={" suffix="}"/>
149153
<!--Fix This-->
150154
<text macro="edition" prefix=" edition={" suffix="}"/>
151-
<!--Is this in CSL? <text variable="type" prefix=" type={" suffix="}"/>-->
155+
<text variable="genre" prefix=" type={" suffix="}"/>
152156
<text variable="collection-title" prefix=" series={" suffix="}"/>
153157
<text macro="title" prefix=" title={" suffix="}"/>
154158
<text variable="volume" prefix=" volume={" suffix="}"/>
155-
<!--Not in CSL<text variable="rights" prefix=" rights={" suffix="}"/>-->
159+
<text variable="license" prefix=" rights={" suffix="}"/>
156160
<text variable="ISBN" prefix=" ISBN={" suffix="}"/>
157161
<text variable="ISSN" prefix=" ISSN={" suffix="}"/>
158-
<!--Not in CSL <text variable="LCCN" prefix=" callNumber={" suffix="}"/>-->
162+
<text variable="call-number" prefix=" callNumber={" suffix="}"/>
159163
<text variable="archive_location" prefix=" archiveLocation={" suffix="}"/>
160164
<text variable="URL" prefix=" url={" suffix="}"/>
161165
<text variable="DOI" prefix=" DOI={" suffix="}"/>
@@ -170,6 +174,9 @@
170174
<text macro="issued-month" prefix=" month={" suffix="}"/>
171175
<text macro="pages" prefix=" pages={" suffix="}"/>
172176
<text variable="collection-title" prefix=" collection={" suffix="}"/>
177+
<text variable="keyword" prefix=" keywords={" suffix="}"/>
178+
<text variable="language" prefix="language={" suffix="}"/>
179+
<text variable="annote" prefix="annote={" suffix="}"/>
173180
</group>
174181
</layout>
175182
</bibliography>

0 commit comments

Comments
 (0)