Skip to content

Instantly share code, notes, and snippets.

@jesusbagpuss
Last active December 20, 2021 12: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 jesusbagpuss/b78d7d0f2a01810f804d5572b21119bb to your computer and use it in GitHub Desktop.
Save jesusbagpuss/b78d7d0f2a01810f804d5572b21119bb to your computer and use it in GitHub Desktop.
Example thesis CSL json for adding to CSL visual editor BAsed on https://github.com/citation-style-language/csl-editor/blob/master/src/exampleData.js#L421-L456
{
"type": "thesis",
"title": "This is a test thesis",
"publisher": "University of Leeds",
"publisher-place": "Leeds, UK",
"genre": "Doctoral thesis",
"source": "test.repository.leeds.ac.uk",
"abstract": "The abstract of the thesis.",
"URL": "https://test.repository.leeds.ac.uk/123456/",
"language": "en",
"author": [
{
"family": "Bos",
"given": "R.A"
}
],
"issued": {
"date-parts": [
[
"2021",
12,
25
]
]
},
"accessed": {
"date-parts": [
[
"2021",
12,
25
]
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment