-
Notifications
You must be signed in to change notification settings - Fork 21
Add type field to additional item types
#11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -15,6 +15,9 @@ | |
| { | ||
| "field": "abstractNote" | ||
| }, | ||
| { | ||
| "field": "type" | ||
| }, | ||
| { | ||
| "field": "artworkMedium", | ||
| "baseField": "medium" | ||
|
|
@@ -99,6 +102,9 @@ | |
| { | ||
| "field": "abstractNote" | ||
| }, | ||
| { | ||
| "field": "type" | ||
| }, | ||
| { | ||
| "field": "audioRecordingFormat", | ||
| "baseField": "medium" | ||
|
|
@@ -196,6 +202,9 @@ | |
| { | ||
| "field": "abstractNote" | ||
| }, | ||
| { | ||
| "field": "type" | ||
| }, | ||
| { | ||
| "field": "billNumber", | ||
| "baseField": "number" | ||
|
|
@@ -274,14 +283,14 @@ | |
| { | ||
| "field": "abstractNote" | ||
| }, | ||
| { | ||
| "field": "blogTitle", | ||
| "baseField": "publicationTitle" | ||
| }, | ||
| { | ||
| "field": "websiteType", | ||
| "baseField": "type" | ||
| }, | ||
| { | ||
| "field": "blogTitle", | ||
| "baseField": "publicationTitle" | ||
| }, | ||
| { | ||
| "field": "date" | ||
| }, | ||
|
|
@@ -338,6 +347,9 @@ | |
| { | ||
| "field": "abstractNote" | ||
| }, | ||
| { | ||
| "field": "type" | ||
| }, | ||
| { | ||
| "field": "series" | ||
| }, | ||
|
|
@@ -449,6 +461,9 @@ | |
| { | ||
| "field": "abstractNote" | ||
| }, | ||
| { | ||
| "field": "type" | ||
| }, | ||
| { | ||
| "field": "bookTitle", | ||
| "baseField": "publicationTitle" | ||
|
|
@@ -719,6 +734,9 @@ | |
| { | ||
| "field": "abstractNote" | ||
| }, | ||
| { | ||
| "field": "type" | ||
| }, | ||
| { | ||
| "field": "proceedingsTitle", | ||
| "baseField": "publicationTitle" | ||
|
|
@@ -828,11 +846,11 @@ | |
| "field": "abstractNote" | ||
| }, | ||
| { | ||
| "field": "identifier", | ||
| "baseField": "number" | ||
| "field": "type" | ||
| }, | ||
| { | ||
| "field": "type" | ||
| "field": "identifier", | ||
| "baseField": "number" | ||
| }, | ||
| { | ||
| "field": "versionNumber" | ||
|
|
@@ -1085,6 +1103,9 @@ | |
| { | ||
| "field": "abstractNote" | ||
| }, | ||
| { | ||
| "field": "type" | ||
| }, | ||
| { | ||
| "field": "date" | ||
| }, | ||
|
|
@@ -1237,6 +1258,10 @@ | |
| { | ||
| "field": "abstractNote" | ||
| }, | ||
| { | ||
| "field": "genre", | ||
| "baseField": "type" | ||
| }, | ||
| { | ||
| "field": "distributor", | ||
| "baseField": "publisher" | ||
|
|
@@ -1247,10 +1272,6 @@ | |
| { | ||
| "field": "date" | ||
| }, | ||
| { | ||
| "field": "genre", | ||
| "baseField": "type" | ||
| }, | ||
| { | ||
| "field": "videoRecordingFormat", | ||
| "baseField": "medium" | ||
|
|
@@ -1335,14 +1356,14 @@ | |
| { | ||
| "field": "abstractNote" | ||
| }, | ||
| { | ||
| "field": "forumTitle", | ||
| "baseField": "publicationTitle" | ||
| }, | ||
| { | ||
| "field": "postType", | ||
| "baseField": "type" | ||
| }, | ||
| { | ||
| "field": "forumTitle", | ||
| "baseField": "publicationTitle" | ||
| }, | ||
| { | ||
| "field": "date" | ||
| }, | ||
|
|
@@ -1463,6 +1484,9 @@ | |
| { | ||
| "field": "abstractNote" | ||
| }, | ||
| { | ||
| "field": "type" | ||
| }, | ||
| { | ||
| "field": "date" | ||
| }, | ||
|
|
@@ -1513,6 +1537,9 @@ | |
| { | ||
| "field": "abstractNote" | ||
| }, | ||
| { | ||
| "field": "type" | ||
| }, | ||
| { | ||
| "field": "interviewMedium", | ||
| "baseField": "medium" | ||
|
|
@@ -1588,6 +1615,9 @@ | |
| { | ||
| "field": "abstractNote" | ||
| }, | ||
| { | ||
| "field": "type" | ||
| }, | ||
| { | ||
| "field": "publicationTitle" | ||
| }, | ||
|
|
@@ -1776,6 +1806,9 @@ | |
| { | ||
| "field": "abstractNote" | ||
| }, | ||
| { | ||
| "field": "type" | ||
| }, | ||
| { | ||
| "field": "publicationTitle" | ||
| }, | ||
|
|
@@ -2025,6 +2058,9 @@ | |
| { | ||
| "field": "abstractNote" | ||
| }, | ||
| { | ||
| "field": "type" | ||
| }, | ||
| { | ||
| "field": "publicationTitle" | ||
| }, | ||
|
|
@@ -2213,6 +2249,9 @@ | |
| { | ||
| "field": "abstractNote" | ||
| }, | ||
| { | ||
| "field": "type" | ||
| }, | ||
| { | ||
| "field": "seriesTitle" | ||
| }, | ||
|
|
@@ -2466,6 +2505,9 @@ | |
| { | ||
| "field": "abstractNote" | ||
| }, | ||
| { | ||
| "field": "type" | ||
| }, | ||
| { | ||
| "field": "programTitle", | ||
| "baseField": "publicationTitle" | ||
|
|
@@ -2574,14 +2616,14 @@ | |
| { | ||
| "field": "abstractNote" | ||
| }, | ||
| { | ||
| "field": "reportNumber", | ||
| "baseField": "number" | ||
| }, | ||
| { | ||
| "field": "reportType", | ||
| "baseField": "type" | ||
| }, | ||
| { | ||
| "field": "reportNumber", | ||
| "baseField": "number" | ||
| }, | ||
| { | ||
| "field": "institution", | ||
| "baseField": "publisher" | ||
|
|
@@ -2930,6 +2972,9 @@ | |
| { | ||
| "field": "abstractNote" | ||
| }, | ||
| { | ||
| "field": "type" | ||
| }, | ||
| { | ||
| "field": "programTitle", | ||
| "baseField": "publicationTitle" | ||
|
|
@@ -3038,6 +3083,9 @@ | |
| { | ||
| "field": "abstractNote" | ||
| }, | ||
| { | ||
| "field": "type" | ||
| }, | ||
| { | ||
| "field": "videoRecordingFormat", | ||
| "baseField": "medium" | ||
|
|
@@ -3150,14 +3198,14 @@ | |
| { | ||
| "field": "abstractNote" | ||
| }, | ||
| { | ||
| "field": "websiteTitle", | ||
| "baseField": "publicationTitle" | ||
| }, | ||
| { | ||
| "field": "websiteType", | ||
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The CSL |
||
| "baseField": "type" | ||
| }, | ||
| { | ||
| "field": "websiteTitle", | ||
| "baseField": "publicationTitle" | ||
| }, | ||
| { | ||
| "field": "date" | ||
| }, | ||
|
|
@@ -13642,4 +13690,4 @@ | |
| } | ||
| } | ||
| } | ||
| } | ||
| } | ||
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is misleading to call this field 'genre' with a film: this makes it sound as if one should be filling in something like 'action/adventure'. The field is also named 'genre' with a dataset, and I think that 'type' would be clearer there as well. If this were changed simply to
"field": "type", would Zotero correctly retain/migrate the data?