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.

9

datasets available to search

ShareScore release 0.9.0

Reset

Dataset results

9 results for “archival access”

Learn how ShareScore rates datasets ↗
zenodo52/100

The DataCons Project: An Open-Access Archive of Late Roman Consular Dates

<p>The DataCons Project offers an open-access dataset of late Roman consular dating formulae from CE 284 to 541. Aimed at aggregating consular materials discovered globally, presently it contains over 4,800 documents penned in three distinct scripts, originating from ten regions of the late Roman world and categorised by material type and textual content.</p><p>With its roots in prominent scholarly references, every entry undergoes rigorous verification, including palaeographical assessments and exact transcription of dating formulae. Distinct columns highlight potential dating, the author's selected date, and further specificity, ensuring the dataset's precision. Its evolution promises broader temporal coverage, and its structure facilitates ease of use and extensive potential for interdisciplinary research.</p><p>The current version of the dataset (2.0.0) presents the Latin and Greek documentation dated CE 476 to 526, exclusively comprising papyri and inscriptions. It is anticipated that there will be periodic updates and an upcoming release of an online database titled <i>DataCons: The Digital Database of Late Roman Consular Dates</i>. This will enhance and support research utilising the DataCons dataset.</p>

opencc-by-sa-4.0Aug 2023View details →
zenodo44/100

Patristisches Textarchiv. Ein Open Access-Archiv antiker christlicher Texte

The "Patristic Text Archive" offers anyone interested a collection of texts and translations of Christian texts from antiquity (i.e. "Patristic" is conceived in a very broad sense).

opencc-zeroOct 2022View details →
zenodo40/100

The National Archives Accessions to Repositories Data c.2007 - 2020

<p>The Annual Accessions to Repositories survey is a UK-wide exercise conducted by the National Archives that assesses what is being collected by UK repositories. The primary purpose of this exercise is to place some of this information onto TNA&rsquo;s search engine Discovery. More recently, the data has been used to communicate accessions trends to the wider archives sector including information on what is being collected and where. Each year, TNA sends out survey templates in the form of Excel spreadsheets that are sent out to repositories in each part of the UK. The returns sent to TNA include information on the size of the record, the dates it covers, the creator of the record and a description of the record. Work has been undertaken since October 2021 to to merge and standardise the accessions data held by TNA. This data repository presents the merged dataset.</p>

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

Interviews on Current Practices for Describing and Providing Access to UK Public Sector Web Archives

<p>This dataset contains qualitative interview data which investigated current practice for describing and providing access to UK Public Sector Web Archives. Participants included staff responsible for the management and curation of the following web archives:</p><ul><li>UK Web Archive (four of the six Legal Deposit libraries: the British Library, Bodleian Libraries, Cambridge University Library, and the National Library of Scotland)</li><li>UK Government Web Archive (The National Archives)</li><li>UK Parliament Web Archive (Parliamentary Archives)</li><li>NRS Web Archive (National Records of Scotland) and</li><li>PRONI Web Archive (Public Record Office Northern Ireland).</li></ul><p>Available to the public are the University of Dundee (UoD) ethics application for this study, including the research data management plan and information provided to organisations before participating in the study. The report of interview codes and code groups (the 'Codebook') demonstrates the connections made across responses. This is supplemented by a redacted report of quotations by code, organised by code group and document.</p><p>This qualitative interview data, and subsequent analysis, forms the basis of the Masters thesis 'Web Archives for All? Towards Equitable Access to UK Public Sector Web Archives' submitted as part of the MLitt Archives and Records Management at the University of Dundee. &nbsp;</p>

opencc-by-4.0Oct 2023View details →
zenodo32/100

Ditte Laursen: Developing a legal agreement for research-access to a web archive

<p>Ditte Laursen: Developing a legal agreement for research-access to a web archive</p> <p>WARcnet Luxembourg meeting Thursday 5 November 2020</p>

opencc-by-4.0Sep 2023View details →
zenodo28/100

Freely Accessible eJournals web archive collection derivatives

<p>Web archive derivatives of the <a href="https://archive-it.org/collections/5921">Freely Accessible eJournals</a> collection from <a href="https://archive-it.org/home/Columbia">Columbia University Libraries</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&nbsp;<strong>cul-5921-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>PDFs</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>cul-12143-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.0Jan 2020View details →
dryad28/100

Data from: Mandated data archiving greatly improves access to research data

Open the record for dataset details and reuse information.

publicJan 2013View details →
geo24/100

FFPE-ATAC decodes the chromatin accessibility from the clinical archived FFPE tissues

GEO Series GSE163306. Mus musculus; Homo sapiens. 68 samples. Type: Genome binding/occupancy profiling by high throughput sequencing.

openGEO-OpenJun 2021View details →
geo20/100

Genome-wide cancer-specific chromatin accessibility patterns derived from archival processed xenograft tumors

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

openGEO-OpenOct 2021View 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