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.

26

datasets available to search

ShareScore release 0.9.0

Reset

Dataset results

26 results for “Packaging design”

Learn how ShareScore rates datasets ↗
zenodo44/100

Replication package for paper: Insights on the Use of Software Design Principles in Machine Learning Pipelines

<p>This is the replication package of the paper "Insights on the Use of Software Design Principles in Machine Learning Pipelines".</p> <p>This replication package contains two files:</p> <ul> <li><a href="../api/records/13828806/draft/files/Data%20extraction.xlsx/content" target="_blank" rel="noopener noreferrer">Data extraction.xlsx</a>: file containing the details of the extracted data for each single ML project.&nbsp;</li> <li><a href="../api/records/13828806/draft/files/Source%20Code%20and%20Metadata.zip/content" target="_blank" rel="noopener noreferrer">Source Code and Metadata.zip</a>: zip file including the source code local copy analyzed and the repository metadata (.json) provided by GitHub API for each ML project .repository&nbsp;</li> </ul> <p>Reference: [1] Lidia L&oacute;pez, Cristina G&oacute;mez, and Claudia Ayala. Insights on the Use of Software Design Principles in Machine Learning Pipelines. <em>Accepted </em>in the 2024 edition of the International Conference on Product-Focused Software Process Improvement (PROFES 2024).</p> <p><strong>Note</strong>: The licence is applicable to the excel file. "Source Code and Metadata.zip" file contains source code repositories downloaded from GitHub, the license for each repository is defined in the corresponding GitHub repository by their authors.</p>

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

Experimental package for "Live Software Documentation of Design Pattern Instances"

Experimental package containing the materials and data for an empirical study conducted with the DesignPatterDoc plugin for IntelliJ IDEA.

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

Design and Development of a Smartphone-Based Geolocalized Exposure Therapy Software for Anxiety Disorders: SyMptOMS-ET -- Reproducibility Package

<p>R Notebook and datasets for the submitted paper "<em>Towards a self-applied, mobile-based&nbsp;geolocated exposure therapy software&nbsp;for anxiety disorders: SyMptOMS-ET app</em>"</p> <blockquote> <p>Alberto Gonz&aacute;lez-P&eacute;rez, Laura Diaz-Sanahuja, Miguel Matey-Sanz, Jorge Osma, Carlos Granell, Juana Bret&oacute;n-L&oacute;pez, Sven Casteleyn.&nbsp;Towards a self-applied, mobile-based&nbsp;geolocated exposure therapy software&nbsp;for anxiety disorders: SyMptOMS-ET app.&nbsp;<a href="https://journals.sagepub.com/home/dhj">Digital Health Journal</a> [Submitted]</p> </blockquote> <p>Experiments were conducted using the v1.2.0 version of the SyMptOMS-ET open-source app, which can be found <a href="https://github.com/GeoTecINIT/symptoms-mobile-app/releases/tag/v1.2.0">here</a>.</p>

openother-openDec 2022View details →
zenodo40/100

Reproduction package for the paper "The Apertif Radio Transient System (ARTS): Design, Commissioning, Data Release, and Detection of the first 5 Fast Radio Bursts"

<p>This is a basic reproduction package for the paper &quot;The Apertif Radio Transient System (ARTS): Design, Commissioning, Data Release, and Detection of the first 5 Fast Radio Bursts&quot; by van Leeuwen et al. (2023).</p> <p>* arXiv:<a href="https://arxiv.org/abs/2205.12362">arXiv:2205.12362</a><br> * DOI: <a href="https://doi.org/10.1051/0004-6361/202244107">10.1051/0004-6361/202244107</a></p> <p>&nbsp;</p>

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

Replication Package: Block-based or Graph-Based? Why Not Both? Designing a Hybrid Programming Environment for End-users

<p><strong>Block-based or&nbsp;Graph-based? Why Not Both? Designing&nbsp;a Hybrid Programming Environment for End-users: Replication Package</strong></p> <p>This repository contains supplementary materials for the paper "Block-based or Graph-based? Why Not Both? Designing a Hybrid Programming Environment for End-users". We provide this data for transparency reasons and to support replications of our experiments.</p> <p><strong>Summary of files contained in this package</strong></p> <p>This package contains two parts:</p> <ul> <li> <p>The&nbsp;<code>data-analysis/</code>&nbsp;folder contains the raw dataset we collected for our experiment in CSV format, as well as scripts we used for our analyses.</p> <ul> <li>Column&nbsp;<code>ID</code>&nbsp;contains a unique 4-digit identifier for each participant that they were assigned throughout our study.</li> <li>Column&nbsp;<code>Group</code>&nbsp;contains the group (Blocks/Graph) that participants were randomly assigned to.</li> <li>Columns&nbsp;<code>Task1Time</code>&nbsp;and&nbsp;<code>Task2Time</code>&nbsp;contain the time participants spent to complete the two programming tasks of our study in minutes.</li> <li>Columns&nbsp;<code>Task1Success</code>&nbsp;and&nbsp;<code>Task2Success</code>&nbsp;contain a boolean value indicating whether the participants successfully completed the given task. Note that participants had unlimited attempts until they timed out after a strict time limit of 30 minutes, so if a participant was unsuccessful the corresponding time value is 30.</li> <li>Columns&nbsp;<code>Task1Tests</code>&nbsp;and&nbsp;<code>Task2Tests</code>&nbsp;contain the number of times a participant executed their code throughout a task, including their final submission if they were successful.</li> <li>Columns&nbsp;<code>LearnTask</code>,&nbsp;<code>ReadTask</code>&nbsp;and&nbsp;<code>WriteTask</code>&nbsp;contain the scores that participants gave to the task editor component of their assigned programming environment. There are 3 scores for the categories "learnability", "readability" and "writability". Scores are on a 5-point scale from 1 (worst) to 5 (best).</li> <li>Columns&nbsp;<code>LearnTrig</code>,&nbsp;<code>ReadTrig</code>&nbsp;and&nbsp;<code>WriteTrig</code>&nbsp;contain the scores that participants gave to the trigger editor component of their assigned programming environment. There are 3 scores for the categories "learnability", "readability" and "writability". Scores are on a 5-point scale from 1 (worst) to 5 (best).</li> <li>Columns&nbsp;<code>LearnComp</code>,&nbsp;<code>ReadComp</code>&nbsp;and&nbsp;<code>WriteComp</code>&nbsp;contain the scores that participants gave to their assigned assigned programming environment in direct comparison to the other alternative. There are 3 scores for the categories "learnability", "readability" and "writability". Unlike in the paper, where scores are on a scale from -2 to 2, the raw scores here are on a 5-point scale from 1 (strong preference for other environment) to 5 (strong preference for own environment).</li> <li>The script <code>successplot.py</code> was used to generate the success rate plot used in a figure in the paper</li> <li>The script&nbsp;<code>survival.py</code>&nbsp;was used to perform the survival analysis presented in the paper and generate the related figure.</li> <li>The script&nbsp;<code>batplot.py</code>&nbsp;was used to generate the 3x3 grid of ratings used in a figure in the paper.</li> </ul> </li> <li> <p>The&nbsp;<code>materials/</code>&nbsp;folder contains the tutorials and task descriptions we presented to study participants. It also contains the exact wording of pre-screening and post-experiemental survey questions.</p> <ul> <li>The image&nbsp;<code>pre-screening.png</code>&nbsp;shows the three pre-screening questions we used to determine whether our participants could be included in our study.</li> <li>The images&nbsp;<code>tutorial1_instructions.png</code>&nbsp;and&nbsp;<code>tutorial1_sim.png</code>&nbsp;contain the instructions and initial simulator state we provided to participants for the first programming tutorial. This tutorial did not provide starter code and was identical for both participant groups.</li> <li>The images&nbsp;<code>tutorial2_instructions.png</code>&nbsp;and&nbsp;<code>tutorial2_sim.png</code>&nbsp;contain the instructions and initial simulator state we provided to participants for the second programming tutorial. This tutorial was identical for both participant groups and provided participants with starter code, which is shown in the images: <ul> <li><code>tutorial2_code_main.png</code>&nbsp;for the main program in the left canvas</li> <li><code>tutorial2_code_move.png</code>&nbsp;for the definition of "Move box to the right".</li> </ul> </li> <li>The images&nbsp;<code>tutorial3_instructions_blocks.png</code>/<code>tutorial3_instructions_graph.png</code>&nbsp;and&nbsp;<code>tutorial3_sim.png</code>&nbsp;contain the instructions and initial simulator state we provided to participants for the third programming tutorial. This tutorial also provided participants with starter code, which is shown in the images: <ul> <li><code>tutorial3_code_main.png</code>&nbsp;for the main program in the left canvas</li> <li><code>tutorial3_code_pick.png</code>&nbsp;for the definition of "Pick up box"</li> <li><code>tutorial3_code_place.png</code>&nbsp;for the definition of "Place box"</li> </ul> </li> <li>The images&nbsp;<code>task1_instructions.png</code>&nbsp;and&nbsp;<code>task1_sim.png</code>&nbsp;contain the instructions and initial simulator state we provided to participants for the first programming task. The task did not provide starter code and the instructions were identical for both participant groups.</li> <li>The images&nbsp;<code>task2_instructions.png</code>&nbsp;and&nbsp;<code>task2_sim.png</code>&nbsp;contain the instructions and initial simulator state we provided to participants for the second programming task. The instructions were identical for both groups. This task also provided participants with starter code, which is shown in the images: <ul> <li><code>task2_code_main.png</code>&nbsp;for the main program in the left canvas</li> <li><code>task2_code_pick_prog.png</code>&nbsp;for the definition of "Pick up block"</li> <li><code>task2_code_load_trig_blocks.png</code>/<code>task2_code_load_trig_graph.png</code>&nbsp;for the definition of the trigger "Ready to load machine"</li> <li><code>task2_code_load_prog.png</code>&nbsp;for the definition of "Load and activate machine"</li> <li><code>task2_code_finished_trig_blocks.png</code>/<code>task2_code_finished_trig_graph.png</code>&nbsp;for the definition of the trigger "Machine finished"</li> <li><code>task2_code_finished_prog1.png</code>&nbsp;for the definition of "Get block from machine"</li> <li><code>task2_code_finished_prog2.png</code>&nbsp;for the definition of "Place block in bin"</li> </ul> </li> <li> <div>The document <code>post_survey_full.pdf</code> contains a raw export of the comprehension questions and post-experimental survey as they were presented to participants&nbsp;</div> </li> <li>The image&nbsp;<code>usability.png</code>&nbsp;shows the usability questions we used to determine a participant's rating of their assigned programming environment. The questions were identical for both participant groups.</li> <li>The images&nbsp;<code>comprehension_blocks_1.png</code>&nbsp;and&nbsp;<code>comprehension_blocks_2.png</code>&nbsp;show the program comprehension questions we used to determine whether participants in the Blocks group could understand more complex triggers.</li> <li>The images&nbsp;<code>comprehension_graph_1.png</code>&nbsp;and&nbsp;<code>comprehension_graph_2.png</code>&nbsp;show the program comprehension questions we used to determine whether participants in the Graph group could understand more complex triggers.</li> <li>The images&nbsp;<code>comparison_blocks.png</code>&nbsp;and&nbsp;<code>comparison_graph.png</code>&nbsp;show the images of triggers in the alternative environment that we showed to our participants before choosing their preferred environment. The questions were identical for both participant groups.</li> <li>The image&nbsp;<code>comparison.png</code>&nbsp;shows the questions we used to determine a participant's preference between the two programming environment alternatives.</li> </ul> </li> </ul>

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

Replication package: 40 Years of Designing Code Comprehension Experiments: A Systematic Mapping Study

<p>Replication package | 40 Years of Designing Code Comprehension Experiments: A Systematic Mapping Study</p>

openother-openJun 2022View details →
zenodo36/100

Data set for the replication package of the paper "Simulations of DNA-origami self-assembly reveal design-dependent nucleation barriers"

<p>Data set for the replication package of the paper &quot;Simulations of DNA-origami self-assembly reveal design-dependent nucleation barriers&quot;.</p>

opencc-by-4.0Apr 2022View details →
zenodo36/100

Data repository for manuscript "A new approach to Health Benefits Package design: an application of the Thanzi La Onse model in Malawi"

<p>Dataset to accompany the publication <em>&ldquo;A new approach to Health Benefits Package design: an application of the Thanzi La Onse model in Malawi&rdquo;</em> by Margherita Molaro, Sakshi Mohan, Bingling She, Martin Chalkley, Tim Colbourn, Joseph H. Collins, Emilia Connolly, Matthew M. Graham, Eva Janou&scaron;kov&aacute;, Ines Li Lin, Gerald Manthalu, Emmanuel Mnjowe, Dominic Nkhoma, Pakwanja D. Twea, Andrew N. Phillips, Paul Revill, Asif U. Tamuri, Joseph Mfutso-Bengo, Tara Mangal, and Timothy B. Hallett.</p> <p>The Thanzi La Onse (TLO) model used to produce this data is open source and available for review and usage at<a href="https://github.com/UCL/TLOmodel"> https://github.com/UCL/TLOmodel</a>. In particular, the outputs analysed in this study can be reproduced from model tag "Molaro_et_al_2024_HBP_design" (accessible at https://github.com/UCL/TLOmodel/tags) using the scenario file src/scripts/healthsystem/impact_of_policy/scenario_impact_of_policy.py. All analysis scripts used to generate the plots in the manuscript are located in the same directory and have filenames beginning with "analysis_impact_of_policy_".</p> <p>This repository contains post-processed simulation outputs, which were generated using the script src/scripts/healthsystem/impact_of_policy/analysis_extract_data.py (available from the same tag). The data included have the following structure:</p> <p>"Draw": Represents a specific prioritisation-policy, identified by the acronyms listed in Table 1 of the publication.</p> <p>"Run": Represents a single simulation instance of a draw. Each draw was simulated 10 times, each with independent random sampling, resulting in 10 "runs" per draw.</p> <p>The data files included in this repository are:</p> <p><strong>DALYS_by_cause_with_time.csv</strong>: DALYs (as defined in the publication) incurred on a given year due to each of the causes of DALYs considered.</p> <p><strong>HSIs_requested_by_type_and_facility_level_with_time.csv</strong>: total number of requested HSIs on a given year, broken down by HSI type and the facility level at which they were requested.</p> <p><strong>HSIs_delivered_by_type_and_facility_level_with_time.csv</strong>:total number of HSIs delivered on a given year broken down by HSI type and the facility level at which they were delivered.</p> <p><strong>Population_with_time.csv</strong>:total population size on a given year.&nbsp;</p> <p>&nbsp;</p> <p>&nbsp;</p>

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

# Blocks? Graphs? Why Not Both? Designing and Evaluating a Hybrid Programming Environment for End-users: Replication Package

<p><strong>Blocks? Graphs? Why Not Both? Designing and Evaluating a Hybrid Programming Environment for End-users: Replication Package</strong></p> <p>This repository contains supplementary materials for the paper &quot;Blocks? Graphs? Why Not Both? Designing and Evaluating a Hybrid Programming Environment for End-users&quot;. We provide this data for transparency reasons and to support replications of our experiemnts.</p> <p><em>Note: This package is anonymized for peer review purposes. We will provide contact information for the authors at a later date. We also plan to add interactive versions of our tasks and tutorials in an updated version to allow readers easier exploration/experimentation.</em></p> <p><strong>Summary of files contained in this package</strong></p> <p>This package contains two parts:</p> <ul> <li> <p>The <code>data-analysis/</code> folder contains the raw dataset we collected for our experiment in CSV format, as well as scripts we used for our analyses.</p> <ul> <li>Column <code>ID</code> contains a unique 4-digit identifier for each participant that they were assigned throughout our study.</li> <li>Column <code>Group</code> contains the group (Blocks/Graph) that participants were randomly assigned to.</li> <li>Columns <code>Task1Time</code> and <code>Task2Time</code> contain the time participants spent to complete the two programming tasks of our study in minutes.</li> <li>Columns <code>Task1Success</code> and <code>Task2Success</code> contain a boolean value indicating whether the participants successfully completed the given task. Note that participants had unlimited attempts until they timed out after a strict time limit of 30 minutes, so if a participant was unsuccessful the corresponding time value is 30.</li> <li>Columns <code>Task1Tests</code> and <code>Task2Tests</code> contain the number of times a participant executed their code throughout a task, including their final submission if they were successful.</li> <li>Columns <code>LearnTask</code>, <code>ReadTask</code> and <code>WriteTask</code> contain the scores that participants gave to the task editor component of their assigned programming environment. There are 3 scores for the categories &quot;learnability&quot;, &quot;readability&quot; and &quot;writability&quot;. Scores are on a 5-point scale from 1 (worst) to 5 (best).</li> <li>Columns <code>LearnTrig</code>, <code>ReadTrig</code> and <code>WriteTrig</code> contain the scores that participants gave to the trigger editor component of their assigned programming environment. There are 3 scores for the categories &quot;learnability&quot;, &quot;readability&quot; and &quot;writability&quot;. Scores are on a 5-point scale from 1 (worst) to 5 (best).</li> <li>Columns <code>LearnComp</code>, <code>ReadComp</code> and <code>WriteComp</code> contain the scores that participants gave to their assigned assigned programming environment in direct comparison to the other alternative. There are 3 scores for the categories &quot;learnability&quot;, &quot;readability&quot; and &quot;writability&quot;. Unlike in the paper, where scores are on a scale from -2 to 2, the raw scores here are on a 5-point scale from 1 (strong preference for other environment) to 5 (strong preference for own environment).</li> <li>The script <code>survival.py</code> was used to perform the survival analysis presented in the paper and generate the related figure.</li> <li>The script <code>batplot.py</code> was used to generate the 3x3 grid of ratings used in a figure in the paper.</li> </ul> </li> <li> <p>The <code>materials/</code> folder contains the tutorials and task descriptions we presented to study participants. It also contains the exact wording of pre-screening and post-experiemental survey questions.</p> <ul> <li>The image <code>pre-screening.png</code> shows the three pre-screening questions we used to determine whether our participants could be included in our study.</li> <li>The images <code>tutorial1_instructions.png</code> and <code>tutorial1_sim.png</code> contain the instructions and initial simulator state we provided to participants for the first programming tutorial. This tutorial did not provide starter code and was identical for both participant groups.</li> <li>The images <code>tutorial2_instructions.png</code> and <code>tutorial2_sim.png</code> contain the instructions and initial simulator state we provided to participants for the second programming tutorial. This tutorial was identical for both participant groups and provided participants with starter code, which is shown in the images: <ul> <li><code>tutorial2_code_main.png</code> for the main program in the left canvas</li> <li><code>tutorial2_code_move.png</code> for the definition of &quot;Move box to the right&quot;.</li> </ul> </li> <li>The images <code>tutorial3_instructions_blocks.png</code>/<code>tutorial3_instructions_graph.png</code> and <code>tutorial3_sim.png</code> contain the instructions and initial simulator state we provided to participants for the third programming tutorial. This tutorial also provided participants with starter code, which is shown in the images: <ul> <li><code>tutorial3_code_main.png</code> for the main program in the left canvas</li> <li><code>tutorial3_code_pick.png</code> for the definition of &quot;Pick up box&quot;</li> <li><code>tutorial3_code_place.png</code> for the definition of &quot;Place box&quot;</li> </ul> </li> <li>The images <code>task1_instructions.png</code> and <code>task1_sim.png</code> contain the instructions and initial simulator state we provided to participants for the first programming task. The task did not provide starter code and the instructions were identical for both participant groups.</li> <li>The images <code>task2_instructions.png</code> and <code>task2_sim.png</code> contain the instructions and initial simulator state we provided to participants for the second programming task. The instructions were identical for both groups. This task also provided participants with starter code, which is shown in the images: <ul> <li><code>task2_code_main.png</code> for the main program in the left canvas</li> <li><code>task2_code_pick_prog.png</code> for the definition of &quot;Pick up block&quot;</li> <li><code>task2_code_load_trig_blocks.png</code>/<code>task2_code_load_trig_graph.png</code> for the definition of the trigger &quot;Ready to load machine&quot;</li> <li><code>task2_code_load_prog.png</code> for the definition of &quot;Load and activate machine&quot;</li> <li><code>task2_code_finished_trig_blocks.png</code>/<code>task2_code_finished_trig_graph.png</code> for the definition of the trigger &quot;Machine finished&quot;</li> <li><code>task2_code_finished_prog1.png</code> for the definition of &quot;Get block from machine&quot;</li> <li><code>task2_code_finished_prog2.png</code> for the definition of &quot;Place block in bin&quot;</li> </ul> </li> <li>The image <code>usability.png</code> shows the usability questions we used to determine a participant&#39;s rating of their assigned programming environment. The questions were identical for both participant groups.</li> <li>The images <code>comprehension_blocks_1.png</code> and <code>comprehension_blocks_2.png</code> show the program comprehension questions we used to determine whether participants in the Blocks group could understand more complex triggers.</li> <li>The images <code>comprehension_graph_1.png</code> and <code>comprehension_graph_2.png</code> show the program comprehension questions we used to determine whether participants in the Graph group could understand more complex triggers.</li> <li>The images <code>comparison_blocks.png</code> and <code>comparison_graph.png</code> show the images of triggers in the alternative environment that we showed to our participants before choosing their preferred environment. The questions were identical for both participant groups.</li> <li>The image <code>comparison.png</code> shows the questions we used to determine a participant&#39;s preference between the two programming environment alternatives.</li> </ul> </li> </ul>

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

Replication package for: Resolving Failed Banks: Uncertainty, Multiple Bidding & Auction Design

<p>&quot;Resolving Failed Banks: Uncertainty, Multiple Bidding, and Auction Design,&quot; Jason Allen, Robert Clark, Brent Hickman and Eric Richert, forthcoming, <em>Review of Economic Studies.</em></p> <p>&nbsp;</p> <p>DATA AND CODE NEEDED TO REPLICATE ANALYSIS</p>

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

Replication package for: Labor Market Screening and the Design of Social Insurance: An Equilibrium Analysis of the Labor Market for the Disabled

<p>This is a replication package for &quot;Labor Market Screening and the Design of Social Insurance: An Equilibrium Analysis of the Labor Market for the Disabled.&quot; It contains all the necessary codes and data to replicate empirical and quantitative findings in the paper.</p>

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

Replication Package for "Data-Driven Evidence-Based Syntactic Sugar Design"

<p>Replication Package supplementing the submission of &quot;Data-Driven Evidence-Based Syntactic Sugar Design&quot;</p>

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

Open Data Package: Lessons Learned from Developing a Sustainability Awareness Framework for Software Engineering Using Design Science.

<p>Open Data Package for the paper: Stefanie Betz, Birgit Penzenstadler, Leticia Duboc, Ruzanna Chitchyan, Sedef Akinli Kocak, Ian Brooks, Shola Oyedeji, Jari Porras, Norbert Seyff, and Colin C. Venters. 2024. Lessons Learned from Developing a Sustainability Awareness Framework for Software Engineering Using Design Science. ACM Trans. Softw. Eng. Methodol. 24 00, JA, Article 00 (March 2024), 39 pages. https://doi.org/10.1145/3649597 25</p>

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

Data Set and Replication Package of Paper on Handling Environmental Uncertainty in Design Time Access Control Analysis

<p>Data set and replication package for Paper &quot;Handling Environmental Uncertainty in Design Time Access Control Analysis&quot;.</p> <p>The data set contains an overview of used case studies, with illustrations and descriptions.</p> <p>The replication package contains the implemented application&nbsp;as well as model instances of every case study used for the evaluation.</p>

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

Reproducibility Package for "Design of an allosterically modulated doxycycline and doxorubicin-binding protein"

<p>Files used for MUMBO calculations depicted in the Supplementary Figure 1 of the manuscript &quot;Design of an allosterically modulated doxycycline and doxorubicin-binding protein&quot;</p>

opencc-by-4.0Dec 2017View details →
zenodo32/100

Replication package for ESEC/FSE'23 Submission of "Data-Driven Evidence-Based Syntactic Sugar Design"

<p>All scripts and data utilized to perform the actions described in the submission of &quot;Data-Driven Evidence-Based Syntactic Sugar Design&quot;.</p>

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

Replication package for "Data-Driven Evidence-Based Syntactic Sugar Design"

<p>The data and scripts utilized to perform the actions described in the submission for &quot;Data-Driven Evidence-Based Syntactic Sugar Design&quot;.</p>

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

Supplementary information for GIL: A python package for designing custom indexing primers

<p>Supplementary information for GIL: A python package for designing custom indexing primers. Final_Indexes.zip contains the output from GIL run with default parameters. The first plate of generated indexing primers were ordered and used to create 44 Illumina sequencing libraries. BCL files from a MiSeq Nano run of the 44 libraries were successfully demultiplexed with bcl2fastq using the sample sheets generated by GIL. Analysis of sequences that were not demultiplexed successfully to determine deletion frequency in index sequences can be found in&nbsp;demultiplexing_tests.zip, along with relevant fastq and stats files.</p>

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

Replication package for: "Revisiting Event Study Designs: Robust and Efficient Estimation"

<p>This replication package contains the code and instructions necessary to replicate&nbsp;Borusyak, Kirill, Xavier Jaravel, and Jann Spiess. &quot;Revisiting event study designs: Robust and efficient estimation.&quot; Forthcoming Review of Economic Studies&nbsp;(2023).</p>

opencc-by-4.0Aug 2023View details →
ClinicalTrials.gov32/100

The Impact of a Neutral Formulated and Designed Package Insert on Nocebo-effect.

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

controlledIPD-YESFeb 2026View 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