Managers: Difference between revisions

    From UNITApedia
    (Created page with "{{Draft}} {| class="wikitable" style="background-color:#f4faff; border:1px solid #2a58ad; padding:5px; width:100%;" | 25px '''Page under construction, stay tuned!''' this page outlines the benefits from a Manager's perspective |} __TOC__")
     
    No edit summary
     
    (4 intermediate revisions by 2 users not shown)
    Line 1: Line 1:
    {{Draft}}
    __NOTOC__
    {| class="wikitable" style="background-color:#f4faff; border:1px solid #2a58ad; padding:5px; width:100%;"
    __NOEDITSECTION__
    | [[File:Information icon.svg|25px]] '''Page under construction, stay tuned!'''
    <!-- ==================== HEADER ==================== -->
    this page outlines the benefits from a Manager's perspective
    <div style="background: linear-gradient(90deg, #2e7d32 0%, #00a86b 100%); padding: 25px; border-radius: 10px; margin-bottom: 20px; box-shadow: 0 4px 6px rgba(0,0,0,0.1); color: #ffffff !important;">
    |}
    <span style="font-size: 3.2em; font-weight: bold; display: block; color: #ffffff !important; background: transparent !important;">UNITA Governance & Management Dashboard</span>
    <hr style="border: 0; height: 1px; background: rgba(255,255,255,0.3); margin: 15px 0;">
    <span style="color: #ffffff !important; background: transparent !important; display: block;">ℹ️ Strategic oversight of the UNITA Alliance’s legal status, financial sustainability, and institutional impact.</span>
    </div>


    __TOC__
    <div style="background: white; border-radius: 10px; box-shadow: 0 4px 6px rgba(0,0,0,0.05); padding: 25px; border-left: 6px solid #00a86b; font-family: sans-serif; color: #333; margin-bottom: 20px;">
        <h3 style="margin-top: 0; color: #2e7d32; font-size: 1.5em; border-bottom: 1px solid #eaeaea; padding-bottom: 10px; margin-bottom: 15px;">Potential Impacts on Stakeholders</h3>
        <h4 style="margin: 0 0 10px 0; font-size: 1.2em; color: #444;">Managers</h4>
        <ul style="margin: 0; padding-left: 20px; line-height: 1.6;">
            <li>Access to shared governance and best practices</li>
            <li>Strengthened institutional visibility and competitiveness</li>
            <li>Strategic alignment with European policy priorities</li>
            <li>Financial sustainability through diversified funding</li>
        </ul>
    </div>
     
    <div style="background: white; border-radius: 10px; box-shadow: 0 4px 6px rgba(0,0,0,0.05); padding: 25px; border-left: 6px solid #c2410c; font-family: sans-serif; color: #333; margin-bottom: 20px;">
    <h3 style="margin-top: 0; color: #c2410c; font-size: 1.5em; border-bottom: 1px solid #eaeaea; padding-bottom: 10px; margin-bottom: 15px;">💡 Strategic Leadership</h3>
    <span style="display: block; line-height: 1.8; text-align: justify; color: #444; background: transparent !important;">Managers and institutional leaders guide the evolution of UNITA toward a permanent <strong>Legal Entity</strong>. This dashboard monitors high-level governance indicators, including the effectiveness of the <strong>UNITA Office</strong>, the success of outreach to mountain territories, and the long-term sustainability goals of the alliance.</span>
    </div>
     
    <!-- ==================== CHARTS SECTION ==================== -->
    <div style="background: white; border-radius: 10px; box-shadow: 4px 4px 6px 0px rgba(0,0,0,0.05); padding: 25px; border-left: 6px solid #2e7d32; font-family: sans-serif; color: #333; margin-bottom: 40px;">
        <h3 style="margin-top: 0; color: #2e7d32; font-size: 3em; font-weight: bold; padding-bottom: 10px; margin-bottom: 15px;">⭐️ Strategic Governance Milestones</h3>
       
        <h3 style="margin-top: 0; color: #2e7d32; font-size: 1.8em; font-weight: bold; padding-bottom: 10px; margin-bottom: 15px;">Number of partners in the Legal Entity</h3>
    {{#echarts:
    height=500px |option = {
      tooltip: { trigger: 'axis', axisPointer: { type: 'shadow' } },
      grid: { top: '15%', left: '5%', right: '5%', bottom: '10%', containLabel: true },
      color: ['#2e7d32'],
      xAxis: {
        type: 'category',
        name: 'Date',
        axisLabel: { interval: 0 },
        data: ['2025-11-05']
      },
      yAxis: {
        type: 'value',
        name: 'Partners',
        minInterval: 1
      },
      series: [
        {
          name: 'Partners',
          type: 'bar',
          barMaxWidth: 80,
          label: { show: true, position: 'top' },
          data: [9]
        }
      ]
    }
    }}
     
        <h3 style="margin-top: 0; color: #2e7d32; font-size: 1.8em; font-weight: bold; padding-bottom: 10px; margin-bottom: 15px;">Number of submitted UNITA multi-partner projects</h3>
    {{#echarts:
    height=500px |option = {
      tooltip: { trigger: 'axis', axisPointer: { type: 'shadow' } },
      grid: { top: '15%', left: '5%', right: '5%', bottom: '15%', containLabel: true },
      color: ['#c2410c'],
      xAxis: {
        type: 'category',
        name: 'Date',
        axisLabel: { interval: 0, rotate: 30 },
        data: ['2024-10-31', '2025-10-31']
      },
      yAxis: { type: 'value', name: 'Projects' },
      series: [
        {
          name: 'Submitted Projects',
          type: 'bar',
          barMaxWidth: 80,
          label: { show: true, position: 'top' },
          data: [21, 31]
        }
      ]
    }
    }}
     
        <h3 style="margin-top: 0; color: #2e7d32; font-size: 1.8em; font-weight: bold; padding-bottom: 10px; margin-bottom: 15px;">Number of degree programs with “UNITA à la carte”</h3>
    {{#echarts:
    height=500px |option = {
      tooltip: { trigger: 'axis', axisPointer: { type: 'shadow' } },
      grid: { top: '15%', left: '5%', right: '5%', bottom: '15%', containLabel: true },
      color: ['#00a86b'],
      xAxis: {
        type: 'category',
        name: 'Date',
        axisLabel: { interval: 0, rotate: 30 },
        data: ['2024-10-31', '2025-10-31']
      },
      yAxis: {
        type: 'value',
        name: 'Programs',
        minInterval: 1
      },
      series: [
        {
          name: 'Degree Programs',
          type: 'bar',
          barMaxWidth: 80,
          label: { show: true, position: 'top' },
          data: [14, 257]
        }
      ]
    }
    }}
    <!--
        <h3 style="margin-top: 0; color: #2e7d32; font-size: 1.8em; font-weight: bold; padding-bottom: 10px; margin-bottom: 15px;">Percentage of partners having harmonised the UNITA corporate identity marks</h3>
    {{#echarts:
    height=450px |option = {
      tooltip: {
        trigger: 'item',
        formatter: '{b}: {c}%'
      },
      legend: {
        top: '5%',
        left: 'center',
        textStyle: { fontSize: 14 }
      },
      color: ['#2e7d32', '#e0e0e0'],
      series: [
        {
          name: 'Corporate Identity',
          type: 'pie',
          radius: ['50%', '75%'],
          avoidLabelOverlap: false,
          itemStyle: {
            borderRadius: 10,
            borderColor: '#fff',
            borderWidth: 2
          },
          label: {
            show: true,
            position: 'center',
            formatter: '{c}%\n\nHarmonised',
            fontSize: 28,
            fontWeight: 'bold',
            color: '#2e7d32'
          },
          emphasis: {
            label: {
              show: true,
              fontSize: 32,
              fontWeight: 'bold'
            }
          },
          labelLine: {
            show: false
          },
          data: [
            { value: 100, name: 'Harmonised Partners' }
          ]
        }
      ]
    }
    }}</-->
    </div>

    Latest revision as of 16:16, 10 July 2026


    UNITA Governance & Management Dashboard


    ℹ️ Strategic oversight of the UNITA Alliance’s legal status, financial sustainability, and institutional impact.

    Potential Impacts on Stakeholders

    Managers

    • Access to shared governance and best practices
    • Strengthened institutional visibility and competitiveness
    • Strategic alignment with European policy priorities
    • Financial sustainability through diversified funding

    💡 Strategic Leadership

    Managers and institutional leaders guide the evolution of UNITA toward a permanent Legal Entity. This dashboard monitors high-level governance indicators, including the effectiveness of the UNITA Office, the success of outreach to mountain territories, and the long-term sustainability goals of the alliance.

    ⭐️ Strategic Governance Milestones

    Number of partners in the Legal Entity

    Number of submitted UNITA multi-partner projects

    Number of degree programs with “UNITA à la carte”