- Source:
Methods
(protected, static) parseBibJson(data) → {Array.<CSL>}
Parse BibJSON data
Parameters:
Name | Type | Description |
---|---|---|
data |
Object | The input data |
- Source:
Returns:
The formatted input data
- Type
- Array.<CSL>
(protected, static) parseContentMine(data) → {Array.<CSL>}
Parse ContentMine quickscrape data
Parameters:
Name | Type | Description |
---|---|---|
data |
Object | The input data |
- Source:
Returns:
The formatted input data
- Type
- Array.<CSL>