文件名称:ads:适用于ADS的Python工具
文件大小:61KB
文件格式:ZIP
更新时间:2024-05-20 04:18:06
Python
与NASA不会吸吮的ADS交互的Python模块 如果您从事天文研究,那么您非常需要NASA的ADS。 它是经过实践检验的,是真的,在极少数情况下,人们会为之疯狂。 文件: : 回购: : PyPI: ://pypi.python.org/pypi/ads 快速开始 >>> import ads >>> ads.config.token = ' secret token ' >>> papers = ads.SearchQuery( q = " supernova " , sort = " citation_count " ) >>> for paper in papers: >>> print (paper.title) [u'Maps of Dust Infrared Emission for Use in Estimation of Reddening and Co
【文件预览】:
ads-master
----MANIFEST.in(54B)
----.travis.yml(536B)
----README.rst(1KB)
----.coveragerc(62B)
----docs()
--------conf.py(5KB)
--------make.bat(807B)
--------Makefile(600B)
--------index.rst(7KB)
--------references.rst(166B)
----.github()
--------ISSUE_TEMPLATE.md(1KB)
----LICENSE(1KB)
----requirements.txt(45B)
----examples()
--------journal-publications-over-time()
--------citation-tree()
--------monthly-institute-publications()
--------beers-for-cites.py(3KB)
--------__init__.py(0B)
--------top-cited-astronomers.py(3KB)
----setup.py(1KB)
----.gitignore(76B)
----ads()
--------utils.py(1KB)
--------search.py(18KB)
--------metrics.py(1KB)
--------tests()
--------__init__.py(283B)
--------sandbox.py(1KB)
--------export.py(2KB)
--------config.py(534B)
--------base.py(4KB)
--------exceptions.py(453B)