commit 7b40ae2a469717762c3c6dedc52aef066624348d
parent 472892b4f0f9d65b4f0cb1afd454a7e029534de4
Author: Florian Martin-Bariteau <f.martin-bariteau@umontreal.ca>
Date: Sun, 18 May 2014 18:57:28 -0400
Update utilities.js
Diffstat:
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/chrome/content/zotero/xpcom/utilities.js b/chrome/content/zotero/xpcom/utilities.js
@@ -54,9 +54,9 @@ const CSL_TEXT_MAPPINGS = {
"collection-number":["seriesNumber"],
"publisher":["publisher", "distributor"], /* distributor should move to SQL mapping tables */
"publisher-place":["place"],
- "authority":["court"],
+ "authority":["court","legislativeBody", "issuingAuthority"],
"page":["pages"],
- "volume":["volume"],
+ "volume":["volume", "codeNumber"],
"issue":["issue"],
"number-of-volumes":["numberOfVolumes"],
"number-of-pages":["numPages"],
@@ -80,7 +80,8 @@ const CSL_TEXT_MAPPINGS = {
"call-number":["callNumber"],
"note":["extra"],
"number":["number"],
- "references":["history"],
+ "chapter-number":["session"],
+ "references":["history", "references"],
"shortTitle":["shortTitle"],
"journalAbbreviation":["journalAbbreviation"],
"language":["language"]