ReXplorePaperDataFetcher / fetch_paper_data.py

Commit History

Refactor citation fetching to combine citation and title retrieval in fetch_citation_title function
05fa727
Running

raannakasturi commited on

Refactor citation and title fetching to use Citeas API and improve error handling
cddc8f6

raannakasturi commited on

Refactor fetch_title function to use CrossRef API for title retrieval and improve error handling
e57fc64

raannakasturi commited on

Remove unused bibtexparser import from fetch_paper_data.py
5e2a2df

raannakasturi commited on

Refactor fetch_title function to improve URL construction for DataCite API
6c5ce48

raannakasturi commited on

Add .gitignore for __pycache__ and fix string formatting in fetch_title function
1d40dae

raannakasturi commited on

Refactor fetch_title to retrieve titles from DataCite API and update main execution to fetch paper data by DOI
b3ee883

raannakasturi commited on

Update fetch_title regex for title extraction and modify main execution to fetch paper data by PMC ID
8a237e1

raannakasturi commited on

Update fetch_title to improve regex for title extraction and adjust main execution to fetch paper data by ID
485c7d1

raannakasturi commited on

Update fetch_pmc_pdf to handle errors and improve PDF URL retrieval
e526b4d

raannakasturi commited on

Update fetch_citation to use new API endpoint and improved headers for citation retrieval
16f8a3f

raannakasturi commited on

Refactor fetch_paper_data to ensure DOI and PDF URL are valid before fetching citation and title
1f545ac

raannakasturi commited on

Refactor PDF fetching in fetch_pmc_pdf to use BeautifulSoup for improved parsing
4ce49ad

raannakasturi commited on

Update fetch_paper_data.py
f439c32
verified

raannakasturi commited on

Update fetch_paper_data.py
9cc7256
verified

raannakasturi commited on

Update fetch_paper_data.py
8a63e6e
verified

raannakasturi commited on

Update fetch_paper_data.py
cf4432c
verified

raannakasturi commited on

Add title fetching functionality to fetch_paper_data
73baaf7

raannakasturi commited on

Add Gradio app for fetching research paper data and implement fetching functions
908a89c

raannakasturi commited on