Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update index.html #544

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
28 changes: 13 additions & 15 deletions index.html
Expand Up @@ -2,7 +2,7 @@
<html lang="en-US">
<head>
<meta charset="utf-8" />
<title>Web of Things (WoT) Architecture</title>
<title>Web of Things (WoT) Architecture 1.1</title>
<script class="remove"
src="https://www.w3.org/Tools/respec/respec-w3c-common"></script>
<script class="remove">
Expand All @@ -14,7 +14,7 @@
"no-headingless-sections": true
},
doJsonLd : true,
specStatus : "ED",
specStatus : "FPWD",
shortName : "wot-architecture",
copyrightStart : 2017,
wg : "Web of Things Working Group",
Expand All @@ -27,22 +27,18 @@
},
previousPublishDate: "2019-05-16",
previousMaturity: "CR",
editors : [ {
name : "Matthias Kovatsch",
w3cid : "75998",
company : "Huawei",
companyURL : "https://www.huawei.com/"
}, {
name : "Ryuichi Matsukura",
w3cid : "64284",
company : "Fujitsu Ltd.",
companyURL : "https://www.fujitsu.com/"
}, {
editors : [
{
name : "Michael Lagally",
w3cid : "47166",
company : "Oracle Corp.",
companyURL : "https://www.oracle.com/"
}, {
}, {
name : "Ryuichi Matsukura",
w3cid : "64284",
company : "Fujitsu Ltd.",
companyURL : "https://www.fujitsu.com/"
}, {
name : "Toru Kawaguchi",
w3cid : "79307",
company : "Panasonic Corp.",
Expand Down Expand Up @@ -3889,7 +3885,9 @@ <h2 id="changes-from-first-public-working-draft">Changes from First Public Worki

<section id="acknowledgements" class="appendix normative">
<h1>Acknowledgments</h1>
<p>Special thanks to Michael McCool, Takuki Kamiya, Kazuyuki Ashimura,
<p>Special thanks to Matthias Kovatsch for co-editing and many significant contributions
to the initial version of the WoT architecture specification.
Special thanks to Michael McCool, Takuki Kamiya, Kazuyuki Ashimura,
Sebastian Käbisch, Zoltan Kis, Elena Reshetova, Klaus Hartke, Ari Keränen, Kazuaki Nimura, and
Philippe Le Hegaret for their contributions to this document.
</p>
Expand Down