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

From version 39.25
edited by Veronika Kocher
on Thursday, 03 Sep 2026 14:15
Change comment: There is no comment for this version
To version 41.3
edited by Veronika Kocher
on Friday, 04 Sep 2026 14:23
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -2,18 +2,14 @@
2 2  
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 -{{info title="How responsibilities work"}}
6 -The navigator brings services together around the project lifecycle and the researcher's task. It is a navigation layer across university services, not a separate organisational unit.
5 +{{info title="Support for Your Project:"}}
7 7  
8 -**Support Kunst und Forschung (SKF)** supports project and funding activities — especially project development, funding and calls, proposals, and coordination of funded projects — and, where useful, connects them with the University's relevant services.
7 +
8 + **Support Kunst und Forschung (SKF)** provides guidance for projects and grant applications and collaborates with the appropriate university services as needed.
9 9  
10 -Depending on the question, these may include the **University Library / Research Data Management & Repository**, **IT**, **Legal and Data Protection**, **Finance and Personnel**, **Publications and Communication**, **Event Management**, the **International Office** and other services.
11 -
12 -The **institute, department or other host unit** remains the artistic or academic home of the project. The navigator brings these offers together along the project stages so you can start from your need rather than from the organisational chart.
10 + The Navigator guides you through the project phases to the resources and points of contact relevant to your project.
13 13  {{/info}}
14 14  
15 -
16 -
17 17  {{html clean="false"}}
18 18  <section data-arsn-search-block-fix="v5" style="margin:20px 0 26px 0;padding:16px 18px;border:1px solid #e3ded6;border-radius:10px;background:#fcfbf8;box-shadow:0 1px 2px rgba(0,0,0,.035);">
19 19   <h2 style="font-size:20px;margin:0 0 6px 0;color:#35312d;">Search the Art &amp; Research Services Navigator</h2>
... ... @@ -439,9 +439,9 @@
439 439  )))
440 440  )))
441 441  
442 -(% style="padding:0 16px 16px 16px;" %)
438 +(% class="arsn-phase-cta-wrap" style="padding:0 16px 16px 16px;" %)
443 443  (((
444 -[[Explore Enable>>https://xwiki.uni-ak.ac.at/bin/view/Service%20Navigator/Art%20%26%20Research%20Services%20Navigator/Enable/||class="btn btn-primary btn-block"]]
440 +[[Explore Enable>>https://xwiki.uni-ak.ac.at/bin/view/Service%20Navigator/Art%20%26%20Research%20Services%20Navigator/Enable/||class="btn btn-primary btn-block arsn-phase-cta"]]
445 445  )))
446 446  )))
447 447  )))
... ... @@ -505,9 +505,9 @@
505 505  )))
506 506  )))
507 507  
508 -(% style="padding:0 16px 16px 16px;" %)
504 +(% class="arsn-phase-cta-wrap" style="padding:0 16px 16px 16px;" %)
509 509  (((
510 -[[Explore Work & Manage>>https://xwiki.uni-ak.ac.at/bin/view/Service%20Navigator/Art%20%26%20Research%20Services%20Navigator/Work%20%26%20Manage/||class="btn btn-primary btn-block"]]
506 +[[Explore Work & Manage>>https://xwiki.uni-ak.ac.at/bin/view/Service%20Navigator/Art%20%26%20Research%20Services%20Navigator/Work%20%26%20Manage/||class="btn btn-primary btn-block arsn-phase-cta"]]
511 511  )))
512 512  )))
513 513  )))
... ... @@ -581,9 +581,9 @@
581 581  )))
582 582  )))
583 583  
584 -(% style="padding:0 16px 16px 16px;" %)
580 +(% class="arsn-phase-cta-wrap" style="padding:0 16px 16px 16px;" %)
585 585  (((
586 -[[Explore Publish & Share>>https://xwiki.uni-ak.ac.at/bin/view/Service%20Navigator/Art%20%26%20Research%20Services%20Navigator/Publish%20%26%20Share/||class="btn btn-primary btn-block"]]
582 +[[Explore Publish & Share>>https://xwiki.uni-ak.ac.at/bin/view/Service%20Navigator/Art%20%26%20Research%20Services%20Navigator/Publish%20%26%20Share/||class="btn btn-primary btn-block arsn-phase-cta"]]
587 587  )))
588 588  )))
589 589  )))
... ... @@ -592,6 +592,11 @@
592 592  
593 593  (% style="margin-top:30px;" %)
594 594  (((
591 +
592 +<!-- ARSN_TRAINING_WORKSHOPS_INCLUDE_V1_START -->
593 +{{include reference="Service Navigator.Art & Research Services Navigator.Code.TrainingWorkshopsBlock" author="target" /}}
594 +<!-- ARSN_TRAINING_WORKSHOPS_INCLUDE_V1_END -->
595 +
595 595  == Practical resources ==
596 596  
597 597  Use practical resources when you need a concise overview, a step-by-step procedure or a ready-to-use project aid.
... ... @@ -1568,6 +1568,15 @@
1568 1568   Array.from(
1569 1569   row.card.querySelectorAll("a")
1570 1570   ).forEach(function(link){
1572 + if(
1573 + link.classList &&
1574 + link.classList.contains(
1575 + "arsn-phase-cta"
1576 + )
1577 + ){
1578 + return;
1579 + }
1580 +
1571 1571   if(!visible(link))return;
1572 1572  
1573 1573   var rect=
... ... @@ -2040,3 +2040,72 @@
2040 2040  <!-- SN_SERVICE_NAVIGATOR_MASTER_STYLE_END -->
2041 2041  {{/html}}
2042 2042  
2053 +{{html clean="false"}}
2054 +<!-- ARSN_PHASE_CTA_MOBILE_EDGE_FIX_V3_START -->
2055 +<style data-arsn-phase-cta-mobile-edge-fix="3">
2056 +@media (max-width:767px){
2057 +
2058 + /* Remove the white side gutters around the three phase CTAs. */
2059 + #xwikicontent .arsn-phase-cta-wrap{
2060 + box-sizing:border-box!important;
2061 + width:calc(100% + 2px)!important;
2062 + max-width:none!important;
2063 + margin:14px -1px -1px -1px!important;
2064 + padding:0!important;
2065 + border:0!important;
2066 + border-left:0!important;
2067 + box-shadow:none!important;
2068 + background:transparent!important;
2069 + }
2070 +
2071 + /* Full-width orange CTA; no extra border/shadow. */
2072 + #xwikicontent a.arsn-phase-cta{
2073 + display:flex!important;
2074 + align-items:center!important;
2075 + justify-content:center!important;
2076 + gap:8px!important;
2077 +
2078 + box-sizing:border-box!important;
2079 + width:100%!important;
2080 + max-width:none!important;
2081 + min-width:0!important;
2082 +
2083 + margin:0!important;
2084 + padding:12px 14px!important;
2085 +
2086 + border:0!important;
2087 + border-left:0!important;
2088 + border-right:0!important;
2089 + border-top:0!important;
2090 + border-bottom:0!important;
2091 + box-shadow:none!important;
2092 +
2093 + border-radius:8px!important;
2094 +
2095 + text-align:center!important;
2096 + text-align-last:center!important;
2097 + text-justify:auto!important;
2098 + word-spacing:normal!important;
2099 + white-space:normal!important;
2100 + }
2101 +
2102 + /* Keep an XWiki external-link icon on the same line/flex row. */
2103 + #xwikicontent a.arsn-phase-cta::after{
2104 + flex:0 0 auto!important;
2105 + margin-left:2px!important;
2106 + }
2107 +
2108 + #xwikicontent a.arsn-phase-cta > .fa,
2109 + #xwikicontent a.arsn-phase-cta > .icon,
2110 + #xwikicontent a.arsn-phase-cta > .external-link-icon,
2111 + #xwikicontent a.arsn-phase-cta > [class*="external"]{
2112 + position:static!important;
2113 + display:inline-block!important;
2114 + flex:0 0 auto!important;
2115 + margin:0!important;
2116 + }
2117 +}
2118 +</style>
2119 +<!-- ARSN_PHASE_CTA_MOBILE_EDGE_FIX_V3_END -->
2120 +{{/html}}
2121 +