-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaccessibility.html
More file actions
319 lines (282 loc) · 17.5 KB
/
Copy pathaccessibility.html
File metadata and controls
319 lines (282 loc) · 17.5 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Accessibility Statement | Nordic Thoracic Oncology Group</title>
<meta name="description" content="Accessibility statement for the NTOG website: our commitment to WCAG 2.2 AA, conformance status, known limitations, and how to give feedback.">
<meta name="robots" content="index, follow">
<meta name="author" content="Nordic Thoracic Oncology Group (NTOG)">
<link rel="canonical" href="https://ntog.org/accessibility.html">
<meta property="og:title" content="Accessibility Statement | Nordic Thoracic Oncology Group">
<meta property="og:description" content="Accessibility statement for the NTOG website and educational resources.">
<meta property="og:url" content="https://ntog.org/accessibility.html">
<meta property="og:type" content="website">
<meta property="og:image" content="https://ntog.org/og-image.png">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">
<meta property="og:image:alt" content="Nordic Thoracic Oncology Group logo and site title">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Accessibility Statement | Nordic Thoracic Oncology Group">
<meta name="twitter:description" content="Accessibility statement for the NTOG website and educational resources.">
<meta name="twitter:image" content="https://ntog.org/og-image.png">
<meta property="og:site_name" content="Nordic Thoracic Oncology Group">
<link rel="stylesheet" href="/css/bootstrap5.3.8/bootstrap.min.css">
<link rel="stylesheet" href="/css/fonts.css">
<link rel="stylesheet" href="/css/styles.css">
<link rel="stylesheet" href="/css/tables.css">
<link rel="stylesheet" href="/css/buttons.css">
<link rel="stylesheet" href="/css/hero.css">
<link rel="stylesheet" href="/css/nav.css">
<style>
body {
font-family: "Open Sans", Arial, sans-serif;
color: #1f2933;
background: #ffffff;
}
h1, h2, h3, .navbar-brand {
font-family: "Montserrat", Arial, sans-serif;
}
.page-hero {
margin-top: 56px;
padding: 5rem 0 3.5rem;
color: #ffffff;
}
.content-section {
padding: 3.5rem 0;
}
.policy-card {
border: 1px solid #e5e7eb;
border-radius: 1rem;
background: #ffffff;
box-shadow: 0 10px 25px rgba(15, 23, 42, 0.05);
padding: 2rem;
}
.policy-card h2 {
margin-top: 2rem;
margin-bottom: 0.8rem;
color: #102a43;
font-size: 1.35rem;
}
.policy-card h2:first-child {
margin-top: 0;
}
.policy-card p,
.policy-card li {
color: #334e68;
line-height: 1.75;
}
.meta-note {
color: #697586;
font-size: 0.95rem;
}
.notice-box {
border: 1px solid #d7eaf3;
border-radius: 1rem;
background: #f0f7fb;
padding: 1.25rem;
margin: 1.5rem 0;
}
footer a {
text-decoration: none;
}
footer a:hover {
text-decoration: underline;
}
</style>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebPage",
"name": "Accessibility Statement",
"description": "Accessibility statement for the Nordic Thoracic Oncology Group website, including our commitment to WCAG 2.2 AA, conformance status, known limitations, and feedback contact.",
"url": "https://ntog.org/accessibility.html",
"inLanguage": "en",
"isPartOf": {
"@type": "WebSite",
"name": "Nordic Thoracic Oncology Group",
"url": "https://ntog.org"
},
"publisher": {
"@type": "MedicalOrganization",
"name": "Nordic Thoracic Oncology Group",
"alternateName": "NTOG",
"url": "https://ntog.org"
},
"dateModified": "2026-07-30"
}
</script>
</head>
<body>
<nav class="navbar navbar-expand-lg navbar-light bg-light fixed-top">
<div class="container">
<a class="navbar-brand d-flex align-items-center gap-2" href="/">
<img src="/ntog-logo.svg" alt="" width="34" height="34" aria-hidden="true">
<span>NTOG</span>
</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav ms-auto">
<li class="nav-item dropdown">
<a class="nav-link" href="/about.html">About Us</a>
<button type="button" class="nav-link nav-caret dropdown-toggle" data-bs-toggle="dropdown" aria-expanded="false" aria-label="About Us submenu"></button>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="/about.html">About Us</a></li>
<li><a class="dropdown-item" href="/mission.html">Mission</a></li>
<li><a class="dropdown-item" href="/history.html">History</a></li>
<li><a class="dropdown-item" href="/steering-committee.html">Steering Committee</a></li>
</ul>
</li>
<li class="nav-item dropdown">
<a class="nav-link" href="/research.html">Research</a>
<button type="button" class="nav-link nav-caret dropdown-toggle" data-bs-toggle="dropdown" aria-expanded="false" aria-label="Research submenu"></button>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="/research.html">Research Overview</a></li>
<li><a class="dropdown-item" href="/ongoing-projects.html">Ongoing Projects</a></li>
<li><a class="dropdown-item" href="/publications.html">Publications</a></li>
<li><a class="dropdown-item" href="/collaborations.html">Research Collaborations</a></li>
</ul>
</li>
<li class="nav-item dropdown">
<a class="nav-link" href="/upcoming-events.html">Events</a>
<button type="button" class="nav-link nav-caret dropdown-toggle" data-bs-toggle="dropdown" aria-expanded="false" aria-label="Events submenu"></button>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="/ntog2027/">Nordic Lung Cancer Symposium 2027</a></li>
<li><a class="dropdown-item" href="/ntog2027/programme.html">Programme</a></li>
<li><a class="dropdown-item" href="/ntog2027/call-for-abstracts.html">Call for Abstracts</a></li>
<li><a class="dropdown-item" href="/ntog2027/travel.html">Travel & Accommodation</a></li>
<li><a class="dropdown-item" href="/ntog2027/sponsors.html">Sponsorship & Exhibition</a></li>
<li><a class="dropdown-item" href="/upcoming-events.html">Upcoming Events</a></li>
<li><a class="dropdown-item" href="/past-events.html">Past Events</a></li>
</ul>
</li>
<li class="nav-item dropdown">
<a class="nav-link" href="/guidelines.html">Clinical Resources</a>
<button type="button" class="nav-link nav-caret dropdown-toggle" data-bs-toggle="dropdown" aria-expanded="false" aria-label="Clinical Resources submenu"></button>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="/guidelines.html">Clinical Guidelines</a></li>
<li><a class="dropdown-item" href="/guidelines/nodule-management.html">Nodule Management</a></li>
<li><a class="dropdown-item" href="/protocols.html">Protocols</a></li>
</ul>
</li>
<li class="nav-item dropdown">
<a class="nav-link" href="/tools.html">Tools</a>
<button type="button" class="nav-link nav-caret dropdown-toggle" data-bs-toggle="dropdown" data-bs-display="static" aria-expanded="false" aria-label="Tools submenu"></button>
<div class="dropdown-menu dropdown-menu-end mega-menu">
<div class="mega-grid">
<div class="mega-col">
<h6 class="mega-head">MDT & pathway</h6>
<a class="dropdown-item" href="/mdt-structured-v3_1.html">MDT structured form (v3.1)</a>
<a class="dropdown-item" href="/mdt-structured-mini.html">MDT structured (mini)</a>
<a class="dropdown-item" href="/mdt.html">MDT free-text form</a>
</div>
<div class="mega-col">
<h6 class="mega-head">Screening & nodule risk</h6>
<a class="dropdown-item" href="/ntog_lungrisk_static_tools_v3.html">LungRisk hub</a>
<a class="dropdown-item" href="/nordic-nodule-pathway-sandbox-v3.html">Nodule pathway sandbox</a>
<a class="dropdown-item" href="/screening-risk-explained.html">Screening risk explained</a>
</div>
<div class="mega-col">
<h6 class="mega-head">Treatment value & follow-up</h6>
<a class="dropdown-item" href="/decision-tools.html">Understanding treatment value</a>
<a class="dropdown-item" href="/decision-tool-v2.html">Treatment value discussion compass</a>
<a class="dropdown-item" href="/decision-tool-structured.html">Structured treatment value profile</a>
<a class="dropdown-item" href="/surveillance-yield-calculator.html">Surveillance yield (NNS)</a>
</div>
<div class="mega-col">
<h6 class="mega-head">Research builders</h6>
<a class="dropdown-item" href="/study-builder.html">Study design builder</a>
<a class="dropdown-item" href="/federated-dataset-builder.html">Federated dataset builder</a>
</div>
</div>
<div class="mega-foot"><a href="/tools.html">View all tools →</a></div>
</div>
</li>
<li class="nav-item dropdown">
<a class="nav-link" href="/volunteer.html">Get Involved</a>
<button type="button" class="nav-link nav-caret dropdown-toggle" data-bs-toggle="dropdown" aria-expanded="false" aria-label="Get Involved submenu"></button>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="/expert.html">Expert Network</a></li>
<li><a class="dropdown-item" href="/collaboration.html">Collaboration Opportunities</a></li>
<li><a class="dropdown-item" href="/volunteer.html">Volunteer</a></li>
</ul>
</li>
<li class="nav-item">
<a class="nav-link" href="/news.html">Research News</a>
</li>
</ul>
</div>
</div>
</nav>
<header class="page-hero">
<div class="container">
<h1 class="display-5 fw-bold mb-3">Accessibility Statement</h1>
<p class="lead mb-0">Our commitment to making the Nordic Thoracic Oncology Group website usable by everyone, including people who rely on assistive technologies.</p>
</div>
</header>
<main class="content-section">
<div class="container">
<div class="row">
<div class="col-lg-9 mx-auto">
<article class="policy-card">
<p class="meta-note"><strong>Last reviewed:</strong> 30 July 2026</p>
<h2>1. Our commitment</h2>
<p>The Nordic Thoracic Oncology Group (NTOG) wants the website at <strong>ntog.org</strong> to be usable by as many people as possible, including healthcare professionals, researchers, patients, relatives, and members of the public who use assistive technologies such as screen readers, screen magnifiers, voice control, or keyboard-only navigation.</p>
<p>We aim to conform to the <a href="https://www.w3.org/TR/WCAG22/" rel="noopener">Web Content Accessibility Guidelines (WCAG) 2.2</a> at level AA, and we take the European accessibility standard EN 301 549 as our reference. NTOG is a professional network rather than a public-sector body, so the EU Web Accessibility Directive does not formally apply to this website; we nevertheless follow its model voluntarily.</p>
<h2>2. Scope of this statement</h2>
<p>This statement covers the public NTOG website at ntog.org, including informational pages, research news, event pages, clinical resource pages, and the browser-based educational tools hosted on the site. It does not cover external websites we link to, or documents and resources hosted by third parties.</p>
<h2>3. Conformance status</h2>
<p>This website is <strong>partially conformant</strong> with WCAG 2.2 level AA. "Partially conformant" means that most content conforms, but some parts, listed below, do not yet fully conform.</p>
<h2>4. What we do to support accessibility</h2>
<ul>
<li>Pages are built with semantic HTML: meaningful headings, landmarks, lists, and labelled navigation.</li>
<li>The site can be navigated with a keyboard, and interactive navigation elements (menus, dropdowns) expose their state to assistive technologies through ARIA attributes.</li>
<li>Text can be resized with browser zoom up to 200% without loss of content or functionality, and layouts adapt to small screens.</li>
<li>We aim for sufficient colour contrast between text and background, and we do not use colour as the only means of conveying information.</li>
<li>Decorative images are hidden from assistive technologies, and informative images are given text alternatives.</li>
<li>Pages declare their language, use descriptive titles, and avoid content that flashes or moves unexpectedly.</li>
</ul>
<h2>5. Known limitations</h2>
<p>Despite our best efforts, some content may not yet be fully accessible:</p>
<ul>
<li><strong>Interactive educational tools.</strong> Some browser-based tools (for example risk calculators, structured forms, and pathway sandboxes) contain complex custom controls, charts, and dynamic content that may be difficult to use with a screen reader or keyboard alone. We are improving these tools progressively.</li>
<li><strong>Charts and figures.</strong> Some data visualisations and scientific figures do not yet have complete text alternatives or data-table equivalents.</li>
<li><strong>Documents.</strong> Some downloadable documents (for example PDFs of protocols, posters, or publications) were produced by third parties or with older workflows and may not be fully tagged for accessibility.</li>
<li><strong>Embedded third-party content.</strong> Embedded media and content served from external platforms follow the accessibility practices of those platforms, which we do not control.</li>
<li><strong>Archived material.</strong> Older archived pages and materials from past events may not meet current standards and are kept for reference.</li>
</ul>
<p>If you encounter one of these barriers, contact us (see below) and we will do our best to provide the information you need in an accessible form.</p>
<div class="notice-box">
<p class="mb-0"><strong>Note:</strong> The educational tools on this site are intended for education and planning. If an accessibility barrier prevents you from using a tool, we can usually explain its content, logic, and outputs in plain text on request.</p>
</div>
<h2>6. Compatibility</h2>
<p>The website is designed to work with current versions of major browsers (Chrome, Edge, Firefox, Safari) on desktop and mobile devices, and with common assistive technologies such as screen readers and browser zoom. The site does not require a mouse, and core content does not depend on JavaScript being enabled, although some interactive tools do.</p>
<h2>7. How this statement was prepared</h2>
<p>This statement was prepared on 30 July 2026 and is based on a self-assessment of the website against WCAG 2.2 level AA, using manual checks of keyboard navigation, heading structure, text alternatives, and colour contrast, supported by automated accessibility testing tools. The statement is reviewed when significant changes are made to the website.</p>
<h2>8. Feedback and contact</h2>
<p>We welcome feedback on the accessibility of this website. If you find a barrier, need content in another format, or have suggestions for improvement, please contact the NTOG Web Editor, Chair, or Secretary through the Steering Committee page. We aim to respond within two weeks.</p>
<p><a href="/steering-committee.html">View the NTOG Steering Committee</a></p>
<h2>9. Continuous improvement</h2>
<p>Accessibility is ongoing work. We review new pages and tools before publication, address reported barriers as part of routine website maintenance, and update this statement as the website evolves.</p>
</article>
</div>
</div>
</div>
</main>
<footer class="bg-dark text-white py-4 mt-0">
<div class="container text-center">
<p class="mb-2">© 2026 Nordic Thoracic Oncology Group</p>
<p class="mb-0">
<a href="/copyright.html" class="text-white me-3">Copyright & Licensing</a>
<a href="/privacy-policy.html" class="text-white me-3">Privacy Policy</a>
<a href="/terms-of-service.html" class="text-white me-3">Terms of Service</a>
<a href="/accessibility.html" class="text-white">Accessibility</a>
</p>
</div>
</footer>
<script src="/js/bootstrap5.3.8/bootstrap.bundle.min.js" defer></script>
<script src="/js/scripts.js" defer></script>
</body>
</html>