Statistical information about a collection of works.
const stats: OrcidStats = { total: 42, byType: { 'journal-article': 30, 'conference-paper': 12 }, byYear: { 2023: 15, 2024: 27 }, yearRange: { min: 2020, max: 2024 }}; Copy
const stats: OrcidStats = { total: 42, byType: { 'journal-article': 30, 'conference-paper': 12 }, byYear: { 2023: 15, 2024: 27 }, yearRange: { min: 2020, max: 2024 }};
Count of works grouped by type
Count of works grouped by publication year
Total number of works
Range of publication years
Latest publication year, or null if no years available
Earliest publication year, or null if no years available
Statistical information about a collection of works.
Example