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

[Programming question]: Querying the arixv #197

Open
haesleinhuepf opened this issue Dec 30, 2024 · 1 comment
Open

[Programming question]: Querying the arixv #197

haesleinhuepf opened this issue Dec 30, 2024 · 1 comment

Comments

@haesleinhuepf
Copy link
Owner

I need a Python function that can search for articles in the arxiv using Arxiv's REST API. I would like to search for keywords, authors, publication year, in title and in the abstract.

git-bob try to achieve this. Consider searching for "bio-image analysis" in 2022

Copy link
Contributor

This message was generated by git-bob (version: 0.17.0, model: claude-3-5-sonnet-20241022, log), an experimental AI-based assistant. It can make mistakes and has limitations. Check its messages carefully.

I implemented a solution to search for bioimage analysis papers on arXiv from 2022. I created a Jupyter notebook that uses the arxiv Python package to interact with arXiv's REST API. The notebook includes code to search for papers with the keyword "bio-image analysis" published in 2022. The results are saved to a CSV file for easy access. I also added the necessary package dependency to the requirements file to ensure the code works for others.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant