-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
12 additions
and
5 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 |
---|---|---|
|
@@ -13,7 +13,10 @@ | |
<email>[email protected]</email> | ||
<uri>http://arc.nucapt.northwestern.edu/Richard_Karnesky</uri> | ||
</contributor> | ||
<category citation-format="author-date"/> | ||
<contributor> | ||
<name>Brenton M. Wiernik</name> | ||
<email>[email protected]</email> | ||
</contributor> | ||
<category field="generic-base"/> | ||
<updated>2012-09-14T21:22:32+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> | ||
|
@@ -123,6 +126,7 @@ | |
<text variable="page"/> | ||
</macro> | ||
<macro name="edition"> | ||
<!-- This should probably be ordinal? --> | ||
<text variable="edition"/> | ||
</macro> | ||
<citation disambiguate-add-year-suffix="true" disambiguate-add-names="false" disambiguate-add-givenname="false" collapse="year"> | ||
|
@@ -143,19 +147,19 @@ | |
<text macro="zotero2bibtexType" prefix=" @"/> | ||
<group prefix="{" suffix=" }" delimiter=", "> | ||
<text macro="citeKey"/> | ||
<text variable="publisher-place" prefix=" place={" suffix="}"/> | ||
<text variable="publisher-place" prefix=" address={" suffix="}"/> | ||
<!--Fix This--> | ||
<text variable="chapter-number" prefix=" chapter={" suffix="}"/> | ||
<!--Fix This--> | ||
<text macro="edition" prefix=" edition={" suffix="}"/> | ||
<!--Is this in CSL? <text variable="type" prefix=" type={" suffix="}"/>--> | ||
<text variable="genre" prefix=" type={" suffix="}"/> | ||
<text variable="collection-title" prefix=" series={" suffix="}"/> | ||
<text macro="title" prefix=" title={" suffix="}"/> | ||
<text variable="volume" prefix=" volume={" suffix="}"/> | ||
<!--Not in CSL<text variable="rights" prefix=" rights={" suffix="}"/>--> | ||
<text variable="license" prefix=" rights={" suffix="}"/> | ||
<text variable="ISBN" prefix=" ISBN={" suffix="}"/> | ||
<text variable="ISSN" prefix=" ISSN={" suffix="}"/> | ||
<!--Not in CSL <text variable="LCCN" prefix=" callNumber={" suffix="}"/>--> | ||
<text variable="call-number" prefix=" callNumber={" suffix="}"/> | ||
<text variable="archive_location" prefix=" archiveLocation={" suffix="}"/> | ||
<text variable="URL" prefix=" url={" suffix="}"/> | ||
<text variable="DOI" prefix=" DOI={" suffix="}"/> | ||
|
@@ -170,6 +174,9 @@ | |
<text macro="issued-month" prefix=" month={" suffix="}"/> | ||
<text macro="pages" prefix=" pages={" suffix="}"/> | ||
<text variable="collection-title" prefix=" collection={" suffix="}"/> | ||
<text variable="keyword" prefix=" keywords={" suffix="}"/> | ||
<text variable="language" prefix="language={" suffix="}"/> | ||
<text variable="annote" prefix="annote={" suffix="}"/> | ||
</group> | ||
</layout> | ||
</bibliography> | ||
|