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.

142

datasets available to search

ShareScore release 0.9.0

Reset

Dataset results

142 results for “zenodo”

Learn how ShareScore rates datasets ↗
zenodo32/100

Competitive Metaheuristic Algorithms for Building a Performance Database of a Dual-Band Combline Bandpass Filter with Microstrip Connection (Version 17) [Dataset]. Zenodo.

<p>To run the files, remove the prefixes (e.g. figA- or fig5A-)</p>

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

Practica Zenodo Api

<p>Datasets para la pr&aacute;ctica de Zenodo de DLC.</p>

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

Test Zenodo

<p>Test file to test zenodo</p>

opencc-byMar 2022View details →
zenodo32/100

jcolomb/HCS_data_1: release after zenodo switch

<p>test if data can be stored in github and archived on zenodo</p>

openother-openOct 2017View details →
zenodo32/100

Test dataset for zenodo backpack

Open the record for dataset details and reuse information.

opencc-by-4.0Jun 2024View details →
zenodo32/100

Zenodo Example Upload

<p>An example upload for using Zenodo.</p>

opencc-by-4.0Jun 2024View details →
zenodo32/100

Dummy file for floatcsep zenodo API

Open the record for dataset details and reuse information.

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

Diamond-turned GaAs WGMR with million optical Q factor, L. M. Platt, M. I. Suresh, F. Azeem, L. S. Trainor, and H. G. L. Schwefel, Zenodo 2024

<p>Data sets corresponding to plotted figures in the manuscript titled &quot;Single-point-diamond-turned GaAs disk resonator with a million optical quality factor,&quot; by L. M. Platt et al.&nbsp;</p>

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

test the zenodo?????

<p>TEST THE PROGRESS?????</p>

opencc-by-sa-4.0Feb 2018View details →
zenodo32/100

Testing Zenodo Data Archive

<p>Test</p>

opencc-by-4.0Apr 2019View details →
zenodo32/100

Zenodo metadata JSON records as of 2019-09-16

<p>This preliminary dataset contains the&nbsp;<code>application/vnd.zenodo.v1+json</code>&nbsp;JSON records of&nbsp;<a href="http://zenodo.org/">Zenodo</a>&nbsp;deposits as retrieved on 2019-09-16.</p> <p><strong>Files</strong></p> <ul> <li><code>zenodo-records-json-2019-09-16.tar.xz</code>&nbsp;<em>Zenodo JSON records</em><br> XZ-compressed tar archive of individual JSON records as retrieved from Zenodo. Filenames reflects record, e.g.&nbsp;<code>1310621.json</code>&nbsp;was retrieved from&nbsp;<a href="https://zenodo.org/api/records/1310621">https://zenodo.org/api/records/1310621</a>&nbsp;using content-negotiation for&nbsp;<code>application/vnd.zenodo.v1+json</code></li> <li><code>zenodo-records-json-2019-09-16-filtered.jsonseq.xz</code>&nbsp;<em>Concatinated Zenodo JSON records</em><br> XZ-compressed&nbsp;<a href="https://tools.ietf.org/html/rfc7464">RFC7464</a>&nbsp;JSON Sequence stream, readable by&nbsp;<a href="https://stedolan.github.io/jq/manual/v1.5/">jq</a>. Concatination of Zenodo JSON records. Order not significant.</li> <li><code>zenodo-records.sh</code>&nbsp;<em>Retrieve Zenodo JSON records</em><br> A retrospectively created Bash shell script that shows the commands used to retrieve JSON files and concationate to jsonseq.</li> <li><code>ro-crate-metadata.jsonld</code>&nbsp;<em><a href="https://w3id.org/ro/crate/0.2">RO-Crate 0.2</a> structured metadata</em></li> <li><code>ro-crate-preview.html</code>&nbsp;<em>Browser rendering of RO-Crate structured metadata</em></li> <li><code>README.md</code>&nbsp;<em>This dataset description</em></li> </ul> <p><strong>License</strong></p> <p>This dataset is provided under the license&nbsp;<a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, version 2.0</a>:</p> <p>Copyright 2019 The University of Manchester</p> <p>Licensed under the Apache License, Version 2.0 (the &quot;License&quot;); you may not use this file except in compliance with the License. You may obtain a copy of the License at</p> <pre><code>http://www.apache.org/licenses/LICENSE-2.0 </code></pre> <p>Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an &quot;AS IS&quot; BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.</p> <p><strong>CC0 for Zenodo metadata</strong></p> <p>The&nbsp;<a href="https://about.zenodo.org/terms/">Zenodo metadata</a>&nbsp;in&nbsp;<code>zenodo-records-json-2019-09-16.tar.xz</code>&nbsp;is reused under the terms of&nbsp;<a href="https://creativecommons.org/publicdomain/zero/1.0/">https://creativecommons.org/publicdomain/zero/1.0/</a></p> <p><strong>Reproducibility</strong></p> <p>To retrieve the Zenodo JSON it was deemed necessary to use the&nbsp;<a href="https://github.com/zenodo/zenodo/issues/1426#issuecomment-369171411">undocumented</a>&nbsp;parts of&nbsp;<a href="https://developers.zenodo.org/">Zenodo API</a>.</p> <p>From the&nbsp;<a href="https://github.com/zenodo/zenodo/blob/deploy-qa-2019-09-19-0735/zenodo/config.py#L814">Zenodo source code</a>&nbsp;it was identified that the REST template&nbsp;<code>https://zenodo.org/api/records/{pid_value}</code>&nbsp;could be used with&nbsp;<code>pid_value</code>&nbsp;as the numeric part from the OAI-PMH identifier, e.g. for&nbsp;<code>oai:zenodo.org:1310621</code>&nbsp;the Zenodo JSON can be retrieved at&nbsp;<a href="https://zenodo.org/api/records/1310621">https://zenodo.org/api/records/1310621</a>.</p> <p>The JSON API supports content negotiation, the content-types supported as of 2019-09-20 include:</p> <ul> <li><code>application/vnd.zenodo.v1+json</code>&nbsp;giving the Zenodo record in Zenodo&#39;s&nbsp;<a href="https://github.com/zenodo/zenodo/blob/deploy-qa-2019-09-19-0735/zenodo/modules/records/serializers/schemas/json.py#L267">internal JSON schema</a>&nbsp;(v1)</li> <li><code>application/ld+json</code>&nbsp;giving&nbsp;<a href="https://www.w3.org/TR/2014/REC-json-ld-20140116/">JSON-LD</a>&nbsp;Linked Data using the&nbsp;<a href="http://schema.org/">http://schema.org/</a>&nbsp;vocabulary</li> <li><code>application/x-datacite-v41+xml</code>&nbsp;giving&nbsp;<a href="https://doi.org/10.5438/0012">DataCite v4 XML</a></li> <li><code>application/marcxml+xml</code>&nbsp;giving&nbsp;<a href="http://www.loc.gov/standards/marcxml/">MARC</a>&nbsp;21 XML</li> </ul> <p>Using these (currently) undocumented parts of the Zenodo API thus avoids the need for HTML scraping while also giving individual complete records that are suitable to redistribute as records in a filtered dataset.</p> <p>This preliminary exploration will be adapted into the reproducible CWL workflow, for now included as a Bash script&nbsp;<code>zenodo-records.sh</code></p> <p>Execution time was about 3 days from a server at the University of Manchester network on a single 1 GBps network link. The script does:</p> <ul> <li>Retrieve each of the first 3.5 million Zenodo records<br> as Zenodo JSON by iterating over possible numeric IDs (the maximum ID&nbsp;<code>3450000</code>&nbsp;was estimated from&nbsp;<a href="https://zenodo.org/">&quot;Recent uploads&quot;</a>)</li> <li>Filter list to exclude records that are not found, moved or deleted. The presence of the key&nbsp;<code>conceptrecid</code>&nbsp;is used as marker.</li> <li>Use&nbsp;<a href="https://stedolan.github.io/jq/manual/v1.5/">jq</a>&nbsp;to ensure the JSON is on a single line</li> <li>Join the JSON files using the ASCII Record Separator (RS,&nbsp;<code>0x1e</code>) to make a&nbsp;<code>application/json-seq</code>&nbsp;<a href="https://doi.org/10.17487/RFC7464">JSON text sequence</a>&nbsp;stream</li> <li>Save the JSON stream as a single compressed file using&nbsp;<code>xz</code></li> </ul>

openapache2.0Nov 2019View details →
zenodo32/100

Body temperature protein X-ray crystallography at 37°C: A rhenium protein complex seeking a physiological condition structure: Raw Diffraction Images (112 week soak) Zenodo

<p>The labratory dataset of the raw diffraction images obtained after 112 weeks of soaking in the mother liquor and collected at a wavelength of 1.54 &Aring;, illustrating the covalent coordination of the rhenium(I) tricarbonyl fragment to the His and Asp amino acid residues as well as other similarities when comparing the 37&deg;C data set to 100K data set as described in the publication titled "Body temperature protein X-ray crystallography at 37&deg;C: A rhenium protein complex seeking a physiological condition structure", written by Jacobs, Helliwell &amp; Brink,<em> ChemComm</em>, 2024.</p> <p>The raw diffraction images for the labratory data sets are made available at the Zenodo research data archive, as specified in the publication.</p>

opencc-by-4.0Aug 2024View details →
zenodo32/100

Sample upload in Zenodo

<h1>This is a test description</h1> <p>Lorem ipsum</p>

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

This is a prototype to understand zenodo

<p>Hello</p>

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

DEEPICE data training - tutorial - "A little journey in Zenodo"

<p>This tutorial aims to explain how DEEPICE project members can deposit their data on Zenodo. It recalls the specific recommendations in terms of metadata and data description, and describes the steps of the deposit process.</p>

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

p1_unict_zenodo_data_inflorescence

<p>p1_unict_zenodo_data_inflorescence from article:&nbsp;&nbsp;https://doi.org/10.3390/plants12020407</p>

openMay 2023View details →
zenodo32/100

p1_unict_zenodo_data_genetic_purity_intraspecific

<p>Bresov brassica data</p>

openMay 2023View details →
zenodo32/100

p1_unict_zenodo_data_genetic_purity_interspecific

<p>p1_unict_zenodo_data_genetic_purity_interspecific</p>

openMay 2023View details →
zenodo32/100

p1_unict_zenodo_data_genetic_purity_mads_box

<p>MADS box genes</p>

openMay 2023View details →
zenodo32/100

data zoop isotope 2023 Zenodo with metadata

<p>Zooplankton metadata stable isotopes&nbsp;</p>

opencc-by-4.0May 2023View 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