Query free API to find paper citing another paper
You'll we need to have docker: See how to install docker here
You'll also need docker-compose:
sudo apt install docker-compose
git clone https://github.com/TheoSourget/citation_finder.git
cd citation_finder
docker compose up -d --build
docker compose down
You have access to the website at: http://localhost:8501/
In this section, you can fill the DOI of the paper and choose the source from which we will search for citation of this paper.
Once the information are set click on the search button to compute the citation extraction, it can be long depending on the source and the number of citations. When the extraction is complete the list is displayed as shown below and you can download the result as a CSV file with the button below the list.
You can also see some informations about the citations below the list of citations.
In this section, you can search for papers using concepts/tags and/or keywords in the abstract. This section only use the OpenAlex API to find the abstract.
First choose the concepts you want to find, if you select multiple tags papers will have to respect all of them. You can then select the time period to search for and a Search time limit. Note that the time limit is for a year not the whole selected period.
And finally you can input some keywords to search for in the abstract. If you put multiple keywords, a paper only have to respect one of them to be listed in the results
You'll find in the list the abstract of the paper as well as a link to an open access version of the full text if it exists.