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
Dataset results
9 results for “archival access”
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>
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).
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’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>
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. </p>
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>
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 <strong>cul-5921-parquet.tar.gz</strong> derivatives are in the <a href="https://parquet.apache.org/">Apache Parquet format</a>, which is a <a href="http://en.wikipedia.org/wiki/Column-oriented_DBMS">columnar 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 a DataFrame with the following columns:</p> <ul> <li>domain</li> <li>count</li> </ul> <p><strong>Web 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 a DataFrame with the following 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 Graph</strong></p> <pre><code class="language-java">.webgraph()</code></pre> <p>Produces a DataFrame with the following columns:</p> <ul> <li>crawl_date</li> <li>src</li> <li>dest</li> <li>anchor</li> </ul> <p><strong>Image Links</strong></p> <pre><code class="language-java">.imageLinks()</code></pre> <p>Produces a DataFrame with the following 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 Analysis</strong></a></p> <ul> <li>Audio</li> <li>Images</li> <li>PDFs</li> <li>Presentation program files</li> <li>Spreadsheets</li> <li>Text files</li> <li>Word processor files<br> </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>
Data from: Mandated data archiving greatly improves access to research data
Open the record for dataset details and reuse information.
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.
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.
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.