从DOI获取元数据 [英] Get metadata from DOI

查看:155
本文介绍了从DOI获取元数据的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

数字对象标识符(DOI)是全球唯一的字符串,用于标识电子文档(例如,学术文章的PDF).它实质上提供了一种用于创建文档永久链接的方法(例如, http://dx.doi.org /10.1145/146585.146609 ).

A digital object identifier (DOI) is a globally unique string that identifies an electronic document (for example, a PDF of an academic article). It essentially provides a method for creating a permalink to a document (for example, http://dx.doi.org/10.1145/146585.146609).

是否有Web服务(或任何其他系统)从给定的DOI中获取文档的元数据(最好是BibTeX形式)?

Is there a web service (or any other system) to get the metadata (preferably in BibTeX form) of a document from a given DOI?

编辑后添加了一些说明性信息.

推荐答案

curl -LH "Accept: text/bibliography; style=bibtex" http://dx.doi.org/10.1038/nrd842

这篇关于从DOI获取元数据的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆