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.

1,721

datasets available to search

ShareScore release 0.9.0

Reset

Dataset results

1,721 results for “network data”

Learn how ShareScore rates datasets ↗
dryad24/100

Data from: Impact of repeated exposures on information spreading in social networks

Clustered structure of social networks provides the chances of repeated exposures to carriers with similar information. It is commonly believed that the impact of repeated exposures on the spreading of information is nontrivial. Does this effect increase the probability that an individual forwards a message in social networks? If so, to what extent does this effect influence people's decisions on whether or not to spread information? Based on a large-scale microblogging data set, which logs the message spreading processes and users' forwarding activities, we conduct a data-driven analysis to explore the answer to the above questions. The results show that an overwhelming majority of message samples are more probable to be forwarded under repeated exposures, compared to those under only a single exposure. For those message samples that cover various topics, we observe a relatively fixed, topic-independent multiplier of the willingness of spreading when repeated exposures occur, regardless of the differences in network structure. We believe that this finding reflects average people's intrinsic psychological gain under repeated stimuli. Hence, it makes sense that the gain is associated with personal response behavior, rather than network structure. Moreover, we find that the gain is robust against the change of message popularity. This finding supports that there exists a relatively fixed gain brought by repeated exposures. Based on the above findings, we propose a parsimonious model to predict the saturated numbers of forwarding activities of messages. Our work could contribute to better understandings of behavioral psychology and social media analytics.

opencc-zeroDec 2014View details →
dryad24/100

Data on: The role of technical characteristics in blockchain adoption: survey data from German social media network users

<p><span>Blockchain has become a hyped emerging technology that is predicted to be heavily influential in all our lives. Yet, until now, it has failed to deliver most of its advertised benefits. To tackle this problem and provide an explanation for the missing wider success, this study focuses on the role of technology features in the adoption of blockchain. Thus, this research integrates the view on technological characteristics, represented by aspects of the mindfulness concept, with the sociological aspects influencing technology adoption decisions based on the widely used unified theory of acceptance and use of technology (UTAUT). The resulting research model is evaluated using the partial least squares structural equation modelling (PLS-SEM) estimation approach with German social media network. The findings indicate that only high-level knowledge of distinct technology features (uniqueness) is influencing adoption decisions while the missing deeper understanding of these features hinders a careful evaluation of its benefits and meaningful use. This research expands the technology adoption literature by highlighting the role of technical characteristics and combining social, psychological and technological factors into one model. Further, it helps practitioners to understand the causes for the limited success of blockchain and advances the general knowledge on technology adoption.</span></p>

opencc-zeroApr 2022View details →
zenodo24/100

Data and Code accompanying "Dual communities in spatial networks"

<p>This data was generated in the publication &quot;Dual communities in spatial networks&quot; which is available in ArXiv:2105.06687.</p> <p>In addition to the data, a version of the code found in the <a href="https://github.com/phboett/dual-communities">Github repository</a> of this project was added.</p> <p>See README.md in repository for more information.</p>

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

Data for "Towards quantum gravity with neural networks: Solving the quantum Hamilton constraint of U(1) BF theory"

<h2>1. Repository Information</h2> <p>This repository contains the data produced during the work discussed in in the paper "<a href="https://iopscience.iop.org/article/10.1088/1361-6382/ad84af" target="_blank" rel="noopener">Towards quantum gravity with neural networks: Solving the quantum Hamilton constraint of U(1) BF theory</a>". Please refer to this paper for more details on how the data was produced.</p> <p>&nbsp;</p> <h2>2. Citing</h2> <p>In addition to citing this repository, please also cite the paper mentioned above if you use the data. The citations is:</p> <p>[1] Hanno Sahlmann and Waleed Sherif 2024&nbsp;<em>Class. Quantum Grav.</em> <strong>41</strong> 225014</p> <p>&nbsp;</p> <h2>3. File Description</h2> <p>In this repository, you will find 4 general directories (here called parent directories):</p> <ol> <li>Tabulated Data</li> <li>Misc</li> <li>Entanglement Entropy</li> <li>Appendix Data</li> </ol> <p>Each of these directories correposnd to different data produced and discussed in the corresponding parts in the paper mentioned above (e.g. the directory "Tabulated Data" contains the data used in Table 1 and Table 2 in the paper).</p> <p>Each of these parent directories contain within them several sub-directories (child directories) corresponding to different produced data. The raw data can be found in a <code>.json</code> file inside the child directories.</p> <p>&nbsp;</p> <h2>4. Usage</h2> <h3>4.1 Raw Simulation Data</h3> <p>The <code>.json</code> files include the raw data produced during the study. These files can be easily accessed using a python script, as an example, by using:</p> <p><code>import json</code></p> <p><code>filePath = ...</code></p> <p><code>data = json.load(open(filePath))</code></p> <p>where <code>filePath</code> should hold the correct path to the local data once downloaded. Once loaded, the data is handled as a python <code>dict</code>. The dictionary will have a parent key called "Energy", which in itself is yet another dictionary which will always include the keys:</p> <ul> <li>iters</li> <li>Mean</li> <li>Variance</li> <li>Sigma</li> <li>R_hat</li> <li>TauCorr</li> </ul> <p>Hence, to access the "Mean" values, you use <code>data["Energy"]["Mean"]</code>. The data represents the values during a simulation of typically 500 iterations, hence, each of the keys mentioned above will correspond to an array of 500 items. The <code>iters</code> array includes merely the iteration number. The <code>Mean</code> array includes the value of the expectation value of the constraint at the corresponding iteration. The <code>Variance</code>, <code>Sigma</code>, <code>R_hat</code> and <code>TauCorr</code> includes the values of the variance and error in the expectation value at the given iteration as well as the split R-hat diagnostic and the time correlation also in the given iteration.&nbsp;</p> <p>&nbsp;</p> <h3>4.2 Variational State Data</h3> <p>Additionally, some child directories will include a <code>.npy</code> file, which holds the amplitudes of the variational state for the given simulation. These files should be loaded using numpy in python. For example:</p> <p><code>import numpy as np</code></p> <p><code>filePath = ...</code></p> <p><code>varState = np.load(filePath)</code></p> <p>This will load the amplitudes as an array into the <code>varState</code> variable.</p> <p>&nbsp;</p> <h3>4.3 Fluctuation results</h3> <p>In some child directories, there will be a <code>.txt</code> file which includes the output of the calculation of the expectation value of some operators and their quantum fluctuations. These are only results, and not data, as the data can only be computed during the simulation.</p> <p>&nbsp;</p> <h2>5. Contact</h2> <p>Shall you have any unanswered questions regarding the usage of the data, please contact the author:</p> <p>Waleed Sherif</p> <p>email: waleed.sherif@fau.de</p> <p>&nbsp;</p> <h2>6. References</h2> <p>The data provided in this repository was produced using the <a href="https://github.com/netket" target="_blank" rel="noopener">NetKet</a>[1] package</p> <p>[1] <a href="https://doi.org/10.21468/SciPostPhysCodeb.7" target="_blank" rel="noopener">doi: 10.21468/SciPostPhysCodeb.7</a></p> <p>&nbsp;</p>

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

Data and results for Cochrane systematic review and network meta-analysis on ascites

<p>Please download the file, unzip the file, and read the instructions before use.</p>

opencc-by-4.0Nov 2019View details →
dryad24/100

Data from: Surprising complexity of the ancestral apoptosis network

Apoptosis, one of the main types of programmed cell death, is regulated and performed by a complex protein network. Studies in model organisms, mostly in the nematode C. elegans, identified a relatively simple apoptotic network consisting of only a few proteins. However, analysis of several recently sequenced invertebrate genomes, ranging from the cnidarian sea anemone Nematostella vectensis, representing one of the morphologically simplest metazoans, to the deuterostomes sea urchin and amphioxus, contradicts the current paradigm of a simple ancestral network that expanded in vertebrates. Results Here we show that the apoptosome-forming CED-4/Apaf-1 protein, present in single copy in vertebrate, nematode, and insect genomes, had multiple paralogs in the cnidarian-bilaterian ancestor. Different members of this ancestral Apaf-1 family lead to the extant proteins in nematodes/insects and in deuterostomes, explaining significant functional differences between proteins that until now were believed to be orthologous. Similarly, the evolution of the Bcl-2 and caspase protein families appears surprisingly complex and apparently included significant gene loss in nematodes and insects and expansions in deuterostomes. Conclusion The emerging picture of the evolution of the apoptosis network is one of a succession of lineage-specific expansions and losses, which combined with the limited number of "apoptotic" protein families, resulted in apparent similarities between networks in different organisms that mask an underlying complex evolutionary history. Similar results are beginning to surface for other regulatory networks, contradicting the intuitive notion that regulatory networks evolved in a linear way, from simple to complex.

opencc-zeroDec 2006View details →
dryad24/100

Data from: Effects of chronic anthropogenic disturbance and rainfall on the specialization of ant-plant mutualistic networks in the Caatinga, a Brazilian dry forest

1. Anthropogenic disturbance and climate change might negatively affect the ecosystem services provided by mutualistic networks. However, the effects of such forces remain poorly characterized. They may be especially important in dry forests, which (1) experience chronic anthropogenic disturbances (CADs) as human populations exploit forest resources and (2) are predicted to face a 22% decline in rainfall under climate change. 2. In this study, we investigated the separate and combined effects of CADs and rainfall levels on the specialization of mutualistic networks in the Caatinga, a seasonally dry tropical forest typical of northeastern Brazil. More specifically, we examined interactions between plants bearing extrafloral nectaries (EFNs) and ants. We analyzed whether differences in network specialization could arise from environmentally mediated variation in the species composition, namely via the replacement of specialist by generalist species. 3. We characterized these ant-plant networks in 15 plots (20 x 20 m) that varied in CAD intensity and mean annual rainfall. We quantified CAD intensity by calculating three indices related to the main sources of disturbance in the Caatinga: livestock grazing (LG), wood extraction (WE), and miscellaneous resource use (MU). We determined the degree of ant-plant network specialization using four metrics: generality, vulnerability, interaction evenness, and H2'. 4. Our results indicate that CADs differentially influenced network specialization: we observed positive, negative, and neutral responses along LG, MU, and WE gradients, respectively. The pattern was most pronounced with LG. Rainfall also shaped network specialization, markedly increasing it. While LG and rainfall were associated with changes in network species composition, this trend was not related to the degree of species specialization. This result suggests that shifts in network specialization might be related to changes in species behavior, not species composition. 5. Our study highlights the vulnerability of such dry forest ant-plant networks to climate change. Moreover, dry forests experience highly heterogeneous anthropogenic disturbances, creating a geographic mosaic of selective forces that may shape the coevolution of interactions between ants and EFN-bearing plants.

opencc-zeroDec 2017View details →
dryad24/100

Data from: Large-scale network integration in the human brain tracks temporal fluctuations in memory encoding performance

Although activation/deactivation of specific brain regions have been shown to be predictive of successful memory encoding, the relationship between time-varying large-scale brain networks and fluctuations of memory encoding performance remains unclear. Here we investigated time-varying functional connectivity patterns across the human brain in periods of 30-40 s, which have recently been implicated in various cognitive functions. During functional magnetic resonance imaging, participants performed a memory encoding task, and their performance was assessed with a subsequent surprise memory test. A graph analysis of functional connectivity patterns revealed that increased integration of the subcortical, default-mode, salience, and visual subnetworks with other subnetworks is a hallmark of successful memory encoding. Moreover, multivariate analysis using the graph metrics of integration reliably classified the brain network states into the period of high (vs. low) memo ry encoding performance. Our findings suggest that a diverse set of brain systems dynamically interact to support successful memory encoding.

opencc-zeroDec 2017View details →
zenodo24/100

Figure 7 from: Smirnova L, Mergen P, Groom Q, De Wever A, Penev L, Stoev P, Pe'er I, Runnel V, Camacho A, Vincent T, Agosti D, Arvanitidis C, Bonet F, Saarenmaa H (2016) Data sharing tools adopted by the European Biodiversity Observation Network Project. Research Ideas and Outcomes 2: e9390. https://doi.org/10.3897/rio.2.e9390

Figure 7 - Mobile app for sporadic observations reporting.

opencc-by-4.0May 2016View details →
zenodo24/100

Figure 2 from: Smirnova L, Mergen P, Groom Q, De Wever A, Penev L, Stoev P, Pe'er I, Runnel V, Camacho A, Vincent T, Agosti D, Arvanitidis C, Bonet F, Saarenmaa H (2016) Data sharing tools adopted by the European Biodiversity Observation Network Project. Research Ideas and Outcomes 2: e9390. https://doi.org/10.3897/rio.2.e9390

Figure 2 - The Plazi workflow (green) within EU BON.

opencc-by-4.0May 2016View details →
zenodo24/100

Raw data of the heterogeneous Hegselmann-Krause model on network ensembles

<p># Raw data of the heterogeneous Hegselmann-Krause model on network ensembles<br> This is the raw data underlying the results of the article *&laquo;On the effects of over-compromising: heterogeneity and network effects on a bounded confidence opinion dynamics model.&raquo;*.</p> <p>For each measured combination of the parameters, there is one gzipped file. The parameters are:</p> <p>&nbsp;- Lower and upper bounds of the confidence interval, [&epsilon;_l, &epsilon;_u].<br> &nbsp;- Topology: the different types of networks and the average degree with which the networks are generated.<br> &nbsp;- System size<br> &nbsp;- Number of realizations for the parameter combination<br> &nbsp;<br> The single files follow a naming scheme of `data_HK_uni[{eps_l},{eps_u}]_topo={topology}_N={N}_trajrecord=0_{m}real.dat.gz`,&nbsp; where:</p> <p>&nbsp;- `{eps_l},{eps_u}` are the values of the lower and upper bounds of the confidence interval.<br> &nbsp;- `{topology}` contains the type of network and the average degree. The possibilities are `BA_k=10`, `ER_c=10`, `sl1`, `sl2`, and `sl3`.<br> &nbsp;- `N` is the system size. The sizes are powers of two.<br> &nbsp;- `trajrecord=0` signals the fact that file contains only the final state.<br> &nbsp;- `{m}` is the number of realizations.</p> <p># Data format<br> Each file contains the final state of each realization back to back. Each final state is encoded as three lines:</p> <p>&nbsp;- The convergence time is a single integer with a line prefix &#39;\# iterations:&#39;<br> &nbsp;- The positions of all clusters in opinion space with a line prefix &#39;\# &#39; (unsorted)<br> &nbsp;- The number of agents in each of the clusters without a line prefix</p> <p># Folders structure<br> The files are organized as follows:</p> <p>&nbsp;- **`phase_plots.tar`**: contains the data for the different phase plots (full exploration of the [&epsilon;_l, &epsilon;_u] space) with `N=16384` and `m=100` realizations.<br> &nbsp;&nbsp; &nbsp; - **`ER`** contains the data for Erdos Renyi with mean degree of 10 (c=10)<br> &nbsp;&nbsp; &nbsp; - **`BA`** contains the data for Barabasi Albert with a mean degree of 10 (k=10)<br> &nbsp;&nbsp; &nbsp; - **`SL`** contains the data for Square lattice with first, second and third nearest neighbors (k=4, 8, 12)<br> &nbsp;- **`swipes.tar`** contains the data for the finite size effects study at fixed &epsilon;_l with `m=1000` realizations.<br> &nbsp;&nbsp; &nbsp; - **`ER`** contains the data for Erdos Renyi with mean degree of 10 (c=10) with &epsilon;_l = 0.05<br> &nbsp;&nbsp; &nbsp; - **`BA`** contains the data for Barabasi Albert with a mean degree of 10 (k=10) with &epsilon;_l = 0.05<br> &nbsp;&nbsp; &nbsp; - **`SL`** contains the data for Square lattice with third nearest neighbors (k=12) with &epsilon;_l =0.03<br> &nbsp;- the different videos referenced in the main text and the SM follow various naming schemes:<br> &nbsp;&nbsp; &nbsp; - **`scatter3D_el_eu_Smax_uni_{topology}_N=16384.mp4`**: 360&deg; rotation of the 3D visualisation of the data leading the average phase plots.<br> &nbsp;&nbsp; &nbsp; - **`scatter2D_el={eps_l}_eu_Smax_extremism_{topology}_SizeEffect.mp4`**: evolution of the scatter plot leading the finite size study as a function of N.<br> &nbsp;&nbsp; &nbsp; - **`scatter3D_el={eps_l}_eu_Smax_extremism_{topology}_SizeEffect.mp4`**: same as before, but in 3D where the Z-axis is the extremism.<br> &nbsp;&nbsp; &nbsp; - **`scatter_x0_xt_{topology}_N={N}_{realization_type}.mp4`**: time evolution of the scatter plot of the opinion at time `t` versus initial opinion, color-coded with the extremism. {realization_type} can be mild, skewed or U-turn.<br> &nbsp;&nbsp; &nbsp; - **`traj_2D_SL_k=12_N=16384_{realization_type}.mp4`**: because of the spatial embedding, the time evolution of those realizations on the Square Lattice can be visualized in 2D.</p> <p># Python example for reading the format<br> An example script, which visualizes &lt;S\&gt; vs &epsilon;_u graph for the largest size of the ER case, with a function to read this format is given in `example.py`.</p>

opencc-by-4.0Dec 2022View details →
ClinicalTrials.gov24/100

Normative Data Base of Brain Network Activation (BNA) Using Evoked Response Potentials

ClinicalTrials.gov study NCT02418208. IPD Sharing: Not stated. Countries: 2. Publications: 0.

restrictedIPD-UNDECIDEDFeb 2026View details →
ClinicalTrials.gov24/100

National Ophthalmic Genotyping and Phenotyping Network (eyeGENE (Registered Trademark)), Stage 3 - Expansion of DNA and Data Repositories for Rare Inherited Ophthalmic Diseases

ClinicalTrials.gov study NCT06491615. IPD Sharing: NO. Countries: 1. Publications: 0.

closedIPD-NOFeb 2026View details →
ClinicalTrials.gov24/100

Data Acquisition for Connected Network for EMSs Comprehensive Technical-support Using Artificial Intelligence

ClinicalTrials.gov study NCT05939258. IPD Sharing: NO. Countries: 1. Publications: 0.

closedIPD-NOFeb 2026View details →
ClinicalTrials.gov24/100

HCRN Core Data Project: Characterizing Patient Populations in the Hydrocephalus Clinical Research Network (HCRN)

ClinicalTrials.gov study NCT00670735. IPD Sharing: Not stated. Countries: 2. Publications: 0.

restrictedIPD-UNDECIDEDFeb 2026View details →
ClinicalTrials.gov24/100

Normative Data of Brain Network Activation

ClinicalTrials.gov study NCT01742858. IPD Sharing: Not stated. Countries: 1. Publications: 0.

restrictedIPD-UNDECIDEDFeb 2026View details →
ClinicalTrials.gov24/100

Network Analysis of Urinary Molecular Signature Complements Clinical Data to Predict Postoperative Acute Kidney Injury

ClinicalTrials.gov study NCT02114138. IPD Sharing: Not stated. Countries: 1. Publications: 0.

restrictedIPD-UNDECIDEDFeb 2026View details →
ClinicalTrials.gov24/100

Normative Data of Brain Network Activation in Adolescents and Young Adults

ClinicalTrials.gov study NCT01460394. IPD Sharing: YES. Countries: 1. Publications: 0.

controlledIPD-YESFeb 2026View details →
ClinicalTrials.gov24/100

Developing and Testing a Social Network Data Capture Tool to Improve Partner Services: a Preliminary Pilot Implementation

ClinicalTrials.gov study NCT06659003. IPD Sharing: NO. Countries: 1. Publications: 0.

closedIPD-NOFeb 2026View details →
ClinicalTrials.gov24/100

Characteristics and Treatment Patterns of Patients With Sickle Cell Disease in Globin Research Network for Data and Discovery Registry

ClinicalTrials.gov study NCT06662812. IPD Sharing: Not stated. Countries: 1. Publications: 0.

restrictedIPD-UNDECIDEDFeb 2026View 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