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.

2,453

datasets available to search

ShareScore release 0.9.0

Reset

Dataset results

2,453 results for “Architecture”

Learn how ShareScore rates datasets ↗
dryad40/100

Data from: Social network architecture and the tempo of cumulative cultural evolution

Open the record for dataset details and reuse information.

publicFeb 2021View details →
dryad40/100

A new molecular phylogeny of salps (Tunicata: Thalicea: Salpida) and the evolutionary history of their colonial architecture

Open the record for dataset details and reuse information.

publicJun 2023View details →
dryad40/100

Data from: Genome-wide association mapping within a local Arabidopsis thaliana population more fully reveals the genetic architecture for defensive metabolite diversity

Open the record for dataset details and reuse information.

publicMay 2024View details →
dryad40/100

Data from: The genetic architecture of quantitative variation in the self-incompatibility response within Phlox drummondii (Polemoniaceae)

Open the record for dataset details and reuse information.

publicJun 2025View details →
dryad40/100

Genetic architecture of adaptive radiation across two trophic levels

Open the record for dataset details and reuse information.

publicApr 2022View details →
dryad40/100

Data from: Repeated evolution of photoperiodic plasticity by different genetic architectures during recurrent colonizations in a butterfly

Open the record for dataset details and reuse information.

publicJan 2025View details →
dryad40/100

Genetic architecture of dispersal behaviour in the post-harvest pest and model organism Tribolium castaneum

Open the record for dataset details and reuse information.

publicJul 2023View details →
dryad40/100

Data for: Associations between leaf developmental stability, canalization and phenotypic plasticity in an architectural perspective

Open the record for dataset details and reuse information.

publicApr 2024View details →
dryad40/100

Data from: Subgenome-informed statistical modeling of transcriptomes in 25 common wheat accessions reveals cis- and trans- regulation architectures

Open the record for dataset details and reuse information.

publicJan 2025View details →
dryad40/100

Genetic architecture of disease resistance and tolerance in Douglas-fir trees

Open the record for dataset details and reuse information.

publicApr 2024View details →
dryad40/100

Genetic architecture underlying response to the fungal pathogen Dothistroma septosporum in lodgepole pine, jack pine, and their hybrids

Open the record for dataset details and reuse information.

publicFeb 2025View details →
dryad40/100

Data from: The genetic architecture of dewlap pattern in Hispaniola Anoles (Anolis distichus)

Open the record for dataset details and reuse information.

publicMar 2025View details →
dryad40/100

Subjective sleep quality and sleep architecture in patients with migraine: a meta-analysis

Open the record for dataset details and reuse information.

publicOct 2021View details →
dryad40/100

High performance electroadhesive clutches with multilayered architecture

Open the record for dataset details and reuse information.

publicJan 2025View details →
dryad40/100

On the genetic architecture of rapidly adapting and convergent life history traits in guppies

Open the record for dataset details and reuse information.

publicMar 2022View details →
dryad40/100

Data and scripts for: Bayesian Phylogenetic Analysis on multi-core Compute Architectures: Implementation and evaluation of BEAGLE in RevBayes with MPI

Open the record for dataset details and reuse information.

publicJul 2024View details →
dryad40/100

Data from: The genetic architecture of recombination rates is polygenic and differs between the sexes in wild house sparrows (Passer domesticus)

Open the record for dataset details and reuse information.

publicMar 2025View details →
zenodo36/100

"ATDx: Building an Architectural Technical Debt Index" companion dataset

<p>Companion dataset of the study &quot;ATDx: Building an Architectural Technical Debt Index&quot;.</p> <p>The dataset contains the totality of&nbsp;the raw data mined via <a href="https://sonarcloud.io/">SonarCloud</a> for the viability investigation of the study.</p>

opencc-by-4.0Dec 2019View details →
zenodo36/100

Collaborative Architecture, Urbanism, and Sustainability Web Archive (CAUSEWAY) collection derivatives

<p>Web archive derivatives of the&nbsp;<a href="https://archive-it.org/collections/4638">Collaborative Architecture, Urbanism, and Sustainability Web Archive (CAUSEWAY)</a> collection from the <a href="https://archive-it.org/home/IvyPlus">Ivy Plus Libraries Confederation</a>. The derivatives were created with the <a href="https://github.com/archivesunleashed/aut/">Archives Unleashed Toolkit</a> and <a href="https://cloud.archivesunleashed.org/">Archives Unleashed Cloud</a>.</p> <p>The <strong>ivy-4638-parquet.tar.gz</strong> derivatives&nbsp;are&nbsp;in&nbsp;the <a href="https://parquet.apache.org/">Apache&nbsp;Parquet format</a>,&nbsp;which&nbsp;is&nbsp;a <a href="http://en.wikipedia.org/wiki/Column-oriented_DBMS">columnar&nbsp;storage</a> format. These derivatives are generally small enough to work with on your local machine, and can be easily converted to Pandas DataFrames. See <a href="https://github.com/archivesunleashed/notebooks/blob/master/datathon-nyc/parquet_pandas_stonewall.ipynb">this</a> notebook for examples.</p> <p><strong>Domains</strong></p> <pre><code class="language-java">.webpages().groupBy(ExtractDomainDF($"url").alias("url")).count().sort($"count".desc)</code></pre> <p>Produces&nbsp;a&nbsp;DataFrame&nbsp;with&nbsp;the&nbsp;following&nbsp;columns:</p> <ul> <li>domain</li> <li>count</li> </ul> <p><strong>Web&nbsp;Pages</strong></p> <pre><code class="language-java">.webpages().select($"crawl_date", $"url", $"mime_type_web_server", $"mime_type_tika", RemoveHTMLDF(RemoveHTTPHeaderDF(($"content"))).alias("content"))</code></pre> <p>Produces&nbsp;a&nbsp;DataFrame&nbsp;with&nbsp;the&nbsp;following&nbsp;columns:</p> <ul> <li>crawl_date</li> <li>url</li> <li>mime_type_web_server</li> <li>mime_type_tika</li> <li>content</li> </ul> <p><strong>Web&nbsp;Graph</strong></p> <pre><code class="language-java">.webgraph()</code></pre> <p>Produces&nbsp;a&nbsp;DataFrame&nbsp;with&nbsp;the&nbsp;following&nbsp;columns:</p> <ul> <li>crawl_date</li> <li>src</li> <li>dest</li> <li>anchor</li> </ul> <p><strong>Image&nbsp;Links</strong></p> <pre><code class="language-java">.imageLinks()</code></pre> <p>Produces&nbsp;a&nbsp;DataFrame&nbsp;with&nbsp;the&nbsp;following&nbsp;columns:</p> <ul> <li>src</li> <li>image_url</li> </ul> <p><a href="https://github.com/archivesunleashed/aut-docs/blob/master/current/binary-analysis.md#binary-analysis"><strong>Binary&nbsp;Analysis</strong></a></p> <ul> <li>Audio</li> <li>Images</li> <li>Presentation&nbsp;program&nbsp;files</li> <li>Spreadsheets</li> <li>Text&nbsp;files</li> <li>Word&nbsp;processor&nbsp;files<br> &nbsp;</li> </ul> <p>The <strong>ivy-4638-auk.tar.gz </strong>derivatives<strong> </strong>are the <a href="https://cloud.archivesunleashed.org/derivatives">standard set of web archive derivatives</a> produced by the Archives Unleashed Cloud.</p> <ul> <li><strong>Gephi </strong>file, which can be loaded into <a href="https://gephi.org/">Gephi</a>. It will have basic characteristics already computed and a basic layout.</li> <li><strong>Raw Network</strong> file, which can also be loaded into <a href="https://gephi.org/">Gephi</a>. You will have to use that network program to lay it out yourself.</li> <li><strong>Full text</strong> file. In it, each website within the web archive collection will have its full text presented on one line, along with information around when it was crawled, the name of the domain, and the full URL of the content.</li> <li><strong>Domains count</strong> file. A text file containing the frequency count of domains captured within your web archive.</li> </ul>

opencc-by-4.0Feb 2020View details →
zenodo36/100

Figure 1 from "Comparative analysis of squamate brains unveils multi-level variation in cerebellar architecture associated with locomotor specialization"

<p>&nbsp;</p> <p>Published as part of <a href="https://doi.org/10.1038/s41467-019-13405-w"><strong>Macr&igrave;, S <em>et al</em>., 2019, Nature Communications: 10(1):5560</strong></a></p> <p><strong>&quot;Comparative analysis of squamate brains unveils multi-level variation in cerebellar architecture associated with locomotor specialization&quot;</strong> DOI: https://doi.org/10.1038/s41467-019-13405-w</p> <p>&nbsp;</p> <p><strong>Fig. 1</strong> <strong>Phylogeny and cerebellar diversity of squamates.</strong> <strong>a</strong> Phylogenetic tree of all snake and lizard species used in morphological and volumetric analyses, adapted from the most inclusive phylogenetic study available for extant squamates. The seven major locomotor modes for snakes (coloured squares) and/or lizards (coloured circles), as defined based on anatomical features, habitat use, and movement type, are indicated by the same colour code throughout the entire manuscript (see bottom left corner): limbless or limb-reduced burrower (red squares and circles); limbless or limb-reduced facultative burrower (purple squares and circles); limbless or limb-reduced multi-habitat using lateral undulation (orange squares and circles); limbless or limb-reduced multi-habitat using other movements (yellow squares); quadrupedal arboreal (dark blue circles); quadrupedal terrestrial (light blue circles); quadrupedal facultative bipedal/aerial (green circles). <strong>b</strong>&ndash;<strong>o</strong> 3D-volume rendering and high-resolution whole-brain segmentation of iodine-stained adult heads (<strong>b</strong>&ndash;<strong>h</strong>) highlighting the cerebellum structure (<strong>b</strong>&ndash;<strong>o</strong>, red colour) of selected representative squamates at indicated position in the phylogenetic tree: <em>Pantherophis guttatus</em> (<strong>b</strong>, <strong>i</strong>), <em>Epicrates cenchria</em> (<strong>c</strong>, <strong>j</strong>), <em>Pogona vitticeps</em> (<strong>d</strong>, <strong>k</strong>), <em>Draco volans</em> (<strong>e</strong>,<strong> l</strong>), <em>Bradypodion pumilum</em> (<strong>f</strong>, <strong>m</strong>), <em>Anguis fragilis</em> (<strong>g</strong>, <strong>n</strong>), <em>Melanoseps loveridgei</em> (<strong>h</strong>, <strong>o</strong>). High magnifications of 3D-rendered cerebella (<strong>i</strong>&ndash;<strong>o</strong>) are shown in pial surface (left panels) and lateral (right panels) views for each selected species. Scale bars: 1mm (<strong>b</strong>&ndash;<strong>h</strong>), 500 &mu;m (<strong>i</strong>&ndash;<strong>o</strong>).</p>

opencc-by-4.0Dec 2019View 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