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.

412

datasets available to search

ShareScore release 0.9.0

Reset

Dataset results

412 results for “Verification”

Learn how ShareScore rates datasets ↗
zenodo40/100

Fig. 8 in Fig. 4 in Verification of Natural Marking for Individual Identification Using a Duplex Marking Approach in Ijima's Sea Snakes, (Reptilia: Elapidae).

Fig. 8. Lateral (a), dorsal (b), and ventral (c) views of the holotype of Stolephorus taurus sp. nov., OCF-P 10434, 52.2 mm SL, estuary of Hooghly River, West Bengal, India.

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

Fig. 9 in Fig. 4 in Verification of Natural Marking for Individual Identification Using a Duplex Marking Approach in Ijima's Sea Snakes, (Reptilia: Elapidae).

Fig. 9. Stained scale removed from right side of midbody (just below dorsal fin) of paratype of Stolephorus taurus. KAUM–I. 157581, 53.2 mm SL, estuary of Hooghly River, West Bengal, India (left-right inverted). Grooves on scales forming a few separations.

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

Fig. 5 in Fig. 4 in Verification of Natural Marking for Individual Identification Using a Duplex Marking Approach in Ijima's Sea Snakes, (Reptilia: Elapidae).

Fig. 5. Left side of left hyoid arch of Stolephorus dubiosus (THNHM-F021239, 63.6 mm SL, cleared and stained). hypo lo, lower hypohyal; hypo up, upper hypohyal; chy, ceratohyal; gha, groove for hyoidean artery; eph, epihyal; inh, interhyal (broken); br, branchiostegal rays (seventh branchiostegal ray detached).

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

Fig. 7 in Fig. 4 in Verification of Natural Marking for Individual Identification Using a Duplex Marking Approach in Ijima's Sea Snakes, (Reptilia: Elapidae).

Fig. 7. Distributional records of Stolephorus dubiosus (circles) and S. taurus sp. nov. (triangles). Closed symbols, based on specimens examined in this study; open symbols, based on literature records or molecular evidence.

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

Fig. 2 in Fig. 4 in Verification of Natural Marking for Individual Identification Using a Duplex Marking Approach in Ijima's Sea Snakes, (Reptilia: Elapidae).

Fig. 2. (a) Lateral and (b) dorsal views of dorsal-fin origin of Stolephorus dubiosus, NSMT-P 127425, 55.7 mm SL, Songkhla Lake, Thailand (stained with Alizarine Red). Arrows indicate predorsal scute.

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

Fig. 4 in Fig. 4 in Verification of Natural Marking for Individual Identification Using a Duplex Marking Approach in Ijima's Sea Snakes, (Reptilia: Elapidae).

Fig. 4. Stained scale removed from right side of midbody (just below dorsal fin) of Stolephorus dubiosus. NSMT-P 127425, 49.9 mm SL, Songkhla Lake, Thailand (left-right inverted). Grooves on posterior part forming numerous separations.

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

Fig. 1 in Fig. 4 in Verification of Natural Marking for Individual Identification Using a Duplex Marking Approach in Ijima's Sea Snakes, (Reptilia: Elapidae).

Fig. 1. Stolephorus dubiosus: (a) Lateral view of holotype (BMNH 1969.4.22.1826, 70.0 mm SL, Thailand); (b) lateral view in fresh condition; (c) dorsal and (d) ventral views in preserved condition of non-type specimen (THMHM-F021237, 66.0 mm SL, Samut Sakhon Province, Thailand).

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

Data Set for Article "Verification-Aided Debugging: An Interactive Web-Service for Exploring Error Witnesses", Proc. CAV'16

<p>This is the description of the supplementary archive of example interactive reports for the approach described in the article &quot;Verification-Aided Debugging: An Interactive Web-Service for Exploring Error Witnesses&quot;, Proc. CAV&#39;16.</p> <p>This archive contains a static snapshot of our system that allows the reader to<br> a) experience the features of our web-service without relying on its online availability and<br> b) reproduce the bug reports displayed in this static snapshot by validating the provided witnesses against the source code and the corresponding specifications using CPAchecker.</p> <p>The witness database is available at:<br> &nbsp; static/index.html<br> The supplied verification tasks can be found at:<br> &nbsp; static/programs/<br> The supplied error witnesses are grouped by their corresponding verification tasks and can be found at:<br> &nbsp; static/witnesses/<br> The software verifier CPAchecker is placed at:<br> &nbsp; CPAchecker/</p> <p>To browse the witness database and explore the supplied error reports, we recommend using the Firefox web browser,<br> because not all features of our bug reports are guaranteed to be available in other browsers.</p> <p>Like the supplementary archive originally provided to the reviewers, this witness database contains only a small selection of the witnesses harvested from the &quot;Competition on Software Verification 2016&quot;, because we do not want to burden the reader with an enormous amount of data that likely is not relevant for understanding the concepts. Also, error witnesses produced by some competition candidates that were not even syntactically correct were removed, because they do not add any value to the evaluation. However, the full data is still available online via our web service, for example, the list of witnesses for a verification task can be requested by computing the SHA-1 hash of the verification task&#39;s source code and submitting the following query:<br> &nbsp; http://vcloud.sosy-lab.org/webclient/master/witness?inputFile=&lt;program-hash&gt;<br> The resulting JSON data contains all hashes of witnesses stored for the given program.<br> A witness stored in the database can be requested via its SHA-1 hash by submitting the following query:<br> &nbsp; https://vcloud.sosy-lab.org/webclient/files/&lt;hash&gt;<br> All verification tasks are available at the SV-COMP repository:<br> &nbsp; https://github.com/dbeyer/sv-benchmarks<br> If you use verification tasks from the repository and are interested in validating witnesses produced for SV-COMP &#39;16,<br> please use the &#39;svcomp16&#39; tag, because the tasks and their hashes might have changed since then.</p> <p>You can use CPAchecker to validate a witness for a verification task and generate an error report.<br> First, navigate to the CPAchecker directory:</p> <p>&nbsp; cd CPAchecker/</p> <p>Now, perform the validation by providing the verification task (consisting of specification and program source code) and a witness:</p> <p>&nbsp; scripts/cpa.sh -generateReport -witness-validation \<br> &nbsp;&nbsp;&nbsp; -spec &lt;specification&gt; \<br> &nbsp;&nbsp;&nbsp; &lt;source-code&gt; \<br> &nbsp;&nbsp;&nbsp; -spec &lt;witness&gt;</p> <p>For example:</p> <p>&nbsp;scripts/cpa.sh -generateReport -witness-validation \<br> &nbsp;&nbsp;&nbsp; -spec ../static/programs/loop-acceleration/ALL.prp \<br> &nbsp;&nbsp;&nbsp; ../static/programs/loop-acceleration/array_false-unreach-call3.i \<br> &nbsp;&nbsp;&nbsp; -spec ../static/witnesses/loop-acceleration/array_false-unreach-call3.i/a4572a0c1b505b1d1170b7347e48a2a93cb3f4c1</p> <p>The report will be generated in the subdirectory<br> &nbsp; output/report/</p> <p>&nbsp;</p>

opencc-by-sa-4.0Jul 2016View details →
zenodo40/100

Incremental Linearization for Satisfiability and Verification Modulo Nonlinear Arithmetic and Transcendental Functions

<p>The tarball contains Satisfiability Modulo Theories (SMT) and Verification Modulo Theories (VMT) benchmarks for the theories of Nonlinear Real Arithmetic (NRA) and NRA extended with Transcendental Functions (NTA). These benchmarks have been collected in the following works:</p> <p>Alessandro Cimatti, Alberto Griggio, Ahmed Irfan, Marco Roveri, Roberto Sebastiani. &quot;Invariant Checking of NRA Transition Systems via Incremental Reduction to LRA with EUF&quot;. In proc. Tools and Algorithms for the Construction and Analysis of Systems, TACAS&#39;17, 2017.</p> <p>Alessandro Cimatti, Alberto Griggio, Ahmed Irfan, Marco Roveri, Roberto Sebastiani. &quot;Satisfiability Modulo Transcendental Functions via Incremental Linearization&quot;. &nbsp;In proc. Int. Conference on Automated Deduction, CADE, 2017.</p> <p>Alessandro Cimatti, Alberto Griggio, Ahmed Irfan, Marco Roveri, Roberto Sebastiani. &quot;Incremental Linearization for Satisfiability and Verification Modulo Nonlinear Arithmetic and Transcendental Functions&quot;. ACM Transactions on Computational Logics. 2018. To appear.</p>

opencc-by-nc-nd-4.0Jun 2018View details →
zenodo40/100

Calculation verification and graph generation

<p>This spreadsheet is used to verify the results of the calculations for the selected best values from the programs 8075DegRise_CO2NMDPSIRR_V5.bas (DOI&nbsp;10.5281/zenodo.1418561) and 8075DegRise_NoNMDP_V1.bas (DOI&nbsp; 10.5281/zenodo.1419629).&nbsp;It is also used to determine the percentage of heat added by each component, and finally to generate graphical representations of the data results.</p>

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

Verification Witnesses from Verification Tools (SV-COMP 2019)

<p>This data set contains verification witnesses produced by tools for software verification that participated in the 8th International Competition on Software Verification (SV-COMP 2019).</p>

opencc-by-nc-sa-4.0Feb 2019View details →
zenodo40/100

TRIC Crawler Internal Localization on Pipe Segment Verification by External Ground Truth System

<p>Magnetic Crawling Robot on horizontal pipe segment</p> <p>External Trackikng with Optitrack System</p> <p>Internal Tracking with Odometry and Gravitation sensors</p> <p>Images, Plots, Movie, Raw-Data</p>

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

BESTEST verification for CitySim

<p>The ZIP contains the all the files needed for the BESTEST verification of CitySim whose results were published in:</p> <p>E. Walter and J. K&auml;mpf. A verification of CitySim results using the BESTEST and monitored consumption values. Building Simulation Applications BSA 2015, Bozen-Bolzano, Italy, 2015.</p> <p>The file README.txt explains the steps to follow to simulate, gather and analyse the results. The batch file to run CitySim is made for Windows, the script to gather the results is in Python and the analysis is carried out in an Excel sheet.</p> <p>&nbsp;</p>

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

Fig. 2. The 50 in Verification Of Four Species Of The Mud Lobster Genus Thalassina (Crustacea: Decapoda: Gebiidea: Thalassinidae) Using Molecular And Morphological Characters

Fig. 2. The 50% majority-rule consensus tree resulting from maximum likelihood analysis of (a) partial PEPCK sequences (substitution rate parameters: TC = 0.5206, TA = 0.1254, TG = 0.0125, CA = 0.1254, CG = 0.0125, AG = 0.2036), - Ln likelihood 1935.877; (b) partial NaK sequences (TC = 0.5183, TA = 0.1061, TG = 0.0727, CA = 0.0972, CG = 0.0223, AG = 0.1834), - Ln likelihood 2117.352; (c) partial COI sequences (TC = 0.7231, TA = 0.1315, TG = 1.4301e–5, CA = 0.0153, CG = 0.0311, AG = 0.0991), - Ln likelihood 2729.365; (d) combined PEPCK, NaK and COI DNA sequences (TC = 0.5687, TA = 0.1190, TG = 0.0211, CA = 0.1190, CG = 0.0211, AG = 0.1511), - Ln likelihood 6914.207. The bootstrap values (ML/MP/BI) are shown at the branches. Bar indicates substitutions per site.

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

Fig. 3 in Verification Of Four Species Of The Mud Lobster Genus Thalassina (Crustacea: Decapoda: Gebiidea: Thalassinidae) Using Molecular And Morphological Characters

Fig. 3. Locations of examined specimens of T. squamifera (circles) and T. kelanang (triangles) by various authors. Museum catalogue numbers at each site are indicated. = Poore &amp; Griffin, 1979; ● = Ngoc-Ho &amp; de Saint Laurent, 2009; = Moh &amp; Chong, 2009; O = Sakai &amp; Turkay, 2012; ▲ = Moh &amp; Chong, 2009, this study. Dotted line indicates Wallace's Line. Modified base map from http:// commons.wikimedia.org.

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

Fig. 1 in Verification Of Four Species Of The Mud Lobster Genus Thalassina (Crustacea: Decapoda: Gebiidea: Thalassinidae) Using Molecular And Morphological Characters

Fig. 1. SFDA ordination diagram of morphological and meristic characters for four species of Thalassina.

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

Experimental verification of isotropic auxetic behaviour of hierarchical samples

<p>Video of experimental test on a hierarchical auxetic and isotropic&nbsp;<a href="https://www.sciencedirect.com/topics/engineering/porous-medium">p</a>orous sample with extremely negative Poisson&rsquo;s ratio, related to the publication:</p> <p>M. Morvaridi, G. Carta, F. Bosia, A. S. Gliozzi, N. M. Pugno, D. Misseroni, M. Brun,&nbsp;&quot;Hierarchical auxetic and isotropic porous medium with extremely negative Poisson&rsquo;s ratio&quot;,&nbsp;Extreme Mechanics Letters 48,&nbsp;101405 (2021), https://doi.org/10.1016/j.eml.2021.101405.</p>

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

Dataset for "How Instrument Transformers Influence Power Quality Measurements: A Proposal of Accuracy Verification Tests"

<p>This is dataset for paper published:</p> <p>Crotti, Gabriella, Yeying Chen, Huseyin &Ccedil;ayci, Giovanni D&rsquo;Avanzo, Carmine Landi, Palma Sara Letizia, Mario Luiso, Enrico Mohns, Fabio Mu&ntilde;oz, Renata Styblikova, and Helko van den Brom. 2022. &quot;How Instrument Transformers Influence Power Quality Measurements: A Proposal of Accuracy Verification Tests&quot;&nbsp;<em>Sensors</em>&nbsp;22, no. 15: 5847. https://doi.org/10.3390/s22155847</p> <p>&nbsp;</p> <p>Excel file provides data in the time domain for tests performed on the inductive VT</p> <p>&nbsp;</p>

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

Reproduction Package for STTT Submission `Cooperative Verification: A Literature Review'

<p>This artifact contains the aggregated data used for the article &ldquo;Cooperative Verification: A Literature Review&rdquo;.</p> <p>The artifact consists of the following data files:</p> <p>|&ndash; stage-1_search-space.csv<br> |&ndash; stage-2-3-4_keyword-search_process-title-abstract.csv<br> |&ndash; review_sheet.csv</p> <p><strong>Search space for literature review</strong></p> <p>The file <code>stage-1_search-space.csv</code> contains metadata for the articles comprising the search space for our literature review. These data correspond to the output of <code>Stage 1</code> in the methodology described in the paper.</p> <p><strong>Filtering process</strong></p> <p>The file <code>stage-2-3-4_keyword-search_process-title-abstract.csv</code> contains the data corresponding to the stages 2, 3, and 4 of the methodology described in the paper. It contains metadata for the articles that passed the filter of <code>keyword-search</code>, and the decisions based on reviewing titles and abstracts.</p> <p><strong>Review sheet</strong></p> <p>The file <code>review_sheet.csv</code> contains metadata for the articles we reviewed. It contains the information related to the application of our definition to the techniques presented in these articles, as well as the class assigned to the cooperative techniques.</p> <p><strong>Generating numbers</strong></p> <p>Following commands can be executed to reproduce the numbers used in our literature review.</p> <pre><code># Change directory to the directory containing the CSV files of this artifact. # Number of papers in our search space. cat stage-1_search-space.csv | tail -n +2 | wc -l # Number of papers after keyword search. cat stage-2-3-4_keyword-search_process-title-abstract.csv | tail -n +2 | wc -l # Number of papers that are excluded based on titles. cut -f11 stage-2-3-4_keyword-search_process-title-abstract.csv | tail -n +2 | sort | uniq -c # Number of papers that are excluded based on abstracts. cut -f12 stage-2-3-4_keyword-search_process-title-abstract.csv | tail -n +2 | sort | uniq -c # Number of papers in different combination classes. cut -f8 review_sheet.csv | tail -n +2 | sort | uniq -c</code></pre>

opencc-by-4.0Mar 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