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

Add citation #36

Open
isteves opened this issue Jun 27, 2018 · 5 comments
Open

Add citation #36

isteves opened this issue Jun 27, 2018 · 5 comments
Labels
enhancement New feature or request

Comments

@isteves
Copy link
Collaborator

isteves commented Jun 27, 2018

  • function to generate citation of dataset
  • citation field in summary_metadata.csv
@isteves
Copy link
Collaborator Author

isteves commented Jun 28, 2018

Chatted with Rushi about this, and it looks like the citation is currently generated from the EML content.

It's possible to query crossref for doi's, and there may be some integration we can do to get citation information into a format that is zotero/mendeley/etc friendly.

Citations Crossref endpoint: https://api.crossref.org/works/10.1007/S10040-016-1481-0
R package: https://github.com/ropensci/rcrossref

Other notes:

  • LTER uses the same citation format that we use, except with "Date accessed" at the end
  • the DataONE citation format is based on some Google? standard

@isteves
Copy link
Collaborator Author

isteves commented Jun 28, 2018

Some discussion about citations in the dataspice repo: ropensci/dataspice#57

their thoughts: An R object could also contain the citation (perhaps as an R bibitem object, which R can already turn into either bibtex or text-based citation). i.e. simply x$citation; or we could have a methods-y interface like citation(x)

@isteves
Copy link
Collaborator Author

isteves commented Jun 28, 2018

Looks like crossref does not work for ADC (and probably all? DataONE doi's). We need to use DataCite instead: https://api.datacite.org/works/10.18739/A2TB0XV0F

also works with the rdatacite package: dc_work(doi = "10.18739/A2TB0XV0F")

Pros:

  • date published given without needing to do any logic
  • resolvable doi (https://doi.org/...)
  • repository dataset page URL
  • repository name (Arctic Data Center)
  • dataset title

Problems:

  • author field unusuable
  • possible case sensitivity

@isteves
Copy link
Collaborator Author

isteves commented Jun 29, 2018

Another related issue: NCEAS/metacatui#491

@brunj7
Copy link
Collaborator

brunj7 commented Aug 24, 2018

from @rushirajnenuji:
screen shot 2018-08-24 at 8 54 02 am

response:

@article{2018,
    doi = {10.3390/f9010019},
    url = {https://doi.org/10.3390%2Ff9010019},
    year = 2018,
    month = {jan},
    publisher = {{MDPI} {AG}},
    volume = {9},
    number = {1},
    pages = {19},
    author = {and},
    title = {The Role of Environmental Filtering in Structuring Appalachian Tree Communities: Topographic Influences on Functional Diversity Are Mediated through Soil Characteristics},
    journal = {Forests}
}

@brunj7 brunj7 added the enhancement New feature or request label Apr 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants