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

capture ideas from the Dataverse Installation Personas poster by @janetm #16

Open
pdurbin opened this issue Oct 24, 2019 · 6 comments
Open

Comments

@pdurbin
Copy link
Member

pdurbin commented Oct 24, 2019

This week @janetm presented a poster called Dataverse 'Installation Personas' at https://conference.eresearch.edu.au/2019-poster-eposter-presentations/ and here's a screenshot:

Janet-McDougall-eRA2019_McDougall_Janet

For a high resolution PDF: https://conference.eresearch.edu.au/wp-content/uploads/2019/10/Janet-McDougall-eRA2019_McDougall_Janet.pdf

My question is, how can classify the 50 installations of Dataverse?

When you click ADA on the map and see a pop up like this...

Screen Shot 2019-10-24 at 5 40 47 AM

... should the pop up contain some of the characteristics from the poster? Here's what the poster shows for ADA:

  • Access: Restricted, conditional Scope: Single-tenant
  • Code: Custom
  • Storage: Local
  • Authentication: Local
  • Data types: Qual, Quant, Derived
  • Curation: Self-deposit, Archive
  • Deposit: Mediated

ADA is not the only installation on the poster. Here are all four:

Screen Shot 2019-10-24 at 5 39 25 AM

I'm thinking that perhaps we don't want all of this on the map popup immediately but perhaps some of these attributes could be captured in columns on in the "Crowdsourced information about Dataverse installations" spreadsheet: https://docs.google.com/spreadsheets/d/1bfsw7gnHlHerLXuk7YprUT68liHfcaMxs1rFciA-mEo/edit?usp=sharing

Here's how that spreadsheet looks right now:

Screen Shot 2019-10-24 at 5 38 39 AM

What I'm trying to say is that once we have collected the data, we can visualize it in a variety of ways. We can get creative. 😄

In my mind the next step is to start adding columns to the spreadsheet above. Authentication is pretty easy to verify, I think. You just visit each installation check what they have enabled. But is that the most interesting column to add first? Is "big data" more interesting? Do we let installations opt-in to a new column called "big data"? Do we help these installations find their way to https://groups.google.com/forum/#!forum/dataverse-big-data ?

@mercecrosas
Copy link
Member

The poster is wonderful @janetm. Very useful!

I would add a few other things that could characterize a Dataverse persona:

  • Research domain: (All; social science, structural biology, etc)
  • Support website (an associated website about that Dataverse installation)
  • I'm not sure what "Scope" means here, but it would be useful to indicate whether is a consortium of universities or organizations, or a single University, etc

@janetm
Copy link

janetm commented Oct 24, 2019 via email

@pdurbin
Copy link
Member Author

pdurbin commented Oct 24, 2019

Yes, great suggestions, @mercecrosas

For this one...

Support website (an associated website about that Dataverse installation)

... I'm already capturing this as about_url in data.json. Here's a one liner to show all these great "about" websites that have been created:

cat data/data.json | jq '.installations[].about_url' -r | grep -v ^null | sort | while read i; do echo "- $i"; done;

Right now I'm showing these "about" website on the map as a link called "More..." like this:

Screen Shot 2019-10-24 at 7 15 03 PM

And the data comes from this spreadsheet right now: https://docs.google.com/spreadsheets/d/1l2R9D1FQy88qVzg2bI6L1LgplmM2l7pnMI80jdiz4fk/edit#gid=639378778

Screen Shot 2019-10-24 at 7 16 50 PM

My plan is to move as much data as possible to the crowdsourced spreadsheet at https://docs.google.com/spreadsheets/d/1l2R9D1FQy88qVzg2bI6L1LgplmM2l7pnMI80jdiz4fk/edit?usp=sharing

@janetm
Copy link

janetm commented Oct 25, 2019 via email

@pdurbin
Copy link
Member Author

pdurbin commented Mar 4, 2020

@janetm hmm, this makes me think that the popup on the map should give you a "geek mode" option where you can see the whole stack... CentOS vs Debian, AWS vs Google Cloud, S3 vs Swift, etc. IQSS/dataverse#1059 (comment)

@pdurbin
Copy link
Member Author

pdurbin commented Mar 31, 2022

On a related note, @TaniaSchlatter @jggautier and others worked on a "Personas for software" poster (and all the research behind it) in 2021. Screenshot below. Announcement here: https://groups.google.com/g/dataverse-community/c/MrNra9rKbUI/m/mAjACbfLAAAJ

Schlatter_IAC2021poster

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

3 participants