Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fill information of a publication without the abstract #539

Open
1 task done
plu-project opened this issue Jun 9, 2024 · 0 comments
Open
1 task done

Fill information of a publication without the abstract #539

plu-project opened this issue Jun 9, 2024 · 0 comments

Comments

@plu-project
Copy link

What feature would you like to request?

from scholarly import scholarly
search_query = scholarly.search_author('...')
author = scholarly.fill(next(search_query), sections=["publications"])
pub = author['publications'][0]
pub = scholarly.fill(pub, sections=["no_abstract"])

As mentioned in another issue that Google scholar might not fully show the abstract of the desired publication, it might be good to give an option to not to output the abstract at all.

Is your feature request related to a problem? Please describe.
No.

Describe the solution you'd like
Maybe an option, such as "no_abstract", can be added to the sections parameter of the fill function when a Publication object is passed to the function, so nothing changes in the function header. The item for the abstract in the returned Publication objects will be an empty string.

Describe alternatives you've considered
No idea...

Do you plan on contributing?
Your response below will clarify if this is something that the maintainers can expect you to work on or not.

  • Yes, I plan to contribute towards this feature in the next couple of days.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant