mapped artworkSize and history; added short form for genre

This commit is contained in:
Elena Razlogova 2007-12-15 02:00:04 +00:00
parent 911360f83c
commit 82084209b6

View File

@ -1800,7 +1800,7 @@ Zotero.CSL.Item._zoteroFieldMap = {
"issue":"issue",
"number-of-volumes":"numberOfVolumes",
"edition":"edition",
"genre":"type",
"genre":["type", "artworkSize", "history"], /* history should be a relation in hierarchical version; artworkSize should move to SQL mapping tables */
"medium":"medium",
"archive":"repository",
"archive_location":"archiveLocation",
@ -1815,7 +1815,8 @@ Zotero.CSL.Item._zoteroFieldMap = {
},
"short":{
"title":["shortTitle", "title"],
"container-title":"journalAbbreviation"
"container-title":"journalAbbreviation",
"genre":["shortTitle", "type"] /* needed for subsequent citations of items with no title */
}
}