File tree Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change
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
+ } ;
You can’t perform that action at this time.
0 commit comments