Place is exported using "CP" instead of "CY" in RIS translator

This commit is contained in:
Dan Stillman 2008-12-01 18:34:09 +00:00
parent 8012d08354
commit 01748aab01

View file

@ -8,7 +8,7 @@
"maxVersion":"", "maxVersion":"",
"priority":100, "priority":100,
"inRepository":true, "inRepository":true,
"lastUpdated":"2008-07-24 23:50:00" "lastUpdated":"2008-12-01 18:31:54"
} }
Zotero.configure("dataMode", "line"); Zotero.configure("dataMode", "line");
@ -37,7 +37,7 @@ var fieldMap = {
T1:"title", T1:"title",
T3:"series", T3:"series",
JF:"publicationTitle", JF:"publicationTitle",
CP:"place", CY:"place",
JA:"journalAbbreviation", JA:"journalAbbreviation",
M3:"DOI" M3:"DOI"
}; };