Skip to content
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

Type/field updates #2

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from
Draft

Type/field updates #2

wants to merge 3 commits into from

Commits on Jun 29, 2022

  1. Type/field updates

    - Add DOI to all item types (closes zotero/zotero-bits#1)
    - Add `citationKey` to all item types (closes zotero/zotero-bits#24)
    - Add `date` to `podcast` (closes zotero/zotero-bits#2)
    - Add `ISSN` to additional types (closes zotero/zotero-bits#4)
    - Add `section` to `journalArticle` (closes zotero/zotero-bits#5)
    - Add `PMID`, `PMCID`, and `arXiv ID` to `journalArticle` (closes
      zotero/zotero-bits#10)
    - Add `originalPlace`, `originalPublisher`, and `originalDate` to `book`
      and `bookSection` (closes zotero/zotero-bits#13)
    - Add `priorityDate` to `patent`, mapped to `originalDate` (closes
      zotero/zotero-bits#76)
    - Add `partNumber` and `partTitle` to `journalArticle` (closes
      zotero/zotero-bits#12)
    - Move `shortTitle` and `language` near the bottom, since most people
      either won't use them or will use them purely as a technical measure to
      adjust citation output
    - Move `libraryCatalog` and `callNumber` to the bottom, above rights,
      since they never made that much conceptual sense in Zotero (and
      `libraryCatalog` is mostly just used for the translator name these days)
    dstillman committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    d5ad417 View commit details
    Browse the repository at this point in the history
  2. More type/field updates

    - Add `place`, `eventPlace`, and `publisher` to more item types (closes
      zotero/zotero-bits#6)
    - Add `publisher` and `place` to `journalArticle`, `newspaperArticle`,
      and `magazineArticle` (closes zotero/zotero-bits#16)
    - Add `publisher` and `place` to `webpage` (closes
      zotero/zotero-bits#30)
    - Add `place` and `type` for `document` (closes zotero/zotero-bits#18)
    - Add `translator` to more item types (closes zotero/zotero-bits#64)
    - Add `sessionTitle` (`publication`) and `chair`/`organizer` to
      `presentation` (closes zotero/zotero-bits#60)
    - Rename "Rights" to "License" (but keep as `rights` to reduce migration
      trouble) (closes zotero/zotero-bits#63)
    - Add many creator types to item types (closes zotero/zotero-bits#77)
    - Add `editor` creator type to `report` (closes zotero/zotero-bits#31)
    - Move `pages` to `numPages` in `report` (addresses
      zotero/zotero-bits#38)
    - Add `number` to `manuscript` (addresses zotero/zotero-bits#19)
    - Add `volume` and `issue` to `newspaperArticle` (closes
      zotero/zotero-bits#17)
    - Add `isbn`, `issn`, `seriesNumber`, and `series` to `thesis` (closes
      zotero/zotero-bits#15)
    - Add `format` to `book` and `bookSection` (closes
      zotero/zotero-bits#14)
    - Add `migrations` mechanism (tentative)
    dstillman committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    5bb0857 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5c0101d View commit details
    Browse the repository at this point in the history