forked from w3c/wcag
-
Notifications
You must be signed in to change notification settings - Fork 0
/
biblio.js
48 lines (40 loc) · 1.61 KB
/
biblio.js
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
respecConfig.localBiblio = {
"CAPTCHA": {
"href": "http://www.captcha.net/",
"publisher": "Carnegie Mellon University",
"title": "The CAPTCHA Project"
},
"GPII": {
"href": "https://gpii.net/",
"title": "Global Public Inclusive Infrastructure"
},
"HARDING-BINNIE": {
"authors": [
"Harding G. F. A.",
"Binnie, C.D."
],
"date": "2002",
"title": "Independent Analysis of the ITC Photosensitive Epilepsy Calibration Test Tape"
},
"IEC-4WD": {
"date": "May 5, 1998",
"title": "IEC/4WD 61966-2-1: Colour Measurement and Management in Multimedia Systems and Equipment - Part 2.1: Default Colour Space - sRGB",
},
"ISO_9241-112": {
"isoNumber": "9241-112",
"href": "https://www.iso.org/standard/64840.html",
"title": "Ergonomics of human-system interaction -- Part 112: Principles for the presentation of information",
"publisher": "International Standards Organization"
},
"ISO_9241-391": {
"isoNumber": "9241-391",
"href": "https://www.iso.org/standard/56350.html",
"title": "Ergonomics of human-system interaction—Part 391: Requirements, analysis and compliance test methods for the reduction of photosensitive seizures",
"publisher": "International Standards Organization"
},
"UNESCO": {
"date": "2011",
"href": "https://unesdoc.unesco.org/ark:/48223/pf0000219109",
"title": "International Standard Classification of Education"
}
};