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

Retrieve bibliographic data #7

Open
joeroe opened this issue Oct 13, 2020 · 0 comments
Open

Retrieve bibliographic data #7

joeroe opened this issue Oct 13, 2020 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@joeroe
Copy link
Owner

joeroe commented Oct 13, 2020

IntChron data records are associated with bibliographic references in a few ways:

  1. The records themselves contain a list of references in structured form (JSON format) or plaintext (CSV and TSV formats).
  2. Requesting a record in .bib format returns all the associated references in BibTeX format.
  3. Records also contain keys which refer to 'ref' or 'doi' records (https://intchron.org/ref).

We should use these. One option would simply be to pull the full references with the records as either text or BibTex. But I think it would be more robust to retrieve just the keys and later use these to get BibTeX from the corresponding 'ref' records, perhaps with a separate function.

@joeroe joeroe added this to the v0.2 milestone Oct 13, 2020
@joeroe joeroe added the enhancement New feature or request label Oct 13, 2020
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

1 participant