使用arXiv的方法

最近看到知乎的一个方法:http://www.zhihu.com/question/38684296

http://arxiv.org/list/cs.CV/recent   看最近一周的论文

http://arxiv.org/list/cs.CV/1512   看15年12月的论文

http://arxiv.org/list/cs.CV/15      看15年的论文

http://arxivsi.las.ac.cn/home.htm?locale=en       arXiv Search Interface 这个平台超赞

### 如何正确引用arXiv论文 在学术写作中,引用arXiv论文是一种常见需求。通常情况下,arXiv论文引用遵循标准的学术引用格式,具体取决于所使用引用风格(如APA、MLA、Chicago等)。以下是几种常见的引用方式: #### APA 风格 对于APA风格,引用arXiv论文的标准形式如下: 作者姓氏, 初始名. (年份). *文章标题*. arXiv preprint arXiv:编号[^4]。 例如: Smith, J. (2023). *Graph Convolutional Networks for Predictive Modeling*. arXiv preprint arXiv:2301.12345[^4]。 #### MLA 风格 在MLA风格下,引用arXiv论文的形式为: 作者姓名. “文章标题.” arXiv, 年份, 编号. 例如: Johnson, Alice. “Advancements in Speech Recognition Systems.” arXiv, 2022, arXiv:2209.87654[^4]。 #### Chicago 风格 芝加哥风格下的引用更注重细节描述,其形式为: 作者姓名. 文章标题. arXiv e-print no. 编号, 发表日期. 例如: Brown, Robert. "Innovations in Natural Language Processing." arXiv e-print no. 2105.12345, May 25, 2021[^4]。 如果需要提供访问链接,则可以附加URL地址到引用末尾。 ```python def generate_arxiv_citation(author_name, title, year, identifier): """ Generate an APA-style citation string for an arXiv paper. Parameters: author_name (str): Author's name formatted as Lastname, Initials. title (str): Title of the article enclosed in quotes or italics. year (int): Year of publication. identifier (str): arXiv ID number starting with 'arXiv:' prefix. Returns: str: Formatted citation according to APA style guidelines. """ return f"{author_name}. ({year}). {title}. arXiv preprint {identifier}" ``` 上述函数可用于动态生成符合APA样式的arXiv论文引用字符串[^4]。
评论
成就一亿技术人!
拼手气红包6.0元
还能输入1000个字符
 
红包 添加红包
表情包 插入表情
 条评论被折叠 查看
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值