Last modified by Veronika Kocher on Friday, 18 Sep 2026 16:47

From version 43.1
edited by Veronika Kocher
on Monday, 07 Sep 2026 13:36
Change comment: There is no comment for this version
To version 41.4
edited by Veronika Kocher
on Friday, 04 Sep 2026 14:45
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -3,6 +3,7 @@
3 3  The **Art & Research Services Navigator** helps you find the right guidance, services and resources for each stage of your project.
4 4  
5 5  {{info title="Support for Your Project:"}}
6 +
6 6   **Support Kunst und Forschung (SKF)** provides guidance for projects and grant applications and collaborates with the appropriate university services as needed.
7 7  
8 8   The Navigator guides you through the project phases to the resources and points of contact relevant to your project.
... ... @@ -355,7 +355,7 @@
355 355  (% style="padding:18px 17px 17px 17px;flex:1;" %)
356 356  (((
357 357  (% style="font-size:19px;font-weight:700;margin-bottom:2px;" %)
358 -[[1. Prepare — Plan & Set Up>>https://xwiki.uni-ak.ac.at/bin/view/Service%20Navigator/Art%20%26%20Research%20Services%20Navigator/Enable/||style="color:#111;text-decoration:none;font-weight:700;"]]
359 +[[1. Enable — Plan & Set Up>>https://xwiki.uni-ak.ac.at/bin/view/Service%20Navigator/Art%20%26%20Research%20Services%20Navigator/Enable/||style="color:#111;text-decoration:none;font-weight:700;"]]
359 359  
360 360  (% style="color:#666;margin-bottom:16px;" %)
361 361  Prepare your project before the main work begins.
... ... @@ -519,7 +519,7 @@
519 519  (% style="font-size:19px;font-weight:700;margin-bottom:2px;" %)
520 520  [[3. Publish & Share — Make It Visible>>https://xwiki.uni-ak.ac.at/bin/view/Service%20Navigator/Art%20%26%20Research%20Services%20Navigator/Publish%20%26%20Share/||style="color:#111;text-decoration:none;font-weight:700;"]]
521 521  
522 -(% class="arsn-phase-subtitle" style="color:#666;background:transparent;margin:2px 0 16px 0;padding:0;" %)
523 +(% style="color:#666;margin-bottom:16px;" %)
523 523  Decide how outputs should be shared, published, made findable and preserved.
524 524  
525 525  (% style="font-size:13px;font-weight:700;letter-spacing:.065em;color:#4f4a44;margin:17px 0 8px 0;padding:5px 8px;background:#f3efe8;border-radius:4px;" %)
... ... @@ -586,6 +586,7 @@
586 586  
587 587  (% style="margin-top:30px;" %)
588 588  (((
590 +
589 589  {{html clean="false"}}
590 590  <!-- ARSN_TRAINING_WORKSHOPS_V2_START -->
591 591  <section class="arsn-training-workshops" data-arsn-training-workshops="v2" style="margin:27px 0 22px 0;">
... ... @@ -646,26 +646,11 @@
646 646  {{/info}}
647 647  )))
648 648  
649 -{{html clean="false"}}<!-- SN_SERVICE_NAVIGATOR_MASTER_STYLE_START -->
651 +{{html clean="false"}}
652 +<!-- SN_SERVICE_NAVIGATOR_MASTER_STYLE_START -->
650 650  
651 651  <style data-sn-service-navigator-master="1">
652 652  /* =========================================================
653 - PHASE CARD SUBTITLES
654 - ========================================================= */
655 -#xwikicontent .arsn-phase-subtitle{
656 - display:block!important;
657 - margin:2px 0 16px 0!important;
658 - padding:0!important;
659 - background:transparent!important;
660 - color:#666!important;
661 - font-size:inherit!important;
662 - font-weight:400!important;
663 - letter-spacing:normal!important;
664 - text-align:left!important;
665 - word-spacing:normal!important;
666 -}
667 -
668 -/* =========================================================
669 669   MASTER TYPOGRAPHY
670 670   ========================================================= */
671 671  #xwikicontent h1,
... ... @@ -952,10 +952,12 @@
952 952   for(var j=0;j<THEMES[i].labels.length;j++){
953 953   var label=THEMES[i].labels[j];
954 954  
955 - /* Match only actual thematic labels.
956 - Do not colour ordinary prose such as:
957 - "Decide how outputs should be shared..." */
958 - if(value===label){
942 + if(
943 + value===label||
944 + value.indexOf(label+" ")===0||
945 + value.indexOf(label+" -")===0||
946 + value.indexOf(label+" ·")===0
947 + ){
959 959   return THEMES[i];
960 960   }
961 961   }
... ... @@ -2066,7 +2066,11 @@
2066 2066  })();
2067 2067  </script>
2068 2068  
2069 -<!-- SN_SERVICE_NAVIGATOR_MASTER_STYLE_END -->{{/html}}{{html clean="false"}}<!-- ARSN_PHASE_CTA_MOBILE_EDGE_FIX_V3_START -->
2058 +<!-- SN_SERVICE_NAVIGATOR_MASTER_STYLE_END -->
2059 +{{/html}}
2060 +
2061 +{{html clean="false"}}
2062 +<!-- ARSN_PHASE_CTA_MOBILE_EDGE_FIX_V3_START -->
2070 2070  <style data-arsn-phase-cta-mobile-edge-fix="3">
2071 2071  @media (max-width:767px){
2072 2072  
... ... @@ -2131,4 +2131,6 @@
2131 2131   }
2132 2132  }
2133 2133  </style>
2134 -<!-- ARSN_PHASE_CTA_MOBILE_EDGE_FIX_V3_END -->{{/html}}
2127 +<!-- ARSN_PHASE_CTA_MOBILE_EDGE_FIX_V3_END -->
2128 +{{/html}}
2129 +