Skip to content

Commit ef2adfa

Browse files
committed
Add affiliation information for all authors and editors
1 parent 7d2056f commit ef2adfa

5 files changed

Lines changed: 30 additions & 10 deletions

File tree

lws10-authn-openid/index.html

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

lws10-authn-saml/index.html

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

lws10-authn-ssi-cid/index.html

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

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

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

lws10-core/index.html

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,13 @@
1111
specStatus: "ED",
1212
shortName: "lws-protocol",
1313
editors: [{
14-
name: "Jesse Wright"
14+
name: "Jesse Wright",
15+
company: "University of Oxford",
16+
companyURL: "https://www.ox.ac.uk/"
1517
}, {
16-
name: "Erich Bremer"
18+
name: "Erich Bremer",
19+
company: "Stony Brook University",
20+
companyURL: "https://www.stonybrook.edu/"
1721
}],
1822
formerEditors: [{
1923
name: "Sarven Capadisli",

0 commit comments

Comments
 (0)