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.

1,916

datasets available to search

ShareScore release 0.7.1

Reset

Dataset results

1,916 results for “software,”

Learn how ShareScore rates datasets ↗
zenodo44/100

MACREL software benchmark data set: Simulated metagenomes with sequencing quality, errors profile and abundance distributions derived from real samples

<p>These metagenomes were used in the benchmarking of FACS pipeline, and were designed after NGLess benchmark dataset (doi.org/10.5281/zenodo.2560288).&nbsp; Metagenomes were simulated with <a href="https://www.niehs.nih.gov/research/resources/software/biostatistics/art/index.cfm">ART-bin-MountRainier-2016.06.05</a> using real abundance profiles (.abund files) available <a href="https://doi.org/10.5281/zenodo.2560288">elsewhere</a>, and <a href="http://progenomes1.embl.de/data/repGenomes/representatives.contigs.fasta.gz">proGenomes&#39; representative contigs</a> as reference genomes. There are available metagenomes with 40, 60 and 80 M (million of reads) based in the reference genomes and abundances of the following samples:</p> <pre><code>SAMEA2466916 SAMEA2466953 SAMEA2466965 SAMEA2621107 SAMEA2621229 SAMEA2621247</code></pre> <p>To convert them from the CRAM format back to fastq files:</p> <pre><code> ## 1. converting from cram to bam format: samtools view -b -T refgenome.fa -o file.bam file.cram ## 2. sorting the bam file: samtools sort -n file.bam -o input_sorted.bam # sort reads by identifier-name (-n) ## 3. converting from bam to fastq format: bedtools bamtofastq -i input_sorted.bam -fq output_r1.fastq -fq2 output_r2.fastq </code></pre> <p>&nbsp;</p>

opencc-by-4.0Nov 2019View details →
zenodo44/100

The Research Software Alliance (ReSA) and the community landscape

<p>The Research Software Alliance (ReSA)&rsquo;s mission is to bring research software communities together to collaborate on the advancement of research software. ReSA has formed taskforces and one of them revolves around a <strong>software landscape analysis</strong> aiming to answer the question &quot;How can we identify the different communities and topics of interest for the research software community (e.g., preservation, RSEs, citation, productivity, sustainability)?&quot;</p> <p>Here we include text describing the work of the taskforce to date (see <a href="https://zenodo.org/api/files/5a1e0c32-cbf7-4b9a-9c02-139b2ce66e85/2020-03-11-ReSA-landscape.md?versionId=ffedcfe9-33f4-4aba-9d6b-9975fc1c548d">2020-03-11-ReSA-landscape.md</a>), as well as plans for the future, and an invitation to readers to contribute to the ReSA list of research software communities. We are a;sp including the current version of the list in a CSV file (see <a href="https://zenodo.org/api/files/5a1e0c32-cbf7-4b9a-9c02-139b2ce66e85/2020-03-11-ReSA-landscape.csv?versionId=be4bbcdd-79a8-4444-a764-98bf0d548922">2020-03-11-ReSA-landscape.csv </a>), and we welcome contributions on the live spreadsheet that can be found via this <a href="https://docs.google.com/spreadsheets/d/15JHqOxR4HIKHYe821IPvbxIuXP1zMjXKGEIJwB-GPqE/edit#gid=0">link</a>.</p>

opencc-by-4.0Mar 2020View details →
zenodo44/100

DATASET - AVALIAÇÃO EMPÍRICA DA GERAÇÃO AUTOMATIZADA DE TESTES DE SOFTWARE SOB A PERSPECTIVA DE TEST SMELLS

<p>A constante busca pela qualidade sempre est&aacute; em destaque na &aacute;rea de Engenharia de Software. Dentre as diversas disciplinas dedicadas a essa tem&aacute;tica, o teste de software tem se estabelecido como uma das mais importantes, dado sua efic&aacute;cia na identifica&ccedil;&atilde;o de defeitos, em momento pr&eacute;vio &agrave; libera&ccedil;&atilde;o de sistemas de software para o mercado. O teste de software &eacute; atividade-chave para o desenvolvimento de software de qualidade. Entretanto, desenvolver testes &eacute; t&atilde;o ou mais custoso do que desenvolver o c&oacute;digo de produ&ccedil;&atilde;o. Uma alternativa para a redu&ccedil;&atilde;o dos custos associados ao teste de software se d&aacute; pelo uso intensivo de ferramentas de automa&ccedil;&atilde;o de testes. A proposta dessas ferramentas &eacute; reduzir o tempo de produ&ccedil;&atilde;o sem afetar a qualidade do c&oacute;digo. Apesar dessa premissa, n&atilde;o &eacute; comum encontrar abordagens que incluam uma camada de verifica&ccedil;&atilde;o de qualidade dos testes gerados automaticamente, o que pode reduzir a confiabilidade da efic&aacute;cia desses testes. Neste cen&aacute;rio, a proposta dessa disserta&ccedil;&atilde;o &eacute; analisar empiricamente massas de dados de teste, sob a perspectiva de test smells, no sentido de avaliar a qualidade dos testes produzidos por ferramentas de gera&ccedil;&atilde;o automatizada de testes de software. Test smells&nbsp;s&atilde;o m&aacute;s escolhas no design dos testes e tem caracter&iacute;sticas sintom&aacute;ticas e podem acarretar diminui&ccedil;&atilde;o na qualidade dos sistemas. Considerando os test smells&nbsp;em c&oacute;digo de teste, o estudo analisa os testes gerados por duas ferramentas amplamente aceitas pela comunidade de testes: Evosuite e Randoop. Um conjunto de vinte e um projetos de software de c&oacute;digo aberto, dispon&iacute;veis na plataforma Github foram considerados no estudo. A an&aacute;lise considerou a dispers&atilde;o de test smells&nbsp;no c&oacute;digo de teste desses projetos, bem como a exist&ecirc;ncia de potenciais correla&ccedil;&otilde;es entre test smells&nbsp;e as rela&ccedil;&otilde;es com as m&eacute;tricas estruturais. Como principais resultados, encontramos fortes correla&ccedil;&otilde;es entre os test smells&nbsp;e as m&eacute;tricas de cobertura do c&oacute;digo, diferen&ccedil;as significativas entre os dados encontrados nas su&iacute;tes de testes geradas automaticamente e com os testes pr&eacute;-existentes nos projetos avaliados.</p>

opencc-by-4.0Mar 2020View details →
zenodo44/100

Measuring Software Testability Modulo Test Quality - Replication Package

<p>This repository represents the replication package for the paper&nbsp;<em>Measuring Software Testability Modulo Test Quality</em>.</p> <p>It includes the dataset and the Jupyter Notebook we used for the analysis in our paper.</p>

opencc-by-4.0Apr 2020View details →
zenodo44/100

Enterprise-Driven Open Source Software

<p>We present a dataset of open source software developed mainly by enterprises rather than volunteers. This can be used to address known generalizability concerns, and, also, to perform research on open source business software development. Based on the premise that an enterprise&#39;s employees are likely to contribute to a project developed by their organization using the email account provided by it, we mine domain names associated with enterprises from open data sources as well as through white- and blacklisting, and use them through three heuristics to identify 17,264 enterprise GitHub projects. We provide these as a dataset detailing their provenance and properties. A manual evaluation of a dataset sample shows an identification accuracy of 89%. Through an exploratory data analysis we found that projects are staffed by a plurality of enterprise insiders, who appear to be pulling more than their weight, and that in a small percentage of relatively large projects development happens exclusively through enterprise insiders.</p> <p>The main dataset is provided as a 17,264 record tab-separated file named <code>enterprise_projects.txt</code> with the following 29 fields.</p> <ul> <li><strong>url</strong>: the project&#39;s GitHub URL</li> <li><strong>project_id</strong>: the project&#39;s GHTorrent identifier</li> <li><strong>sdtc</strong>: true if selected using the same domain top committers heuristic (9,016 records)</li> <li><strong>mcpc</strong>: true if selected using the multiple committers from a valid enterprise heuristic (8,314 records)</li> <li><strong>mcve</strong>: true if selected using the multiple committers from a probable company heuristic (8,015 records),</li> <li><strong>star_number</strong>: number of GitHub watchers</li> <li><strong>commit_count</strong>: number of commits</li> <li><strong>files</strong>: number of files in current main branch</li> <li><strong>lines</strong>: corresponding number of lines in text files</li> <li><strong>pull_requests</strong>: number of pull requests</li> <li><strong>github_repo_creation</strong>: timestamp of the GitHub repository creation</li> <li><strong>earliest_commit</strong>: timestamp of the earliest commit</li> <li><strong>most_recent_commit</strong>: date of the most recent commit</li> <li><strong>committer_count</strong>: number of different committers</li> <li><strong>author_count</strong>: number of different authors</li> <li><strong>dominant_domain</strong>: the projects dominant email domain</li> <li><strong>dominant_domain_committer_commits</strong>: number of commits made by committers whose email matches the project&#39;s dominant domain</li> <li><strong>dominant_domain_author_commits</strong>: corresponding number for commit authors</li> <li><strong>dominant_domain_committers</strong>: number of committers whose email matches the project&#39;s dominant domain</li> <li><strong>dominant_domain_authors</strong>: corresponding number for commit authors</li> <li><strong>cik</strong>: SEC&#39;s EDGAR &quot;central index key&quot;</li> <li><strong>fg500</strong>: true if this is a Fortune Global 500 company (2,233 records)</li> <li><strong>sec10k</strong>: true if the company files SEC 10-K forms (4,180 records)</li> <li><strong>sec20f</strong>: true if the company files SEC 20-F forms (429 records)</li> <li><strong>project_name</strong>: GitHub project name</li> <li><strong>owner_login</strong>: GitHub project&#39;s owner login</li> <li><strong>company_name</strong>: company name as derived from the SEC and Fortune 500 data</li> <li><strong>owner_company</strong>: GitHub project&#39;s owner company name</li> <li><strong>license</strong>: SPDX license identifier</li> </ul> <p>The file <code>cohost_project_details.txt</code> provides the full set of 311,223 cohort projects that are not part of the enterprise data set, but have comparable quality attributes.</p> <ul> <li><strong>url</strong>: the project&#39;s GitHub URL</li> <li><strong>project_id</strong>: the project&#39;s GHTorrent identifier</li> <li><strong>stars</strong>: number of GitHub watchers</li> <li><strong>commit_count</strong>: number of commits</li> </ul>

opencc-by-4.0Feb 2020View details →
zenodo44/100

ASA³P Software & Database volume

<p>ASA&sup3;P is an automatic and highly scalable assembly, annotation and higher-level analyses pipeline for closely related bacterial isolates.&nbsp;<a href="https://github.com/oschwengers/asap">https://github.com/oschwengers/asap</a></p> <p>ASA&sup3;P is a fully automatic, locally executable and scalable assembly, annotation and higher-level analysis pipeline creating results in standard bioinformatics file formats as well as sophisticated HTML5 documents. Its main purpose is the automatic processing of NGS WGS data of multiple closely related isolates, thus transforming raw reads into assembled and annotated genomes and finally gathering as much information on every single bacterial genome as possible. Per-isolate analyses are complemented by comparative insights. Therefore, the pipeline incorporates many best-in-class open source bioinformatics tools and thus minimizes the burden of ever-repeating tasks. Envisaged as a preprocessing tool it provides comprehensive insights as well as a general overview and comparison of analysed genomes along with all necessary result files for subsequent deeper analyses. All results are presented via modern HTML5 documents comprising interactive visualizations.</p> <p>Schwengers et al, 2020 PLOS Comp Bio DOI:10.1371/journal.pcbi.1007134</p>

opencc-by-4.0Jan 2020View details →
zenodo44/100

Dataset do VII EBBC [Análise métrica do "Regime de Informação" com software IRaMuTeQ]

<p>Planilha de dados recuperados das bases de dados - <strong>Scopus, Brapci e LISA</strong> - para an&aacute;lise e apresenta&ccedil;&atilde;o da pesquisa emp&iacute;rica intitulada - <strong>An&aacute;lise m&eacute;trica do &quot;Regime de Informa&ccedil;&atilde;o&quot; com software IRaMuTeQ</strong> -&nbsp;no <strong>VII EBBC &ndash; Encontro Brasileiro de Bibliometria e Cientometria</strong>: <a href="http://www.ebbc2020.ici.ufba.br/">http://www.ebbc2020.ici.ufba.br/</a></p> <p>&nbsp;</p>

opencc-by-4.0Aug 2020View details →
zenodo44/100

The Daily Life of Software Engineers during the COVID-19 Pandemic -- Replication Package

<p>Following the onset of the COVID-19 pandemic and subsequent lockdowns, software engineers&#39; daily life was disrupted and abruptly forced into remote working from home. &nbsp;This change deeply impacted typical working routines, affecting both well-being and productivity.&nbsp;Moreover, this pandemic will have long-lasting effects in the software industry, with several tech companies allowing their employees to work from home indefinitely if they wish to do so. &nbsp;Therefore, it is crucial to analyze and understand how a typical working day looks like when working from home and how individual activities affect software developers&#39; well-being and productivity.&nbsp;We performed a two-wave longitudinal study involving almost 200 globally carefully selected software professionals, inferring daily activities with perceived well-being, productivity, and other relevant psychological and social variables.&nbsp;Results suggest that the time software engineers spent doing specific activities from home was similar when working in the office. (e.g., coding &gt; emails &gt; code review &gt; networking). &nbsp;However, we also found some meaningful mean differences.&nbsp;The amount of time developers spent on each activity was unrelated to their well-being, perceived productivity, and other variables.&nbsp;We conclude that working remotely is not per se&nbsp;a challenge for organizations or developers.</p>

opencc-by-4.0Oct 2020View details →
zenodo44/100

Testing 3D modelling software. Modelling charging pads for WPT of electric vehicles for EM emissions simulation.

<p>Even for the experienced 3D FEM modelers it may not be obvious which geometry discretization is the most appropriate and suitable for this type of problem. It may be a conservative approach to test the computation tool on a simplified geometry, on which the magnetic field distribution is known. As part of the &ldquo;Metrology for inductive charging of electric vehicles&rdquo; (MICEV) project (www.micev.eu), an axisymmetric geometry was used, with the results reported.</p>

opencc-by-4.0Jan 2021View details →
zenodo44/100

Detection of Functionally Similar Code Clones: Data, Analysis Software, Benchmark

<p>We analysed 2,800 programs in Java and C for which we knew they are functionally similar. We checked if existing clone detection tools are able to find these functional similarities and classified the non-detected differences. We make all used data, the analysis software as well as the resulting benchmark available here.</p>

opencc-by-4.0Nov 2014View details →
zenodo44/100

The Debsources Dataset: Two Decades of Free and Open Source Software

<p>This is the Debsources Dataset: source code and related metadata spanning two decades of Free and Open Source Software (FOSS) history, seen through the lens of the Debian distribution.</p> <p>The dataset spans more than 3 billion lines of source code as well as metadata about them such as: size metrics (lines of code, disk usage), developer-defined symbols (ctags), file-level checksums (SHA1, SHA256, TLSH), file media types (MIME), release information (which version of which package containing which source code files has been released when), and license informa-<br> tion (GPL, BSD, etc).</p> <p>The Debsources Dataset comes as a set of tarballs containing deduplicated unique source code files organized by their SHA1 checksums (the source code), plus a portable PostgreSQL database dump (the metadata).</p> <p>The Debsources Dataset is described in full in the paper The Debsources Dataset: Two Decades of Free and Open Source Software, published on the Empirical Software Engineering journal with DOI 10.1007/s10664-016-9461-5 . A preprint of the paper is available at https://upsilon.cc/~zack/research/publications/debsources-ese-2016.pdf .</p>

opencc-by-sa-4.0Aug 2016View details →
zenodo44/100

Circularity3 DDOMP - Project tracksheets: scholarly publications, non-peer-reviewed digital outputs, dataset log, and software log.

<p>Project tracking sheets for the Circularity3 project.&nbsp;</p> <p>The following tracking sheets are provided:</p> <ol> <li>Scholarly Publications&nbsp;</li> <li>Non-peer-reviewed digital outputs</li> <li>Dataset log&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;</li> <li>Software log&nbsp;</li> </ol> <p>For further specifications and explanations of the tracking sheets refer to the Circularity3 DDOMP here: https://doi.org/10.5281/zenodo.11047951</p> <p>&nbsp;</p> <p>This tracking sheets reference widely the PARSEC research teams tracking sheets, to whom we are very grateful for their transparent and insightful documentation.</p> <p>Stall, Shelley, Specht, Alison, Corr&ecirc;a, Pedro Luiz Pizzigatti, David, Romain, Edmunds, Rorie, Mabile, Laurence, Machicao, Jeaneth, Miyairi, Nobuko, Murayama, Yasuhiro, O'Brien, Margaret, Wyborn, Lesley, &amp; Vellenich, Danton Ferreira. (2023). PARSEC Data and Digital Output Management Plan and Workbook. Zenodo. <a href="https://doi.org/10.5281/zenodo.3891426">https://doi.org/10.5281/zenodo.3891426</a></p>

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

RRID Gold Set of annotations for software tools in the biomedical literature

<p>This data is a subset of a larger human curated, machine assisted gold standard data set of RRID citations within the text of the scientific literature. The full set is accessible via Hypothes.is at https://hypothes.is/users/scibot?q=group%3A__world__ &nbsp;and via individual RRID records such as RRID:SCR_016250 https://scicrunch.org/resolver/SCR_016250/mentions?q=&amp;i=rrid:scr_016250&nbsp;</p><p>The data is based on authors who added RRIDs into their manuscripts. The data was then extracted by SciBot (RRID:SCR_016250), into Hypothes.is (RRID:SCR_000430) and then manually checked by a curator to determine if the author and the database agreed. The list of annotators is available in Hypothes.is user group: SciBotCurationGroup.</p><p>There are 78,140 rows and each row contains an annotation (annotation id, URI), linked to a paper (paper identifiers: PMID, DOI, PMC) and linked to the RRID (scr_id, exact, text_quote_selector).&nbsp;</p><p>A second spreadsheet contains a list of 8,322 software tools from the SciCrunch Registry (available here https://scicrunch.org/resources/data/source/nlx_144509-1/search ), enhanced by additions by thousands of individual authors, and curated over 10 years (Ozyurt et al., 2016).&nbsp;</p><p>The third spreadsheet contains a data dictionary and links to related ontologies, and tagging sets.&nbsp;</p><p>&nbsp;</p><p>&nbsp;</p>

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

Dataset and software for support of the article "To Chaos or Not To Chaos: going into the resilience of the ecosystem".

<p>The CAVeg model, as well as its dependencies, and the CAVeg data files with the configurations for the two and three ecophysiological types, including the data needed to perform the Lyapunov exponents calculations with the CRAN-R DChaos package are available in this dataset.</p>

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

Data products and software for `X-ray diagnostics of Cassiopeia A's "Green Monster": evidence for dense shocked circumstellar plasma`

<div> <h2>Data Reproduction Package for the publication &lsquo;X-ray diagnostics of Cassiopeia A&rsquo;s &ldquo;Green Monster&rdquo;: evidence for dense shocked circumstellar plasma&rsquo;</h2> </div> <div> <h3>Authors: Jacco Vink, Manan Agarwal, Patrick Slane, Ilse De Looze, Dan Milisavljevic, Daniel Patnaude, and Tea Temim.</h3> </div> <div> <h3>Link to paper: <a href="https://doi.org/10.3847/2041-8213/ad2fc5">https://doi.org/10.3847/2041-8213/ad2fc5</a>&nbsp;</h3> <p>&nbsp;</p> </div> <div> <h4>This package was prepared by Jacco Vink and Manan Agarwal (University of Amsterdam)</h4> </div> <div> <h3>Summary</h3> </div> <div> <p>This data reproduction package contains the data files in FITS format used to<br>generate the figures in the paper. The data files concern the revised manuscript, which incorporates changes made in response to the journal&rsquo;s referee report.</p> </div> <div> <p>The paper is based on Chandra X-ray Observatory (CXO) data of Cassiopeia A taken in 2004. The raw archival data used, maintained by the Chandra Data Archive, can be retrieved using the following DOI link: <a href="https://doi.org/10.25574/cdc.209">https://doi.org/10.25574/cdc.209</a>.</p> </div> <div> <p>Additional James Webb Space Telescope (JWST) data are stored at the Mikulski Archive for Space Telescopes (MAST) at the Space Telescope Science Institute. The data used in the paper can be downloaded through DOI link <a href="https://doi.org/10.17909/szf2-bg42">https://doi.org/10.17909/szf2-bg42</a>.</p> </div> <div> <p>The data produced from the above raw data are stored in the files:</p> </div> <div> <ul> <li>green_monster_image_data.tar.gz</li> <li>spectral_files_and_models.tar.gz</li> <li>imaging_and_pca_code.tar.gz</li> <li>green_monster_pca_input_output.tar.gz</li> </ul> <p>The repository contains JWST/MIRI mosaics of Cassiopeia A which are described in detail in the paper "A JWST Survey of the Supernova Remnant Cassiopeia A", by D. Milisavljevic, T. Temim, I. De Looze, et al.; see https://arxiv.org/abs/2401.02477, to be published in ApJ letters.<br>&nbsp;&nbsp;</p> </div>

opencc-by-4.0Jan 2024View details →
zenodo44/100

Credit for software creators: An adapted illustration from The Turing Way: Shared under CC-BY 4.0 for reuse

<p>Illustration adapted from <strong>The Turing Way Community, &amp; Scriberia. (2023). Illustrations from The Turing Way: Shared under CC-BY 4.0 for reuse. Zenodo. <a href="https://doi.org/10.5281/zenodo.8169292">https://doi.org/10.5281/zenodo.8169292</a></strong>.</p> <p>The illustration has been adapted by Stephan Druskat (subsumed as co-author in <em>The Turing Way Community</em>):</p> <ul> <li>The speech bubble has been changed to read "More credit" instead of "More credit<strong>s</strong>". (One character removed and alignment adapted.)</li> <li>The inscription on the purse has been changed to read "Credit" instead of "Credit<strong>s</strong>". (One character removed and alignment adapted.)</li> </ul>

opencc-by-4.0Mar 2024View details →
zenodo44/100

Software-based decision support tools used in the sanitation sector

<p>This dataset includes data used in a scoping review on how decision support tools used in the sanitation sector address resource recovery considerations. The dataset is an accompaniment to the publication &quot;A review of how decision support tools address resource recovery in sanitation systems&quot;, which was submitted to the Journal of Cleaner Production.</p>

opencc-by-4.0Aug 2021View details →
zenodo44/100

Cartolabe Software Heritage

<p>The Software Heritage dataset shows projects that are collected by the <a href="https://www.softwareheritage.org/">Software Heritage</a> archive initiative. Text data for each software comes from the project&#39;s description on github.</p>

opencc-by-4.0Nov 2021View details →
zenodo44/100

Dataset: Systematic Mapping Study on the Development and Application of Sentiment Analysis Tools in Software Engineering

<p>Update: We updated the data set in March 2022 by adding newly published papers and by providing more insights on how we analyzed them. Details can be found in the file &quot; SEnti-SMS.xlsx&quot;.</p> <p>----------</p> <p>Update: The updated version (-v2) contains the results of one more snowballing iteration and extracted information on the accuracy of the used methods.</p> <p>----------</p> <p>In 2020, we conducted a systematic literature review to explore the development and application of sentiment analysis tools in software engineering.</p> <p>Information on the execution of the SLR, its scope, the search string, etc. are presented in the paper linked below.</p> <p>&nbsp;</p> <p>&nbsp;</p>

opencc-by-4.0Mar 2022View details →
zenodo44/100

Dataset for Openseize Software Release v1.0

<p><strong>A dataset record containing&nbsp;demonstration data for openseize, an open-source python software package&nbsp;for analyzing large EEG datasets from a variety of formats. Specifically, this record contains the following datasets:</strong></p> <p><em><strong>recording_001.edf</strong></em></p> <p>A European data format+ file containing four channels of EEG data sampled at 5 KHz for 3775 seconds (~1.05 Hrs). The header of this file contains all the necessary metadata to interpret the data.</p> <p><em><strong>annotations_001.txt</strong></em></p> <p>A tab separated value file containing annotations for the file <em>recording_001.edf</em>. The first 6 lines of this file containing metadata concerning the experiment and can be ignored. The column data consists of the annotation number, the start date-stamp of the annotation, the stop date-stamp of the annotation, the time from the start of the recording in seconds, the channel the annotation was identified on, and the user defined annotation label. The annotation labels in this file denote&nbsp; three different behavioral states identified by a video&nbsp; recording. They are grooming, rest and exploring. Each state was measured for&nbsp;approximately 15 secs.</p> <p>&nbsp;</p>

opencc-by-4.0Jul 2022View 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