This Python script fetches research papers from PubMed based on a user-provided query and extracts information about authors affiliated with pharmaceutical or biotech companies.
- Fetches papers using PubMed API
- Extracts company affiliations from authors
- Saves results as a CSV file
git clone https://github.com/priyanka0123456/Backend-takehome-problem.git
cd Backend-takehome-problem
poetry install