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
Dataset results
3,505 results for “completeness”
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 "code" 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>
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, “Multiplicity and Diversity: Analyzing the Optimal Solution Space of the Correlation Clustering Problem on Complete Signed Graphs,” <em>Journal of Complex Networks </em>8(6):cnaa025, 2020. DOI: <a href="http://doi.org/10.1093/comnet/cnaa025">10.1093/comnet/cnaa025</a> ⟨<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: <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> author = {Arınık, Nejat and Figueiredo, Rosa and Labatut, Vincent},</code><br><code> title = {Multiplicity and Diversity: Analyzing the Optimal Solution Space of the Correlation Clustering Problem on Complete Signed Graphs},</code><br><code> journal = {Journal of Complex Networks},</code><br><code> year = {2020},</code><br><code> volume = {8},</code><br><code> number = {6},</code><br><code> pages = {cnaa025},</code><br><code> doi = {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> </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 <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 => 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 => the folders are named as follows: propMispl=PROP_MISPL<br>Proportion of misplaced links is given.<br>- The third hierarchy => 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 => 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: <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 => the folders are named as follows: n=NB-NODE_l0=INIT-NB-MODULE_dens=1.0000<br>- The second hierarchy => the folders are named as follows: propMispl=PROP_MISPL<br>- The third hierarchy => the folders are named as follows: propNeg=PROP_NEG<br>- The fourth hierarchy => the folders are named as follows: network=NETWORK_NO<br>- The fifth hierarchy => 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 => 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: <em>membership.txt</em>. Note that the first partition result number starts from zero.</p> <p> </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> 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: 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>
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>
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:
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.
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.
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
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.
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).
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.
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.
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.
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.
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.
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.
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.
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 <100 are shown. *Thyropygus sp. (red font) is very likely to be a species misidentification; for more information, see Discussion text.
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.
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).
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.
ScienceDex guides
Understand access before you commit
These curated guides explain access requirements, typical timelines, costs, and reuse considerations for widely used research datasets.
Allen Brain Atlas
Allen Brain Atlas is an Allen Institute collection of brain map atlases, datasets, APIs, and analysis tools covering mouse, human, and non-human primate brain resources.
Annotated Behaviour and Observability Dataset (ABODe)
ABODe is a University of Edinburgh DataShare dataset for behavior classification in group-housed mice using home-cage video, identities, bounding boxes, ground-plate positions, and annotator labels.
DANDI Archive for NWB datasets
DANDI is a BRAIN Initiative archive for publishing and sharing neurophysiology data, including electrophysiology, optophysiology, and behavioral data packaged as NWB and related standards.
International Brain Laboratory public data
The International Brain Laboratory public data releases expose standardized mouse decision-making experiments, including Neuropixels recordings, widefield calcium imaging, behavior, and session metadata accessed through the ONE API.
OpenNeuro
OpenNeuro is a free, open platform for sharing neuroimaging datasets, with public search, dataset pages, and download paths for web, S3, DataLad, and the OpenNeuro CLI.