diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2019-01-21 11:41:50 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2019-01-21 12:01:26 -0800 |
commit | 37dd88bc0171b76ef6cd99c63dee672873ad40e3 (patch) | |
tree | 246b3b3817d136cb24655096de961ce64fe6eefe /notes/schema | |
parent | 10441c957d3d1de24700bde475f1020818b818ec (diff) | |
download | fatcat-37dd88bc0171b76ef6cd99c63dee672873ad40e3.tar.gz fatcat-37dd88bc0171b76ef6cd99c63dee672873ad40e3.zip |
yet more schema tweaks
- remove abbrev and coden from container (never used; can put in extra)
- add 'original_title' to release
- add arxiv and JSTOR release IDs
- add 'license_slug' to release
- add 'raw_affiliation' string to release_contrib
- add 'container_type' to container
Diffstat (limited to 'notes/schema')
-rw-r--r-- | notes/schema/alignments.txt | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/notes/schema/alignments.txt b/notes/schema/alignments.txt index e7678d93..7fc37606 100644 --- a/notes/schema/alignments.txt +++ b/notes/schema/alignments.txt @@ -27,9 +27,25 @@ Specifically, the "variables" and type definitions: <http://docs.citationstyles. - rights/license (for explicit OA) - version (eg, for software, standards) - url (eg, for blog posts and other web content; canonical only) +- authority (for things like patents) +- collection_title (for book series) +- short_title +- edition (eg, "4th") +- event (eg, conference) +- chapter_number +- submitted + +"extra" for citations: +- most of the above, or any fields from 'release" +- authors (an array) +- url +- issue, volume, date, edition +- accessed_date + +release_date aligns with... 'issued'? not original-date +pages aligns with 'page'. Should this be 'locator'? other things: -- align cite-items even closer with CSL? assuming this is what crossref is doing - anything specially needed for a blog post? url (original/canonical)? - press_release |