-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathacro.tex
152 lines (148 loc) · 3.17 KB
/
acro.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
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
% Chapter 1
% Data Analysis
\DeclareAcronym{BI}{
short = {BI},
long = {Business Intelligence}
}
\DeclareAcronym{DM}{
short = {DM},
long = {Data mining}
}
\DeclareAcronym{CRISP}{
short = {CRISP},
long = {Cross-industry standard process}
}
\DeclareAcronym{EDA}{
short = {EDA},
long = {Exploratory data analysis}
}
\DeclareAcronym{CDA}{
short = {CDA},
long = {Confirmatory data analysis}
}
\DeclareAcronym{KPIs}{
short = {KPIs},
long = {Key Performance Indicators}
}
% Maintenance
\DeclareAcronym{cmms}{
short = {CMMS},
long = {Computerized Maintenance Management Systems}
}
\DeclareAcronym{PM}{
short = {PM},
long = {Preventive maintenance}
}
\DeclareAcronym{ppm}{
short = {PPM},
long = {Planned preventive maintenance}
}
\DeclareAcronym{PdM}{
short = {PdM},
long = {Predictive maintenance}
}
\DeclareAcronym{cbm}{
short = {CBM},
long = {Condition-based maintenance}
}
\DeclareAcronym{cm}{
short = {CM},
long = {Condition monitoring}
}
\DeclareAcronym{mro}{
short = {MRO},
long = {Maintenance, repair and overhaul}
}
\DeclareAcronym{AI}{
short = {AI},
long = {Artificial Intelligence}
}
\DeclareAcronym{IoT}{
short = {IoT},
long = {Internet of Things}
}
\DeclareAcronym{ML}{
short = {ML},
long = {Machine Learning}
}
\DeclareAcronym{infra}{
short = {$\text{Infralytics}^\copyright$},
long = {Infrastructure Analytics}
}
% Chapter 2
\DeclareAcronym{SaaS}{
short = {SaaS},
long = {Service as a Service}
}
\DeclareAcronym{IPCs}{
short = {IPCs},
long = {Industrial Personal Computers}
}
\DeclareAcronym{AWS}{
short = {AWS},
long = {Amazon Web Services}
}
\DeclareAcronym{S3}{
short = {S3},
long = {Simple Storage Service}
}
\DeclareAcronym{csv}{
short = {CSV},
long = {Comma-separated values}
}
% Chapter 3
\DeclareAcronym{crud}{
short = {CRUD},
long = {Create Read Update Delete}
}
\DeclareAcronym{tsdb}{
short = {TSDB},
long = {Time Series Database}
}
% Chapter 4
% Stumabo
\DeclareAcronym{CtM}{
short = {CtM},
long = {Continuos monitoring}
}
\DeclareAcronym{RMS}{
short = {RMS},
long = {Root mean square}
}
\DeclareAcronym{PLC}{
short = {PLC},
long = {Programmable Logic Controller}
}
% VUB
\DeclareAcronym{GEP}{
short = {GEP},
long = {Green Energy Park}
}
\DeclareAcronym{VUB}{
short = {VUB},
long = {Vrije Universiteit Brussel}
}
\DeclareAcronym{HV}{
short = {HV},
long = {High Voltage}
}
\DeclareAcronym{LV}{
short = {LV},
long = {Low Voltage}
}
\DeclareAcronym{BHC}{
short = {BHC},
long = {Brussels Health Campus}
}
\DeclareAcronym{UZB}{
short = {UZB},
long = {Universitair Ziekenhuis Brussel}
}
\DeclareAcronym{CHP}{
short = {CHP},
long = {Combined Heat and Power}
}
\DeclareAcronym{SFTP}{
short = {SFTP},
long = {SSH File Transfer Protocol}
}