Academic Staff: Difference between revisions

    From UNITApedia
    (Created page with "= Indicators Visualization = {{Mobility}} ==Description== The first graph illustrates student mobility by categorizing events into various types such as BIP-student mobility for studies, SMS-student mobility for studies, and SMT-student mobility for traineeship. It further breaks down participation by degree level—''Bachelor'', ''Master'', ''Doctorate''—and includes student assembly membership. In contrast, the second graph focuses on academic mobility,...")
     
    No edit summary
     
    (6 intermediate revisions by 3 users not shown)
    Line 1: Line 1:
    = Indicators Visualization =
    __NOTOC__
    {{Mobility}}
    __NOEDITSECTION__
    <!-- ==================== HEADER ==================== -->
    <div style="background: linear-gradient(90deg, #1a4780 0%, #6f42c1 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 Academic Staff 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;">ℹ️ Monitoring indicators for teaching excellence, joint research hubs, and multilingual pedagogical innovation.</span>
    </div>


    ==Description==
    <div style="background: white; border-radius: 10px; box-shadow: 0 4px 6px rgba(0,0,0,0.05); padding: 25px; border-left: 6px solid #6f42c1; font-family: sans-serif; color: #333; margin-bottom: 20px;">
    The first graph illustrates student mobility by categorizing events into various types such as [[BIP-student mobility for studies]], [[SMS-student mobility for studies]], and [[SMT-student mobility for traineeship]]. It further breaks down participation by degree level—''Bachelor'', ''Master'', ''Doctorate''—and includes student assembly membership. In contrast, the second graph focuses on academic mobility, organizing events like [[Governance Board meeting]], [[Matching Event (Research, Education etc)]], and staff mobility for teaching and training. Participation is broken down by roles such as ''Staff academic'', ''Staff administrative'', ''Researcher'', and ''Not defined''. Together, these visualizations provide a clear comparative view of how students and staff engage in different mobility activities within the institution.
        <h3 style="margin-top: 0; color: #1a4780; 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;">Academic staff</h4>
        <ul style="margin: 0; padding-left: 20px; line-height: 1.6;">
            <li>Enhanced teaching competences and pedagogical innovation</li>
            <li>Career development and professional recognition</li>
            <li>Increased international visibility and competitiveness</li>
            <li>Multilingual and intercultural collaboration skills</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 #007D69; font-family: sans-serif; color: #333; margin-bottom: 20px;">
    <h3 style="margin-top: 0; color: #007D69; font-size: 1.5em; border-bottom: 1px solid #eaeaea; padding-bottom: 10px; margin-bottom: 15px;">💡 Academic Staff as Catalysts</h3>
    <span style="display: block; line-height: 1.8; text-align: justify; color: #444; background: transparent !important;">Academic staff are the core of UNITA’s educational transformation. By developing <strong>Joint Degrees</strong>, engaging in <strong>Research Hubs</strong> across the alliance, and implementing <strong>Intercomprehension</strong> 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.</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 #1a4780; font-family: sans-serif; color: #333; margin-bottom: 40px;">
        <h3 style="margin-top: 0; color: #1a4780; font-size: 3em; font-weight: bold; padding-bottom: 10px; margin-bottom: 15px;">⭐️ Staff Indicators</h3>
        <h3 style="margin-top: 0; color: #1a4780; font-size: 1.8em; font-weight: bold; padding-bottom: 10px; margin-bottom: 15px;">Participation in Geminae Activities</h3>


    ===Staff Participants per Month===
    {{#tag:tabber
    | STT-staff mobility for training=
    {{#echarts:
    {{#echarts:
    width=1000px |
    height=500px |option = {
    height=600px |
       tooltip: { trigger: 'axis', axisPointer: { type: 'shadow' } },
    option = {
      grid: { top: '15%', left: '5%', right: '5%', bottom: '10%', containLabel: true },
       tooltip: {
      color: ['#6f42c1'],
         trigger: 'axis',
      xAxis: {
         axisPointer: {
         type: 'category',
           type: 'shadow'
        name: 'Year',
        axisLabel: { interval: 0 },
        /* TARGET: Parse the 'date' column here for the X-axis */
        data: ['2024', '2025']
      },
      yAxis: { type: 'value', name: 'Participants' },
      series: [
         {
          name: 'Total Participants',
           type: 'bar',
          barMaxWidth: 80,
          /* TARGET: 'participation_geminae_activities' column for the Y-axis */
          data: [157, 279]
         }
         }
      ]
    }
    }}
        <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']
       },
       },
       toolbox: {
       yAxis: { type: 'value', name: 'Teachers' },
        orient: 'vertical',
      series: [
        left: 'auto',
         {  
         feature: {
           name: 'Teachers Trained',
           magicType: {
          type: 'bar',
            type: ["line", "bar","stack"]
           barMaxWidth: 80,
           },
           label: { show: true, position: 'top' },
           saveAsImage: {},
          data: [0, 0, 221, 126]
         }
         }
       },
       ]
       legend: {
    }
        data: ['Staff academic', 'Staff administrative', 'Researcher']
    }}
      },
        <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>
       grid: {
    {{#echarts:
        left: '3%',
    height=500px |option = {
        right: '4%',
       tooltip: { trigger: 'axis', axisPointer: { type: 'shadow' } },
        bottom: '3%',
       grid: { top: '15%', left: '5%', right: '5%', bottom: '15%', containLabel: true },
        containLabel: true
       color: ['#6f42c1'],
      },
       dataset: {
        source: {{#var:t241dateDataSTT}}
      },
       xAxis: {
       xAxis: {
         type: 'category'
         type: 'category',
        name: 'Date',
        axisLabel: { interval: 0, rotate: 0 },
        data: ['2025-10-31']
       },
       },
       yAxis: {
       yAxis: {  
         type: 'value'
         type: 'value',
        name: 'Active Centers',
        minInterval: 1
       },
       },
       series: [
       series: [
         {
         {  
          name: 'Working Centers',
           type: 'bar',
           type: 'bar',
           stack: 'total',
           barMaxWidth: 80,
           emphasis: { focus: 'series' }
          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: [
         {
         {
           type: 'bar',
           series: [
          stack: 'total',
            { data: [18, 1, 1, 0, 1, 0, 0] }
           emphasis: { focus: 'series' }
           ]
         },
         },
         {
         {
           type: 'bar',
           series: [
          stack: 'total',
            { data: [22, 9, 0, 0, 0, 10, 0] }
           emphasis: { focus: 'series' }
           ]
         }
         }
       ]
       ]
    }
    }
    }}
    }}
    {{!}}-{{!}} Matching Event (Research, Education etc)=
    {{!}}-{{!}} IPG={{#echarts:
    {{#echarts:
    height=700px |option = {
    width=1000px |
       baseOption: {
    height=600px |
        timeline: { axisType: 'category', data: ['2023/2024', '2024/2025', '2025/2026'], autoPlay: false },
    option = {
         tooltip: { trigger: 'axis', axisPointer: { type: 'shadow' } },
       tooltip: {
        legend: { top: '5%' },
         trigger: 'axis',
        grid: { top: '20%', left: '10%', right: '15%', bottom: '5%', containLabel: true },
         axisPointer: {
         color: ['#1a4780'],
           type: 'shadow'
        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' }
        ]
       },
       },
       toolbox: {
       options: [
        orient: 'vertical',
        {
         left: 'auto',
          series: [
         feature: {
            { data: [26, 0, 10, 1, 5, 0, 16] }
           magicType: {
          ]
             type: ["line", "bar","stack"]
         },
           },
         {
           saveAsImage: {},
           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' }
        ]
       },
       },
       legend: {
       options: [
        data: ['Staff academic', 'Staff administrative', 'Researcher']
      },
      grid: {
        left: '3%',
        right: '4%',
        bottom: '3%',
        containLabel: true
      },
      dataset: {
        source: {{#var:t241dateDataME}}
      },
      xAxis: {
        type: 'category'
      },
      yAxis: {
        type: 'value'
      },
      series: [
         {
         {
           type: 'bar',
           series: [
          stack: 'total',
            { data: [26, 0, 10, 1, 5, 0, 16] }
           emphasis: { focus: 'series' }
           ]
         },
         },
         {
         {
           type: 'bar',
           series: [
          stack: 'total',
            { data: [30, 4, 7, 0, 13, 0, 2] }
           emphasis: { focus: 'series' }
           ]
         },
         },
         {
         {
           type: 'bar',
           series: [
          stack: 'total',
            { data: [0, 3, 3, 0, 1, 0, 14] }
           emphasis: { focus: 'series' }
           ]
         }
         }
       ]
       ]
    }
    }
    }}
    }}
    {{!}}-{{!}} STA-staff mobility for teaching=
    {{!}}-{{!}} UNIBS=
    {{#echarts:
    {{#echarts:
    width=1000px |
    height=700px |option = {
    height=600px |
       baseOption: {
    option = {
         timeline: { axisType: 'category', data: ['2023-2024', '2024-2025', '2025-2026'], autoPlay: false },
       tooltip: {
        tooltip: { trigger: 'axis', axisPointer: { type: 'shadow' } },
         trigger: 'axis',
        legend: { top: '5%' },
         axisPointer: {
        grid: { top: '20%', left: '10%', right: '15%', bottom: '5%', containLabel: true },
           type: 'shadow'
        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' }
        ]
       },
       },
       toolbox: {
       options: [
        orient: 'vertical',
        {
         left: 'auto',
          series: [
         feature: {
            { data: [11, 7, 5, 2, 3, 23] }
           magicType: {
          ]
             type: ["line", "bar","stack"]
         },
           },
         {
           saveAsImage: {},
           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' }
        ]
       },
       },
       legend: {
       options: [
        data: ['Staff academic', 'Staff administrative', 'Researcher']
      },
      grid: {
        left: '3%',
        right: '4%',
        bottom: '3%',
        containLabel: true
      },
      dataset: {
        source: {{#var:t241dateDataSTA}}
      },
      xAxis: {
        type: 'category'
      },
      yAxis: {
        type: 'value'
      },
      series: [
         {
         {
           type: 'bar',
           xAxis: { data: ['STA-staff mobility for teaching', 'UNITA Week meeting', 'Work Package meeting'] },
          stack: 'total',
           series: [
           emphasis: { focus: 'series' }
            { data: [0, 15, 0, 13] }
          ]
         },
         },
         {
         {
           type: 'bar',
           xAxis: { data: ['Matching Event (Research, Education etc)', 'STA-staff mobility for teaching', 'STT-staff mobility for training', 'UNITA Week meeting', 'Work Package meeting'] },
          stack: 'total',
           series: [
           emphasis: { focus: 'series' }
            { data: [41, 28, 0, 6, 0, 2] }
          ]
         },
         },
         {
         {
           type: 'bar',
           xAxis: { data: ['Work Package meeting'] },
           stack: 'total',
           series: [
          emphasis: { focus: 'series' }
            { data: [9] }
          ]
         }
         }
       ]
       ]
    }
    }
    }}
    }}
    {{!}}-{{!}} Governance Board meeting=
    {{!}}-{{!}} UNIZAR={{#echarts:
    {{#echarts:
    height=700px |
    width=1000px |
    height=600px |
    option = {
    option = {
       tooltip: {
       baseOption: {
         trigger: 'axis',
         timeline: { axisType: 'category', data: ['2023-2024', '2024-2025', '2025-2026'], autoPlay: false },
         axisPointer: {
        tooltip: { trigger: 'axis', axisPointer: { type: 'shadow' } },
           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' }
        ]
       },
       },
       toolbox: {
       options: [
        orient: 'vertical',
        {
         left: 'auto',
          series: [
         feature: {
            { data: [0, 0, 1, 0, 0] }
           magicType: {
          ]
             type: ["line", "bar","stack"]
         },
           },
         {
           saveAsImage: {},
           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' }
        ]
       },
       },
       legend: {
       options: [
         data: ['Staff academic', 'Staff administrative', 'Researcher']
        {
          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' }
        ]
       },
       },
       grid: {
       options: [
         left: '3%',
        {
         right: '4%',
          series: [
        bottom: '3%',
            { data: [5, 5, 17, 36, 6, 0, 5] }
        containLabel: true
          ]
      },
        },
      dataset: {
        {
         source: {{#var:t241dateDataG}}
          series: [
      },
            { data: [0, 6, 13, 20, 4, 0, 0] }
      xAxis: {
          ]
        type: 'category'
        }
      },
      ]
      yAxis: {
    }
         type: 'value'
    }}
    {{!}}-{{!}} 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' }
        ]
       },
       },
       series: [
       options: [
         {
         {
           type: 'bar',
           series: [
          stack: 'total',
            { data: [21, 31, 25, 33, 13, 0, 13] }
           emphasis: { focus: 'series' }
           ]
         },
         },
         {
         {
           type: 'bar',
           series: [
          stack: 'total',
            { data: [39, 37, 35, 23, 21, 0, 0] }
           emphasis: { focus: 'series' }
           ]
         },
         },
         {
         {
           type: 'bar',
           series: [
          stack: 'total',
            { data: [0, 5, 0, 0, 0, 0, 14] }
           emphasis: { focus: 'series' }
           ]
         }
         }
       ]
       ]
    Line 240: Line 515:
    }}
    }}
    }}
    }}
    </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