An integrated living dataset of psilocybin and psilocin publications, preprints, and trial records
收藏资源简介:
This archive contains Version 1.0.6 of the dataset described in the accompanying manuscript, An integrated living dataset of psilocybin and psilocin publications, preprints, and trial records. The dataset is a fixed, citable snapshot of public metadata describing research publications, preprints, and clinical trial records related to psilocybin and psilocin. It combines metadata harvested from multiple public sources, including PubMed, Europe PMC, Crossref, OpenAlex, ClinicalTrials.gov, medRxiv, bioRxiv, and PsyArXiv. Records are normalized into a reproducible SQLite database while preserving source-specific metadata, publication status, persistent identifiers, and provenance. The archive also includes derived exports (CSV, JSON, BibTeX, and RIS), review and validation tables, figures, documentation, reproducibility and analysis scripts, checksums, licensing information, and citation metadata. Public records include bibliographic or registry metadata, source labels and links, publication and registry identifiers, publication status, dates, rule-based topic and study-type labels, text-availability indicators, and selected factual metadata documenting the retained source. To respect the licensing and terms of the original data providers, source-derived abstracts, registry descriptions, keywords, and unrestricted source payloads are not redistributed. The Creative Commons Attribution 4.0 International (CC BY 4.0) licence applies only to compiler-held rights in the dataset's selection and arrangement, original normalization and annotations, validation outputs, and documentation. Third-party bibliographic metadata remain subject to the applicable licences and terms of their respective source providers. Project website: https://psilocybin-research.com/ Source code repository: https://github.com/psilocybin-research/psilocybin-research-tracker Version information This release (Version 1.0.6) provides a fixed snapshot of the dataset containing 4,818 normalized records concerning psilocybin and psilocin. It corresponds to the software release v2.1.2 and is intended as a permanent, citable archive. Future releases may contain additional records, metadata corrections, methodological refinements, or software improvements while preserving previous versions through Zenodo versioning. Quick start in R url <- "https://zenodo.org/records/21333043/files/psilocybin-research-dataset-v1.0.6-2026-07-12.tar.gz?download=1" tmp <- tempfile(fileext = ".tar.gz") download.file(url, tmp, mode = "wb") out <- tempfile() dir.create(out) untar(tmp, exdir = out) csv_file <- list.files( out, pattern = "publications\\.csv$", recursive = TRUE, full.names = TRUE )[1] publications <- read.csv( csv_file, stringsAsFactors = FALSE ) nrow(publications) head( publications[, c( "title", "publication_date", "doi", "pubmed_id", "source_name", "publication_status" )] )



