-
Notifications
You must be signed in to change notification settings - Fork 0
/
info.html
74 lines (73 loc) · 2.2 KB
/
info.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<body>
<h1>Info and readme</h1>
<h2>CSV format</h2>
<h3>infomat.csv</h3>
<table>
<tr>
<th>Profile</th>
<th>FTE</th>
<th>MVT</th>
<th>Pattr</th>
<th>RT</th>
</tr>
<tr>
<td>String</td>
<td>Integer</td>
<td>Integer</td>
<td>Numeric</td>
<td>Numeric</td>
</tr>
</table>
<h3>infomat.csv</h3>
<table>
<tr>
<th>Profile</th>
<th>Y0</th>
<th>Y1</th>
<th>Y2</th>
<th>Y3</th>
<th>Y4</th>
<th>Y5</th>
<th>Y6</th>
<th>Y7</th>
<th>Y8</th>
</tr>
<tr>
<td>String</td>
<td>Integer</td>
<td>Integer</td>
<td>Integer</td>
<td>Integer</td>
<td>Integer</td>
<td>Integer</td>
<td>Integer</td>
<td>Integer</td>
<td>Integer</td>
</tr>
</table>
<h2>Steps</h2>
<h3>Step 1: Upload Informat</h3>
<p>Upload the informat.csv file</p>
<h3>Step 2 (Optional): Change values of Informat data</h3>
<p>Now you can optionally change the values of the data uploaded in <strong>Step 1</strong></p>
<h3>Step 3: Upload Retiremat</h3>
<p>upload the retiremat.csv file</p>
<h3>Step 4 (Optional): Change values of Retiremat data</h3>
<p>Now you can optionally change the values of the data uploaded in <strong>Step 3</strong></p>
<h3>Step 5: Press the "Data Update/ generate plot"-button</h3>
<p>When you are satisfied with the change you can press button to calculate and visualize</p>
<h3>Step 6: Change profiles</h3>
<p>Now you can change the row to profiles</p>
<h2>Information</h2>
<p>
We use the data you inputted to calculate when there would likely be a critical shortage of employees for certain profiles.
</p>
</body>
</html>