Skip to content

Instantly share code, notes, and snippets.

@larsgw
Created May 2, 2020 14:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save larsgw/e5e7e7a5552df67d4dab4bd9378e5412 to your computer and use it in GitHub Desktop.
Save larsgw/e5e7e7a5552df67d4dab4bd9378e5412 to your computer and use it in GitHub Desktop.
Example CSL-JSON file
[{
"type": "article",
"title": "Example CSL-JSON file",
"author": [{
"family": "Willighagen",
"given": "Lars"
}],
"issued": {
"date-parts": [[2020, 5, 2]]
},
"publisher": "GitHub Gist"
}]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment