Refactor citation fetching to combine citation and title retrieval in fetch_citation_title function 05fa727 Running raannakasturi commited on Jan 16
Refactor citation and title fetching to use Citeas API and improve error handling cddc8f6 raannakasturi commited on Jan 16
Refactor fetch_title function to use CrossRef API for title retrieval and improve error handling e57fc64 raannakasturi commited on Jan 1
Refactor fetch_title function to improve URL construction for DataCite API 6c5ce48 raannakasturi commited on Jan 1
Add .gitignore for __pycache__ and fix string formatting in fetch_title function 1d40dae raannakasturi commited on Jan 1
Refactor fetch_title to retrieve titles from DataCite API and update main execution to fetch paper data by DOI b3ee883 raannakasturi commited on Jan 1
Update fetch_title regex for title extraction and modify main execution to fetch paper data by PMC ID 8a237e1 raannakasturi commited on Jan 1
Update fetch_title to improve regex for title extraction and adjust main execution to fetch paper data by ID 485c7d1 raannakasturi commited on Dec 31, 2024
Update fetch_pmc_pdf to handle errors and improve PDF URL retrieval e526b4d raannakasturi commited on Dec 27, 2024
Update fetch_citation to use new API endpoint and improved headers for citation retrieval 16f8a3f raannakasturi commited on Dec 27, 2024
Refactor fetch_paper_data to ensure DOI and PDF URL are valid before fetching citation and title 1f545ac raannakasturi commited on Dec 27, 2024
Refactor PDF fetching in fetch_pmc_pdf to use BeautifulSoup for improved parsing 4ce49ad raannakasturi commited on Dec 27, 2024
Add Gradio app for fetching research paper data and implement fetching functions 908a89c raannakasturi commited on Dec 22, 2024