|
|
(12 intermediate revisions by the same user not shown) |
Line 1: |
Line 1: |
| {{NoticeBox|sections=Section 1, Section 2, Section 3}} | | {{NoticeBox|sections=Indicators Sheet}} |
| {{Task | | {{Task |
| |Number=4 | | |Number=4 |
Line 192: |
Line 192: |
| ==Description== | | ==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 academics engage in different mobility activities within the institution. | | 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 academics engage in different mobility activities within the institution. |
| | | ===Total Amount of Participants=== |
| {{#tag:tabber | | {{#tag:tabber |
| | Students= | | | Students= |
Line 278: |
Line 278: |
| }} | | }} |
|
| |
|
| | ===Student Participants per Month=== |
| | {{#tag:tabber |
| | | BIP-student mobility for studies= |
| {{#echarts: | | {{#echarts: |
| width=1000px | | | width=1000px | |
| height=600px | | | height=600px | |
| option = { | | option = { |
| title: { | | tooltip: { |
| text: 'BIP-student mobility for studies' | | trigger: 'axis', |
| | axisPointer: { |
| | type: 'shadow' |
| | } |
| | }, |
| | toolbox: { |
| | orient: 'vertical', |
| | left: 'auto', |
| | feature: { |
| | magicType: { |
| | type: ["line", "bar","stack"] |
| | }, |
| | saveAsImage: {}, |
| | } |
| }, | | }, |
| | legend: { |
| | data: ['Student bachelor', 'Student master', 'Student doctorate'] |
| | }, |
| | grid: { |
| | left: '3%', |
| | right: '4%', |
| | bottom: '3%', |
| | containLabel: true |
| | }, |
| | dataset: { |
| | source: {{#var:t241dateDataBIP}} |
| | }, |
| | 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' } |
| | } |
| | ] |
| | } |
| | }} |
| | {{!}}-{{!}} SMS-student mobility for studies= |
| | {{#echarts: |
| | width=1000px | |
| | height=600px | |
| | option = { |
| tooltip: { | | tooltip: { |
| trigger: 'axis', | | trigger: 'axis', |
Line 292: |
Line 350: |
| }, | | }, |
| toolbox: { | | toolbox: { |
| | orient: 'vertical', |
| | left: 'auto', |
| feature: { | | feature: { |
| magicType: { | | magicType: { |
Line 309: |
Line 369: |
| }, | | }, |
| dataset: { | | dataset: { |
| source: {{#var:t241dateData}} | | source: {{#var:t241dateDataSMS}} |
| | }, |
| | 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' } |
| | } |
| | ] |
| | } |
| | }} |
| | {{!}}-{{!}} SMT-student mobility for traineeship= |
| | {{#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: ['Student bachelor', 'Student master', 'Student doctorate'] |
| | }, |
| | grid: { |
| | left: '3%', |
| | right: '4%', |
| | bottom: '3%', |
| | containLabel: true |
| | }, |
| | dataset: { |
| | source: {{#var:t241dateDataSMT}} |
| | }, |
| | 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' } |
| | } |
| | ] |
| | } |
| | }} |
| | }} |
| | ===Academic Participants per Month=== |
| | {{#tag:tabber |
| | | 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: { | | xAxis: { |
Line 335: |
Line 514: |
| ] | | ] |
| } | | } |
| | }} |
| | {{!}}-{{!}} 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' } |
| | } |
| | ] |
| | } |
| | }} |
| | {{!}}-{{!}} 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' } |
| | } |
| | ] |
| | } |
| | }} |
| }} | | }} |