addresses #699, Reconcile Zotero item types with CSL schema

maps dictionaryEntry and encyclopediaArticle to entry-dictionary and entry-encyclopedia respectively (instead of chapter)
This commit is contained in:
Simon Kornblith 2010-08-01 23:11:38 +00:00
parent 63f346b504
commit dff5adf480

View File

@ -62,8 +62,8 @@ Zotero.Cite.System._zoteroTypeMap = {
'magazineArticle':"article-magazine",
'newspaperArticle':"article-newspaper",
'thesis':"thesis",
'encyclopediaArticle':"chapter",
'dictionaryEntry':"chapter",
'encyclopediaArticle':"entry-encyclopedia",
'dictionaryEntry':"entry-dictionary",
'conferencePaper':"paper-conference",
'letter':"personal_communication",
'manuscript':"manuscript",