Academic Staff: Difference between revisions

    From UNITApedia
    No edit summary
    No edit summary
     
    (2 intermediate revisions by 2 users not shown)
    Line 1: Line 1:
    <!--= Indicators Visualization =
    <div style="background: linear-gradient(90deg, #1a4780 0%, #6f42c1 100%); color: white; padding: 25px; border-radius: 10px; margin-bottom: 20px; box-shadow: 0 4px 6px rgba(0,0,0,0.1);">
    {{Mobility}}
    <span style="font-size: 3.2em; font-weight: bold; display: block;">UNITA Academic Staff Dashboard</span>
    <hr style="border: 0; height: 1px; background: rgba(255,255,255,0.3); margin: 15px 0;">
    ℹ️ Monitoring indicators for teaching excellence, joint research hubs, and multilingual pedagogical innovation.
    </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 #4a90e2; 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: #2a58ad; 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>
    ===Staff Participants per Month===
        <ul style="margin: 0; padding-left: 20px; line-height: 1.6;">
    {{#tag:tabber
            <li>Enhanced teaching competences and pedagogical innovation</li>
    | STT-staff mobility for training=
            <li>Career development and professional recognition</li>
    {{#echarts:
            <li>Increased international visibility and competitiveness</li>
    width=1000px |
            <li>Multilingual and intercultural collaboration skills</li>
    height=600px |
        </ul>
    option = {
      tooltip: {
        trigger: 'axis',
        axisPointer: {
          type: 'shadow'
        }
      },
      toolbox: {
        orient: 'vertical',
        left: 'auto',
        feature: {
          magicType: {
            type: ["line", "bar","stack"]
          },
          saveAsImage: {},
        }
      },
      legend: {
        data: ['Staff academic', 'Staff administrative', 'Researcher']
      },
      grid: {
        left: '3%',
        right: '4%',
        bottom: '3%',
        containLabel: true
      },
      dataset: {
        source: {{#var:t241dateDataSTT}}
      },
      xAxis: {
        type: 'category'
      },
      yAxis: {
        type: 'value'
      },
      series: [
        {
          type: 'bar',
          stack: 'total',
          emphasis: { focus: 'series' }
        },
        {
          type: 'bar',
          stack: 'total',
          emphasis: { focus: 'series' }
        },
        {
          type: 'bar',
          stack: 'total',
          emphasis: { focus: 'series' }
        }
      ]
    }
    }}
    {{!}}-{{!}} Matching Event (Research, Education etc)=
    {{#echarts:
    width=1000px |
    height=600px |
    option = {
      tooltip: {
        trigger: 'axis',
        axisPointer: {
          type: 'shadow'
        }
      },
      toolbox: {
        orient: 'vertical',
        left: 'auto',
        feature: {
          magicType: {
            type: ["line", "bar","stack"]
          },
          saveAsImage: {},
        }
      },
      legend: {
        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',
          stack: 'total',
          emphasis: { focus: 'series' }
        },
        {
          type: 'bar',
          stack: 'total',
          emphasis: { focus: 'series' }
        },
        {
          type: 'bar',
          stack: 'total',
          emphasis: { focus: 'series' }
        }
      ]
    }
    }}
    {{!}}-{{!}} STA-staff mobility for teaching=
    {{#echarts:
    width=1000px |
    height=600px |
    option = {
      tooltip: {
        trigger: 'axis',
        axisPointer: {
          type: 'shadow'
        }
      },
      toolbox: {
        orient: 'vertical',
        left: 'auto',
        feature: {
          magicType: {
            type: ["line", "bar","stack"]
          },
          saveAsImage: {},
        }
      },
      legend: {
        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',
          stack: 'total',
          emphasis: { focus: 'series' }
        },
        {
          type: 'bar',
          stack: 'total',
          emphasis: { focus: 'series' }
        },
        {
          type: 'bar',
          stack: 'total',
          emphasis: { focus: 'series' }
        }
      ]
    }
    }}
    {{!}}-{{!}} Governance Board meeting=
    {{#echarts:
    width=1000px |
    height=600px |
    option = {
      tooltip: {
        trigger: 'axis',
        axisPointer: {
          type: 'shadow'
        }
      },
      toolbox: {
        orient: 'vertical',
        left: 'auto',
        feature: {
          magicType: {
            type: ["line", "bar","stack"]
          },
          saveAsImage: {},
        }
      },
      legend: {
        data: ['Staff academic', 'Staff administrative', 'Researcher']
      },
      grid: {
        left: '3%',
        right: '4%',
        bottom: '3%',
        containLabel: true
      },
      dataset: {
        source: {{#var:t241dateDataG}}
      },
      xAxis: {
        type: 'category'
      },
      yAxis: {
        type: 'value'
      },
      series: [
        {
          type: 'bar',
          stack: 'total',
          emphasis: { focus: 'series' }
        },
         {
          type: 'bar',
          stack: 'total',
          emphasis: { focus: 'series' }
        },
        {
          type: 'bar',
          stack: 'total',
          emphasis: { focus: 'series' }
        }
      ]
    }
    }}
    }}
    -->
    <div style="color: #007D69; padding: 20px 0; margin-bottom: 30px; border-bottom: 2px solid #007D69;">
      <div style="font-size: 2.5em; font-weight: 700; margin-bottom: 10px; letter-spacing: -0.5px;">
        🎓 UNITA Academic Staff Dashboard
      </div>
      <div style="font-size: 1.2em; color: #333; line-height: 1.5; max-width: 900px;">
        Monitoring indicators for teaching excellence, joint research hubs, and multilingual pedagogical innovation.
      </div>
    </div>
    </div>



    Latest revision as of 13:56, 19 March 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.
    
       ⭐️ Key Academic Milestones
    
       📋  · ID: T3.1.2
    
       Number (or percentage) of degree programs under the UNITA label
    
         Unit: Numerical
    
         🎯 Target: 
    
         ⏱️ Frequency: 
    
       Percentage of partners having harmonised the UNITA corporate identity marks in their official communication
    
         Unit: Percentage
    
         🎯 Target: 100.00%
    
         ⏱️ Frequency: Every six months
    
       Number of infrastructures and related services in the interactive map
    
         Unit: Numerical
    
         🎯 Target: 250
    
         ⏱️ Frequency: To be defined
    
    ... further results
       📊 Full Academic Indicator Database