Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
62 changes: 31 additions & 31 deletions src/exampleData.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,37 +42,6 @@ define(function () {
// Hard coded default list of csl-data.json references used
// in the editor and search pages
CSLEDIT_exampleData.jsonDocumentList = [
{
"type": "chapter",
"title": "Firms and the welfare state: When, why, and how does social policy matter to employers?",
"container-title": "Varieties of capitalism. The institutional foundations of comparative advantage",
"publisher": "Oxford University Press",
"publisher-place": "New York",
"page": "184-213",
"author": [
{
"family": "Mares",
"given": "Isabela"
}
],
"editor": [
{
"family": "Hall",
"given": "Peter A."
},
{
"family": "Soskice",
"given": "David"
}
],
"issued": {
"date-parts": [
[
"2001"
]
]
}
},
{
"type": "article-journal",
"title": "The varieties of capitalism and hybrid success",
Expand Down Expand Up @@ -116,6 +85,37 @@ define(function () {
]
}
},
{
"type": "chapter",
"title": "Firms and the welfare state: When, why, and how does social policy matter to employers?",
"container-title": "Varieties of capitalism. The institutional foundations of comparative advantage",
"publisher": "Oxford University Press",
"publisher-place": "New York",
"page": "184-213",
"author": [
{
"family": "Mares",
"given": "Isabela"
}
],
"editor": [
{
"family": "Hall",
"given": "Peter A."
},
{
"family": "Soskice",
"given": "David"
}
],
"issued": {
"date-parts": [
[
"2001"
]
]
}
},
{
"type": "report",
"title": "Country clustering in comparative political economy",
Expand Down