Publication dates for ArXiv publication versions
收藏Zenodo2024-05-15 更新2026-05-26 收录
下载链接:
https://zenodo.org/doi/10.5281/zenodo.11088187
下载链接
链接失效反馈官方服务:
资源简介:
Lookup tables in plain JSON, mapping ArXiv publication version identifiers to their respective publications dates.
The JSON files are archived in arxiv-publication-dates-by-identifier-prefix.tar.gz.The archive contains files named after the date prefix of the ArXiv publication version identifiers they contain.E.g., the file 1908.json will contain the data for identifiers 1908.12345v1, 1908.12345v2, 1908.23456v1, etc.Publication dates are given in the format YYYY-MM-DD.
Reproducibility
The Snakemake workflow that has produced this dataset has been archived and is available in arxiv-publication-dates-workflow.tar.gz.
To reproduce the dataset on a Linux machine, you need a version of the conda package manager installed on your system.
Run the following:
# Extract the archived workflow
tar -xf my-workflow.tar.gz
# Create conda environment from lock file
conda env create -n arxiv-metadata --file conda-environment.lock.yaml
# Activate the environment
conda activate arxiv-metadata
# Optionally, dry-run the workflow
snakemake -n
# Produce the output files
snakemake --keep-storage-local-copies --software-deployment-method conda -c <NUMBER OF CORES TO USE>
Workflow
To adapt/change the workflow, clone it from https://github.com/sdruskat/arxiv-publication-metadata.The workflow version used to produce this dataset is available at https://doi.org/10.5281/zenodo.11091617.
本数据集以纯JSON格式构建查找表,将arXiv(ArXiv)稿件的版本标识符映射至其对应的出版日期。
上述JSON文件已打包归档至`arxiv-publication-dates-by-identifier-prefix.tar.gz`压缩包中。该归档包内的文件均以其所包含的arXiv稿件版本标识符的日期前缀命名。例如,`1908.json`文件将包含标识符1908.12345v1、1908.12345v2、1908.23456v1等对应的数据。出版日期采用YYYY-MM-DD格式标注。
可复现性
用于生成本数据集的Snakemake工作流已完成归档,可通过`arxiv-publication-dates-workflow.tar.gz`获取。
若需在Linux主机上复现本数据集,请先在系统中安装Conda包管理器(Conda)。执行以下命令即可:
# 解压归档工作流
tar -xf my-workflow.tar.gz
# 从锁定文件创建Conda环境
conda env create -n arxiv-metadata --file conda-environment.lock.yaml
# 激活环境
conda activate arxiv-metadata
# 可选:执行工作流预运行检查
snakemake -n
# 生成输出文件
snakemake --keep-storage-local-copies --software-deployment-method conda -c <NUMBER OF CORES TO USE>
工作流
若需适配或修改本工作流,可从https://github.com/sdruskat/arxiv-publication-metadata 克隆获取。本数据集所使用的工作流版本可通过数字对象标识符(DOI)链接https://doi.org/10.5281/zenodo.11091617 获取。
提供机构:
Zenodo创建时间:
2024-04-30



