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.

2,235

datasets available to search

ShareScore release 0.9.0

Reset

Dataset results

2,235 results for “engineering”

Learn how ShareScore rates datasets ↗
zenodo40/100

"I made the recording because Iam an amateur recording engineer and also work for a radio station. At the time, Iwas researching for a religious programme, for the radio and by pure chance and good luck, Iwas in the centre of York at the time the street preacher was there. Iam building up a personal library of 'ambient sounds' to use on various radio shows as 'sound effects'. The recording was taken outside St Helen's Church in St Helen's Square, in the centre of York. There was a fairly large crowd walking about, shopping. It was a Saturday. Some people were standing and listening to the man, some were mocking him, others didn't even notice. It was a sunny day, with a slight wind. St Helen's square is a large 'meeting place' for people with seats, flowers and usually musicians. I live in the centre of York and hear a lot of very interesting sounds there, everything from busking musicians, to many foreign languages, church bells, animals and much more. Ireally liked the recording of the preacher as it is quite clear that he passionately believes what he is saying. He was unaware that Iwas recording him. Iwish Ihad captured his whole sermon. He, and other members of his church visit the centre of York quite often, and preach there. Idon't know the name of his church." [Jools/vedas]19 in Collecting Sounds. Online Sharing of Field Recordings as Cultural Practice

"I made the recording because Iam an amateur recording engineer and also work for a radio station. At the time, Iwas researching for a religious programme, for the radio and by pure chance and good luck, Iwas in the centre of York at the time the street preacher was there. Iam building up a personal library of 'ambient sounds' to use on various radio shows as 'sound effects'. The recording was taken outside St Helen's Church in St Helen's Square, in the centre of York. There was a fairly large crowd walking about, shopping. It was a Saturday. Some people were standing and listening to the man, some were mocking him, others didn't even notice. It was a sunny day, with a slight wind. St Helen's square is a large 'meeting place' for people with seats, flowers and usually musicians. I live in the centre of York and hear a lot of very interesting sounds there, everything from busking musicians, to many foreign languages, church bells, animals and much more. Ireally liked the recording of the preacher as it is quite clear that he passionately believes what he is saying. He was unaware that Iwas recording him. Iwish Ihad captured his whole sermon. He, and other members of his church visit the centre of York quite often, and preach there. Idon't know the name of his church." [Jools/vedas]19

opencc-by-4.0Dec 2019View details →
zenodo40/100

Achieving Energy Efficiency with a Software Product Line Engineering Approach

<p>This is a Live PhD. Thesis Presentation; Also playable at:</p><p><a href="https://youtu.be/yaYEoj4S3pc">https://youtu.be/yaYEoj4S3pc</a></p><p>Please access and cite the published PhD. Thesis book: <a href="https://doi.org/10.5281/zenodo.10007921 ">https://doi.org/10.5281/zenodo.10007921&nbsp;</a></p><ul><li><strong>Author</strong>: Daniel-Jesus Munoz</li><li><strong>Directors</strong>: Lidia Fuentes and Monica Pinto.</li></ul><p>CAOSD group, Universidad de Málaga, Andalucía Tech, Spain&nbsp;</p><p>Post-defense presentation recorded at Universität Ulm in 2023.</p><p>Energy-aware software design can energy-aware software design can reduce total energy consumption by 30-90%. However, the different ways of measuring energy consumption in real time are very complex. Energy readings are provided as the total energy consumption in joules or the rate of energy consumption in watts. For battery-powered battery-powered devices, joules per task is a more interesting metric, while watts per task is more commonly used for battery-powered devices. per task is more used for devices directly connected to power. The usual approach to modelling and storing approach to modelling and storing power consumption readings is to describe them as a characteristic of individual components, such as monetary cost. individual components, such as the monetary cost of a hardware component. However, the energy consumption values have many interactions between components, which makes it difficult to describe them with individual, static energy values. This makes it difficult to describe them in terms of individual, static energy values. Instead, we can store and energy information can be stored and populated in collaborative databases. The IEA and Datarade offer free databases with energy consumption data. free databases with energy consumption data for energy efficiency and sustainability analysis. Without However, the databases are not scalable for highly configurable systems because of the curse of the dimension. Our work focuses on Industry 4.0, specifically on Cyber-Physical Systems (acronym CPS), which are characterised by their high configurability and adaptability, presenting a large number of alternatives and a colossal number of alternatives and a colossal number of different systems in operation. This is known as the This is known as the search/solution space, the size of which is the set of all possible points that satisfy an optimisation problem. optimisation problem. Partially known solution spaces are a common problem in many fields, such as computer engineering, machine learning, artificial intelligence and goal-oriented optimisation. engineering, machine learning, artificial intelligence and goal-oriented optimisation. The Constraint Satisfaction Problems (CSP) are mathematical problems defined as a set of objects whose state must satisfy a set of constraints. set of objects whose state must satisfy a set of constraints. Variability Models (acronym VMs) are tree-like structures used to represent the commonalities and differences of a CPS. Numerical Features (NFs) can be used in VMs to represent quantitative properties of the system, but they can be used to represent quantitative properties of the system, but most tools do not support NFs. In addition, NFs increase the size of the VM, NFs increase the size of the solution space by multiplying it by its domain size, which makes large solution spaces colossal. large solution spaces into colossal ones. Quality Models (QMs) are tree structures that are used to determine which Quality Attributes (QAs) such as energy efficiency are to be taken into account when evaluating a project. which Quality Attributes (QAs) such as energy efficiency are to be taken into account when evaluating a system. system. ISO/IEC 25010 is the most popular QM formalisation, which groups QAs into eight different types. The Automated reasoning is the automation of formal logical reasoning to compute different types of information about system models. Examples are providing a VM or QM to a reasoning tool, and calculating the size of the reasoning tool, and calculating the size of the solution space, checking the satisfiability of the model, or generating only optimal systems based on objective functions. only optimal systems based on objective functions based on one or more QAs. This thesis aims to find a native modelling and reasoning approach for a unified Quality and Variability Model (QVM). Variability and Quality Model (QVM). The aim is to develop an approach that supports modelling and reasoning for the reasoning oriented optimisation of numerical characteristics, an algebraic framework for unified QVMs, an online eco-assistant for optimising a user-constrained solution space measured for quality, and an algorithm and an online quality, and an algorithm and a web tool for learning the influences of energy and characteristics of user-constrained, domain-unknown and partially measured solution spaces.</p>

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

EvalQuiz - LLM-based Automated Generation of Self-Assessment Quizzes in Software Engineering Education

<p>Self-assessment quizzes after lectures, educational videos, or chapters are a commonly used method in software engineering (SE) education to give students the opportunity to test their gained knowledge. However, the creation of these quizzes is time-consuming, cognitively exhausting, and complex, as an expert in the field needs to create the quizzes and review the lecture material for validity. Therefore, this paper presents a concept to automatically generate self-assessment quizzes based on lecture material using a large language model (LLM) to reduce lecturers' workload and simplify the general quiz creation process. The developed prototype was handed to experts, who subsequently evaluated the approach. The results show that automatic quiz generation saves time and the quizzes cover the delivered lecture material well. However, the generated quizzes often lack originality and versatility. Therefore, further prompt engineering might be required to achieve more elaborate results.</p>

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

Dataset for Phosphite as an Engineered Niche for Pseudomonas veronii in a Synthetic Soil Bacterial Community

<p>Files containing the source data and analyses used in the manuscript "Phosphite as an Engineered Niche for <em>Pseudomonas veronii </em>in a Synthetic Soil Bacterial Community".</p> <p>&nbsp;</p> <p>Clara Bailey (1), Philip Gwyther (2), Senka Čau&scaron;ević (2), Brandon L. Greene (1), and Jan Roelof van der Meer (2)</p> <p>1) Department of Chemistry and Biochemistry, University of California, Santa Barbara, Santa Barbara, California, United States</p> <p>2) Department of Fundamental Microbiology, University of Lausanne, Lausanne, Switzerland</p> <p>&nbsp;</p> <p>This dataset contains 16S rRNA gene amplicon sequencing data (in the form of an abundance table, "abund.csv" and combined with CFU counts in "abund_cfu.csv"), toluene quantification data, and CFU counts. All data analysis, statistical tests, and generated figures are contained in the relevant .R script. Refer to README files for data tables as well as the README section at the header of the R script.&nbsp;The dataset has been updated from version 1 to include manuscript revisions, and updated calculations and figures.&nbsp;</p> <p>&nbsp;</p>

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

Data from: Exotic megaherbivores as ecosystem engineers in Australian savannas: Do they facilitate predator movement?

Open the record for dataset details and reuse information.

publicJul 2025View details →
dryad40/100

FibroTUG platforms: Time-lapse microscopy dataset of engineered cardiac microbundles

Open the record for dataset details and reuse information.

publicMay 2024View details →
dryad40/100

Genome report: Genome sequence of 1S1, a transformable and highly regenerable diploid potato for use as a model for gene editing and genetic engineering

Open the record for dataset details and reuse information.

publicFeb 2023View details →
dryad40/100

Engineered cardiac microbundle time-lapse microscopy image dataset

Open the record for dataset details and reuse information.

publicApr 2024View details →
dryad40/100

Data and R code from: Relics of beavers past: time and population density drive scale-dependent patterns of ecosystem engineering

Open the record for dataset details and reuse information.

publicNov 2021View details →
dryad40/100

Data and R code from: Pollination interactions reveal direct costs and indirect benefits of plant–plant facilitation for ecosystem engineers

Open the record for dataset details and reuse information.

publicSep 2020View details →
dryad40/100

Enzyme-like nanoparticle engineered-mesenchymal stem cell secreting HGF promotes visualized therapy for idiopathic pulmonary fibrosis in vivo

Open the record for dataset details and reuse information.

publicAug 2024View details →
dryad40/100

Data and code from: Engineering bacteriophages through deep mining of metagenomic motifs

Open the record for dataset details and reuse information.

publicApr 2025View details →
dryad40/100

Ecosystem engineers show variable impacts on habitat availability for cavity nesters in South American temperate forests

Open the record for dataset details and reuse information.

publicSep 2024View details →
dryad40/100

T-SCAPE: T-cell immunogenicity scoring via cross-domain aided predictive engine

Open the record for dataset details and reuse information.

publicNov 2025View details →
dryad40/100

Strain gauge platforms: Time-lapse microscopy dataset of engineered cardiac microbundles

Open the record for dataset details and reuse information.

publicMay 2024View details →
dryad40/100

Computationally-informed point of departure evaluation for proarrhythmic cardiotoxicity assessment using 3D engineered cardiac microtissues from human iPSC-derived cardiomyocytes

Open the record for dataset details and reuse information.

publicJun 2025View details →
dryad40/100

Data from: A pattern-oriented simulation for forecasting species spread through time and space: A case study on an ecosystem engineer on the move

Open the record for dataset details and reuse information.

publicJan 2025View details →
zenodo36/100

Engineering of Nanobodies recognizing the human chemokine receptor CCR7

<p>raw data of each figure published in 10.3390/ijms20102597 (Engineering of Nanobodies Recognizing the Human Chemokine Receptor CCR7)</p>

opencc-by-4.0Dec 2019View details →
zenodo36/100

Are Game Engines Software Frameworks? A Three-perspective Study

<p>Dataset for the paper: &quot;Are Game Engines Software Frameworks? A Three-perspective Study&quot;</p>

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

Amount of people of developers, engineers and scientists roles (Training purposes)

<p>Dataset including amount of&nbsp;developers, engineers and scientists in a country. Just&nbsp;for testing purposes.</p>

opencc-by-4.0Jan 2020View 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