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

Implement Backend Support for Make Data Count use and citation metrics #4821

Closed
adam3smith opened this issue Jul 10, 2018 · 51 comments
Closed
Assignees
Milestone

Comments

@adam3smith
Copy link
Contributor

adam3smith commented Jul 10, 2018

Following up on the google group discussion here: https://groups.google.com/forum/#!topic/dataverse-community/rQWNllAyTu0

Dataverse should support and display Make Data Count (https://makedatacount.org/) - standardized usage metrics

Slides and QA from recent (July 2018) webinar here:
https://makedatacount.org/presentations/

Here are detailed guidelines for implementation:
https://github.com/CDLUC3/Make-Data-Count/blob/master/getting-started.md

Here are steps to implement from the project from an earlier presentation

@mfenner
Copy link

mfenner commented Oct 18, 2018

Feel free to ask any questions DataCite staff can help with here.

@pdurbin
Copy link
Member

pdurbin commented Oct 30, 2018

Here are some notes taken during a meeting on 2018-10-18: https://docs.google.com/document/d/1eM4rAuhmR4ZQxJC_PTE0rq2x7N3aNEjMN7QVvpkY1os/edit?usp=sharing

@djbrooke
Copy link
Contributor

We'll determine how these metrics appear on the page as #3404 moves through our design process, but there's an opportunity to get the backend pieces in place. Some proposed steps for discussion and estimation:

  • Sending the logs to DataCite (and any processing we need to do beforehand)
  • Receiving data back from DataCite
  • Storing the data that's sent back
  • Getting the information onto the page (but not displaying it)

This will position us well for implementation once we have the designs further along and validated.

@djbrooke djbrooke changed the title Implement Make Data Count use and citation metrics Implement Backend Support for Make Data Count use and citation metrics Oct 31, 2018
@djbrooke djbrooke assigned djbrooke and unassigned djbrooke Oct 31, 2018
@pdurbin
Copy link
Member

pdurbin commented Nov 13, 2018

I met @mbjones at Whole Tale Workshop on Tools and Approaches for Publishing Reproducible Research and he mentioned he'd be happy to field technical questions we have about DataONE's implementation of Make Data Count.

Meanwhile, DataONE put out a blog post at https://www.dataone.org/news/new-usage-metrics that has some nice screenshots of a dataset at https://search.dataone.org/view/doi:10.5063/F1Z899CZ which I'll put below:

dataone_implements_new_usage_and_citation_metrics_to_make_your_data_count_dataone_-_2018-11-13_14 47 21

@mbjones
Copy link

mbjones commented Nov 15, 2018

Happy to help, @pdurbin. The time series graphs you cited were made much faster by caching results locally and then enabling group by at various levels of aggregation. The d3-charts we build and other visualizations are all part of our open source MetacatUI data portal frontend, so you might find some of that reusable.

@pdurbin
Copy link
Member

pdurbin commented Nov 19, 2018

@mbjones thanks. Is there any reusable Java we might interested in as well?

All, at standup today I said I was close to pushing some docs that capture my understanding of what we're trying to implement. These docs are in 4dd10bd but I'll add them as a screenshot below as well. I also stubbed out some API tests but nothing has been implemented yet. It's all just stubs. Feedback is welcome.

make_data_count_ dataverse org-_2018-11-19_16 31 47

@pdurbin
Copy link
Member

pdurbin commented Nov 20, 2018

Here's a to do list of tasks that are top of mind for me.

I also wanted to note that I set up a Jenkins job to build the guides from the branch I'm using to http://guides.dataverse.org/en/4821-make-data-count/admin/make-data-count.html

I asked the Dataverse community for feedback at https://groups.google.com/d/msg/dataverse-community/rQWNllAyTu0/RMD0GEFzAgAJ

@djbrooke djbrooke self-assigned this Nov 20, 2018
@pdurbin pdurbin removed their assignment Feb 28, 2019
pdurbin added a commit that referenced this issue Feb 28, 2019
@kcondon kcondon assigned kcondon and unassigned matthew-a-dunlap Mar 1, 2019
matthew-a-dunlap added a commit that referenced this issue Mar 6, 2019
@kcondon kcondon removed their assignment Mar 8, 2019
@sekmiller sekmiller assigned sekmiller and unassigned sekmiller Mar 8, 2019
@matthew-a-dunlap
Copy link
Contributor

We are waiting on a new api token to complete testing of this story.

@matthew-a-dunlap
Copy link
Contributor

Turns it out was a dev box issue, not an api token (datacite/sashimi#56) . I was able to submit to the test box with our current api token, so this is unblocked.

@matthew-a-dunlap matthew-a-dunlap removed their assignment Mar 15, 2019
@kcondon kcondon self-assigned this Mar 15, 2019
kcondon added a commit that referenced this issue Mar 15, 2019
@djbrooke djbrooke added this to the 4.12 milestone Mar 18, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests