-
Notifications
You must be signed in to change notification settings - Fork 0
/
biblio.js
52 lines (44 loc) · 1.58 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
49
50
51
52
var biblio = {
"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": {
"uri": "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"
},
"sRGB": {
"authors": [
"M. Stokes",
"M. Anderson",
"S. Chandrasekar",
"R. Motta"
],
"date": "November 5, 1996",
"href": "https://www.w3.org/Graphics/Color/sRGB.html",
"title": "A Standard Default Color Space for the Internet - sRGB, Version 1.10"
},
"UNESCO": {
"date": "1997",
"href": "http://www.unesco.org/education/information/nfsunesco/doc/isced_1997.htm",
"title": "International Standard Classification of Education"
}
};