-
Notifications
You must be signed in to change notification settings - Fork 10
/
sponsor.html
112 lines (99 loc) · 5.55 KB
/
sponsor.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Sponsoring the W3C Workshop on Smart Cities</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="style.css">
</head>
<body>
<header class="header">
<div id="banner">
<div>
<p>
<a href="https://www.w3.org/"><img alt="W3C" src=
"https://www.w3.org/Icons/w3c_home" height="48" width="72"></a>
</p>
<div id="banner-image">
<h1 id="top">Sponsoring the W3C Workshop on Smart Cities</h1>
<h2>25 June 2021, Virtual on Zoom</h2>
</div>
<p>A virtual event with pre-recorded talks and interactive sessions, June 2021</p>
<p>Sponsoring W3C Workshop on Smart Cities shows leadership and helps move the dialog forward.</p>
<p>For more details on the conference, see <a href="index.html">Call for Participation page of the workshop</a>.</p>
</div>
</div>
<nav class="menu" id="menu">
<ul>
<li><a href="index.html">Call for Participation</a></li>
<li><a href="speakers.html">Apply as a speaker</a></li>
<li><a class="active-tab" href="index.html">Sponsorship</a></li>
<li><a href="agenda.html">Agenda</a></li>
<li><a href="talks.html">Talks</a></li>
<li><a href="attendees.html">Attendees</a></li>
<li><a href="https://www.w3.org/2021/06/25-smart-cities-minutes.html">Minutes</a></li>
<li><a href="report.html">Report</a></li>
</ul>
</nav>
</header>
<section>
<h2 id="why">Why Sponsor This Workshop?</h2>
<p>The cost to hold this virtual workshop includes costs for post-processing the pre-recorded talks (captioning, video/slides synchronization, packaging) and other considerations.</p>
<p>Most of the planning, coordination, agenda building, and writing outcome reports are done for no cost by W3C staff or volunteers. But without sponsorships, W3C cannot hold workshops.</p>
<p>If you see value in discussing possible standardization of the expected W3C Smart Cities Interest Group & Web-based Smart Cities in general, and believe it will help your business, sponsoring is the best way to ensure that this conversation happens, and that you are seen as a leader and a forward-looking enabler of the technical evolution of the Web.</p>
</section>
<section>
<h2 id="packages">Sponsorship Packages</h2>
<p>
<!-- W3C has general guidelines for our <a href="https://www.w3.org/Consortium/sponsor/events#workshop">workshop sponsorship</a>. -->
For this virtual workshop,
W3C have one level of sponsorship.</p>
<p>W3C Members get a 25% discount on all sponsorship packages; costs listed reflect the W3C Member discount.</p>
<p>The sponsorship package offers the following considerations:</p>
<ul>
<li>Sponsor identity on Workshop communications including:
<ul>
<li>Call for Participation and Summary Report</li>
<li>Videos of the pre-recorded talks</li>
<li>Introductory slide to the live sessions</li>
</ul>
</li>
<li>Sponsor mention in press releases or media advisories</li>
</ul>
<p>The deadline for becoming a sponsor is <strong>11 June 2021</strong>.
Speaker videos, including sponsor logos, will be released on 18 June 2021.</p>
<p>Workshop Sponsorship: 4,000 USD <span class="non-member">(5,000 USD for non-Members)</p>
</section>
<section>
<article><h2 id="sponsors">Sponsors</h2></article>
<p>(to be added)</p>
<h2 id="sponsorship">Becoming a Sponsor</h2>
<p>W3C Workshops, meetups, and other events bring you into direct contact with leading Web technology experts: representatives from industry, research, government, and the developer community.</p>
<p>Whether your interests are focused on a particular topic being discussed by a Working Group, or you wish to reach a diverse international audience setting W3C's strategic direction, sponsorship helps your organization reach W3C's engaged participants.</p>
<p>Sponsorships offset a portion of our meeting costs, so W3C welcomes multiple sponsors for each event. All proposals for sponsorship are subject to W3C approval.</p>
<p>If you're interested in being a sponsor of the
W3C Workshop on Smart Cities,
please contact
J. Alan Bird, Global Business Development Leader at <<a href="mailto:[email protected]">[email protected]</a>>.</p>
</article>
</section>
<footer class="footer" id="footer">
<p>
W3C is proud to be an open and inclusive organization, focused on
productive discussions and actions. Our <a href=
"https://www.w3.org/Consortium/cepc/">Code of Ethics and Professional
Conduct</a> ensures that all voices can be heard.
</p>
<p>
Questions? Contact Kaz Ashimura <<a href=
"mailto:[email protected]">[email protected]</a>>.
</p>
<p>
Suggestions for improving this sponsorship page, such as fixing typos, can be made by opening a <a href=
"https://github.com/w3c/smartcities-workshop">pull request on GitHub</a>, or by
emailing Kaz Ashimura <<a href=
"mailto:[email protected]">[email protected]</a>>.
</p>
</footer>
</body>
</html>