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.

45

datasets available to search

ShareScore release 0.9.0

Reset

Dataset results

45 results for “Science Education”

Learn how ShareScore rates datasets ↗
zenodo32/100

Extended data Integration of democratic values in natural sciences education

Open the record for dataset details and reuse information.

opencc-zeroAug 2024View details →
zenodo32/100

How Do Clearly Defined Learning Goals Enhance Science Performance? An Investigation for Sustainable Education

Open the record for dataset details and reuse information.

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

Analysis of Padlet in the educational process on the rock cycle through Data Science

<p><strong><span>Analysis of Padlet in the educational process on the rock cycle through Data Science</span></strong></p>

opencc-by-4.0Oct 2024View details →
ClinicalTrials.gov32/100

Pain Science Education Administered in Full or Fractioned Dosage Modes for Temporomandibular Disorders

ClinicalTrials.gov study NCT06259344. IPD Sharing: NO. Countries: 1. Publications: 13.

closedIPD-NOFeb 2026View details →
ClinicalTrials.gov32/100

Effectiveness of Pain Science Education in Patients With Fibromyalgia Syndrome Living in Rural Areas.

ClinicalTrials.gov study NCT07280273. IPD Sharing: UNDECIDED. Countries: 1. Publications: 9.

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

Effectiveness of a Pain Science Education Programme in Adolescent Students.

ClinicalTrials.gov study NCT06060431. IPD Sharing: NO. Countries: 1. Publications: 3.

closedIPD-NOFeb 2026View details →
edi32/100

Data from Translational Science Education Through Citizen Science

These data are associated with the publication: Translational Science Education Through Citizen Science.

openCC0Jan 2021View details →
zenodo28/100

Dataset of the study "Bridging cultural studies and learning science: An investigation of social media use for Holocaust memory and education in the digital age"

<p>This Zenodo item contains the dataset of the study: Manca, S.&nbsp;(2020).&nbsp;&ldquo;Bridging cultural studies and learning science: An investigation of social media use for Holocaust memory and education in the digital age&quot;.</p> <p>Abstract</p> <p>Along with advances in communication technology that are making new forms of historical memorialization and education available, social media are researched as valuable tools for supporting forms of digital memory and for engaging students and teachers about historical knowledge and moral education. This study aims to map the current state of Holocaust remembrance and Holocaust education and to identify main topics of research in the two areas. It adopts a mixed-method approach that combines qualitative analysis with bibliometric approaches to review publications that use social media for digital memory and history education about the Holocaust. Results based on 28 publications reveal several research topics and that, despite some common theoretical references, the two subfields mostly rely on separate conceptual backgrounds. While Holocaust remembrance is a well-established research field, there are few studies and a lack of theoretical elaboration about social media use for teaching and learning about the Holocaust.</p>

opencc-by-4.0Jul 2020View details →
dryad28/100

Data from: Beyond the print - virtual paleontology in science publishing, outreach and education

Virtual paleontology unites a variety of computational techniques and methods for the visualization and analysis of fossils. Due to their great potential and increasing availability, these methods have become immensely popular in the last decade. However, communicating the wealth of digital information and results produced by the various techniques is still exacerbated by traditional methods of publication. Transferring and processing three-dimensional information, such as interactive models or animations, into scientific publications still poses a challenge. Here, we present different methods and applications to communicate digital data in academia, outreach and education. Three-dimensional PDFs, QR codes, anaglyph stereo imaging, and rapid prototyping—methods routinely used in the engineering, entertainment, or medical industries—are outlined and evaluated for their potential in science publishing and public engagement. Although limitations remain, these are simple, mostly cost-effective, and powerful tools to create novel and innovative resources for education, public engagement, or outreach.

opencc-zeroDec 2013View details →
zenodo28/100

THE ROLE OF INFORMATION TECHNOLOGY IN THE INDEPENDENT EDUCATION OF STUDENTS IN THE SCIENCE OF DRAWING

Open the record for dataset details and reuse information.

opencc-by-4.0Dec 2023View details →
ClinicalTrials.gov28/100

The Effects of Weight Science and Nutrition Education on Weight Control Beliefs and Disordered Eating.

ClinicalTrials.gov study NCT05684263. IPD Sharing: NO. Countries: 0. Publications: 2.

closedIPD-NOFeb 2026View details →
dryad28/100

Data from: Beyond the print - virtual paleontology in science publishing, outreach and education

Open the record for dataset details and reuse information.

publicMar 2014View details →
zenodo24/100

Science Education Research Topic Modeling Dataset

<p>This dataset contains scraped and processed text from roughly 100 years of articles published in the Wiley journal&nbsp;<em>Science Education&nbsp;</em>(formerly&nbsp;<em>General Science Quarterly</em>). This text has been cleaned and filtered in preparation for analysis using natural language processing techniques, particularly topic modeling with <a href="https://dl.acm.org/doi/10.5555/944919.944937">latent Dirichlet allocation</a>&nbsp;(LDA). We also include a Jupyter Notebook illustrating how one can use LDA to analyze this dataset and extract latent topics from it, as well as analyze the rise and fall of those topics over the history of the journal.</p> <p>The articles were downloaded and scraped in December of 2019. Only non-duplicate articles with a listed author (according to the <a href="https://www.crossref.org/">CrossRef metadata</a> database) were included, and due to missing data and text recognition issues we excluded all articles published prior to 1922.&nbsp;This&nbsp;resulted in 5577 articles in total being included in the dataset. The text of these articles was then cleaned in the following way:</p> <ul> <li>We removed duplicated text from each article: prior to 1969, articles in the journal were published in a magazine format in which the end of one article and the beginning of the next would share the same page, so we developed an automated detection of article beginnings and endings that was able to remove any duplicate text.</li> <li>We removed the reference sections of the articles, as well headings (in all caps) such as &ldquo;ABSTRACT&rdquo;.</li> <li>We reunited any partial words that were separated due to line breaks, text recognition issues, or British vs. American spellings (for example converting &ldquo;per cent&rdquo; to &ldquo;percent&rdquo;)&nbsp;</li> <li>We removed all numbers, symbols, special characters, and punctuation, and lowercased all words.</li> <li>We removed all <em>stop words</em>, which are words without any semantic meaning on their own&mdash;&ldquo;the&rdquo;, &ldquo;in,&rdquo; &ldquo;if&rdquo;, &ldquo;and&rdquo;, &ldquo;but&rdquo;, etc.&mdash;and all single-letter words.</li> <li>We lemmatized&nbsp;all words,&nbsp;with the added step of including a part-of-speech tagger so our algorithm would only aggregate and lemmatize words from the same part of speech (e.g., nouns vs. verbs).</li> <li>We detected and create <em>bi-grams</em>, sets of words that frequently co-occur and carry additional meaning together. These words were combined with an underscore: for example, &ldquo;problem_solving&rdquo; and &ldquo;high_school&rdquo;.</li> </ul> <p>After filtering, each document was then turned into a list of individual words (or tokens) which were then collected and&nbsp;saved (using the python pickle format)&nbsp;into the file scied_words_bigrams_V5.pkl.</p> <p>In addition to this file, we have also included the following files:</p> <ol> <li>SciEd_paper_names_weights.pkl: A file containing limited metadata (title, author, year published, and DOI)&nbsp;for each of the papers, in the same order as they appear within the&nbsp;main datafile. This file also includes the weights assigned by an LDA model used to analyze the data</li> <li>Science Education LDA Notebook.ipynb: A notebook file that replicates our LDA analysis, with a written explanation of all of the steps and suggestions on how to explore the results.</li> <li>Supporting files for the notebook. These include the requirements, the README, a helper script with functions for plotting that were too long to include in the notebook, and two HTML graphs that are embedded into the notebook.&nbsp;</li> </ol> <p>This dataset is shared under the terms of the <a href="https://olabout.wiley.com/WileyCDA/Section/id-826542.html">Wiley Text and Data Mining Agreement,</a> which allows users to share text and data mining output for non-commercial research purposes.&nbsp;Any questions or comments can be directed to Tor Ole Odden, t.o.odden@fys.uio.no.</p>

opencc-by-nc-4.0Oct 2020View details →
ClinicalTrials.gov24/100

Youth Substance Use Prevention/Reduction Through Science-based Drug Abuse Education

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

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

Breast Cancer Implementation Science Study With Educational Intervention

ClinicalTrials.gov study NCT06927895. IPD Sharing: NO. Countries: 1. Publications: 0.

closedIPD-NOFeb 2026View details →
ClinicalTrials.gov24/100

Effectiveness of Pain Science Education in People With Symptomatic Knee Osteoarthritis

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

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

Outdoor Science Education and Child Well-being in Primary Schools: Protocol for a Cluster Randomized Controlled Trial on Learning, Connection to Nature, Eco-anxiety, and Stress

ClinicalTrials.gov study NCT07147634. IPD Sharing: NO. Countries: 1. Publications: 0.

closedIPD-NOFeb 2026View details →
ClinicalTrials.gov24/100

Co-creation of Pain Science Education for Children Living Beyond Cancer

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

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

Using Focus Groups to Assess the Impact of Environmental Health Science Programs for K-12 Educational Community

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

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

Pain Science Education for Labour and Postpartum Pain

ClinicalTrials.gov study NCT07096661. IPD Sharing: NO. Countries: 1. Publications: 0.

closedIPD-NOFeb 2026View 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