generated from KuhlTime/hsd-markdown-thesis
-
Notifications
You must be signed in to change notification settings - Fork 0
/
glossary.tex
135 lines (119 loc) Β· 1.57 KB
/
glossary.tex
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
\newglossaryentry{COHSR}
{
name={COHSR},
description={
Canadian Occupational Health and Safety Regulations
}
}
\newglossaryentry{CAD}
{
name={CAD},
description={
Computer-Aided Dispatch
}
}
\newglossaryentry{NG911}
{
name={NG9-1-1},
description={
Next-Generation 911
}
}
\newglossaryentry{NFPA}
{
name={NFPA},
description={
National Fire Protection Association
}
}
\newglossaryentry{CSA}
{
name={CSA},
description={
Canadian Standards Association
}
}
\newglossaryentry{BC}
{
name={BC},
description={
British Columbia
}
}
\newglossaryentry{UI}
{
name={UI},
description={
User Interface
}
}
\newglossaryentry{UX}
{
name={UX},
description={
User Experience
}
}
\newglossaryentry{REALE}
{
name={REALE},
description={
Acronym for Australian researchers proposed rescue procedure
}
}
\newglossaryentry{npm}
{
name={npm},
description={
Node Package Manager
}
}
\newglossaryentry{IETF}
{
name={IETF},
description={
Internet Engineering Task Force
}
}
\newglossaryentry{RFC}
{
name={RFC},
description={
Request For Comments
}
}
\newglossaryentry{UUID}
{
name={UUID},
description={
Universally Unique IDentifier
}
}
\newglossaryentry{GUI}
{
name={GUI},
description={
Graphical User Interface
}
}
\newglossaryentry{CI}
{
name={CI},
description={
Continuous Integration
}
}
\newglossaryentry{CD}
{
name={CD},
description={
Continuous Delivery
}
}
\newglossaryentry{DevOps}
{
name={DevOps},
description={
Development Operations
}
}