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.

5

datasets available to search

ShareScore release 0.9.0

Reset

Dataset results

5 results for “Sustainable architecture”

Learn how ShareScore rates datasets ↗
zenodo48/100

Software Architecture Assessment for Sustainability: A Case Study

<h3>Replication Package: Software Architecture Assessment for Sustainability: A Case Study</h3> <p><br>This repository contains the supplementary material to support the paper published at the International Conference on Software Architecture (ECSA) 2024 titled, "Software Architecture Assessment for Sustainability: A Case Study". This repository can be used to replicate the study and carry out a Software Architecture Evaluation of other software systems.<br><br>The online version can be browsed on the linked <a href="https://github.com/S2-group/rep-pkg-ecsa-2024-SA-assessment-for-sustainability-a-case-study/tree/v1.0.0" target="_blank" rel="noopener">Github Repository</a></p> <p>&nbsp;</p> <p>&nbsp;</p>

opencc-by-4.0Jun 2024View 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 →
zenodo32/100

Supplemental Material: Effects of Environmental Sustainability Enhancing Architectural Patterns and Tactics on different Quality Attributes

<p>These are the additional resources to the thesis with the same title.</p> <p>Context: Environmental sustainability is increasingly vital amid global challenges,<br>as IT presents both solutions and threats to the environment. Integrating environ-<br>mental sustainability into software engineering practices is essential, necessitating a<br>comprehensive understanding of environmental sustainability design decisions and<br>how they impact sustainability and other quality attributes within software architec-<br>tures.<br>Objectives: This research aims to address two primary objectives: firstly, to elicit environ-<br>mental sustainability scenarios and patterns and tactics from domain experts, and secondly,<br>to assess the tradeoffs of these design decisions in the context of a case study. Through qual-<br>itative insights garnered from a workshop and quantitative analysis via experiments, this<br>study seeks to offer nuanced insights into these tradeoffs.<br>Methodology: Utilizing a case study approach in collaboration with an industrial partner,<br>this work employs a combination of qualitative and quantitative analysis methods.<br>Qualitative insights are gathered through an Architecture Tradeoff Analysis Method<br>(ATAM) workshop with industrial partners, aimed at eliciting environmental sustainability<br>scenarios, design decisions, and their tradeoffs. Afterward, quantitative experiments<br>are conducted based on the workshop results using the Goal-Question-Metric (GQM)<br>approach, to measure the impact of environmental sustainability design decisions on<br>specific quality attributes in a mock implementation based on the industrial partner&rsquo;s<br>system.<br>Results: We were able to capture eight environmental sustainability scenarios and<br>patterns and tactics and tradeoffs for five of them during the workshop. In the ex-<br>periments we implemented two tactics, expecting them to negatively impact the per-<br>formance. The experimentation provided empirical data, revealing nuanced insights,<br>sometimes contradicting initial hypotheses, highlighting the importance of empirical<br>validation.<br>Conclusion: This study underscores the complexity of balancing environmental sustain-<br>ability with other quality attributes in software design. It emphasizes the complementary<br>role of qualitative and quantitative analysis in understanding tradeoffs and making informed<br>decisions. By integrating insights from both approaches, this research contributes to ad-<br>vancing discussions on sustainability in software engineering, benefiting both researchers<br>and practitioners. Continued collaboration between academia and industry is crucial for<br>furthering sustainable software engineering practices.</p> <p>&nbsp;</p>

opencc-by-4.0Apr 2024View details →
geo20/100

The interplay between RNA sequestration in P-bodies and chromatin architecture sustains myeloid leukemia [CUT&RUN]

GEO Series GSE261265. Homo sapiens. 12 samples. Type: Genome binding/occupancy profiling by high throughput sequencing.

openGEO-OpenAug 2024View details →
geo20/100

The interplay between RNA sequestration in P-bodies and chromatin architecture sustains myeloid leukemia

GEO Series GSE224931. Homo sapiens. 4 samples. Type: Other.

openGEO-OpenAug 2024View 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