Skip to content

Commit 1c02875

Browse files
acoburnjeswr
andauthored
Add affiliation information for all authors and editors (#111)
Co-authored-by: Jesse Wright <63333554+jeswr@users.noreply.github.com>
1 parent 06c93f6 commit 1c02875

5 files changed

Lines changed: 32 additions & 8 deletions

File tree

lws10-authn-openid/index.html

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,15 @@
1111
specStatus: "ED",
1212
shortName: "lws-authn-openid",
1313
editors: [{
14-
name: "Jesse Wright"
14+
name: "Jesse Wright",
15+
w3cid: "132252",
16+
company: "University of Oxford",
17+
companyURL: "https://www.ox.ac.uk/"
1518
}],
1619
authors: [{
17-
name: "Aaron Coburn"
20+
name: "Aaron Coburn",
21+
company: "Inrupt Inc.",
22+
companyURL: "https://www.inrupt.com/"
1823
}],
1924
github: "w3c/lws-protocol",
2025
xref: ["web-platform"],

lws10-authn-saml/index.html

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,15 @@
1111
specStatus: "ED",
1212
shortName: "lws-authn-saml",
1313
editors: [{
14-
name: "Jesse Wright"
14+
name: "Jesse Wright",
15+
w3cid: "132252",
16+
company: "University of Oxford",
17+
companyURL: "https://www.ox.ac.uk/"
1518
}],
1619
authors: [{
17-
name: "Aaron Coburn"
20+
name: "Aaron Coburn",
21+
company: "Inrupt Inc.",
22+
companyURL: "https://www.inrupt.com/"
1823
}],
1924
github: "w3c/lws-protocol",
2025
xref: ["web-platform"],

lws10-authn-ssi-cid/index.html

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,15 @@
1111
specStatus: "ED",
1212
shortName: "lws-authn-ssi-cid",
1313
editors: [{
14-
name: "Jesse Wright"
14+
name: "Jesse Wright",
15+
w3cid: "132252",
16+
company: "University of Oxford",
17+
companyURL: "https://www.ox.ac.uk/"
1518
}],
1619
authors: [{
17-
name: "Aaron Coburn"
20+
name: "Aaron Coburn",
21+
company: "Inrupt Inc.",
22+
companyURL: "https://www.inrupt.com/"
1823
}],
1924
github: "w3c/lws-protocol",
2025
xref: ["web-platform"],

lws10-authn-ssi-did-key/index.html

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,15 @@
1111
specStatus: "ED",
1212
shortName: "lws-authn-ssi-did-key",
1313
editors: [{
14-
name: "Jesse Wright"
14+
name: "Jesse Wright",
15+
w3cid: "132252",
16+
company: "University of Oxford",
17+
companyURL: "https://www.ox.ac.uk/"
1518
}],
1619
authors: [{
17-
name: "Aaron Coburn"
20+
name: "Aaron Coburn",
21+
company: "Inrupt Inc.",
22+
companyURL: "https://www.inrupt.com/"
1823
}],
1924
github: "w3c/lws-protocol",
2025
xref: ["web-platform"],

lws10-core/index.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,13 @@
1414
editors: [{
1515
name: "Jesse Wright",
1616
w3cid: "132252",
17+
company: "University of Oxford",
18+
companyURL: "https://www.ox.ac.uk/",
1719
}, {
1820
name: "Erich Bremer",
1921
w3cid: "45759",
22+
company: "Stony Brook University",
23+
companyURL: "https://www.stonybrook.edu/",
2024
}],
2125
formerEditors: [{
2226
name: "Sarven Capadisli",

0 commit comments

Comments
 (0)