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.
116
datasets available to search
ShareScore release 0.9.0
Dataset results
116 results for “code review”
Replication Package for the Paper: "Code Reviewer Recommendation for Architecture Violations: An Exploratory Study"
<p>This is the replication package for the paper: "Code Reviewer Recommendation for Architecture Violations: An Exploratory Study".</p> <p><strong>1) scripts.zip </strong>includes the Python scripts used to run the experiments in this work. Experimental details (e.g., parameters) are described in the Python files. Choose the relevant experimental settings and run "Experiment.py" to start the experiments.</p> <p><strong>2) dataset.xlsx </strong>is the dataset used in the experiments on code reviewer recommendation, which includes the code review comments (from the four OSS projects) related to architecture violations and the file paths of code changes.</p>
Excel data coding file for child welfare reform scoping review
<p><span>While there have been ongoing calls to reform child welfare so that it better meets children's and families' needs,</span> <span>to date there have been no comprehensive summaries of child welfare reform strategies. For this systematic scoping review, we summarized authors' recommendations for improving child welfare. We conducted a systematic search (2010 to 2021) and included published reviews that addressed authors' recommendations for improving child welfare for children, youth, and families coming into contact with child welfare in high-income countries. A total of 4,758 records was identified by the systematic search, 685 full-text articles were screened for eligibility, and 433 reviews were found to be eligible for this scoping review. Reviews were theoretically divided, with some review authors arguing for reform efforts at the macro level (e.g., addressing poverty) and others arguing for reform efforts at the practice level (e.g., implementing evidence-based parenting programs). Reform efforts across socioecological levels were summarized in this scoping review. An important next step is to formulate what policy solutions are likely to lead to the greatest improvement in safety and well-being for children and families involved in child welfare. </span></p>
Quasi-Newton methods for partitioned simulation of fluid-structure interaction reviewed in the generalized Broyden framework: code and data
<p>These files accompany the publication</p><p>N. Delaissé, T. Demeester, R. Haelterman and J. Degroote. Quasi-Newton methods for partitioned simulation of fluid-structure interaction reviewed in the generalized Broyden framework.<i> Archives of Computational Methods in Engineering</i>, Vol.<strong> </strong>30, 3271-3300, 2023. doi: <a href="https://doi.org/10.1007/s11831-023-09907-y">10.1007/s11831-023-09907-y</a></p><p>In this work, the performance of multiple quasi-Newton methods are compared in terms of memory requirements and computational time. The results are generated for the well-known flexible tube example case, using the open-source code <a href="http://github.com/pyfsi/coconut">CoCoNuT</a>. This code, developed at Ghent University, is Python-based and has the capability to couple existing solvers, both open-source and commercial solvers.</p><p>This archive consists of the following files.</p><ul><li><strong>coconut.tar.gz: </strong>the specific CoCoNuT version used (sep-2022), including the Python flow and structure solvers for the flexible tube and modifications for monitoring memory requirements</li><li><strong>compare_coupling_algorithms.tar.gz: </strong>the scripts to set up the cases and perform the calculations and post-processing</li><li><strong>results.tar.gz:</strong> the generated result data</li></ul><p>For requirements to run CoCoNuT, refer to the <a href="http://pyfsi.github.io/coconut/">documentation</a>. Additionally, the Python package guppy3 is required for monitoring the memory use. In this work the data were generated with Andaconda3-2022.05 and the package guppy3-3.1.2.</p><p>Before running the provided scripts, make sure the parent directory of the "coconut" folder is added to the PYTHONPATH. The calculations can be started with "python run.py". For the cases which names contain "_m" followed by a number, e.g. "_m100", the number refers to the number of discretization points on the interface. The cases with suffix "_c" are distinct from those without, as they don't perform the time consuming memory monitoring and are therefore used for measuring computational time.</p>
Code Review of Build System Specifications: Prevalence, Purposes, Patterns, and Perceptions (Replication Package)
<p>Online appendix for "Code Review of Build System Specifications: Prevalence, Purposes, Patterns, and Perceptions", in the Proceedings of the International Conference on Software Engineering (ICSE), 2023. </p>
Data and code for "Brehm et al. (2023) The complexity of micro- and nanoplastic research in the genus Daphnia – A systematic review of study variability and a meta-analysis of immobilization rates"
<p>All data and R code for</p> <p><strong>Brehm, J., Ritschar, S., Laforsch, C. and Mair, M.M. (2023). The complexity of micro- and nanoplastic research in the genus <em>Daphnia</em> – A systematic review of study variability and a meta-analysis of immobilization rates. <em>Journal of Hazardous Materials</em> 458: 131839. (<a href="https://doi.org/10.1016/j.jhazmat.2023.131839">https://doi.org/10.1016/j.jhazmat.2023.131839</a>)</strong></p> <p><em>Abstract</em></p> <p>In recent years, the number of publications on nano- and microplastic particles (NMPs) effects on freshwater organisms has increased rapidly. Freshwater crustaceans of the genus <em>Daphnia</em> are widely used in ecotoxicological research as model organisms for assessing the impact of NMPs. However, the diversity of experimental designs in these studies makes conclusions about the general impact of NMPs on <em>Daphnia</em> challenging. To approach this, we systematically reviewed the literature on NMP effects on <em>Daphnia</em> and summarized the diversity of test organisms, experimental conditions, NMP properties and measured endpoints to identify gaps in our knowledge of NMP effects on <em>Daphnia</em>. We use a meta-analysis on mortality and immobilization rates extracted from the compiled literature to illustrate how NMP properties, study parameters and the biology of <em>Daphnia</em> can impact outcomes in toxicity bioassays. In addition, we investigate the extent to which the available data can be used to predict the toxicity of untested NMPs based on the extracted parameters. Based on our results, we argue that focusing on a more diverse set of NMP properties combined with a more detailed characterization of the particles in future studies will help to fill current research gaps, improve predictive models and allow the identification of NMP properties linked to toxicity.</p>
Excel data coding file for child welfare reform scoping review
Open the record for dataset details and reuse information.
Code Review for Conformance to Project Coding Style? Revisit using OpenStack Patches
<p>This is a dataset of the paper name "Code Review for Conformance to Project Coding Style? Revisit using OpenStack Patches".</p> <p>It is used for the peer review process in SANER 2021</p>
z-sh/fse20: Replication package for paper#133 - Gender Bias in Code Review
<p>The replication package for paper#133 - Gender Bias in Code Review written by Huang et. al.</p>
Dataset of "Test-Driven Code Review: An Empirical Study"
<p>Dataset of "Test-Driven Review: An Empirical Study"<br> This appendix material refers to the paper "Test-Driven Review: An Empirical Study" published in the Proceedings of the 41st International Conference on Software Engineering (ICSE 2019)</p>
When Testing Meets Code Review: Why and How Developers Review Tests (Appendix)
<p>Dataset of "When Testing Meets Code Review: Why and How Developers Review Tests"</p> <p>This appendix material refers to the paper "When Testing Meets Code Review: Why and How Developers Review Tests" published in the Proceedings of the 40th International Conference on Software Engineering (ICSE 2018)</p>
Using Code Reviews to Automatically Configure Static Analysis Tools
<p>Working dataset (check traceability oracle) used in the paper</p>
Build Outcomes and Code Review Data
<p>This repository contains a collection of datasets that belong to Java-based open-source projects. It encompasses two primary datasets:</p> <ol> <li>Build Outcome and Code Changes Dataset<br> This dataset provides histories of build outcomes associated to code changes that belong to 117 Java-based open-source projects.</li> <li>Code Review Comments and Code Changes Dataset:</li> </ol> <ul> <li> This dataset provides histories of code review comments translated into code requests and approval for integrations, as well as code changes that belong to two open-source projects.</li> </ul> <p>Both datasets contain data both before and after applying noise handling techniques. </p>
Dataset of the Paper: Demystifying Code Snippets in Code Reviews: A Study of the OpenStack and Qt Communities and A Practitioner Survey
<p>This dataset, which is composed of two parts: the code review data collected from OpenStack and Qt, and the survey data collected from industrial developers, was used to conduct an empirical study on code snippets in code reviews. A brief description of each part of the dataset is provided below:</p> <p><strong>1. Dataset (OpenStack+Qt).xlsx</strong></p> <p>contains 127,182 review comments mined from four popular projects of the OpenStack community (Nova and Neutron) and the Qt community (Qt Base and Qt Creator) from 2020 to 2021. Among the review comments, 3,197 review comments contain code snippets. In the Excel file, for the rows of review comments with code snippets, we marked the code snippets in red color as an indicator.</p> <p><strong>2. Dataset (Survey).xlsx</strong></p> <p>contains 63 valid responses to our survey questionnaire from industrial developers of OpenStack, Qt, and LinkedIn.</p>
VR game reviews on Steam and analysis code
<p>This dataset was collected from Steam, including user reviews for VR games and our analysis code using BERTopic model.</p>
Github code reviewer
Open the record for dataset details and reuse information.
Comments On Comment: Where Code Review and Documentation Meet
<p>Comments on Comments dataset from the paper titled 'Comments on Comments: Where Code Review and Documentation Meet'</p> <p>DOI of the paper: <a href="https://doi.org/10.1145/3524842.3528475">https://doi.org/10.1145/3524842.3528475</a></p>
Data and code from: A review of cisco form diversity and lake depth
<p>Cisco form diversity overlaps with glacial lake coverage in North America. A recent hypothesis proposes that secondary contact among refugial cisco lineages during retreat of the Laurentide Ice Sheet was the basis for the geography of cisco diversity in North American lakes. Glacial lake coverage in North America is also a map of Mysis diluviana distribution, a glacial relic species found in lakes including the Laurentian Great Lakes. The presence of Mysis increases isotopic niche size of cisco, a necessary condition for Mysis to be a key element of cisco clade diversification. We reviewed literature on cisco forms in North American lakes to determine if cisco diversity is related to an ecological opportunity gradient, maximum lake depth with the presence of Mysis. Cisco form diversity increases with lake maximum depth in North America in the presence of Mysis with deeper lakes increasingly likely to hold multiple forms. Lakes without Mysis had only one cisco form and were shallower in general. We hypothesize that Mysis is the basis for the relationship between lake depth and cisco form diversity because of the complex behavior and distribution of Mysis that stems from increasing lake depth. We propose the geography of cisco diversity in North America results from within lake predator–prey processes as a function of lake depth under the Mysis hypothesis vs. secondary contact priming genetic diversity. The two hypotheses are not mutually exclusive. Analysis of a lake set covering both cisco and Mysis ranges points to more lakes having multiple cisco forms.</p>
Code Smells in Elixir: Early Results from a Grey Literature Review [DATASET]
<p>Dataset used in research submitted to ICPC ERA 2022 </p>
Replication Package for the Paper: "Potential Technical Debt and Its Resolution in Code Reviews: An Exploratory Study of the OpenStack and Qt Communities"
<p>This is the replication package for the paper: "Potential Technical Debt and Its Resolution in Code Reviews: An Exploratory Study of the OpenStack and Qt Communities", including the dataset and its description (README.md):</p> <ul> <li><strong>PTD-related Comments in Code Review and Data Extraction Results.xlsx</strong> is the dataset of our paper, which contains 2,030 review comments collected from the Nova project and Neutron project of OpenStack community. Among all the review comments, 163 review comments indicate PTD. For the rows of review comments that are related to PTD, we filled them with blue color as an indicator.</li> <li> <p><strong>README.md</strong></p> </li> </ul>
Replication Package for "Automating Code Review: Using Deep Learning to Assess the Quality of Code Contributions and Recommend Changes"
<p>Replication Package for "Automating Code Review: Using Deep Learning to Assess the Quality of Code Contributions and Recommend Changes"</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.