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

Feature Request/Idea: Dataverse metrics bar at sub-dataverse level #474

Open
philippconzett opened this issue Aug 28, 2024 · 2 comments
Open

Comments

@philippconzett
Copy link

Overview of the Feature Request
Sub-collections (sub-dataverses) play an important role in many Dataverse installations. For example, in the national DataverseNO repository, each consortium member institutions has their own institutional collection. For the managers and users of such collections it's useful to have good usage metrics at different levels. As of v6.3, Dataverse already provides download and Make Data Count metrics in the GUI at the installation/top-level collection level, the dataset level, and the file level. Here's an example from the dataset level:

image

In addition, we need usage metrics bar in the GUI at sub-collection level. This helps collection managers and other stakeholder involved in sub-collections promote data sharing and in general increase the use of the sub-collection.

What kind of user is the feature intended for?
Collection Manager, Guest

What inspired the request?
Requests from DataverseNO collection managers.

What existing behavior do you want changed?
Usage metrics in the GUI not being available at sub-collection level.

Any brand-new behavior do you want to add to Dataverse?
Yes, a new metrics bar in the GUI at sub-collection level.

Any open or closed issues related to this feature request?
IQSS/dataverse#3527

@pdurbin
Copy link
Member

pdurbin commented Aug 28, 2024

It should be relatively straightforward to call into the Metrics API to get downloads for a collection. Other metrics are available.

To get a download count from https://dataverse.no/dataverse/uio you'd hit https://dataverse.no/api/info/metrics/downloads?parentAlias=uio

@philippconzett is downloads enough for a start? Are any other metrics exposed by that API of interest? Any thoughts on how you'd like this to look?

One thing to keep in mind is that the Metrics API doesn't use Make Data Count. It uses Dataverse's traditional method of counting downloads.

@philippconzett
Copy link
Author

Thanks, @pdurbin! Sure, let's start with downloads metrics. I think a metrics bar like the one displayed on the landing page of the top/root level collection / the entire dataverse would be good:
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants