【问题标题】:Retrieving publication info on Scholarly (Python)检索 Scholarly (Python) 上的出版物信息
【发布时间】:2020-03-24 20:32:37
【问题描述】:

使用 Academicly 来获取 AUTHOR 信息非常简单。 (https://pypi.org/project/scholarly/)。

Python: How to access the elements in a generator object and put them in a Pandas dataframe or in a dictionary? 很好地解释了它到 .csv 文件的转换

但是,我没有看到我只能获得出版物信息(作者、标题、期刊等)

有没有办法做到这一点?

谢谢!

【问题讨论】:

    标签: python google-scholar


    【解决方案1】:

    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

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2020-09-04
      • 2020-05-15
      • 1970-01-01
      • 2012-02-05
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多