Changes for page Service Navigator

Last modified by Veronika Kocher on Thursday, 03 Sep 2026 14:15

From version 7.1
edited by Veronika Kocher
on Tuesday, 11 Aug 2026 10:43
Change comment: There is no comment for this version
To version 17.1
edited by Veronika Kocher
on Monday, 31 Aug 2026 10:50
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,1 +1,376 @@
1 -<div class="rh-grid">
1 +Artistic and administrative services at the University support many different needs — from research projects and teaching to employment, IT, rooms, procurement, legal questions, international mobility and library services.
2 +
3 +The **Service Navigator** is organised around what you need to do, not around the university's organisational chart.
4 +
5 +(% style="margin:20px 0 26px 0;" %)
6 +(((
7 +{{box title="Find a service"}}
8 +Search by task, topic or question — for example //room, invoice, disability, DOI, event, employment, data protection// or //library//.
9 +
10 +{{html}}
11 +<form action="https://xwiki.uni-ak.ac.at/bin/view/Main/SolrSearch" method="get" role="search" style="margin:0;">
12 + <div style="display:flex;gap:10px;align-items:center;flex-wrap:wrap;">
13 + <label for="service-navigator-search" style="position:absolute;left:-10000px;">Search services</label>
14 + <input
15 + id="service-navigator-search"
16 + name="text"
17 + type="search"
18 + placeholder="What do you need help with?"
19 + autocomplete="off"
20 + style="flex:1 1 520px;min-width:260px;padding:11px 13px;border:1px solid #bbb;border-radius:6px;font-size:16px;"
21 + />
22 + <button type="submit" class="btn btn-primary" style="padding:11px 22px;">Search</button>
23 + </div>
24 +</form>
25 +{{/html}}
26 +{{/box}}
27 +)))
28 +
29 += Find services by what you need to do =
30 +
31 +{{html clean="false"}}
32 +
33 +<div style="
34 + display:grid;
35 + grid-template-columns:repeat(auto-fit,minmax(300px,1fr));
36 + gap:18px;
37 + align-items:stretch;
38 + margin-top:18px;
39 +">
40 +
41 + <!-- 1 ART & RESEARCH -->
42 + <section style="
43 + display:flex;
44 + flex-direction:column;
45 + min-height:320px;
46 + border:1px solid #d9d9d9;
47 + border-left:6px solid #21b6d7;
48 + border-radius:12px;
49 + background:#fff;
50 + box-shadow:0 1px 3px rgba(0,0,0,.05);
51 + overflow:hidden;
52 + ">
53 + <div style="padding:18px 18px 14px 18px;flex:1;">
54 + <div style="font-size:12px;font-weight:700;letter-spacing:.07em;color:#66737d;margin-bottom:6px;">ART & RESEARCH</div>
55 + <h2 style="font-size:21px;line-height:1.25;margin:0 0 8px 0;">Art &amp; Research Services</h2>
56 + <p style="color:#666;margin:0 0 14px 0;">Plan, manage, publish, share and preserve artistic and research projects.</p>
57 +
58 + <div style="font-weight:700;margin-bottom:6px;">I need to…</div>
59 + <ul style="margin:0 0 14px 18px;padding:0;">
60 + <li>develop or plan an artistic / research project</li>
61 + <li>manage research data, documentation or collaboration</li>
62 + <li>publish, cite, share or preserve outputs</li>
63 + </ul>
64 +
65 + <div style="font-size:12px;color:#666;line-height:1.45;">
66 + Research projects · research data management · rights &amp; ethics · repositories · publication · preservation
67 + </div>
68 + </div>
69 + <div style="padding:0 18px 18px 18px;">
70 + <a
71 + href="https://xwiki.uni-ak.ac.at/bin/view/Service%20Navigator/Art%20%26%20Research%20Services%20Navigator/"
72 + class="btn btn-primary btn-block"
73 + >Explore Art &amp; Research Services</a>
74 + </div>
75 + </section>
76 +
77 + <!-- 2 STUDY -->
78 + <section style="
79 + display:flex;
80 + flex-direction:column;
81 + min-height:320px;
82 + border:1px solid #d9d9d9;
83 + border-left:6px solid #21b6d7;
84 + border-radius:12px;
85 + background:#fff;
86 + box-shadow:0 1px 3px rgba(0,0,0,.05);
87 + overflow:hidden;
88 + ">
89 + <div style="padding:18px 18px 14px 18px;flex:1;">
90 + <div style="font-size:12px;font-weight:700;letter-spacing:.07em;color:#66737d;margin-bottom:6px;">STUDY & TEACHING</div>
91 + <h2 style="font-size:21px;line-height:1.25;margin:0 0 8px 0;">Study, Teaching &amp; Curriculum</h2>
92 + <p style="color:#666;margin:0 0 14px 0;">Support for studying, teaching, curricula and the learning environment.</p>
93 +
94 + <div style="font-weight:700;margin-bottom:6px;">I need to…</div>
95 + <ul style="margin:0 0 14px 18px;padding:0;">
96 + <li>clarify a study-related question</li>
97 + <li>develop or change teaching / curricula</li>
98 + <li>find support for final projects or accessibility in study</li>
99 + </ul>
100 +
101 + <div style="font-size:12px;color:#666;line-height:1.45;">
102 + Studienangelegenheiten · Qualitätskultur Lehre · Curricularwerkstatt · Abschlussarbeiten · STAR
103 + </div>
104 + </div>
105 + <div style="padding:0 18px 18px 18px;">
106 + <span class="btn btn-default btn-block disabled" aria-disabled="true">Explore Study &amp; Teaching</span>
107 + </div>
108 + </section>
109 +
110 + <!-- 3 PEOPLE -->
111 + <section style="
112 + display:flex;
113 + flex-direction:column;
114 + min-height:320px;
115 + border:1px solid #d9d9d9;
116 + border-left:6px solid #f0aa00;
117 + border-radius:12px;
118 + background:#fff;
119 + box-shadow:0 1px 3px rgba(0,0,0,.05);
120 + overflow:hidden;
121 + ">
122 + <div style="padding:18px 18px 14px 18px;flex:1;">
123 + <div style="font-size:12px;font-weight:700;letter-spacing:.07em;color:#66737d;margin-bottom:6px;">PEOPLE & WORK</div>
124 + <h2 style="font-size:21px;line-height:1.25;margin:0 0 8px 0;">People, Equality, Health &amp; Work</h2>
125 + <p style="color:#666;margin:0 0 14px 0;">Employment, equality, diversity, disability, accessibility and health.</p>
126 +
127 + <div style="font-weight:700;margin-bottom:6px;">I need to…</div>
128 + <ul style="margin:0 0 14px 18px;padding:0;">
129 + <li>ask about employment, working conditions or labour law</li>
130 + <li>get support concerning discrimination, equality or diversity</li>
131 + <li>address disability, accessibility or health at work</li>
132 + </ul>
133 +
134 + <div style="font-size:12px;color:#666;line-height:1.45;">
135 + Personal · Gleichbehandlung · Diversität · Behinderung · Barrierefreiheit · Gesundheit · Arbeitsrecht
136 + </div>
137 + </div>
138 + <div style="padding:0 18px 18px 18px;">
139 + <span class="btn btn-default btn-block disabled" aria-disabled="true">Explore People &amp; Work</span>
140 + </div>
141 + </section>
142 +
143 + <!-- 4 IT -->
144 + <section style="
145 + display:flex;
146 + flex-direction:column;
147 + min-height:320px;
148 + border:1px solid #d9d9d9;
149 + border-left:6px solid #38b76a;
150 + border-radius:12px;
151 + background:#fff;
152 + box-shadow:0 1px 3px rgba(0,0,0,.05);
153 + overflow:hidden;
154 + ">
155 + <div style="padding:18px 18px 14px 18px;flex:1;">
156 + <div style="font-size:12px;font-weight:700;letter-spacing:.07em;color:#66737d;margin-bottom:6px;">IT & DIGITAL</div>
157 + <h2 style="font-size:21px;line-height:1.25;margin:0 0 8px 0;">IT &amp; Digital Services</h2>
158 + <p style="color:#666;margin:0 0 14px 0;">Accounts, systems, software, digital infrastructure and IT support.</p>
159 +
160 + <div style="font-weight:700;margin-bottom:6px;">I need to…</div>
161 + <ul style="margin:0 0 14px 18px;padding:0;">
162 + <li>access an account, system or digital service</li>
163 + <li>solve an IT problem</li>
164 + <li>plan or coordinate a digital / IT project</li>
165 + </ul>
166 +
167 + <div style="font-size:12px;color:#666;line-height:1.45;">
168 + Base · ITD-Projektkoordination · Zentraler Informatikdienst · software · infrastructure
169 + </div>
170 + </div>
171 + <div style="padding:0 18px 18px 18px;">
172 + <span class="btn btn-default btn-block disabled" aria-disabled="true">Explore IT &amp; Digital Services</span>
173 + </div>
174 + </section>
175 +
176 + <!-- 5 ROOMS -->
177 + <section style="
178 + display:flex;
179 + flex-direction:column;
180 + min-height:320px;
181 + border:1px solid #d9d9d9;
182 + border-left:6px solid #38b76a;
183 + border-radius:12px;
184 + background:#fff;
185 + box-shadow:0 1px 3px rgba(0,0,0,.05);
186 + overflow:hidden;
187 + ">
188 + <div style="padding:18px 18px 14px 18px;flex:1;">
189 + <div style="font-size:12px;font-weight:700;letter-spacing:.07em;color:#66737d;margin-bottom:6px;">CAMPUS</div>
190 + <h2 style="font-size:21px;line-height:1.25;margin:0 0 8px 0;">Rooms, Buildings &amp; Campus</h2>
191 + <p style="color:#666;margin:0 0 14px 0;">Rooms, buildings, facilities, campus use and operational support.</p>
192 +
193 + <div style="font-weight:700;margin-bottom:6px;">I need to…</div>
194 + <ul style="margin:0 0 14px 18px;padding:0;">
195 + <li>book or use a room</li>
196 + <li>report a building, equipment or safety issue</li>
197 + <li>find campus facilities or house rules</li>
198 + </ul>
199 +
200 + <div style="font-size:12px;color:#666;line-height:1.45;">
201 + Facility Management · Liegenschaften · Raumkoordination · Gebäudetechnik · Hausordnung · Service &amp; Betrieb
202 + </div>
203 + </div>
204 + <div style="padding:0 18px 18px 18px;">
205 + <span class="btn btn-default btn-block disabled" aria-disabled="true">Explore Rooms &amp; Campus</span>
206 + </div>
207 + </section>
208 +
209 + <!-- 6 FINANCE -->
210 + <section style="
211 + display:flex;
212 + flex-direction:column;
213 + min-height:320px;
214 + border:1px solid #d9d9d9;
215 + border-left:6px solid #38b76a;
216 + border-radius:12px;
217 + background:#fff;
218 + box-shadow:0 1px 3px rgba(0,0,0,.05);
219 + overflow:hidden;
220 + ">
221 + <div style="padding:18px 18px 14px 18px;flex:1;">
222 + <div style="font-size:12px;font-weight:700;letter-spacing:.07em;color:#66737d;margin-bottom:6px;">PURCHASE & MOVE</div>
223 + <h2 style="font-size:21px;line-height:1.25;margin:0 0 8px 0;">Purchasing, Finance &amp; Logistics</h2>
224 + <p style="color:#666;margin:0 0 14px 0;">Buy, pay, budget, send, transport and move things.</p>
225 +
226 + <div style="font-weight:700;margin-bottom:6px;">I need to…</div>
227 + <ul style="margin:0 0 14px 18px;padding:0;">
228 + <li>purchase materials or services</li>
229 + <li>clarify an invoice, budget or financial process</li>
230 + <li>send, transport or move items</li>
231 + </ul>
232 +
233 + <div style="font-size:12px;color:#666;line-height:1.45;">
234 + Beschaffung · Controlling · Finanzbuchhaltung · Ressourcenplanung · Post &amp; Logistik · Transporte · Übersiedlungen
235 + </div>
236 + </div>
237 + <div style="padding:0 18px 18px 18px;">
238 + <span class="btn btn-default btn-block disabled" aria-disabled="true">Explore Finance &amp; Logistics</span>
239 + </div>
240 + </section>
241 +
242 + <!-- 7 COMMUNICATION -->
243 + <section style="
244 + display:flex;
245 + flex-direction:column;
246 + min-height:320px;
247 + border:1px solid #d9d9d9;
248 + border-left:6px solid #e94b13;
249 + border-radius:12px;
250 + background:#fff;
251 + box-shadow:0 1px 3px rgba(0,0,0,.05);
252 + overflow:hidden;
253 + ">
254 + <div style="padding:18px 18px 14px 18px;flex:1;">
255 + <div style="font-size:12px;font-weight:700;letter-spacing:.07em;color:#66737d;margin-bottom:6px;">COMMUNICATE & ORGANISE</div>
256 + <h2 style="font-size:21px;line-height:1.25;margin:0 0 8px 0;">Communication, Media &amp; Events</h2>
257 + <p style="color:#666;margin:0 0 14px 0;">Communicate, publish, print, promote and organise events.</p>
258 +
259 + <div style="font-weight:700;margin-bottom:6px;">I need to…</div>
260 + <ul style="margin:0 0 14px 18px;padding:0;">
261 + <li>communicate or publicise something</li>
262 + <li>produce a publication, flyer or printed material</li>
263 + <li>organise or support an event</li>
264 + </ul>
265 +
266 + <div style="font-size:12px;color:#666;line-height:1.45;">
267 + Presse &amp; Kommunikation · Publikationen · Drucksorten · Veranstaltungsmanagement · Open House · Festival
268 + </div>
269 + </div>
270 + <div style="padding:0 18px 18px 18px;">
271 + <span class="btn btn-default btn-block disabled" aria-disabled="true">Explore Communication &amp; Events</span>
272 + </div>
273 + </section>
274 +
275 + <!-- 8 LEGAL -->
276 + <section style="
277 + display:flex;
278 + flex-direction:column;
279 + min-height:320px;
280 + border:1px solid #d9d9d9;
281 + border-left:6px solid #f0aa00;
282 + border-radius:12px;
283 + background:#fff;
284 + box-shadow:0 1px 3px rgba(0,0,0,.05);
285 + overflow:hidden;
286 + ">
287 + <div style="padding:18px 18px 14px 18px;flex:1;">
288 + <div style="font-size:12px;font-weight:700;letter-spacing:.07em;color:#66737d;margin-bottom:6px;">RIGHTS & RULES</div>
289 + <h2 style="font-size:21px;line-height:1.25;margin:0 0 8px 0;">Legal, Data Protection &amp; Governance</h2>
290 + <p style="color:#666;margin:0 0 14px 0;">Legal questions, privacy, information rights and institutional rules.</p>
291 +
292 + <div style="font-weight:700;margin-bottom:6px;">I need to…</div>
293 + <ul style="margin:0 0 14px 18px;padding:0;">
294 + <li>clarify a legal or contractual question</li>
295 + <li>deal with personal data or privacy</li>
296 + <li>understand an institutional rule or information-access requirement</li>
297 + </ul>
298 +
299 + <div style="font-size:12px;color:#666;line-height:1.45;">
300 + Rechtsabteilung · Datenschutz · Informationsfreiheit · governance &amp; institutional rules
301 + </div>
302 + </div>
303 + <div style="padding:0 18px 18px 18px;">
304 + <span class="btn btn-default btn-block disabled" aria-disabled="true">Explore Legal &amp; Governance</span>
305 + </div>
306 + </section>
307 +
308 + <!-- 9 INTERNATIONAL -->
309 + <section style="
310 + display:flex;
311 + flex-direction:column;
312 + min-height:300px;
313 + border:1px solid #d9d9d9;
314 + border-left:6px solid #21b6d7;
315 + border-radius:12px;
316 + background:#fff;
317 + box-shadow:0 1px 3px rgba(0,0,0,.05);
318 + overflow:hidden;
319 + ">
320 + <div style="padding:18px 18px 14px 18px;flex:1;">
321 + <div style="font-size:12px;font-weight:700;letter-spacing:.07em;color:#66737d;margin-bottom:6px;">GO INTERNATIONAL</div>
322 + <h2 style="font-size:21px;line-height:1.25;margin:0 0 8px 0;">International Office</h2>
323 + <p style="color:#666;margin:0 0 14px 0;">International mobility, exchange and international support.</p>
324 +
325 + <div style="font-weight:700;margin-bottom:6px;">I need to…</div>
326 + <ul style="margin:0 0 14px 18px;padding:0;">
327 + <li>plan an international stay or exchange</li>
328 + <li>ask about mobility opportunities</li>
329 + <li>find support for an international context</li>
330 + </ul>
331 + </div>
332 + <div style="padding:0 18px 18px 18px;">
333 + <span class="btn btn-default btn-block disabled" aria-disabled="true">Explore International Office</span>
334 + </div>
335 + </section>
336 +
337 + <!-- 10 LIBRARY -->
338 + <section style="
339 + display:flex;
340 + flex-direction:column;
341 + min-height:300px;
342 + border:1px solid #d9d9d9;
343 + border-left:6px solid #21b6d7;
344 + border-radius:12px;
345 + background:#fff;
346 + box-shadow:0 1px 3px rgba(0,0,0,.05);
347 + overflow:hidden;
348 + ">
349 + <div style="padding:18px 18px 14px 18px;flex:1;">
350 + <div style="font-size:12px;font-weight:700;letter-spacing:.07em;color:#66737d;margin-bottom:6px;">FIND & ACCESS</div>
351 + <h2 style="font-size:21px;line-height:1.25;margin:0 0 8px 0;">University Library</h2>
352 + <p style="color:#666;margin:0 0 14px 0;">Find, access and work with literature, media and library resources.</p>
353 +
354 + <div style="font-weight:700;margin-bottom:6px;">I need to…</div>
355 + <ul style="margin:0 0 14px 18px;padding:0;">
356 + <li>find literature or other media</li>
357 + <li>access library resources</li>
358 + <li>get help with research and information discovery</li>
359 + </ul>
360 + </div>
361 + <div style="padding:0 18px 18px 18px;">
362 + <span class="btn btn-default btn-block disabled" aria-disabled="true">Explore University Library</span>
363 + </div>
364 + </section>
365 +
366 +</div>
367 +
368 +{{/html}}
369 +
370 +(% style="margin-top:26px;" %)
371 +(((
372 +{{info title="Not sure where to start?"}}
373 +Use the search at the top of the page or choose the card that best matches what you are trying to do. A service may deliberately appear in more than one area when this makes it easier to find.
374 +{{/info}}
375 +)))
376 +