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
Last revisionBoth sides next revision
dev:translators:datasets [2017/03/03 20:00] adamsmithdev:translators:datasets [2017/11/12 19:53] – external edit 127.0.0.1
Line 1: Line 1:
 +<html><p id="zotero-5-update-warning" style="color: red; font-weight: bold">We’re
 +in the process of updating the documentation for
 +<a href="https://www.zotero.org/blog/zotero-5-0">Zotero 5.0</a>. Some documentation
 +may be outdated in the meantime. Thanks for your understanding.</p></html>
 +
 +
 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 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]]. 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 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]].
  
 === Item Type === === Item Type ===
-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.+Until a more fitting item type becomes available, datasets should be imported as "Document"
  
 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. 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.
-<code>itemType: dataset</code>+<code>type: dataset</code>
  
 === Data Fields === === Data Fields ===
Line 11: Line 17:
 ^ Dataset Field        ^ Zotero Field       ^ Note   ^ ^ Dataset Field        ^ Zotero Field       ^ Note   ^
 | Authors              | creators/author    |        | | Authors              | creators/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            |        | +
-| Data repository ID   | archiveLocation    |        | +
-| DOI                  | DOI                       |+
 | URL                  | url                |        | | URL                  | url                |        |
 | License              | rights                    | | License              | rights                    |
-| Resource Type       | extra/medium       | e.g. %%{:medium: Data set with code book}%% |+| Resource Type (optional) | extra/medium       | e.g. %%medium: Data set with code book%% |
  
  
dev/translators/datasets.txt · Last modified: 2019/11/08 16:46 by bwiernik