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
Dataset results
142 results for “zenodo”
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>
Practica Zenodo Api
<p>Datasets para la práctica de Zenodo de DLC.</p>
Test Zenodo
<p>Test file to test zenodo</p>
jcolomb/HCS_data_1: release after zenodo switch
<p>test if data can be stored in github and archived on zenodo</p>
Test dataset for zenodo backpack
Open the record for dataset details and reuse information.
Zenodo Example Upload
<p>An example upload for using Zenodo.</p>
Dummy file for floatcsep zenodo API
Open the record for dataset details and reuse information.
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 "Single-point-diamond-turned GaAs disk resonator with a million optical quality factor," by L. M. Platt et al. </p>
test the zenodo?????
<p>TEST THE PROGRESS?????</p>
Testing Zenodo Data Archive
<p>Test</p>
Zenodo metadata JSON records as of 2019-09-16
<p>This preliminary dataset contains the <code>application/vnd.zenodo.v1+json</code> JSON records of <a href="http://zenodo.org/">Zenodo</a> 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> <em>Zenodo JSON records</em><br> XZ-compressed tar archive of individual JSON records as retrieved from Zenodo. Filenames reflects record, e.g. <code>1310621.json</code> was retrieved from <a href="https://zenodo.org/api/records/1310621">https://zenodo.org/api/records/1310621</a> using content-negotiation for <code>application/vnd.zenodo.v1+json</code></li> <li><code>zenodo-records-json-2019-09-16-filtered.jsonseq.xz</code> <em>Concatinated Zenodo JSON records</em><br> XZ-compressed <a href="https://tools.ietf.org/html/rfc7464">RFC7464</a> JSON Sequence stream, readable by <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> <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> <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> <em>Browser rendering of RO-Crate structured metadata</em></li> <li><code>README.md</code> <em>This dataset description</em></li> </ul> <p><strong>License</strong></p> <p>This dataset is provided under the license <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 "License"); 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 "AS IS" 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 <a href="https://about.zenodo.org/terms/">Zenodo metadata</a> in <code>zenodo-records-json-2019-09-16.tar.xz</code> is reused under the terms of <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 <a href="https://github.com/zenodo/zenodo/issues/1426#issuecomment-369171411">undocumented</a> parts of <a href="https://developers.zenodo.org/">Zenodo API</a>.</p> <p>From the <a href="https://github.com/zenodo/zenodo/blob/deploy-qa-2019-09-19-0735/zenodo/config.py#L814">Zenodo source code</a> it was identified that the REST template <code>https://zenodo.org/api/records/{pid_value}</code> could be used with <code>pid_value</code> as the numeric part from the OAI-PMH identifier, e.g. for <code>oai:zenodo.org:1310621</code> the Zenodo JSON can be retrieved at <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> giving the Zenodo record in Zenodo's <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> (v1)</li> <li><code>application/ld+json</code> giving <a href="https://www.w3.org/TR/2014/REC-json-ld-20140116/">JSON-LD</a> Linked Data using the <a href="http://schema.org/">http://schema.org/</a> vocabulary</li> <li><code>application/x-datacite-v41+xml</code> giving <a href="https://doi.org/10.5438/0012">DataCite v4 XML</a></li> <li><code>application/marcxml+xml</code> giving <a href="http://www.loc.gov/standards/marcxml/">MARC</a> 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 <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 <code>3450000</code> was estimated from <a href="https://zenodo.org/">"Recent uploads"</a>)</li> <li>Filter list to exclude records that are not found, moved or deleted. The presence of the key <code>conceptrecid</code> is used as marker.</li> <li>Use <a href="https://stedolan.github.io/jq/manual/v1.5/">jq</a> to ensure the JSON is on a single line</li> <li>Join the JSON files using the ASCII Record Separator (RS, <code>0x1e</code>) to make a <code>application/json-seq</code> <a href="https://doi.org/10.17487/RFC7464">JSON text sequence</a> stream</li> <li>Save the JSON stream as a single compressed file using <code>xz</code></li> </ul>
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 Å, 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°C data set to 100K data set as described in the publication titled "Body temperature protein X-ray crystallography at 37°C: A rhenium protein complex seeking a physiological condition structure", written by Jacobs, Helliwell & 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>
Sample upload in Zenodo
<h1>This is a test description</h1> <p>Lorem ipsum</p>
This is a prototype to understand zenodo
<p>Hello</p>
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>
p1_unict_zenodo_data_inflorescence
<p>p1_unict_zenodo_data_inflorescence from article: https://doi.org/10.3390/plants12020407</p>
p1_unict_zenodo_data_genetic_purity_intraspecific
<p>Bresov brassica data</p>
p1_unict_zenodo_data_genetic_purity_interspecific
<p>p1_unict_zenodo_data_genetic_purity_interspecific</p>
p1_unict_zenodo_data_genetic_purity_mads_box
<p>MADS box genes</p>
data zoop isotope 2023 Zenodo with metadata
<p>Zooplankton metadata stable isotopes </p>
ScienceDex guides
Understand access before you commit
These curated guides explain access requirements, typical timelines, costs, and reuse considerations for widely used research 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.
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.
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.
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.
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.