-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
616 lines (569 loc) · 46.2 KB
/
index.html
File metadata and controls
616 lines (569 loc) · 46.2 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
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
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>ISO 42001 Visual Library – AI Management System Infographic Cards</title>
<meta name="description" content="Free visual infographic cards for ISO/IEC 42001:2023 AI Management Systems. Covers Clauses 4–10, Annex A controls, Audit Readiness, and AI Principles. Professional and humorous formats for study, training, and audit preparation.">
<meta name="keywords" content="ISO 42001, ISO/IEC 42001, AI management system, AIMS, infographic, visual learning, Annex A, audit readiness, AI governance, AI principles, certification">
<meta name="author" content="Nelson Ambrose">
<meta property="og:title" content="ISO 42001 Visual Library – AI Management System Infographic Cards">
<meta property="og:description" content="Free visual infographic cards for ISO/IEC 42001:2023 AI Management Systems. Clauses 4–10, Annex A, Audit Readiness, AI Principles.">
<meta property="og:image" content="https://nelsambrose.github.io/ISO-42001-Visual-Library/cards/banner/iso-42001-visual-library-banner.jpg">
<meta property="og:url" content="https://nelsambrose.github.io/ISO-42001-Visual-Library/">
<meta property="og:type" content="website">
<meta property="og:site_name" content="ISO 42001 Visual Library">
<meta property="og:locale" content="en_GB">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="ISO 42001 Visual Library">
<meta name="twitter:description" content="Free infographic cards for ISO/IEC 42001:2023 AI Management Systems.">
<meta name="twitter:image" content="https://nelsambrose.github.io/ISO-42001-Visual-Library/cards/banner/iso-42001-visual-library-banner.jpg">
<link rel="icon" type="image/svg+xml" href="favicon.svg">
<link rel="canonical" href="https://nelsambrose.github.io/ISO-42001-Visual-Library/">
<link rel="sitemap" type="application/xml" href="sitemap.xml">
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "BreadcrumbList",
"itemListElement": [
{
"@type": "ListItem",
"position": 1,
"name": "ISO 42001 Visual Library",
"item": "https://nelsambrose.github.io/ISO-42001-Visual-Library/"
}
]
}
</script>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "ImageGallery",
"name": "ISO 42001 Visual Library",
"description": "Free infographic cards for learning and explaining ISO/IEC 42001:2023 AI Management Systems. Covers Clauses 4–10, Annex A controls, Audit Readiness, and AI Principles.",
"url": "https://nelsambrose.github.io/ISO-42001-Visual-Library/",
"author": {
"@type": "Person",
"name": "Nelson Ambrose",
"url": "https://www.linkedin.com/in/nelson-ambrose/"
},
"license": "https://creativecommons.org/licenses/by/4.0/",
"keywords": "ISO 42001, AI management system, AIMS, infographic, AI governance, audit readiness"
}
</script>
<style>
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
background: #f8f9fa;
color: #1a1a2e;
line-height: 1.6;
}
header {
background: #0d1b2a;
color: #fff;
padding: 3rem 1.5rem 2rem;
text-align: center;
}
header img { max-width: 900px; width: 100%; border-radius: 8px; margin-bottom: 1.5rem; }
header h1 { font-size: 2rem; font-weight: 700; margin-bottom: 0.75rem; }
header p { font-size: 1.1rem; color: #c9d1d9; max-width: 720px; margin: 0 auto 1.25rem; }
.badges { display: inline-flex; gap: 0.5rem; flex-wrap: wrap; justify-content: center; }
nav {
background: #16213e;
padding: 0.75rem 1.5rem;
position: sticky;
top: 0;
z-index: 100;
}
nav ul { list-style: none; display: flex; flex-wrap: wrap; gap: 0.4rem 1.25rem; justify-content: center; }
nav a { color: #8b9cb8; text-decoration: none; font-size: 0.85rem; white-space: nowrap; }
nav a:hover { color: #fff; }
main { max-width: 1100px; margin: 0 auto; padding: 2rem 1.5rem 4rem; }
section { margin-bottom: 4rem; }
h2 {
font-size: 1.6rem;
font-weight: 700;
color: #0d1b2a;
border-bottom: 3px solid #1565c0;
padding-bottom: 0.5rem;
margin-bottom: 1rem;
}
h3 {
font-size: 1.15rem;
font-weight: 600;
color: #1565c0;
margin: 1.75rem 0 0.75rem;
}
p { margin-bottom: 0.75rem; color: #333; }
.pair {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 1rem;
margin: 1.5rem 0;
}
.card-table { width: 100%; border-collapse: collapse; margin: 1.5rem 0; }
.card-table th {
background: #e8edf5;
padding: 0.6rem 0.75rem;
text-align: left;
font-size: 0.85rem;
font-weight: 600;
color: #0d1b2a;
}
.card-table td { padding: 0.75rem; vertical-align: top; border-bottom: 1px solid #e4e8ee; }
.card-table tr:last-child td { border-bottom: none; }
.label { font-weight: 600; font-size: 0.9rem; white-space: nowrap; }
.label small { display: block; font-weight: 400; color: #555; font-size: 0.78rem; white-space: normal; }
figure { margin: 0; }
figure img { width: 100%; height: auto; display: block; border-radius: 6px; box-shadow: 0 2px 8px rgba(0,0,0,0.12); }
figcaption { font-size: 0.78rem; color: #666; margin-top: 0.35rem; text-align: center; }
.wide-figure { margin: 1.5rem 0; }
.wide-figure img { max-width: 900px; width: 100%; margin: 0 auto; display: block; border-radius: 8px; box-shadow: 0 4px 16px rgba(0,0,0,0.15); }
.section-note { font-style: italic; color: #555; font-size: 0.9rem; margin: 0 0 0.5rem; }
.section-caption { font-style: italic; color: #555; font-size: 0.88rem; margin-top: 0.5rem; }
.memory-grid {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 0.75rem;
margin: 1rem 0;
}
.archive-grid {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 0.75rem;
margin: 1.5rem 0;
}
.notice {
background: #fff8e1;
border-left: 4px solid #f9a825;
padding: 0.75rem 1rem;
font-size: 0.85rem;
color: #555;
margin: 0.5rem 0 1rem;
border-radius: 0 4px 4px 0;
}
footer {
background: #0d1b2a;
color: #8b9cb8;
text-align: center;
padding: 2rem 1.5rem;
font-size: 0.85rem;
}
footer a { color: #90caf9; }
footer p { margin-bottom: 0.5rem; color: #8b9cb8; }
@media (max-width: 700px) {
.pair { grid-template-columns: 1fr; }
.memory-grid { grid-template-columns: repeat(2, 1fr); }
.archive-grid { grid-template-columns: repeat(2, 1fr); }
.card-table { display: block; overflow-x: auto; }
header h1 { font-size: 1.5rem; }
}
</style>
</head>
<body>
<header>
<img src="https://nelsambrose.github.io/ISO-42001-Visual-Library/cards/banner/iso-42001-visual-library-banner.jpg"
alt="ISO 42001 Visual Library Banner" fetchpriority="high">
<h1>ISO 42001 Visual Library</h1>
<p>Free infographic cards for learning and explaining ISO/IEC 42001:2023 — the international standard for AI Management Systems. Professional and humorous formats for study, training, and audit preparation.</p>
<div class="badges">
<img src="https://img.shields.io/badge/License-CC%20BY%204.0-lightgrey.svg" alt="License CC BY 4.0">
<img src="https://img.shields.io/badge/status-work%20in%20progress-orange" alt="Work in progress">
<img src="https://img.shields.io/github/last-commit/nelsambrose/ISO-42001-Visual-Library" alt="Last commit">
</div>
</header>
<nav aria-label="Page sections">
<ul>
<li><a href="#overview">Overview</a></li>
<li><a href="#memory-cards">Memory Cards</a></li>
<li><a href="#clause-cards">Clause Cards</a></li>
<li><a href="#annex-a-domains">Annex A Domains</a></li>
<li><a href="#annex-a-controls">Annex A Controls</a></li>
<li><a href="#audit-readiness">Audit Readiness</a></li>
<li><a href="#ai-principles">AI Principles</a></li>
<li><a href="#archive">Archive</a></li>
</ul>
</nav>
<main>
<section id="overview">
<h2>ISO 42001 Overview</h2>
<p>These cards show the complete ISO/IEC 42001:2023 AI Management System structure, covering mandatory Clauses 4–10 and the optional Annex A controls.</p>
<div class="pair">
<figure>
<img src="cards/professional/iso-42001-ai-management-system-overview-professional-infographic.png"
alt="ISO 42001 Overview - Professional Infographic" loading="lazy">
<figcaption>ISO 42001 AI Management System Overview — Professional Infographic</figcaption>
</figure>
<figure>
<img src="cards/funny/iso-42001-ai-management-system-overview-humorous-infographic.png"
alt="ISO 42001 Overview - Humorous Infographic" loading="lazy">
<figcaption>ISO 42001 AI Management System Overview — Humorous Infographic</figcaption>
</figure>
</div>
</section>
<section id="memory-cards">
<h2>ISO 42001 Clause Memory Cards</h2>
<p>Simple memory cards for quick recall. Each card reduces one clause to its core keyword. Professional simple cards use a clean minimal style; funny simple cards use a strong visual hook.</p>
<h3>ISO 42001 Professional Simple Memory Cards</h3>
<div class="memory-grid">
<figure>
<img src="cards/professional/simple/iso-42001-clause-04-context-of-the-organisation-professional-simple-memory-card.png"
alt="ISO 42001 Clause 4 Context of the Organisation - Professional Simple Memory Card" loading="lazy">
<figcaption>Clause 4 — Context of the Organisation</figcaption>
</figure>
<figure>
<img src="cards/professional/simple/iso-42001-clause-05-leadership-professional-simple-memory-card.png"
alt="ISO 42001 Clause 5 Leadership - Professional Simple Memory Card" loading="lazy">
<figcaption>Clause 5 — Leadership</figcaption>
</figure>
<figure>
<img src="cards/professional/simple/iso-42001-clause-06-planning-professional-simple-memory-card.png"
alt="ISO 42001 Clause 6 Planning - Professional Simple Memory Card" loading="lazy">
<figcaption>Clause 6 — Planning</figcaption>
</figure>
<figure>
<img src="cards/professional/simple/iso-42001-clause-07-support-professional-simple-memory-card.png"
alt="ISO 42001 Clause 7 Support - Professional Simple Memory Card" loading="lazy">
<figcaption>Clause 7 — Support</figcaption>
</figure>
<figure>
<img src="cards/professional/simple/iso-42001-clause-08-operation-professional-simple-memory-card.png"
alt="ISO 42001 Clause 8 Operation - Professional Simple Memory Card" loading="lazy">
<figcaption>Clause 8 — Operation</figcaption>
</figure>
<figure>
<img src="cards/professional/simple/iso-42001-clause-09-performance-evaluation-professional-simple-memory-card.png"
alt="ISO 42001 Clause 9 Performance Evaluation - Professional Simple Memory Card" loading="lazy">
<figcaption>Clause 9 — Performance Evaluation</figcaption>
</figure>
<figure>
<img src="cards/professional/simple/iso-42001-clause-10-improvement-professional-simple-memory-card.png"
alt="ISO 42001 Clause 10 Improvement - Professional Simple Memory Card" loading="lazy">
<figcaption>Clause 10 — Improvement</figcaption>
</figure>
</div>
<h3>ISO 42001 Humorous Simple Memory Cards</h3>
<div class="memory-grid">
<figure>
<img src="cards/funny/simple/iso-42001-clause-04-context-of-the-organisation-humorous-simple-memory-card.png"
alt="ISO 42001 Clause 4 Context of the Organisation - Humorous Simple Memory Card" loading="lazy">
<figcaption>Clause 4 — Context of the Organisation</figcaption>
</figure>
<figure>
<img src="cards/funny/simple/iso-42001-clause-05-leadership-humorous-simple-memory-card.png"
alt="ISO 42001 Clause 5 Leadership - Humorous Simple Memory Card" loading="lazy">
<figcaption>Clause 5 — Leadership</figcaption>
</figure>
<figure>
<img src="cards/funny/simple/iso-42001-clause-06-planning-humorous-simple-memory-card.png"
alt="ISO 42001 Clause 6 Planning - Humorous Simple Memory Card" loading="lazy">
<figcaption>Clause 6 — Planning</figcaption>
</figure>
<figure>
<img src="cards/funny/simple/iso-42001-clause-07-support-humorous-simple-memory-card.png"
alt="ISO 42001 Clause 7 Support - Humorous Simple Memory Card" loading="lazy">
<figcaption>Clause 7 — Support</figcaption>
</figure>
<figure>
<img src="cards/funny/simple/iso-42001-clause-08-operation-humorous-simple-memory-card.png"
alt="ISO 42001 Clause 8 Operation - Humorous Simple Memory Card" loading="lazy">
<figcaption>Clause 8 — Operation</figcaption>
</figure>
<figure>
<img src="cards/funny/simple/iso-42001-clause-09-performance-evaluation-humorous-simple-memory-card.png"
alt="ISO 42001 Clause 9 Performance Evaluation - Humorous Simple Memory Card" loading="lazy">
<figcaption>Clause 9 — Performance Evaluation</figcaption>
</figure>
<figure>
<img src="cards/funny/simple/iso-42001-clause-10-improvement-humorous-simple-memory-card.png"
alt="ISO 42001 Clause 10 Improvement - Humorous Simple Memory Card" loading="lazy">
<figcaption>Clause 10 — Improvement</figcaption>
</figure>
</div>
<p class="section-caption">Simple memory cards for ISO 42001 Clauses 4 to 10 — quick keyword recall for study, training, and awareness sessions.</p>
</section>
<section id="clause-cards">
<h2>ISO 42001 Clause Cards</h2>
<p>Clauses 4–10 are the mandatory requirements of ISO 42001 — every organisation must implement them. Each clause builds on the previous one, forming a management system cycle.</p>
<table class="card-table">
<thead>
<tr>
<th width="14%">Clause</th>
<th width="43%">Professional Infographic</th>
<th width="43%">Humorous Infographic</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="label">Clause 4<small>Context of the Organisation</small></span></td>
<td><figure><img src="cards/professional/iso-42001-clause-04-context-of-the-organisation-professional-infographic.png" alt="ISO 42001 Clause 4 Context of the Organisation - Professional Infographic" loading="lazy"><figcaption>ISO 42001 Clause 4 Context of the Organisation — Professional Infographic</figcaption></figure></td>
<td><figure><img src="cards/funny/iso-42001-clause-04-context-of-the-organisation-humorous-infographic.png" alt="ISO 42001 Clause 4 Context of the Organisation - Humorous Infographic" loading="lazy"><figcaption>ISO 42001 Clause 4 Context of the Organisation — Humorous Infographic</figcaption></figure></td>
</tr>
<tr>
<td><span class="label">Clause 5<small>Leadership</small></span></td>
<td><figure><img src="cards/professional/iso-42001-clause-05-leadership-professional-infographic.png" alt="ISO 42001 Clause 5 Leadership - Professional Infographic" loading="lazy"><figcaption>ISO 42001 Clause 5 Leadership — Professional Infographic</figcaption></figure></td>
<td><figure><img src="cards/funny/iso-42001-clause-05-leadership-humorous-infographic.png" alt="ISO 42001 Clause 5 Leadership - Humorous Infographic" loading="lazy"><figcaption>ISO 42001 Clause 5 Leadership — Humorous Infographic</figcaption></figure></td>
</tr>
<tr>
<td><span class="label">Clause 6<small>Planning</small></span></td>
<td><figure><img src="cards/professional/iso-42001-clause-06-planning-professional-infographic.png" alt="ISO 42001 Clause 6 Planning - Professional Infographic" loading="lazy"><figcaption>ISO 42001 Clause 6 Planning — Professional Infographic</figcaption></figure></td>
<td><figure><img src="cards/funny/iso-42001-clause-06-planning-humorous-infographic.png" alt="ISO 42001 Clause 6 Planning - Humorous Infographic" loading="lazy"><figcaption>ISO 42001 Clause 6 Planning — Humorous Infographic</figcaption></figure></td>
</tr>
<tr>
<td><span class="label">Clause 7<small>Support</small></span></td>
<td><figure><img src="cards/professional/iso-42001-clause-07-support-professional-infographic.png" alt="ISO 42001 Clause 7 Support - Professional Infographic" loading="lazy"><figcaption>ISO 42001 Clause 7 Support — Professional Infographic</figcaption></figure></td>
<td><figure><img src="cards/funny/iso-42001-clause-07-support-humorous-infographic.png" alt="ISO 42001 Clause 7 Support - Humorous Infographic" loading="lazy"><figcaption>ISO 42001 Clause 7 Support — Humorous Infographic</figcaption></figure></td>
</tr>
<tr>
<td><span class="label">Clause 8<small>Operation</small></span></td>
<td><figure><img src="cards/professional/iso-42001-clause-08-operation-professional-infographic.png" alt="ISO 42001 Clause 8 Operation - Professional Infographic" loading="lazy"><figcaption>ISO 42001 Clause 8 Operation — Professional Infographic</figcaption></figure></td>
<td><figure><img src="cards/funny/iso-42001-clause-08-operation-humorous-infographic.png" alt="ISO 42001 Clause 8 Operation - Humorous Infographic" loading="lazy"><figcaption>ISO 42001 Clause 8 Operation — Humorous Infographic</figcaption></figure></td>
</tr>
<tr>
<td><span class="label">Clause 9<small>Performance Evaluation</small></span></td>
<td><figure><img src="cards/professional/iso-42001-clause-09-performance-evaluation-professional-infographic.png" alt="ISO 42001 Clause 9 Performance Evaluation - Professional Infographic" loading="lazy"><figcaption>ISO 42001 Clause 9 Performance Evaluation — Professional Infographic</figcaption></figure></td>
<td><figure><img src="cards/funny/iso-42001-clause-09-performance-evaluation-humorous-infographic.png" alt="ISO 42001 Clause 9 Performance Evaluation - Humorous Infographic" loading="lazy"><figcaption>ISO 42001 Clause 9 Performance Evaluation — Humorous Infographic</figcaption></figure></td>
</tr>
<tr>
<td><span class="label">Clause 10<small>Improvement</small></span></td>
<td><figure><img src="cards/professional/iso-42001-clause-10-improvement-professional-infographic.png" alt="ISO 42001 Clause 10 Improvement - Professional Infographic" loading="lazy"><figcaption>ISO 42001 Clause 10 Improvement — Professional Infographic</figcaption></figure></td>
<td><figure><img src="cards/funny/iso-42001-clause-10-improvement-humorous-infographic.png" alt="ISO 42001 Clause 10 Improvement - Humorous Infographic" loading="lazy"><figcaption>ISO 42001 Clause 10 Improvement — Humorous Infographic</figcaption></figure></td>
</tr>
</tbody>
</table>
<p class="section-caption">Full infographic cards for ISO 42001 Clauses 4 to 10 — the mandatory requirements every organisation must implement for ISO/IEC 42001:2023 certification.</p>
</section>
<section id="annex-a-domains">
<h2>ISO 42001 Annex A Domain Cards</h2>
<p>Annex A is the operational core of ISO 42001. Controls are grouped into four domains: <strong>Governance</strong>, <strong>Organisation</strong>, <strong>Operation</strong>, and <strong>Relationships</strong>. Organisations select controls based on their AI risks, context, and objectives.</p>
<div class="pair">
<figure>
<img src="cards/annex-a/overview/iso-42001-annex-a-overview-professional-infographic.png"
alt="ISO 42001 Annex A Overview - Professional Domain Infographic" loading="lazy">
<figcaption>ISO 42001 Annex A Overview — Professional Domain Infographic</figcaption>
</figure>
<figure>
<img src="cards/annex-a/overview/iso-42001-annex-a-overview-humorous-infographic.png"
alt="ISO 42001 Annex A Overview - Humorous Domain Infographic" loading="lazy">
<figcaption>ISO 42001 Annex A Overview — Humorous Domain Infographic</figcaption>
</figure>
</div>
<table class="card-table">
<thead>
<tr>
<th width="14%">Domain</th>
<th width="43%">Professional Infographic</th>
<th width="43%">Humorous Infographic</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="label">Governance</span></td>
<td><figure><img src="cards/annex-a/domain/professional/iso-42001-annex-a-governance-domain-professional-infographic.png" alt="ISO 42001 Annex A Governance - Professional Domain Infographic" loading="lazy"><figcaption>ISO 42001 Annex A Governance Domain — Professional Infographic</figcaption></figure></td>
<td><figure><img src="cards/annex-a/domain/funny/iso-42001-annex-a-governance-domain-humorous-infographic.png" alt="ISO 42001 Annex A Governance - Humorous Domain Infographic" loading="lazy"><figcaption>ISO 42001 Annex A Governance Domain — Humorous Infographic</figcaption></figure></td>
</tr>
<tr>
<td><span class="label">Organisation</span></td>
<td><figure><img src="cards/annex-a/domain/professional/iso-42001-annex-a-organisation-domain-professional-infographic.png" alt="ISO 42001 Annex A Organisation - Professional Domain Infographic" loading="lazy"><figcaption>ISO 42001 Annex A Organisation Domain — Professional Infographic</figcaption></figure></td>
<td><figure><img src="cards/annex-a/domain/funny/iso-42001-annex-a-organisation-domain-humorous-infographic.png" alt="ISO 42001 Annex A Organisation - Humorous Domain Infographic" loading="lazy"><figcaption>ISO 42001 Annex A Organisation Domain — Humorous Infographic</figcaption></figure></td>
</tr>
<tr>
<td><span class="label">Operation</span></td>
<td><figure><img src="cards/annex-a/domain/professional/iso-42001-annex-a-operation-domain-professional-infographic.png" alt="ISO 42001 Annex A Operation - Professional Domain Infographic" loading="lazy"><figcaption>ISO 42001 Annex A Operation Domain — Professional Infographic</figcaption></figure></td>
<td><figure><img src="cards/annex-a/domain/funny/iso-42001-annex-a-operation-domain-humorous-infographic.png" alt="ISO 42001 Annex A Operation - Humorous Domain Infographic" loading="lazy"><figcaption>ISO 42001 Annex A Operation Domain — Humorous Infographic</figcaption></figure></td>
</tr>
<tr>
<td><span class="label">Relationships</span></td>
<td><figure><img src="cards/annex-a/domain/professional/iso-42001-annex-a-relationships-domain-professional-infographic.png" alt="ISO 42001 Annex A Relationships - Professional Domain Infographic" loading="lazy"><figcaption>ISO 42001 Annex A Relationships Domain — Professional Infographic</figcaption></figure></td>
<td><figure><img src="cards/annex-a/domain/funny/iso-42001-annex-a-relationships-domain-humorous-infographic.png" alt="ISO 42001 Annex A Relationships - Humorous Domain Infographic" loading="lazy"><figcaption>ISO 42001 Annex A Relationships Domain — Humorous Infographic</figcaption></figure></td>
</tr>
</tbody>
</table>
<p class="section-caption">Domain-level cards for ISO 42001 Annex A — Governance, Organisation, Operation, and Relationships controls for responsible AI management.</p>
</section>
<section id="annex-a-controls">
<h2>ISO 42001 Annex A Control Cards</h2>
<p>Recommended governance measures that help organisations manage AI systems responsibly. Controls A.2 through A.10 cover the full range of AI management responsibilities.</p>
<table class="card-table">
<thead>
<tr>
<th width="14%">Control</th>
<th width="43%">Professional Infographic</th>
<th width="43%">Humorous Infographic</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="label">A.2<small>Policies Related to AI</small></span></td>
<td><figure><img src="cards/annex-a/control/professional/iso-42001-annex-a-02-policies-related-to-ai-professional-infographic.png" alt="ISO 42001 Annex A.2 Policies Related to AI - Professional Control Card" loading="lazy"><figcaption>ISO 42001 Annex A.2 Policies Related to AI — Professional Infographic</figcaption></figure></td>
<td><figure><img src="cards/annex-a/control/funny/iso-42001-annex-a-02-policies-related-to-ai-humorous-infographic.png" alt="ISO 42001 Annex A.2 Policies Related to AI - Humorous Control Card" loading="lazy"><figcaption>ISO 42001 Annex A.2 Policies Related to AI — Humorous Infographic</figcaption></figure></td>
</tr>
<tr>
<td><span class="label">A.3<small>Internal Organisation</small></span></td>
<td><figure><img src="cards/annex-a/control/professional/iso-42001-annex-a-03-internal-organisation-professional-infographic.png" alt="ISO 42001 Annex A.3 Internal Organisation - Professional Control Card" loading="lazy"><figcaption>ISO 42001 Annex A.3 Internal Organisation — Professional Infographic</figcaption></figure></td>
<td><figure><img src="cards/annex-a/control/funny/iso-42001-annex-a-03-internal-organisation-humorous-infographic.png" alt="ISO 42001 Annex A.3 Internal Organisation - Humorous Control Card" loading="lazy"><figcaption>ISO 42001 Annex A.3 Internal Organisation — Humorous Infographic</figcaption></figure></td>
</tr>
<tr>
<td><span class="label">A.4<small>Resources for AI Systems</small></span></td>
<td><figure><img src="cards/annex-a/control/professional/iso-42001-annex-a-04-resources-for-ai-systems-professional-infographic.png" alt="ISO 42001 Annex A.4 Resources for AI Systems - Professional Control Card" loading="lazy"><figcaption>ISO 42001 Annex A.4 Resources for AI Systems — Professional Infographic</figcaption></figure></td>
<td><figure><img src="cards/annex-a/control/funny/iso-42001-annex-a-04-resources-for-ai-systems-humorous-infographic.png" alt="ISO 42001 Annex A.4 Resources for AI Systems - Humorous Control Card" loading="lazy"><figcaption>ISO 42001 Annex A.4 Resources for AI Systems — Humorous Infographic</figcaption></figure></td>
</tr>
<tr>
<td><span class="label">A.5<small>Assessing Impacts of AI Systems</small></span></td>
<td><figure><img src="cards/annex-a/control/professional/iso-42001-annex-a-05-assessing-impacts-of-ai-systems-professional-infographic.png" alt="ISO 42001 Annex A.5 Assessing Impacts of AI Systems - Professional Control Card" loading="lazy"><figcaption>ISO 42001 Annex A.5 Assessing Impacts of AI Systems — Professional Infographic</figcaption></figure></td>
<td><figure><img src="cards/annex-a/control/funny/iso-42001-annex-a-05-assessing-impacts-of-ai-systems-humorous-infographic.png" alt="ISO 42001 Annex A.5 Assessing Impacts of AI Systems - Humorous Control Card" loading="lazy"><figcaption>ISO 42001 Annex A.5 Assessing Impacts of AI Systems — Humorous Infographic</figcaption></figure></td>
</tr>
<tr>
<td><span class="label">A.6<small>AI System Life Cycle</small></span></td>
<td><figure><img src="cards/annex-a/control/professional/iso-42001-annex-a-06-ai-system-life-cycle-professional-infographic.png" alt="ISO 42001 Annex A.6 AI System Life Cycle - Professional Control Card" loading="lazy"><figcaption>ISO 42001 Annex A.6 AI System Life Cycle — Professional Infographic</figcaption></figure></td>
<td><figure><img src="cards/annex-a/control/funny/iso-42001-annex-a-06-ai-system-life-cycle-humorous-infographic.png" alt="ISO 42001 Annex A.6 AI System Life Cycle - Humorous Control Card" loading="lazy"><figcaption>ISO 42001 Annex A.6 AI System Life Cycle — Humorous Infographic</figcaption></figure></td>
</tr>
<tr>
<td><span class="label">A.7<small>Data for AI Systems</small></span></td>
<td><figure><img src="cards/annex-a/control/professional/iso-42001-annex-a-07-data-for-ai-systems-professional-infographic.png" alt="ISO 42001 Annex A.7 Data for AI Systems - Professional Control Card" loading="lazy"><figcaption>ISO 42001 Annex A.7 Data for AI Systems — Professional Infographic</figcaption></figure></td>
<td><figure><img src="cards/annex-a/control/funny/iso-42001-annex-a-07-data-for-ai-systems-humorous-infographic.png" alt="ISO 42001 Annex A.7 Data for AI Systems - Humorous Control Card" loading="lazy"><figcaption>ISO 42001 Annex A.7 Data for AI Systems — Humorous Infographic</figcaption></figure></td>
</tr>
<tr>
<td><span class="label">A.8<small>Information for Interested Parties</small></span></td>
<td><figure><img src="cards/annex-a/control/professional/iso-42001-annex-a-08-information-for-interested-parties-professional-infographic.png" alt="ISO 42001 Annex A.8 Information for Interested Parties - Professional Control Card" loading="lazy"><figcaption>ISO 42001 Annex A.8 Information for Interested Parties — Professional Infographic</figcaption></figure></td>
<td><figure><img src="cards/annex-a/control/funny/iso-42001-annex-a-08-information-for-interested-parties-humorous-infographic.png" alt="ISO 42001 Annex A.8 Information for Interested Parties - Humorous Control Card" loading="lazy"><figcaption>ISO 42001 Annex A.8 Information for Interested Parties — Humorous Infographic</figcaption></figure></td>
</tr>
<tr>
<td><span class="label">A.9<small>Use of AI Systems</small></span></td>
<td><figure><img src="cards/annex-a/control/professional/iso-42001-annex-a-09-use-of-ai-systems-professional-infographic.png" alt="ISO 42001 Annex A.9 Use of AI Systems - Professional Control Card" loading="lazy"><figcaption>ISO 42001 Annex A.9 Use of AI Systems — Professional Infographic</figcaption></figure></td>
<td><figure><img src="cards/annex-a/control/funny/iso-42001-annex-a-09-use-of-ai-systems-humorous-infographic.png" alt="ISO 42001 Annex A.9 Use of AI Systems - Humorous Control Card" loading="lazy"><figcaption>ISO 42001 Annex A.9 Use of AI Systems — Humorous Infographic</figcaption></figure></td>
</tr>
<tr>
<td><span class="label">A.10<small>Third-Party and Customer Relationships</small></span></td>
<td><figure><img src="cards/annex-a/control/professional/iso-42001-annex-a-10-third-party-and-customer-relationships-professional-infographic.png" alt="ISO 42001 Annex A.10 Third-Party and Customer Relationships - Professional Control Card" loading="lazy"><figcaption>ISO 42001 Annex A.10 Third-Party and Customer Relationships — Professional Infographic</figcaption></figure></td>
<td><figure><img src="cards/annex-a/control/funny/iso-42001-annex-a-10-third-party-and-customer-relationships-humorous-infographic.png" alt="ISO 42001 Annex A.10 Third-Party and Customer Relationships - Humorous Control Card" loading="lazy"><figcaption>ISO 42001 Annex A.10 Third-Party and Customer Relationships — Humorous Infographic</figcaption></figure></td>
</tr>
</tbody>
</table>
<p class="section-caption">Control-level cards covering ISO 42001 Annex A controls A.2 through A.10 — from AI policies and internal organisation to third-party and customer relationships.</p>
</section>
<section id="audit-readiness">
<h2>ISO 42001 Audit Readiness Cards</h2>
<p>Five cards to help you prepare for ISO 42001 audits. Covers what auditors actually look for, the difference between strong and weak evidence, common failure patterns across Annex A, and how to talk about controls confidently.</p>
<table class="card-table">
<thead>
<tr>
<th width="14%">Card</th>
<th width="43%">Professional Infographic</th>
<th width="43%">Humorous Infographic</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="label">Audit-01<small>What an Auditor Actually Looks For</small></span></td>
<td><figure><img src="cards/audit/professional/iso-42001-audit-01-what-an-auditor-actually-looks-for-professional-infographic.png" alt="ISO 42001 Audit Readiness - What an Auditor Actually Looks For Professional Infographic" loading="lazy"><figcaption>ISO 42001 Audit-01 What an Auditor Actually Looks For — Professional Infographic</figcaption></figure></td>
<td><figure><img src="cards/audit/funny/iso-42001-audit-01-what-an-auditor-actually-looks-for-humorous-infographic.png" alt="ISO 42001 Audit Readiness - What an Auditor Actually Looks For Humorous Infographic" loading="lazy"><figcaption>ISO 42001 Audit-01 What an Auditor Actually Looks For — Humorous Infographic</figcaption></figure></td>
</tr>
<tr>
<td><span class="label">Audit-02<small>Evidence vs Good Intentions</small></span></td>
<td><figure><img src="cards/audit/professional/iso-42001-audit-02-evidence-vs-good-intentions-professional-infographic.png" alt="ISO 42001 Audit Readiness - Evidence vs Good Intentions Professional Infographic" loading="lazy"><figcaption>ISO 42001 Audit-02 Evidence vs Good Intentions — Professional Infographic</figcaption></figure></td>
<td><figure><img src="cards/audit/funny/iso-42001-audit-02-evidence-vs-good-intentions-humorous-infographic.png" alt="ISO 42001 Audit Readiness - Evidence vs Good Intentions Humorous Infographic" loading="lazy"><figcaption>ISO 42001 Audit-02 Evidence vs Good Intentions — Humorous Infographic</figcaption></figure></td>
</tr>
<tr>
<td><span class="label">Audit-03<small>Strong vs Weak Evidence Examples</small></span></td>
<td><figure><img src="cards/audit/professional/iso-42001-audit-03-strong-versus-weak-evidence-examples-professional-infographic.png" alt="ISO 42001 Audit Readiness - Strong vs Weak Evidence Examples Professional Infographic" loading="lazy"><figcaption>ISO 42001 Audit-03 Strong vs Weak Evidence Examples — Professional Infographic</figcaption></figure></td>
<td><figure><img src="cards/audit/funny/iso-42001-audit-03-strong-versus-weak-evidence-examples-humorous-infographic.png" alt="ISO 42001 Audit Readiness - Strong vs Weak Evidence Examples Humorous Infographic" loading="lazy"><figcaption>ISO 42001 Audit-03 Strong vs Weak Evidence Examples — Humorous Infographic</figcaption></figure></td>
</tr>
<tr>
<td><span class="label">Audit-04<small>Common Audit Failure Modes Across Annex A</small></span></td>
<td><figure><img src="cards/audit/professional/iso-42001-audit-04-common-audit-failure-modes-across-annex-a-professional-infographic.png" alt="ISO 42001 Audit Readiness - Common Audit Failure Modes Professional Infographic" loading="lazy"><figcaption>ISO 42001 Audit-04 Common Audit Failure Modes Across Annex A — Professional Infographic</figcaption></figure></td>
<td><figure><img src="cards/audit/funny/iso-42001-audit-04-common-audit-failure-modes-across-annex-a-humorous-infographic.png" alt="ISO 42001 Audit Readiness - Common Audit Failure Modes Humorous Infographic" loading="lazy"><figcaption>ISO 42001 Audit-04 Common Audit Failure Modes Across Annex A — Humorous Infographic</figcaption></figure></td>
</tr>
<tr>
<td><span class="label">Audit-05<small>How to Talk About Controls Confidently</small></span></td>
<td><figure><img src="cards/audit/professional/iso-42001-audit-05-how-to-talk-about-controls-confidently-professional-infographic.png" alt="ISO 42001 Audit Readiness - How to Talk About Controls Confidently Professional Infographic" loading="lazy"><figcaption>ISO 42001 Audit-05 How to Talk About Controls Confidently — Professional Infographic</figcaption></figure></td>
<td><figure><img src="cards/audit/funny/iso-42001-audit-05-how-to-talk-about-controls-confidently-humorous-infographic.png" alt="ISO 42001 Audit Readiness - How to Talk About Controls Confidently Humorous Infographic" loading="lazy"><figcaption>ISO 42001 Audit-05 How to Talk About Controls Confidently — Humorous Infographic</figcaption></figure></td>
</tr>
</tbody>
</table>
<p class="section-caption">ISO 42001 audit readiness cards — auditor expectations, evidence standards, common Annex A failure patterns, and how to communicate controls confidently.</p>
</section>
<section id="ai-principles">
<h2>ISO 42001 AI Principles Cards</h2>
<p>Core responsible AI concepts that support practical AI governance and AIMS thinking. Covers fairness, transparency, accountability, human oversight, privacy, and safety and reliability.</p>
<p class="notice">These cards are learning aids. They do not add new ISO/IEC 42001 requirements and should not be treated as a replacement for the official standard.</p>
<table class="card-table">
<thead>
<tr>
<th width="14%">Principle</th>
<th width="43%">Professional Infographic</th>
<th width="43%">Humorous Infographic</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="label">Principle-01<small>Fairness</small></span></td>
<td><figure><img src="cards/ai-principles/professional/iso-42001-ai-principles-principle-01-fairness-professional-infographic.png" alt="ISO 42001 AI Principles - Fairness - Professional Infographic" loading="lazy"><figcaption>ISO 42001 AI Principles — Fairness Professional Infographic</figcaption></figure></td>
<td><figure><img src="cards/ai-principles/funny/iso-42001-ai-principles-principle-01-fairness-humorous-infographic.png" alt="ISO 42001 AI Principles - Fairness - Humorous Infographic" loading="lazy"><figcaption>ISO 42001 AI Principles — Fairness Humorous Infographic</figcaption></figure></td>
</tr>
<tr>
<td><span class="label">Principle-02<small>Transparency</small></span></td>
<td><figure><img src="cards/ai-principles/professional/iso-42001-ai-principles-principle-02-transparency-professional-infographic.png" alt="ISO 42001 AI Principles - Transparency - Professional Infographic" loading="lazy"><figcaption>ISO 42001 AI Principles — Transparency Professional Infographic</figcaption></figure></td>
<td><figure><img src="cards/ai-principles/funny/iso-42001-ai-principles-principle-02-transparency-humorous-infographic.png" alt="ISO 42001 AI Principles - Transparency - Humorous Infographic" loading="lazy"><figcaption>ISO 42001 AI Principles — Transparency Humorous Infographic</figcaption></figure></td>
</tr>
<tr>
<td><span class="label">Principle-03<small>Accountability</small></span></td>
<td><figure><img src="cards/ai-principles/professional/iso-42001-ai-principles-principle-03-accountability-professional-infographic.png" alt="ISO 42001 AI Principles - Accountability - Professional Infographic" loading="lazy"><figcaption>ISO 42001 AI Principles — Accountability Professional Infographic</figcaption></figure></td>
<td><figure><img src="cards/ai-principles/funny/iso-42001-ai-principles-principle-03-accountability-humorous-infographic.png" alt="ISO 42001 AI Principles - Accountability - Humorous Infographic" loading="lazy"><figcaption>ISO 42001 AI Principles — Accountability Humorous Infographic</figcaption></figure></td>
</tr>
<tr>
<td><span class="label">Principle-04<small>Human Oversight</small></span></td>
<td><figure><img src="cards/ai-principles/professional/iso-42001-ai-principles-principle-04-human-oversight-professional-infographic.png" alt="ISO 42001 AI Principles - Human Oversight - Professional Infographic" loading="lazy"><figcaption>ISO 42001 AI Principles — Human Oversight Professional Infographic</figcaption></figure></td>
<td><figure><img src="cards/ai-principles/funny/iso-42001-ai-principles-principle-04-human-oversight-humorous-infographic.png" alt="ISO 42001 AI Principles - Human Oversight - Humorous Infographic" loading="lazy"><figcaption>ISO 42001 AI Principles — Human Oversight Humorous Infographic</figcaption></figure></td>
</tr>
<tr>
<td><span class="label">Principle-05<small>Privacy</small></span></td>
<td><figure><img src="cards/ai-principles/professional/iso-42001-ai-principles-principle-05-privacy-professional-infographic.png" alt="ISO 42001 AI Principles - Privacy - Professional Infographic" loading="lazy"><figcaption>ISO 42001 AI Principles — Privacy Professional Infographic</figcaption></figure></td>
<td><figure><img src="cards/ai-principles/funny/iso-42001-ai-principles-principle-05-privacy-humorous-infographic.png" alt="ISO 42001 AI Principles - Privacy - Humorous Infographic" loading="lazy"><figcaption>ISO 42001 AI Principles — Privacy Humorous Infographic</figcaption></figure></td>
</tr>
<tr>
<td><span class="label">Principle-06<small>Safety and Reliability</small></span></td>
<td><figure><img src="cards/ai-principles/professional/iso-42001-ai-principles-principle-06-safety-and-reliability-professional-infographic.png" alt="ISO 42001 AI Principles - Safety and Reliability - Professional Infographic" loading="lazy"><figcaption>ISO 42001 AI Principles — Safety and Reliability Professional Infographic</figcaption></figure></td>
<td><figure><img src="cards/ai-principles/funny/iso-42001-ai-principles-principle-06-safety-and-reliability-humorous-infographic.png" alt="ISO 42001 AI Principles - Safety and Reliability - Humorous Infographic" loading="lazy"><figcaption>ISO 42001 AI Principles — Safety and Reliability Humorous Infographic</figcaption></figure></td>
</tr>
</tbody>
</table>
<p class="section-caption">AI principles cards — fairness, transparency, accountability, human oversight, privacy, and safety and reliability as core responsible AI governance concepts.</p>
</section>
<section id="archive">
<h2>ISO 42001 Archive Variants</h2>
<p>Earlier infographic cards superseded by the current designs. Content remains accurate — use these if you prefer the format.</p>
<figure class="wide-figure">
<img src="cards/archive/iso-42001-manage-ai-like-a-boss-archive-variant.png"
alt="ISO 42001 Archive - Manage AI Like a Boss Variant Card" loading="lazy">
<figcaption>ISO 42001 — Manage AI Like a Boss (Archive Variant)</figcaption>
</figure>
<div class="archive-grid">
<figure><img src="cards/archive/iso-42001-clause-08-operation-archive-variant.png" alt="ISO 42001 Archive - Clause 8 Operation Variant Card" loading="lazy"><figcaption>Clause 8 Operation (Archive Variant)</figcaption></figure>
<figure><img src="cards/archive/iso-42001-clause-10-improvement-archive-variant.png" alt="ISO 42001 Archive - Clause 10 Improvement Variant Card" loading="lazy"><figcaption>Clause 10 Improvement (Archive Variant)</figcaption></figure>
<figure><img src="cards/archive/iso-42001-clause-08-operation-mission-control-archive-variant.png" alt="ISO 42001 Archive - Clause 8 Operation Mission Control Variant Card" loading="lazy"><figcaption>Clause 8 Operation Mission Control (Archive Variant)</figcaption></figure>
<figure><img src="cards/archive/iso-42001-annex-a-05-assessing-impact-of-ai-systems-archive-variant.png" alt="ISO 42001 Archive - A.5 Assessing Impact of AI Systems Variant Card" loading="lazy"><figcaption>A.5 Assessing Impact of AI Systems (Archive Variant)</figcaption></figure>
<figure><img src="cards/archive/iso-42001-annex-a-domain-operation-archive-variant.png" alt="ISO 42001 Archive - Annex A Domain Operation Variant Card" loading="lazy"><figcaption>Annex A Domain Operation (Archive Variant)</figcaption></figure>
<figure><img src="cards/archive/iso-42001-clause-09-performance-evaluation-archive-variant-2.png" alt="ISO 42001 Archive - Clause 9 Performance Evaluation Variant 2 Card" loading="lazy"><figcaption>Clause 9 Performance Evaluation Variant 2 (Archive)</figcaption></figure>
<figure><img src="cards/archive/iso-42001-clause-09-performance-evaluation-archive-variant-3.png" alt="ISO 42001 Archive - Clause 9 Performance Evaluation Variant 3 Card" loading="lazy"><figcaption>Clause 9 Performance Evaluation Variant 3 (Archive)</figcaption></figure>
<figure><img src="cards/archive/iso-42001-clause-07-support-archive-variant.png" alt="ISO 42001 Archive - Clause 7 Support Variant Card" loading="lazy"><figcaption>Clause 7 Support (Archive Variant)</figcaption></figure>
<figure><img src="cards/archive/iso-42001-clause-09-performance-evaluation-archive-variant-1.png" alt="ISO 42001 Archive - Clause 9 Performance Evaluation Variant 1 Card" loading="lazy"><figcaption>Clause 9 Performance Evaluation Variant 1 (Archive)</figcaption></figure>
<figure><img src="cards/archive/iso-42001-clause-05-leadership-archive-variant.png" alt="ISO 42001 Archive - Clause 5 Leadership Variant Card" loading="lazy"><figcaption>Clause 5 Leadership (Archive Variant)</figcaption></figure>
<figure><img src="cards/archive/iso-42001-annex-a-10-third-party-and-customer-relationships-archive-variant.png" alt="ISO 42001 Archive - A.10 Third-Party and Customer Relationships Variant Card" loading="lazy"><figcaption>A.10 Third-Party and Customer Relationships (Archive Variant)</figcaption></figure>
<figure><img src="cards/archive/iso-42001-clause-09-performance-evaluation-archive-variant.png" alt="ISO 42001 Archive - Clause 9 Performance Evaluation Variant Card" loading="lazy"><figcaption>Clause 9 Performance Evaluation (Archive Variant)</figcaption></figure>
</div>
<p class="section-caption">Earlier ISO 42001 infographic card variants — Clause 8, Clause 9, Clause 10, Annex A.5, Annex A.10, and the Annex A domain overview.</p>
</section>
</main>
<footer>
<p>ISO 42001 Visual Library by <a href="https://www.linkedin.com/in/nelson-ambrose/" rel="noopener noreferrer">Nelson Ambrose</a></p>
<p>Licensed under <a href="https://creativecommons.org/licenses/by/4.0/" rel="noopener noreferrer">CC BY 4.0</a> — free to use, share, or remix with attribution.</p>
<p>Independent learning resource. Not affiliated with or endorsed by ISO, IEC, or any certification body.</p>
<p style="margin-top: 1rem">
<a href="https://github.com/nelsambrose/ISO-42001-Visual-Library" rel="noopener noreferrer">View on GitHub</a> ·
<a href="https://github.com/nelsambrose/ISO-42001-Visual-Library/blob/main/LICENSE.md" rel="noopener noreferrer">License</a>
</p>
</footer>
</body>
</html>