IQSS / IQSS/dataverse-installations

Add column for DataCite client id (e.g. gdcc.syr-qdr)

Open Beginner friendly
#324 0 comments 2 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
HTML
Stars
6
Forks
13
Avg merge
25m
Merged PRs (30d)
1

Description

In the spreadsheet we already track doi_authority, which is 10.5064, for example, for https://data.qdr.syr.edu

Image

We can discover that the client id is "gdcc.syr-qdr" for that example, like this (original tip):

curl -s https://api.datacite.org/prefixes/10.5064 | jq -r '.data.relationships.clients.data[0].id'

Once we have the id (which I think we should probably put in the spreadsheet directly, rather than calling the DataCite API above in real time), we can link to https://metadata.datacite.org/gdcc.syr-qdr for example, from the map. It looks like this:

Image

Hat tip to @adam3smith who put this new metadata quality dashboard ( https://datacite.org/blog/visualize-and-monitor-datacite-metadata-quality-with-new-dashboards/ ) on my radar at https://groups.google.com/g/dataverse-community/c/QgABHnstzXA/m/-2ZpsE5iBAAJ ! ❤️

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Use the linked spreadsheet and the existing map data as the starting points; the issue shows the DataCite API query and the metadata URL pattern to follow. Add a DataCite client ID column, populate the relevant value, and make the map link to the corresponding metadata.datacite.org page.

Written by the indexing model from the issue text.

Assessment

Tech stack
html
Domain
data, web-dev
Issue type
Feature
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Quiet
Clarity
Mostly clear
Newbie friendliness
68/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.