Skip to content

Commit 958d986

Browse files
committed
Add w3cids to all editors/authors.
1 parent 1ea9e98 commit 958d986

File tree

1 file changed

+18
-10
lines changed

1 file changed

+18
-10
lines changed

index.html

Lines changed: 18 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -67,34 +67,42 @@
6767
editors: [
6868
{ name: "Manu Sporny", url: "https://www.linkedin.com/in/manusporny/",
6969
company: "Digital Bazaar", companyURL: "https://digitalbazaar.com/",
70-
note: "v1.0, v1.1"},
70+
note: "v1.0, v1.1", w3cid: 41758},
7171
{ name: "Grant Noble", url: "https://www.linkedin.com/in/grant-noble-8253994a/",
7272
company: "ConsenSys", companyURL: "https://consensys.net/",
73-
note: "v1.0"},
73+
note: "v1.0", w3cid: 110600},
7474
{ name: "Dave Longley", url: "https://github.com/dlongley",
7575
company: "Digital Bazaar", companyURL: "https://digitalbazaar.com/",
76-
note: "v1.0"},
76+
note: "v1.0", w3cid: 48025},
7777
{ name: "Daniel C. Burnett", url: "https://www.linkedin.com/in/daburnett/",
7878
company: "ConsenSys", companyURL: "https://consensys.net/",
79-
note: "v1.0"},
79+
note: "v1.0", w3cid: 37473},
8080
{ name: "Brent Zundel", url: "https://www.linkedin.com/in/bzundel/",
8181
company: "Evernym", companyURL: "https://www.evernym.com/",
82-
note: "v1.0"},
82+
note: "v1.0", w3cid: 102128},
8383
{ name: "Kyle Den Hartog", url: "https://www.linkedin.com/in/kyledenhartog/",
8484
company: "MATTR", companyURL: "https://mattr.global/",
85-
note: "v1.1"}
85+
note: "v1.1", w3cid: 103517}
8686
],
8787
// authors, add as many as you like.
8888
// This is optional, uncomment if you have authors as well as editors.
8989
// only "name" is required. Same format as editors.
9090
authors:
9191
[
9292
{ name: "Manu Sporny", url: "https://digitalbazaar.com/",
93-
company: "Digital Bazaar", companyURL: "https://digitalbazaar.com/"},
93+
company: "Digital Bazaar", companyURL: "https://digitalbazaar.com/",
94+
w3cid: 41758
95+
},
9496
{ name: "Dave Longley", url: "https://digitalbazaar.com/",
95-
company: "Digital Bazaar", companyURL: "https://digitalbazaar.com/"},
96-
{ name: "David Chadwick", url: "https://www.linkedin.com/in/david-chadwick-36816395/",
97-
company: "University of Kent", companyURL: "https://www.kent.ac.uk/"}
97+
company: "Digital Bazaar", companyURL: "https://digitalbazaar.com/",
98+
w3cid: 48025
99+
},
100+
{ name: "David Chadwick",
101+
url: "https://www.linkedin.com/in/david-chadwick-36816395/",
102+
company: "University of Kent",
103+
companyURL: "https://www.kent.ac.uk/",
104+
w3cid: 0
105+
}
98106
],
99107

100108
maxTocLevel: 2,

0 commit comments

Comments
 (0)