Changes for page Service Navigator
Last modified by Veronika Kocher on Thursday, 03 Sep 2026 14:15
From version 2.1
edited by ZID Server
on Tuesday, 14 Jul 2026 15:02
on Tuesday, 14 Jul 2026 15:02
Change comment:
There is no comment for this version
To version 17.1
edited by Veronika Kocher
on Monday, 31 Aug 2026 10:50
on Monday, 31 Aug 2026 10:50
Change comment:
There is no comment for this version
Summary
-
Page properties (2 modified, 0 added, 0 removed)
-
Objects (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. server1 +XWiki.p0009670 - Content
-
... ... @@ -1,51 +1,376 @@ 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 + 1 1 {{html}} 2 -<div class="rh-grid"> 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 +))) 3 3 4 - <div class="rh-col"> 5 - <a class="rh-img" href="#"></a> 6 - <div class="rh-body"> 7 - <h3 class="rh-heading"><a href="#"><span class="rh-num">1.</span> Planning & Set-up</a></h3> 8 - <p class="rh-desc">Resources for preparation of your research</p> 9 - <div class="rh-cards"> 10 - <a class="rh-card rh-flame1" href="#">Data Management</a> 11 - <a class="rh-card rh-flame2" href="#">Research Strategy and Funding</a> 12 - <a class="rh-card rh-flame3" href="#">Research Strategy and Funding</a> 13 - <a class="rh-card rh-flame4" href="#">Responsible and Compliant Research</a> 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 & 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 & ethics · repositories · publication · preservation 14 14 </div> 15 - <a class="rh-btn rh-btn-yellow" href="#">Explore Planning & Set-up</a> 16 16 </div> 17 - </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 & Research Services</a> 74 + </div> 75 + </section> 18 18 19 - <div class="rh-col"> 20 - <a class="rh-img" href="#"></a> 21 - <div class="rh-body"> 22 - <h3 class="rh-heading"><a href="#"><span class="rh-num">2.</span> Execution</a></h3> 23 - <p class="rh-desc">Daily support resources during your project</p> 24 - <div class="rh-cards"> 25 - <a class="rh-card rh-flame5" href="#">Collaboration Tools</a> 26 - <a class="rh-card rh-flame1" href="#">Computing resources</a> 27 - <a class="rh-card rh-flame2" href="#">Daily IT Support</a> 28 - <a class="rh-card rh-flame3" href="#">Graduate School</a> 29 - <a class="rh-card rh-flame4" href="#">TU Delft collections</a> 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 & 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 30 30 </div> 31 - <a class="rh-btn rh-btn-green" href="#">Explore Execution</a> 32 32 </div> 33 - </div> 105 + <div style="padding:0 18px 18px 18px;"> 106 + <span class="btn btn-default btn-block disabled" aria-disabled="true">Explore Study & Teaching</span> 107 + </div> 108 + </section> 34 34 35 - <div class="rh-col"> 36 - <a class="rh-img" href="#"></a> 37 - <div class="rh-body"> 38 - <h3 class="rh-heading"><a href="#"><span class="rh-num">3.</span> Dissemination</a></h3> 39 - <p class="rh-desc">Sharing, publishing and archiving research</p> 40 - <div class="rh-cards"> 41 - <a class="rh-card rh-flame5" href="#">Media Production</a> 42 - <a class="rh-card rh-flame1" href="#">Publishing</a> 43 - <a class="rh-card rh-flame2" href="#">Science Communication</a> 44 - <a class="rh-card rh-flame3" href="#">Tech Transfer</a> 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 & 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 45 45 </div> 46 - <a class="rh-btn rh-btn-forest" href="#">Explore Dissemination</a> 47 47 </div> 48 - </div> 138 + <div style="padding:0 18px 18px 18px;"> 139 + <span class="btn btn-default btn-block disabled" aria-disabled="true">Explore People & Work</span> 140 + </div> 141 + </section> 49 49 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 & 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 & 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 & 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 & 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 & 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 & 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 & 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 & 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 & 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 & 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 & 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 & 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 & 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 & 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 + 50 50 </div> 367 + 51 51 {{/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 +
- XWiki.StyleSheetExtension[0]
-
- code
-
... ... @@ -1,5 +1,6 @@ 1 +/* 1) Akzentfarbe zentral auf Angewandte-Orange */ 1 1 .rh-grid{ 2 - --rh-accent: hsl(194,95%,40%);/*FarbederNummer/Überschrift */3 + --rh-accent: #dd4814; /* Nummer + Überschrift */ 3 3 display:grid; grid-template-columns:repeat(3,1fr); gap:1.5rem; margin:1rem 0; 4 4 } 5 5 @media (max-width:900px){ .rh-grid{ grid-template-columns:1fr; } } ... ... @@ -20,11 +20,18 @@ 20 20 .rh-desc{ color:#666; font-size:.95rem; margin:0 0 1.1rem; } 21 21 22 22 .rh-cards{ display:flex; flex-direction:column; gap:.55rem; margin-bottom:1.3rem; } 23 -.rh-card{ display:block; padding:.8rem 1rem; border-radius:8px; background:#f7f7f7; 24 +.rh-card{ 25 + display:block; padding:.8rem 1rem; border-radius:8px; 26 + background:#fbe9e2; /* leichtes Angewandte-Orange statt Grau */ 24 24 text-decoration:none; color:#1a1a1a; font-weight:600; font-size:.95rem; 25 25 border-left:4px solid var(--rh-flame,#ccc); 26 - transition:background .15s ease, transform .15s ease; } 27 -.rh-card:hover{ background:#eee; transform:translateX(3px); } 29 + transition:background .15s ease, color .15s ease, transform .15s ease; 30 +} 31 +.rh-card:hover{ 32 + background:#dd4814; /* voll Angewandte-Orange */ 33 + color:#fff; /* weiße Schrift */ 34 + transform:translateX(3px); 35 +} 28 28 .rh-flame1{ --rh-flame:#0ca6d8; } 29 29 .rh-flame2{ --rh-flame:#e2330b; } 30 30 .rh-flame3{ --rh-flame:#f2a900; } ... ... @@ -31,9 +31,12 @@ 31 31 .rh-flame4{ --rh-flame:#2e9e5b; } 32 32 .rh-flame5{ --rh-flame:#8e44ad; } 33 33 34 -.rh-btn{ margin-top:auto; display:block; text-align:center; text-decoration:none; 35 - padding:.8rem 1rem; border-radius:8px; font-weight:700; color:#1a1a1a; transition:filter .15s ease; } 36 -.rh-btn:hover{ filter:brightness(.95); } 37 -.rh-btn-yellow{ background:#f2c200; } 38 -.rh-btn-green{ background:#7bc043; } 39 -.rh-btn-forest{ background:#2e9e5b; color:#fff; } 42 +/* 2) Buttons: alle einheitlich orange (die drei Farbklassen zusammengeführt) */ 43 +.rh-btn{ 44 + margin-top:auto; display:block; text-align:center; text-decoration:none; 45 + padding:.8rem 1rem; border-radius:8px; font-weight:700; 46 + background:#dd4814; color:#fff; 47 + transition:background .15s ease; 48 +} 49 +.rh-btn:hover{ background:#b23810; color:#fff; } /* dunkleres Orange, Schrift bleibt weiß */ 50 +