|
|
| Line 1: |
Line 1: |
| <!--= 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, 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.
| |
| | |
| ===Staff Participants per Month===
| |
| {{#tag:tabber
| |
| | STT-staff mobility for training=
| |
| {{#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: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="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;"> | | <div style="font-size: 2.5em; font-weight: 700; margin-bottom: 10px; letter-spacing: -0.5px;"> |