-
Notifications
You must be signed in to change notification settings - Fork 6
/
terms.html
390 lines (377 loc) · 18.8 KB
/
terms.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
<!--
* Copyright (C) 2024 Intel Corporation. All rights reserved.
* Licensed under the Apache License 2.0. See LICENSE in the project root for license information.
* SPDX-License-Identifier: Apache-2.0
-->
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link href="./style/tailwind.css" rel="stylesheet" />
<link href="./style/general.css" rel="stylesheet" />
<title>Web AI Showcase - Term of Use</title>
</head>
<body>
<div class="container mx-auto w-full px-8 lg:px-20">
<div class="p-8 bg-stone-700/30 2xl:p-16 text-stone-50">
<div class="text-3xl font-bold mb-8 2xl:mb-16 text-center">
Intel® Web AI Demo Showcase Service Terms and Conditions
</div>
<div class="flex flex-col gap-6 tracking-wide 2xl:text-lg">
<div>
<p>
These Term & Conditions for Intel® Web AI Demo Showcase Service
<span class="font-bold">(“Service”)</span>, including the exhibits
and any additional documentation expressly referenced herein
(collectively, the <span class="font-bold"> “Terms”</span>) govern
Your use of Service and form a legal agreement between Intel
Corporation and its subsidiaries in the relevant countries/regions
<span class="font-bold">(“Intel”)</span>, and You.
<span class="font-bold">“You”</span> refers to you or your
employer or other legal entity (including its subsidiaries) for
whose benefit your act, as applicable. By applying to participate
in the Program, You affirm that you have read and accepted these
Terms.
</p>
</div>
<div>
<p>
Intel reserves the right to change the Terms or discontinue the
Service at any time and for any reason. By continuing your use of
Service You agree to be bound by the relevant modified Terms.
</p>
</div>
<div><p class="font-bold">1 Service Introduction</p></div>
<div class="pl-8">
<p>
The Service provides some emerging generative AI samples that run
locally in the browser and are powered by WebAssembly, WebGPU, and
WebNN technologies, which means that these samples take advantage
of the computing resources (cpu, gpu, or gpu) on your device.
</p>
</div>
<div><p class="font-bold">2 Your Use of Service</p></div>
<div class="flex flex-col gap-4 pl-8">
<div>
<p>
2.1 You will at all times (a) use Service with the sole
intention of [****] in a professional and competent manner; (b)
comply with all applicable laws, regulations, rules and orders
of any governmental authority; and (c) not engage in any
harmful, false, or deceptive acts or practices. In particular,
impersonating other applicants or sending false information to
Intel is considered fraudulent activity and You will bear the
corresponding legal liabilities.
</p>
</div>
<div>
<p>
2.2 You will comply with the corresponding License Agreement of
each model (“Model License Agreement”). You are the Licensee
under the Model License Agreement no matter You download and
upload models by yourself or You ask Intel to load the model
directly through web connection.
</p>
</div>
<div>
<p>
2.3 You are solely responsible for the content You post,
publish, display, generate or otherwise make available when
using our Service, and for any other action or omission that
results from your use of the Services (including our content or
other user's content), or the use by a person or an entity that
You have authorized under your account.
</p>
</div>
<div>
<p>
2.4 You own the content You create. However, by posting your
content or otherwise making it available on our website, you
must be aware that you hereby grant Intel a worldwide,
royalty-free, and non-exclusive license to use, display,
publish, reproduce, distribute, and make derivative works of
such content to provide Services.
</p>
</div>
<div>
<p>
2.5 Any content You download, access, or use from Intel or
another user, is at your own risk and subject to these Terms
and/or the terms accompanying such content.
</p>
</div>
<div>
<p>
2.6 When content contains notice of a reasonable and customary
license, (such as an open-source license) such content is
intended to remain under the terms of such license when further
accessed, distributed, or used. Neither party is permitted to
remove reference to any such license .
</p>
</div>
</div>
<div><p class="font-bold">3 Intellectual Property</p></div>
<div class="flex flex-col gap-4 pl-8">
<div>
<p>
3.1 Proprietary Rights. To the extent not infringing GitHub’s
due rights in enabling Intel to deploy this Service through
GitHub platform, we retain ownership of all our intellectual
property rights related to the website and the Services,
including all improvements to the Services. All materials that
Intel produce, including the website, design, code, graphics,
interfaces, trademarks, and logo shall remain our exclusive
property. You may not alter, reproduce, republish, license any
of our proprietary materials, unless Intel expressly give You a
written permission to do so. All rights not expressly granted
are reserved and retained by Intel.
</p>
</div>
<div>
<p>
3.2 Nothing in these Terms is intended to limit Intel’s use of
our knowledge, skills, experience, ideas, concepts, know-how
and/or techniques developed or learned at any time, without
limitation. If You provide Intel feedback regarding the use,
operation, performance, or functionality of our website,
Services, or business (collectively, "Feedback"), You hereby
grant Intel a perpetual, irrevocable, worldwide, royalty-free,
and non-exclusive right and license to exploit and commercialize
the Feedback, improve the Services, and develop and/or
commercialize new offerings, which Intel will solely and
exclusively own. In addition, and subject to our Privacy Policy,
Intel may aggregate, anonymize, or otherwise learn from data
relating to your use of the Services, and use the foregoing to
improve those Services.
</p>
</div>
<div>
<p>
3.3 Open Source. Certain items provided with the Services may be
subject to "open source" or "creative commons" or other similar
licenses (collectively, "Open Source"). The Open-Source license
terms are not intended to be replaced or overridden by the
license and other terms of these Terms; however, the limitations
of liabilities, disclaimers, and this provision apply to any
such Open Source. Nothing in these Terms limit your rights
under, or grants you rights that supersede, the terms and
conditions of any applicable Open-Source license. If Intel (or
You) make modifications to Open Source, and if the applicable
Open Source requires that such modifications be made available,
and Intel (or You) do not already publish such modifications via
the applicable open-source community, then modifications will be
available on applicable websites.
</p>
</div>
<div>
<p>
3.4 Supplemental Terms. Certain Services may be governed by
specific intellectual property terms which are stated in the
Supplemental Terms and/or in any other binding document signed
between You and Intel, and which are fully incorporated into the
Terms between You and Intel.
</p>
</div>
</div>
<div><p class="font-bold">4 Privacy</p></div>
<div class="flex flex-col gap-4 pl-8">
<div>
<p>
4.1 Intel may use information from You for the following
purposes:
</p>
<ul class="list-disc list-inside pl-4">
<li>
to deliver the Services, which may include the creation of
your account, the display of your profile or your content, or
if applicable the upgrading of your account to a paid account,
</li>
<li>
to operate and improve the Services by providing you with more
effective customer service, making the Services easier to use
by eliminating the need for you to enter the same information
repeatedly; performing research and analysis aimed at
improving the Services, or other products and technologies of
the Company; automatically updating the Services; diagnosing
or fixing problems with the Services,
</li>
<li>
to conduct analysis or research on the Services or any topics
related to it, for business operations or scientific purposes,
</li>
<li>
to communicate with You, especially through the sending of
welcome emails, information on technical service issues,
security announcements, information of new Services available,
legal notices, response to your requests, or any other
information that Intel think might interest or be relevant to
you,
</li>
<li>
to ensure and maintain security on our Services or website,
which may include detecting, preventing, investigating, or
otherwise addressing fraud or security issues,
</li>
<li>
to protect against harm to the rights, property or safety of
the Company, our Users, yourself, or the public,
</li>
<li>
to enforce any applicable terms of service or agreement,
including investigations of potential violations thereof,
</li>
<li>
to comply with any applicable law, regulation, legal process,
or governmental requests.
</li>
</ul>
</div>
<div>
<p>
4.2 By creating an account on the website and by using the
Services, You consent to disclose information, some of which
might be personal, and to our processing of such Personal
Information in the manner and for the purposes herein.
</p>
</div>
<div>
<p>
4.3 Apart from the above cases, Intel may use the information
collected from You to pursue legitimate interests such as legal
or regulatory compliance, security control, business operations,
scientific research, or any other interest reasonably held as
legitimate.
</p>
</div>
<div>
<p>
4.4 Intel retain your Information for as long as necessary to
deliver the Services, to comply with any applicable legal
requirements, to maintain security and prevent incidents and, in
general, to pursue our legitimate interests.
</p>
</div>
<div>
<p>
4.5 Please be aware that certain Personal Information and other
information provided by You in connection with your use of the
Services may be stored on your device (even if that Information
is not collected by the Company). You are solely responsible for
maintaining the security of your device from unauthorized
access. Similarly, you also remain responsible for maintaining
the confidentiality of your password or any other information
that should reasonably be held confidential.
</p>
</div>
</div>
<div><p class="font-bold">5 Liability</p></div>
<div class="flex flex-col gap-4 pl-8">
<div>
<p>
5.1 Neither party (or any of our affiliates, subsidiaries,
contractors, licensors, officers, directors, agents, or
employees ("Related Parties")) will be liable for any indirect,
incidental, consequential, punitive, special, or other similar
damages, including loss of revenue, profits, data, benefits, or
savings, whether or not due to the fault or negligence of the
company or related parties, and regardless of whether You or
Intel or our related parties have been advised of the
possibility of such damages or losses.
</p>
</div>
<div><p></p></div>
</div>
<div><p class="font-bold">6 Indemnity</p></div>
<div class="pl-8">
<div>
<p>
You are solely and exclusively responsible for your use of the
Services. In this regard, you agree to indemnify, defend and
hold harmless Intel from all claims, liability, and expenses,
including attorney's fees, arising out or in connection with
your use of (or inability to use) the Services, including but
not limited to your violation of these Terms, applicable law or
regulation, any content or data posted or used by you, or any
other party's use of any Service with your credentials, unless
arising directly from Intel’s fraud, gross negligence,
recklessness, or willful or criminal misconduct, provided that
Intel provide You with (i) a prompt written notice of the claim,
demand, suit or proceeding, (ii) sole control of the defense and
settlement of the claim, demand, suit or proceeding, and (iii)
all reasonable assistance and cooperation in connection with the
defense and settlement of the claim, at your expense.
</p>
</div>
</div>
<div><p class="font-bold">7 Disclaimer of Warranties</p></div>
<div class="flex flex-col gap-4 pl-8">
<div>
<p>
7.1 Intel makes no warranties or representations about these
Services. Except as expressly provided otherwise herein, and to
the fullest extent permitted by law, the Services and content
are provided "as is" and "as available".
</p>
</div>
<div>
<p>
7.2 Intel disclaims all warranties or guarantees of any kind,
express or implied, whether arising under any law or from any
usage in trade, or otherwise, including but not limited to the
implied warranties of merchantability, non-infringement, quiet
enjoyment, fitness for a particular purpose, or otherwise.
</p>
</div>
<div>
<p>
7.3 Intel further disclaims all warranties or guarantees about
the accuracy, reliability or benefits of any Services,
artificial intelligence, Models or any other technology or
content, or that the Services or content will meet your
requirements, be secure, uninterrupted, or available at any time
or location, or error-free, viruses-free, or that any errors
will be corrected, or otherwise.
</p>
</div>
<div>
<p>
7.4 You will be solely responsible for any damage resulting from
your use of or access to the Services, your downloading of
content or data, or use of any other material provided by or
through the Services.
</p>
</div>
</div>
<div><p class="font-bold">8 Term</p></div>
<div class="pl-8">
<div>
<p>
The Terms will be effective when You click to accept the Terms
or your use of the Service ("Effective Date”) and will continue
until Intel’s termination of the Service, or at such time that
You no longer use the Service (whichever is earlier).
</p>
</div>
</div>
<div><p class="font-bold">9 Choice of Law and Venue</p></div>
<div class="pl-8">
<div>
<p>
The Terms and the relationship between You and Intel will be
governed by the laws of the State of Delaware without regard to
its conflict of law provisions and each party submits to the
personal and exclusive jurisdiction of the state and federal
courts located in Wilmington, Delaware.
</p>
</div>
</div>
</div>
</div>
</div>
<script type="module">
import { setupNavigBar } from "./js/navigation.js";
setupNavigBar(".");
</script>
</body>
</html>