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.

1,940

datasets available to search

ShareScore release 0.9.0

Reset

Dataset results

1,940 results for “data sample”

Learn how ShareScore rates datasets ↗
zenodo40/100

Data and code for: "Global Sampling Decline Erodes Science Potential of Natural History Collections"

<p># GBIF Specimen Data Analysis and Forecasting<br><br>## Version 2 - modified date ranges for figures 1 and 2 in response to reviewer comments</p> <p>This repository contains the code and data for analysing and forecasting trends in Global Biodiversity Information Facility (GBIF) specimen records across three major taxonomic groups: Chordata, Arthropoda, and Plantae.&nbsp;<br>The analysis pipeline includes data cleaning, anomaly detection, primary analyses, and forecasting based on historical database snapshots.</p> <p>These scripts and data correspond to analyses in the following manuscript:</p> <p>Global Sampling Decline Erodes Science Potential of Natural History Collections</p> <p>Authors:<br>Owen Forbes<br>Andrew G. Young<br>Peter H. Thrall</p> <p><br>## Repository Structure</p> <p>The repository consists of three main Quarto (.qmd) scripts and associated data files:</p> <p>1. `1_DataCleaning_Forbes-et-al_2025.qmd`: Data cleaning and anomaly detection<br>2. `2_PrimaryAnalyses_Forbes-et-al_2025.qmd`: Primary analyses and visualisation<br>3. `3_SnapshotsForecasting_Forbes-et-al_2025.qmd`: Historical snapshot analysis and forecasting</p> <p>## Requirements</p> <p>- R (version 4.3.2 or later)<br>- Required R packages:<br>&nbsp; - tidyverse (v2.0.0) - for data manipulation and visualization<br>&nbsp; - readr (v2.1.5) - for reading CSV/TSV files<br>&nbsp; - ggplot2 (v3.4.0 or v3.5.0) - for creating visualizations<br>&nbsp; - rnaturalearth (v1.0.1) - for accessing natural earth map data<br>&nbsp; - dplyr (v1.1.0 or v1.1.4) - for data manipulation<br>&nbsp; - countrycode (v1.6.0) - for converting country names and codes<br>&nbsp; - spdep (v1.3-3) - for spatial dependence modeling<br>&nbsp; - sp (v1.6-0 or v2.1-3) - for spatial data manipulation<br>&nbsp; - sf (v1.0-15 or v1.0-16) - for simple features access<br>&nbsp; - data.table (v1.14.8) - for fast aggregation of large data<br>&nbsp; - lubridate (v1.9.2) - for date-time manipulation<br>&nbsp; - viridis (v0.6.3) - for color palettes<br>&nbsp; - gridExtra (v2.3) - for arranging multiple plots<br>&nbsp; - ggpubr (v0.6.0) - for creating publication-ready plots<br>&nbsp; - zoo (v1.8-12) - for time series, including moving averages<br>&nbsp; - scales (v1.3.0) - for graphical scales<br>&nbsp; - forecast (v8.22.0) - for ARIMA forecast models<br>&nbsp; - purrr (v1.0.2) - for mapping custom forecast function onto each dataset<br>&nbsp; - arrow - for working with parquet files</p> <p>Install these packages before running the scripts.</p> <p>## How to Use</p> <p>1. Download this repository to your local machine.<br>2. Set your working directory to the location of the scripts.<br>3. Download raw datasets from GBIF (as required)<br>4. Ensure all required R packages are installed.<br>5. Run the scripts in RStudio or your preferred R environment.</p> <p>### Data Cleaning (`1_DataCleaning_Forbes-et-al_2025.qmd`)</p> <p>This script cleans the raw GBIF data and identifies anomalies. It produces files containing indexes of dataset records to be removed, which are used in subsequent analyses.</p> <p>**Note**: The raw GBIF exported datasets for contemporary records are not included in this repository due to file size constraints. Download them from the GBIF links provided in the script and place them in the `data/` directory.</p> <p>### Primary Analyses (`2_PrimaryAnalyses_Forbes-et-al_2025.qmd`)</p> <p>This script performs the main analyses and generates visualisations. It uses the outputs from the data cleaning script to filter anomalous records.</p> <p>To reproduce all analysis stages from the original raw .csv files:<br>- Start at the chunks labelled "DATA LOAD AND FILTERING".<br>- Run the pipeline for non-spatial analyses before spatial analyses.<br>- Due to memory constraints, it's recommended to run analyses for one taxonomic group and one analysis stream at a time.</p> <p>To skip to plot generation:<br>- Navigate to sections tagged as "@! SKIP TO PLOTTING !@".<br>- Ensure all required analysis output files are in the `data/` directory.</p> <p>### Forecasting (`3_SnapshotsForecasting_Forbes-et-al_2025.qmd`)</p> <p>This script analyses historical GBIF database snapshots and forecasts future growth. It uses the cleaned snapshot data produced by the data cleaning script.</p> <p>## Data Files</p> <p>### GBIF Exports - Raw Data (not included on Zenodo due to file size, please download directly from GBIF)<br>- `0016915-240425142415019.csv` for Chordata - &nbsp;https://www.gbif.org/occurrence/download/0016915-240425142415019</p> <p>- `0016914-240425142415019.csv` for Plantae - https://www.gbif.org/occurrence/download/0016914-240425142415019&nbsp;</p> <p>- `0016913-240425142415019.csv` for Arthropoda - https://www.gbif.org/occurrence/download/0016913-240425142415019</p> <p>### Included Data Files</p> <p>#### Raw Data<br>- `GBIF_snapshots.parquet` # Historical snapshots RAW dataset (arrow/parquet format)<br>- `GBIF_integer_to_datasetKey.tsv` # Mapping old dataset IDs onto new datasetKey field</p> <p>#### Contemporary Datasets - data cleaning outputs<br>- `chordata_counts_to_highlight_030724` # List of anomalous Chordata dataset + year indexes to filter<br>- `arthropoda_counts_to_highlight_OG_030724` # List of anomalous Arthropoda dataset + year indexes to filter<br>- `plantae_counts_to_highlight_030724` # List of anomalous Plantae dataset + year indexes to filter</p> <p>#### Cleaned Snapshots<br>- `plantae_snapshots_filter_threshold_IN_040924` # Cleaned Plantae snapshots<br>- `arthropoda_snapshots_filter_threshold_IN_040924` # Cleaned Arthropoda snapshots<br>- `chordata_snapshots_filter_threshold_IN_040924` # Cleaned Chordata snapshots<br>- `gbif_dates_df_anomaly_filtered_090724` # Anomaly-filtered snapshots (combined dataset)<br>- `gbif_dates_df_anomalies_highlighted_090724` # Anomalies highlighted snapshots (combined dataset)</p> <p>#### Analysis Outputs - for skipping straight to plot/figure generation<br>- `arthropoda_specimens_per_year_080724` # Arthropoda specimen counts per year<br>- `arthropoda_unique_species_per_year_080724` # Arthropoda unique species counts per year<br>- `arthropoda_grid_counts_080724` # Arthropoda grid counts<br>- `chordata_specimens_per_year_080724` # Chordata specimen counts per year<br>- `chordata_unique_species_per_year_080724` # Chordata unique species counts per year<br>- `chordata_grid_counts_080724` # Chordata grid counts<br>- `plantae_specimens_per_year_080724` # Plantae specimen counts per year<br>- `plantae_unique_species_per_year_080724` # Plantae unique species counts per year<br>- `plantae_grid_counts_080724` # Plantae grid counts<br>- `chordata_continent_count_080724` # Chordata continent-specific counts<br>- `arthropoda_continent_count_080724` # Arthropoda continent-specific counts<br>- `plantae_continent_count_080724` # Plantae continent-specific counts</p> <p>&nbsp;</p>

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

Challenges of sampling and how phylogenetic comparative methods help: Supplementary data

<p>Supplementary data and results files for the paper:</p> <p>Macklin-Cordes, Jayden L. &amp; Erich R. Round (2022).&nbsp;Challenges of sampling and how phylogenetic comparative methods help: With a case study of the Pama-Nyungan laminal contrast.&nbsp;<em>Linguistic Typology</em> (advance online publication).&nbsp;<a href="https://doi.org/10.1515/lingty-2021-0025">https://doi.org/10.1515/lingty-2021-0025</a></p>

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

Supporting data (structural data, sample descriptions, microprobe data)

<p>Supporting data for the manuscript entitled &quot;Tectonic evolution of the Nevado-Fil&aacute;bride complex (Sierra de los Fil&aacute;bres, Southeastern Spain): insights from new structural and geochronological data&quot;, submitted to Tectonics.</p>

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

Sample data FRPPIXEL

<p>Sample data containing some 8080 fires from September 1st, 2020 extracted from EUMESAT Surface Analysis, Satellite Application Facility on Land Surface Analysis (<a href="https://www.eumetsat.int/lsa-saf">LSA SAF</a>) fire database.&nbsp;</p>

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

Audio samples from generative models trained on the TIMIT speech data.

<p>This is a posting of audio snippets to accompany the paper&nbsp;&quot;Benchmarking Generative Latent Variable&nbsp;Models for Speech&quot;.</p> <p>The snippets include samples and reconstructions.&nbsp;All samples are completely unconditional and utilise only the prior&nbsp;internal representations learned by the model.&nbsp;Reconstructions are computed from a given test audio snippet by first encoding it to a learned representation and then decoding that&nbsp;to a reconstruction of the audio.</p> <p>All models are trained on the TIMIT speech dataset (<a href="https://catalog.ldc.upenn.edu/LDC93s1">https://catalog.ldc.upenn.edu/LDC93s1</a>). Some snippets are from models&nbsp;trained at different temporal resolutions denoted by `s1` and `s64`. We refer to the paper for details.</p> <p>The files include:</p> <ul> <li>`clockwork-vae-s64-reconstruction-*` <ul> <li>Four reconstructions using a&nbsp;two-layered Clockwork VAE trained with temporal resolution s=64.</li> </ul> </li> <li>`clockwork-vae-s64-sample-*` <ul> <li>Four samples from the prior of a Clockwork VAE trained with temporal resolution s=64.</li> </ul> </li> <li>`original-*` <ul> <li>Four original samples from TIMIT corresponding in pairs to the reconstructions.</li> </ul> </li> <li>`vrnn-s64-sample-*` <ul> <li>Two samples from the prior of a VRNN trained with temporal resolution s=64.</li> </ul> </li> <li>`vrnn-s1-sample-*` <ul> <li>Two samples from the prior of a VRNN trained with temporal resolution s=1.</li> </ul> </li> <li>`srnn-s64-sample-*` <ul> <li>Two samples from the prior of a SRNN trained with temporal resolution s=64.</li> </ul> </li> <li>`srnn-s1-sample-*` <ul> <li>Two samples from the prior of a SRNN trained with temporal resolution s=1.</li> </ul> </li> <li>`wavenet-s64-sample-*` <ul> <li>Four samples from a WaveNet trained with temporal resolution s=1.</li> </ul> </li> <li>`wavenet-s1-sample-*` <ul> <li>Two samples from a WaveNet trained with temporal resolution s=64.</li> </ul> </li> </ul>

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

Sample based prevalence data complementing the European Union One Health 2020 Zoonoses Report - Norway

<p>This dataset contains monitoring data on zoonoses and zoonotic agents under the Directive 2003/99/EC. This Directive requires Member Sates (MSs) to collect, evaluate and report data on zoonoses and zoonotic agents. MSs can also report monitoring data and information on some other pathogenic microbiological agents in foodstuffs. Relevant EU legislation: Commission Regulation (EC) No 2073/2005,Commission Regulation (EC) No 1441/2007, Commission Regulation (EU) No 1086/2011, Commission Regulation (EU) No 209/2013, Commission Regulation(EU) No 217/2014.</p>

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

Sample based prevalence data complementing the European Union One Health 2020 Zoonoses Report - Luxembourg

<p>This dataset contains monitoring data on zoonoses and zoonotic agents under the Directive 2003/99/EC. This Directive requires Member Sates (MSs) to collect, evaluate and report data on zoonoses and zoonotic agents. MSs can also report monitoring data and information on some other pathogenic microbiological agents in foodstuffs. Relevant EU legislation: Commission Regulation (EC) No 2073/2005,Commission Regulation (EC) No 1441/2007, Commission Regulation (EU) No 1086/2011, Commission Regulation (EU) No 209/2013, Commission Regulation(EU) No 217/2014.</p>

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

Sample based prevalence data complementing the European Union One Health 2020 Zoonoses Report - the United kingdom

<p>This dataset contains monitoring data on zoonoses and zoonotic agents under the Directive 2003/99/EC. This Directive requires Member Sates (MSs) to collect, evaluate and report data on zoonoses and zoonotic agents. MSs can also report monitoring data and information on some other pathogenic microbiological agents in foodstuffs. Relevant EU legislation: Commission Regulation (EC) No 2073/2005,Commission Regulation (EC) No 1441/2007, Commission Regulation (EU) No 1086/2011, Commission Regulation (EU) No 209/2013, Commission Regulation(EU) No 217/2014.</p>

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

Sample based prevalence data complementing the European Union One Health 2020 Zoonoses Report - Finland

<p>This dataset contains monitoring data on zoonoses and zoonotic agents under the Directive 2003/99/EC. This Directive requires Member Sates (MSs) to collect, evaluate and report data on zoonoses and zoonotic agents. MSs can also report monitoring data and information on some other pathogenic microbiological agents in foodstuffs. Relevant EU legislation: Commission Regulation (EC) No 2073/2005,Commission Regulation (EC) No 1441/2007, Commission Regulation (EU) No 1086/2011, Commission Regulation (EU) No 209/2013, Commission Regulation(EU) No 217/2014.</p>

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

Sample based prevalence data complementing the European Union One Health 2020 Zoonoses Report - Sweden

<p>This dataset contains monitoring data on zoonoses and zoonotic agents under the Directive 2003/99/EC. This Directive requires Member Sates (MSs) to collect, evaluate and report data on zoonoses and zoonotic agents. MSs can also report monitoring data and information on some other pathogenic microbiological agents in foodstuffs. Relevant EU legislation: Commission Regulation (EC) No 2073/2005,Commission Regulation (EC) No 1441/2007, Commission Regulation (EU) No 1086/2011, Commission Regulation (EU) No 209/2013, Commission Regulation(EU) No 217/2014.</p>

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

Supplementary Data for "Sequencing the Pandemic: Rapid and High-Throughput Processing and Analysis of COVID-19 Clinical Samples for 21st Century Public Health"

<p>Supplementary material for F1000 methods manuscript. Includes raw sequencing metrics for two COVID sequencing methodologies, as well as a complete cost breakdown for each methodology.</p>

opencc-by-4.0Jan 2022View details →
zenodo40/100

Netflow data with sampling 500 for training (D2)

<p>NetFlow traffic generated using DOROTHEA (DOcker-based fRamework fOr gaTHering nEtflow trAffic) NetFlow is a network protocol developed by Cisco for the collection and monitoring of network traffic flow data generated. A flow is defined as a unidirectional sequence of packets with some common properties that pass through a network device.</p> <p>NetFlow flows have been captured with sampling 500 at the packet level. A sampling means that 1 out of every X packets is selected to be flow while the rest of the packets are not valued.</p> <p>The version of NetFlow used to build the datasets is 5.</p>

opencc-by-4.0Jan 2022View details →
zenodo40/100

Netflow data with sampling 250 for test (D4)

<p>NetFlow traffic generated using DOROTHEA (DOcker-based fRamework fOr gaTHering nEtflow trAffic) NetFlow is a network protocol developed by Cisco for the collection and monitoring of network traffic flow data generated. A flow is defined as a unidirectional sequence of packets with some common properties that pass through a network device.</p> <p>NetFlow flows have been captured with sampling 250 at the packet level. A sampling means that 1 out of every X packets is selected to be flow while the rest of the packets are not valued.</p> <p>The version of NetFlow used to build the datasets is 5.</p>

opencc-by-4.0Jan 2022View details →
zenodo40/100

Netflow data with sampling 500 for test (D5)

<p>NetFlow traffic generated using DOROTHEA (DOcker-based fRamework fOr gaTHering nEtflow trAffic) NetFlow is a network protocol developed by Cisco for the collection and monitoring of network traffic flow data generated. A flow is defined as a unidirectional sequence of packets with some common properties that pass through a network device.</p> <p>NetFlow flows have been captured with sampling 500 at the packet level. A sampling means that 1 out of every X packets is selected to be flow while the rest of the packets are not valued.</p> <p>The version of NetFlow used to build the datasets is 5.</p>

opencc-by-4.0Jan 2022View details →
zenodo40/100

Netflow data with sampling 250 for training (D1)

<p>NetFlow traffic generated using DOROTHEA (DOcker-based fRamework fOr gaTHering nEtflow trAffic) NetFlow is a network protocol developed by Cisco for the collection and monitoring of network traffic flow data generated. A flow is defined as a unidirectional sequence of packets with some common properties that pass through a network device.</p> <p>NetFlow flows have been captured with sampling 250 at the packet level. A sampling means that 1 out of every X packets is selected to be flow while the rest of the packets are not valued.</p> <p>The version of NetFlow used to build the datasets is 5.</p>

opencc-by-4.0Jan 2022View details →
zenodo40/100

Netflow data with sampling 1000 for training (D3)

<p>NetFlow traffic generated using DOROTHEA (DOcker-based fRamework fOr gaTHering nEtflow trAffic) NetFlow is a network protocol developed by Cisco for the collection and monitoring of network traffic flow data generated. A flow is defined as a unidirectional sequence of packets with some common properties that pass through a network device.</p> <p>NetFlow flows have been captured with sampling 1000 at the packet level. A sampling means that 1 out of every X packets is selected to be flow while the rest of the packets are not valued.</p> <p>The version of NetFlow used to build the datasets is 5.</p>

opencc-by-4.0Jan 2022View details →
zenodo40/100

Netflow data with sampling collected from RedCAYLE (D7)

<p>NetFlow traffic generated using DOROTHEA (DOcker-based fRamework fOr gaTHering nEtflow trAffic) NetFlow is a network protocol developed by Cisco for the collection and monitoring of network traffic flow data generated. A flow is defined as a unidirectional sequence of packets with some common properties that pass through a network device.</p> <p>NetFlow flows have been captured with sampling 1000 at the packet level. A sampling means that 1 out of every X packets is selected to be flow while the rest of the packets are not valued.</p> <p>The version of NetFlow used to build the datasets is 5.</p>

opencc-by-4.0Jan 2022View details →
zenodo40/100

Sampled ΔH/Δλ and ΔH data from ABFE calculations of 19 ligands bound to MCL-1

<p>Supplementary Information: &quot;Evaluating the use of absolute binding free energy in the fragment optimization process&quot;</p> <p>Included are the ABFE raw free energy samples for multiple replicates (labelled by `run` number) of 19 ligands to bound MCL-1. These ligands are originally detailed by Friberg et al. (https://doi.org/10.1021/jm301448p).</p> <p>All samples are provided as a set of `.xvg` files as generated by GROMACS 2021 (https://doi.org/10.5281/zenodo.5849961). The `.xvg` files are labelled as dhdl.N.xvg where N represents the &lambda; state the free energy values were sampled from. The `.xvg` files contain both &Delta;H/&Delta;&lambda; and &Delta;H values, please see the header of each files for more information.</p> <p>Samples detailing the partial decoupling of the ligand from the protein-ligand complex are contained within the `complex` folder. These consist of an orientational restraint addition step (found within the `restraints-xvg` folders), charge annihilation step (found within the `coul-xvg` folders), and Van der Waals decoupling step (found within the `vdw-xvg` folders).</p> <p>Samples detailing the partial decoupling of the ligand from solvent are contained within the `ligand` folder and consist of a charge annihilation step (found within the individual `coul-xvg` folders) and a Van der Waals decoupling step (found within the individual `vdw-xvg` folders).</p>

opencc-by-4.0Jan 2022View details →
zenodo40/100

Sampled ΔH/Δλ and ΔH data from ABFE calculations (using standard atomic masses) of 10 ligands bound to Cyclophilin D

<p>Supplementary Information: &quot;Evaluating the use of absolute binding free energy in the fragment optimization process&quot;</p> <p>Included are the ABFE raw free energy samples for multiple replicates (labelled by `run` number) of 10 ligands to bound Cyclophilin D. These ligands are originally detailed by Gr&auml;dler et al. (https://doi.org/10.1016/j.bmcl.2019.126717). Unlike other datasets in this work, which employed hydrogen mass repartitioning, the ligands here were calculated using standard atomic masses.</p> <p>All samples are provided as a set of `.xvg` files as generated by GROMACS 2021 (https://doi.org/10.5281/zenodo.5849961). The `.xvg` files are labelled as dhdl.N.xvg where N represents the &lambda; state the free energy values were sampled from. The `.xvg` files contain both &Delta;H/&Delta;&lambda; and &Delta;H values, please see the header of each files for more information.</p> <p>Samples detailing the partial decoupling of the ligand from the protein-ligand complex are contained within the `complex` folder. These consist of an orientational restraint addition step (found within the `restraints-xvg` folders), charge annihilation step (found within the `coul-xvg` folders), and Van der Waals decoupling step (found within the `vdw-xvg` folders).</p> <p>Samples detailing the partial decoupling of the ligand from solvent are contained within the `ligand` folder and consist of a charge annihilation step (found within the individual `coul-xvg` folders) and a Van der Waals decoupling step (found within the individual `vdw-xvg` folders).</p>

opencc-by-4.0Jan 2022View details →
zenodo40/100

Sampled ΔH/Δλ and ΔH data from ABFE calculations of 12 ligands bound to PWWP1

<p>Supplementary Information: &quot;Evaluating the use of absolute binding free energy in the fragment optimization process&quot;</p> <p>Included are the ABFE raw free energy samples for multiple replicates (labelled by `run` number) of 12 ligands to bound PWWP1. These ligands are originally detailed by B&ouml;ttcher et al. (https://doi.org/10.1038/s41589-019-0310-x).</p> <p>All samples are provided as a set of `.xvg` files as generated by GROMACS 2021 (https://doi.org/10.5281/zenodo.5849961). The `.xvg` files are labelled as dhdl.N.xvg where N represents the &lambda; state the free energy values were sampled from. The `.xvg` files contain both &Delta;H/&Delta;&lambda; and &Delta;H values, please see the header of each files for more information.</p> <p>Samples detailing the partial decoupling of the ligand from the protein-ligand complex are contained within the `complex` folder. These consist of an orientational restraint addition step (found within the `restraints-xvg` folders), charge annihilation step (found within the `coul-xvg` folders), and Van der Waals decoupling step (found within the `vdw-xvg` folders).</p> <p>Samples detailing the partial decoupling of the ligand from solvent are contained within the `ligand` folder and consist of a charge annihilation step (found within the individual `coul-xvg` folders) and a Van der Waals decoupling step (found within the individual `vdw-xvg` folders).</p>

opencc-by-4.0Jan 2022View 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