簡體   English   中英

在 Scholarly (Python) 上檢索出版物信息

[英]Retrieving publication info on Scholarly (Python)

使用學術來獲取作者信息非常簡單。 https://pypi.org/project/scholarly/ )。

它轉換為 .csv 文件在Python 中有很好的解釋:如何訪問生成器對象中的元素並將它們放入 Pandas 數據幀或字典中?

但是,我是不是沒有看到我如何只獲得 PUBLICATION 信息(作者、標題、期刊等)?

有沒有辦法做到這一點?

謝謝!

Scholarly 有一個 search_pubs 方法,它返回一個迭代器。

search_query = scholarly.search_pubs('Predicting tags for stackoverflow posts')
scholarly.pprint(next(search_query))

https://scholarly.readthedocs.io/en/latest/quickstart.html#search-pubs

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM