From 06b152bb95aa56798d59a0571ae582720021c49b Mon Sep 17 00:00:00 2001 From: "A. Soroka" Date: Wed, 28 Aug 2019 14:37:18 -0400 Subject: [PATCH 1/2] JavaScript import from CG BP draft --- local-biblio.js | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 local-biblio.js diff --git a/local-biblio.js b/local-biblio.js new file mode 100644 index 0000000..ffb205b --- /dev/null +++ b/local-biblio.js @@ -0,0 +1,26 @@ +var conversions = []; + +var localBibliography = { + "swagger": { + "publisher": "Open API Initiative (OAI)", + "title": "SWAGGER: The World's Most Popular Framework for APIs", + "href" : "http://swagger.io", + "date": "2016-01-01" + }, + "json-ld-best-practice-caching": { + "authors": [ + "Manu Sporny", + "David Longley" + ], + "title": "JSON-LD Best Practice: Context Caching", + "href": "http://manu.sporny.org/2016/json-ld-context-caching/", + "date": "2016-04-24" + }, + "seo-strings-to-things": { + "authors": ["Aaron Bradley"], + "title": "Semantic SEO: Making the Shift from Strings to Things", + "href": "http://www.seoskeptic.com/semantic-seo-making-shift-strings-things/", + "date": "2013-10-02", + "publisher": "SEO Skeptic" + } +}; From 98528272379c9f0960ff821daf3cfb56adfdfad9 Mon Sep 17 00:00:00 2001 From: "A. Soroka" Date: Wed, 28 Aug 2019 14:39:00 -0400 Subject: [PATCH 2/2] Add content from CG BP doc --- local-biblio.js | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 local-biblio.js diff --git a/local-biblio.js b/local-biblio.js deleted file mode 100644 index ffb205b..0000000 --- a/local-biblio.js +++ /dev/null @@ -1,26 +0,0 @@ -var conversions = []; - -var localBibliography = { - "swagger": { - "publisher": "Open API Initiative (OAI)", - "title": "SWAGGER: The World's Most Popular Framework for APIs", - "href" : "http://swagger.io", - "date": "2016-01-01" - }, - "json-ld-best-practice-caching": { - "authors": [ - "Manu Sporny", - "David Longley" - ], - "title": "JSON-LD Best Practice: Context Caching", - "href": "http://manu.sporny.org/2016/json-ld-context-caching/", - "date": "2016-04-24" - }, - "seo-strings-to-things": { - "authors": ["Aaron Bradley"], - "title": "Semantic SEO: Making the Shift from Strings to Things", - "href": "http://www.seoskeptic.com/semantic-seo-making-shift-strings-things/", - "date": "2013-10-02", - "publisher": "SEO Skeptic" - } -};