bestOALocation property
A Location object with the best available open access location for this work. We score open locations to determine which is best using these factors:
- Must have is_oa: true
- type_:_ "publisher" is better than "repository".
- version: "publishedVersion" is better than "acceptedVersion", which is better than "submittedVersion".
- pdf_url: A location with a direct PDF link is better than one without.
- repository rankings: Some major repositories like PubMed Central and arXiv are ranked above others.
Implementation
@JsonKey(name: 'best_oa_location')
Location? bestOALocation;