From 20a42741cfb2e6aa49af831e678aef8f99013e08 Mon Sep 17 00:00:00 2001 From: Elena Razlogova Date: Fri, 20 Mar 2009 12:40:37 +0000 Subject: [PATCH] Addresses #842, Mappings required Addresses #1408, Incorect format for legal case citations in CMS note without biblography style On the trunk, maps court in case item type to authority, a new CSL variable --- chrome/content/zotero/xpcom/csl.js | 1 + 1 file changed, 1 insertion(+) diff --git a/chrome/content/zotero/xpcom/csl.js b/chrome/content/zotero/xpcom/csl.js index 4f0a4aa0b9..69e4459957 100644 --- a/chrome/content/zotero/xpcom/csl.js +++ b/chrome/content/zotero/xpcom/csl.js @@ -1766,6 +1766,7 @@ Zotero.CSL.Item._zoteroFieldMap = { "collection-number":"seriesNumber", "publisher":["publisher", "distributor"], /* distributor should move to SQL mapping tables */ "publisher-place":"place", + "authority":"court", "page":"pages", "volume":"volume", "issue":"issue",