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.
125
datasets available to search
ShareScore release 0.9.0
Dataset results
125 results for “open models”
Dataset for Predatory publishing practices in the shadow of open access models [diploma thesis]
<p>Dataset contains: </p> <ul> <li>a list of predatory journals with ISSNs/eISSNs based upon existing blacklists</li> <li>exports of OA publications from the systems OBD (Charles University personal bibliography database) and RIV (Register of information about research results of the Czech Republic) </li> <li>an analysis based on the data above</li> <li>answers gathered using a quantitative questionnaire on the title topic</li> </ul>
Supplementary material 1 from: Cardoso A, Tsiamis K, Gervasini E, Schade S, Taucer F, Adriaens T, Copas K, Flevaris S, Galiay P, Jennings E, Josefsson M, López B, Magan J, Marchante E, Montani E, Roy H, von Schomberg R, See L, Quintas M (2017) Citizen Science and Open Data: a model for Invasive Alien Species in Europe. Research Ideas and Outcomes 3: e14811. https://doi.org/10.3897/rio.3.e14811
Appendix 2.
Figure 1 from: Cardoso A, Tsiamis K, Gervasini E, Schade S, Taucer F, Adriaens T, Copas K, Flevaris S, Galiay P, Jennings E, Josefsson M, López B, Magan J, Marchante E, Montani E, Roy H, von Schomberg R, See L, Quintas M (2017) Citizen Science and Open Data: a model for Invasive Alien Species in Europe. Research Ideas and Outcomes 3: e14811. https://doi.org/10.3897/rio.3.e14811
Figure 1 - Participants of the workshop on "Citizen Science and Open Data: a model for Invasive Alien Species in Europe". Image: COST Association.
Figure 4 from: Cardoso A, Tsiamis K, Gervasini E, Schade S, Taucer F, Adriaens T, Copas K, Flevaris S, Galiay P, Jennings E, Josefsson M, López B, Magan J, Marchante E, Montani E, Roy H, von Schomberg R, See L, Quintas M (2017) Citizen Science and Open Data: a model for Invasive Alien Species in Europe. Research Ideas and Outcomes 3: e14811. https://doi.org/10.3897/rio.3.e14811
Figure 4 - Flipchart with participants notes addressing the topic "Main characteristics of a model for a citizen participation replicable across different policies" during Session 1. Image: COST Association.
Figure 3 from: Cardoso A, Tsiamis K, Gervasini E, Schade S, Taucer F, Adriaens T, Copas K, Flevaris S, Galiay P, Jennings E, Josefsson M, López B, Magan J, Marchante E, Montani E, Roy H, von Schomberg R, See L, Quintas M (2017) Citizen Science and Open Data: a model for Invasive Alien Species in Europe. Research Ideas and Outcomes 3: e14811. https://doi.org/10.3897/rio.3.e14811
Figure 3 - Discussion of a round table through the "world café" method, addressing the topic "List of methods for mainstreaming inputs from CS in policy making including quality assurance and validations and other parameters" during Session 1. Image: COST Association.
Figure 2 from: Cardoso A, Tsiamis K, Gervasini E, Schade S, Taucer F, Adriaens T, Copas K, Flevaris S, Galiay P, Jennings E, Josefsson M, López B, Magan J, Marchante E, Montani E, Roy H, von Schomberg R, See L, Quintas M (2017) Citizen Science and Open Data: a model for Invasive Alien Species in Europe. Research Ideas and Outcomes 3: e14811. https://doi.org/10.3897/rio.3.e14811
Figure 2 - Discussion of a round table through the "world café" method, addressing the topic "List of successful case-studies and examples of good practices in environment and IAS" during Session 1. Image: COST Association.
Open Large Language Model Framework
Open the record for dataset details and reuse information.
Supplementary Data: Code, Input Data and Model data: PyPSA-Eur: An Open Optimisation Model of the European Transmission System
<p>Supplementary Data (preliminary version)</p> <p>PyPSA-Eur: An Open Optimisation Model of the European Transmission System</p> <p>Authors: J. Hörsch, F. Hofmann, D. Schlachtberger, T. Brown</p> <p>and</p> <p>The role of spatial scale in joint optimisations of generation and transmission for European highly renewable scenarios</p> <p>Authors: J. Hörsch, T. Brown</p> <p>The files in this record contain the scripts to build a <a href="http://pypsa.org/">PyPSA</a> model of the European Electricity System including renewable feed-in from wind, solar and hydro installations derived from reanalysis weather data satellite irradiation. The model PyPSA-Eur is described in the above publication.</p> <p><strong>Scripts</strong></p> <p>To use the scripts, you need the following free software Python libraries:</p> <ul> <li><a href="https://github.com/PyPSA/PyPSA">PyPSA</a> for the modelling framework</li> <li><a href="https://github.com/FRESNA/vresutils">vresutils</a> for various helper functions to build the model instance</li> <li><a href="https://github.com/FRESNA/atlite">atlite</a> to process weather data into power system data</li> <li><a href="https://snakemake.readthedocs.io/en/latest/">snakemake</a> to organise the execution of the software</li> </ul> <p>and other standard libraries from the <a href="https://pypi.python.org/pypi">Python Package Index</a> (PyPI), such as pandas, pyomo, countrycode, etc.</p> <p>snakemake requires that all code runs with Python version 3. The code setup is known to work with the following versions: PyPSA 0.12.0, pandas 0.21.1, numpy 0.14.0, scipy 0.19.1, pyomo 5.2. You may need to downgrade your libraries to these versions for the scripts to work.</p> <p>The Python scripts in this repository (in the directory scripts/) are released under the <a href="https://www.gnu.org/licenses/gpl-3.0.en.html">GNU General Public Licence Version 3.0</a> (GPL 3.0).</p> <p>The scripts build_*.py process all raw input data into a form where it can be used in the model.</p> <p>base_network.py creates the initial PyPSA network topology.</p> <p>add_electricity.py adds generators and storage units to the models, it generates the detailed resolved model described in the PyPSA-Eur paper.</p> <p>simplify_network.py removes stub ac-buses from network topology and simplifies long dc lines.</p> <p>cluster_network.py creates clustered representations of the electricity network for a given number of buses following the topology described in the "spatial scale" paper.</p> <p>prepare_network.py adds parameters like the CO2 limit and the transmission expansion volume relevant for the optimization to the model.</p> <p>All scripts are managed with the <a href="http://snakemake.readthedocs.io/en/latest/">snakemake</a> workflow management tool.</p> <p>To run the scripts, adjust the parameters in config.yaml and cluster.yaml to your local configuration. Then simply execute</p> <pre><code>snakemake</code></pre> <p>for the rule you want to run.</p> <p><strong>Data</strong></p> <p>The input data include:</p> <ul> <li>Electricity sector data</li> <li>Topology derived from the analysis of an extract of the <a href="https://www.entsoe.eu/data/map/">ENTSO-E online map</a> using <a href="https://github.com/bdw/GridKit">GridKit</a> .</li> <li>A cost database with literature sources.</li> </ul> <p> </p>
Classifying Open-Source Pre-Trained Models and Datasets for Software Engineering
Open the record for dataset details and reuse information.
A Cost-Effective Semi-Ab Initio Approach to Model Relaxation in Rare-Earth Single-Molecule Magnets. Open data set
<p>Data supporting the original figures 2 and 3 of the related publication.</p>
Open Research Data for "A New Framework for Evaluating Model Simulated Inland Tropical Cyclone Wind Fields"
<p>The (1) NOAA GFDL T-SHiELD outputs, (2) processed ASOS data, and (3) observation-based, theory-driven wind profiles data used in the manuscript "A New Framework for Evaluating Model Simulated Inland Tropical Cyclone Wind Fields". </p>
Data from: A lattice Boltzmann model for the open channel flows described by the Saint-Venant equations
Open the record for dataset details and reuse information.
Low-intensity pulsed ultrasound-mediated blood-brain barrier opening increases anti programmed death-ligand 1 delivery and efficacy in Gl261 mouse model
GEO Series GSE220909. Mus musculus. 5 samples. Type: Expression profiling by high throughput sequencing.
Figure 1 from: Filter M, Candela L, Guillier L, Nauta M, Georgiev T, Stoev P, Penev L (2019) Open Science meets Food Modelling: Introducing the Food Modelling Journal (FMJ). Food Modelling Journal 1: e46561. https://doi.org/10.3897/fmj.1.46561
Figure 1 - Workflow for conversion of FSK-ML metadata into Model manuscripts.
Grey-brick buildings, an open data set of calibrated RC models of Dutch residential building heat dynamics
<p>Building thermal modeling is the founding stone upon which numerous carbon reduction strategies in the building sector are built. Yet, as of today, little to no interpretable and calibrated models founded on real-world measurements have been open-sourced. This work attempts to remedy this deficiency and renders public improved results of a recently published stochastic model identification of building heat dynamics study evaluated over 225 Dutch residential buildings. Calibrated lumped resistance-capacity models are made available, along with thermal characterizations of the buildings and reported meta-data. The paper discusses how open-access building thermal models support a collection of building service applications such as building performance benchmarks, model-based control, demand-side management, policy impact assessment, and data augmentation. Insights provided present a starting point for open access benchmarks of building thermal dynamics, paving the way toward new scientific discoveries from common standards.</p>
Open source code for Brain-inspired bodily self-perception model for robot rubber hand illusion
<p><a href="https://github.com/Brain-Cog-Lab/RHI#rhi">RHI</a></p> <p><a href="https://github.com/Brain-Cog-Lab/RHI#rhi_matlab">RHI_Matlab</a></p> <p>This file is the open-source code for 'Brain-inspired bodily self-perception model for robot rubber hand illusion', mainly used in simulation environments, and can reproduce various rubber hand illusion experiments.</p> <p><a href="https://github.com/Brain-Cog-Lab/RHI#rhi_braincog">RHI_BrainCog</a></p> <p>We are building an open source spiking neural network based brain-inspired cognitive intelligence engine for Brain-inspired Artificial Intelligence and brain simulation. Therefore, we also implemented the core Proprioceptive drift experiment of the rubber hand illusion experiment using Braincog.</p> <p><a href="https://github.com/BrainCog-X/Brain-Cog/tree/main/examples/Embodied_Cognition/RHI">The open source code built by BrainCog</a></p> <p>BrainCog provides essential and fundamental components to model biological and artificial intelligence. The current version of BrainCog contains at least 18 functional spiking neural network algorithms (including but not limited to perception and learning, decision making, knowledge representation and reasoning, motor control, social cognition, etc.) built based on BrainCog infrastructures, and BrainCog also provide brain simulations to drosophila, rodent, monkey, and human brains at multiple scales based on spiking neural networks at multiple scales.</p>
Supplementary material for the article entitled "Socioeconomic Analysis of the Proposed Opening of the Brazilian energy Market Through the Combination of Forecast Method with the Optimized Tariff Model"
<p>This supplementary material includes the input data used for the simulations conducted in the article.</p>
Open Label Study Exploring Tissue Histopathology After Ellacor® Procedure in an Abdominoplasty Model.
ClinicalTrials.gov study NCT06421207. IPD Sharing: Not stated. Countries: 1. Publications: 0.
Accuracy of Digital Models Using Open-access Software Programs
ClinicalTrials.gov study NCT06035432. IPD Sharing: Not stated. Countries: 1. Publications: 0.
Evaluation of Artificial Intelligence Models for Diagnosis of Anterior Open Bite Malocclusion
ClinicalTrials.gov study NCT06140849. IPD Sharing: UNDECIDED. Countries: 1. Publications: 0.
ScienceDex guides
Understand access before you commit
These curated guides explain access requirements, typical timelines, costs, and reuse considerations for widely used research 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.
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.
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.
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.
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.