-
Notifications
You must be signed in to change notification settings - Fork 8
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
Add priority date field for patents #76
Comments
Would this be mapped to CSL original-date? |
Jurism maps this to |
That seems appropriate enough. |
(and I don't remember if we already have a ticket for it, but it would be good if CSL would document such expected/recommended uses of fields. Similar to how https://aurimasv.github.io/z2csl/typeMap.xml#map-patent documents the Zotero-to-CSL mappings.) |
Relevant issue here: citation-style-language/schema#61 |
- 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)
- 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)
In my day job I work with patents, and while I'm not aware of any cases where the priority date is cited, this date is a very important piece of information that Zotero should definitely store.
(issue created in response to https://forums.zotero.org/discussion/comment/282709/#Comment_282709)
The text was updated successfully, but these errors were encountered: