文件名称:cite:用于获取书目的命令行工具,例如BibTex条目
文件大小:30KB
文件格式:ZIP
更新时间:2024-05-20 20:10:45
Python
引用 安装 pip install cite 用法 打印来自DOI或期刊文章URL的引用,这些文章在其元数据中提供DOI。 $ cite https://doi.org/10.1103/PhysRev.48.73 Einstein, A., & Rosen, N. (1935). The Particle Problem in the General Theory of Relativity. Physical Review, 48(1), 73–77. doi:10.1103/physrev.48.73 支持其他输出样式格式,请参见CSL样式列表ar $ cite --style iso690-author-date-en https://doi.org/10.1103/PhysRev.48.73 EINSTEIN, A. and ROSEN, N., 1935, The Part
【文件预览】:
cite-master
----MANIFEST.in(63B)
----.github()
--------workflows()
----tests()
--------test_bibtex_key_generation.py(1KB)
--------__init__.py(0B)
--------test_doi.py(555B)
----cite()
--------__init__.py(4KB)
--------_version.py(18KB)
----LICENSE(1KB)
----dev-requirements.txt(67B)
----setup.cfg(216B)
----setup.py(1KB)
----.gitignore(1KB)
----Makefile(1006B)
----README.md(2KB)
----versioneer.py(67KB)
----.gitattributes(30B)