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

From version 42.2
edited by Veronika Kocher
on Monday, 07 Sep 2026 13:10
Change comment: Auto-saved during real-time collaboration
To version 43.2
edited by Veronika Kocher
on Friday, 18 Sep 2026 16:47
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,6 +1,6 @@
1 1  Artistic and research projects involve many different tasks, decisions and responsibilities — from developing an initial idea and securing funding to organising materials, collaborating with others, publishing results and preserving them for future use.
2 2  
3 -The **Art & Research Services Navigator** helps you find the right guidance, services and resources for each stage of your project.
3 +The **Art & Research Services Navigator** helps you find relevant guidance, services and resources for each stage of your project.
4 4  
5 5  {{info title="Support for Your Project:"}}
6 6   **Support Kunst und Forschung (SKF)** provides guidance for projects and grant applications and collaborates with the appropriate university services as needed.
... ... @@ -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 -(% style="color:#666;margin-bottom:16px;" %)
522 +(% class="arsn-phase-subtitle" style="color:#666;background:transparent;margin:2px 0 16px 0;padding:0;" %)
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;" %)
... ... @@ -637,9 +637,9 @@
637 637  
638 638  (% style="margin-top:30px;" %)
639 639  (((
640 -== Need help finding the right route? ==
640 +== Need help deciding where to start? ==
641 641  
642 -{{info title="Start with the right service"}}
642 +{{info title="Where to start"}}
643 643  For **project development, funding, proposals and coordination of funded art and research projects**, **Support Kunst und Forschung** is a good place to start.
644 644  
645 645  For more specific questions, the topic pages point directly to the relevant university services. When several areas are involved, use the navigator to see which support is useful at the next step.
... ... @@ -650,6 +650,22 @@
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 +/* =========================================================
653 653   MASTER TYPOGRAPHY
654 654   ========================================================= */
655 655  #xwikicontent h1,
... ... @@ -936,12 +936,10 @@
936 936   for(var j=0;j<THEMES[i].labels.length;j++){
937 937   var label=THEMES[i].labels[j];
938 938  
939 - if(
940 - value===label||
941 - value.indexOf(label+" ")===0||
942 - value.indexOf(label+" -")===0||
943 - value.indexOf(label+" ·")===0
944 - ){
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){
945 945   return THEMES[i];
946 946   }
947 947   }