Skip to content

Commit 247c747

Browse files
authored
Merge pull request #657 from json-ld/promote-working-group
Promote the Working Group
2 parents 1c7306a + ba6c7dc commit 247c747

File tree

1 file changed

+30
-1
lines changed

1 file changed

+30
-1
lines changed

index.html

Lines changed: 30 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@
1919
<link rel="stylesheet" type="text/css" href="static/css/bootstrap/bootstrap.css">
2020
<link rel="stylesheet" type="text/css" href="static/css/bootstrap/bootstrap-responsive.css">
2121
<link rel="stylesheet" type="text/css" href="static/css/bootstrap/font-awesome.css">
22+
<style>
23+
/** bootstrap 2.3.2 overrides **/
24+
.alert.alert-success a {color: #3d9400; text-decoration: underline }
25+
</style>
26+
2227
<link rel="shortcut icon" href="favicon.ico" />
2328

2429
<!-- Script tags -->
@@ -87,6 +92,19 @@ <h1>JSON for Linking Data</h1>
8792
</div>
8893

8994
<div class="container">
95+
<div class="row">
96+
<div class="span12">
97+
<div class="alert alert-success">
98+
<strong>W3C JSON-LD Working Group Launched!</strong>
99+
The JSON-LD specification work continues at the
100+
<a href="https://www.w3.org/2018/json-ld-wg/"><strong>W3C JSON-LD Working Group</strong></a>!
101+
Please join us there, follow the
102+
<a href="https://lists.w3.org/Archives/Public/public-json-ld-wg/">mailing list</a>,
103+
and participate in the
104+
<a href="https://github.com/search?q=topic%3Ajson-ld-wg+org%3Aw3c&type=Repositories">specification repositories</a>.
105+
</div>
106+
</div>
107+
</div>
90108
<div class="row">
91109
<div class="span3">
92110
<h2><span class="icon-exchange"></span> Linked Data </h2>
@@ -245,8 +263,19 @@ <h1 class="span12" style="text-align: center;">
245263
</div>
246264

247265
<div id="collaborating-description" class="row">
266+
<div class="offset2 span8" style="text-align: center;">
267+
<strong>JSON-LD 1.1</strong> is being formally specified in the
268+
<a href="https://www.w3.org/2018/json-ld-wg/"><strong>W3C JSON-LD Working Group</strong></a>.
269+
To participate in this work, please <a href="https://www.w3.org/Consortium/join">join the W3C</a>
270+
and then join the Working Group.
271+
The <a href="https://lists.w3.org/Archives/Public/public-json-ld-wg/">Working Group mailing list</a>
272+
is visible to the public and participation in the
273+
<a href="https://github.com/search?q=topic%3Ajson-ld-wg+org%3Aw3c&type=Repositories">specification repositories</a> is encouraged. Additionally, discussions and exploration continue
274+
in the Community Group spaces mentioned below.
275+
<hr />
276+
</div>
248277
<p class="offset2 span8" style="text-align: center;">
249-
JSON-LD is being developed by the W3C <a
278+
JSON-LD has been developed by the W3C <a
250279
href="http://www.w3.org/community/json-ld/">JSON-LD Community Group</a>.
251280
It is a <a href="http://www.w3.org/TR/json-ld/">W3C Recommendation</a>
252281
as of 16 January 2014. Participation is open

0 commit comments

Comments
 (0)