From c6edffb58c68f362e831b0d02a0265a151a4f7b5 Mon Sep 17 00:00:00 2001 From: POBrien333 <954979+POBrien333@users.noreply.github.com> Date: Tue, 6 Aug 2019 15:20:35 +0200 Subject: [PATCH] Update exampleData.js This is me trying to achieve that the first example in the "Search by Example" function is the Campbell/Pedersen paper and not the Mares chapter. I think it makes more sense (at least for me when developing styles) and is also more user-friendly. --- src/exampleData.js | 62 +++++++++++++++++++++++----------------------- 1 file changed, 31 insertions(+), 31 deletions(-) diff --git a/src/exampleData.js b/src/exampleData.js index 48ff1ac..da3cae8 100644 --- a/src/exampleData.js +++ b/src/exampleData.js @@ -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", @@ -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",