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.

13

datasets available to search

ShareScore release 0.9.0

Reset

Dataset results

13 results for “solvation energy”

Learn how ShareScore rates datasets ↗
zenodo52/100

ΔG-RDKit: Solvation Free Energy Database

<p>We present the full database of the article &quot;Explainable Supervised Machine Learning Model to Predict Solvation Free Energy&quot;.</p> <p>This is the database used for a ML model, containing a variety of solvent-solute pairs with known experimental solvation free energy &Delta;<em>G</em><sub>solv</sub> values. Data entries were collected from two separate databases. The <a href="https://link.springer.com/article/10.1007/s10822-014-9747-x">FreeSolv</a>&nbsp;library, with 642 experimental aqueous &Delta;<em>G</em><sub>solv&nbsp;</sub>determinations and the <a href="https://mediatum.ub.tum.de/1452571?v=1">Solv@TUM</a>&nbsp;database with 5597 entries for non-aqueous solvents. Both databases were selected given their wide-scale of solute/solvents pairs, amassing 6239 experimental values across light and heavy-atom solutes with a diverse solvent structure and with small value uncertainties.</p> <p>Experimental &Delta;<em>G</em><sub>solv</sub> values range from -14 to 4 kcal mol<sup>-1</sup> and each solute/solvent pair is represented by their chemical family,&nbsp;SMILES string and InChlKey. We generated 213&nbsp;chemical descriptors for every solvent and solute in each entry using <a href="http://http://www.rdkit.org/">RDKit</a>&nbsp;software, version 2022.09.4, running on top of Python 3.9. Descriptors were calculated&nbsp;from the &ldquo;MolFromSmiles&rdquo; function in &ldquo;RDKIT.Chem&rdquo; as descriptors with non-numerical values were removed. The descriptors encode significant chemical information and are used to present physicochemical characteristics of compounds, building a&nbsp;relationship between structure and &Delta;<em>G</em><sub>solv</sub>.</p> <p>Through Machine Learning regression algorithms, our models were able to make&nbsp;&Delta;<em>G</em><sub>solv</sub>&nbsp;predictions with high accuracy, based on the information encoded in each chemical feature.</p>

opencc-by-4.0Jul 2023View details →
zenodo48/100

Predictive simulations of ionization energies of solvated halide ions with relativistic embedded Equation of Motion Coupled-Cluster Theory: Figures

<p>This entry contains the sources for the figures included in the body of the paper titled &quot;Predictive simulations of ionization energies of solvated halide ions with relativistic embedded Equation of Motion Coupled-Cluster Theory&quot;, by Yassine Bouchafra, Avijit Shee, Florent R&eacute;al, Val&eacute;rie Vallet&nbsp;and Andr&eacute;&nbsp;Severo Pereira Gomes, as well as those found in the supplementary information.</p> <p>It accompanies the dataset found at the DOI:&nbsp;10.5281/zenodo.1477004</p> <p>&nbsp;</p> <p>&nbsp;</p>

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

Calculated state-of-the art results for solvation and ionization energies of thousands of organic molecules relevant to battery design

<p>This dataset presents molecular properties critical for battery electrolyte design, specifically solvation energies, ionization potentials, and electron affinities. The dataset is intended for use in machine learning model testing and algorithm validation. The properties calculated include solvation energies using the COSMO-RS method [1] and ionization potentials and electron affinities using various high-accuracy computational methods as implemented in MOLPRO [2]. Computational details can be found in Ref. [3], with scripts used to generate the data mostly uploaded to our github repository [4].</p> <p>Molecular Datasets Considered:</p> <ul> <li> <p>QM9 Dataset: Contains small organic molecules broadly relevant for quantum chemistry [5]</p> </li> <li> <p>Electrolyte Genome Project (EGP): Focuses on materials relevant to electrolytes.[6]</p> </li> <li> <p>GDB17 and ZINC databases: Offer a broad chemical diversity with potential application in battery technologies. [7, 8]</p> </li> </ul> <h2>Data structure</h2> <p>How to Load the Data:</p> <p>All files can be loaded with</p> <p><br><code>import json</code></p> <p><code>with open("file.json", "r") as f:</code><br><code>&nbsp; &nbsp; data_dict = json.load(f)</code></p> <p><br>and the filestructure can be explored with</p> <p><code>data_dict.keys()</code></p> <p>We have also added an example script in python that shows how to extract all data from the JSON files following this link</p> <p><a href="https://github.com/chemspacelab/VienUppDa/blob/main/SolQuest/BIG_MAP_DATA/load_db.py">How to extract the data</a></p> <p>Note the file structure of the the AMONS JSON files is slightly different as explained below!</p> <h3>Solvation energies</h3> <p>The data is stored in two types of JSON archives: files for full molecules of GDB17 and ZINC and files for amons of GDB17 and ZINC. They are structured differently as amon entries are sorted by the number of heavy atoms in the amon (e.g., all amons with 3 heavy atoms are stored in <code>ni3</code>). Because of the large number of amons with 6 or 7 heavy atoms,they are further split into <code>ni6_1</code>, <code>ni6_2</code>, and so on. A sub dictionary of an amon dictionary or a full molecule dictionary contains the following keys:</p> <p><code>ECFP</code> - ECFP4 representation vector</p> <p><code>SMILES</code> - SMILES string</p> <p><code>SYMBOLS</code> - atomic symbols</p> <p><code>COORDS</code> - atomic positions in Angstrom</p> <p><code>ATOMIZATION</code> - atomization energy in [kcal/mol]</p> <p><code>DIPOLE</code> - dipole moment in Debye</p> <p><code>ENERGY</code> - energy in Hartree</p> <p><code>SOLVATION</code> - solvation energy in [kcal/mol] for different solvents at 300 K.</p> <p>&nbsp;</p> <p>Files:</p> <p>&nbsp;</p> <p><strong><em><code>GDB17.json.zip</code>&nbsp;</em></strong>(unpack with unzip first with unzip <strong><em><code>GDB17.json.zip</code></em></strong>) - subset of GDB17 random molecules</p> <p><strong><em><code>AMONS_ZINC.json</code> </em></strong>-<strong><em> </em></strong>all<strong><em> </em></strong>amons of ZINC up to 7 heavy atoms</p> <p><strong><em><code>EGP.json</code> &nbsp;</em></strong>- EGP molecules</p> <p><code><strong><em>AMONS_GDB17.json</em></strong></code> - all amons of GDB17 up to 7 heavy atoms</p> <p><code><strong>QM9IPEA_raw_molpro_output</strong>.zip</code> - compressed folder with raw Molpro input and output files</p> <table> <tbody> <tr> <td><strong>File Name</strong></td> <td><strong>Description&nbsp;</strong></td> <td><strong>Molecules</strong></td> </tr> <tr> <td>AMONS_GDB17.json</td> <td>GDB17 amons</td> <td>37860</td> </tr> <tr> <td>AMONS_ZINC.json</td> <td>ZINC amons&nbsp; &nbsp;</td> <td>88771</td> </tr> <tr> <td>GDB17.json</td> <td>Subset of GDB17</td> <td>309468</td> </tr> <tr> <td>EGP.json&nbsp;</td> <td>EGP molecules&nbsp; &nbsp;</td> <td>18362</td> </tr> </tbody> </table> <p>Atomic energies $E_{at}$ at BP and def2-TZVPD level in Hartree [Ha]</p> <table> <tbody> <tr> <td><strong>Element</strong></td> <td><strong>H</strong></td> <td><strong>C</strong></td> <td><strong>N</strong></td> <td><strong>O</strong></td> <td><strong>F</strong></td> <td><strong>Br</strong></td> <td><strong>Cl</strong></td> <td><strong>S</strong></td> <td><strong>P</strong></td> </tr> <tr> <td>Eat [Ha]</td> <td>-0.5</td> <td>&nbsp;-37.85</td> <td>&nbsp;-54.60</td> <td>&nbsp;-75.09</td> <td>-99.77</td> <td>-2574.40</td> <td>&nbsp;-460.20</td> <td>&nbsp;-398.16</td> <td>-341.30</td> </tr> </tbody> </table> <p>&nbsp;</p> <table> <tbody> <tr> <td><strong>B</strong></td> <td><strong>Si</strong></td> </tr> <tr> <td>&nbsp; -24.65</td> <td>&nbsp;-289.40</td> </tr> </tbody> </table> <p>We follow the convention of negative atomization energies for stablity compared to the isolated atoms:</p> <p>$E_{atomization} = E_{mol} - \sum_{i} E_{at,i}$</p> <p><br>Free energy of solvation at 300 K in [kcal/mol]:</p> <h3>Ionization potentials and electron affinities</h3> <p>The upload contains two JSON files, <strong><em>QM9IPEA.json</em></strong> and <strong><em>QM9IPEA_atom_ens.json</em></strong>. <strong><em>QM9IPEA.json </em></strong>summarizes MOLPRO calculation data grouping it along the following dictionary keys:</p> <p>&nbsp;</p> <p><strong>QM9IPEA.json</strong></p> <p><code>COORDS</code> atom coordinates in Angstroms<br><code>SYMBOLS</code> atom element symbols<br><code>ENERGY</code> total energies for each charge (0, -1, 1) and method considered<br><code>CPU_TIME</code> CPU times (in seconds) spent at each step of each part&nbsp;of the calculation<br><code>DISK_USAGE</code> highest total disk usage in GB<br><code>ATOMIZATION_ENERGY</code> atomization energy at charge 0 (all methods)<br><code>IONIZATION_ENERGY</code> ionization energy for all methods<br><code>ELECTRON_AFFINITY</code> electron affinity for all methods<br><code>HOMO_ENERGY</code> HOMO energy from DFHF calculations<br><code>LUMO_ENERGY</code> LUMO energy from DFHF calculations<br><code>QM9_ID</code> ID of the molecule in the QM9 dataset</p> <p><strong>QM9IPEA_atom_ens.json</strong></p> <p><code>SPINS</code> the spin assigned to elements during calculations of atomic energies<br><code>ENERGY</code> energies of atoms using different methods</p> <p>&nbsp;</p> <p>&nbsp;</p> <p>All energies are given in Hartrees with NaN indicating the calculation failed to converge. Ionization potentials and electron affinities can be recovered as energy differences between neutral and charged (+1 for ionization potentials, -1 for electron affinities) species.</p> <p>"CPU_time" entries contain steps corresponding to individual method calculations, as well as steps corresponding to program operation: "INT" (calculating integrals over basis functions relevant for the calculation), "FILE" (dumping intermediate data to restart file), and "RESTART" (importing restart data). The latter two steps appeared since we reused relevant integrals calculated for neutral species in charged species' calculations; we also used restart functionality to use HF density matrix obtained for the neutral species as the initial density matrix guess for the SCF-HF calculation for charged species. NaN CPU time value means the step was not present or that the calculation is invalid. Note that the CPU times were measured while parallelizing on 12 cores and were not adjusted to single-core.</p> <p><strong>&nbsp;</strong></p> <p><strong><em>QM9IPEA_atom_ens.json</em></strong> contains atomic energies used to calculate atomization energies in <strong><em>QM9IPEA.json</em></strong>, the dictionary keys are:</p> <p><code>SPINS</code> - the spin assigned to elements during calculations of atomic energies.</p> <p><code>ENERGY</code> - energies of atoms using different methods.</p> <p>&nbsp;</p> <p>(Note that H has only one electron and thus does not require a level of theory beyond Hartree-Fock.)</p> <p>NOTE: Additional calculations were performed between publication of arXiv:2308.11196 and creation of this upload. For the version of the dataset used in the manuscript, please refer to DOI:10.5281/zenodo.8252498.</p> <h3>Acknowledgement</h3> <p>This project has received funding from the European Union&rsquo;s Horizon 2020 research and innovation programme under grant agreement No. 957189 (BIG-MAP) and&nbsp; No. 957213 (BATTERY 2030+). O.A.v.L. has received funding from the European Research Council (ERC) under the European Union&rsquo;s Horizon 2020 research and innovation programme (grant agreement No. 772834). O.A.v.L. has received support as the Ed Clark Chair of Advanced Materials and as a Canada CIFAR AI Chair. O.A.v.L. acknowledges that this research is part of the University of Toronto&rsquo;s Acceleration Consortium, which receives funding from the Canada First Research Excellence Fund (CFREF). Obtaining the presented computational results has been facilitated using the queueing system implemented at <a href="https://leruli.com">https://leruli.com</a>. The project has been supported by the Swedish Research Council (Vetenskapsr&aring;det), and the Swedish National Strategic e-Science program eSSENCE as well as by computing resources from the Swedish National Infrastructure for Computing (SNIC/NAISS).</p> <p>&nbsp;</p> <h3>References</h3> <p>[1] Klamt, A.; Eckert, F. COSMO-RS: a novel and efficient method for the a priori prediction of thermophysical data of liquids. Fluid Phase Equilibria 2000, 172, 43&ndash;72</p> <p>[2] Werner, H.-J.; Knowles, P. J.; Knizia, G.; Manby, F. R.; Schutz, M. Molpro: a general-purpose quantum chemistry program package. WIREs Comput. Mol. Sci. 2012, 2, 242&ndash;253</p> <p>[3] arxiv link of draft</p> <p>[4] <a href="https://github.com/chemspacelab/ViennaUppDa">https://github.com/chemspacelab/ViennaUppDa</a></p> <p>[5] Ramakrishnan, R.; Dral, P. O.; Rupp, M.; von Lilienfeld, O. A. Quantum chemistry structures and properties of 134 kilo molecules. Sci. Data 2014, 1, 140022</p> <p>[6] Qu, X.; Jain, A.; Rajput, N. N.; Cheng, L.; Zhang, Y.; Ong, S. P.; Brafman, M.; Mag- inn, E.; Curtiss, L. A.; Persson, K. A. The Electrolyte Genome Project: A big data approach in battery materials discovery. Comput. Mater. Sci. 2015, 103, 56&ndash;67</p> <p><strong>&nbsp;</strong>[7] Ruddigkeit, L.; van Deursen, R.; Blum, L. C.; Reymond, J.-L. Enu- meration of 166 Billion Organic Small Molecules in the Chemical Universe Database GDB-17. Journal of Chemical Information and Modeling 2012, 52, 2864&ndash;2875</p> <p>[8] Irwin, J. J.; Shoichet, B. K. ZINC A Free Database of Commercially Available Compounds for Virtual Screening. Journal of Chemical Information and Modeling 2005, 45, 177&ndash;182.</p>

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

Predictive simulations of ionization energies of solvated halide ions with relativistic embedded Equation of Motion Coupled-Cluster Theory: Dataset

<p>This dataset collects the unprocessed (= outputs from calculations) and processed (= plots, average values for ionization energies) results discussed in the paper titled &quot;Predictive simulations of ionization energies of solvated halide ions with relativistic embedded Equation of Motion Coupled-Cluster Theory&quot;, by Yassine Bouchafra, Avijit Shee, Florent R&eacute;al, Val&eacute;rie Vallet&nbsp;and Andr&eacute;&nbsp;Severo Pereira Gomes.</p> <p>In each archive file there is a README explaining how to use the bundled scripts to process the data.</p>

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

The Solvation Energy DataSet for Machince Learning Model--MolSolv

<p>Fast and accurate calculation of small molecular solvation energy is essential in computer-aided drug discovery. In this study, we calculated a large amount of solvation energy dataset (~1.7 million compounds) by the SMD model (M062X/6-31G*) in Gaussian 16 software. The pre-trained model is released on GitHub (https://github.com/Xundrug/MolSolv).</p>

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

Supporting data set for: On the challenge of obtaining an accurate solvation energy estimate in simulations of electrocatalysis

<p>The data set generated for the article: &quot;On the challenge of obtaining an accurate solvation energy estimate in<br> simulations of electrocatalysis&quot;.</p> <p>Consists of subfolders for various sets of calculations. The data analysis procedure is shown in detail on <a href="https://bjk24.gitlab.io/bg-solvation/intro.html">this website</a>. If you want to peform the data analysis yourself, follow the instructions on the <a href="https://bjk24.gitlab.io/bg-solvation/docs/setup.html">setup page</a> of the website to download the repository, insert this data set into it, and run the Jupyter book.</p>

opencc-by-4.0Mar 2023View details →
zenodo36/100

Input files for binding energy calculations in "Coupling finite and boundary element methods to solve the Poisson--Boltzmann equation for electrostatics in molecular solvation"

<p>Input files (meshes, pqr, cavities)&nbsp;for binding energy calculations in the manuscript &quot;Coupling finite and boundary element methods to solve the Poisson--Boltzmann equation for electrostatics in molecular solvation&quot; (preprint at&nbsp;https://arxiv.org/abs/2305.11886). This&nbsp;data set of molecular structures was originally proposed by Harris, R.C., Boschtisch, A.H., and Fenley, M.O., JCTC 9 (8) (2013) (<a href="https://doi.org/10.1021/ct300765w">https://doi.org/10.1021/ct300765w</a>). Scripts to generate results are available in&nbsp;https://github.com/MichalBosy/FEM_BEM_coupling/.</p>

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

Underlying data for "Evaluation of solvation free energies for small molecules with the AMOEBA polarizable force field"

<p>This dataset provides the parameters and results generated for the study &quot;Evaluation of solvation free energies for small molecules with the AMOEBA polarizable force field&quot;</p> <p>Contents of dataset:<br /> PARAMETERS.tar.gz<br /> A gzipped and tar&#39;d directory with the parameters of all solutes sorted by solvent for AMOEBA and GAFF force field. This parameters directory is distributed to 4 different subdirectories: a)chloroform (21 solutes) b)toluene (21 solutes) c)dmso (6 solutes) d)acetonitrile (6 solutes). Each solvent includes two set of parameters for each solute (AMOEBA and GAFF).</p> <p>RESULTS.tar.gz<br /> A gzipped and tar&#39;d directory with the solvation free energy results of all solutes in kcal/mol, with AMOEBA and GAFF force fields, for each solvent, in text format. A single set of conditions for a single solute is one row in the text files. The first column represents the experimental data, the remaining columns (2, 3 and 4) correspond to the three repeat simulations.</p>

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

Datasets for: Group Contribution and Machine Learning Approaches to Predict Abraham Solute Parameters, Solvation Free Energy, and Solvation Enthalpy

<p>The datasets and supplementary materials for the manuscript &quot;Group Contribution and Machine Learning Approaches to Predict Abraham Solute Parameters, Solvation Free Energy, and Solvation Enthalpy&quot;. <strong>Citations should refer directly to the manuscript (refer to the DOI </strong><a href="https://doi.org/10.1021/acs.jcim.1c01103">10.1021/acs.jcim.1c01103</a><strong>)</strong>.</p> <p>The preprint version of of the manuscript is also available at: <a href="https://doi.org/10.33774/chemrxiv-2021-djd3d-v2">10.33774/chemrxiv-2021-djd3d-v2</a></p> <p>&nbsp;</p> <p>Regarding &quot;<strong>Solvation_data-1.0.0.zip</strong>&quot;:</p> <p>The datasets include the curated data for: (1) Abraham solute parameters, (2) solvation free energy, (3) solvation enthalpy, (4) gas-water partition coefficient (logKw), (5) water-1-octanol partition coefficient (logPow). The fitted Abraham and Mintz solvent parameters are also included.</p> <p>Detailed information can be found in the &quot;README.txt&quot; file of the zip file.</p> <p>&nbsp;</p> <p>Regarding &quot;<strong>ML_model_files.zip</strong>&quot;:</p> <p>This contains the machine learning model files for SoluteML and DirectML. For the instruction on how to use it, please refer to the <em>chemprop_solvation</em> git repository (<a href="https://github.com/fhvermei/chemprop_solvation">https://github.com/fhvermei/chemprop_solvation</a>)</p> <p>&nbsp;</p>

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

Non-fluorinated electrolytes with micelle-like solvation for ultrahigh energy density lithium metal batteries

<p>Electrolyte engineering plays a critical role in enabling lithium (Li) metal batteries. However, the simultaneous realization of anion-rich solvation structure and high ionic conductivity of electrolytes via solvation structure design remains challenging. Here, we report a low-cost, non-fluorinated electrolyte with a micelle-like solvation structure by introducing amphiphilic n-butyl methyl ether (MNBE) into lithium bis(fluorosulfonyl)imide (LiFSI)/1,2-dimethoxyethane (DME) for stable Li metal batteries. MNBE can effectively promote Li+-FSI- coordination through steric crowding. Meanwhile, the inert alkyl chains of MNBE can mitigate the reaction between electrolyte and Li metal due to their lithiophobicity. Specifically, the micelle-like, non-fluorinated electrolyte exhibits an ionic conductivity as high as 12.55 mS cm-1 and its anion-rich solvation structure promotes the formation of LiF-rich solid-electrolyte-interphase. We constructed a 7.3 Ah Li||NMC811 pouch cell employing this electrolyte under harsh conditions, exhibiting ultrahigh specific energy of 503.7 Wh kg-1 with impressive cycling stability of 84.1% capacity retention after 100 cycles.&nbsp;</p>

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

Data from: Experimental measurements of water molecule binding energies for the second and third solvation shells of [Ca(H2O)n]2+ complexes

Further understanding of the biological role of the Ca2+ ion in an aqueous environment requires quantitative measurements of both the short- and long-range interactions experienced by the ion in an aqueous medium. Here, we present experimental measurements of binding energies for water molecules occupying the second and, quite possibly, the third solvation shell surrounding a central Ca2+ ion in [Ca(H2O)n]2+ complexes. Results for these large, previously inaccessible, complexes have come from the application of finite heat bath theory to kinetic energy measurements following unimolecular decay. Even at n = 20, the results show water molecules to be more strongly bound to Ca2+ than would be expected just from the presence of an extended network of hydrogen bonds. For n &gt; 10, there is very good agreement between the experimental binding energies and recently published density functional theory calculations. Comparisons are made with similar data recorded for [Ca(NH3)n]2+ and [Ca(CH3OH)n]2+ complexes.

opencc-zeroDec 2015View details →
dryad28/100

Data from: Experimental measurements of water molecule binding energies for the second and third solvation shells of [Ca(H2O)n]2+ complexes

Open the record for dataset details and reuse information.

publicNov 2016View details →
zenodo24/100

Inputs to calculate the solvation free energies of ECC ions in SPCE water

<p>Scripts and input files for the calculation of the solvation free energies of selected cations with the ECC model. The simulation box contains one cation and 800 water molecules. The ion topologies are from https://bitbucket.org/hseara/ions. Notably, before comparison with experimental values, the electronic solvation free energy contribution must be added to the result [1], as well as the correction due to the use of neutralizing charge density [2].</p> <p>In each folder, ./run.sh creates the folders representing different lambda values in the free energy perturbation approach and performs the respective calculation in each folder. There are a total of 31 windows (11 for electrostatics and 20 for Lennard-Jones). After running the script, the free energy can be extracted by</p> <p>gmx bar -f ?/md.xvg ??/md.xvg -temp 298 -o -b 100</p> <p>The results are reported in DOI: [ADD]</p> <p>[1] DOI: 10.1021/ct9005807</p> <p>[2] DOI: 10.1080/08927022.2015.1121544</p>

opencc-by-4.0Jun 2020View 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