Skip to content

Commit 4af24a1

Browse files
committed
Add a new Incubations page and update Community page
Incubations page replaces the old Model Loader page. This update also updates the Community page to reflect recent changes.
1 parent 2b02573 commit 4af24a1

File tree

4 files changed

+90
-38
lines changed

4 files changed

+90
-38
lines changed

_includes/header.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@
4141
<li class="menu-item"><a href="{{ 'webnn-status' | relative_url }}">Impl Status</a></li>
4242
</ol>
4343
</li>
44-
<li class="menu-item"><a class="link link--dia" href="{{ 'model-loader-intro' | relative_url }}">Model
45-
Loader</a></li>
44+
<li class="menu-item"><a class="link link--dia" href="{{ 'incubations' | relative_url }}">
45+
Incubations</a></li>
4646
<li class="menu-item"><a class="link link--dia" href="{{ 'blog' | relative_url }}">Blog</a></li>
4747
<li class="menu-item"><a class="link link--dia" href="{{ 'community' | relative_url }}">Community</a></li>
4848
<li class="menu-item">

_layouts/community.html

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ <h2 class="title">Community</h2>
2222

2323
<div class="cap">
2424
<p class="title">Specifications</p>
25-
<p class="subtitle">by W3C Web Machine Learning Community Group and Working Group</p>
2625
</div>
2726

2827
<div class="community gr">
@@ -43,15 +42,15 @@ <h3>Web Neural Network API</h3>
4342
<path fill="currentColor"
4443
d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z">
4544
</path>
46-
</svg>Early Implementations</li>
45+
</svg>Stabilizing implementations</li>
4746
</ul>
4847
<a class="learn" href="https://www.w3.org/TR/webnn/"> Read the specification
4948
<svg fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
5049
class="w-4 h-4" viewBox="0 0 24 24">
5150
<path d="M5 12h14M12 5l7 7-7 7"></path>
5251
</svg>
5352
</a>
54-
<a class="learn" href="{{ 'webnn-samples-intro' | relative_url }}"> Experiment with early implementations
53+
<a class="learn" href="{{ 'webnn-status' | relative_url }}"> Implementation status
5554
<svg fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
5655
class="w-4 h-4" viewBox="0 0 24 24">
5756
<path d="M5 12h14M12 5l7 7-7 7"></path>
@@ -60,23 +59,23 @@ <h3>Web Neural Network API</h3>
6059
</div>
6160
<div>
6261
<div class="bgr box">
63-
<h3>Model Loader API</h3>
64-
<p>An API to load a custom pre-trained machine learning model.</p>
62+
<h3>Task-specific APIs</h3>
63+
<p>Task-specific APIs enable reuse of the built-in models.</p>
6564
</div>
6665
<ul>
6766
<li><svg role="img" viewBox="0 0 512 512">
6867
<path fill="currentColor"
6968
d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z">
7069
</path>
71-
</svg><span>W3C Community Group incubation</span></li>
70+
</svg><span>W3C Community Group incubations</span></li>
7271
<li><svg role="img" viewBox="0 0 512 512">
7372
<path fill="currentColor"
7473
d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z">
7574
</path>
76-
</svg><span>Implementation experiments planned</span></li>
75+
</svg><span>Experimental implementations</span></li>
7776
</ul>
7877

79-
<a class="learn" href="https://webmachinelearning.github.io/model-loader/"> Read the specification
78+
<a class="learn" href="{{ 'incubations' | relative_url }}"> Explore incubations
8079
<svg fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
8180
class="w-4 h-4" viewBox="0 0 24 24">
8281
<path d="M5 12h14M12 5l7 7-7 7"></path>

incubations.md

Lines changed: 81 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,81 @@
1+
---
2+
layout: page
3+
title: 🧪 Incubations
4+
permalink: /incubations/
5+
---
6+
7+
<div class="headbg">
8+
<div class="wrapper">
9+
<div class="description">
10+
<p>
11+
Following the precepts of the <a href="https://extensiblewebmanifesto.org/">Extensible Web Manifesto</a>, higher-level task-specific APIs can be implemented in terms of the <a href="/webnn-intro">low-level APIs</a> that use custom models downloaded over the network.
12+
</p>
13+
<p>
14+
The Community Group incubates selected task-specific APIs to enable reuse of the built-in models that are distributed as part of the browser or the underlying software platform.
15+
</p>
16+
</div>
17+
</div>
18+
</div>
19+
20+
21+
<div class="g3">
22+
<div class="card1 card">
23+
<div class="cardwrapper">
24+
<div style="font-size:200px;text-align:center">
25+
🌍
26+
</div>
27+
<div class="data">
28+
<div class="content">
29+
<h1 class="title">Translator and Language Detector APIs</h1>
30+
<p class="text">A set of APIs for translating and detection language of text.</p>
31+
<div class="samplelink">
32+
<a href="https://github.com/webmachinelearning/translation-api/">
33+
Explainer
34+
</a>
35+
</div>
36+
</div>
37+
</div>
38+
</div>
39+
</div>
40+
41+
<div class="card1 card">
42+
<div class="cardwrapper">
43+
<div style="font-size:200px;text-align:center">
44+
✍️
45+
</div>
46+
<div class="data">
47+
<div class="content">
48+
<h1 class="title">Writing Assistance APIs</h1>
49+
<p class="text">A set of APIs to help web users with writing text.</p>
50+
<div class="samplelink">
51+
<a href="https://webmachinelearning.github.io/writing-assistance-apis/">
52+
Specification
53+
</a>
54+
<a href="https://github.com/webmachinelearning/writing-assistance-apis/">
55+
Explainer
56+
</a>
57+
</div>
58+
</div>
59+
</div>
60+
</div>
61+
</div>
62+
63+
<div class="card1 card">
64+
<div class="cardwrapper">
65+
<div style="font-size:200px;text-align:center">
66+
💬
67+
</div>
68+
<div class="data">
69+
<div class="content">
70+
<h1 class="title">Prompt API</h1>
71+
<p class="text">An API for prompting browser-provided language models.</p>
72+
<div class="samplelink">
73+
<a href="https://github.com/webmachinelearning/prompt-api">
74+
Explainer
75+
</a>
76+
</div>
77+
</div>
78+
</div>
79+
</div>
80+
</div>
81+
</div>

model-loader-intro.md

Lines changed: 0 additions & 28 deletions
This file was deleted.

0 commit comments

Comments
 (0)