This implementation of the Entrez module takes a desired time frame and retreives PMID, title, abstract, and publication date (month and year) of all records archived by PubMed over that period.
The implementation contains 3 functions:
- The 'search' function retrieves PMIDs of records published during user's specified time frame (e.g.: the last 10 days)
- The 'fetch_details' function retireves information (PMID, title, abstract, and publication date- month and year) for each PMID. It is possible to include search terms for more specific retrieval. In this implementation, the function only writes to file jounral articles in English with abstract text.
reldate = limit your search to items with a publication date in the last n days retmax = maximum number of records allowed datatype = determines the date field you wish to limit
- Bio.Entrez
- Docker - Docker Containers
- **Austin Mckitrick - Javier Corvi **
This project is licensed under the GNU GENERAL PUBLIC LICENSE Version 3 - see the LICENSE file for details
This project has received funding from the European Union’s Horizon 2020 research and innovation programme under the Marie Sklodowska-Curie grant agreement No 751277