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.

3,505

datasets available to search

ShareScore release 0.9.0

Reset

Dataset results

3,505 results for “completeness”

Learn how ShareScore rates datasets ↗
zenodo40/100

Complete Inertial Pose (CIP) Dataset

<pre>Contains the <strong>Complete Inertial Pose (CIP)</strong> <strong>Dataset</strong>: 1) <strong>Ergowear</strong>: acquisition using custom Ergowear wearable system (9 low-cost MARG sensors - MPU9250) and custom software. Contains ~4.17M@100Hz samples of data. 2) <strong>MTwAwinda</strong>: acquisition using XsensAwinda Mocap system (17 high-end MARG sensors - MTw) and the XsensMtManager software. Contains ~1.0M@60Hz samples of data. Both systems contain synchronized GT data from a commercial MoCap system (XsensAwinda Hardware + XsensAnalyse Software), sampled at 60Hz. </pre> <p>Usage: Follow readme.md on the &quot;code&quot; folder.</p> <p>Updated code, with extended functionality can be accessed on <a href="https://github.com/ManuelPalermo/HumanInertialPose.git">github.com/ManuelPalermo/HumanInertialPose</a>.</p>

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

Space of Optimal Solutions of the Correlation Clustering Problem for Complete Signed Graphs

<p><strong>Description. </strong>This is the data used in the experiments of the following paper:</p> <ul> <li>N. Arınık, R. Figueiredo, and V. Labatut, &ldquo;Multiplicity and Diversity: Analyzing the Optimal Solution Space of the Correlation Clustering Problem on Complete Signed Graphs,&rdquo;&nbsp;<em>Journal of Complex Networks&nbsp;</em>8(6):cnaa025, 2020.&nbsp;DOI:&nbsp;<a href="http://doi.org/10.1093/comnet/cnaa025">10.1093/comnet/cnaa025</a>&nbsp;⟨<a href="https://hal.archives-ouvertes.fr/hal-02994011">hal-02994011</a>⟩</li> </ul> <p>This dataset contains:</p> <ul> <li>Plot files used in the article;</li> <li>Input signed networks;</li> <li>All optimal solutions (i.e. optimal solution space) of the corresponding networks;</li> <li>Evaluation files.</li> </ul> <p><strong>Source code. </strong>The code source is accessible on GitHub:&nbsp;<a href="https://github.com/CompNet/Sosocc">https://github.com/CompNet/Sosocc</a></p> <p><strong>Citation. </strong>If you use the data or source code, please cite the above article.</p> <p><br><code>@Article{Arinik2020,</code><br><code>&nbsp; author &nbsp; &nbsp;= {Arınık, Nejat and Figueiredo, Rosa and Labatut, Vincent},</code><br><code>&nbsp; title &nbsp; &nbsp; = {Multiplicity and Diversity: Analyzing the Optimal Solution Space of the Correlation Clustering Problem on Complete Signed Graphs},</code><br><code>&nbsp; journal &nbsp; = {Journal of Complex Networks},</code><br><code>&nbsp; year &nbsp; &nbsp; &nbsp;= {2020},</code><br><code>&nbsp; volume &nbsp; &nbsp;= {8},</code><br><code>&nbsp; number &nbsp; &nbsp;= {6},</code><br><code>&nbsp; pages &nbsp; &nbsp; = {cnaa025},</code><br><code>&nbsp; doi &nbsp; &nbsp; &nbsp; = {10.1093/comnet/cnaa025},</code><br><code>}</code><br><br></p> <p>--------------------------------------------</p> <p><strong>Details.</strong></p> <p><br><strong># PLOT FILES</strong><br>* `<em>Figure1.zip</em>`: Figures showing that there might be many distinct optimal solutions of a small-sized network.<br>* `<em>Figure2.zip</em>`: Figures showing that distinct optimal solutions of a given network might be partition-wise very similar or different.<br>* `<em>Figure4: All Results.zip</em>`: Figure 4 in the article contains only a few plots regarding the results for space considerations. This zip file contains all plots, and it is organized by the values of `<em>l<sub>0</sub></em>`. In each `<em>l<sub>0</sub></em>` folder, the results are shown in three different perspectives:<br>--- Detected Imbalance Percentage vs Graph Order (i.e. number of vertices)<br>--- Prop mispl vs Graph order<br>--- Graph order vs Prop mispl<br>* `<em>workflow.pdf</em>`: The workflow of the methodology used in the article.<br>* `<em>Syrian network With All Solutions.pdf</em>`: Syrian network (on top) with core part information through node colors, and its optimal solutions in which node colors represent partition information (on bottom).<br>&nbsp;</p> <p><strong>#NETWORKS</strong><br>All networks are in `<em>Input Signed Networks.tar.gz</em>`.<br>Networks are generated through a simple random model (available in&nbsp;<em>https://github.com/CompNet/SignedBenchmark</em>) designed to produce complete (or uncomplete) unweighted networks with built-in modular structure.<br>There are 3 parameters used for the generation:</p> <ol> <li>number of nodes (`<em>n</em>`)</li> <li>initial number of modules (`<em>l<sub>0</sub></em>`)</li> <li>proportion of misplaced links, i.e. proportion of frustrated links, (`<em>q<sub>m</sub></em>`)</li> </ol> <p>Inside `<em>Input Signed Networks.tar.gz</em>`:<br>NETWORKS<br>|__n=NB-NODE_l0=INIT_NB_MODULE_dens=1.0000<br>....|__propMispl=PROP_MISPL<br>........|__propNeg=PROP_NEG<br>............|__network=NETWORK_NO<br><br>- The first hierarchy =&gt; the folders are named as follows: n=NB-NODE_l0=INIT-NB-MODULE_dens=1.0000<br>The number of nodes, the initial number of modules and the network density are given. The network density is always 1, since we treat only complete signed networks.<br>- The second hierarchy =&gt; the folders are named as follows: propMispl=PROP_MISPL<br>Proportion of misplaced links is given.<br>- The third hierarchy =&gt; the folders are named as follows: propNeg=PROP_NEG<br>Proportion of negative links (`<em>q<sub>n</sub></em>`) is specified. `<em>q<sub>n</sub></em>` changes depending on `<em>n</em>` and `<em>l<sub>0</sub></em>`. Since only complete signed networks are studied, this parameter is automatically computed from the other input parameters.<br>- The fourth hierarchy =&gt; the folders are named as follows: network=NETWORK_NO<br>Network numbers are shown.<br>In the end, thre are three file formats describing the same network content: GraphML (.graphml), Pajek NET (.net) or .G format.<br><br><strong># PARTITIONS</strong><br>All partition results are in `<em>Partition Results.tar.gz</em>`. Note that all optimal partitions of a signed network are obtained through an exact partitioning method. The code source is accessible here:&nbsp;<em>https://github.com/arinik9/ExCC</em><br>Inside `<em>Partition Results.tar.gz</em>`:<br><br>PARTITIONS<br>|__n=NB-NODE_l0=INIT_NB_MODULE_dens=1.0000<br>....|__propMispl=PROP_MISPL<br>........|__propNeg=PROP_NEG<br>............|__network=NETWORK_NO<br>................|__"<em>ExCC-all</em>"<br>....................|__"<em>signed-unweighted</em>"<br><br>- The first hierarchy =&gt; the folders are named as follows: n=NB-NODE_l0=INIT-NB-MODULE_dens=1.0000<br>- The second hierarchy =&gt; the folders are named as follows: propMispl=PROP_MISPL<br>- The third hierarchy =&gt; the folders are named as follows: propNeg=PROP_NEG<br>- The fourth hierarchy =&gt; the folders are named as follows: network=NETWORK_NO<br>- The fifth hierarchy =&gt; the folders are named as follows: "<em>ExCC-all</em>"<br>The name of the partitioning method are shown. Since an exact partitioning method is used to obtain all distinct optimal solutions, it is named as "<em>ExCC-all</em>".<br>- The sixth hierarchy =&gt; the folders are named as follows: "<em>signed-unweighted</em>"<br>The type of signed networks are shown: signed and unweighted</p> <p>In the end, the partition results are located, and the file names are named as follows:&nbsp;<em>membership.txt</em>. Note that the first partition result number starts from zero.</p> <p>&nbsp;</p> <p><strong># EVALUATIONS</strong><br>Evaluation results related to our plots are in `<em>Evaluation Results.tar.gz</em>. Note that the hierarchy of this folder is the same as that of 'Partitions'. Inside `<em>Evaluation</em><em>&nbsp;Results.tar.gz</em>`:</p> <p>- `Best-k-for-kmedoids.csv`: It contains three columns. 1) the number of solution classes via kmedoids, 2) the best Silhouette score, 3) the best clustering in terms of Silhouette score, which represents solution classes.</p> <p>- `class-core-part-size-tresh=1.00.csv`. It indicates the proportion of core part size for each solution class.</p> <p>- `exec-time.csv`: It indicates the execution time in seconds.</p> <p>- `imbalance.csv`: It contains the information of imbalance as 1) count and 2) percentage</p> <p>- `nb-solution.csv`: It indicates the total number of solutions<br>--------------------------------------------</p> <p>Funding:&nbsp;this research benefited from the support of the Agorantic FR 3621, as well as the FMJH Program PGMO and from the support to this program from EDF-THALES-ORANGE-CRITEO.</p>

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

MarsQuakeNet: A More Complete Marsquake Catalogue Obtained by Deep Learning Techniques (Supporting Material, JGR Planets)

<p>Supporting Material (JGR Planets, 2022JE007503) - contains:</p> <ul> <li>Extended marsquake catalogue</li> <li>List of all detections</li> <li>Sol-wise predictions</li> <li>Snapshot of MarsQuakeNet code</li> </ul> <p>MarsQuakeNet code (dynamic version) also available from: https://github.com/niko-d/MarsQuakeNet.git</p>

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

Text-fig. 7. Vertical polished sections of samples from selected layers. a: Layer No. 2, completely bioturbated, collection of the Czech Geological Survey (abbr. BK), BK 7; b: Layer No. 3, low: nearly completely bioturbated, upper: cross- to ripple bedding, weakly bioturbated, BK 6; c: Layer No. 7, incompletely bioturbated siltstone/mudstone, BK 5; d: Layer No. 8, low: totally bioturbated background with Zoophycos ichnofabric, upper: spotted, completely bioturbated siltstone, BK 4; e: Layer No. 8, low: in Early Complex Tiering Pattern: Upper Ordovician, Barrandian Area, The Czech Republic

Text-fig. 7. Vertical polished sections of samples from selected layers. a: Layer No. 2, completely bioturbated, collection of the Czech Geological Survey (abbr. BK), BK 7; b: Layer No. 3, low: nearly completely bioturbated, upper: cross- to ripple bedding, weakly bioturbated, BK 6; c: Layer No. 7, incompletely bioturbated siltstone/mudstone, BK 5; d: Layer No. 8, low: totally bioturbated background with Zoophycos ichnofabric, upper: spotted, completely bioturbated siltstone, BK 4; e: Layer No. 8, low:

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

Fig. 3 in Sequencing and analysis of the complete mitochondrial genome of the giant dobsonfly Acanthacorydalis orientalis (McLachlan) (Insecta: Megaloptera: Corydalidae)

Fig. 3. Predicted secondary structure of the rrnl in the Acanthacorydalis orientalis mt genome. Roman numerals denote the conserved Watson-Crick base pairing and dot (•) indicates G-U base pairing.

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

Fig. 4 in Sequencing and analysis of the complete mitochondrial genome of the giant dobsonfly Acanthacorydalis orientalis (McLachlan) (Insecta: Megaloptera: Corydalidae)

Fig. 4. Predicted secondary structure of the rrns in the A. orientalis mt genome. Roman numerals denote the conserved domain structure. Dash (-) indicates Watson-Crick base pairing and dot (•) indicates G-U base pairing.

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

Fig. 1 in Sequencing and analysis of the complete mitochondrial genome of the giant dobsonfly Acanthacorydalis orientalis (McLachlan) (Insecta: Megaloptera: Corydalidae)

Fig. 1. Mitochondrial genome map of Acanthacorydalis orientalis. The tRNAs are denoted by the color blocks and are labeled according to the IUPACIUB single-letter amino acid codes. Gene name without underline indicates the direction of transcription

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

Fig. 2 in Sequencing and analysis of the complete mitochondrial genome of the giant dobsonfly Acanthacorydalis orientalis (McLachlan) (Insecta: Megaloptera: Corydalidae)

Fig. 2. Inferred secondary structure of 22 tRNAs of the Acanthacorydalis orientalis mt genome. The tRNAs are labeled with the abbreviations of their corresponding amino acids. Dash (-) indicates Watson-Crick bonds and dot (·) indicates GU bonds.

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

Fig. 5 in Sequencing and analysis of the complete mitochondrial genome of the giant dobsonfly Acanthacorydalis orientalis (McLachlan) (Insecta: Megaloptera: Corydalidae)

Fig. 5. Phylogenetic relationships among the sequenced Megaloptera insects. Numbers at the nodes are Bayesian posterior probabilities (left) and ML bootstrap values (right).

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

Text-fig. 4. Laminated silts with almost complete leaves at the top of bed GLA20: Dicotylophyllum sp. 3 (left: MGPTPU141032) and Laurophyllum sp. 2 (right: MGPT-PU141082). Scale bar 10 mm. in Remains Of A Subtropical Humid Forest In A Messinian Evaporitebearing Succession At Govone, Northwestern Italy - Preliminary Results

Text-fig. 4. Laminated silts with almost complete leaves at the top of bed GLA20: Dicotylophyllum sp. 3 (left: MGPTPU141032) and Laurophyllum sp. 2 (right: MGPT-PU141082). Scale bar 10 mm.

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

Fig. 6 in Complete mitochondrial genome sequence of Bonasa sewerzowi (Galliformes: Phasianidae) and phylogenetic analysis

Fig. 6. The phylogenetic relationship of Bonasa among Galliformes based on the complete mitogenome. Branch lengths and topologies were obtained from Maximum Likelihood analyses. The numbers were the bootstrap values of MP/ML/BI trees in turn. * indicates that MP or BI tree was inconsistent with ML tree.

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

Fig. 4 in Complete mitochondrial genome sequence of Bonasa sewerzowi (Galliformes: Phasianidae) and phylogenetic analysis

Fig. 4. The structure of CR in Bonasa sewerzowi mitochondrial genome and comparasion with B. bonasia.

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

Fig. 5 in Complete mitochondrial genome sequence of Bonasa sewerzowi (Galliformes: Phasianidae) and phylogenetic analysis

Fig. 5. Nucleotide composition of different partitions from two Bonasa mitogenomes. AT-skew, (A-T)/(A+T); GC-skew, (G-C)/(G+C); PCG-1st, the first codon positions of PCGs; PCG-2nd, the second codon positions of PCGs; PCG-3rd, the third codon positions of PCGs.

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

Fig. 3 in Complete mitochondrial genome sequence of Bonasa sewerzowi (Galliformes: Phasianidae) and phylogenetic analysis

Fig. 3. The srRNA secondary structure of Bonasa sewerzowi mitogenome and comparasion with B. bonasia. The different nucleotides in B. bonasia was pointed out.

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

Fig. 1 in Complete mitochondrial genome sequence of Bonasa sewerzowi (Galliformes: Phasianidae) and phylogenetic analysis

Fig. 1. Gene map of the B. sewerzowi mitochondrial genome. Transfer RNA genes are designated by single-letter amino acid codes. L1, L2, S1, and S2 denote trnL (uur), trnL (cun), trnS (ucn) and trnS (agy), respectively.

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

Fig. 2 in Complete mitochondrial genome sequence of Bonasa sewerzowi (Galliformes: Phasianidae) and phylogenetic analysis

Fig. 2. The lrRNA secondary structure of Bonasa sewerzowi mitogenome and comparasion with B. bonasia. The different nucleotides in B.

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

Figure 4 in Complete mitochondrial genomes from museum specimens clarify millipede evolution in the Eastern Arc Mountains

Figure 4. Maximum likelihood-based phylogeny, with 100 bootstrap replicates and using all the 26 mitochondrial genomes generated in this study. The dataset was supplemented with Thyropygus sp. and Abacion magnum as outgroups, with sequences derived from GenBank. GenBank accession numbers are given in parentheses. Colours represent Tropostreptus sample origins. The upper right inset shows the topology of the Tropostreptus hamatus lineage, enlarged to clarify the branching order. Only support values &lt;100 are shown. *Thyropygus sp. (red font) is very likely to be a species misidentification; for more information, see Discussion text.

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

Figure 5. Bayesian phylogeny, with species divergence age estimates reconstructed with BEAST using all the 26 in Complete mitochondrial genomes from museum specimens clarify millipede evolution in the Eastern Arc Mountains

Figure 5. Bayesian phylogeny, with species divergence age estimates reconstructed with BEAST using all the 26 mitochondrial genomes generated in this study. The dataset was supplemented with Thyropygus sp. and Abacion magnum as outgroups, derived from GenBank. GenBank accession numbers are provided in parentheses. Blue bars indicate the 95% highest probability density intervals for node ages. Age estimation for lineage divergence was based on a general arthropod mitochondrial DNA substitution rate and should be considered with caution. *Thyropygus sp. (red font) is very likely to be a misidentification; for more information, see the Discussion.

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

Figure 1 in Complete mitochondrial genomes from museum specimens clarify millipede evolution in the Eastern Arc Mountains

Figure 1. Typical Tropostreptus appearance exemplified by a Tropostreptus hamatus individual from Udzungwa Mountains, Tanzania (photograph credit: Nikolaj Scharff).

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

Figure 2 in Complete mitochondrial genomes from museum specimens clarify millipede evolution in the Eastern Arc Mountains

Figure 2. Map showing the origin of the millipede specimens used in the study, with the accuracy of location restricted to mountain blocks. Coloured circles all represent Tropostreptus species, whereas grey symbols represent species from other millipede genera. Base map published by permission of the Eastern Arc Mountains Conservation Endowment Fund.

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