This Python script converts Crossref API bibliographic data into RIS format, specifically designed to handle books with chapters. It enriches chapter records with complete book information (title, editors, ISBN) that is typically missing in the Crossref API response.
- Fetches bibliographic data from Crossref API using ISBN
- Generates complete RIS records for both the book and all chapters
- Includes full book metadata (title, editors, publisher, ISBNs) in each chapter entry
- Can work with pre-downloaded JSON files when API access is restricted