larsgw / citation.js

Citation.js converts formats like BibTeX, Wikidata JSON and ContentMine JSON to CSL-JSON to convert to other formats like APA, Vancouver and back to BibTeX.
https://citation.js.org/
MIT License
219 stars 30 forks source link

how to format 'in press' articles? #223

Closed naiqixiao closed 2 years ago

naiqixiao commented 2 years ago

Hi,

I'm wondering how I should format JSON file to allow citation.js to show in press articles properly.

Thanks!

larsgw commented 2 years ago

The status property should be set to "in press".

naiqixiao commented 2 years ago

Thanks! It works!