- Refactor chatbot.py to use a more descriptive variable name for the chatbot instance.
- Refactor get_article_info.py to use a more descriptive function name and remove unused imports.
This commit adds code to download review references from a CSV file and process them. The references are read from a file called 'review_references.csv' and each reference is checked for a DOI. The user is prompted to confirm if a DOI is found, and the reference along with the confirmation is written to a new file called 'review_references.txt'. This code will be useful for managing review references in the future.