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.

400

datasets available to search

ShareScore release 0.7.1

Reset

Dataset results

400 results for “fingerprints”

Learn how ShareScore rates datasets ↗
zenodo32/100

Sigfox and LoRaWAN Datasets for Fingerprint Localization in Large Urban and Rural Areas

<p><strong>INTRODUCTION</strong></p> <p>The goal of these LPWAN datasets is to provide the global research community with a benchmark tool to evaluate fingerprint localization algorithms in large outdoor environments with various&nbsp;properties.&nbsp;An identical collection methodology was used for all datasets: during a period of three months, numerous devices containing a GPS receiver periodically obtained new location data, which was sent to a local data server via a Sigfox or LoRaWAN message. Together with network information such as the receiving time of the message, base station IDs&#39; of all receiving base stations and the Received Signal Strength Indicator (RSSI) per base station, this location data was stored in one of the three LPWAN datasets:&nbsp;</p> <ul> <li> <p><strong>lorawan_dataset_antwerp.csv</strong></p> </li> <li> <p>130 430&nbsp;LoRaWAN messages, obtained in the city center of Antwerp</p> </li> <li> <p><strong>sigfox_dataset_antwerp.csv</strong></p> </li> <li> <p>14 378 Sigfox messages, obtained in the city center of Antwerp</p> </li> <li> <p><strong>sigfox_dataset_rural.csv</strong></p> </li> <li> <p>25 638 Sigfox messages, obtained in a rural area between&nbsp;Antwerp and Ghent</p> </li> </ul> <p>As the rural and urban Sigfox datasets were recorded in adjacent areas, many base stations that are located at the border of these areas can be found in both datasets. However, they do not necessarily share the same identifier: e.g. &lsquo;BS 1&rsquo; in the urban Sigfox dataset could be the same base station as &lsquo;BS 36&rsquo; in the rural Sigfox dataset. If the user intends to combine both Sigfox datasets, the mapping of the ID&#39;s of these base stations can be found in the file:</p> <ul> <li> <p><strong>sigfox_bs_mapping.csv</strong></p> </li> </ul> <p>The collection methodology of the datasets, and the first results of a basic fingerprinting implementation&nbsp;are documented in the following journal paper:<br> &nbsp;<a href="http://www.mdpi.com/2306-5729/3/2/13">http://www.mdpi.com/2306-5729/3/2/13</a></p> <p>&nbsp;</p> <p><strong>UPDATES IN VERSION 1.3</strong></p> <p>We added the file <strong>lorawan_antwerp_gateway_locations.json.txt.&nbsp;</strong>As the filename suggests, this file contains the coordinates of the LoRaWAN gateways in Antwerp. (The .txt file type had to be appended, otherwise the file could not be uploaded to Zenodo).</p> <p>&nbsp;</p> <p><strong>UPDATES IN VERSION 1.2</strong></p> <p>In this version of the LPWAN dataset, only the LoRaWAN set has been updated. The Sigfox datasets remain identical to version 1.0 and 1.1. The main updates in the LoRaWAN set are the following:</p> <ul> <li> <p><strong>New data</strong>:&nbsp;the LoRaWAN messages in the new set are collected 1 year after the previous dataset version. To be consistent with the previous versions, the new LoRaWAN set is uploaded in the same .CSV format as before. This upload can still be found in this repository as &lsquo;<strong>lorawan_dataset_antwerp.csv</strong>&rsquo;.</p> </li> <li> <p><strong>More gateways</strong>: &nbsp;Compared to the previous dataset, 4 gateways were added to the LoRaWAN network. The RSSI of these gateways are shown in columns &lsquo;BS 69&rsquo;, &lsquo;BS 70&rsquo;,&lsquo;BS 71&rsquo; and &lsquo;BS 72&rsquo;. All other &lsquo;BS&rsquo; columns are in the same order as in previous dataset versions.</p> </li> <li> <p><strong>More metadata: </strong>In the previous LoRaWAN dataset, metadata was limited to 3 receiving gateways per message. In the new dataset version, metadata from all receiving gateways is included in every message. Moreover, some gateways provide a&nbsp;timestamp with nanosecond precision, which can be used to evaluate Time Difference of Arrival localization methods with LoRaWAN.</p> </li> <li> <p><strong>2 file formats: </strong>As more metadata becomes available, we find it important to share the dataset in a clearer overview.&nbsp; This also allows researchers to evaluate the performance of LoRaWAN in an urban environment. Therefore, we publish the new LoRaWAN dataset as a .CSV file as described above, but also as a .JSON file (<strong>lorawan_antwerp_2019_dataset.json.txt,</strong>&nbsp;the .txt file type had to be appended, otherwise the file could not be uploaded to Zenodo)&nbsp;An example of one message in this JSON format can be seen below:</p> <ul> <li> <p>JSON format description:</p> <ul> <li> <p><strong>HDOP</strong>: Horizontal Dilution of Precision</p> </li> <li> <p><strong>dev_addr:&nbsp;</strong>LoRaWAN device address</p> </li> <li> <p><strong>dev_eui:&nbsp;</strong>LoRaWAN device EUI</p> </li> <li> <p><strong>sf:&nbsp;</strong>Spreading factor</p> </li> <li> <p><strong>channel:&nbsp;</strong>TX channel (EU region)</p> </li> <li> <p><strong>payload:&nbsp;</strong>application payload</p> </li> <li> <p><strong>adr:&nbsp;</strong>Adaptive Data Rate (1 = enabled, 0= disabled)</p> </li> <li> <p><strong>counter:&nbsp;</strong>device uplink message counter</p> </li> <li> <p><strong>latitude:&nbsp;</strong>Groundtruth TX location latitude</p> </li> <li> <p><strong>longitude:&nbsp;</strong>Groundtruth TX location longitude</p> </li> <li> <p><strong>airtime:&nbsp;</strong>signal airtime (seconds)</p> </li> <li> <p><strong>gateways:</strong></p> <ul> <li> <p><strong>rssi:&nbsp;</strong>Received Signal Strength</p> </li> <li> <p><strong>esp:&nbsp;</strong>Estimated Signal Power</p> </li> <li> <p><strong>snr:&nbsp;</strong>Signal-to-Noise Ratio</p> </li> <li> <p><strong>ts_type:&nbsp;</strong>Timestamp type. If this says &quot;GPS_RADIO&quot;, a nanosecond precise timestamp is available</p> </li> <li> <p><strong>time:&nbsp;</strong>time of arrival at the gateway</p> </li> <li> <p><strong>id:&nbsp;</strong>gateway ID</p> </li> </ul> </li> </ul> </li> <li> <p>JSON&nbsp;example</p> <pre><code class="language-json">{ "hdop": 0.7, "dev_addr": "07000EFE", "payload": "008d000392d54c4284d18c403333333f04682aa9410500e8fd4106cabdbc420f00db0d470ce32ac93f0d582be93f0bfa3f8d3f", "adr": 1, "latitude": 51.20856475830078, "counter": 31952, "longitude": 4.400575637817383, "airtime": 0.112896, "gateways": [ { "rssi": -115, "esp": -115.832695, "snr": 6.75, "rx_time": { "ts_type": "None", "time": "2019-01-04T08:59:53.079+01:00" }, "id": "08060716" }, { "rssi": -116, "esp": -125.51497, "snr": -9.0, "rx_time": { "ts_type": "GPS_RADIO", "time": "2019-01-04T08:59:53.962029179+01:00" }, "id": "FF0178DF" } ], "dev_eui": "3432333853376B18", "sf": 7, "channel": 8 }</code></pre> <p>&nbsp;</p> </li> </ul> </li> </ul> <p>&nbsp;</p>

opencc-by-4.0Mar 2018View details →
zenodo32/100

Data set for validation of a Python script for computation of Protein-Ligand Interaction Fingerprints

<p><strong>1. Data set for&nbsp; for validation of the Protein-Ligand Interaction Fingerprints, which includes examples of protein&nbsp;structures&nbsp; (original PDB and equilibrated) and molecular dynamics trajectories (equilibration and ligand dissociation generated using Random Acceleration MD simulations, RAMD)</strong></p> <p><strong>mdifp_validation_data.tar.gz -&nbsp;</strong>archive that contains benchmark dataset for evaluation of the protein-ligand IFP protocol (PDB structures of protonated complexes, ligands, and MOL2 files of ligands) published in&nbsp; D. B. Kokha, B. Doser, S. Richter, F. Ormersbach, X. Cheng, R. C. Wade&nbsp;&quot;A Workflow for Exploring Ligand Dissociation from a Macromolecule: Efficient Random Acceleration Molecular Dynamics Simulation and Interaction Fingerprints Analysis of Ligand Trajectories&quot; J. Chem. Phys.&nbsp;<strong>153</strong>, 125102 (2020);&nbsp;<a href="https://doi.org/10.1063/5.0019088">https://doi.org/10.1063/5.0019088</a></p> <p>(2020)&nbsp;<a href="https://arxiv.org/abs/2006.11066">arXiv:2006.11066</a>&nbsp;&nbsp;</p> <p><strong>2YKI </strong>- protein-ligand complex , PDB ID 2YKI<br> &nbsp; &nbsp;- 2yki_MOE.pdb complex with hydrogen added and energy minimized using MOE software (https://www.chemcomp.com/)<br> &nbsp; &nbsp;- &nbsp;ligand_2yki_MOE.mol2 and ligand_2yki_MOE.pdb - ligand structure with hydrogens prepered by MOE software (https://www.chemcomp.com/)</p> <p><strong>6EI5</strong> - MD trajectory of the protein-ligand complex generated from PDB ID 6EI5<br> &nbsp; &nbsp;- ref-min.pdb &nbsp;minimized structure<br> &nbsp; &nbsp;- ref.prmtop topology file<br> &nbsp; &nbsp;- moe.mol2 - ligand structure in mol2 format<br> &nbsp; &nbsp;- amber2namd2.dcd generated MD trajectory&nbsp;</p> <p><strong>SAD_3-RAMD-03-2020.pkl </strong>- a pkl dataset with IFPs generated from RAMD dissociation trajectory of the complex PDB ID: 5LQ9 (trajectories from the paper Front. Mol. Biosci., 2019 DOI:10.3389/fmolb.2019.00036)</p> <p><strong>HSP90_Gromacs.zip </strong>- an archive that contains three pkl data sets of protein-ligand IFPs (for three HSP90 complexes; PDB ID: 5J64, 5J86, 5LQ9) generated from RAMD dissociation trajectories simulated using new Gromacs-RAMD engine (https://github.com/HITS-MCM/gromacs-ramd)</p> <p>The rest of the files contains data obtained from simulation of the complex of <strong>GPCR muscarinic receptor M2 (PDB ID:4MQT);</strong> immersed in a mixed membrane: 50% CHL, 30% POPC, 20% POPE) &nbsp;with a small molecule agonist iperoxo.&nbsp;<br> &nbsp; &nbsp;- <strong>IXO.pdb and moe.mol2 </strong>- PDBand MOL2 structure of iperoxo<br> &nbsp; &nbsp;- <strong>AMBER_eq.tar.gz</strong> - structure of the equilibrated complex generated using AMBER software<br> &nbsp; &nbsp;-<strong> NAMD_eq.tar.gz </strong>- two equilibration trajectories in dcd format generated using NAMD software&nbsp;<br> &nbsp; &nbsp;- <strong>RAMD_eq.tar.gz </strong>- dissociation tarjectoris of iprtoxo from the M2 protein generated from the last snapshot of two NAMD equilibration trajectories (for each case 2 RAMD dissociaiton trajectories are available)&nbsp;</p> <p>( *csv files were added&nbsp;erroneously and do not belong to the project)</p>

openeupl-1.2Apr 2020View details →
zenodo32/100

Averaged Spectra - Collagen fingerprinting traces the introduction of caprines to island eastern Africa

<p>Averaged ZooMS spectra for publication on tracing the spread of caprines in island eastern Africa. Spectra also smoothed and baseline corrected.&nbsp;</p>

opencc-by-4.0Sep 2020View details →
dryad32/100

Data from: Egg morphology fails to identify nests parasitized by conspecifics in common pochard: a test based on protein fingerprinting and including female relatedness

Conspecific brood parasites lay eggs in nests of other females of the same species. A variety of methods have been developed and used to detect conspecific brood parasitism (CBP). Traditional methods may be inaccurate in detecting CBP and in revealing its true frequency. On the other hand more accurate molecular methods are expensive and time consuming. Eadie developed a method for revealing CBP based on differences in egg morphology. That method is based on Euclidean distances calculated for pairs of eggs within a clutch using standardized egg measurements (length, width and weight). We tested the applicability of this method in the common pochard Aythya ferina using nests that were identified as parasitized (39 nests) or non-parasitized (16 nests) based on protein fingerprinting of eggs. We also analyzed whether we can distinguish between parasitic and host eggs in the nest. We found that variation in MED can be explained by parasitism but there was a huge overlap in MED between parasitized and non-parasitized nests. MED also increased with clutch size. Using discriminant function analysis (DFA) we found that only 76.4% of nests were correctly assigned as parasitized or nonparasitized and only 68.3% of eggs as parasitic or host eggs. Moreover we found that MED in parasitized nests increased with relatedness of the females that laid eggs in the nest. This finding was supported by positive correlation between MED and estimated relatedness in female–female pairs. Although variation in egg morphology is associated with CBP, it does not provide a reliable clue for distinguishing parasitized nests from non-parasitized nests in common pochard.

opencc-zeroDec 2015View details →
zenodo32/100

Protein stable isotope fingerprinting (P-SIF): Pure culture samples, under various growth substrates

<p>Carbon stable isotope data for proteins extracted from a variety of pure culture samples.</p>

opencc-zeroOct 2015View details →
zenodo32/100

Atomistic Fingerprint of Hyaluronan-CD44 Binding: Weak E-field Simulations, Upright Mode

<p>Simulation files (Gromacs 4.6.7 format) for the "E-field weak, upright mode" simulations in Ref. [1]. There are 20 replicas marked with "_1" , "_2", etc.</p> <p>Files include:</p> <p>-trajectories (.xtc) that are saved every 100ps <br> -initial structures (.gro), <br> -run input files (.tpr)<br> -checkpoint files (.cpt)<br> -simulation parameter files (.mdp)<br> -system topology file (.top)<br> -topology files included in the system topology file (.itp)</p> <p>[1] Vuorio J. et al., Atomistic Fingerprint of Hyaluronan-CD44 Binding, PLOS Comp. Biol., 2017. (Submitted)</p>

opencc-by-4.0Jul 2017View details →
zenodo32/100

Atomistic Fingerprint of Hyaluronan-CD44 Binding: Weak E-field Simulations, Parallel Mode

<p>Simulation files (Gromacs 4.6.7 format) for the "E-field weak, parallel mode" simulations in Ref. [1]. There are 20 replicas marked with "_1" , "_2", etc.</p> <p>Files include:</p> <p>-trajectories (.xtc) that are saved every 100ps <br> -initial structures (.gro), <br> -run input files (.tpr)<br> -checkpoint files (.cpt)<br> -simulation parameter files (.mdp)<br> -system topology file (.top)<br> -topology files included in the system topology file (.itp)</p> <p>[1] Vuorio J. et al., Atomistic Fingerprint of Hyaluronan-CD44 Binding, PLOS Comp. Biol., 2017. (Submitted)</p>

opencc-by-4.0Jul 2017View details →
zenodo32/100

Atomistic Fingerprint of Hyaluronan-CD44 Binding: Weak E-field Simulations, Crystallographic Mode

<p>Simulation files (Gromacs 4.6.7 format) for the "E-field weak, crystallographic mode" simulations in Ref. [1]. There are 20 replicas marked with "_1" , "_2", etc.</p> <p>Files include:</p> <p>-trajectories (.xtc) that are saved every 100ps <br> -initial structures (.gro), <br> -run input files (.tpr)<br> -checkpoint files (.cpt)<br> -simulation parameter files (.mdp)<br> -system topology file (.top)<br> -topology files included in the system topology file (.itp)</p> <p>[1] Vuorio J. et al., Atomistic Fingerprint of Hyaluronan-CD44 Binding, PLOS Comp. Biol., 2017. (Submitted)</p>

opencc-by-4.0Jul 2017View details →
zenodo32/100

Atomistic Fingerprint of Hyaluronan-CD44 Binding: Unbound Simulations, Set 2

<p>Simulation files (Gromacs 4.6.7 format) for the "Unbound" simulations in Ref. [1]. There are two replicas marked with "_4"  and "_5".</p> <p>Files include:</p> <p>-trajectories (.xtc) that are saved every 100ps <br> -initial structures (.gro), <br> -run input files (.tpr)<br> -checkpoint files (.cpt)<br> -simulation parameter files (.mdp)<br> -system topology file (.top)<br> -topology files included in the system topology file (.itp)</p> <p>[1] Vuorio J. et al., Atomistic Fingerprint of Hyaluronan-CD44 Binding, PLOS Comp. Biol., 2017. (Submitted)</p>

opencc-by-4.0Jul 2017View details →
zenodo32/100

Atomistic Fingerprint of Hyaluronan-CD44 Binding: Unbound Simulations, Set 1

<p>Simulation files (Gromacs 4.6.7 format) for the "Unbound" simulations in Ref. [1]. There are three replicas marked with "_1" , "_2", and "_3".</p> <p>Files include:</p> <p>-trajectories (.xtc) that are saved every 100ps <br> -initial structures (.gro), <br> -run input files (.tpr)<br> -checkpoint files (.cpt)<br> -simulation parameter files (.mdp)<br> -system topology file (.top)<br> -topology files included in the system topology file (.itp)</p> <p>[1] Vuorio J. et al., Atomistic Fingerprint of Hyaluronan-CD44 Binding, PLOS Comp. Biol., 2017. (Submitted)</p>

opencc-by-4.0Jul 2017View details →
zenodo32/100

Atomistic Fingerprint of Hyaluronan-CD44 Binding: Clustering Simulations

<p>Simulation files (Gromacs 4.6.7 format) for the "Clustering" simulations in Ref. [1]. There are two replicas marked with "_1" and "_2".</p> <p>Files include:</p> <p>-trajectories (.xtc) that are saved every 100ps <br> -initial structures (.gro), <br> -run input files (.tpr)<br> -checkpoint files (.cpt)<br> -simulation parameter files (.mdp)<br> -system topology file (.top)<br> -topology files included in the system topology file (.itp)</p> <p>[1] Vuorio J. et al., Atomistic Fingerprint of Hyaluronan-CD44 Binding, PLOS Comp. Biol., 2017. (Submitted)</p>

opencc-by-4.0Jul 2017View details →
zenodo32/100

Atomistic Fingerprint of Hyaluronan-CD44 Binding: Strong E-field Simulations

<p>Simulation files (Gromacs 4.6.7 format) for the "E-field strong" simulations in Ref. [1]. There are four different systems ("Crystallographic A-form", "Crystallographic B-form", "Parallel", "Upright") with 20 replica simulations in each (marked with "_1" etc.).</p> <p>Files include:</p> <p>-trajectories (.xtc) that are saved every 100ps <br> -initial structures (.gro), <br> -run input files (.tpr)<br> -checkpoint files (.cpt)<br> -simulation parameter files (.mdp)<br> -system topology file (.top)<br> -topology files included in the system topology file (.itp)</p> <p>[1] Vuorio J. et al., Atomistic Fingerprint of Hyaluronan-CD44 Binding, PLOS Comp. Biol., 2017. (Submitted)</p>

opencc-by-4.0Jul 2017View details →
zenodo32/100

Atomistic Fingerprint of Hyaluronan-CD44 Binding: Seeding Simulations

<p>Simulation files (Gromacs 4.6.7 format) for the "Seeding" simulations in Ref. [1].</p> <p>Files include:</p> <p>-trajectories (.xtc) that are saved every 100ps <br> -initial structures (.gro), <br> -run input files (.tpr)<br> -checkpoint files (.cpt)<br> -simulation parameter files (.mdp)<br> -system topology file (.top)<br> -topology files included in the system topology file (.itp)</p> <p>[1] Vuorio J. et al., Atomistic Fingerprint of Hyaluronan-CD44 Binding, PLOS Comp. Biol., 2017. (Submitted)</p>

opencc-by-4.0Jul 2017View details →
zenodo32/100

Atomistic Fingerprint of Hyaluronan-CD44 Binding: Gathering Simulations

<p>Simulation files (Gromacs 4.6.7 format) for the "Gathering" simulations in Ref. [1].</p> <p>Files include:</p> <p>-trajectories (.xtc) that are saved every 100ps <br> -initial structures (.gro), <br> -run input files (.tpr)<br> -checkpoint files (.cpt)<br> -simulation parameter files (.mdp)<br> -system topology file (.top)<br> -topology files included in the system topology file (.itp)</p> <p>[1] Vuorio J. et al., Atomistic Fingerprint of Hyaluronan-CD44 Binding, PLOS Comp. Biol., 2017. (Submitted)</p>

opencc-by-4.0Jul 2017View details →
zenodo32/100

Chronological Molecular Fingerprint of Wetland Soil by Sensitivity-Enhanced Solid-State NMR

<p>The unprocessed ssNMR data files generated in this study "Chronological Molecular Fingerprint of Wetland Soil by Sensitivity-Enhanced Solid-State NMR".&nbsp;</p>

opencc-by-4.0Nov 2023View details →
zenodo32/100

Figs. 59–71 in Indoor Radio Map localization WiFi fingerprint datasets

Figs. 59–71. Habitus images, SEMs, habitat, and genitalia illustrations of Selenophorus species. 59–63) S. striatopunctatus dorsal and ventral aspects, SEM images of pronotum, elytra, and elytral striae showing setigerous puncture; 64–68) S. elytrostictus, new species, dorsal and ventral aspects, SEM images of pronotum, elytra, and elytral striae showing setigerous puncture; 69) Laguna Atascosa NWR, loma-freshwater margin; 70–71) S. elytrostictus, new species, male median lobe left lateral and dorsal views.

opennotspecifiedDec 2021View details →
zenodo32/100

Figs. 72–75 in Indoor Radio Map localization WiFi fingerprint datasets

Figs. 72–75. Habitus images of Selenophorus and related genera, dorsal aspect: 72) S. maritimus; 73) Athrostictus punctatulus; 74) Discoderus discoderoides. 75) Sabal Palm Sanctuary, old-growth "core".

opennotspecifiedDec 2021View details →
zenodo32/100

Figs. 44–50 in Indoor Radio Map localization WiFi fingerprint datasets

Figs. 44–50. Habitus images of Selenophorus species, dorsal aspect. 44) S. blanchardi; 45) S. pedicularius; 46) S. planipennis; 47) S. aeneopiceus; 48) S. breviusculus; 49) S. fatuus; 50) S. parumpunctatus.

opennotspecifiedDec 2021View details →
zenodo32/100

Figs. 37–43 in Indoor Radio Map localization WiFi fingerprint datasets

Figs. 37–43. Habitus images and genitalia illustrations of Selenophorus species. 37) S. aequinoctialis, dorsal aspect; 38) S. palliatus, dorsal aspect; 39) S. sinuaticollis, dorsal aspect; 40–43) S. rileyi, new species, dorsal and ventral aspects, male median lobe left lateral and dorsal views.

opennotspecifiedDec 2021View details →
zenodo32/100

Figs. 29–36 in Indoor Radio Map localization WiFi fingerprint datasets

Figs. 29–36. Habitus images and genitalia illustrations of Selenophorus species. 29) S. chaparralus, dorsal aspect; 30) S. opalinus, dorsal aspect; 31) S. fabricii, dorsal aspect; 32) S. trepidus, dorsal aspect; 33–36) S. undatus, new species, dorsal and ventral aspects, male median lobe left lateral and dorsal views.

opennotspecifiedDec 2021View 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