Changes for page Prepare
Last modified by Veronika Kocher on Friday, 18 Sep 2026 16:47
From version 29.7
edited by Veronika Kocher
on Thursday, 03 Sep 2026 9:18
on Thursday, 03 Sep 2026 9:18
Change comment:
There is no comment for this version
To version 22.1
edited by Veronika Kocher
on Monday, 31 Aug 2026 12:56
on Monday, 31 Aug 2026 12:56
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -1,721 +1,228 @@ 1 1 {{html clean="false"}} 2 +<div style="max-width:1400px;margin:0 auto;"> 2 2 3 -<style> 4 - .arsn-phase { 5 - max-width: 1400px; 6 - margin: 0 auto; 7 - color: #322f2b; 8 - } 4 + <!-- INTRO --> 5 + <section style="margin:0 0 24px 0;"> 6 + <div style="font-size:12px;font-weight:700;letter-spacing:.07em;color:#5a554f;margin-bottom:6px;"> 7 + PROJECT PHASE 1 · ENABLE 8 + </div> 9 9 10 - .arsn-phase*{11 - box-sizing:border-box;12 - }10 + <h2 style="font-size:27px;line-height:1.2;margin:0 0 8px 0;color:#2f2b27;"> 11 + I develop my project idea — I plan, fund & set up my project 12 + </h2> 13 13 14 - .arsn-eyebrow { 15 - font-size: 12px; 16 - font-weight: 700; 17 - letter-spacing: .075em; 18 - text-transform: uppercase; 19 - } 20 - 21 - .arsn-card { 22 - border-radius: 11px; 23 - box-shadow: 0 1px 3px rgba(0,0,0,.035); 24 - } 25 - 26 - .arsn-hero-image { 27 - height: 138px; 28 - overflow: hidden; 29 - border-radius: 11px 11px 0 0; 30 - background: #f1eee9; 31 - } 32 - 33 - .arsn-hero-image img { 34 - width: 100%; 35 - height: 100%; 36 - object-fit: cover; 37 - display: block; 38 - } 39 - 40 - .arsn-progress { 41 - position: relative; 42 - display: grid; 43 - grid-template-columns: repeat(3, minmax(0,1fr)); 44 - gap: 14px; 45 - margin: 0 0 26px 0; 46 - padding: 4px 0 0 0; 47 - } 48 - 49 - .arsn-progress:before { 50 - content: ""; 51 - position: absolute; 52 - top: 21px; 53 - left: 9%; 54 - right: 9%; 55 - height: 2px; 56 - background: #e9cfc2; 57 - z-index: 0; 58 - } 59 - 60 - .arsn-step { 61 - position: relative; 62 - z-index: 1; 63 - text-align: center; 64 - } 65 - 66 - .arsn-step-dot { 67 - width: 14px; 68 - height: 14px; 69 - margin: 0 auto 7px auto; 70 - border-radius: 50%; 71 - border: 3px solid #fff; 72 - box-shadow: 0 0 0 1px #d5cfc7; 73 - background: #d8d2ca; 74 - } 75 - 76 - .arsn-step.active .arsn-step-dot { 77 - background: #e94b13; 78 - box-shadow: 0 0 0 1px #e94b13; 79 - } 80 - 81 - .arsn-step.done .arsn-step-dot { 82 - background: #8c837a; 83 - box-shadow: 0 0 0 1px #8c837a; 84 - } 85 - 86 - .arsn-step-label { 87 - font-size: 11px; 88 - font-weight: 700; 89 - letter-spacing: .06em; 90 - color: #746d65; 91 - } 92 - 93 - .arsn-step.active .arsn-step-label { 94 - color: #7d4a37; 95 - } 96 - 97 - .arsn-step-desc { 98 - margin-top: 3px; 99 - font-size: 13px; 100 - color: #6a655e; 101 - } 102 - 103 - .arsn-focus-grid { 104 - display: grid; 105 - grid-template-columns: repeat(3, minmax(230px,1fr)); 106 - gap: 12px; 107 - } 108 - 109 - .arsn-focus-group { 110 - padding: 13px 14px; 111 - background: rgba(255,255,255,.52); 112 - border: 1px solid #cfe8ef; 113 - border-radius: 8px; 114 - } 115 - 116 - .arsn-focus-group strong { 117 - display: block; 118 - margin-bottom: 6px; 119 - color: #2f5661; 120 - } 121 - 122 - .arsn-focus-group ul { 123 - margin: 0 0 0 17px; 124 - padding: 0; 125 - color: #365862; 126 - } 127 - 128 - .arsn-focus-group li { 129 - margin: 4px 0; 130 - } 131 - 132 - .arsn-outcome-grid { 133 - display: grid; 134 - grid-template-columns: repeat(auto-fit, minmax(230px,1fr)); 135 - gap: 10px; 136 - } 137 - 138 - .arsn-outcome { 139 - position: relative; 140 - padding: 12px 13px 12px 36px; 141 - background: #fcfbf8; 142 - border: 1px solid #e3ded6; 143 - border-radius: 8px; 144 - color: #4f4a44; 145 - } 146 - 147 - .arsn-outcome:before { 148 - content: "✓"; 149 - position: absolute; 150 - left: 13px; 151 - top: 10px; 152 - color: #e94b13; 153 - font-weight: 800; 154 - } 155 - 156 - .arsn-area-grid { 157 - display: grid; 158 - grid-template-columns: repeat(auto-fit, minmax(310px,1fr)); 159 - gap: 18px; 160 - align-items: stretch; 161 - } 162 - 163 - .arsn-area { 164 - display: flex; 165 - flex-direction: column; 166 - overflow: hidden; 167 - border: 1px solid #e3ded6; 168 - border-radius: 11px; 169 - background: #fcfbf8; 170 - box-shadow: 0 1px 3px rgba(0,0,0,.035); 171 - } 172 - 173 - .arsn-area-head { 174 - padding: 18px 19px 12px 19px; 175 - } 176 - 177 - .arsn-area-body { 178 - padding: 3px 19px 19px 19px; 179 - } 180 - 181 - .arsn-area-label { 182 - display: inline-flex; 183 - align-items: center; 184 - gap: 7px; 185 - padding: 5px 8px; 186 - margin-bottom: 9px; 187 - border-radius: 5px; 188 - font-size: 12px; 189 - font-weight: 700; 190 - letter-spacing: .065em; 191 - } 192 - 193 - .arsn-area-number { 194 - opacity: .72; 195 - } 196 - 197 - .arsn-area-action { 198 - margin-left: 2px; 199 - font-weight: 600; 200 - opacity: .74; 201 - letter-spacing: .02em; 202 - text-transform: none; 203 - } 204 - 205 - .arsn-area h4 { 206 - font-size: 19px; 207 - line-height: 1.3; 208 - margin: 0 0 7px 0; 209 - color: #2f2b27; 210 - } 211 - 212 - .arsn-area p { 213 - margin: 0; 214 - line-height: 1.5; 215 - color: #625d56; 216 - } 217 - 218 - .arsn-topic { 219 - display: block; 220 - margin: 6px 0; 221 - padding: 10px 11px; 222 - border: 1px solid #e9e4dc; 223 - border-radius: 6px; 224 - background: #fffdf9; 225 - color: #252321; 226 - text-decoration: none; 227 - font-weight: 600; 228 - transition: transform .08s ease, box-shadow .08s ease, background .08s ease; 229 - } 230 - 231 - .arsn-topic:hover, 232 - .arsn-topic:focus { 233 - background: #fff7f1; 234 - text-decoration: none; 235 - transform: translateY(-1px); 236 - box-shadow: 0 2px 5px rgba(0,0,0,.06); 237 - } 238 - 239 - .arsn-resource-grid { 240 - display: grid; 241 - grid-template-columns: repeat(auto-fit, minmax(230px,1fr)); 242 - gap: 12px; 243 - } 244 - 245 - .arsn-related-grid { 246 - display: grid; 247 - grid-template-columns: repeat(auto-fit, minmax(260px,1fr)); 248 - gap: 8px; 249 - } 250 - 251 - .arsn-related-link { 252 - display: block; 253 - padding: 9px 10px; 254 - border: 1px solid #e9e4dc; 255 - border-left: 3px solid #e94b13; 256 - border-radius: 6px; 257 - background: #fffdf9; 258 - color: #252321; 259 - text-decoration: none; 260 - font-weight: 600; 261 - } 262 - 263 - .arsn-related-link:hover, 264 - .arsn-related-link:focus { 265 - background: #fff7f1; 266 - text-decoration: none; 267 - } 268 - 269 - .arsn-tip { 270 - padding: 12px 15px; 271 - border: 1px solid #c7e5ed; 272 - border-left: 4px solid #21b6d7; 273 - background: #eaf6f9; 274 - border-radius: 7px; 275 - color: #365e68; 276 - font-size: 13px; 277 - } 278 - 279 - .arsn-tip strong { 280 - color: #2d5661; 281 - } 282 - 283 - @media (max-width: 800px) { 284 - .arsn-focus-grid { 285 - grid-template-columns: 1fr; 286 - } 287 - } 288 - 289 - @media (max-width: 700px) { 290 - .arsn-progress:before { 291 - display: none; 292 - } 293 - .arsn-progress { 294 - grid-template-columns: 1fr; 295 - gap: 8px; 296 - } 297 - .arsn-step { 298 - text-align: left; 299 - display: grid; 300 - grid-template-columns: 24px 1fr; 301 - column-gap: 8px; 302 - align-items: center; 303 - } 304 - .arsn-step-dot { 305 - margin: 0; 306 - } 307 - .arsn-step-desc { 308 - grid-column: 2; 309 - } 310 - } 311 -</style> 312 - 313 -<div class="arsn-phase"> 314 - 315 - <section class="arsn-card" style="margin:0 0 18px 0;border:1px solid #e3ded6;border-left:6px solid #e94b13;background:#fcfbf8;overflow:hidden;"> 316 - <div class="arsn-hero-image"> 317 - <img src="https://xwiki.uni-ak.ac.at/bin/download/Service%20Navigator/Art%20%26%20Research%20Services%20Navigator/WebHome/enable.png" alt="Enable — planning and setting up an artistic or research project" /> 318 - </div> 319 - <div style="padding:18px 22px 21px 22px;"> 320 - <div class="arsn-eyebrow" style="color:#8a4d36;margin-bottom:6px;">PROJECT PHASE 1 · ENABLE</div> 321 - <h2 style="font-size:28px;line-height:1.18;margin:0 0 9px 0;color:#2c2926;">I develop my project idea — I plan, fund & set up my project</h2> 322 - <p style="font-size:15px;line-height:1.58;color:#5e5953;max-width:1080px;margin:0;"> 323 - Before active project work begins, clarify how the project will be organised, funded and supported, 324 - what materials and research outputs are expected, and how rights, responsibilities, infrastructure 325 - and data management will be handled from the start. 326 - </p> 327 - </div> 14 + <p style="font-size:15px;line-height:1.55;color:#625d56;max-width:1050px;margin:0;"> 15 + Before active project work begins, clarify how the project will be organised, funded and supported, 16 + what materials and research outputs are expected, and how rights, responsibilities, infrastructure 17 + and data management will be handled from the start. 18 + </p> 328 328 </section> 329 329 330 - <div class="arsn-progress"> 331 - 332 - <div class="arsn-step active"> 333 - <div class="arsn-step-dot"></div> 334 - <div class="arsn-step-label">1 · ENABLE</div> 335 - <div class="arsn-step-desc">Plan & set up</div> 21 + <!-- PHASE ORIENTATION --> 22 + <section style="display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:10px;margin:0 0 26px 0;"> 23 + <div style="padding:11px 13px;border-radius:7px;background:#eaf6f9;border:1px solid #cfe8ef;border-left:4px solid #21b6d7;"> 24 + <div style="font-size:11px;font-weight:700;letter-spacing:.06em;color:#4f5960;">1 · ENABLE</div> 25 + <div style="margin-top:3px;font-weight:700;color:#292724;">Plan & set up</div> 336 336 </div> 337 337 338 - <div class="arsn-step"> 339 - <div class="arsn-step-dot"></div> 340 - <div class="arsn-step-label">2 · WORK & MANAGE</div> 341 - <div class="arsn-step-desc">Run & document</div> 28 + <div style="padding:11px 13px;border-radius:7px;background:#fcfbf8;border:1px solid #e3ded6;"> 29 + <div style="font-size:11px;font-weight:700;letter-spacing:.06em;color:#77716a;">2 · WORK & MANAGE</div> 30 + <div style="margin-top:3px;color:#6a655e;">Run & document</div> 342 342 </div> 343 343 344 - <div class="arsn-step"> 345 - <div class="arsn-step-dot"></div> 346 - <div class="arsn-step-label">3 · PUBLISH & SHARE</div> 347 - <div class="arsn-step-desc">Publish, preserve & hand over</div> 33 + <div style="padding:11px 13px;border-radius:7px;background:#fcfbf8;border:1px solid #e3ded6;"> 34 + <div style="font-size:11px;font-weight:700;letter-spacing:.06em;color:#77716a;">3 · PUBLISH & SHARE</div> 35 + <div style="margin-top:3px;color:#6a655e;">Publish, preserve & hand over</div> 348 348 </div> 349 -</ div>37 + </section> 350 350 351 - <section class="arsn-card" style="margin:0 0 22px 0;padding:19px 21px;background:#eaf6f9;border:1px solid #cfe8ef;border-left:5px solid #21b6d7;"> 352 - <div class="arsn-eyebrow" style="color:#3f6871;margin-bottom:5px;">RIGHT NOW</div> 353 - <h3 style="font-size:22px;margin:0 0 8px 0;color:#2f4e56;">What should I be focusing on now?</h3> 354 - <p style="margin:0 0 15px 0;color:#49636a;">You do not need every detail fixed before you start. You do need enough shared decisions to make the project workable, responsible and easy to continue.</p> 39 + <!-- FOCUS NOW --> 40 + <section style="margin:0 0 28px 0;padding:18px 20px;background:#fcfbf8;border:1px solid #e3ded6;border-radius:10px;box-shadow:0 1px 2px rgba(0,0,0,.025);"> 41 + <h3 style="font-size:21px;margin:0 0 8px 0;color:#35312d;">What should I be focusing on now?</h3> 355 355 356 - <div class="arsn-focus-grid"> 357 - <div class="arsn-focus-group"> 358 - <strong>Project</strong> 359 - <ul> 360 - <li>What is the scope, and who is responsible for which decisions?</li> 361 - <li>Which funding opportunities and funder requirements apply?</li> 362 - <li>What data, materials and outputs will be created, collected or reused?</li> 363 - <li>Do I need a Data Management Plan?</li> 364 - </ul> 365 - </div> 43 + <p style="margin:0 0 14px 0;color:#6a655e;"> 44 + You do not need every detail fixed before you start. You do need enough shared decisions 45 + to make the project workable, responsible and easy to continue. 46 + </p> 366 366 367 - <div class="arsn-focus-group"> 368 - <strong>Rights & responsibilities</strong> 369 - <ul> 370 - <li>Which copyright, permissions or licences need to be clarified?</li> 371 - <li>Will personal, sensitive, confidential or ethically complex materials be involved?</li> 372 - <li>Which decisions should be documented from the beginning?</li> 373 - <li>Who will be responsible for shared accounts, access and handover?</li> 374 - </ul> 375 - </div> 376 - 377 - <div class="arsn-focus-group"> 378 - <strong>Working setup</strong> 379 - <ul> 380 - <li>How should files and folders be organised and named?</li> 381 - <li>Where will materials be stored and backed up?</li> 382 - <li>Who should have access?</li> 383 - <li>Which infrastructure, services and tools are appropriate?</li> 384 - </ul> 385 - </div> 48 + <div style="display:grid;grid-template-columns:repeat(auto-fit,minmax(310px,1fr));gap:8px 24px;color:#3f3b37;"> 49 + <div>• What is the scope of the project, and who is responsible for which tasks and decisions?</div> 50 + <div>• Which funding opportunities and funder requirements apply?</div> 51 + <div>• What data, materials, documentation and artistic or research outputs will be created, collected or reused?</div> 52 + <div>• Do I need a Data Management Plan, and what should it cover?</div> 53 + <div>• Which copyright, permissions, licences or third-party rights need to be clarified early?</div> 54 + <div>• Will the project involve personal, sensitive, confidential or ethically complex materials?</div> 55 + <div>• How should files and folders be organised and named from the beginning?</div> 56 + <div>• Where will project materials be stored, how will they be backed up, and who should have access?</div> 57 + <div>• Which institutional infrastructure, services and tools are appropriate?</div> 58 + <div>• How should collaboration, shared accounts, access groups and handover responsibilities be set up?</div> 59 + <div>• What is the minimum setup needed if this is a small or low-complexity project?</div> 60 + <div>• Which decisions should be reviewed again as the project develops?</div> 386 386 </div> 387 387 </section> 388 388 389 - <section style="margin:0 0 28px 0;"> 390 - <div class="arsn-eyebrow" style="color:#8a4d36;margin-bottom:5px;">BY THE END OF THIS PHASE</div> 391 - <h3 style="font-size:21px;margin:0 0 10px 0;color:#35312d;">You should have a workable project setup</h3> 392 - <div class="arsn-outcome-grid"> 393 - <div class="arsn-outcome">a clear project scope and named responsibilities</div> 394 - <div class="arsn-outcome">a basic plan for data, materials and expected outputs</div> 395 - <div class="arsn-outcome">key rights, ethics and protection issues identified</div> 396 - <div class="arsn-outcome">agreed storage, backup, access and collaboration arrangements</div> 397 - </div> 398 - </section> 399 - 400 - <div style="margin:0 0 15px 0;"> 401 - <div class="arsn-eyebrow" style="color:#8a4d36;margin-bottom:4px;">EXPLORE THIS PHASE</div> 402 - <h3 style="font-size:24px;margin:0 0 5px 0;color:#35312d;">Four areas to get your project ready</h3> 64 + <!-- SECTION HEADING --> 65 + <div style="margin:0 0 14px 0;"> 66 + <h3 style="font-size:23px;margin:0 0 5px 0;color:#35312d;">This phase is organised into four areas</h3> 403 403 <p style="margin:0;color:#6a655e;">Start with the area that matches what you need to decide or set up now.</p> 404 404 </div> 405 405 406 - <div class="arsn-area-grid" style="margin-bottom:30px;"> 407 - <section class="arsn-area" style="border-top:4px solid #21b6d7;"> 408 - <div class="arsn-area-head"> 409 - <div class="arsn-area-label" style="background:#eaf6f9;color:#355f69;"><span class="arsn-area-number">01</span> START HERE <span class="arsn-area-action">· Orient</span></div> 410 - <h4>Orient yourself and choose the right level of setup</h4> 411 - <p>Use these pages if you are just starting out, unsure which topics apply, or need a practical minimum setup for a smaller project.</p> 412 - </div> 413 - <div class="arsn-area-body"> 414 - <a class="arsn-topic" href="https://xwiki.uni-ak.ac.at/bin/view/Service%20Navigator/Art%20%26%20Research%20Services%20Navigator/Enable/Get%20Started/" style="border-left:3px solid #21b6d7;">Get Started</a> 415 - <a class="arsn-topic" href="https://xwiki.uni-ak.ac.at/bin/view/Service%20Navigator/Art%20%26%20Research%20Services%20Navigator/Enable/Quick%20Start%20for%20Small%20Projects/" style="border-left:3px solid #21b6d7;">Quick Start for Small Projects</a> 416 - </div> 417 - </section> 70 + <!-- FOUR AREA PANELS --> 71 + <div style="display:grid;grid-template-columns:repeat(auto-fit,minmax(310px,1fr));gap:18px;align-items:stretch;margin-bottom:30px;"> 418 418 419 - <section class="arsn-area" style="border-top:4px solid #e94b13;"> 420 - <div class="arsn-area-head"> 421 - <div class="arsn-area-label" style="background:#f7e6dd;color:#7b4430;"><span class="arsn-area-number">02</span> PLAN & ORGANISE <span class="arsn-area-action">· Decide</span></div> 422 - <h4>Define what the project needs and how it will be organised</h4> 423 - <p>Clarify scope, responsibilities, funding conditions, expected materials and outputs, and the basic data-management approach before active work begins.</p> 424 - </div> 425 - <div class="arsn-area-body"> 426 - <a class="arsn-topic" href="https://xwiki.uni-ak.ac.at/bin/view/Service%20Navigator/Art%20%26%20Research%20Services%20Navigator/Enable/Project%20Planning%20%26%20Organisation/" style="border-left:3px solid #e94b13;">Project Planning & Organisation</a> 427 - <a class="arsn-topic" href="https://xwiki.uni-ak.ac.at/bin/view/Service%20Navigator/Art%20%26%20Research%20Services%20Navigator/Enable/Funding%20%26%20Funder%20Requirements/" style="border-left:3px solid #e94b13;">Funding & Funder Requirements</a> 428 - <a class="arsn-topic" href="https://xwiki.uni-ak.ac.at/bin/view/Service%20Navigator/Art%20%26%20Research%20Services%20Navigator/Enable/Identify%20Your%20Data%20%26%20Research%20Outputs/" style="border-left:3px solid #e94b13;">Identify Your Data & Research Outputs</a> 429 - <a class="arsn-topic" href="https://xwiki.uni-ak.ac.at/bin/view/Service%20Navigator/Art%20%26%20Research%20Services%20Navigator/Enable/Plan%20Your%20Data%20Management/" style="border-left:3px solid #e94b13;">Plan Your Data Management</a> 430 - <a class="arsn-topic" href="https://xwiki.uni-ak.ac.at/bin/view/Service%20Navigator/Art%20%26%20Research%20Services%20Navigator/Enable/File%20Organisation%20%26%20Naming/" style="border-left:3px solid #e94b13;">File Organisation & Naming</a> 431 - </div> 432 - </section> 73 + <!-- START HERE --> 74 + <section style="display:flex;flex-direction:column;border:1px solid #e3ded6;border-left:4px solid #21b6d7;border-radius:10px;background:#fcfbf8;box-shadow:0 1px 2px rgba(0,0,0,.025);overflow:hidden;"> 75 + <div style="padding:17px 18px 10px 18px;"> 76 + <div style="display:inline-block;font-size:12px;font-weight:700;letter-spacing:.065em;color:#4f4a44;padding:4px 7px;background:#f3efe8;border-radius:4px;margin-bottom:8px;">START HERE</div> 433 433 434 - <se ction class="arsn-area"style="border-top:4pxsolid#f0aa00;">435 - < divclass="arsn-area-head">436 - <divclass="arsn-area-label"style="background:#fff3d5;color:#7a5b12;"><spanclass="arsn-area-number">03</span>PROTECT & CLARIFY <spanclass="arsn-area-action">· Check</span></div>437 - <h4>Clarifyrights,permissions,protectionneeds andresponsibilities</h4>438 - < p>Identify legal, ethical or data-protection issues early enough to obtain permissions, make agreements and avoid unnecessary restrictions later.</p>78 + <h4 style="font-size:19px;margin:0 0 7px 0;color:#2f2b27;">Orient yourself and choose the right level of setup</h4> 79 + <p style="margin:0;color:#6a655e;line-height:1.5;"> 80 + Use these pages if you are just starting out, unsure which topics apply, 81 + or need a practical minimum setup for a smaller project. 82 + </p> 439 439 </div> 440 - <div class="arsn-area-body"> 441 - <a class="arsn-topic" href="https://xwiki.uni-ak.ac.at/bin/view/Service%20Navigator/Art%20%26%20Research%20Services%20Navigator/Enable/Copyright%2C%20Rights%20%26%20Licences/" style="border-left:3px solid #f0aa00;">Copyright, Rights & Licences</a> 442 - <a class="arsn-topic" href="https://xwiki.uni-ak.ac.at/bin/view/Service%20Navigator/Art%20%26%20Research%20Services%20Navigator/Enable/Data%20Protection%20%26%20Ethics/" style="border-left:3px solid #f0aa00;">Data Protection & Ethics</a> 443 - </div> 444 - </section> 445 445 446 - <section class="arsn-area" style="border-top:4px solid #38b76a;"> 447 - <div class="arsn-area-head"> 448 - <div class="arsn-area-label" style="background:#e6f3e9;color:#3f6d4b;"><span class="arsn-area-number">04</span> SET UP INFRASTRUCTURE & COLLABORATION <span class="arsn-area-action">· Prepare</span></div> 449 - <h4>Create a working environment the project can actually use</h4> 450 - <p>Decide where project materials live, how they are backed up and protected, which tools are appropriate and how access and collaboration will work.</p> 85 + <div style="padding:4px 18px 18px 18px;"> 86 + <a href="https://xwiki.uni-ak.ac.at/bin/view/Service%20Navigator/Art%20%26%20Research%20Services%20Navigator/Enable/Get%20Started/" 87 + style="display:block;margin:5px 0;padding:9px 10px;background:#fff;border:1px solid #e9e4dc;border-left:3px solid #21b6d7;border-radius:5px;color:#222;text-decoration:none;font-weight:600;">Get Started</a> 88 + 89 + <a href="https://xwiki.uni-ak.ac.at/bin/view/Service%20Navigator/Art%20%26%20Research%20Services%20Navigator/Enable/Quick%20Start%20for%20Small%20Projects/" 90 + style="display:block;margin:5px 0;padding:9px 10px;background:#fff;border:1px solid #e9e4dc;border-left:3px solid #21b6d7;border-radius:5px;color:#222;text-decoration:none;font-weight:600;">Quick Start for Small Projects</a> 451 451 </div> 452 - <div class="arsn-area-body"> 453 - <a class="arsn-topic" href="https://xwiki.uni-ak.ac.at/bin/view/Service%20Navigator/Art%20%26%20Research%20Services%20Navigator/Enable/Storage%2C%20Backup%20%26%20Security/" style="border-left:3px solid #38b76a;">Storage, Backup & Security</a> 454 - <a class="arsn-topic" href="https://xwiki.uni-ak.ac.at/bin/view/Service%20Navigator/Art%20%26%20Research%20Services%20Navigator/Enable/Infrastructure%2C%20Services%20%26%20Tools/" style="border-left:3px solid #38b76a;">Infrastructure, Services & Tools</a> 455 - <a class="arsn-topic" href="https://xwiki.uni-ak.ac.at/bin/view/Service%20Navigator/Art%20%26%20Research%20Services%20Navigator/Enable/Collaboration%20Setup/" style="border-left:3px solid #38b76a;">Collaboration Setup</a> 456 - </div> 457 457 </section> 458 - </div> 459 459 460 - <section class="arsn-card" style="margin:0 0 27px 0;padding:18px 20px;background:#fcfbf8;border:1px solid #e3ded6;border-left:5px solid #e94b13;"> 461 - <div class="arsn-eyebrow" style="color:#8a4d36;margin-bottom:5px;">NEXT PHASE</div> 462 - <h3 style="font-size:21px;margin:0 0 7px 0;color:#43332d;">Continue in Work & Manage</h3> 463 - <p style="margin:0 0 13px 0;color:#68564e;line-height:1.5;">The setup decisions made here should guide the project, but they are not fixed forever. During active project work, organise, document, secure and review how the project is actually working.</p> 464 - <a href="https://xwiki.uni-ak.ac.at/bin/view/Service%20Navigator/Art%20%26%20Research%20Services%20Navigator/Work%20%26%20Manage/" class="btn btn-default" style="background:#fff7f1;border-color:#e4cabc;color:#493a34;">Continue to Work & Manage</a> 465 - </section> 94 + <!-- PLAN & ORGANISE --> 95 + <section style="display:flex;flex-direction:column;border:1px solid #e3ded6;border-left:4px solid #e94b13;border-radius:10px;background:#fcfbf8;box-shadow:0 1px 2px rgba(0,0,0,.025);overflow:hidden;"> 96 + <div style="padding:17px 18px 10px 18px;"> 97 + <div style="display:inline-block;font-size:12px;font-weight:700;letter-spacing:.065em;color:#4f4a44;padding:4px 7px;background:#f3efe8;border-radius:4px;margin-bottom:8px;">PLAN & ORGANISE</div> 466 466 467 - <div style="margin:0 0 13px 0;"> 468 - <div class="arsn-eyebrow" style="color:#8a4d36;margin-bottom:4px;">USEFUL MATERIALS</div> 469 - <h3 style="font-size:22px;margin:0 0 4px 0;color:#35312d;">Practical resources</h3> 470 - </div> 99 + <h4 style="font-size:19px;margin:0 0 7px 0;color:#2f2b27;">Define what the project needs and how it will be organised</h4> 100 + <p style="margin:0;color:#6a655e;line-height:1.5;"> 101 + Clarify scope, responsibilities, funding conditions, expected materials and outputs, 102 + and the basic data-management approach before active work begins. 103 + </p> 104 + </div> 471 471 472 - <div class="arsn-resource-grid" style="margin-bottom:27px;"> 473 - <div style="padding:15px 16px;background:#fcfbf8;border:1px solid #e3ded6;border-top:3px solid #21b6d7;border-radius:9px;"><strong style="color:#3a5d66;">Info Sheets</strong><br><span data-arsn-coming-soon="true" style="display:inline-block;margin:6px 0 8px 0;padding:4px 9px;border-radius:14px;background:#fff4ee;border:1px solid #efd9cc;color:#8a4d36;font-size:11px;font-weight:700;letter-spacing:.065em;line-height:1.2;">COMING SOON</span><div style="margin-top:5px;color:#625d56;">Short reference guides for common questions and decisions.</div></div> 474 - <div style="padding:15px 16px;background:#fcfbf8;border:1px solid #e3ded6;border-top:3px solid #e94b13;border-radius:9px;"><strong style="color:#503a31;">Tutorials</strong><br><span data-arsn-coming-soon="true" style="display:inline-block;margin:6px 0 8px 0;padding:4px 9px;border-radius:14px;background:#fff4ee;border:1px solid #efd9cc;color:#8a4d36;font-size:11px;font-weight:700;letter-spacing:.065em;line-height:1.2;">COMING SOON</span><div style="margin-top:5px;color:#625d56;">Step-by-step instructions for specific tasks and workflows.</div></div> 475 - <div style="padding:15px 16px;background:#fcfbf8;border:1px solid #e3ded6;border-top:3px solid #38b76a;border-radius:9px;"><strong style="color:#3f6b4b;">Checklists & Templates</strong><br><span data-arsn-coming-soon="true" style="display:inline-block;margin:6px 0 8px 0;padding:4px 9px;border-radius:14px;background:#fff4ee;border:1px solid #efd9cc;color:#8a4d36;font-size:11px;font-weight:700;letter-spacing:.065em;line-height:1.2;">COMING SOON</span><div style="margin-top:5px;color:#625d56;">Reusable aids for planning, documenting and reviewing your project setup.</div></div> 476 - </div> 106 + <div style="padding:4px 18px 18px 18px;"> 107 + <a href="https://xwiki.uni-ak.ac.at/bin/view/Service%20Navigator/Art%20%26%20Research%20Services%20Navigator/Enable/Project%20Planning%20%26%20Organisation/" 108 + style="display:block;margin:5px 0;padding:9px 10px;background:#fff;border:1px solid #e9e4dc;border-left:3px solid #e94b13;border-radius:5px;color:#222;text-decoration:none;font-weight:600;">Project Planning & Organisation</a> 477 477 478 - <aside style="margin:0 0 14px 0;padding:16px 18px;border:1px solid #c7e5ed;border-left:5px solid #21b6d7;background:#e5f5f9;border-radius:8px;"><!-- ARSN_PHASE_ROUTING_V1 --> 479 - <strong style="color:#2d5661;">Need help finding the right route?</strong> 480 - <div style="margin-top:5px;color:#365e68;line-height:1.5;"><strong>Start with Support Kunst und Forschung</strong> for project development, funding, proposals and coordination of funded art/research projects. For rights, data, IT, finance, HR, rooms or other specialist questions, follow the responsible service named on the topic page.</div> 481 - </aside> 110 + <a href="https://xwiki.uni-ak.ac.at/bin/view/Service%20Navigator/Art%20%26%20Research%20Services%20Navigator/Enable/Funding%20%26%20Funder%20Requirements/" 111 + style="display:block;margin:5px 0;padding:9px 10px;background:#fff;border:1px solid #e9e4dc;border-left:3px solid #e94b13;border-radius:5px;color:#222;text-decoration:none;font-weight:600;">Funding & Funder Requirements</a> 482 482 483 - <div class="arsn-tip"><strong>Tip · A useful rule of thumb:</strong> Plan early, document decisions, and review them as the project changes. A simple setup that is actually used is usually more effective than a complex plan that is never updated.</div> 113 + <a href="https://xwiki.uni-ak.ac.at/bin/view/Service%20Navigator/Art%20%26%20Research%20Services%20Navigator/Enable/Identify%20Your%20Data%20%26%20Research%20Outputs/" 114 + style="display:block;margin:5px 0;padding:9px 10px;background:#fff;border:1px solid #e9e4dc;border-left:3px solid #e94b13;border-radius:5px;color:#222;text-decoration:none;font-weight:600;">Identify Your Data & Research Outputs</a> 484 484 485 -</ div>486 - {{/html}}116 + <a href="https://xwiki.uni-ak.ac.at/bin/view/Service%20Navigator/Art%20%26%20Research%20Services%20Navigator/Enable/Plan%20Your%20Data%20Management/" 117 + style="display:block;margin:5px 0;padding:9px 10px;background:#fff;border:1px solid #e9e4dc;border-left:3px solid #e94b13;border-radius:5px;color:#222;text-decoration:none;font-weight:600;">Plan Your Data Management</a> 487 487 488 -{{html clean="false"}} 489 -<!-- SN_HORIZONTAL_BOX_HARMONIZER_START --> 490 -<style data-sn-horizontal-box-harmonizer="1"> 491 -[data-sn-equal-height-managed="1"]{box-sizing:border-box} 492 -@media(max-width:767px){ 493 - [data-sn-equal-height-managed="1"]{min-height:0!important} 494 -} 495 -</style> 496 -<script data-sn-horizontal-box-harmonizer="1"> 497 -(function(){ 498 - "use strict"; 119 + <a href="https://xwiki.uni-ak.ac.at/bin/view/Service%20Navigator/Art%20%26%20Research%20Services%20Navigator/Enable/File%20Organisation%20%26%20Naming/" 120 + style="display:block;margin:5px 0;padding:9px 10px;background:#fff;border:1px solid #e9e4dc;border-left:3px solid #e94b13;border-radius:5px;color:#222;text-decoration:none;font-weight:600;">File Organisation & Naming</a> 121 + </div> 122 + </section> 499 499 500 - varMOBILE_MAX=767;501 - varROW_TOLERANCE=4;502 - v arMIN_W=150;503 - var MIN_H=36;124 + <!-- PROTECT & CLARIFY --> 125 + <section style="display:flex;flex-direction:column;border:1px solid #e3ded6;border-left:4px solid #f0aa00;border-radius:10px;background:#fcfbf8;box-shadow:0 1px 2px rgba(0,0,0,.025);overflow:hidden;"> 126 + <div style="padding:17px 18px 10px 18px;"> 127 + <div style="display:inline-block;font-size:12px;font-weight:700;letter-spacing:.065em;color:#4f4a44;padding:4px 7px;background:#f3efe8;border-radius:4px;margin-bottom:8px;">PROTECT & CLARIFY</div> 504 504 505 - var root= 506 - document.getElementById("xwikicontent")|| 507 - document.querySelector(".xwiki-rendering-content")|| 508 - document.querySelector("main")|| 509 - document.body; 129 + <h4 style="font-size:19px;margin:0 0 7px 0;color:#2f2b27;">Clarify rights, permissions, protection needs and responsibilities</h4> 130 + <p style="margin:0;color:#6a655e;line-height:1.5;"> 131 + Identify legal, ethical or data-protection issues early enough to obtain permissions, 132 + make agreements and avoid unnecessary restrictions later. 133 + </p> 134 + </div> 510 510 511 - if(!root)return; 136 + <div style="padding:4px 18px 18px 18px;"> 137 + <a href="https://xwiki.uni-ak.ac.at/bin/view/Service%20Navigator/Art%20%26%20Research%20Services%20Navigator/Enable/Copyright%2C%20Rights%20%26%20Licences/" 138 + style="display:block;margin:5px 0;padding:9px 10px;background:#fff;border:1px solid #e9e4dc;border-left:3px solid #f0aa00;border-radius:5px;color:#222;text-decoration:none;font-weight:600;">Copyright, Rights & Licences</a> 512 512 513 - var managed=new Set(); 514 - var raf=0; 140 + <a href="https://xwiki.uni-ak.ac.at/bin/view/Service%20Navigator/Art%20%26%20Research%20Services%20Navigator/Enable/Data%20Protection%20%26%20Ethics/" 141 + style="display:block;margin:5px 0;padding:9px 10px;background:#fff;border:1px solid #e9e4dc;border-left:3px solid #f0aa00;border-radius:5px;color:#222;text-decoration:none;font-weight:600;">Data Protection & Ethics</a> 142 + </div> 143 + </section> 515 515 516 - functionnum(v){517 - varn=parseFloat(v);518 - returnNumber.isFinite(n)?n:0;519 - }145 + <!-- INFRASTRUCTURE --> 146 + <section style="display:flex;flex-direction:column;border:1px solid #e3ded6;border-left:4px solid #38b76a;border-radius:10px;background:#fcfbf8;box-shadow:0 1px 2px rgba(0,0,0,.025);overflow:hidden;"> 147 + <div style="padding:17px 18px 10px 18px;"> 148 + <div style="display:inline-block;font-size:12px;font-weight:700;letter-spacing:.065em;color:#4f4a44;padding:4px 7px;background:#f3efe8;border-radius:4px;margin-bottom:8px;">SET UP INFRASTRUCTURE & COLLABORATION</div> 520 520 521 - function visible(el){ 522 - if(!el||el.nodeType!==1)return false; 523 - var s=getComputedStyle(el); 524 - if(s.display==="none"||s.visibility==="hidden"||Number(s.opacity)===0)return false; 525 - var r=el.getBoundingClientRect(); 526 - return r.width>=MIN_W&&r.height>=MIN_H; 527 - } 150 + <h4 style="font-size:19px;margin:0 0 7px 0;color:#2f2b27;">Create a working environment the project can actually use</h4> 151 + <p style="margin:0;color:#6a655e;line-height:1.5;"> 152 + Decide where project materials live, how they are backed up and protected, 153 + which tools are appropriate and how access and collaboration will work. 154 + </p> 155 + </div> 528 528 529 - function excluded(el){ 530 - return !el.matches||el.matches( 531 - "button,input,select,textarea,option,label,img,svg,canvas,table,thead,tbody,tfoot,tr,td,th,summary,script,style,noscript,template,.btn,.chip,[role=button]" 532 - ); 533 - } 157 + <div style="padding:4px 18px 18px 18px;"> 158 + <a href="https://xwiki.uni-ak.ac.at/bin/view/Service%20Navigator/Art%20%26%20Research%20Services%20Navigator/Enable/Storage%2C%20Backup%20%26%20Security/" 159 + style="display:block;margin:5px 0;padding:9px 10px;background:#fff;border:1px solid #e9e4dc;border-left:3px solid #38b76a;border-radius:5px;color:#222;text-decoration:none;font-weight:600;">Storage, Backup & Security</a> 534 534 535 - function namedLikeBox(el){ 536 - var c=typeof el.className==="string"?el.className:""; 537 - return /(^|[\s_-])(box|card|tile|panel|role|check|service|source|call|area|detail|resource|topic|warn|info)([\s_-]|$)/i.test(c); 538 - } 161 + <a href="https://xwiki.uni-ak.ac.at/bin/view/Service%20Navigator/Art%20%26%20Research%20Services%20Navigator/Enable/Infrastructure%2C%20Services%20%26%20Tools/" 162 + style="display:block;margin:5px 0;padding:9px 10px;background:#fff;border:1px solid #e9e4dc;border-left:3px solid #38b76a;border-radius:5px;color:#222;text-decoration:none;font-weight:600;">Infrastructure, Services & Tools</a> 539 539 540 - function boxLike(el){ 541 - if(!visible(el)||excluded(el))return false; 542 - var s=getComputedStyle(el); 543 - var r=el.getBoundingClientRect(); 544 - var border= 545 - num(s.borderTopWidth)+num(s.borderRightWidth)+ 546 - num(s.borderBottomWidth)+num(s.borderLeftWidth); 547 - var radius=Math.max( 548 - num(s.borderTopLeftRadius),num(s.borderTopRightRadius), 549 - num(s.borderBottomLeftRadius),num(s.borderBottomRightRadius) 550 - ); 551 - var bg=s.backgroundColor&&s.backgroundColor!=="rgba(0, 0, 0, 0)"&&s.backgroundColor!=="transparent"; 552 - var shadow=s.boxShadow&&s.boxShadow!=="none"; 553 - return namedLikeBox(el)||border>=1||(bg&&radius>=3)||(shadow&&r.width>=180); 554 - } 164 + <a href="https://xwiki.uni-ak.ac.at/bin/view/Service%20Navigator/Art%20%26%20Research%20Services%20Navigator/Enable/Collaboration%20Setup/" 165 + style="display:block;margin:5px 0;padding:9px 10px;background:#fff;border:1px solid #e9e4dc;border-left:3px solid #38b76a;border-radius:5px;color:#222;text-decoration:none;font-weight:600;">Collaboration Setup</a> 166 + </div> 167 + </section> 555 555 556 - function pickTarget(child){ 557 - if(!visible(child))return null; 558 - if(boxLike(child))return child; 169 + </div> 559 559 560 - var cr=child.getBoundingClientRect(); 561 - var q=[]; 562 - Array.from(child.children||[]).forEach(function(el){ 563 - q.push({el:el,depth:1}); 564 - }); 171 + <!-- NEXT PHASE --> 172 + <section style="margin:0 0 26px 0;padding:17px 19px;background:#fcfbf8;border:1px solid #e3ded6;border-radius:10px;"> 173 + <div style="font-size:12px;font-weight:700;letter-spacing:.065em;color:#5a554f;margin-bottom:5px;">WHEN ACTIVE PROJECT WORK BEGINS</div> 565 565 566 - varbest=null,bestScore=-1;175 + <h3 style="font-size:20px;margin:0 0 7px 0;color:#35312d;">Continue in Work & Manage</h3> 567 567 568 - while(q.length){569 - var item=q.shift();570 - var e l=item.el;571 - if(!visible(el))continue;177 + <p style="margin:0 0 12px 0;color:#6a655e;line-height:1.5;"> 178 + The setup decisions made here should guide the project, but they are not fixed forever. 179 + During active project work, organise, document, secure and review how the project is actually working. 180 + </p> 572 572 573 - var r=el.getBoundingClientRect(); 182 + <a href="https://xwiki.uni-ak.ac.at/bin/view/Service%20Navigator/Art%20%26%20Research%20Services%20Navigator/Work%20%26%20Manage/" class="btn btn-default">Continue to Work & Manage</a> 183 + </section> 574 574 575 - if(r.width>=cr.width*.72&&boxLike(el)){ 576 - var widthFit=1-Math.min(1,Math.abs(cr.width-r.width)/Math.max(1,cr.width)); 577 - var topFit=1-Math.min(1,Math.abs(cr.top-r.top)/80); 578 - var score=widthFit*5+topFit*2+Math.min(r.height,600)/600; 579 - if(score>bestScore){ 580 - best=el; 581 - bestScore=score; 582 - } 583 - } 185 + <!-- PRACTICAL RESOURCES --> 186 + <div style="margin:0 0 13px 0;"> 187 + <h3 style="font-size:21px;margin:0 0 4px 0;color:#35312d;">Practical resources</h3> 188 + <p style="margin:0;color:#6a655e;">Use concise guides when you need a reference, a procedure or something you can apply directly.</p> 189 + </div> 584 584 585 - if(item.depth<3){ 586 - Array.from(el.children||[]).forEach(function(next){ 587 - q.push({el:next,depth:item.depth+1}); 588 - }); 589 - } 590 - } 191 + <div style="display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:12px;margin-bottom:26px;"> 192 + <div style="padding:14px 15px;background:#fcfbf8;border:1px solid #e3ded6;border-radius:8px;"> 193 + <strong style="color:#35312d;">Info Sheets</strong> 194 + <div style="margin-top:4px;color:#6a655e;">Short reference guides for common questions and decisions.</div> 195 + </div> 591 591 592 - return best; 593 - } 197 + <div style="padding:14px 15px;background:#fcfbf8;border:1px solid #e3ded6;border-radius:8px;"> 198 + <strong style="color:#35312d;">Tutorials</strong> 199 + <div style="margin-top:4px;color:#6a655e;">Step-by-step instructions for specific tasks and workflows.</div> 200 + </div> 594 594 595 - function reset(){ 596 - managed.forEach(function(el){ 597 - el.style.removeProperty("min-height"); 598 - el.removeAttribute("data-sn-equal-height-managed"); 599 - }); 600 - managed.clear(); 601 - } 202 + <div style="padding:14px 15px;background:#fcfbf8;border:1px solid #e3ded6;border-radius:8px;"> 203 + <strong style="color:#35312d;">Checklists & Templates</strong> 204 + <div style="margin-top:4px;color:#6a655e;">Reusable aids for planning, documenting and reviewing your project setup.</div> 205 + </div> 206 + </div> 602 602 603 - function horizontalLayout(parent){ 604 - if(!visible(parent))return false; 605 - var s=getComputedStyle(parent); 606 - if(s.display==="grid"||s.display==="inline-grid")return true; 607 - if(s.display==="flex"||s.display==="inline-flex"){ 608 - return s.flexDirection==="row"||s.flexDirection==="row-reverse"; 609 - } 610 - return false; 611 - } 208 + <!-- HELP --> 209 + <aside style="margin:0 0 14px 0;padding:15px 17px;border:1px solid #cfe8ef;border-left:4px solid #21b6d7;background:#eaf6f9;border-radius:7px;"> 210 + <strong style="color:#2f4d56;">Need help?</strong> 211 + <div style="margin-top:4px;color:#365862;line-height:1.5;"> 212 + Not sure which requirements, services or next steps apply to your project? 213 + Contact Art & Research Services for project-specific support. 214 + </div> 215 + </aside> 612 612 613 - function rowGroups(entries){ 614 - var groups=[]; 615 - entries.slice().sort(function(a,b){ 616 - return a.rect.top-b.rect.top||a.rect.left-b.rect.left; 617 - }).forEach(function(entry){ 618 - var group=null; 619 - for(var i=0;i<groups.length;i++){ 620 - if(Math.abs(groups[i].top-entry.rect.top)<=ROW_TOLERANCE){ 621 - group=groups[i]; 622 - break; 623 - } 624 - } 625 - if(!group){ 626 - group={top:entry.rect.top,entries:[]}; 627 - groups.push(group); 628 - } 629 - group.entries.push(entry); 630 - }); 631 - return groups; 632 - } 217 + <!-- RULE OF THUMB --> 218 + <aside style="padding:15px 17px;border:1px solid #cfe8ef;border-left:4px solid #21b6d7;background:#eaf6f9;border-radius:7px;"> 219 + <strong style="color:#2f4d56;">A useful rule of thumb</strong> 220 + <div style="margin-top:4px;color:#365862;line-height:1.5;"> 221 + Plan early, document decisions, and review them as the project changes. 222 + A simple setup that is actually used is usually more effective than a complex plan that is never updated. 223 + </div> 224 + </aside> 633 633 634 - function run(){ 635 - reset(); 636 - 637 - if(window.innerWidth<=MOBILE_MAX)return; 638 - 639 - var parents=Array.from(root.querySelectorAll("*")).filter(function(el){ 640 - return el.children&&el.children.length>=2&&horizontalLayout(el); 641 - }); 642 - 643 - parents.forEach(function(parent){ 644 - var entries=[]; 645 - 646 - Array.from(parent.children).forEach(function(child){ 647 - if(!visible(child))return; 648 - var target=pickTarget(child); 649 - if(!target)return; 650 - entries.push({ 651 - target:target, 652 - rect:target.getBoundingClientRect() 653 - }); 654 - }); 655 - 656 - if(entries.length<2)return; 657 - 658 - rowGroups(entries).forEach(function(group){ 659 - if(group.entries.length<2)return; 660 - 661 - var lefts=group.entries.map(function(e){return e.rect.left;}).sort(function(a,b){return a-b;}); 662 - if(lefts[lefts.length-1]-lefts[0]<80)return; 663 - 664 - var targets=[]; 665 - var seen=new Set(); 666 - 667 - group.entries.forEach(function(e){ 668 - if(!seen.has(e.target)){ 669 - seen.add(e.target); 670 - targets.push(e.target); 671 - } 672 - }); 673 - 674 - if(targets.length<2)return; 675 - 676 - var max=0; 677 - targets.forEach(function(el){ 678 - max=Math.max(max,el.getBoundingClientRect().height); 679 - }); 680 - 681 - max=Math.ceil(max); 682 - if(max<MIN_H)return; 683 - 684 - targets.forEach(function(el){ 685 - el.style.setProperty("min-height",max+"px"); 686 - el.setAttribute("data-sn-equal-height-managed","1"); 687 - managed.add(el); 688 - }); 689 - }); 690 - }); 691 - } 692 - 693 - function schedule(){ 694 - if(raf)cancelAnimationFrame(raf); 695 - raf=requestAnimationFrame(function(){ 696 - raf=requestAnimationFrame(function(){ 697 - raf=0; 698 - run(); 699 - }); 700 - }); 701 - } 702 - 703 - addEventListener("resize",schedule,{passive:true}); 704 - addEventListener("load",schedule,{once:true}); 705 - 706 - root.addEventListener("click",function(){ 707 - setTimeout(schedule,0); 708 - },true); 709 - 710 - if(document.fonts&&document.fonts.ready){ 711 - document.fonts.ready.then(schedule); 712 - } 713 - 714 - schedule(); 715 - setTimeout(schedule,250); 716 - setTimeout(schedule,900); 717 -})(); 718 -</script> 719 -<!-- SN_HORIZONTAL_BOX_HARMONIZER_END --> 226 +</div> 720 720 {{/html}} 721 721