Map blogPost to post-weblog and forumPost to post in CSL

This commit is contained in:
Simon Kornblith 2012-01-26 00:31:35 -05:00
parent 5a09ea6bc4
commit 516189aeaf

View file

@ -115,9 +115,9 @@ const CSL_TYPE_MAPPINGS = {
'statute':"bill", // ??
'email':"personal_communication",
'map':"map",
'blogPost':"webpage",
'blogPost':"post-weblog",
'instantMessage':"personal_communication",
'forumPost':"webpage",
'forumPost':"post",
'audioRecording':"song", // ??
'presentation':"speech",
'videoRecording':"motion_picture",