Merge pull request #380 from f-mb/patch-1
Update Zotero-to-CSL mapping for legal entries (statute and bill)
This commit is contained in:
commit
59e31879fa
1 changed files with 3 additions and 3 deletions
|
@ -54,14 +54,14 @@ const CSL_TEXT_MAPPINGS = {
|
|||
"collection-number":["seriesNumber"],
|
||||
"publisher":["publisher", "distributor"], /* distributor should move to SQL mapping tables */
|
||||
"publisher-place":["place"],
|
||||
"authority":["court"],
|
||||
"authority":["court","legislativeBody"],
|
||||
"page":["pages"],
|
||||
"volume":["volume"],
|
||||
"volume":["volume", "codeNumber"],
|
||||
"issue":["issue"],
|
||||
"number-of-volumes":["numberOfVolumes"],
|
||||
"number-of-pages":["numPages"],
|
||||
"edition":["edition"],
|
||||
"version":["version"],
|
||||
"version":["version", "session"],
|
||||
"section":["section"],
|
||||
"genre":["type"],
|
||||
"source":["libraryCatalog"],
|
||||
|
|
Loading…
Reference in a new issue