Skip to content

Commit

Permalink
Add preprint item type (closes zotero/zotero-bits#88)
Browse files Browse the repository at this point in the history
And map Document to CSL 1.0.2 `document`
  • Loading branch information
dstillman committed Nov 17, 2021
1 parent 03f5ddb commit 02ab1d3
Showing 1 changed file with 96 additions and 4 deletions.
100 changes: 96 additions & 4 deletions schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -2212,6 +2212,94 @@
}
]
},
{
"itemType": "preprint",
"fields": [
{
"field": "title"
},
{
"field": "abstractNote"
},
{
"field": "genre",
"baseField": "type"
},
{
"field": "repository",
"baseField": "publisher"
},
{
"field": "archiveID"
},
{
"field": "place"
},
{
"field": "date"
},
{
"field": "series"
},
{
"field": "seriesNumber"
},
{
"field": "DOI"
},
{
"field": "citationKey"
},
{
"field": "url"
},
{
"field": "accessDate"
},
{
"field": "archive"
},
{
"field": "archiveLocation"
},
{
"field": "shortTitle"
},
{
"field": "language"
},
{
"field": "libraryCatalog"
},
{
"field": "callNumber"
},
{
"field": "rights"
},
{
"field": "extra"
}
],
"creatorTypes": [
{
"creatorType": "author",
"primary": true
},
{
"creatorType": "contributor"
},
{
"creatorType": "editor"
},
{
"creatorType": "translator"
},
{
"creatorType": "reviewedAuthor"
}
]
},
{
"itemType": "presentation",
"fields": [
Expand Down Expand Up @@ -2951,9 +3039,7 @@
"csl": {
"types": {
"article": [
"document",
"attachment",
"note"
"preprint"
],
"article-journal": [
"journalArticle"
Expand All @@ -2980,6 +3066,11 @@
"chapter": [
"bookSection"
],
"document": [
"document",
"attachment",
"note"
],
"entry-dictionary": [
"dictionaryEntry"
],
Expand Down Expand Up @@ -3127,7 +3218,8 @@
"extra"
],
"number": [
"number"
"number",
"archive_id"
],
"number-of-pages": [
"numPages"
Expand Down

0 comments on commit 02ab1d3

Please sign in to comment.