We (DANS) also very interested in the Data Explorer. I'm not sure if SP should call it Explorer or Data frame, it's more datasets discovery tool, but it seems to be very useful for the community.
I've put some thoughts in it and have some questions and suggestions:
- is it open source and API based tool?
- is it possible to connect it to another visualisations like D3.js?
- how to link the same variables coming from different datasets? Can be interesting for us to provide suggestions to users during upload process.
- word cloud can be interesting feature to get it on the front page or for specific dataverse.
- can it be used to link variables to controlled vocabularies?
Best regards,
Vyacheslav Tykhonov (Slava)
Senior Information Scientist,
Research and Innovation Department
Data Archiving and Networked Services (DANS)
DANS offers durable access to digital research data.
Please visit www.dans.knaw.nl for more information and contact details.
DANS is an institute of KNAW and NWO.
DANS | Anna van Saksenlaan 51 | 2593 HW Den Haag | Postbus 93067 | 2509 AB Den Haag | +31 70 349 44 50 | in...@dans.knaw.nl | www.dans.knaw.nl
- is it open source and API based tool? Yes, the source code can be downloaded here https://github.com/scholarsportal/Dataverse-Data-Explorer and the data which powers it comes from the dataverse Data Access API under the section Data Variable Metadata Access as documented here http://guides.dataverse.org/en/latest/api/dataaccess.html
Another API call is made to get the variable frequency information which is currently stored in the "prep" file (but since it's supposed to be shipped with the DDI metadata, this second call won't be needed in the future). A working group is being established to help complete the DDI metadata served by dataverse.
The Data Explorer can be run stand-alone on your local host by passing a remote uri as demonstrated by the following link https://dataverse.scholarsportal.info/ddi_explore/index.html?uri=https://dataverse.scholarsportal.info/api/access/datafile/47298/metadata/ddi or incorportated into the dataverse interface as we've done.
- is it possible to connect it to another visualisations like D3.js? I see no reason why not.
- how to link the same variables coming from different datasets? Can be interesting for us to provide suggestions to users during upload process. Currently the Data Explorer is powered by the metadata at the file level. To show a longitudinal study allowing the comparison of variables across surveys could be easily done by pulling the ddi metadata at the dataset level. This was done in another one of our applications using the same Data Explorer codebase called ODESI and can be demonstrated here http://search1.odesi.ca/#/details?uri=%2Fdataverse_sp%2Fhdl--10864_10677.xml
To compare variables across studies outside of a dataset is definitely of interest to us and we'd be happy to discuss how this might look.
- word cloud can be interesting feature to get it on the front page or for specific dataverse. An API call could be used to make this possible at the dataverse level, but I'm thinking it would be a great way to show open-ended question responses :)
- can it be used to link variables to controlled vocabularies? If you have a controlled variable mapping structure, it would be possible to create these links.
Kevin
--
You received this message because you are subscribed to the Google Groups "Dataverse Users Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email to dataverse-community+unsub...@googlegroups.com.
To post to this group, send email to dataverse-community@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/dataverse-community/663e731e-6ba7-46a8-a9d0-1bc034a40ab1%40googlegroups.com.
To post to this group, send email to dataverse...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/dataverse-community/663e731e-6ba7-46a8-a9d0-1bc034a40ab1%40googlegroups.com.
Hi all,
I think the "Explore" button should go to the different applications built around of Dataverse, not only Data Explorer or Two Ravens, and it should depend on the type of file. Basically you can consider all applications as Virtual Research Environments connected to Dataverse that can run standardisation pipelines (for example), visualise stuff from dataset or do something useful with files.
We also have an idea to connect Dataverse through Explore button to OCR and NLP systems and put recognised text and Named Entities back to the original dataset with provenance information of used tools and services applied to the dataset. Also there is great potential to use Explore button with different applications to analyse data quality, for example, to let user apply Benford's law for statistical data and produce kind of quality ranking for his stuff stored in Dataverse.
I see Dataverse as kind of Android OS or iOS for research datasets and all applications built around Dataverse as Apple Store. There is also great potential to reuse existing services for the data processing without reinventing wheel, we just need to think about RESTful APIs (or something) which will allow connect them to Dataverse.
Best,Slava
DataverseNL application manager
On Thursday, March 2, 2017 at 3:20:17 PM UTC+1, Philip Durbin wrote:
To unsubscribe from this group and stop receiving emails from it, send an email to dataverse-community+unsubscribe...@googlegroups.com.
To post to this group, send email to dataverse...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/dataverse-community/663e731e-6ba7-46a8-a9d0-1bc034a40ab1%40googlegroups.com.
--
Philip Durbin
Software Developer for http://dataverse.org
http://www.iq.harvard.edu/people/philip-durbin
--
You received this message because you are subscribed to the Google Groups "Dataverse Users Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email to dataverse-community+unsub...@googlegroups.com.
To post to this group, send email to dataverse-community@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/dataverse-community/98c0c6bc-1d56-4e73-a1d0-98a52c2d1fc6%40googlegroups.com.
I'm totally in support of using SPI to integrate the Data Explorer into Dataverse in a more formalized manner, though I wonder if being able to see the variables in a tab file could be incorporated within the dataverse interface. A great example of this is presented within the Tabular Mapping documentation under the heading "1. Once "Map Data" is pressed, the user is brought to the following page:" https://github.com/IQSS/geoconnect/wiki/Tabular-Mapping#1-once-map-data-is-pressed-the-user-is-brought-to-the-following-page
Kevin
On Tuesday, November 8, 2016 at 5:01:43 PM UTC-5, danny...@g.harvard.edu wrote:
--
You received this message because you are subscribed to the Google Groups "Dataverse Users Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email to dataverse-community+unsub...@googlegroups.com.
To post to this group, send email to dataverse-community@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/dataverse-community/13e57593-106a-46b8-917b-1b7d1cc28e2e%40googlegroups.com.
Good idea, Kevin. I think we're tracking that already in:and this other issue is related:But I do think "how" we do is very tied into this whole discussion.
On Thu, Mar 2, 2017 at 2:19 PM, Kevin Worthington <kwor...@gmail.com> wrote:
I'm totally in support of using SPI to integrate the Data Explorer into Dataverse in a more formalized manner, though I wonder if being able to see the variables in a tab file could be incorporated within the dataverse interface. A great example of this is presented within the Tabular Mapping documentation under the heading "1. Once "Map Data" is pressed, the user is brought to the following page:" https://github.com/IQSS/geoconnect/wiki/Tabular-Mapping#1-once-map-data-is-pressed-the-user-is-brought-to-the-following-page--
Kevin
On Tuesday, November 8, 2016 at 5:01:43 PM UTC-5, danny...@g.harvard.edu wrote:Hi everyone,
Big thanks to Amber and Kevin from SP for the Data Explorer demo on Tuesday's community call! It was great to see it in action and to hear the discussion afterwards. The notes from the call are here:
We've been doing some thinking internally about how we can better display tabular metadata, and the outcome of that IQSS meeting is here:
So, I'd like to generate some discussion - between the features demonstrated in the Data Explorer, the ideas in the ticket above, and any other ideas, what would be the most valuable for the researchers in your respective institutions and disciplines?
You received this message because you are subscribed to the Google Groups "Dataverse Users Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email to dataverse-community+unsub...@googlegroups.com.
To post to this group, send email to dataverse...@googlegroups.com.
The establishment of this set of possible tools sounds like a great development to me.
However I think you're placing a lot of expectations on the "Explore" button. For example, if I have a CSV file - does my user want to use TwoRavens, DataExplorer, or some other tool. All would be legitimate options. I can imagine an "Explore using..." dropdown box - just like the Download button does.
This definitely needs some thought as previous contributors have noted. User experience is going to be important as well
Cheers
Steve
--
You received this message because you are subscribed to the Google Groups "Dataverse Users Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email to dataverse-community+unsub...@googlegroups.com.
To post to this group, send email to dataverse-community@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/dataverse-community/2c29889d-2bac-4d7e-a772-263c385720c1%40googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "Dataverse Users Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email to dataverse-community+unsub...@googlegroups.com.
To post to this group, send email to dataverse-community@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/dataverse-community/7dabea25-ff4e-4914-8765-da22fecd88e0%40googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to dataverse-community+unsubscribe...@googlegroups.com.
To post to this group, send email to dataverse-community@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/dataverse-community/7dabea25-ff4e-4914-8765-da22fecd88e0%40googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "Dataverse Users Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email to dataverse-community+unsub...@googlegroups.com.
To post to this group, send email to dataverse-community@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/dataverse-community/CAPAYmDPKzN0gfPE%3DWBpD6CdqZj_psX6_BSsRCg9OUsKokP%3Dwpw%40mail.gmail.com.