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.

867

datasets available to search

ShareScore release 0.9.0

Reset

Dataset results

867 results for “repositories”

Learn how ShareScore rates datasets ↗
zenodo36/100

A case study for measuring the relativistic dipole of a galaxy cross-correlation with the Dark Energy Spectroscopic Instrument: Data Repository

<p>This repository contains the synthetic&nbsp;catalogue for the DESI Bright Galaxy Survey produced wit the N-body code <em>gevolution</em>, which is&nbsp;analysed in the&nbsp;manuscript&nbsp;&quot;<a href="https://arxiv.org/abs/2306.04213">A case study for measuring the relativistic dipole of a galaxy cross-correlation with the Dark Energy Spectroscopic Instrument</a>&quot;, as well as the raw data of the&nbsp;analysis results.&nbsp;The catalogue&nbsp;&quot;catalogue.csv.bz2&quot; is&nbsp;in the CSV format and can be directly read using the pandas library of python, for example. The columns in the catalogue contain the following information:</p> <p>0. Column index<br> 1. Comoving coordinate x (in units of Mpc/h)<br> 2. Comoving coordinate y (in units of Mpc/h)<br> 3. Comoving coordinate z (in units of Mpc/h)<br> 4. Observed redshift<br> 5. Cosine of the observed polar angle measured with respect to the axis pointing in the direction (1,1,1) along the box diagonal (the original comoving coordinate system has been rotated with an intrinsic z-y-z Euler rotation, first rotating along the z-axis with <span class="math-tex">\(\phi_1 = \pi/4\)</span>, then rotating along the new y axis with <span class="math-tex">\(\theta_2 = \mathrm{arccos}(1/\sqrt{3})\)</span> and setting the final rotation angle to zero, <span class="math-tex">\(\phi_3 = 0\)</span>; hence to get the unperturbed mu and phi coordinates, one needs to rotate the comoving x, y and z coordinates with the corresponding inverse Euler rotation matrix)<br> 6. Observed azimuthal angle phi measured with respect to axis pointing in the direction (1,1,1) along the box diagonal (the original comoving coordinate system has been rotated with an intrinsic z-y-z Euler rotation, first rotating along the z-axis with <span class="math-tex">\(\phi_1 = \pi/4\)</span>, then rotating along the new y axis with <span class="math-tex">\(\theta_2 = \mathrm{arccos}(1/\sqrt{3})\)</span> and setting the final rotation angle to zero, <span class="math-tex">\(\phi_3 = 0\)</span>; hence to get the unperturbed mu and phi coordinates, one needs to rotate the comoving x, y and z coordinates with the corresponding inverse Euler rotation matrix)<br> 7. Logarithm of the luminosity in units of solar luminosity <span class="math-tex">\(L_\odot\)</span><br> 8. Observed flux (in units of <span class="math-tex">\(L_\odot/\mathrm{Mpc}^2\)</span>)<br> 9. Number of particles in each object, plus a uniform noise between 0 and 1. This quantity is the proxy of the mass that was used to assign luminosity to the objects.<br> 10. Flag that identifies the selected objects within each redshift bin. The Flag is 0 for objects not included in the catalogue, and equal to the mean redshift of the bins <span class="math-tex">\(\bar{z} = 0.25, 0.35, 0.45\)</span>&nbsp;for the selected objects.&nbsp;<br> 11. Flag that identifies the bright and faint objects for case 1 (50% bright, 50% faint, no flux limit). Flag = 0 for non-selected objects, Flag = 1 for bright objects, Flag = 2 for faint objects.<br> 12. Flag that identifies the bright and faint objects for case 2 (90% bright, 10% faint, no flux limit). Flag = 0 for non-selected objects, Flag = 1 for bright objects, Flag = 2 for faint objects.<br> 13. Flag that identifies the bright and faint objects for case 3 (50% bright, 50% faint, with flux limit). Flag = 0 for non-selected objects, Flag = 1 for bright objects, Flag = 2 for faint objects.<br> 14. Flag that identifies the bright and faint objects for case 4 (90% bright, 10% faint, with flux limit). Flag = 0 for non-selected objects, Flag = 1 for bright objects, Flag = 2 for faint objects.</p> <p>The example script &quot;example-script.ipynb&quot; demonstrates how to query the catalogue to extract e.g. the redshift distribution of the objects for the different cases considered in Table 4 of the manuscript.</p> <p>Additionally, the measured dipole data vectors with&nbsp;the jackknife covariance&nbsp;matrices (<span class="math-tex">\(\mathrm{cov}^\mathrm{JK}_{ij}\)</span>), as well as the theoretical data vectors with the theoretical measurement covariance (<span class="math-tex">\(\mathrm{cov}^\mathrm{th}_{ij}\)</span>) and the theoretical prediction covariance (<span class="math-tex">\(\mathrm{cov}^\mathrm{pred}_{ij}\)</span>) are provided within this repository:</p> <ul> <li>In the measurements.tar.gz archive, the measured data&nbsp;for the flux-limited case can be found in the /flux-limit subdirectory, while the data for the case without flux-limit is in /no-flux-limit. The data vectors are named &quot;dipole_&lt;redshift bin&gt;_&lt;% of bright galaxies&gt;.txt. The first column in each of those files is the separation bin <span class="math-tex">\(d\)</span>&nbsp;in&nbsp;<span class="math-tex">\(\mathrm{Mpc}/h\)</span>, the second column is the mean two-point correlation function dipole of the 100 jackknife subsamples, and the third column is the square root of the diagonal part of the jackknife covariance matrix (<span class="math-tex">\(\mathrm{cov}^\mathrm{JK}_{ij}\)</span>). The corresponding jackknife covariance matrices are named &quot;cov_&lt;redshift bin&gt;_&lt;% of bright galaxies&gt;.txt.</li> <li>In the theory.tar.gz archive, the theoretical predictions are found in /flux-limit for the case with flux limit and in /no-flux-limit for the case without flux limit. The theoretical data vectors are named &quot;dipole_&lt;% of bright galaxies&gt;B_z&lt;redshift bin&gt;_gevol.dat&quot;. The first column in each of those files is the separation bin <span class="math-tex">\(d\)</span>&nbsp;in&nbsp;<span class="math-tex">\(\mathrm{Mpc}/h\)</span>,&nbsp;the second column the theoretical two-point correlation function dipole and the third column is the square root of the diagonal part of the theoretical prediction covariance matrix (<span class="math-tex">\(\mathrm{cov}^\mathrm{pred}_{ij}\)</span>) . The theoretical measurement covariance matrices&nbsp;are named &quot;covariance_Lp6_&lt;% of bright galaxies&gt;B_z&lt;redshift bin&gt;_gevol.dat&quot;, and the theoretical prediction covariance matrices are&nbsp;named &quot;covtheo_&lt;% of bright galaxies&gt;B_z&lt;redshift bin&gt;_gevol.dat&quot;.&nbsp;</li> </ul> <p>The example script also demonstrates how to use these data files to reproduce plots of the dipole measurement vs the theoretical prediction like in Figures 6, 7, C1 and C2. The archives need to be unpacked before using the example script to access the data.</p>

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

Data repository of the paper "Quantum-noise-limited optical neural networks operating at a few quanta per activation"

<p>This data repository includes the requisite data and code for deriving the primary results from the paper, &quot;Quantum-noise-limited optical neural networks operating at a few quanta per activation&quot;. The repository is structured to provide everything needed to reproduce the figures included in the main manuscript, along with the source code for training the neural network models and the collected experimental data mentioned in the paper.</p> <p>The&nbsp;code in this repository is primarily intended for reproducing the results discussed in the paper. Those interested in developing their own applications may refer to our Github repository: https://github.com/mcmahon-lab/Single-Photon-Detection-Neural-Networks.</p> <p><strong>Where to Start</strong></p> <p>The directory &#39;main_figures&#39; includes Jupyter notebooks to generate each panel in Figure 3 and Figure 4 in the main text, using the data from the directory &#39;results&#39;, which can be generated by notebooks in the directory &#39;test&#39;.&nbsp;</p> <p>The simulations, experiments, and figure generation were all conducted in Python. As certain parts of the code require specific versions of Python packages, the necessary packages are listed in the &#39;requirements.txt&#39; file.</p> <p>For more information, please refer to &#39;README.txt&#39;.</p>

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

Matrix Profile of Seismological Data Repository

<p>The Computed Matrix Profile (MP) repository for seismic data.</p> <p>Please see below the archived manuscript of Shakibay Senobari et al., (Submitted to JGR, under review) for more information regarding the Matrix Profile and data set:</p> <p>essopenarchive.org/604953/p1vlDMs-5b0zsrs7C033Ug</p> <p>https://doi.org/10.1002/essoar.10512525.1</p>

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

Sounding Covid-19 Repository

<p>The Covid-19 pandemic has caused cities to become sparsely populated, significantly changing urban sound environments with different restrictions placed. By capturing audio recordings at various points during lockdowns, we can sonically observe the impact of Covid-19 constraints and how these places have transformed over time.&nbsp;</p> <p>The repository holds 91 sound compositions from 27 separate locations, focusing on the effects of Covid-19 during Belfast, Northern Ireland&#39;s Lockdowns (1-3 in 2020-2021), Exit Strategies (Summer 2020 and 2021), Lifted Restrictions (2022), and a Lockdown visit to Montreal, Canada, in 2020-2021.&nbsp;</p> <p>This project explores the auditory and sonic art perspectives of how cities sound without the presence of humans or the usual level of human density in popular public spaces in Belfast and a few areas in Montreal.&nbsp;It focuses on field recordings, soundwalking experiences, soundscape composition, and sound map contributions.</p> <p>Folders contain audio and images, categorised as:</p> <p><strong>1-Sounding Covid-19_Belfast-Northern Ireland</strong></p> <ul> <li>1-Lockdown 1 + Exit Strategies-2020</li> <li>2-Lockdown 2-2020</li> <li>3-Lockdown 3 + Exit Strategies-2021</li> <li>4-Lifted Restrictions-2022</li> </ul> <p><strong>2-Sounding Covid-19_Montreal-Canada</strong></p>

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

Data repository supporting the JGR article: A case study of the solar and lunar semidiurnal tide response to the 2013 sudden stratospheric warming

<p>This dataset contains the meteor radar wind measurements and the background atmospheric data fields used to produce the results in the Journal of Geophysical Research - Space Physics article titled: A case study of the solar and lunar semidiurnal tide response to the 2013 sudden stratospheric warming.</p> <p>The nav_2013_ERAn_1dm_grid.dat file contains gridded latitude-longitude-altitude daily mean winds and temperatures for the composite atmosphere described in the article. The full range of dates span from the 1st of December 2012 to the 1st of April 2023. The composite atmosphere is constructed using ERA5 winds and temperatures below 85 hPa, NAVGEM-HA winds and temperatures between 85-0.001 hPa, and HWM14 + MSISE00 winds and temperatures above 0.001 hPa.</p> <p>The meteor_radars.zip file contains a folder containing the hourly meteor radar wind measurements for the Collm (Col), CMOR (CMO), and Kiruna (Kir) radars, as described in the supporting paper. The .hdf5 files contain both the horizontal and meridional wind measurements for December, January, February, and March (winter of 2012/2013).</p>

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

Data repository in support of the article: A case study of the solar and lunar semidiurnal tide response to the 2013 sudden stratospheric warming

<p>This dataset contains the meteor radar wind measurements and the background atmospheric data fields used to produce the results in the Journal of Geophysical Research - Space Physics article titled: A case study of the solar and lunar semidiurnal tide response to the 2013 sudden stratospheric warming.</p> <p>The nav_2013_ERAn_1dm_grid.dat file contains gridded latitude-longitude-altitude daily mean winds and temperatures for the composite atmosphere described in the article. The full range of dates span from the 1st of December 2012 to the 1st of April 2023. The composite atmosphere is constructed using ERA5 winds and temperatures below 85 hPa, NAVGEM-HA winds and temperatures between 85-0.001 hPa, and HWM14 + MSISE00 winds and temperatures above 0.001 hPa.</p> <p>The meteor_radars.zip file contains a folder containing the hourly meteor radar wind measurements for the Collm (Col), CMOR (CMO), and Kiruna (Kir) radars, as described in the supporting paper. The .hdf5 files contain both the horizontal and meridional wind measurements for December, January, February, and March (winter of 2012/2013).</p> <p>&nbsp;</p> <p>&nbsp;</p> <p>&nbsp;</p>

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

Data and Code Repository for Expanding non-target analysis methods to characterize the prenatal exposome

<p>Data and Code Repository for the following manuscript:&nbsp;Expanding non-target analysis methods to characterize the prenatal exposome.&nbsp;</p>

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

RMT repository test data

<p>This data set contains all of the test data which was previously housed in the&nbsp;R-matrix with time-dependence (RMT) repository at&nbsp;<a href="https://gitlab.com/Uk-amor/RMT/rmt">https://gitlab.com/Uk-amor/RMT/rmt</a>.&nbsp;</p> <p>There are four separate directories: atomic_big, atomic_small and molecular_tests contain sample inputs and outputs for rmt calculations. field_tests contains inputs and outputs for the field_check utility.&nbsp;</p> <p>Each test calculation contains an inputs and rmt_output directory. Calculations were performed with RMT compiled with the gnu compiler running on the ARCHER2 supercomputer.</p>

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

Raw data repository for the article: "Revealing the impact of polystyrene-functionalization of Au octahedral nanocrystals of different sizes on formation and structure of mesocrystals"

<p>Raw data depository for the article in ChemNanoMat journal: <a href="https://doi.org/10.1002/cnma.202300336">DOI: 10.1002/cnma.202300336</a>. Details and the file description&nbsp;are given in the file &quot;Lapkin_Dataset_Info.pdf&quot;</p>

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

Data accompanying the GitHub repository bartonlab/paper-clonal-dynamics

<p>This dataset contains data&nbsp;that accompany the GitHub repository&nbsp;bartonlab/paper-covariance-estimation. The GitHub repository contains code and scripts for reproducing results described in the manuscript &quot;Correlated allele frequency changes reveal clonal structure and selection in temporal genetic data.&quot; See the GitHub repository for details on the interpretation and analysis of this data.</p>

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

Data repository accompanying "Many-Body Majorana Braiding without an Exponential Hilbert space"

<p>This repository includes the data and notebooks to generate the figures published in "Many-body Majorana braiding without an exponential Hilbert space".</p>

opencc-by-4.0Feb 2023View details →
ClinicalTrials.gov36/100

Swiss Frailty Network and Repository

ClinicalTrials.gov study NCT04516642. IPD Sharing: YES. Countries: 1. Publications: 1.

controlledIPD-YESFeb 2026View details →
ClinicalTrials.gov36/100

The Dystonia Coalition Natural History and Biospecimen Repository for Isolated Dystonias

ClinicalTrials.gov study NCT01373424. IPD Sharing: YES. Countries: 7. Publications: 1.

controlledIPD-YESFeb 2026View details →
ClinicalTrials.gov36/100

Biological Sample Repository for Gastrointestinal Disorders

ClinicalTrials.gov study NCT05874726. IPD Sharing: YES. Countries: 1. Publications: 15.

controlledIPD-YESFeb 2026View details →
ClinicalTrials.gov36/100

Pediatric Metabolism and Microbiome Repository

ClinicalTrials.gov study NCT02959034. IPD Sharing: YES. Countries: 1. Publications: 1.

controlledIPD-YESFeb 2026View details →
dryad36/100

Repository of raw qPCR data to assess Sin Nombre hantavirus presence in lung tissues and replication in vitro

Open the record for dataset details and reuse information.

publicFeb 2025View details →
dryad36/100

Repository Analytics and Metrics Portal (RAMP) 2019 data

Open the record for dataset details and reuse information.

publicJul 2021View details →
dryad36/100

Data from: Digitizing extant bat diversity: an open-access repository of 3D μCT-scanned skulls for research and education

Open the record for dataset details and reuse information.

publicAug 2019View details →
dryad36/100

Data from: Multi-modal ultra-high resolution structural 7-Tesla MRI data repository

Open the record for dataset details and reuse information.

publicJan 2021View details →
dryad36/100

Repository Analytics and Metrics Portal (RAMP) 2018 data

Open the record for dataset details and reuse information.

publicJul 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