Skip to main content
Powered by ShareScore

Find research datasets worth reusing

Search datasets from major research repositories and use ShareScore to quickly assess how well each record supports discovery, access, and reuse.

10

datasets available to search

ShareScore release 0.9.0

Reset

Dataset results

10 results for “virtual research environments”

Learn how ShareScore rates datasets ↗
zenodo48/100

Virtual Research Environments Ethnography: a Preliminary Study

<p>Datasets accompanying the paper &ldquo;Virtual Research Environments Ethnography: a Preliminary Study&rdquo;, a systematic mapping study on the literature about Science gateways, Virtual Research Environments, and Virtual Laboratories.</p> <p>While for legal reasons we can not share the original datasets obtained by querying the databases, since they include copyrighted data, we can share the two datasets derived from the query results and the two topic modelling datasets.</p> <p>The dataset &ldquo;<strong>main_dataset.csv</strong>&rdquo; consists of the merged query results from ACM Digital Library, IEEEXplore, ScienceDirect, Scopus, and SpringerLink databases. It is structured into six columns: (i) doi; (ii) title; (iii) content_type; (iv) publication year; (v) keyword_search; (vi) DB.</p> <p>The &lsquo;<strong>doi</strong>&rsquo;, &lsquo;<strong>title</strong>&rsquo;, and &lsquo;<strong>publication_year</strong>&rsquo; labels are self-describing, and are used for the DOIs, titles, and publication years (in the yyyy format) respectively.</p> <p>The &lsquo;<strong>content_type</strong>&rsquo; label refers to the different and normalised typologies of resources: (a) Article; (b) Book, (c) Book Chapter; (d) Chapter; (e) Chapter ReferenceWorkEntry; (f) Conference Paper; (g) Conference Review; (h) Early Access Articles; (i) Editorial; (j) Erratum; (k) Letter; (l) Magazines; (m) Masters Thesis; (n) Note; (o) Ph.D. Thesis; (p) Retracted; (q) Review; (r) Short Survey; (s) Standards. (c) and (d) refer to the same type of entry (they are used in different databases), while in the case of (e) we observed that it is used in the Springer database to refer mainly to encyclopaedic entries.</p> <p>The &lsquo;<strong>keyword_search</strong>&rsquo; label is used for identifying the keyword group used for formulating the query: (a) science gateway | scientific gateway; (b) virtual laboratory | Vlab; or (c) virtual research environment.</p> <p>The &lsquo;<strong>DB</strong>&rsquo; label indicates the provenance of the entries from one of the five databases we selected for our study: (a) ACM; (b) IEEE; (c) ScienceDirect; (d) scopus; and (e) Springer, identifying the ACM Digital Library, IEEEXplore, ScienceDirect, Scopus, and SpringerLink respectively.</p> <p>The dataset &ldquo;<strong>filtered_dataset.csv</strong>&rdquo; consists of the deduplicated and filtered entries (journal articles and conference papers from 2010 onward, with a DOI assigned) from the &ldquo;main_dataset.csv&rdquo; we used as the final dataset for answering our research questions. It is structured into ten columns: (i) doi; (ii) title; (iii) venue; (iv) publication_year; (v) content_type; (vi) abstract; (vii) keywords; (viii) science gateway | scientific gateway; (ix) virtual laboratory | Vlab; and (x) virtual research environment.</p> <p>As for the previous dataset, the &lsquo;<strong>doi</strong>&rsquo;, &lsquo;<strong>title</strong>&rsquo;, and &lsquo;<strong>publication_year</strong>&rsquo; labels are self-describing, and are used for the DOIs, titles, and publication years (in the yyyy format) respectively.</p> <p>The &lsquo;<strong>venue</strong>&rsquo; label is used for indicating the conference or the journal the entries refer to. The values derive from the original query results.</p> <p>The &lsquo;<strong>abstract</strong>&rsquo; and &lsquo;<strong>keyword</strong>&rsquo; labels are used for the abstracts and the keywords associated with the entries. The values are mainly derived from the original query results, as we integrated the missing ones by querying OpenAIRE.</p> <p>The &lsquo;<strong>science gateway | scientific gateway</strong>&rsquo;, &lsquo;<strong>virtual laboratory | Vlab</strong>&rsquo; and &lsquo;<strong>virtual research environment</strong>&rsquo; labels indicate the connection between the entries and the keyword group used for denoting them. The values are binary (1 if the keywords belong to the group, 0 if they do not).</p> <p>The datasets &ldquo;<strong>sg_vlab_vre_topics_datasets.csv</strong>&rdquo; and &ldquo;<strong>sgvlabvre_topics_dataset.csv</strong>&rdquo; consist of the three datasets and of the unique dataset resulting from topic modelling, the first (corpus divided into three datasets) and the second analysis (corpus as a whole) respectively. They share the same structure: (i) Topic; (ii) #studies; (iii) Representative word; (iv) Representative word weight.</p> <p>The &lsquo;<strong>Topic</strong>&rsquo; label is used for the topic denomination and the values consist of an alphanumeric string indicating the dataset and the progressive topic number: (a) SG, for the scientific gateway dataset; (b) VRE, for the virtual research environment dataset; (c) VLAB, for the virtual laboratory dataset; and (d) A, for the corpus as a whole.</p> <p>The &lsquo;<strong>#studies</strong>&rsquo; label indicates the number of studies contributing to each topic.</p> <p>The &lsquo;<strong>Representative word</strong>&rsquo; and &lsquo;<strong>Representative word weight</strong>&rsquo; labels are used for denoting the keywords describing each topic and their weights respectively.</p>

opencc-by-4.0Dec 2021View details →
zenodo40/100

Solutions for Reproducibility in Empirical Research: Virtual Machines, Containers, Environment Management Packages, and Cloud Platforms

<p>This image provides a comprehensive overview of various technologies and platforms used to enhance the reproducibility of empirical research. It is divided into several sections:</p> <ol> <li><strong>Virtual Machines (VMs): </strong>the left section of the image illustrates the architecture of VMs with Type 1 and Type 2 hypervisors.&nbsp;<br>&nbsp; &nbsp;- <em>Type 1 Hypervisor </em>runs directly on the hardware, providing high efficiency and performance. Examples include VMware ESXi, <strong>Microsoft Hyper-v</strong>, and Xen Project.<br>&nbsp; &nbsp;- <em>Type 2 Hypervisor</em> runs on an existing operating system, offering flexibility at the cost of some performance. Examples include <strong>Oracle VirtualBox</strong>, VMware Workstation, and Parallels.</li> <li><strong>Containers: </strong>the middle section of the image explains the containerization concept, which shares the host operating system's kernel, making containers more lightweight than VMs. Technologies like <strong>Docker</strong> and <strong>Kubernetes</strong> are shown as popular solutions for container orchestration.</li> <li><strong>Environment Management Packages: </strong>the top right section focuses on tools for managing software dependencies and environments. <strong>renv</strong> (for R) and <strong>Conda</strong> (for Python and other languages) are highlighted as key tools for creating reproducible research environments.</li> <li>Cloud Platforms: the bottom right section features various cloud-based platforms that facilitate reproducible research by providing scalable and shareable computational environments. Platforms include <strong>Google Colab</strong>, <strong>Posit Cloud</strong>, JupyterHub, <strong>Binder</strong>, Nextjournal, OpenShift, and <strong>Code Ocean</strong>.</li> </ol> <p>Together, these solutions provide a robust framework for ensuring that empirical research can be reliably reproduced and validated by others, addressing the challenges of dependency management, environment consistency, and computational resource availability.</p>

opencc-by-4.0Jun 2024View details →
zenodo40/100

Database of movement behavior and EEG in virtual audiovisual everyday-life environments for hearing aid research

<p>This database contains movement behavior (head, eye, torso) and EEG signals of 21 young normal-hearing (11 male, 11 female, mean age 25 +/- 3.6 years) and 19 elderly normal-hearing subjects (9 male, 12 female, mean age 69 +/- 5.4 years) measured in virtual audiovisual listening environments in the laboratory. The virtual audiovisual environments that were used are: a living room, a lecture hall, a cafeteria, a street and a train station. The video and audio material for the environments is also available (see Related identifiers). The methods and an analysis of the movement behavior are described in Hendrikse et al. (2019). The supplementary materials to this paper that are published here include plots of the gaze trajectories of the subjects in all environments, plotted separately for the young and elderly subjects so that they can be compared, and histograms of the head-, eye- and torso-rotation for the environments that were not included in the paper.</p>

opencc-by-nc-sa-4.0Oct 2018View details →
zenodo36/100

Biographische Informationssysteme (DPBs, Digital Knowledge Databases, Virtual Research Environments)

<p>The table is an overview of database and online systems to manage/publish prosopographical and biographical data.&nbsp;</p>

openmit-licenseMar 2019View details →
zenodo36/100

SIMCor - R-Statistical Environment embedded in the SIMCor Virtual Research Environment

<p>Using RStudio, the capabilities of running statistical evaluations in a standardised manner directly on the SIMCor Virtual Research Environment (VRE) has been realised. Via a web frontend, scripts written in the R programming language can be directly evaluated on the data, such as the virtual cohorts, available at the VRE.</p>

opencc-by-4.0Dec 2022View details →
zenodo28/100

Fact Sheet: Introduction Virtual Research Environments and Overview

<p><strong>English:</strong></p> <p>Virtual Research Environments (VREs) are digital working platforms which enable scienctists to work cooperatively in a time- and location-independent way. Due to the increase of digital research data and the international collaboration of researchers, VREs gain in importance. Numerous VREs have been developed in different projects to support the work of researchers in a variety of disciplines. However, the thematic focus and functionality differ between available VREs.</p> <p>The new fact sheet summarizes important information about and requirements for VREs. In addition to the fact sheet we developed a summary of currently existing VREs for different disciplines which gives an overview over their scope and functionality.</p> <p>-------------------------------------------</p> <p><strong>German:</strong></p> <p>Virtuelle Forschungsumgebungen (VFUs) sind digitale Arbeitsplattformen, die es Wissenschaftlern erm&ouml;glichen zeit- und ortsunabh&auml;ngig vernetzt zusammenzuarbeiten. Durch die Zunahme an digitalen Forschungsdaten und die st&auml;rkere internationale Zusammenarbeit von Wissenschaftlern gewinnen diese Anwendungen an Bedeutung. In den letzten Jahren wurden in zahlreichen Projekten neue VFUs f&uuml;r verschiedene Fachdisziplinen entwickelt. Dabei sind der thematische Schwerpunkt und der Funktionsumfang der verschiedenen VFUs sehr unterschiedlich.</p> <p>Mit der neuen Handreichung m&ouml;chten wir allen Interessierten wichtige Informationen rund um das Thema VFU zur Verf&uuml;gung stellen und einen &Uuml;berblick &uuml;ber momentan verf&uuml;gbare Systeme geben. Zus&auml;tzlich zu der Handreichung haben wir eine Zusammenfassung mit Informationen zu Virtuellen Forschungsumgebungen aus verschiedenen Fachbereichen zusammengestellt.</p> <p><strong>Daten in der Tabelle:</strong></p> <ul> <li>Name der Virtuellen Forschungsumgebung</li> <li>Fachgebiet</li> <li>Offenheit</li> <li>Zug&auml;nglichkeit</li> <li>Verf&uuml;gbarkeit von Informationen zum Betriebs-/Nutzungsmodell</li> <li>Read-Only</li> <li>Themengebunden</li> <li>M&ouml;glichkeit der Verwaltung eigener Daten</li> <li>Eigene Daten zugriffsbeschr&auml;nkt</li> <li>Link</li> </ul>

opencc-zeroOct 2019View details →
zenodo28/100

Figure 1 from: Smith V, Rycroft S, Brake I, Scott B, Baker E, Livermore L, Blagoderov V, Roberts D (2011) Scratchpads 2.0: a Virtual Research Environment supporting scholarly collaboration, communication and data publication in biodiversity science. ZooKeys 150: 53-70. https://doi.org/10.3897/zookeys.150.2193

Figure 1 - Scratchpad usage statistics from February 2007 to September 2011. The black dashed line represents the number of Scratchpad community sites (in hundreds) and the blue solid line represents the number of registered users (in thousands). As of September 2011 we have switched to recording the number of active users (currently 4424) since this figure provides a more accurate guide to usage.

opencc-by-4.0Nov 2011View details →
zenodo28/100

Figure 2 from: Smith V, Rycroft S, Brake I, Scott B, Baker E, Livermore L, Blagoderov V, Roberts D (2011) Scratchpads 2.0: a Virtual Research Environment supporting scholarly collaboration, communication and data publication in biodiversity science. ZooKeys 150: 53-70. https://doi.org/10.3897/zookeys.150.2193

Figure 2 - Screenshots of the Scratchpad 2 publication module showing an example workflow. Top, the section writing tool showing material and methods section; middle, the relationship selector that allows a taxon and additional materials to be associated with a section of the publication; and bottom, supplementary files such as illustrations, photos or graphs can be added to complete the publication.

opencc-by-4.0Nov 2011View details →
zenodo28/100

SIMCor - Demo of the Virtual Research Environment (VRE)

<p>This video demonstrates the usability of the Virtual Cohort Generators that were embedded into the SIMCor Virtual Research Environment. Via a REST API, a virtual cohort can be generated by specifying the output directory, the number of samples to be included in the cohort as well as specific model parameters. A unique virtual cohort ID is then generated together with the relevant virtual patient information, including the virtual surface geometries. In this example&nbsp;virtual patients for TAVI in-silico assessment of TAVI implantation were generated.</p>

opencc-by-4.0Dec 2022View details →
zenodo24/100

Virtual audiovisual everyday-life environments for hearing aid research

<p>The virtual audiovisual environments in this database are published in conjunction with the paper Hendrikse et al. (2019). These virtual audiovisual environments were designed based on a number of situations with high importance and/or occurrence in everyday-life of young and elderly normal-hearing and hearing-impaired persons. They were designed to have a big range of different target sources (one or multiple live speakers or loudspeakers, close or further away) and distractors (concurrent speakers or other sounds, close or further away, moving or stationary). Their purpose was to enable the measurement of realistic head-, eye- and torso-movement and EEG during listening tasks in everyday-life situations. A database of the measured movement behavior and EEG of 21 young normal-hearing and 19 elderly normal-hearing subjects is also available (see Related identifiers). The methods and an analysis of the subjective experience of these environments are published in Hendrikse et al. (2019). The environments include: a living room (watching the news on TV), a lecture hall (listening to a lecture), a cafeteria (listening to a 4-person conversation), a train station (listening to the announcements) and a street (listening to a 4-person conversation at a bus stop or waiting for someone at a cross-section). The environments contain speech material in German. 3D videos of the environments can also be found on Youtube: <a href="https://www.youtube.com/playlist?list=PL-v3EIoK6ZarlOvYqCu7LpDext3Iafwtr">https://www.youtube.com/playlist?list=PL-v3EIoK6ZarlOvYqCu7LpDext3Iafwtr</a></p>

opencc-by-nc-sa-4.0Oct 2018View details →

ScienceDex guides

Understand access before you commit

These curated guides explain access requirements, typical timelines, costs, and reuse considerations for widely used research datasets.

Compare curated datasets

Allen Brain Atlas

Allen Brain Atlas is an Allen Institute collection of brain map atlases, datasets, APIs, and analysis tools covering mouse, human, and non-human primate brain resources.

allen-brain-atlas
neuroscienceopenDocumentation, web resources, and API references are available online.
Last verified 2026-04-30Open record

Annotated Behaviour and Observability Dataset (ABODe)

ABODe is a University of Edinburgh DataShare dataset for behavior classification in group-housed mice using home-cage video, identities, bounding boxes, ground-plate positions, and annotator labels.

abode-home-cage
behavioral-neuroscienceopenThe DataShare record exposes download links for annotations, documentation, license text, and the zipped per-snippet data directory.
Last verified 2026-04-30Open record

DANDI Archive for NWB datasets

DANDI is a BRAIN Initiative archive for publishing and sharing neurophysiology data, including electrophysiology, optophysiology, and behavioral data packaged as NWB and related standards.

dandi-nwb
electrophysiologyopenPublished Dandiset metadata and archive endpoints are available through the production DANDI API.
Last verified 2026-04-30Open record

International Brain Laboratory public data

The International Brain Laboratory public data releases expose standardized mouse decision-making experiments, including Neuropixels recordings, widefield calcium imaging, behavior, and session metadata accessed through the ONE API.

ibl
behavioral-neuroscienceopenPublic sessions can be searched and loaded from the IBL public data server through ONE.
Last verified 2026-04-29Open record

OpenNeuro

OpenNeuro is a free, open platform for sharing neuroimaging datasets, with public search, dataset pages, and download paths for web, S3, DataLad, and the OpenNeuro CLI.

openneuro
neuroscienceopenPublished datasets are available on demand over the internet.
Last verified 2026-04-29Open record