type
Post
status
Published
date
May 29, 2023
slug
arxiv_upload
summary
记录下如何在arxiv.org上传论文
tags
学术
category
学术分享
icon
password
Property
Aug 7, 2025 01:33 PM
Before Reading:
一般来说,需要双盲评审的期刊或者会议是不允许提前挂文章到arXiv的,因此上传之前需要先考虑好自己希望投的期刊,看看是否允许上传arXiv。
License的选择
最安全的选择是arxiv这个license, 约束最小

open access的还可以选择CC BY-NC-SA. 如果非open access的选择了它, 可以通过交版面费用使得你的文章变成open access,这样就不用移交你的copyright。
论文一般选择CC的话, 使用CC BY
Upload
如果是latex生成的pdf, 不能直接上传pdf而应该上传源代码

将项目打包为.tar或.zip进行
Tips:
- 如果使用了文件夹来存储tex和figure, 需要将他们修改到和main.tex同级的位置
- 即仅包含跟目录, 不含自文件夹
- 如果使用了bibtex, 需要自己准备中间文件
.bbl
此外: The name of the
.bbl file must match the name of the main .tex file for the system to process the references correctly.