Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
dev:translators:datasets [2017/03/03 20:00] adamsmithdev:translators:datasets [2019/11/08 16:46] (current) bwiernik
Line 1: Line 1:
-Zotero does not currently have a dataset item type, but [[https://www.force11.org/datacitation|recent developments in the academic community]] have introduced a demand for collecting, storing, and citing dataset metadata. CSL has already [[https://github.com/citation-style-language/schema/issues/74|introduced a dataset item type]] and Zotero is [[https://github.com/ajlyon/zotero-bits/issues/22|likely to add this item type]] as well, but no ETA is currently known. In the mean time, due to the interest in this item type, Zotero translators may import metadata for datasets and store it under different item type. Following [[https://github.com/zotero/translators/pull/801#issuecomment-62667263|some discussion]] we're establishing the following guidelines that should make the imported metadata most usable in its current state and facilitate smooth transition into a dedicated item type once it is introduced. The table was update to match also another more current [[https://github.com/citation-style-language/styles/pull/1743|discussion]].+Zotero does not currently have a dataset item type, but [[https://www.force11.org/datacitation|recent developments in the academic community]] have introduced a demand for collecting, storing, and citing dataset metadata. CSL has already [[https://github.com/citation-style-language/schema/issues/74|introduced a dataset item type]] and Zotero will [[https://github.com/ajlyon/zotero-bits/issues/22|add this item type]] in a future version
  
-=== Item Type === +In the mean time, due to the interest in this item type, Zotero translators may import metadata for datasets and store it under a different item type. Following [[https://github.com/zotero/translators/pull/801#issuecomment-62667263|some discussion]] we're establishing the following guidelines that should make the imported metadata most usable in its current state and facilitate smooth transition into a dedicated item type once it is introduced. The table was update to match also another more current [[https://github.com/citation-style-language/styles/pull/1743|discussion]].
-Until a more fitting item type becomes available, datasets should be imported as "journalArticle". This item type allows datasets to store DOIs, which are starting to be very common for both published datasets and figures within papers.+
  
-In order to distinguish dataset items from regular journal articles inside Zotero, the following should be added on a separate line into the "extra" field. +=== Item Type ===  
-<code>itemType: dataset</code>+Until a more fitting item type becomes available, datasets should be imported as "Document".  
 + 
 +To distinguish dataset items from regular Document items in Zotero, the following should be added on a separate line into the "Extra" field. 
 +<code>Type: dataset</code>
  
 === Data Fields === === Data Fields ===
 The following data field mappings should be applied The following data field mappings should be applied
 ^ Dataset Field        ^ Zotero Field       ^ Note   ^ ^ Dataset Field        ^ Zotero Field       ^ Note   ^
-| Authors              | creators/author    |        | +| Authors              | Author             |        | 
-| Data title           | title              |        | +| Dataset title        | Title              |        | 
-| Dataset title        | publicationTitle   |        | +| Date published       Date               |        | 
-| Date                 date               |        | +| Version              | Extra/Version      | e.g. %%Version: 4%% on separate line. Do not include if version is 1 | 
-| Version              | extra/version      | e.g. %%{:version: 4}%% on separate line. Do not include if version is 1 +| Data repository      | Publisher          |        | 
-| Globally Unique ID   | callNumber                +| DOI                  | Extra/DOI          e.g. %%DOI: 10.7910/DVN/GTJTFF%%       
-| Data repository      | archive            |        | +| URL                  | URL                       | 
-| Data repository ID   | archiveLocation    |        | +| License              | Rights             |        | 
-| DOI                  | DOI                       +| Resource Type (optional) Extra/Medium       | e.g. %%Medium: Data set with code book%% |
-| URL                  | url                       | +
-| License              | rights             |        | +
-| Resource Type       extra/medium       | e.g. %%{:medium: Data set with code book}%% |+
  
  
dev/translators/datasets.1488589237.txt.gz · Last modified: 2017/03/03 20:00 by adamsmith