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.

48

datasets available to search

ShareScore release 0.9.0

Reset

Dataset results

48 results for “email”

Learn how ShareScore rates datasets ↗
zenodo20/100

Paar manchetknopen van goud en groen email, met een robijn

<u>Source</u>: Europeana <br><u>4DCity URL</u>: <a href="https://4dcity.org/imgupload/1652249725.0107.jpg">https://4dcity.org/imgupload/1652249725.0107.jpg</a> <br><u>Original Image URL</u>: <a href="https://api.europeana.eu/thumbnail/v2/url.json?uri=https%3A%2F%2Flh5.ggpht.com%2FalUh_bz5e2QuI2pO1mWl3TLf5QhnGV7RqZLcPB9kLW8KeyJOh5ijC-pNB12irAnqHZI21slN5GX_SjfNHRo4XqhdSEkl%3Ds0&amp;type=IMAGE">https://api.europeana.eu/thumbnail/v2/url.json?uri=https%3A%2F%2Flh5.ggpht.com%2FalUh_bz5e2QuI2pO1mWl3TLf5QhnGV7RqZLcPB9kLW8KeyJOh5ijC-pNB12irAnqHZI21slN5GX_SjfNHRo4XqhdSEkl%3Ds0&amp;type=IMAGE</a> <br><br><u>Image-Metadata:</u><br>Filename: 1652249725.0107.jpg<br>Image Dimensions: 400x321<br>Megapixels: 0.13 MP<br>Filesize: 7.61 KB<br>

restrictedMay 2022View details →
zenodo20/100

Hanger van goud en groen email, met een robijn

<u>Source</u>: Europeana <br><u>4DCity URL</u>: <a href="https://4dcity.org/imgupload/1652249725.1141.jpg">https://4dcity.org/imgupload/1652249725.1141.jpg</a> <br><u>Original Image URL</u>: <a href="https://api.europeana.eu/thumbnail/v2/url.json?uri=https%3A%2F%2Flh4.ggpht.com%2FdpB4fh_4CjkkxpUjhAhgM1qjcBHbjMj6wpT5egNkbTbjgWr4Yax72hshn6wjcz3uj5-NV-BB9seDBfUiR2h9ULcz1NQ%3Ds0&amp;type=IMAGE">https://api.europeana.eu/thumbnail/v2/url.json?uri=https%3A%2F%2Flh4.ggpht.com%2FdpB4fh_4CjkkxpUjhAhgM1qjcBHbjMj6wpT5egNkbTbjgWr4Yax72hshn6wjcz3uj5-NV-BB9seDBfUiR2h9ULcz1NQ%3Ds0&amp;type=IMAGE</a> <br><br><u>Image-Metadata:</u><br>Filename: 1652249725.1141.jpg<br>Image Dimensions: 400x321<br>Megapixels: 0.13 MP<br>Filesize: 7.63 KB<br>

restrictedMay 2022View details →
ClinicalTrials.gov20/100

Tailored Web and Peer Email Cessation Counseling for College Smokers

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

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

EMail Reminder to Follow up With Primary Physician

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

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

An Email Intervention to Prevent Iatrogenic Malnutrition in the ICU

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

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

Lifestyle Advises Sent Via Email in Attempt of Improving A1C in DM2 Patients

ClinicalTrials.gov study NCT03168633. IPD Sharing: UNDECIDED. Countries: 0. Publications: 0.

restrictedIPD-UNDECIDEDFeb 2026View details →
zenodo8/100

Webis Gmane Email Corpus 2019

<p>The Webis Gmane Email Corpus 2019 is a dataset of more than 153 million parsed and segmented emails&nbsp;crawled between February and May 2019 from gmane.io covering more than 20 years&nbsp;of public mailing lists. The dataset has been published as a resource at ACL 2020.</p> <p>The dataset comes as a set of Gzip-compressed files containing line-based JSON&nbsp;in the&nbsp;<a href="https://www.elastic.co/guide/en/elasticsearch/reference/current/docs-bulk.html">Elasticsearch bulk format</a>. Each data record&nbsp;consists of two lines:</p> <pre><code class="language-json">{"index": {"_id": "&lt;urn:uuid:c1d95e4b-0f43-46c7-a99e-c575d1d8e1ce&gt;"}} {"headers": {"header name": "header value", ...}, "text_plain": "plaintext body", "lang": "en", "segments": [{"end": 99, "label": "paragraph", "begin": 0}, ...], "group": "gmane group name"} </code></pre> <p>The first line is the Elasticsearch index action with a document UUID, the second one the actual parsed email with a (reduced and anonymized) set of headers, the detected language, the original Gmane group name and the predicted content segments as character spans. The Gzip files are splittable every 1,000 records (line pairs) for parallel processing in, e.g., Hadoop.</p> <p>Available email headers are:</p> <ul> <li>message_id</li> <li>date (yyyy-MM-dd HH:mm:ssZZ)</li> <li>subject</li> <li>from</li> <li>to</li> <li>cc</li> <li>in_reply_to</li> <li>references</li> <li>list_id</li> </ul> <p>Available segment classes are:</p> <ul> <li>paragraph</li> <li>closing</li> <li>inline_headers</li> <li>log_data</li> <li>mua_signature</li> <li>patch</li> <li>personal_signature</li> <li>quotation</li> <li>quotation_marker</li> <li>raw_code</li> <li>salutation</li> <li>section_heading</li> <li>tabular</li> <li>technical</li> <li>visual_separator</li> </ul> <p>Find more information about the dataset and the segmentation model at&nbsp;<a href="https://webis.de/data#webis-gmane-19">webis.de</a>.</p> <p>If you are using this resource in your work, please cite it&nbsp;as:</p> <pre><code>@InProceedings{stein:2020o, author = {Janek Bevendorff and Khalid Al-Khatib and Martin Potthast and Benno Stein}, booktitle = {58th Annual Meeting of the Association for Computational Linguistics (ACL 2020)}, month = jul, publisher = {Association for Computational Linguistics}, site = {Seattle, USA}, title = {{Crawling and Preprocessing Mailing Lists At Scale for Dialog Analysis}}, year = 2020 } </code></pre> <p>&nbsp;</p>

restrictedJun 2020View details →
zenodo8/100

A Dataset of over 500.000 commercial email newsletters, as collected by PrivacyMail.info

<p>This dataset contains the data from roughly two years of operating PrivacyMail.info, an Open Source Email privacy measurement platform. It contains slightly over 500.000 commercial newsletters, as crowdsourced by users of PrivacyMail.info. You can find the methodology discussed in our paper: Max Maass, Stephan Schw&auml;r, and Matthias Hollick. &quot;Towards transparency in email tracking.&quot; Annual Privacy Forum, 2019. The source code can be found on github.com/privacymail/privacymail</p> <p>Please note that, due to its crowdsourced nature, this dataset is a sample of opportunity - it is not representative for all newsletters on the Internet, and likely contains biases based on how it was collected. Notably, German-language newsletters will likely be heavily over-represented.</p> <p><strong>Dataset Structure</strong><br> The dataset is structured as follows: On the top level are folders describing the website the newsletter belongs to. Inside that folder are subfolders for each identity that was registered for that website. Inside each of these folders are a series of .eml files that represent the received email messages.</p> <p><strong>Copyright and Licensing</strong><br> This dataset is set to non-public due to copyright concerns: The contents of the email messages are (presumably) protected by copyright in most jurisdictions. Most copyright doctrines contain exceptions for non-commercial research use - thus, we feel it is appropriate and acceptable to share the data on a case-by-case basis, the same way we did before shutting down PrivacyMail.info. When requesting access to the data, please briefly describe what research you want to conduct with it, and we will grant you access.</p> <p>We thus do not put any explicit license on this dataset. Please do not share the raw data publicly. We request that you cite the above-mentioned paper and this dataset in any publications that result from it.</p>

restrictedJun 2022View 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