From 01748aab011acddfca76d66b9d0f34e7bc0e1b07 Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Mon, 1 Dec 2008 18:34:09 +0000 Subject: [PATCH] Place is exported using "CP" instead of "CY" in RIS translator --- translators/RIS.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/translators/RIS.js b/translators/RIS.js index f3c4d1ee4f..fafd993c3f 100644 --- a/translators/RIS.js +++ b/translators/RIS.js @@ -8,7 +8,7 @@ "maxVersion":"", "priority":100, "inRepository":true, - "lastUpdated":"2008-07-24 23:50:00" + "lastUpdated":"2008-12-01 18:31:54" } Zotero.configure("dataMode", "line"); @@ -37,7 +37,7 @@ var fieldMap = { T1:"title", T3:"series", JF:"publicationTitle", - CP:"place", + CY:"place", JA:"journalAbbreviation", M3:"DOI" };