Academic Staff: Difference between revisions

    From UNITApedia
    No edit summary
    No edit summary
     
    (One intermediate revision by the same user not shown)
    Line 52: Line 52:
       ]
       ]
    }
    }
    }}
        <h3 style="margin-top: 0; color: #1a4780; font-size: 1.8em; font-weight: bold; padding-bottom: 10px; margin-bottom: 15px;">Number of teachers trained under the UNITA Innovation in Teaching and Learning Initiative</h3>
    {{#echarts:
    height=500px |option = {
      tooltip: { trigger: 'axis', axisPointer: { type: 'shadow' } },
      grid: { top: '15%', left: '5%', right: '5%', bottom: '15%', containLabel: true },
      color: ['#1a4780'],
      xAxis: {
        type: 'category',
        name: 'Date',
        axisLabel: { interval: 0, rotate: 30 },
        data: ['2024-04-30', '2024-10-31', '2025-04-30', '2025-10-31']
      },
      yAxis: { type: 'value', name: 'Teachers' },
      series: [
        {
          name: 'Teachers Trained',
          type: 'bar',
          barMaxWidth: 80,
          label: { show: true, position: 'top' },
          data: [0, 0, 221, 126]
        }
      ]
    }
    }}
        <h3 style="margin-top: 0; color: #1a4780; font-size: 1.8em; font-weight: bold; padding-bottom: 10px; margin-bottom: 15px;">Number of teaching and learning centers</h3>
    {{#echarts:
    height=500px |option = {
      tooltip: { trigger: 'axis', axisPointer: { type: 'shadow' } },
      grid: { top: '15%', left: '5%', right: '5%', bottom: '15%', containLabel: true },
      color: ['#6f42c1'],
      xAxis: {
        type: 'category',
        name: 'Date',
        axisLabel: { interval: 0, rotate: 0 },
        data: ['2025-10-31']
      },
      yAxis: {
        type: 'value',
        name: 'Active Centers',
        minInterval: 1
      },
      series: [
        {
          name: 'Working Centers',
          type: 'bar',
          barMaxWidth: 80,
          label: { show: true, position: 'top' },
          data: [10]
        }
      ]
    }
    }}
        <h3 style="margin-top: 0; color: #1a4780; font-size: 1.8em; font-weight: bold; padding-bottom: 10px; margin-bottom: 15px;">Academic Staff Mobilities per University</h3>
    {{#tag:tabber
    |HES-SO={{#echarts:
    height=700px|option = {
      baseOption: {
        timeline: { axisType: 'category', data: ['2023-2024', '2024-2025'], autoPlay: false },
        tooltip: { trigger: 'axis', axisPointer: { type: 'shadow' } },
        legend: { top: '5%' },
        grid: { top: '20%', left: '10%', right: '15%', bottom: '5%', containLabel: true },
        color: ['#1a4780'],
        xAxis: {
          type: 'category',
          name: 'Type of Mobility',
          axisLabel: { rotate: 35, interval: 0 },
          data: ['Matching Event (Research, Education etc)','other- staff week, workshop, conference, training, internship, research','STT-staff mobility for training','UNITA Week meeting','Work Package meeting','STA-staff mobility for teaching']
        },
        yAxis: { type: 'value', name: 'Participants' },
        series: [
          { name: 'Staff academic', type: 'bar', stack: 'total' }
        ]
      },
      options: [
        {
          series: [
            { data: [18, 1, 1, 0, 1, 0, 0] }
          ]
        },
        {
          series: [
            { data: [22, 9, 0, 0, 0, 10, 0] }
          ]
        }
      ]
    }
    }}
    {{!}}-{{!}} IPG={{#echarts:
    height=700px |option = {
      baseOption: {
        timeline: { axisType: 'category', data: ['2023/2024', '2024/2025', '2025/2026'], autoPlay: false },
        tooltip: { trigger: 'axis', axisPointer: { type: 'shadow' } },
        legend: { top: '5%' },
        grid: { top: '20%', left: '10%', right: '15%', bottom: '5%', containLabel: true },
        color: ['#1a4780'],
        xAxis: {
          type: 'category',
          name: 'Type of Mobility',
          axisLabel: { rotate: 35, interval: 0 },
          data: ['Matching Event (Research, Education etc)','other- staff week, workshop, conference, training, internship, research','STA-staff mobility for teaching','STT-staff mobility for training','UNITA Week meeting', 'Work Package meeting']
        },
        yAxis: { type: 'value', name: 'Participants' },
        series: [
          { name: 'Staff academic', type: 'bar', stack: 'total' }
        ]
      },
      options: [
        {
          series: [
            { data: [26, 0, 10, 1, 5, 0, 16] }
          ]
        },
        {
          series: [
            { data: [30, 4, 7, 0, 13, 0, 2] }
          ]
        },
        {
          series: [
            { data: [0, 3, 3, 0, 1, 0, 14] }
          ]
        }
      ]
    }
    }}
    {{!}}-{{!}} UBI={{#echarts:
    height=700px |option = {
      baseOption: {
        timeline: { axisType: 'category', data: ['2023/2024', '2024/2025', '2025/2026'], autoPlay: false },
        tooltip: { trigger: 'axis', axisPointer: { type: 'shadow' } },
        legend: { top: '5%' },
        grid: { top: '20%', left: '10%', right: '15%', bottom: '5%', containLabel: true },
        color: ['#1a4780'],
        xAxis: {
          type: 'category',
          name: 'Type of Mobility',
          axisLabel: { rotate: 35, interval: 0 },
          data: ['Matching Event (Research, Education etc)','other- staff week, workshop, conference, training, internship, research','STA-staff mobility for teaching','STT-staff mobility for training','UNITA Week meeting','Work Package meeting']
        },
        yAxis: { type: 'value', name: 'Participants' },
        series: [
          { name: 'Staff academic', type: 'bar', stack: 'total' }
        ]
      },
      options: [
        {
          series: [
            { data: [26, 0, 10, 1, 5, 0, 16] }
          ]
        },
        {
          series: [
            { data: [30, 4, 7, 0, 13, 0, 2] }
          ]
        },
        {
          series: [
            { data: [0, 3, 3, 0, 1, 0, 14] }
          ]
        }
      ]
    }
    }}
    {{!}}-{{!}} UNIBS=
    {{#echarts:
    height=700px |option = {
      baseOption: {
        timeline: { axisType: 'category', data: ['2023-2024', '2024-2025', '2025-2026'], autoPlay: false },
        tooltip: { trigger: 'axis', axisPointer: { type: 'shadow' } },
        legend: { top: '5%' },
        grid: { top: '20%', left: '10%', right: '15%', bottom: '5%', containLabel: true },
        color: ['#1a4780'],
        xAxis: {
          type: 'category',
          name: 'Type of Mobility',
          axisLabel: { rotate: 35, interval: 0 },
          data: ['Matching Event (Research, Education etc)','other- staff week, workshop, conference, training, internship, research','STA-staff mobility for teaching','STT-staff mobility for training','UNITA Week meeting','Work Package meeting']
        },
        yAxis: { type: 'value', name: 'Participants' },
        series: [
          { name: 'Staff academic', type: 'bar', stack: 'total' }
        ]
      },
      options: [
        {
          series: [
            { data: [17, 4, 1, 0, 7, 2] }
          ]
        },
        {
          series: [
            { data: [35, 4, 3, 0, 12, 6] }
          ]
        },
        {
          series: [
            { data: [0, 0, 0, 0, 0, 4] }
          ]
        }
      ]
    }
    }}
    {{!}}-{{!}} UNITBV={{#echarts:
    height=700px |option = {
      baseOption: {
        timeline: { axisType: 'category', data: ['2023-2024', '2024-2025', '2025-2026'], autoPlay: false },
        tooltip: { trigger: 'axis', axisPointer: { type: 'shadow' } },
        legend: { top: '5%' },
        grid: { top: '20%', left: '10%', right: '15%', bottom: '5%', containLabel: true },
        color: ['#1a4780'],
        xAxis: {
          type: 'category',
          name: 'Type of Mobility',
          axisLabel: { rotate: 35, interval: 0 },
          data: ['Matching Event (Research, Education etc)','other- staff week, workshop, conference, training, internship, research','STA-staff mobility for teaching','STT-staff mobility for training','UNITA Week meeting','WP Staff Week/Meeting']
        },
        yAxis: { type: 'value', name: 'Participants' },
        series: [
          { name: 'Staff academic', type: 'bar', stack: 'total' }
        ]
      },
      options: [
        {
          series: [
            { data: [11, 7, 5, 2, 3, 23] }
          ]
        },
        {
          series: [
            { data: [34, 18, 3, 5, 20, 2] }
          ]
        },
        {
          series: [
            { data: [0, 1, 1, 5, 0, 16] }
          ]
        }
      ]
    }
    }}
    {{!}}-{{!}} UNITO={{#echarts:
    height=700px |option = {
      baseOption: {
        timeline: {
          axisType: 'category',
          data: ['2023/2024', '2024/2025', '2025/2026'],
          autoPlay: false
        },
        tooltip: { trigger: 'axis', axisPointer: { type: 'shadow' } },
        legend: { top: '5%' },
        grid: { top: '20%', left: '10%', right: '15%', bottom: '15%', containLabel: true },
        color: ['#1a4780'],
        xAxis: { type: 'category', name: 'Type of Mobility', axisLabel: { rotate: 30, interval: 0 } },
        yAxis: { type: 'value', name: 'Participants' },
        series: [
          { name: 'Staff academic', type: 'bar', stack: 'total' }
        ]
      },
      options: [
        {
          xAxis: { data: ['STA-staff mobility for teaching', 'UNITA Week meeting', 'Work Package meeting'] },
          series: [
            { data: [0, 15, 0, 13] }
          ]
        },
        {
          xAxis: { data: ['Matching Event (Research, Education etc)', 'STA-staff mobility for teaching', 'STT-staff mobility for training', 'UNITA Week meeting', 'Work Package meeting'] },
          series: [
            { data: [41, 28, 0, 6, 0, 2] }
          ]
        },
        {
          xAxis: { data: ['Work Package meeting'] },
          series: [
            { data: [9] }
          ]
        }
      ]
    }
    }}
    {{!}}-{{!}} UNIZAR={{#echarts:
    height=700px |
    option = {
      baseOption: {
        timeline: { axisType: 'category', data: ['2023-2024', '2024-2025', '2025-2026'], autoPlay: false },
        tooltip: { trigger: 'axis', axisPointer: { type: 'shadow' } },
        legend: { top: '5%' },
        grid: { top: '20%', left: '10%', right: '15%', bottom: '0%', containLabel: true },
        color: ['#1a4780'],
        xAxis: {
          type: 'category',
          name: 'Type of Mobility',
          axisLabel: { rotate: 35, interval: 0 },
          data: ['Matching Event (Research, Education etc)','other- staff week, workshop, conference, training, internship, research','STA-staff mobility for teaching','STT-staff mobility for training','UNITA Week meeting','WP Staff Week/Meeting']
        },
        yAxis: { type: 'value', name: 'Participants' },
        series: [
          { name: 'Staff academic', type: 'bar', stack: 'total' }
        ]
      },
      options: [
        {
          series: [
            { data: [12, 0, 15, 47, 17, 0, 18] }
          ]
        },
        {
          series: [
            { data: [32, 0, 3, 13, 9, 0, 11] }
          ]
        },
        {
          series: [
            { data: [0, 0, 0, 0, 15, 0, 6] }
          ]
        }
      ]
    }
    }}
    {{!}}-{{!}} UPNA={{#echarts:
    height=700px |option = {
      baseOption: {
        timeline: { axisType: 'category', data: ['2023/2024', '2024/2025', '2025/2026'], autoPlay: false },
        tooltip: { trigger: 'axis', axisPointer: { type: 'shadow' } },
        legend: { top: '5%' },
        grid: { top: '20%', left: '10%', right: '15%', bottom: '25%', containLabel: true },
        color: ['#1a4780'],
        xAxis: {
          type: 'category',
          name: 'Type of Mobility',
          axisLabel: { rotate: 35, interval: 0 },
          data: ['Matching Event (Research, Education etc)','STA-staff mobility for teaching','STT-staff mobility for training','Work Package meeting']
        },
        yAxis: { type: 'value', name: 'Participants' },
        series: [
          { name: 'Staff academic', type: 'bar', stack: 'total' }
        ]
      },
      options: [
        {
          series: [
            { data: [0, 0, 1, 0, 0] }
          ]
        },
        {
          series: [
            { data: [0, 1, 6, 0, 0] }
          ]
        },
        {
          series: [
            { data: [0, 0, 0, 0, 0] }
          ]
        }
      ]
    }
    }}
    {{!}}-{{!}} UPPA={{#echarts:
    height=700px |option = {
      baseOption: {
        timeline: { axisType: 'category', data: ['2023-2024', '2024-2025'], autoPlay: false },
        tooltip: { trigger: 'axis', axisPointer: { type: 'shadow' } },
        legend: { top: '5%' },
        grid: { top: '20%', left: '10%', right: '15%', bottom: '0%', containLabel: true },
        color: ['#1a4780'],
        xAxis: {
          type: 'category',
          name: 'Type of Mobility',
          axisLabel: { rotate: 35, interval: 0 },
          data: ['other- staff week, workshop, conference, training, internship, research']
        },
        yAxis: { type: 'value', name: 'Participants' },
        series: [
          { name: 'Staff academic', type: 'bar', stack: 'total' }
        ]
      },
      options: [
        {
          series: [
            { data: [4] }
          ]
        },
        {
          series: [
            { data: [7] }
          ]
        }
      ]
    }
    }}
    {{!}}-{{!}} USMB={{#echarts:
    height=700px |option = {
      baseOption: {
        timeline: { axisType: 'category', data: ['2023-2024', '2024-2025'], autoPlay: false },
        tooltip: { trigger: 'axis', axisPointer: { type: 'shadow' } },
        legend: { top: '5%' },
        grid: { top: '20%', left: '10%', right: '15%', bottom: '5%', containLabel: true },
        color: ['#1a4780'],
        xAxis: {
          type: 'category',
          name: 'Type of Mobility',
          axisLabel: { rotate: 35, interval: 0 },
          data: ['Matching Event (Research, Education etc)','other- staff week, workshop, conference, training, internship, research','STA-staff mobility for teaching','STT-staff mobility for training','UNITA Week meeting','Work Package meeting']
        },
        yAxis: { type: 'value', name: 'Participants' },
        series: [
          { name: 'Staff academic', type: 'bar', stack: 'total' }
        ]
      },
      options: [
        {
          series: [
            { data: [5, 5, 17, 36, 6, 0, 5] }
          ]
        },
        {
          series: [
            { data: [0, 6, 13, 20, 4, 0, 0] }
          ]
        }
      ]
    }
    }}
    {{!}}-{{!}} UVT={{#echarts:
    height=700px |option = {
      baseOption: {
        timeline: { axisType: 'category', data: ['2023-2024', '2024-2025', '2025-2026'], autoPlay: false },
        tooltip: { trigger: 'axis', axisPointer: { type: 'shadow' } },
        legend: { top: '5%' },
        grid: { top: '20%', left: '10%', right: '15%', bottom: '5%', containLabel: true },
        color: ['#1a4780'],
        xAxis: {
          type: 'category',
          name: 'Type of Mobility',
          axisLabel: { rotate: 35, interval: 0 },
          data: ['Matching Event (Research, Education etc)','other- staff week, workshop, conference, training, internship, research','STA-staff mobility for teaching','STT-staff mobility for training','UNITA Week meeting','Work Package meeting']
        },
        yAxis: { type: 'value', name: 'Participants' },
        series: [
          { name: 'Staff academic', type: 'bar', stack: 'total' }
        ]
      },
      options: [
        {
          series: [
            { data: [21, 31, 25, 33, 13, 0, 13] }
          ]
        },
        {
          series: [
            { data: [39, 37, 35, 23, 21, 0, 0] }
          ]
        },
        {
          series: [
            { data: [0, 5, 0, 0, 0, 0, 14] }
          ]
        }
      ]
    }
    }}
    }}
    }}
    </div>
    </div>

    Latest revision as of 09:57, 10 July 2026


    UNITA Academic Staff Dashboard


    ℹ️ Monitoring indicators for teaching excellence, joint research hubs, and multilingual pedagogical innovation.

    Potential Impacts on Stakeholders

    Academic staff

    • Enhanced teaching competences and pedagogical innovation
    • Career development and professional recognition
    • Increased international visibility and competitiveness
    • Multilingual and intercultural collaboration skills

    💡 Academic Staff as Catalysts

    Academic staff are the core of UNITA’s educational transformation. By developing Joint Degrees, engaging in Research Hubs across the alliance, and implementing Intercomprehension in the classroom, you are building a borderless academic space. This dashboard tracks the development of shared teaching resources and the expansion of international research collaboration.

    ⭐️ Staff Indicators

    Participation in Geminae Activities

    Number of teachers trained under the UNITA Innovation in Teaching and Learning Initiative

    Number of teaching and learning centers

    Academic Staff Mobilities per University