Skip to content
This repository was archived by the owner on Nov 19, 2025. It is now read-only.

add author search function for a given keyword - #2

Open
matinnuhamunada wants to merge 1 commit into
rendicahya:masterfrom
matinnuhamunada:master
Open

add author search function for a given keyword#2
matinnuhamunada wants to merge 1 commit into
rendicahya:masterfrom
matinnuhamunada:master

Conversation

@matinnuhamunada

@matinnuhamunada matinnuhamunada commented Jul 29, 2021

Copy link
Copy Markdown

Hi @rendicahya ,

While dept_authors() can get you all the authors of a given department, I find that many authors are not yet assigned to the right department. Therefore, sometimes it is useful to search the author manually through SINTA author search.

Here I propose a simple scraper to get an author information for a given keyword. Example of use:

search_author('Indra Lesmana')

[{'id': '6081151',
  'name': 'INDRA LESMANA',
  'NIDN': '0008038406',
  'affiliation': 'Universitas Riau',
  'areas': ['Aquaculture',
   'Fish Genetics and Reproduction Biology',
   'Fish Nutrition']},
 {'id': '6023357',
  'name': 'INDRA LESMANA',
  'NIDN': '1120170054',
  'affiliation': 'Universitas Gadjah Mada',
  'areas': ['Molecular Genetics']},
 {'id': '5989126',
  'name': 'SYAHMIRZA INDRA LESMANA',
  'NIDN': '0307076801',
  'affiliation': 'Universitas Esa Unggul',
  'areas': ['Sport Physiotherapy', 'Sport Sciences']}]

I am by no means someone with informatics background, but I hope you find it useful.

Best regards,
Matin

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant