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.

110

datasets available to search

ShareScore release 0.9.0

Reset

Dataset results

110 results for “material testing”

Learn how ShareScore rates datasets ↗
zenodo48/100

Database of Uniaxial Cyclic and Tensile Coupon Tests for Structural Metallic Materials

<p><strong>Database of Uniaxial Cyclic and Tensile Coupon Tests for Structural Metallic Materials</strong></p> <p>&nbsp;</p> <p><strong>Background</strong></p> <p>This dataset contains data from monotonic and cyclic loading experiments on structural metallic materials. The materials are primarily structural steels and one iron-based shape memory alloy is also included. Summary files are included that provide an overview of the database and data from the individual experiments is also included.</p> <p>The files included in the database are outlined below and the format of the files is briefly described. Additional information regarding the formatting can be found through the post-processing library (https://github.com/ahartloper/rlmtp/tree/master/protocols).</p> <p><strong>Usage</strong></p> <ul> <li>The data is licensed through the Creative Commons Attribution 4.0 International.</li> <li>If you have used our data and are publishing your work, we ask that you please reference both: <ol> <li>this database through its DOI, and</li> <li>any publication that is associated with the experiments. See the Overall_Summary and Database_References files for the associated publication references.</li> </ol> </li> </ul> <p><strong>Included Files</strong></p> <ul> <li>Overall_Summary_2022-08-25_v1-0-0.csv: summarises&nbsp;the specimen information for all experiments in the database.</li> <li>Summarized_Mechanical_Props_Campaign_2022-08-25_v1-0-0.csv: summarises the average initial yield stress and average&nbsp;initial elastic modulus per campaign.</li> <li>Unreduced_Data-#_v1-0-0.zip: contain the original (not downsampled) data <ul> <li>Where # is one of: 1, 2, 3, 4, 5, 6. The unreduced data is broken into separate&nbsp;archives because of upload limitations to Zenodo. Together they provide all the experimental data.</li> <li>We recommend you un-zip all the folders and place them in one &quot;Unreduced_Data&quot; directory similar to the &quot;Clean_Data&quot;</li> <li>The experimental data is provided through .csv files for each test that contain the processed data. The experiments are organised by experimental campaign and named by load protocol and specimen. A .pdf file accompanies each test showing the stress-strain graph.</li> <li>There is a &quot;db_tag_clean_data_map.csv&quot; file that is used to map the database summary with the unreduced&nbsp;data.</li> <li>The computed yield stresses and elastic moduli are stored in the &quot;yield_stress&quot; directory.</li> </ul> </li> <li>Clean_Data_v1-0-0.zip: contains all the downsampled data <ul> <li>The experimental data is provided through .csv files for each test that contain the processed data. The experiments are organised by experimental campaign and named by load protocol and specimen. A .pdf file accompanies each test showing the stress-strain graph.</li> <li>There is a &quot;db_tag_clean_data_map.csv&quot; file that is used to map the database summary with the clean data.</li> <li>The computed yield stresses and elastic moduli are stored in the &quot;yield_stress&quot; directory.</li> </ul> </li> <li>Database_References_v1-0-0.bib <ul> <li>Contains a bibtex reference for many of the experiments in the database. Corresponds to the &quot;citekey&quot; entry in the summary files.&nbsp;</li> </ul> </li> </ul> <p>&nbsp;</p> <p><strong>File Format: Downsampled Data</strong></p> <p>These are the &quot;LP_&lt;N&gt;_Specimen_&lt;M&gt;_processed_data.csv&quot; files in the &quot;Clean_Data&quot; directory. The &lt;N&gt; is the load protocol designation and the &lt;M&gt; is the specimen number for that load protocol and material source.&nbsp;Each file&nbsp;contains the following columns:</p> <ul> <li>The header of the first column is empty: the first column corresponds to&nbsp;the index of the sample point in the original (unreduced) data</li> <li>Time[s]: time in seconds since the start of the test</li> <li>e_true: true strain</li> <li>Sigma_true: true stress in MPa</li> <li>(optional) Temperature[C]: the surface temperature in degC</li> </ul> <p>These data files can be easily loaded using the pandas library in Python through:</p> <pre><code class="language-python">import pandas data = pandas.read_csv(data_file, index_col=0)</code></pre> <p>The data is formatted so it can&nbsp;be used directly in RESSPyLab (https://github.com/AlbanoCastroSousa/RESSPyLab). Note that the column names&nbsp;&quot;e_true&quot; and &quot;Sigma_true&quot; were kept for backwards compatibility reasons with RESSPyLab.</p> <p>&nbsp;</p> <p><strong>File Format: Unreduced Data</strong></p> <p>These are the &quot;LP_&lt;N&gt;_Specimen_&lt;M&gt;_processed_data.csv&quot; files in the &quot;Unreduced_Data&quot; directory. The &lt;N&gt; is the load protocol designation and the &lt;M&gt; is the specimen number for that load protocol and material source.&nbsp;Each file&nbsp;contains the following columns:</p> <ul> <li>The first column is the index of each data point</li> <li>S/No: sample number recorded by the DAQ</li> <li>System Date: Date and time of sample</li> <li>Time[s]: time in seconds since the start of the test</li> <li>C_1_Force[kN]: load cell force</li> <li>C_1_D&eacute;form1[mm]: extensometer displacement</li> <li>C_1_D&eacute;placement[mm]: cross-head displacement</li> <li>Eng_Stress[MPa]: engineering stress</li> <li>Eng_Strain[]: engineering strain</li> <li>e_true: true strain</li> <li>Sigma_true: true stress in MPa</li> <li>(optional)&nbsp;Temperature[C]: specimen surface temperature in degC</li> </ul> <p>The data can be loaded and used similarly to the downsampled data.</p> <p>&nbsp;</p> <p><strong>File Format: Overall_Summary</strong></p> <p>The overall summary file provides data on all the test specimens in the database. The columns include:</p> <ul> <li>hidden_index: internal reference ID</li> <li>grade: material grade</li> <li>spec: specifications for the material</li> <li>source: base material for the test specimen</li> <li>id: internal name for the specimen</li> <li>lp: load protocol</li> <li>size: type of specimen (M8, M12, M20)</li> <li>gage_length__mm_: unreduced section length in mm</li> <li>avg_reduced_dia__mm_: average measured diameter for the reduced section in mm</li> <li>avg_fractured_dia_top__mm_: average measured diameter of the top fracture surface in mm</li> <li>avg_fractured_dia_bot__mm_: average measured diameter of the bottom fracture surface in mm</li> <li>fy_n__mpa_: nominal yield stress</li> <li>fu_n__mpa_: nominal ultimate stress</li> <li>t_a__deg_c_: ambient temperature in degC</li> <li>date: date of test</li> <li>investigator: person(s) who conducted the test</li> <li>location: laboratory where test was conducted</li> <li>machine: setup used to conduct test</li> <li>pid_force_k_p, pid_force_t_i, pid_force_t_d: PID parameters for force control</li> <li>pid_disp_k_p, pid_disp_t_i, pid_disp_t_d: PID parameters for displacement control</li> <li>pid_extenso_k_p, pid_extenso_t_i, pid_extenso_t_d: PID parameters for extensometer control</li> <li>citekey: reference corresponding to the Database_References.bib file</li> <li>yield_stress__mpa_: computed yield stress in MPa</li> <li>elastic_modulus__mpa_: computed elastic modulus in MPa</li> <li>fracture_strain: computed average true strain across the fracture surface</li> <li>c,si,mn,p,s,n,cu,mo,ni,cr,v,nb,ti,al,b,zr,sn,ca,h,fe: chemical compositions in units of %mass</li> <li>file: file name of corresponding clean (downsampled) stress-strain data</li> </ul> <p>&nbsp;</p> <p><strong>File Format: </strong><strong>Summarized_Mechanical_Props_Campaign</strong></p> <p>Meant to be loaded in Python as a pandas DataFrame with multi-indexing, e.g.,</p> <pre><code class="language-python">tab1 = pd.read_csv('Summarized_Mechanical_Props_Campaign_' + date + version + '.csv', index_col=[0, 1, 2, 3], skipinitialspace=True, header=[0, 1], keep_default_na=False, na_values='')</code></pre> <ul> <li>citekey: reference in&nbsp;&quot;Campaign_References.bib&quot;.</li> <li>Grade: material grade.</li> <li>Spec.: specifications (e.g., J2+N).</li> <li>Yield Stress [MPa]: initial yield stress in MPa <ul> <li>size, count, mean, coefvar: number of experiments in campaign, number of experiments in mean, mean value for campaign, coefficient of variation for campaign</li> </ul> </li> <li>Elastic Modulus [MPa]: initial elastic modulus in MPa <ul> <li>size, count, mean, coefvar: number of experiments in campaign, number of experiments in mean, mean value for campaign, coefficient of variation for campaign</li> </ul> </li> </ul> <p>&nbsp;</p> <p><strong>Caveats</strong></p> <ul> <li>The files in the following directories were tested before the protocol was established. Therefore, only the true stress-strain is available for each: <ul> <li>A500</li> <li>A992_Gr50</li> <li>BCP325</li> <li>BCR295</li> <li>HYP400</li> <li>S460NL</li> <li>S690QL/25mm</li> <li>S355J2_Plates/S355J2_N_25mm and S355J2_N_50mm</li> </ul> </li> </ul>

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

Supplementary Material Containing DFT Structure Files and Convergence Tests for our μSR study on Fe2O3

<p>Supplemental material for <em>Local Electronic Structure and Dynamics of Muon-Polaron Complexes in Fe<sub>2</sub>O<sub>3</sub></em></p> <p>M. H. Dehn,<sup>1,2,3</sup>&nbsp;J. K. Shenton,<sup>4,*</sup>&nbsp;D. J. Arseneau,<sup>3</sup> W. A. MacFarlane,<sup>2,3,5</sup>&nbsp;G. D. Morris,<sup>3</sup>&nbsp;A. Maign&eacute;,<sup>2</sup>&nbsp;N. A. Spaldin<sup>4</sup>&nbsp;and R. F. Kiefl<sup>1,2,3</sup></p> <p><sup>1</sup>Department of Physics and Astronomy, University of British Columbia, Vancouver, BC V6T 1Z1, Canada<br> <sup>2</sup>Stewart Blusson Quantum Matter Institute, University of British Columbia, Vancouver, BC V6T 1Z4, Canada<br> <sup>3</sup>Triumf, Vancouver, BC V6T 2A3, Canada<br> <sup>4</sup>Department of Materials, ETH Zurich, CH-8093 Z&uuml;rich, Switzerland<br> <sup>5</sup>Department of Chemistry, University of British Columbia, Vancouver, BC, V6T 1Z1, Canada<br> <sup>*</sup>&nbsp;For queries about the supplemental material in this repository contact <a href="mailto:john.shenton@mat.ethz.ch">J. Kane Shenton</a>.</p> <p>In these notebooks we provide supplemental material for our work on understanding the behaviour of muon-polaron complexes in Fe<sub>2</sub>O<sub>3</sub>.</p> <p>We provide VASP input and output files for each of the candidate muon stopping sites and states identified in the paper (also labelled as in the paper). We summarise the muon stopping sites and provide the code for analysing hyperfine tensors in the jupyter notebook: <a href="https://nbviewer.jupyter.org/github/Shenton-supplemental/Muons_in_Fe2O3/blob/master/Muon-site-summary.ipynb"><code>Muon-site-summary.ipynb</code></a>. There one can also find a summary of the <strong>computational details</strong> for the paper.</p> <p>We further provide <code>vasprun.xml</code> files for some of the tests of convergence with respect to plane-wave cutoff energy and k-point sampling density. These tests are summarised in the jupyter notebook: <a href="https://nbviewer.jupyter.org/github/Shenton-supplemental/Muons_in_Fe2O3/blob/master/Convergence_tests-ENCUT-KPOINTS.ipynb"><code>Convergence_tests-ENCUT-KPOINTS.ipynb</code></a>.</p> <p>A major source of uncertainty stems from the choice of Hubbard U<sub>eff</sub> correction. We varied U<sub>eff</sub>&nbsp;in&nbsp;the range 3&nbsp;&minus; 6&nbsp;eV&nbsp;to gauge the impact of this parameter on the predicted energies and precession frequencies&nbsp;of the four charge-neutral muon-polaron complex states. This analysis is available in the notebook:&nbsp; <code><a href="https://nbviewer.jupyter.org/github/Shenton-supplemental/Muons_in_Fe2O3/blob/master/muons_wrt_U.ipynb">muons_wrt_U.ipynb</a>.</code> Although the numerical values do vary as a function of U<sub>eff</sub>, the qualitative behaviour as well as the ordering of frequencies and energy differences presented in the paper&nbsp;(corresponding to U<sub>eff</sub>&nbsp;&nbsp;= 4 eV) remain robust throughout the range: 3&nbsp;&minus;&nbsp;5 eV which is the range typically employed for Fe <em>d</em> states.</p> <p>Finally, in the notebook: <a href="https://nbviewer.jupyter.org/github/Shenton-supplemental/Muons_in_Fe2O3/blob/master/Separating_the_muon-polaron_complex.ipynb"><code>Separating_the_muon-polaron_complex.ipynb</code></a>, we analyse the separation of muon from the polaron in different configurations. Here again we provide the VASP input and output files as well as the code used to analyse these results.</p> <p>These jupyter notebooks may be previewed on <a href="https://github.com/Shenton-supplemental/Muons_in_Fe2O3">github</a> or via the <a href="https://nbviewer.jupyter.org/github/Shenton-supplemental/Muons_in_Fe2O3">jupyter notebook viewer</a>. The latter does a better job of rendering the inline LaTeX and is therefore preferred.</p> <p>Note that all of files are currently compressed to save space. These must be uncompressed before the notebooks will run. In each notebook there is a cell one can run to decompress the files needed for that particular notebook.</p>

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

Yellow-feathered broilers Testes Manuscript Figures and Table 1_Supplamentary Materials

<p>The compressed Zip file contains Table 1&nbsp;of the manuscript to serve as Supplementary Materials for Article publication in addition to all manuscript Figures.</p> <p>Figures presenting Graphs of the Testes and Seminiferous tubules Morphometry have been added.</p>

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

High-Speed Video Recordings of Wheel-Rail Traction Enhancement Using a Full-Scale Testing Platform - Granular Material Candidates

<p>A database of 14 high-speed video recordings of rail-sanding process using a full-scale testing platform is provided in this data note. The videos are recorded for various case studies, namely different positioning of the sander nozzle aiming at the rail, nip, and wheel with various angles, and different materials used as rail-sand. The particle velocities can be extracted from these high-speed videos using particle image velocimetry software. The spread angle of the particles as they flow out of the nozzle can also be measured with the use of image processing software. The data extracted from these high-speed recording can be utilised for calibration, validation, and verification of experimental and numerical set-ups, as well as for training artificial intelligence models.</p>

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

Evaluation of Materials for Asphalt Mixture Performance, Semi-Circular Bend Laboratory Tests

<p>A study was conducted to evaluate the repeatability of the Flexibility Index of asphalt mixtures obtained according to AASHTO TP-124-16.&nbsp; Three asphalt concrete samples were mixed and compacted using the Superpave Gyratory Compactor in one laboratory.&nbsp; The samples were then cut to specific&nbsp;dimensions for semi-circular bend testing based on the AASHTO Specifications at a single laboratory using a dedicated cutting equipment.&nbsp; The samples were randomized and distributed equally among three different testing labs.</p> <p>The process was repeated three times and in some instances the rate of loading was varied.</p> <p>This experiment allowed to study the repeatability of the the Flexibility Index</p>

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

Characterisation of post-scrap material from coupons including melting test data

<p>Remelting tests data including characterisation and melting process parameters of post-scrap material from LBW and FSW coupons.</p> <p>Research pertaining to Task 4.1 (WP4), Deliverable D13 (D4.2)</p>

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

Data and material for the manuscript "Mutation testing and self/peer assessment: analyzing their effect on students in a software testing course"

<p><strong>This repository is composed of two different parts: </strong></p> <ul> <li><a href="https://zenodo.org/record/4464300/files/Assessment%20data%20and%20Mutation%20Scores.xlsx?download=1">Assessment data and Mutation Scores</a> file contains the student-generated data used in the experience.</li> <li><a href="https://zenodo.org/record/4464300/files/experience-material.zip?download=1">Experience-material</a>&nbsp;file contains the files to be able to reproduce the experience.</li> </ul> <p>&nbsp;</p> <p><strong>The </strong><strong> <a href="https://zenodo.org/record/4464300/files/experience-material.zip?download=1">Experience-material</a> file for the lab is used in two sessions:</strong></p> <p>Session 1: Development and assessment of test suites</p> <p>In this session, the student has to develop a test suite for a program under test. At the end of the session, the test suite will be evaluated against a set of assessment criteria regarding the quality of the developed test suite.</p> <p>Files for this session:</p> <ul> <li>VVS-Lab6-S1 pdf file , with the description of this session.</li> <li>Material-S1 zip file, with the files required to complete this session.</li> </ul> <p>Session 2: Evaluation applying mutation testing with MuCPP</p> <p>In this session, the test cases designed in the first part of this lab will be evaluated based on the mutation adequacy criterion. This will be done by using the&nbsp;<a href="https://ucase.uca.es/mucpp/">MuCPP mutation tool</a>.</p> <p>Files for this session:</p> <ul> <li>VVS-Lab6-S2 pdf file, with the description of this session.</li> <li>Material-S2 zip file, with the files required to complete this session.</li> </ul> <p><em>The source code files family.[cpp|hpp] have been adapted from a listing in [1]. Note that, while considered to be fault free in this lab, these source files are used in other sessions where students are expected to detect some defects in them.</em></p> <p>[1] S. Wiener and L. J. Pinson, The C++ Workbook. USA: Addison-Wesley Longman Publishing Co., Inc., 1990.</p>

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

Supplemental Material: What we talk about when we talk about software test flakiness

<p>This supplemental material details the definitions of the concepts that have been found by conducting the scoping review of both the white and grey literature introduced in Section 2 of the manuscript titled: <strong>&quot;What we talk about when we talk about software test flakiness</strong>&quot;.</p> <p>&nbsp;</p>

opencc-by-4.0Jun 2021View details →
zenodo40/100

Dataset of comprehensive Full-notch creep tests (FNCT) of selected high-density polyethylene (PE-HD) materials

<p>The dataset provided in this repository comprises data obtained from a series of full-notch creep tests (FNCT) performed on selected high-density polyethylene (PE-HD) materials (for further details, see section&nbsp;1&nbsp;Materials in this document) in accordance with the corresponding standard ISO&nbsp;16770&nbsp;[1].&nbsp;</p><p>The FNCT is one of the mechanical testing procedures used to characterize polymer materials with respect to their environmental stress cracking (ESC) behavior. It is widely applied for PE-HD materials, that are predominantly used for pipe and container applications. It is based on the determination of the time to failure for a test specimen under constant mechanical load in a well-defined and temperature controlled liquid environment. The test device used here also allows for continuous monitoring of applied force, specimen elongation and temperature.</p>

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

Supplementary material for: Testing the peak-end rule in bumblebees: lack of preference for a higher-reward sequence when the final reward is disappointing

<h3>ABSTRACT</h3> <p>The peak-end rule describes the tendency to evaluate experiences by their most intense and final moments, rather than considering the entire experience as a whole. While this cognitive bias is well-established in humans, studies on nonhuman animals are very limited. Bumblebees make foraging decisions largely based on past experiences, but whether peak-end effects influence their subsequent flower choices is still unknown. Here, we trained individual <em>Bombus terrestris</em> workers on two artificial flower types, blue and yellow, over 12 consecutive foraging bouts. One flower type offered a sequence of three high-quality rewards (25 &mu;L drops of 50% w/w sucrose solution: &ldquo;consistent&rdquo; sequence), while the other provided the same sequence but ended with an additional, lower-quality reward (25 &mu;L drop of 20% w/w sucrose solution: &ldquo;poor end&rdquo; sequence). We then tested the bees' flower type preference in a final binary choice. Bees showed a strong preference for blue flowers, both in their initial and overall visits. Across all visits during a 1-minute period, they also favoured flowers associated with the &ldquo;consistent&rdquo; sequence, though this preference was significant only when these flowers were yellow. Interestingly, despite offering more sucrose per foraging bout, bees did not favour the &ldquo;poor end&rdquo; sequence flower. This study is, to our knowledge, the first to investigate peak-end effects in an insect. How bees evaluate sequential rewards when foraging remains largely unexplored, yet could provide valuable insights into nectar distribution and plant-pollinator co-evolution.</p>

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

The Data Set for the Publication "Laboratory Testing of Small Scale Solar Facade Module with Phase Change Material and Adjustable Insulation Layer"

<p>In the scope of the ambitious EU goals of carbon neutrality in 2050,&nbsp;building energy efficiency is one of the crucial segments. To ensure a faster energy transition process, innovations are needed at various built environment-related sectors - starting from building components up to urban level energy management advancements.</p> <p>Phase change material (PCM) enriched building components allow&nbsp;to shift the existing paradigm - to make a switch from the static building components to dynamic ones able to take an active part in building energy balance by ensuring energy storage in the building thermal envelope.</p> <p>The data set presented here supports the paper &quot;Laboratory Testing of Small Scale Solar Facade Module with Phase Change Material and Adjustable Insulation Layer&quot;. The design of the fa&ccedil;ade module, experimental setup, used equipment, the plan of the experiment,&nbsp;and obtained results are described in the paper. The provided data set provides heat-flux and average temperature (in PCM)&nbsp;measurements.</p>

opencc-by-4.0Feb 2022View details →
dryad40/100

Supplementary material and supplementary data files for: Handling logical character dependency in phylogenetic inference: Extensive performance testing of assumptions and solutions using simulated and empirical data

<p>Logical character dependency is a major conceptual and methodological problem in phylogenetic inference of morphological datasets, as it violates the assumption of character independence that is common to all phylogenetic methods. It is more frequently observed in higher-level phylogenies or in datasets characterizing major evolutionary transitions, as these represent parts of the tree of life where (primary) anatomical characters either originate or disappear entirely. As a result, secondary traits related to these primary characters become "inapplicable" across all sampled taxa in which that character is absent. Various solutions have been explored over the last three decades to handle character dependency, such as alternative character coding schemes and, more recently, new algorithmic implementations. However, the accuracy of the proposed solutions, or the impact of character dependency across distinct optimality criteria, has never been directly tested using standard performance measures. Here, we utilize simple and complex simulated morphological datasets analyzed under different maximum parsimony optimization procedures and Bayesian inference to test the accuracy of various coding and algorithmic solutions to character dependency. This is complemented by empirical analyses using a recoded dataset on palaeognathid birds. We find that in small, simulated datasets, absent coding performs better than other popular coding strategies available (contingent and multistate), whereas in more complex simulations (larger datasets controlled for different tree structure and character distribution models) contingent coding is favored more frequently. Under contingent coding, a recently proposed weighting algorithm produces the most accurate results for maximum parsimony. However, Bayesian inference outperforms all parsimony-based solutions to handle character dependency due to fundamental differences in their optimization procedures—a simple alternative that has been long overlooked. Yet, we show that the more primary characters bearing secondary (dependent) traits there are in a dataset, the harder it is to estimate the true phylogenetic tree, regardless of the optimality criterion, owing to a considerable expansion of the tree parameter space.</p>

opencc-zeroAug 2022View details →
zenodo40/100

The Dataset of Quantifying Alignment Deviations for Uniaxial Material Mechanical Testing via Automated Machine Learning

<p>The dataset consists of 4 alignment deviations of the uniaxial testing machine as well as 12 strain measurement points on cruciform specimens. A deep learning model is trained on the dataset to quantify 4 alignment deviations using 12 strain values on a thin plate specimen.&nbsp;The design of experiments includes Optimal Latin Hypercube, numerical modelling of Finite Element Methods. Using the Optimal Latin Hypercube, 12496 distinct groups of DOE simulation tests are constructed. Under the boundary conditions of 4 distinct deviations, 12 strain values at the required location on the cruciform specimen are obtained using Python scripts.</p> <p>The nine CSV files correspond to the nine analysis steps. The only difference among the nine analysis steps is the pretension force acting on RP1.&nbsp;Each CSV file contains 24 columns of data, and the corresponding contents of each column of data are as follows:</p> <ul> <li>Columns 1-6 are the freedoms of RP1 reference point, which are U1, U2, U3, ur1, UR2 and UR3 respectively;</li> <li>Columns 7-12 are the&nbsp;freedoms of RP2 reference points, which are U1, U2, U3, ur1, UR2 and UR3 respectively;</li> <li>Columns 13-24 are the strain values of the last 12 strain measurements of the thin plate rectangular specimen。</li> </ul>

opencc-by-4.0Aug 2022View details →
zenodo40/100

Comparing coronary stent material performance on a common geometric platform through simulated bench testing: Supporting data

<p>Data including UMATs and Abaqus input files related to the paper 'Comparing coronary stent material performance on a common geometric platform through simulated bench testing' <a title="Persistent link using digital object identifier" href="https://doi.org/10.1016/j.jmbbm.2012.02.013" target="_blank" rel="noreferrer noopener"><span>https://doi.org/10.1016/j.jmbbm.2012.02.013</span></a></p>

opencc-by-sa-4.0May 2024View details →
zenodo40/100

Supplementary Materials to paper: Performance Testing of istSOS Under High Load Scenarios

<p>IPython notebook with data used for the analysis and generation of plots for the paper &quot;Performance Testing of istSOS Under High Load Scenarios&quot;.</p>

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

Supplemental material for: Software System Testing assisted by Large Language Models: An Exploratory Study

<p>This is the supplemental material of the paper titled as &ldquo;Software System Testing Assisted by Large Language Models: An Exploratory Study&rdquo; presented at the 36th International Conference on Testing Software and Systems.</p> <p>It contains the raw execution data generated by both models, GPT-4o and GPT-4omini, during the exploratory study. The supplementary material includes the following files:</p> <ul> <li><em>GPT-4ominiRQ1-2ExecutionData.zip</em>: contains the JSON outputs from the OpenAI API for the GPT-4o mini model. Each output is labeled according to the research question number and the corresponding timestamp (for RQ1) or the requested test case (for RQ2), all provided in plain text format.</li> <li><em>GPT-4oRQ1-2ExecutionData.zip</em>: contains the JSON outputs from the OpenAI API for the GPT-4o model. Like the previous file, each output is named in plain text format based on the research question number and timestamp (for RQ1) or the requested test case (for RQ2).</li> </ul> <p>To cite this work:&nbsp;</p> <p>C. Augusto, J. Mor&aacute;n, A. Bertolino, C. de la Riva and J. Tuya, &ldquo;S<em>oftware System Testing assisted by Large Language Models: An Exploratory Study</em>&rdquo;, in <em>Testing Software and Systems</em> (pp. 239&ndash;255). Springer Nature Switzerland. https://doi.org/10.1007/978-3-031-80889-0_17</p>

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

Experimental investigation of composite materials for sliding friction dampers: data, plots, photos and videos of the tests

<p><strong>Folder DATA</strong></p> <p>This folder contains the data acquired by testing the friction pads M1, M2, M3, M4 and M5 under the following loading protocols:</p> <ul> <li>Linear static loading (M);</li> <li>Cyclic loading with constant amplitude (CA);</li> <li>Cyclic loading with decreasing amplitude at low rate (DA);</li> <li>Cyclic loading with increasing amplitude at low rate (IA);</li> <li>Cyclic loading with increasing amplitude at moderate rate (IA-H);</li> <li>Cyclic loading with increasing amplitude at high rate (IA-HH);</li> <li>Pulse-like loading protocol (PL);</li> <li>Mainshock-aftershock protocol (MS-AS): mainshock (MS), first aftershock (AS1) and second aftershock (AS2).</li> </ul> <p>The data include:</p> <ul> <li><em>Time</em>: time (unit: second);</li> <li><em>F</em>: axial force experienced by the sliding friction damper (unit: kN);</li> <li><em>N_bolt</em>: bolt preload (unit: kN);</li> <li><em>mu</em>: friction coefficient of the considered pad (unit: dimensionless);</li> <li><em>delta</em>: axial displacement experienced by the sliding friction damper (unit: mm);</li> <li><em>Cum. delta</em>: total cumulative displacement experienced by the sliding friction damper (unit: mm);</li> <li><em>Cum. E</em>: total cumulative energy dissipated by the sliding friction damper (unit: kJ);</li> <li><em>max Tin</em>: maximum temperature tracked close to the sliding interface (unit: Celsius);</li> <li><em>Tout</em>: temperature tracked at the surface of the inner slotted plate (unit: Celsius).</li> </ul> <p>&nbsp;The data are organized as follows:</p> <ul> <li>Folder <strong>T100</strong></li> </ul> <p>This folder contains the data acquired under the linear static loading protocol (M) for a tightening torque of 100 Nm. Each EXCEL file <strong>T100_M_Y</strong>&nbsp;saved in the folder <strong>T100</strong>&nbsp;contains the data obtained by testing the friction pad Y (Y = M1, M2, M3, M4, M5) under the loading protocol M.</p> <ul> <li>Folder <strong>T200</strong></li> </ul> <p>This folder contains the data acquired under the linear static loading protocol (M) for a tightening torque of 200 Nm. Each EXCEL file <strong>T200_M_Y</strong>&nbsp;saved in the folder <strong>T200</strong>&nbsp;contains the data obtained by testing the friction pad Y (Y = M1, M2, M3, M4, M5) under the loading protocol M.</p> <ul> <li>Folder <strong>Fs150</strong></li> </ul> <p>This folder contains the data acquired for an expected slip load of 150 kN. Each subfolder <strong>Fs150_X</strong>&nbsp;contains the data obtained under the loading protocol X (X = M, CA, DA, IA, IA-H). Each EXCEL file <strong>Fs150_X_Y</strong>&nbsp;saved in the subfolder <strong>Fs150_X</strong>&nbsp;contains the data obtained by testing the friction pad Y (Y = M1, M2, M3, M4, M5) under the loading protocol X.</p> <ul> <li>Folder <strong>Fs300</strong></li> </ul> <p>This folder contains the data acquired for an expected slip load of 300 kN. Each subfolder <strong>Fs300_X</strong>&nbsp;contains the data obtained under the loading protocol X (X = M, CA, DA, IA, IA-H, IA-HH, PL, MS, AS1, AS2). Each EXCEL file <strong>Fs300_X_Y</strong>&nbsp;saved in the subfolder <strong>Fs300_X&nbsp;</strong>contains the data obtained by testing the friction pad Y (Y = M1, M2, M3, M4, M5) under the loading protocol X.</p> <p><strong>Folder PHOTOS</strong></p> <p>This folder contains the following photos:</p> <ul> <li>Folder <strong>01_FrictionDamper</strong>: photos of the sliding friction damper and its components.</li> <li>Folder <strong>02_Instrumentation</strong>: photos of the instrumentation used for the data acquisition during the experimental campaign.</li> <li>Folder <strong>03_FrictionPads</strong>: <ul> <li>Subfolder <strong>BeforeTesting</strong>: photos of the friction pads before the experimental campaign.</li> <li>Subfolder <strong>AfterTesting</strong>: photos of the friction pads at the end of each loading protocol. The photo <strong>Fs150vs300_X_Y</strong>&nbsp;shows the condition of the pad Y (Y = M1, M2, M3, M4, M5) at the end of the loading protocol X (X = M, CA, DA, IA, IA-H, IA-HH, PL, MS, AS1, AS2) performed for an expected slip load of 150 kN and 300 kN (the pads shown at the top of each photo are those tested for an expected slip load of 150 kN). Similarly, the photo <strong>Fs300_X_Y</strong>&nbsp;shows the condition of the pad Y at the end of the loading protocol X performed for an expected slip load of 300 kN.</li> </ul> </li> <li>Folder <strong>04_Tests</strong>: photos taken from the east and north side of the sliding friction damper during the loading protocols that caused the fracture of the pads <ul> <li>Subfolder <strong>Fs150</strong>: photos taken during the tests conducted for an expected slip load of 150 kN. Each folder <strong>Fs150_X_Y</strong> contains the photos taken by testing the pad Y (Y = M1, M2, M4, M5) during the loading protocol X (X = CA, DA, IA, IA-H).</li> <li>Subfolder <strong>Fs300</strong>: photos taken during the tests conducted for an expected slip load of 300 kN. Each folder <strong>Fs300_X_Y</strong> contains the photos taken by testing the pad Y (Y = M1, M2, M4, M5) during the loading protocol X (X = CA, IA, IA-H). A video was recorded live during the loading protocols IA-HH, PL, MS, AS1 and AS2 (see folder <strong>VIDEOS</strong>).</li> </ul> </li> </ul> <p><strong>Folder PLOTS</strong></p> <p>This folder contains the following MATLAB plots:</p> <ul> <li><em>Force-Disp</em>: axial force &ndash; axial displacement response of the sliding friction damper;</li> <li><em>Preload-CumDisp</em>: bolt preload as a function of the total cumulative displacement experienced by the sliding friction damper;</li> <li><em>FrictionCoeff-CumDisp</em>: friction coefficient of the considered pad as a function of the total cumulative displacement experienced by the sliding friction damper;</li> <li><em>Temp-CumDisp</em>: rise in temperature as a function of the total cumulative displacement experienced by the sliding friction damper (the temperature values reported for the expected slip load of 150 kN correspond to &ldquo;max Tin&rdquo;, whereas those reported for the expected slip load of 300 kN correspond to &ldquo;Tout&rdquo;);</li> <li><em>FrictionCoeff-LoadingHistoryEffect</em>: friction coefficient of the considered pad as a function of the total cumulative displacement experienced by the sliding friction damper under different loading protocols;</li> <li><em>FrictionCoeff-RateEffect</em>: friction coefficient of the considered pad as a function of sliding velocity experienced by the sliding friction damper under different loading protocols;</li> <li><em>FrictionCoeff-TempEffect</em>: friction coefficient of the considered pad as a function of the rise in temperature tracked during different loading protocols;</li> <li><em>FrictionCoeff-PressureDependency</em>: mean and standard deviation of the friction coefficient of the considered pad obtained for different expected slip loads and loading protocols;</li> <li><em>FrictionCoeffStaticDynamic-PressureDependency</em>: mean of the static and dynamic friction coefficient of the considered pad obtained for different expected slip loads and loading protocols.</li> </ul> <p>The MATLAB plots are organized as follows:</p> <ul> <li>Folder <strong>T200</strong></li> </ul> <p>The MATLAB plots saved in this folder illustrate the data obtained by testing the friction pads M1, M2, M3, M4 and M5 under the linear static loading protocol (M) for a tightening torque of 200 Nm.</p> <ul> <li>Folder <strong>Fs150 and Fs300</strong></li> </ul> <p>The MATLAB plots saved in this folder illustrate the data obtained by testing the friction pads M1, M2, M3, M4 and M5 under the considered loading protocol (M, CA, DA, IA, IA-H, IA-HH, PL, MS-AS) for an expected slip load of 150 kN and 300 kN.</p> <p><strong>Folder VIDEOS</strong></p> <p>This folder contains the following videos:</p> <ul> <li>Folder <strong>T100</strong>: videos created from the photos taken during the tests conducted for a tightening torque of 100 Nm under the linear static loading protocol (M). The videos <strong>T100_M_Y_East</strong>&nbsp;and <strong>T100_M_Y_North</strong>&nbsp;show the test conducted on the pad Y (Y = M1, M2, M3, M4, M5) from the east and north side of the sliding friction damper respectively.</li> <li>Folder <strong>T200</strong>: videos created from the photos taken during the tests conducted for a tightening torque of 200 Nm under the linear static loading protocol (M). The videos <strong>T200_M_Y_East</strong>&nbsp;and <strong>T200_M_Y_North</strong>&nbsp;show the test conducted on the pad Y (Y = M1, M2, M3, M4, M5) from the east and north side of the sliding friction damper respectively.</li> <li>Folder <strong>Fs150</strong>: videos created from the photos taken during the tests conducted for an expected slip load of 150 kN. The videos <strong>Fs150_X_Y_East</strong>&nbsp;and <strong>Fs150_X_Y_North</strong> show the loading protocol X (X = M, CA, DA, IA, IA-H) applied to the pad Y (Y = M1, M2, M3, M4, M5) from the east and north side of the sliding friction damper respectively.</li> <li>Folder <strong>Fs300</strong>: videos created from the photos taken during the tests conducted for an expected slip load of 300 kN. The videos <strong>Fs300_X_Y_East</strong>&nbsp;and <strong>Fs300_X_Y_North</strong>&nbsp;show the loading protocol X (X = M, CA, DA, IA, IA-H) applied to the pad Y (Y = M1, M2, M3, M4, M5) from the east and north side of the sliding friction damper respectively. The videos obtained for the loading protocols IA-HH, PL, MS, AS1 and AS2 were recorded live during each test.</li> </ul>

opencc-by-4.0Feb 2021View details →
zenodo40/100

Supplemental Material: A Classification Study on Testing and Verification of AI-based Systems

<p>This archive contains the whole set of documents that have been considered in the classification study reported in the manuscript titled: &quot;A Classification Study on Testing and Verification of AI-based Systems&quot;.</p>

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

BAM reference data: results of ASTM E139 -11 creep tests on a reference material of Nimonic 75 nickel-base alloy

<p>Results of creep tests on a certified reference material at T = 600&deg;C and a tensile creep load of 160 MPa are provided. The raw data are available in ASCII format (*.lis files).&nbsp;<br> The file &quot;Inhalt_Content_V1.1.pdf&quot; contains further information about the files provided.<br> The evaluated results include the times to reach 2% and 4% creep strain, respectively, and the creep rate after 400 h.</p> <p>The tests were carried out in an accredited test laboratory. The calibrations of all measurands and test and measuring equipment are documented. The calibrations meet the requirements of the test procedure and are metrologically traceable.</p>

opencc-by-4.0Jul 2021View details →
zenodo40/100

Low-cost test rig for characterization of photocatalytic two dimensional materials using photonically sized UV-A LED light sources

<p>In the presented studies, a system for the characterization of two-dimensional photocatalysts was developed and tested. In the system, reference substances can be studied online with regard to their degradability and adsorption on photocatalytic materials. In order to perform accurate calculations of the quantum and photon efficiency of the catalysts, the LED arrays used were adjusted in their spacing by simulations so that a homogeneous light field is imaged on the catalysts. The system was tested with respect to measurement accuracy and reproducibility and the photocatalytic degradation of methylene blue, methyl orange and rhodamine B was investigated. Exemplarily, the reaction kinetics, photolysis and adsorption on the tested photocatalysts were determined for these compounds and the calculation was presented in detail. The exact construction plans and circuits as well as the sensors and their programming are presented in detail and should encourage other scientists to replicate the experimental setup, since especially in the field of photocatalysis research, often the results of publications cannot be compared with each other.</p>

opencc-by-4.0Jun 2023View 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