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:
parent
63f346b504
commit
dff5adf480
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue
Block a user