Skip to content

Instantly share code, notes, and snippets.

@hideojoho
Last active July 19, 2023 16:06
Show Gist options
  • Save hideojoho/e9dd5967c726cfae391bc382d5701ffb to your computer and use it in GitHub Desktop.
Save hideojoho/e9dd5967c726cfae391bc382d5701ffb to your computer and use it in GitHub Desktop.
How to use Python Scholarly to get author and publication data from Google Scholar

How to use Python Scholarly to get author and publication data from Google Scholar

⚠️ Just for reference. DO NOT abuse or your access could be banned.

# ライブラリのインポート
from scholarly import scholarly
# 著者名
author_name = 'Hideo Joho'
# 著者検索(簡易結果)
author_summary = next(scholarly.search_author(author_name))
print(author_summary)
{'affiliation': 'Faculty of Library, Information and Media Science, University '
                'of Tsukuba',
 'citedby': 2874,
 'email': '@slis.tsukuba.ac.jp',
 'filled': False,
 'id': '8W8gwisAAAAJ',
 'interests': ['Information Retrieval',
               'Interactive Information Retrieval',
               'Information Seeking',
               'Human Information Interaction'],
 'name': 'Hideo Joho',
 'url_picture': 'https://scholar.google.com/citations?view_op=medium_photo&user=8W8gwisAAAAJ'}
# 著者検索(詳細結果)
author_full = next(scholarly.search_author(author_name)).fill()
print(author_full)
{'affiliation': 'Faculty of Library, Information and Media Science, University '
                'of Tsukuba',
 'citedby': 2874,
 'citedby5y': 1269,
 'cites_per_year': {2003: 14,
                    2004: 14,
                    2005: 72,
                    2006: 83,
                    2007: 126,
                    2008: 136,
                    2009: 168,
                    2010: 169,
                    2011: 187,
                    2012: 153,
                    2013: 220,
                    2014: 226,
                    2015: 188,
                    2016: 236,
                    2017: 246,
                    2018: 210,
                    2019: 262,
                    2020: 121},
 'coauthors': [{'affiliation': 'RMIT University',
 'filled': False,
 'id': 'HmqvvQkAAAAJ',
 'name': 'Mark Sanderson'},
               {'affiliation': 'Professor of Computer Science, University of Glasgow',
 'filled': False,
 'id': '7t8ha2sAAAAJ',
 'name': 'Joemon Jose'},
               {'affiliation': 'Professor in Search and Analytics, University of Sheffield / '
                'Data Scientist, Peak Indicators',
 'filled': False,
 'id': 'YF03sCUAAAAJ',
 'name': 'Paul D Clough'},
               {'affiliation': 'School of Computing, Dublin City University & Insight Centre '
                'for Data Analytics',
 'filled': False,
 'id': 'NSm2hJMAAAAJ',
 'name': 'Cathal Gurrin'},
               {'affiliation': 'Amazon',
 'filled': False,
 'id': 'Kmt375YAAAAJ',
 'name': 'Roi Blanco'},
               {'affiliation': 'Associate Professor at Kyoto University',
 'filled': False,
 'id': 'l2vn9GoAAAAJ',
 'name': 'Adam Jatowt'},
               {'affiliation': 'Department of Geography, University of Zurich',
 'filled': False,
 'id': 'RLfZxLQAAAAJ',
 'name': 'Ross Purves'},
               {'affiliation': 'Senior Lecturer, University of Sheffield',
 'filled': False,
 'id': 'tiASHnwAAAAJ',
 'name': 'Frank Hopfgartner'},
               {'affiliation': 'Professor of Geographical Information Systems, Cardiff '
                'University',
 'filled': False,
 'id': 'IYzBO24AAAAJ',
 'name': 'Chris Jones'},
               {'affiliation': 'Postodctoral researcher, Dublin City University',
 'filled': False,
 'id': 'tuG6AlQAAAAJ',
 'name': 'Rami Albatal'},
               {'affiliation': 'University of Strathclyde',
 'filled': False,
 'id': 'TmvrscMAAAAJ',
 'name': 'Leif Azzopardi'},
               {'affiliation': 'University of Tsukuba',
 'filled': False,
 'id': '88b2NRsAAAAJ',
 'name': 'Hai-Tao Yu'},
               {'affiliation': 'Computer Science and IT, RMIT University',
 'filled': False,
 'id': 'ZAEiiEUAAAAJ',
 'name': 'Lawrence Cavedon'},
               {'affiliation': 'Professor in Computing Science, University of Glasgow',
 'filled': False,
 'id': '8k8c2f4AAAAJ',
 'name': 'Wim Vanderbauwhede'},
               {'affiliation': 'Associate Professor, Democritus University of Thrace',
 'filled': False,
 'id': 'D31o7oUAAAAJ',
 'name': 'Avi Arampatzis'},
               {'affiliation': 'RMIT University',
 'filled': False,
 'id': 'sLzYrNYAAAAJ',
 'name': 'Damiano Spina'},
               {'affiliation': 'Postdoctoral Research Fellow, RMIT University',
 'filled': False,
 'id': 'x483lssAAAAJ',
 'name': 'Johanne R. Trippas'},
               {'affiliation': 'Waseda University',
 'filled': False,
 'id': 'vi56gz4AAAAJ',
 'name': 'Tetsuya Sakai'},
               {'affiliation': 'Associate Professor, Klagenfurt University, Austria',
 'filled': False,
 'id': 'GOIf9NIAAAAJ',
 'name': 'Klaus Schoeffmann'},
               {'affiliation': 'Affiliate Assistant Professor',
 'filled': False,
 'id': 'hx61ph8AAAAJ',
 'name': 'Shanu Sushmita'}],
 'email': '@slis.tsukuba.ac.jp',
 'filled': False,
 'hindex': 30,
 'hindex5y': 20,
 'i10index': 51,
 'i10index5y': 35,
 'id': '8W8gwisAAAAJ',
 'interests': ['Information Retrieval',
               'Interactive Information Retrieval',
               'Information Seeking',
               'Human Information Interaction'],
 'name': 'Hideo Joho',
 'publications': [{'bib': {'cites': '251',
         'title': 'Modelling vague places with knowledge from the Web',
         'year': '2008'},
 'filled': False,
 'id_citations': '8W8gwisAAAAJ:9yKSN-GCB0IC',
 'source': 'citations'},
                  {'bib': {'cites': '231',
         'title': 'Spatio-textual indexing for geographical search on the web',
         'year': '2005'},
 'filled': False,
 'id_citations': '8W8gwisAAAAJ:u5HHmVD_uO8C',
 'source': 'citations'},
                  {'bib': {'cites': '180',
         'title': 'The design and implementation of SPIRIT: a spatially aware '
                  'search engine for information retrieval on the Internet',
         'year': '2007'},
 'filled': False,
 'id_citations': '8W8gwisAAAAJ:zYLM7Y9cAGgC',
 'source': 'citations'},
                  {'bib': {'cites': '124',
         'title': 'Forming test collections with no system pooling',
         'year': '2004'},
 'filled': False,
 'id_citations': '8W8gwisAAAAJ:u-x6o8ySG0sC',
 'source': 'citations'},
                  {'bib': {'cites': '119',
         'title': 'GeoCLEF: the CLEF 2005 cross-language geographic '
                  'information retrieval track overview',
         'year': '2005'},
 'filled': False,
 'id_citations': '8W8gwisAAAAJ:d1gkVwhDpl0C',
 'source': 'citations'},
                  {'bib': {'cites': '106',
         'title': 'Looking at the viewer: analysing facial activity to detect '
                  'personal highlights of multimedia contents',
         'year': '2011'},
 'filled': False,
 'id_citations': '8W8gwisAAAAJ:iH-uZ7U-co4C',
 'source': 'citations'},
                  {'bib': {'cites': '98',
         'title': 'Web-based delineation of imprecise regions',
         'year': '2006'},
 'filled': False,
 'id_citations': '8W8gwisAAAAJ:2osOgNQ5qMEC',
 'source': 'citations'},
                  {'bib': {'cites': '75',
         'title': 'Exploiting facial expressions for affective video '
                  'summarisation',
         'year': '2009'},
 'filled': False,
 'id_citations': '8W8gwisAAAAJ:UebtZRa9Y70C',
 'source': 'citations'},
                  {'bib': {'cites': '75',
         'title': 'A study of user interaction with a concept-based '
                  'interactive query expansion support tool',
         'year': '2004'},
 'filled': False,
 'id_citations': '8W8gwisAAAAJ:IjCSPb-OGe4C',
 'source': 'citations'},
                  {'bib': {'cites': '74',
         'title': 'Overview of ntcir-13 lifelog-2 task',
         'year': '2017'},
 'filled': False,
 'id_citations': '8W8gwisAAAAJ:08ZZubdj9fEC',
 'source': 'citations'},
                  {'bib': {'cites': '74',
         'title': 'Factors affecting click-through behavior in aggregated '
                  'search interfaces',
         'year': '2010'},
 'filled': False,
 'id_citations': '8W8gwisAAAAJ:KlAtU1dfN6UC',
 'source': 'citations'},
                  {'bib': {'cites': '72',
         'title': 'Hierarchical presentation of expansion terms',
         'year': '2002'},
 'filled': False,
 'id_citations': '8W8gwisAAAAJ:qjMakFHDy7sC',
 'source': 'citations'},
                  {'bib': {'cites': '71',
         'title': 'A survey of patent users: an analysis of tasks, behavior, '
                  'search functionality and system requirements',
         'year': '2010'},
 'filled': False,
 'id_citations': '8W8gwisAAAAJ:3fE2CSJIrl8C',
 'source': 'citations'},
                  {'bib': {'cites': '66',
         'title': 'Retrieving descriptive phrases from large amounts of free '
                  'text',
         'year': '2000'},
 'filled': False,
 'id_citations': '8W8gwisAAAAJ:UeHWp8X0CEIC',
 'source': 'citations'},
                  {'bib': {'cites': '60',
         'title': 'Integrating facial expressions into user profiling for the '
                  'improvement of a multimodal recommender system',
         'year': '2009'},
 'filled': False,
 'id_citations': '8W8gwisAAAAJ:MXK_kJrjxJIC',
 'source': 'citations'},
                  {'bib': {'cites': '59',
         'title': 'Identifying imprecise regions for geographic information '
                  'retrieval using the web',
         'year': '2005'},
 'filled': False,
 'id_citations': '8W8gwisAAAAJ:Tyk-4Ss8FVUC',
 'source': 'citations'},
                  {'bib': {'cites': '50',
         'title': 'Search system requirements of patent analysts',
         'year': '2010'},
 'filled': False,
 'id_citations': '8W8gwisAAAAJ:8k81kl-MbHgC',
 'source': 'citations'},
                  {'bib': {'cites': '44',
         'title': 'Overview of NTCIR-11 Temporal Information Access '
                  '(Temporalia) Task.',
         'year': '2014'},
 'filled': False,
 'id_citations': '8W8gwisAAAAJ:EUQCXRtRnyEC',
 'source': 'citations'},
                  {'bib': {'cites': '44',
         'title': 'Enriching user profiling with affective features for the '
                  'improvement of a multimodal recommender system',
         'year': '2009'},
 'filled': False,
 'id_citations': '8W8gwisAAAAJ:hqOjcs7Dif8C',
 'source': 'citations'},
                  {'bib': {'cites': '43',
         'title': 'The SPIRIT collection: an overview of a large web '
                  'collection',
         'year': '2004'},
 'filled': False,
 'id_citations': '8W8gwisAAAAJ:Y0pCki6q_DkC',
 'source': 'citations'},
                  {'bib': {'cites': '42',
         'title': 'Geographic IR systems: requirements and evaluation',
         'year': '2005'},
 'filled': False,
 'id_citations': '8W8gwisAAAAJ:YsMSGLbcyi4C',
 'source': 'citations'},
                  {'bib': {'cites': '42',
         'title': 'Automatically organising images using concept hierarchies',
         'year': '2005'},
 'filled': False,
 'id_citations': '8W8gwisAAAAJ:W7OEmFMy1HYC',
 'source': 'citations'},
                  {'bib': {'cites': '41',
         'title': 'Ntcir lifelog: The first test collection for lifelog '
                  'research',
         'year': '2016'},
 'filled': False,
 'id_citations': '8W8gwisAAAAJ:l7t_Zn2s7bgC',
 'source': 'citations'},
                  {'bib': {'cites': '40',
         'title': 'Effectiveness of additional representations for the search '
                  'result presentation on the web',
         'year': '2008'},
 'filled': False,
 'id_citations': '8W8gwisAAAAJ:WF5omc3nYNoC',
 'source': 'citations'},
                  {'bib': {'cites': '39',
         'title': 'Informing the design of spoken conversational search: '
                  'Perspective paper',
         'year': '2018'},
 'filled': False,
 'id_citations': '8W8gwisAAAAJ:XiVPGOgt02cC',
 'source': 'citations'},
                  {'bib': {'cites': '38',
         'title': 'A comparative study of the effectiveness of search result '
                  'presentation on the web',
         'year': '2006'},
 'filled': False,
 'id_citations': '8W8gwisAAAAJ:_FxGoFyzp5QC',
 'source': 'citations'},
                  {'bib': {'cites': '35',
         'title': 'A task-based evaluation of an aggregated search interface',
         'year': '2009'},
 'filled': False,
 'id_citations': '8W8gwisAAAAJ:5nxA0vEk-isC',
 'source': 'citations'},
                  {'bib': {'cites': '35',
         'title': 'Document frequency and term specificity',
         'year': '2007'},
 'filled': False,
 'id_citations': '8W8gwisAAAAJ:Se3iqnhoufwC',
 'source': 'citations'},
                  {'bib': {'cites': '32',
         'title': 'Comparing collaborative and independent search in a '
                  'recall-oriented task',
         'year': '2008'},
 'filled': False,
 'id_citations': '8W8gwisAAAAJ:roLk4NBRz8UC',
 'source': 'citations'},
                  {'bib': {'cites': '32',
         'title': 'Judging the spatial relevance of documents for GIR',
         'year': '2006'},
 'filled': False,
 'id_citations': '8W8gwisAAAAJ:ufrVoPGSRksC',
 'source': 'citations'},
                  {'bib': {'cites': '30',
         'title': 'A privacy by design approach to lifelogging',
         'year': '2014'},
 'filled': False,
 'id_citations': '8W8gwisAAAAJ:u9iWguZQMMsC',
 'source': 'citations'},
                  {'bib': {'cites': '28',
         'title': 'Temporal information searching behaviour and strategies',
         'year': '2015'},
 'filled': False,
 'id_citations': '8W8gwisAAAAJ:CHSYGLWDkRkC',
 'source': 'citations'},
                  {'bib': {'cites': '28',
         'title': 'A survey of temporal web search experience',
         'year': '2013'},
 'filled': False,
 'id_citations': '8W8gwisAAAAJ:3s1wT3WcHBgC',
 'source': 'citations'},
                  {'bib': {'cites': '26',
         'title': 'NTCIR temporalia: a test collection for temporal '
                  'information access research',
         'year': '2014'},
 'filled': False,
 'id_citations': '8W8gwisAAAAJ:D03iK_w7-QYC',
 'source': 'citations'},
                  {'bib': {'cites': '25',
         'title': 'A test collection for interactive lifelog retrieval',
         'year': '2019'},
 'filled': False,
 'id_citations': '8W8gwisAAAAJ:eMMeJKvmdy0C',
 'source': 'citations'},
                  {'bib': {'cites': '25',
         'title': 'Large scale testing of a descriptive phrase finder',
         'year': '2001'},
 'filled': False,
 'id_citations': '8W8gwisAAAAJ:eQOLeE2rZwMC',
 'source': 'citations'},
                  {'bib': {'cites': '24',
         'title': 'An aspectual interface for supporting complex search tasks',
         'year': '2009'},
 'filled': False,
 'id_citations': '8W8gwisAAAAJ:M3ejUd6NZC8C',
 'source': 'citations'},
                  {'bib': {'cites': '22', 'title': 'Overview of NTCIR-11.', 'year': '2014'},
 'filled': False,
 'id_citations': '8W8gwisAAAAJ:zA6iFVUQeVQC',
 'source': 'citations'},
                  {'bib': {'cites': '22',
         'title': 'Extraction of semantic annotations from textual web pages',
         'year': '2004'},
 'filled': False,
 'id_citations': '8W8gwisAAAAJ:LkGwnXOMwfcC',
 'source': 'citations'},
                  {'bib': {'cites': '20',
         'title': 'Revisiting ir techniques for collaborative search '
                  'strategies',
         'year': '2009'},
 'filled': False,
 'id_citations': '8W8gwisAAAAJ:aqlVkmm33-oC',
 'source': 'citations'},
                  {'bib': {'cites': '19', 'title': 'Overview of NTCIR-9', 'year': '2011'},
 'filled': False,
 'id_citations': '8W8gwisAAAAJ:BqipwSGYUEgC',
 'source': 'citations'},
                  {'bib': {'cites': '18',
         'title': 'Comparing approaches to interactive lifelog search at the '
                  'lifelog search challenge (LSC2018)',
         'year': '2019'},
 'filled': False,
 'id_citations': '8W8gwisAAAAJ:ZuybSZzF8UAC',
 'source': 'citations'},
                  {'bib': {'cites': '18',
         'title': 'Slicing and dicing the information space using local '
                  'contexts',
         'year': '2006'},
 'filled': False,
 'id_citations': '8W8gwisAAAAJ:0EnyYjriUFMC',
 'source': 'citations'},
                  {'bib': {'cites': '17',
         'title': 'Constraint can affect human perception, behaviour, and '
                  'performance of search',
         'year': '2012'},
 'filled': False,
 'id_citations': '8W8gwisAAAAJ:70eg2SAEIzsC',
 'source': 'citations'},
                  {'bib': {'cites': '16',
         'title': 'Modelling information needs in collaborative search '
                  'conversations',
         'year': '2017'},
 'filled': False,
 'id_citations': '8W8gwisAAAAJ:BrmTIyaxlBUC',
 'source': 'citations'},
                  {'bib': {'cites': '14',
         'title': 'Effect of explicit roles on collaborative search in travel '
                  'planning task',
         'year': '2011'},
 'filled': False,
 'id_citations': '8W8gwisAAAAJ:M3NEmzRMIkIC',
 'source': 'citations'},
                  {'bib': {'cites': '13',
         'title': '[Invited papers] Comparing Approaches to Interactive '
                  'Lifelog Search at the Lifelog Search Challenge (LSC2018)',
         'year': '2019'},
 'filled': False,
 'id_citations': '8W8gwisAAAAJ:dTyEYWd-f8wC',
 'source': 'citations'},
                  {'bib': {'cites': '13',
         'title': 'Understanding domain relevance in web search',
         'year': '2009'},
 'filled': False,
 'id_citations': '8W8gwisAAAAJ:qxL8FJ1GzNcC',
 'source': 'citations'},
                  {'bib': {'cites': '12',
         'title': 'A concise integer linear programming formulation for '
                  'implicit search result diversification',
         'year': '2017'},
 'filled': False,
 'id_citations': '8W8gwisAAAAJ:D_sINldO8mEC',
 'source': 'citations'},
                  {'bib': {'cites': '11',
         'title': 'Formulating effective questions for community-based '
                  'question answering',
         'year': '2011'},
 'filled': False,
 'id_citations': '8W8gwisAAAAJ:JV2RwH3_ST0C',
 'source': 'citations'},
                  {'bib': {'cites': '10',
         'title': 'A survey on patent users search behavior, search '
                  'functionality and system requirements',
         'year': '2010'},
 'filled': False,
 'id_citations': '8W8gwisAAAAJ:mVmsd5A6BfQC',
 'source': 'citations'},
                  {'bib': {'cites': '9',
         'title': 'Overview of ntcir-13 actionable knowledge graph (akg) task',
         'year': '2017'},
 'filled': False,
 'id_citations': '8W8gwisAAAAJ:wbdj-CoPYUoC',
 'source': 'citations'},
                  {'bib': {'cites': '8',
         'title': 'Comparison of feature construction methods for video '
                  'relevance prediction',
         'year': '2009'},
 'filled': False,
 'id_citations': '8W8gwisAAAAJ:kNdYIx-mwKoC',
 'source': 'citations'},
                  {'bib': {'cites': '7',
         'title': 'Towards a model for spoken conversational search',
         'year': '2020'},
 'filled': False,
 'id_citations': '8W8gwisAAAAJ:WqliGbK-hY8C',
 'source': 'citations'},
                  {'bib': {'cites': '7',
         'title': "CAIR'17: First International Workshop on Conversational "
                  'Approaches to Information Retrieval at SIGIR 2017',
         'year': '2018'},
 'filled': False,
 'id_citations': '8W8gwisAAAAJ:HE397vMXCloC',
 'source': 'citations'},
                  {'bib': {'cites': '7',
         'title': 'An in-depth study on diversity evaluation: The importance '
                  'of intrinsic diversity',
         'year': '2017'},
 'filled': False,
 'id_citations': '8W8gwisAAAAJ:eflP2zaiRacC',
 'source': 'citations'},
                  {'bib': {'cites': '7',
         'title': 'Can an intermediary collection help users search image '
                  'databases without annotations?',
         'year': '2010'},
 'filled': False,
 'id_citations': '8W8gwisAAAAJ:-f6ydRqryjwC',
 'source': 'citations'},
                  {'bib': {'cites': '7',
         'title': 'Emulating query-biased summaries using document titles',
         'year': '2008'},
 'filled': False,
 'id_citations': '8W8gwisAAAAJ:4DMP91E08xMC',
 'source': 'citations'},
                  {'bib': {'cites': '7',
         'title': 'Modelling vague places with knowledge from the web',
         'year': '2005'},
 'filled': False,
 'id_citations': '8W8gwisAAAAJ:Zph67rFs4hoC',
 'source': 'citations'},
                  {'bib': {'cites': '7',
         'title': 'Hierarchical approach to term suggestion device',
         'year': '2002'},
 'filled': False,
 'id_citations': '8W8gwisAAAAJ:_kc_bZDykSQC',
 'source': 'citations'},
                  {'bib': {'cites': '6',
         'title': 'Overview of the VisEx task at NTCIR-9.',
         'year': '2011'},
 'filled': False,
 'id_citations': '8W8gwisAAAAJ:O3NaXMp0MMsC',
 'source': 'citations'},
                  {'bib': {'cites': '6',
         'title': 'AIR 2006: First international workshop on adaptive '
                  'information retrieval',
         'year': '2008'},
 'filled': False,
 'id_citations': '8W8gwisAAAAJ:ZeXyd9-uunAC',
 'source': 'citations'},
                  {'bib': {'cites': '6',
         'title': 'Concept-based Interactive Query Expansion Support Tool '
                  '(CIQUEST)',
         'year': '2003'},
 'filled': False,
 'id_citations': '8W8gwisAAAAJ:4TOpqqG69KYC',
 'source': 'citations'},
                  {'bib': {'cites': '6',
         'title': 'Automatic detection of descriptive phrases for Question '
                  'Answering System: A simple pattern matching approach',
         'year': '1999'},
 'filled': False,
 'id_citations': '8W8gwisAAAAJ:hC7cP41nSMkC',
 'source': 'citations'},
                  {'bib': {'cites': '5',
         'title': 'Ideas for the International Collaboration in the LIS '
                  'Education and Research at Tsukuba',
         'year': '2010'},
 'filled': False,
 'id_citations': '8W8gwisAAAAJ:QIV2ME_5wuYC',
 'source': 'citations'},
                  {'bib': {'cites': '5',
         'title': 'Cognitive effects in information seeking and retrieval',
         'year': '2009'},
 'filled': False,
 'id_citations': '8W8gwisAAAAJ:e5wmG9Sq2KIC',
 'source': 'citations'},
                  {'bib': {'cites': '5',
         'title': 'Adaptive information retrieval',
         'year': '2008'},
 'filled': False,
 'id_citations': '8W8gwisAAAAJ:7PzlFSSx8tAC',
 'source': 'citations'},
                  {'bib': {'cites': '5',
         'title': 'Interaction pool: Towards a user-centered test collection',
         'year': '2007'},
 'filled': False,
 'id_citations': '8W8gwisAAAAJ:L8Ckcad2t8MC',
 'source': 'citations'},
                  {'bib': {'cites': '5',
         'title': 'An ostensive browsing and searching on the web',
         'year': '2007'},
 'filled': False,
 'id_citations': '8W8gwisAAAAJ:dhFuZR0502QC',
 'source': 'citations'},
                  {'bib': {'cites': '5',
         'title': 'Sheffield interactive experiment at TREC-9',
         'year': '2000'},
 'filled': False,
 'id_citations': '8W8gwisAAAAJ:ULOm3_A8WrAC',
 'source': 'citations'},
                  {'bib': {'cites': '4',
         'title': 'An analysis of natural disaster‐related information‐seeking '
                  'behavior using temporal stages',
         'year': '2019'},
 'filled': False,
 'id_citations': '8W8gwisAAAAJ:tkaPQYYpVKoC',
 'source': 'citations'},
                  {'bib': {'cites': '4',
         'title': 'Evaluating query-independent object features for relevancy '
                  'prediction',
         'year': '2007'},
 'filled': False,
 'id_citations': '8W8gwisAAAAJ:Wp0gIr-vW9MC',
 'source': 'citations'},
                  {'bib': {'cites': '3',
         'title': 'Interaction and engagement for information research and '
                  'learning with lifelogging devices',
         'year': '2016'},
 'filled': False,
 'id_citations': '8W8gwisAAAAJ:XiSMed-E-HIC',
 'source': 'citations'},
                  {'bib': {'cites': '3',
         'title': 'Information practices meet lifelogging technologies: '
                  'Towards a successful multimethod research framework',
         'year': '2016'},
 'filled': False,
 'id_citations': '8W8gwisAAAAJ:5Ul4iDaHHb8C',
 'source': 'citations'},
                  {'bib': {'cites': '3',
         'title': 'A sentence-based ostensive browsing and searching on the '
                  'web',
         'year': '2006'},
 'filled': False,
 'id_citations': '8W8gwisAAAAJ:YOwf2qJgpHMC',
 'source': 'citations'},
                  {'bib': {'cites': '2',
         'title': 'Conversational Search (Dagstuhl Seminar 19461)',
         'year': '2020'},
 'filled': False,
 'id_citations': '8W8gwisAAAAJ:UHK10RUVsp4C',
 'source': 'citations'},
                  {'bib': {'cites': '2',
         'title': 'Advances in Lifelog Data Organisation and Retrieval at the '
                  'NTCIR-14 Lifelog-3 Task',
         'year': '2019'},
 'filled': False,
 'id_citations': '8W8gwisAAAAJ:5awf1xo2G04C',
 'source': 'citations'},
                  {'bib': {'cites': '2',
         'title': "CAIR'18: Second International Workshop on Conversational "
                  'Approaches to Information Retrieval at SIGIR 2018',
         'year': '2019'},
 'filled': False,
 'id_citations': '8W8gwisAAAAJ:_B80troHkn4C',
 'source': 'citations'},
                  {'bib': {'cites': '2',
         'title': 'Revisiting the cluster-based paradigm for implicit search '
                  'result diversification',
         'year': '2018'},
 'filled': False,
 'id_citations': '8W8gwisAAAAJ:WA5NYHcadZ8C',
 'source': 'citations'},
                  {'bib': {'cites': '2',
         'title': 'Lta 2017: The second workshop on lifelogging tools and '
                  'applications',
         'year': '2017'},
 'filled': False,
 'id_citations': '8W8gwisAAAAJ:kRWSkSYxWN8C',
 'source': 'citations'},
                  {'bib': {'cites': '2',
         'title': 'Test Collection for Evaluating Actionable Knowledge Graphs.',
         'year': '2017'},
 'filled': False,
 'id_citations': '8W8gwisAAAAJ:mvPsJ3kp5DgC',
 'source': 'citations'},
                  {'bib': {'cites': '2',
         'title': 'System and user centered evaluation approaches in '
                  'interactive information retrieval (SAUCE 2016)',
         'year': '2016'},
 'filled': False,
 'id_citations': '8W8gwisAAAAJ:K3LRdlH-MEoC',
 'source': 'citations'},
                  {'bib': {'cites': '2',
         'title': 'Using local context to slice and dice the search results on '
                  'the web',
         'year': '2006'},
 'filled': False,
 'id_citations': '8W8gwisAAAAJ:9ZlFYXVOiuMC',
 'source': 'citations'},
                  {'bib': {'cites': '1',
         'title': 'A Price-Per-Attention Auction Scheme Using Mouse Cursor '
                  'Information',
         'year': '2020'},
 'filled': False,
 'id_citations': '8W8gwisAAAAJ:PR6Y55bgFSsC',
 'source': 'citations'},
                  {'bib': {'cites': '1',
         'title': 'WassRank: Listwise Document Ranking Using Optimal Transport '
                  'Theory',
         'year': '2019'},
 'filled': False,
 'id_citations': '8W8gwisAAAAJ:PELIpwtuRlgC',
 'source': 'citations'},
                  {'bib': {'cites': '1',
         'title': 'First International Workshop on Conversational Approaches '
                  "to Information Retrieval (CAIR'17)",
         'year': '2017'},
 'filled': False,
 'id_citations': '8W8gwisAAAAJ:q3oQSFYPqjQC',
 'source': 'citations'},
                  {'bib': {'cites': '1',
         'title': 'Decoding multi-click search behavior based on marginal '
                  'utility',
         'year': '2017'},
 'filled': False,
 'id_citations': '8W8gwisAAAAJ:8AbLer7MMksC',
 'source': 'citations'},
                  {'bib': {'cites': '1',
         'title': 'LTA 2016: The First Workshop on Lifelogging Tools and '
                  'Applications',
         'year': '2016'},
 'filled': False,
 'id_citations': '8W8gwisAAAAJ:geHnlv5EZngC',
 'source': 'citations'},
                  {'bib': {'cites': '1',
         'title': 'Building Test Collections for Evaluating Temporal IR',
         'year': '2016'},
 'filled': False,
 'id_citations': '8W8gwisAAAAJ:tS2w5q8j5-wC',
 'source': 'citations'},
                  {'bib': {'cites': '1',
         'title': '“Lifelogging by Senior Citizens in a Highly Ageing Society: '
                  'A Pilot Study',
         'year': '2016'},
 'filled': False,
 'id_citations': '8W8gwisAAAAJ:738O_yMBCRsC',
 'source': 'citations'},
                  {'bib': {'cites': '1',
         'title': 'Lessons learned from 8 months of lifelogging',
         'year': '2016'},
 'filled': False,
 'id_citations': '8W8gwisAAAAJ:Tiz5es2fbqcC',
 'source': 'citations'},
                  {'bib': {'cites': '1',
         'title': 'Information Retrieval Technology',
         'year': '2015'},
 'filled': False,
 'id_citations': '8W8gwisAAAAJ:P5F9QuxV20EC',
 'source': 'citations'},
                  {'bib': {'cites': '1',
         'title': 'Practice and experience of task management of university '
                  'students: Case of University of Tsukuba, Japan',
         'year': '2015'},
 'filled': False,
 'id_citations': '8W8gwisAAAAJ:1sJd4Hv_s6UC',
 'source': 'citations'},
                  {'bib': {'cites': '1',
         'title': 'Tempo of search actions to modeling successful sessions',
         'year': '2013'},
 'filled': False,
 'id_citations': '8W8gwisAAAAJ:pqnbT2bcN3wC',
 'source': 'citations'},
                  {'bib': {'cites': '1',
         'title': 'Diane Kelly: Methods for evaluating interactive information '
                  'retrieval systems with users',
         'year': '2011'},
 'filled': False,
 'id_citations': '8W8gwisAAAAJ:isC4tDSrTZIC',
 'source': 'citations'},
                  {'bib': {'cites': '1',
         'title': 'Study of context influence on classifiers trained under '
                  'different video-document representations',
         'year': '2011'},
 'filled': False,
 'id_citations': '8W8gwisAAAAJ:YFjsv_pBGBYC',
 'source': 'citations'},
                  {'bib': {'cites': '1',
         'title': 'Grid-based Interaction for NTCIR-9 VisEx Task.',
         'year': '2011'},
 'filled': False,
 'id_citations': '8W8gwisAAAAJ:GnPB-g6toBAC',
 'source': 'citations'},
                  {'bib': {'cites': '1',
         'title': 'Report: A Survey on Patent Users Search Behavior, Search '
                  'Functionality and System Requirements',
         'year': '2010'},
 'filled': False,
 'id_citations': '8W8gwisAAAAJ:eq2jaN3J8jMC',
 'source': 'citations'},
                  {'bib': {'cites': '1',
         'title': "La recherche géographique d'information sur le web: Besoins "
                  'et évaluation',
         'year': '2005'},
 'filled': False,
 'id_citations': '8W8gwisAAAAJ:qUcmZB5y_30C',
 'source': 'citations'},
                  {'bib': {'cites': '1',
         'title': 'Spatially-Aware Information Retrieval on the Internet',
         'year': '2004'},
 'filled': False,
 'id_citations': '8W8gwisAAAAJ:IWHjjKOFINEC',
 'source': 'citations'},
                  {'bib': {'cites': '1',
         'title': 'Identity through alliances: the British chemical engineer',
         'year': '1999'},
 'filled': False,
 'id_citations': '8W8gwisAAAAJ:rO6llkc54NcC',
 'source': 'citations'},
                  {'bib': {'cites': '0', 'title': 'Guest editorial', 'year': '2020'},
 'filled': False,
 'id_citations': '8W8gwisAAAAJ:W5xh706n7nkC',
 'source': 'citations'},
                  {'bib': {'cites': '0',
         'title': 'Conversational Search--A Report from Dagstuhl Seminar 19461',
         'year': '2020'},
 'filled': False,
 'id_citations': '8W8gwisAAAAJ:uLbwQdceFCQC',
 'source': 'citations'},
                  {'bib': {'cites': '0',
         'title': '4.6 Scenarios that Invite Conversational Search',
         'year': '2020'},
 'filled': False,
 'id_citations': '8W8gwisAAAAJ:_Ybze24A_UAC',
 'source': 'citations'},
                  {'bib': {'cites': '0',
         'title': 'Third International Workshop on Conversational Approaches '
                  "to Information Retrieval (CAIR'20) Full-day Workshop at "
                  'CHIIR 2020',
         'year': '2020'},
 'filled': False,
 'id_citations': '8W8gwisAAAAJ:hkOj_22Ku90C',
 'source': 'citations'},
                  {'bib': {'cites': '0',
         'title': 'Rethinking the Test Collection Methodology for Personal '
                  'Self-tracking Data',
         'year': '2020'},
 'filled': False,
 'id_citations': '8W8gwisAAAAJ:LjlpjdlvIbIC',
 'source': 'citations'},
                  {'bib': {'cites': '0',
         'title': 'Special issue on lifelogging behaviour and practice',
         'year': '2019'},
 'filled': False,
 'id_citations': '8W8gwisAAAAJ:N5tVd3kTz84C',
 'source': 'citations'},
                  {'bib': {'cites': '0',
         'title': 'Second International Workshop on Conversational Approaches '
                  "to Information Retrieval (CAIR'18) Workshop at SIGIR 2018",
         'year': '2018'},
 'filled': False,
 'id_citations': '8W8gwisAAAAJ:AXPGKjj_ei8C',
 'source': 'citations'},
                  {'bib': {'cites': '0',
         'title': 'Asian Summer School in Information Access (ASSIA 2017)',
         'year': '2018'},
 'filled': False,
 'id_citations': '8W8gwisAAAAJ:t6usbXjVLHcC',
 'source': 'citations'},
                  {'bib': {'cites': '0', 'title': "LSC 2018 chairs' welcome", 'year': '2018'},
 'filled': False,
 'id_citations': '8W8gwisAAAAJ:Y5dfb0dijaUC',
 'source': 'citations'},
                  {'bib': {'cites': '0',
         'title': 'Second International Workshop on Conversational Approaches '
                  'to Information Retrieval (CAIR’18)',
         'year': '2018'},
 'filled': False,
 'id_citations': '8W8gwisAAAAJ:Mojj43d5GZwC',
 'source': 'citations'},
                  {'bib': {'cites': '0',
         'title': 'A baseline search engine for personal life archives',
         'year': '2017'},
 'filled': False,
 'id_citations': '8W8gwisAAAAJ:JoZmwDi-zQgC',
 'source': 'citations'},
                  {'bib': {'cites': '0',
         'title': 'Second Interaction and Engagement on Information Research '
                  'and Learning with Lifelogging Devices',
         'year': '2017'},
 'filled': False,
 'id_citations': '8W8gwisAAAAJ:fQNAKQ3IYiAC',
 'source': 'citations'},
                  {'bib': {'cites': '0',
         'title': 'Second interaction and engagement on information research '
                  'and learning with lifelogging devices (IRLLD 2017)',
         'year': '2017'},
 'filled': False,
 'id_citations': '8W8gwisAAAAJ:1qzjygNMrQYC',
 'source': 'citations'},
                  {'bib': {'cites': '0',
         'title': 'From sensors to sense‐making: Opportunities and challenges '
                  'for information science',
         'year': '2017'},
 'filled': False,
 'id_citations': '8W8gwisAAAAJ:J-pR_7NvFogC',
 'source': 'citations'},
                  {'bib': {'cites': '0',
         'title': 'Enabling research and innovation beyond continental '
                  'borders: a case for satellite events in evaluation '
                  'campaigns',
         'year': '2017'},
 'filled': False,
 'id_citations': '8W8gwisAAAAJ:VOx2b1Wkg3QC',
 'source': 'citations'},
                  {'bib': {'cites': '0',
         'title': 'An In-Depth Study of Implicit Search Result Diversification',
         'year': '2016'},
 'filled': False,
 'id_citations': '8W8gwisAAAAJ:LPZeul_q3PIC',
 'source': 'citations'},
                  {'bib': {'cites': '0',
         'title': "LTA'16 workshop chairs' welcome",
         'year': '2016'},
 'filled': False,
 'id_citations': '8W8gwisAAAAJ:SdhP9T11ey4C',
 'source': 'citations'},
                  {'bib': {'cites': '0',
         'title': 'Information Retrieval and Learning with Lifelogging '
                  'Devices: a session for interaction and engagement at '
                  'iConference 2016',
         'year': '2016'},
 'filled': False,
 'id_citations': '8W8gwisAAAAJ:4fKUyHm3Qg0C',
 'source': 'citations'},
                  {'bib': {'cites': '0',
         'title': '2nd Asian Summer School in Information Access (ASSIA 2015)',
         'year': '2016'},
 'filled': False,
 'id_citations': '8W8gwisAAAAJ:dshw04ExmUIC',
 'source': 'citations'},
                  {'bib': {'cites': '0',
         'title': 'Information Retrieval Technology: 11th Asia Information '
                  'Retrieval Societies Conference, AIRS 2015, Brisbane, QLD, '
                  'Australia, December 2-4, 2015. Proceedings',
         'year': '2016'},
 'filled': False,
 'id_citations': '8W8gwisAAAAJ:nb7KW1ujOQ8C',
 'source': 'citations'},
                  {'bib': {'cites': '0',
         'title': 'NTCIR12-Lifelog: a test collection to support collaborative '
                  'benchmarking',
         'year': '2016'},
 'filled': False,
 'id_citations': '8W8gwisAAAAJ:WbkHhVStYXYC',
 'source': 'citations'},
                  {'bib': {'cites': '0',
         'title': 'Information Access Technologies',
         'year': '2014'},
 'filled': False,
 'id_citations': '8W8gwisAAAAJ:_xSYboBqXhAC',
 'source': 'citations'},
                  {'bib': {'cites': '0', 'title': 'NTCIR-11 Conference', 'year': '2014'},
 'filled': False,
 'id_citations': '8W8gwisAAAAJ:abG-DnoFyZgC',
 'source': 'citations'},
                  {'bib': {'cites': '0', 'title': 'EVIA 2014', 'year': '2014'},
 'filled': False,
 'id_citations': '8W8gwisAAAAJ:bFI3QPDXJZMC',
 'source': 'citations'},
                  {'bib': {'cites': '0',
         'title': 'Doctoral Consortium at ECIR 2013.',
         'year': '2013'},
 'filled': False,
 'id_citations': '8W8gwisAAAAJ:HoB7MX3m0LUC',
 'source': 'citations'},
                  {'bib': {'cites': '0',
         'title': 'Asian summer school in information access (ASSIA 2013)',
         'year': '2013'},
 'filled': False,
 'id_citations': '8W8gwisAAAAJ:dfsIfKJdRG4C',
 'source': 'citations'},
                  {'bib': {'cites': '0',
         'title': 'Grid-Based Interaction for Exploratory Search',
         'year': '2012'},
 'filled': False,
 'id_citations': '8W8gwisAAAAJ:g5m5HwL7SMYC',
 'source': 'citations'},
                  {'bib': {'cites': '0',
         'title': 'Reports from Other Evaluation Campaigns and Panel '
                  'Discussion: TREC is 20 Years Old, Where Now for Evaluation '
                  'Campaigns?',
         'year': '2011'},
 'filled': False,
 'id_citations': '8W8gwisAAAAJ:RYcK_YlVTxYC',
 'source': 'citations'},
                  {'bib': {'cites': '0',
         'title': 'AIR 2008: second international workshop on adaptive '
                  'information retrieval',
         'year': '2009'},
 'filled': False,
 'id_citations': '8W8gwisAAAAJ:NMxIlDl6LWMC',
 'source': 'citations'},
                  {'bib': {'cites': '0',
         'title': 'Proceedings of the Second International Workshop on '
                  'Adaptive Information Retrieval',
         'year': '2008'},
 'filled': False,
 'id_citations': '8W8gwisAAAAJ:xtRiw3GOFMkC',
 'source': 'citations'},
                  {'bib': {'cites': '0',
         'title': 'Effects of highly agreed documents in relevancy prediction',
         'year': '2007'},
 'filled': False,
 'id_citations': '8W8gwisAAAAJ:r0BpntZqJG4C',
 'source': 'citations'},
                  {'bib': {'cites': '0',
         'title': 'Supporting user query reformulation and searching: A '
                  'concept hierarchy approach',
         'year': '2007'},
 'filled': False,
 'id_citations': '8W8gwisAAAAJ:RHpTSmoSYBkC',
 'source': 'citations'},
                  {'bib': {'cites': '0',
         'title': 'Part VIII-Cross-Language Geographical Retrieval '
                  '(GeoCLEF)-GeoCLEF: The CLEF 2005 Cross-Language Geographic '
                  'Information Retrieval Track Overview',
         'year': '2006'},
 'filled': False,
 'id_citations': '8W8gwisAAAAJ:cFHS6HbyZ2cC',
 'source': 'citations'},
                  {'bib': {'cites': '0',
         'title': 'Concept-based Interactive Query Expansion Support Tool '
                  '(CIQUEST)',
         'year': '2003'},
 'filled': False,
 'id_citations': '8W8gwisAAAAJ:maZDTaKrznsC',
 'source': 'citations'},
                  {'bib': {'cites': '0',
         'title': 'Sheffield and terabyte-scale test collections',
         'year': '2003'},
 'filled': False,
 'id_citations': '8W8gwisAAAAJ:4JMBOYKVnBMC',
 'source': 'citations'},
                  {'bib': {'cites': '0', 'title': 'Home Page</title'},
 'filled': False,
 'id_citations': '8W8gwisAAAAJ:1yQoGdGgb4wC',
 'source': 'citations'},
                  {'bib': {'cites': '0', 'title': 'Hai-Tao Yu, Adam Jatowt, Roi Blanco'},
 'filled': False,
 'id_citations': '8W8gwisAAAAJ:ye4kPcJQO24C',
 'source': 'citations'},
                  {'bib': {'cites': '0', 'title': 'Organization of NTCIR-13 Conference'},
 'filled': False,
 'id_citations': '8W8gwisAAAAJ:5ugPr518TE4C',
 'source': 'citations'},
                  {'bib': {'cites': '0',
         'title': 'Spatially-Aware Information Retrieval on the Internet'},
 'filled': False,
 'id_citations': '8W8gwisAAAAJ:eJXPG6dFmWUC',
 'source': 'citations'},
                  {'bib': {'cites': '0',
         'title': 'EVIA 2016: The Seventh International Workshop on Evaluating '
                  'Information Access'},
 'filled': False,
 'id_citations': '8W8gwisAAAAJ:vRqMK49ujn8C',
 'source': 'citations'},
                  {'bib': {'cites': '0',
         'title': 'Methods for Evaluating Interactive Information Retrieval '
                  'Systems with Users by Diane Kelly'},
 'filled': False,
 'id_citations': '8W8gwisAAAAJ:p2g8aNsByqUC',
 'source': 'citations'},
                  {'bib': {'cites': '0', 'title': 'O i f Overview of NTCIR 9-9'},
 'filled': False,
 'id_citations': '8W8gwisAAAAJ:OU6Ihb5iCvQC',
 'source': 'citations'},
                  {'bib': {'cites': '0', 'title': 'Temporal Information Access (Temporalia-2)'},
 'filled': False,
 'id_citations': '8W8gwisAAAAJ:uWQEDVKXjbEC',
 'source': 'citations'},
                  {'bib': {'cites': '0', 'title': 'Wrap up'},
 'filled': False,
 'id_citations': '8W8gwisAAAAJ:NhqRSupF_l8C',
 'source': 'citations'},
                  {'bib': {'cites': '0', 'title': 'NTCIR-11 Temporalia'},
 'filled': False,
 'id_citations': '8W8gwisAAAAJ:b0M2c_1WBrUC',
 'source': 'citations'},
                  {'bib': {'cites': '0',
         'title': '4.4 Reliability and Validity–A Guide To Best Practices in '
                  'IR Evaluation'},
 'filled': False,
 'id_citations': '8W8gwisAAAAJ:yD5IFk8b50cC',
 'source': 'citations'},
                  {'bib': {'cites': '0',
         'title': 'EVIA 2013: The Fifth International Workshop on Evaluating '
                  'Information Access'},
 'filled': False,
 'id_citations': '8W8gwisAAAAJ:fPk4N6BV_jEC',
 'source': 'citations'},
                  {'bib': {'cites': '0', 'title': 'Organization of NTCIR-10 Workshop'},
 'filled': False,
 'id_citations': '8W8gwisAAAAJ:u_35RYKgDlwC',
 'source': 'citations'},
                  {'bib': {'cites': '0',
         'title': 'EVIA 2011: The Fourth International Workshop on Evaluating '
                  'Information Access'},
 'filled': False,
 'id_citations': '8W8gwisAAAAJ:J_g5lzvAfSwC',
 'source': 'citations'},
                  {'bib': {'cites': '0', 'title': 'Organization of NTCIR-9 Workshop'},
 'filled': False,
 'id_citations': '8W8gwisAAAAJ:NaGl4SEjCO4C',
 'source': 'citations'},
                  {'bib': {'cites': '0',
         'title': 'Preface from the NTCIR-8 Organizing Committee'},
 'filled': False,
 'id_citations': '8W8gwisAAAAJ:hMod-77fHWUC',
 'source': 'citations'},
                  {'bib': {'cites': '0',
         'title': 'Spatially-Aware Information Retrieval on the Internet'},
 'filled': False,
 'id_citations': '8W8gwisAAAAJ:blknAaTinKkC',
 'source': 'citations'},
                  {'bib': {'cites': '0',
         'title': 'Spatially-Aware Information Retrieval on the Internet'},
 'filled': False,
 'id_citations': '8W8gwisAAAAJ:k_IJM867U9cC',
 'source': 'citations'},
                  {'bib': {'cites': '0', 'title': 'Globalization of LIS Education in Japan'},
 'filled': False,
 'id_citations': '8W8gwisAAAAJ:TFP_iSt0sucC',
 'source': 'citations'},
                  {'bib': {'cites': '0',
         'title': 'Emulating Query-Biased Summaries Using Document'},
 'filled': False,
 'id_citations': '8W8gwisAAAAJ:bEWYMUwI8FkC',
 'source': 'citations'},
                  {'bib': {'cites': '0',
         'title': 'Spatially-Aware Information Retrieval on the Internet'},
 'filled': False,
 'id_citations': '8W8gwisAAAAJ:TQgYirikUcIC',
 'source': 'citations'},
                  {'bib': {'cites': '0',
         'title': 'Identifying Features for Relevance Web Pages Prediction'},
 'filled': False,
 'id_citations': '8W8gwisAAAAJ:mB3voiENLucC',
 'source': 'citations'}],
 'url_picture': 'https://scholar.google.com/citations?view_op=medium_photo&user=8W8gwisAAAAJ'}
# 発表論文数
print(len([pub.bib['title'] for pub in author_full.publications]))
158
# ライブラリのインポート
from scholarly import scholarly
import requests
from bs4 import BeautifulSoup
# Google Scholar URL
GS = 'https://scholar.google.com'
# 論文題目
pub_title = 'A Theoretical Framework for Conversational Search'
# 論文検索(簡易結果)
pub_summary = next(scholarly.search_pubs(pub_title))
print(pub_summary)
{'bib': {'abstract': 'This paper studies conversational approaches to '
                     'information retrieval, presenting a theory and model of '
                     'information interaction in a chat setting. In '
                     'particular, we consider the question of what properties '
                     'would be desirable for a conversational information '
                     'retrieval system so that the system can allow users to '
                     'answer a variety of information needs in a natural and '
                     'efficient manner. We study past work on human '
                     'conversations, and propose a small set of properties '
                     'that taken together could measure the extent to which a '
                     'system is conversational',
         'author': ['F Radlinski', 'N Craswell'],
         'cites': '111',
         'eprint': 'https://dl.acm.org/doi/pdf/10.1145/3020165.3020183',
         'gsrank': '1',
         'title': 'A theoretical framework for conversational search',
         'url': 'https://dl.acm.org/doi/abs/10.1145/3020165.3020183',
         'venue': 'Proceedings of the 2017 conference on …',
         'year': '2017'},
 'citations_link': '/scholar?cites=169673081305923987&as_sdt=5,33&sciodt=0,33&hl=en',
 'filled': False,
 'source': 'scholar',
 'url_add_sclib': '/citations?hl=en&xsrf=&continue=/scholar%3Fq%3DA%2BTheoretical%2BFramework%2Bfor%2BConversational%2BSearch%26hl%3Den%26as_sdt%3D0,33&citilm=1&json=&update_op=library_add&info=k4Evu8TMWgIJ&ei=xd3qXteJKMGLywS73bvYCA',
 'url_scholarbib': 'https://scholar.googleusercontent.com/scholar.bib?q=info:k4Evu8TMWgIJ:scholar.google.com/&output=citation&scisdr=CgUiT7mJGAA:AAGBfm0AAAAAXurgId7KRLkZpxn-D3kWpfZzDez4Ibek&scisig=AAGBfm0AAAAAXurgIXCIkR0CYqsjDOSrvHHJWw79gewh&scisf=4&ct=citation&cd=-1&hl=en'}
# 当該論文を引用している論文上位10件(被引用文献数順)の題目
res = requests.get(GS + pub_summary.citations_link)
soup = BeautifulSoup(res.text, 'html.parser')
citation_elements = [n.get_text() for n in soup.select('h3.gs_rt')]
print(citation_elements)
['Research frontiers in information retrieval: Report from the third strategic workshop on information retrieval in lorne (swirl 2018)', 'Response ranking with deep matching networks and external knowledge in information-seeking conversation systems', 'Towards conversational search and recommendation: System ask, user respond', 'Exploring conversational search with humans, assistants, and wizards', 'All Work and No Play?', 'Informing the design of spoken conversational search: Perspective paper', 'Analyzing and characterizing user intent in information-seeking conversations', 'Attentive memory networks: Efficient machine reading for conversational search', 'Q&r: A two-stage approach toward interactive recommendation', '[PDF][PDF] Cast 2019: The conversational assistance track overview']
# 検索→被引用文献10件
pub_title2 = citation_elements[2]
pub_summary2 = next(scholarly.search_pubs(pub_title2))
print(pub_summary2)
{'bib': {'abstract': 'Conversational search and recommendation based on '
                     'user-system dialogs exhibit major differences from '
                     'conventional search and recommendation tasks in that 1) '
                     'the user and system can interact for multiple '
                     'semantically coherent rounds on a task through natural '
                     'language dialog, and 2) it becomes possible for the '
                     'system to understand the user needs or to help users '
                     'clarify their needs by asking appropriate questions from '
                     'the users directly. We believe the ability to ask '
                     'questions so as to actively clarify the user needs is '
                     'one of the most',
         'author': ['Y Zhang', 'X Chen', 'Q Ai', 'L Yang', 'WB Croft'],
         'cites': '48',
         'eprint': 'https://dl.acm.org/doi/pdf/10.1145/3269206.3271776',
         'gsrank': '1',
         'title': 'Towards conversational search and recommendation: System '
                  'ask, user respond',
         'url': 'https://dl.acm.org/doi/abs/10.1145/3269206.3271776',
         'venue': 'Proceedings of the 27th ACM …',
         'year': '2018'},
 'citations_link': '/scholar?cites=8003097134661286645&as_sdt=5,33&sciodt=0,33&hl=en',
 'filled': False,
 'source': 'scholar',
 'url_add_sclib': '/citations?hl=en&xsrf=&continue=/scholar%3Fq%3DTowards%2Bconversational%2Bsearch%2Band%2Brecommendation:%2BSystem%2Bask,%2Buser%2Brespond%26hl%3Den%26as_sdt%3D0,33&citilm=1&json=&update_op=library_add&info=9bpuFnG2EG8J&ei=1d3qXvPvL4WTywSBqrrgBw',
 'url_scholarbib': 'https://scholar.googleusercontent.com/scholar.bib?q=info:9bpuFnG2EG8J:scholar.google.com/&output=citation&scisdr=CgUiT7mJGAA:AAGBfm0AAAAAXurgLzgEt0UG9Y5FEVfRvNi1js9jATfU&scisig=AAGBfm0AAAAAXurgL2IE1ERSGjdKkQrXLqxQSGHwRFR8&scisf=4&ct=citation&cd=-1&hl=en'}
res2 = requests.get(GS + pub_summary2.citations_link)
soup2 = BeautifulSoup(res2.text, 'html.parser')
citation_elements2 = [n.get_text() for n in soup2.select('h3.gs_rt')]
print(citation_elements2)
['Estimation-action-reflection: Towards deep interaction between conversational and recommender systems', 'User intent prediction in information-seeking conversations', 'Asking clarifying questions in open-domain information-seeking conversations', 'Generating clarifying questions for information retrieval', 'BERT with History Answer Embedding for Conversational Question Answering', 'Coached conversational preference elicitation: A case study in understanding movie preferences', 'Answer interaction in non-factoid question answering systems', 'Conversational product search based on negative feedback', 'Conversational Contextual Bandit: Algorithm and Application', 'Seamlessly Unifying Attributes and Items: Conversational Recommendation for Cold-Start Users']
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment