-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Example:
RIS.toCSLJSON(`
TY - JOUR
TI - Foobar
ER -
`)
//=> [{"type": "article-journal", "title": "Foobar"}]
RIS.fromCSLJSON([{"type": "article-journal", "title": "Foobar"}]);
//=> `TY - JOUR
//=> TI - Foobar
//=> ER -`Why?
CSL JSON has become a de facto standard for CSL processors input. This feature is potentially useful.
Notes
- CSL JSON in & out MUST be validated. Here's the schema for it https://github.com/citation-style-language/schema/blob/master/schemas/input/csl-data.json
Metadata
Metadata
Assignees
Labels
No labels