Created
May 2, 2020 14:11
-
-
Save larsgw/e5e7e7a5552df67d4dab4bd9378e5412 to your computer and use it in GitHub Desktop.
Example CSL-JSON file
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[{ | |
"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