Skip to content

Commit 06b152b

Browse files
ajs6fgkellogg
authored andcommitted
JavaScript import from CG BP draft
1 parent 00f4ec7 commit 06b152b

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

local-biblio.js

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
var conversions = [];
2+
3+
var localBibliography = {
4+
"swagger": {
5+
"publisher": "Open API Initiative (OAI)",
6+
"title": "SWAGGER: The World's Most Popular Framework for APIs",
7+
"href" : "http://swagger.io",
8+
"date": "2016-01-01"
9+
},
10+
"json-ld-best-practice-caching": {
11+
"authors": [
12+
"Manu Sporny",
13+
"David Longley"
14+
],
15+
"title": "JSON-LD Best Practice: Context Caching",
16+
"href": "http://manu.sporny.org/2016/json-ld-context-caching/",
17+
"date": "2016-04-24"
18+
},
19+
"seo-strings-to-things": {
20+
"authors": ["Aaron Bradley"],
21+
"title": "Semantic SEO: Making the Shift from Strings to Things",
22+
"href": "http://www.seoskeptic.com/semantic-seo-making-shift-strings-things/",
23+
"date": "2013-10-02",
24+
"publisher": "SEO Skeptic"
25+
}
26+
};

0 commit comments

Comments
 (0)