-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmembers.html
170 lines (159 loc) · 8.97 KB
/
members.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Members</title>
</head>
<body>
<p class="PWGNoMobile"><a href="#JOINING">Joining the PWG</a></p>
<h2><a name="INDIVIDUALS">Individual Members</a></h2>
<table class="grid" summary="Individual Members">
<tbody>
<tr>
<td>Danny Brennan</td>
<td>Alan Sukert</td>
</tr>
<tr>
<td>Guy Tucker</td>
<td>
Bill Wagner,<br>
Technical Interface Consulting (TIC)<br>
(Non-Voting Member)
</td>
</tr>
</tbody>
</table>
<h2><a name="COMPANIES">Member Corporations</a></h2>
<table class="grid" summary="Member Corporations">
<tbody id="memberTableBody">
</tbody>
</table>
<script>
const members = [
{ name: "Apple Inc.", url: "https://www.apple.com/", img: "pwg-logos/Apple.gif" },
{ name: "Brother Industries, Ltd.", url: "https://www.brother.com/", img: "pwg-logos/brother.gif" },
{ name: "Canon, Inc.", url: "https://www.canon.com/", img: "pwg-logos/canon.gif" },
{ name: "Digital Check Corp.", url: "https://www.digitalcheck.com/", img: "pwg-logos/digitalcheck-image004.png" },
{ name: "Epson", url: "https://www.epson.com/", img: "pwg-logos/epson.gif" },
{ name: "FUJIFILM Business Innovation Corp.", url: "https://www.fujixerox.co.jp/eng/", img: "pwg-logos/FF_logo_clearspace.png" },
{ name: "Google", url: "https://www.google.com/", img: "pwg-logos/logo_Google_FullColor_hdpi_158x51px.png" },
{ name: "High North, Inc.", url: "https://sites.google.com/site/highnorthinc/", img: "pwg-logos/High-North-Inc-logo.gif" },
{ name: "HP Inc.", url: "https://www.hp.com/", img: "pwg-logos/HP_Blue_RGB_150_SM.png" },
{ name: "Konica Minolta", url: "https://www.konicaminolta.com/selector/printers.html", img: "pwg-logos/KM-Logo.jpg" },
{ name: "Kyocera Document Solutions Inc.", url: "https://www.kyocera.com/", img: "pwg-logos/kyocera.gif" },
{ name: "Lakeside Robotics", url: "https://www.lakesiderobotics.ca/", img: "pwg-logos/lakeside-robotics.png" },
{ name: "Lexmark", url: "https://www.lexmark.com/", img: "pwg-logos/Lexmark_logo.png" },
{ name: "Meteor Networks", url: "https://www.meteornetworks.com/", img: "pwg-logos/METEORNetwork.gif" },
{ name: "Microsoft", url: "https://www.microsoft.com/", img: "pwg-logos/ms2.gif" },
{ name: "Oki Electric Industry Co., Ltd.", url: "https://www.oki.com/printing/", img: "pwg-logos/OKILogo.png" },
{ name: "PaperCut Software Pty Ltd.", url: "https://www.papercut.com/", img: "pwg-logos/PaperCut-Logotype-FA19-RGB.png" },
{ name: "PrinterLogic", url: "https://www.printerlogic.com/", img: "pwg-logos/PL-logo-purple-22.png" },
{ name: "Qualcomm", url: "https://www.qualcomm.com/", img: "pwg-logos/qualcomm-image001.png" },
{ name: "Ricoh", url: "https://www.ricoh.com/", img: "pwg-logos/ricoh.jpg" },
{ name: "Synaptics", url: "https://www.synaptics.com/", img: "pwg-logos/synaptics-logo-full-color.png" },
{ name: "Lexmark", url: "https://www.copiers.toshiba.com/", img: "pwg-logos/toshiba_logo.gif" },
{ name: "Tykodi Consulting Services LLC", url: "https://www.tykodi.com/", img: "pwg-logos/TCS_weblogo250.gif" },
{ name: "Xerox Corporation", url: "https://www.xerox.com/", img: "pwg-logos/xerox-logo-20190826.png" },
];
const tableBody = document.getElementById('memberTableBody');
for (let i = 0; i < members.length; i += 2) {
const row = document.createElement('tr');
for (let j = 0; j < 2; j++) {
if (i + j < members.length) {
const cell = document.createElement('td');
const member = members[i + j];
cell.innerHTML = `<a href="${member.url}" target="_blank"><img src="${member.img}" border="0" height="64"><br> ${member.name}</a>`;
row.appendChild(cell);
}
}
tableBody.appendChild(row);
}
</script>
<h2><a name="JOINING">Joining the PWG</a></h2>
<p>
If you are interested in you or your company becoming a member of the PWG, we encourage you to review the following procedure documents, and submit a
completed <a href="#FORMS">PWG Membership Form</a>. If you have any questions about membership, don't hesitate to contact the
<a href="mailto:[email protected]">PWG Chair</a> or any of the other <a href="../chair/index.html">officers</a> of the PWG.</p>
<h2> Membership Dues </h2>
<table class="standard table table-striped" summary="Membership Privileges">
<thead>
<tr>
<th align="center">Level</th>
<th align="center">Annual Dues</th>
<th class="PWGNoMobile" align="center">Meetings and Lists</th>
<th class="PWGNoMobile" align="center">Document Editor</th>
<th class="PWGNoMobile" align="center">W/G Officer</th>
<th class="PWGNoMobile" align="center">PWG Officer</th>
<th class="PWGNoMobile" align="center">Voting</th>
</tr>
</thead>
<tbody>
<tr>
<td align="center">Non-Member</td>
<td align="center">FREE</td>
<td class="PWGNoMobile" align="center">✓</td>
<td class="PWGNoMobile" align="center">✓</td>
<td class="PWGNoMobile" align="center"> </td>
<td class="PWGNoMobile" align="center"> </td>
<td class="PWGNoMobile" align="center"> </td>
</tr>
<tr>
<td align="center">Non-Voting</td>
<td align="center">$50</td>
<td class="PWGNoMobile" align="center">✓</td>
<td class="PWGNoMobile" align="center">✓</td>
<td class="PWGNoMobile" align="center">✓</td>
<td class="PWGNoMobile" align="center"> </td>
<td class="PWGNoMobile" align="center"> </td>
</tr>
<tr>
<td align="center">Individual</td>
<td align="center">$250</td>
<td class="PWGNoMobile" align="center">✓</td>
<td class="PWGNoMobile" align="center">✓</td>
<td class="PWGNoMobile" align="center">✓</td>
<td class="PWGNoMobile" align="center">✓</td>
<td class="PWGNoMobile" align="center">✓</td>
</tr>
<tr>
<td align="center">Small Corp.<br>
(<$10M <br>
Annual Revenue)</td>
<td align="center">$250</td>
<td class="PWGNoMobile" align="center">✓</td>
<td class="PWGNoMobile" align="center">✓</td>
<td class="PWGNoMobile" align="center">✓</td>
<td class="PWGNoMobile" align="center">✓</td>
<td class="PWGNoMobile" align="center">✓</td>
</tr>
<tr>
<td align="center">Large Corp.<br>
(≥$10M <br>
Annual Revenue)</td>
<td align="center">$1,500</td>
<td class="PWGNoMobile" align="center">✓</td>
<td class="PWGNoMobile" align="center">✓</td>
<td class="PWGNoMobile" align="center">✓</td>
<td class="PWGNoMobile" align="center">✓</td>
<td class="PWGNoMobile" align="center">✓</td>
</tr>
</tbody>
</table>
<h3><a name="FORMS">Documents and Forms</a></h3>
<ol>
<li><a href="/chair/membership_docs/pwg-membership-agreement-form.pdf" target="_blank">PWG Membership Agreement Form</a></li>
<li><a href="https://ftp.pwg.org/pub/pwg/general/process/pwg-process-4.pdf" target="_blank">Printer Working Group Process v4.0</a></li>
<li><a href="https://ftp.pwg.org/pub/pwg/general/process/pwg-ip-policy.pdf" target="_blank">Printer Working Group Policy on Intellectual Property and Confidentiality</a> (formerly called the PWG Patent Policy)</li>
<li><a href="https://ftp.pwg.org/pub/pwg/general/process/pwg-antitrust-policy.pdf" target="_blank">Printer Working Group Antitrust Policy</a></li>
<li><a href="/chair/membership_docs/pwg-loa.pdf" target="_blank">PWG Letter of Assurance for Essential Patents</a></li>
<li>ISTO Bylaws (No longer published publicly - <a href="mailto:[email protected]?subject=Request%20for%20ISTO%20Bylaws">Request Copy</a>)</li>
<li>ISTO Articles of Incorporation (No longer published publicly - <a href="mailto:[email protected]?subject=Request%20for%20ISTO%20Articles%20of%20Incorporation">Request Copy</a>)</li>
<li>ISTO Program Participation Agreement (PPA) (<a href="mailto:[email protected]?subject=Request%20for%20ISTO%20PPA">Request Copy</a>)
<blockquote>
Note: Potential PWG members that require access to the PPA should contact the PWG chair or other officer.
This document, which formalized the PWG as a program of the ISTO, is not for public posting or view.
</blockquote>
</li>
</ol>
</body>
</html>