|
|
| (9 intermediate revisions by 2 users not shown) |
| Line 1: |
Line 1: |
| | {{#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: '3%', right: '4%', bottom: '0%', containLabel: true }, |
| | xAxis: { |
| | type: 'category', |
| | name: 'Type of Mobility', |
| | axisLabel: { rotate: 35, interval: 0 }, |
| | data: ['BIP-student mobility for studies','Matching Event (Research, Education etc)','other- staff week, workshop, conference, training, internship, research','SMS-student mobility for studies','SMT-student mobility for traineeship','STA-staff mobility for teaching','STT-staff mobility for training','student mobility for studies','UNITA Week meeting','URM-Rural Mobility','UVM-Virtual Mobility','WP Staff Week/Meeting'] |
| | }, |
| | yAxis: { type: 'value', name: 'Participants' }, |
| | series: [ |
| | { name: 'Student bachelor', type: 'bar', stack: 'total' }, |
| | { name: 'Student master', type: 'bar', stack: 'total' }, |
| | { name: 'Student doctorate', type: 'bar', stack: 'total' }, |
| | { name: 'Staff academic', type: 'bar', stack: 'total' }, |
| | { name: 'Staff administrative', type: 'bar', stack: 'total' }, |
| | { name: 'Other', type: 'bar', stack: 'total' } |
| | ] |
| | }, |
| | options: [ |
| | { |
| | series: [ |
| | { data: [29, 0, 0, 90, 1, 0, 0, 1, 4, 5, 8, 0] }, |
| | { data: [8, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0] }, |
| | { data: [2, 0, 0, 0, 14, 0, 0, 0, 0, 1, 2, 0] }, |
| | { data: [0, 12, 0, 0, 0, 15, 47, 0, 17, 0, 0, 18] }, |
| | { data: [0, 0, 3, 0, 0, 0, 0, 0, 4, 0, 0, 6] }, |
| | { data: [0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 2] } |
| | ] |
| | }, |
| | { |
| | series: [ |
| | { data: [52, 0, 0, 125, 0, 0, 0, 0, 2, 11, 6, 0] }, |
| | { data: [9, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0] }, |
| | { data: [6, 0, 0, 0, 16, 0, 0, 0, 0, 0, 6, 0] }, |
| | { data: [0, 32, 0, 0, 0, 3, 13, 0, 9, 0, 0, 11] }, |
| | { data: [0, 0, 7, 0, 0, 0, 1, 0, 5, 0, 0, 4] }, |
| | { data: [0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] } |
| | ] |
| | }, |
| | { |
| | series: [ |
| | { data: [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] }, |
| | { data: [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] }, |
| | { data: [0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0] }, |
| | { data: [0, 0, 0, 0, 0, 0, 0, 0, 15, 0, 0, 6] }, |
| | { data: [0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 5] }, |
| | { data: [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] } |
| | ] |
| | } |
| | ] |
| | } |
| | }} |
| | |
| {{#get_db_data: | | {{#get_db_data: |
| db=DW_UNITAData_Indicators_T241Unizar | | db=DW_UNITAData_Mobility_T241Unizar_sum |
| |data=id=id,type_of_mobility=type_of_mobility,status_of_mobility_participant=status_of_mobility_participant,entry_date=monthyear,participants=participants | | |data=academic_year=academic_year,type_of_mobility=type_of_mobility, status_of_mobility_participant=status_of_mobility_participant, participants=participants, mobility_flux=mobility_flux |
| }} | | }} |
|
| |
|
| {{#store_external_table: DW_UNITAData_Indicators_T241Unizar | | {{#store_external_table: DW_UNITAData_Mobility_T241Unizar_sum |
| |id={{{id}}} | | |academic_year={{{academic_year}}} |
| |type_of_mobility={{{type_of_mobility}}} | | |type_of_mobility={{{type_of_mobility}}} |
| |status_of_mobility_participant={{{status_of_mobility_participant}}} | | |status_of_mobility_participant={{{status_of_mobility_participant}}} |
| |entry_date={{{entry_date}}}
| |
| |participants={{{participants}}} | | |participants={{{participants}}} |
| | |mobility_flux={{{mobility_flux}}} |
| }} | | }} |
|
| |
| {{#ask: [[-Has subobject::{{FULLPAGENAME}}]] | | {{#ask: [[-Has subobject::{{FULLPAGENAME}}]] |
| |?id | | |?academic_year |
| |?type_of_mobility | | |?type_of_mobility |
| |?status_of_mobility_participant | | |?status_of_mobility_participant |
| |?entry_date
| |
| |?participants | | |?participants |
| |class=datatable | | |?mobility_flux |
| |format=datatables | | |class=datatable |
| |mainlabel=- | | |format=datatables |
| | |mainlabel=- |
| |header=show | | |header=show |
| }}
| |
|
| |
| {{#vardefine: t241dateDataUNIZAR |
| |
| [
| |
| [
| |
| "entry_date",
| |
| "Student bachelor",
| |
| "Student master",
| |
| "Student doctorate"
| |
| ],
| |
|
| |
| [
| |
| "Nov 2023",
| |
| {{#ask:
| |
| [[-Has subobject::{{FULLPAGENAME}}]]
| |
| [[entry_date::2023-11-01]]
| |
| [[type_of_mobility::BIP-student mobility for studies]]
| |
| [[status_of_mobility_participant::Student bachelor]]
| |
| |?participants
| |
| |format=plain
| |
| |headers=hide
| |
| |link=none
| |
| |mainlabel=-
| |
| }},
| |
| {{#ask:
| |
| [[-Has subobject::{{FULLPAGENAME}}]]
| |
| [[entry_date::2023-11-01]]
| |
| [[status_of_mobility_participant::Student master]]
| |
| |?participants
| |
| |format=plain
| |
| |headers=hide
| |
| |link=none
| |
| |mainlabel=-
| |
| }},
| |
| {{#ask:
| |
| [[-Has subobject::{{FULLPAGENAME}}]]
| |
| [[entry_date::2023-11-01]]
| |
| [[status_of_mobility_participant::Student doctorate]]
| |
| |?participants
| |
| |format=plain
| |
| |headers=hide
| |
| |link=none
| |
| |mainlabel=-
| |
| }}
| |
| ],
| |
|
| |
| [
| |
| "Dec 2023",
| |
| {{#ask:
| |
| [[-Has subobject::{{FULLPAGENAME}}]]
| |
| [[entry_date::2023-12-01]]
| |
| [[status_of_mobility_participant::Student bachelor]]
| |
| |?participants
| |
| |format=plain
| |
| |headers=hide
| |
| |link=none
| |
| |mainlabel=-
| |
| }},
| |
| {{#ask:
| |
| [[-Has subobject::{{FULLPAGENAME}}]]
| |
| [[entry_date::2023-12-01]]
| |
| [[status_of_mobility_participant::Student master]]
| |
| |?participants
| |
| |format=plain
| |
| |headers=hide
| |
| |link=none
| |
| |mainlabel=-
| |
| }},
| |
| {{#ask:
| |
| [[-Has subobject::{{FULLPAGENAME}}]]
| |
| [[entry_date::2023-12-01]]
| |
| [[status_of_mobility_participant::Student doctorate]]
| |
| |?participants
| |
| |format=plain
| |
| |headers=hide
| |
| |link=none
| |
| |mainlabel=-
| |
| }}
| |
| ],
| |
|
| |
| [
| |
| "Jan 2024",
| |
| {{#ask:
| |
| [[-Has subobject::{{FULLPAGENAME}}]]
| |
| [[entry_date::2024-01-01]]
| |
| [[status_of_mobility_participant::Student bachelor]]
| |
| |?participants
| |
| |format=plain
| |
| |headers=hide
| |
| |link=none
| |
| |mainlabel=-
| |
| }},
| |
| {{#ask:
| |
| [[-Has subobject::{{FULLPAGENAME}}]]
| |
| [[entry_date::2024-01-01]]
| |
| [[status_of_mobility_participant::Student master]]
| |
| |?participants
| |
| |format=plain
| |
| |headers=hide
| |
| |link=none
| |
| |mainlabel=-
| |
| }},
| |
| {{#ask:
| |
| [[-Has subobject::{{FULLPAGENAME}}]]
| |
| [[entry_date::2024-01-01]]
| |
| [[status_of_mobility_participant::Student doctorate]]
| |
| |?participants
| |
| |format=plain
| |
| |headers=hide
| |
| |link=none
| |
| |mainlabel=-
| |
| }}
| |
| ],
| |
|
| |
| [
| |
| "Feb 2024",
| |
| {{#ask:
| |
| [[-Has subobject::{{FULLPAGENAME}}]]
| |
| [[entry_date::2024-02-01]]
| |
| [[status_of_mobility_participant::Student bachelor]]
| |
| |?participants
| |
| |format=plain
| |
| |headers=hide
| |
| |link=none
| |
| |mainlabel=-
| |
| }},
| |
| {{#ask:
| |
| [[-Has subobject::{{FULLPAGENAME}}]]
| |
| [[entry_date::2024-02-01]]
| |
| [[status_of_mobility_participant::Student master]]
| |
| |?participants
| |
| |format=plain
| |
| |headers=hide
| |
| |link=none
| |
| |mainlabel=-
| |
| }},
| |
| {{#ask:
| |
| [[-Has subobject::{{FULLPAGENAME}}]]
| |
| [[entry_date::2024-02-01]]
| |
| [[status_of_mobility_participant::Student doctorate]]
| |
| |?participants
| |
| |format=plain
| |
| |headers=hide
| |
| |link=none
| |
| |mainlabel=-
| |
| }}
| |
| ],
| |
|
| |
| [
| |
| "Mar 2024",
| |
| {{#ask:
| |
| [[-Has subobject::{{FULLPAGENAME}}]]
| |
| [[entry_date::2024-03-01]]
| |
| [[status_of_mobility_participant::Student bachelor]]
| |
| |?participants
| |
| |format=plain
| |
| |headers=hide
| |
| |link=none
| |
| |mainlabel=-
| |
| }},
| |
| {{#ask:
| |
| [[-Has subobject::{{FULLPAGENAME}}]]
| |
| [[entry_date::2024-03-01]]
| |
| [[status_of_mobility_participant::Student master]]
| |
| |?participants
| |
| |format=plain
| |
| |headers=hide
| |
| |link=none
| |
| |mainlabel=-
| |
| }},
| |
| {{#ask:
| |
| [[-Has subobject::{{FULLPAGENAME}}]]
| |
| [[entry_date::2024-03-01]]
| |
| [[status_of_mobility_participant::Student doctorate]]
| |
| |?participants
| |
| |format=plain
| |
| |headers=hide
| |
| |link=none
| |
| |mainlabel=-
| |
| }}
| |
| ],
| |
|
| |
| [
| |
| "Apr 2024",
| |
| {{#ask:
| |
| [[-Has subobject::{{FULLPAGENAME}}]]
| |
| [[entry_date::2024-04-01]]
| |
| [[status_of_mobility_participant::Student bachelor]]
| |
| |?participants
| |
| |format=plain
| |
| |headers=hide
| |
| |link=none
| |
| |mainlabel=-
| |
| }},
| |
| {{#ask:
| |
| [[-Has subobject::{{FULLPAGENAME}}]]
| |
| [[entry_date::2024-04-01]]
| |
| [[status_of_mobility_participant::Student master]]
| |
| |?participants
| |
| |format=plain
| |
| |headers=hide
| |
| |link=none
| |
| |mainlabel=-
| |
| }},
| |
| {{#ask:
| |
| [[-Has subobject::{{FULLPAGENAME}}]]
| |
| [[entry_date::2024-04-01]]
| |
| [[status_of_mobility_participant::Student doctorate]]
| |
| |?participants
| |
| |format=plain
| |
| |headers=hide
| |
| |link=none
| |
| |mainlabel=-
| |
| }}
| |
| ],
| |
|
| |
| [
| |
| "May 2024",
| |
| {{#ask:
| |
| [[-Has subobject::{{FULLPAGENAME}}]]
| |
| [[entry_date::2024-05-01]]
| |
| [[status_of_mobility_participant::Student bachelor]]
| |
| |?participants
| |
| |format=plain
| |
| |headers=hide
| |
| |link=none
| |
| |mainlabel=-
| |
| }},
| |
| {{#ask:
| |
| [[-Has subobject::{{FULLPAGENAME}}]]
| |
| [[entry_date::2024-05-01]]
| |
| [[status_of_mobility_participant::Student master]]
| |
| |?participants
| |
| |format=plain
| |
| |headers=hide
| |
| |link=none
| |
| |mainlabel=-
| |
| }},
| |
| {{#ask:
| |
| [[-Has subobject::{{FULLPAGENAME}}]]
| |
| [[entry_date::2024-05-01]]
| |
| [[status_of_mobility_participant::Student doctorate]]
| |
| |?participants
| |
| |format=plain
| |
| |headers=hide
| |
| |link=none
| |
| |mainlabel=-
| |
| }}
| |
| ],
| |
|
| |
| [
| |
| "Jun 2024",
| |
| {{#ask:
| |
| [[-Has subobject::{{FULLPAGENAME}}]]
| |
| [[entry_date::2024-06-01]]
| |
| [[status_of_mobility_participant::Student bachelor]]
| |
| |?participants
| |
| |format=plain
| |
| |headers=hide
| |
| |link=none
| |
| |mainlabel=-
| |
| }},
| |
| {{#ask:
| |
| [[-Has subobject::{{FULLPAGENAME}}]]
| |
| [[entry_date::2024-06-01]]
| |
| [[status_of_mobility_participant::Student master]]
| |
| |?participants
| |
| |format=plain
| |
| |headers=hide
| |
| |link=none
| |
| |mainlabel=-
| |
| }},
| |
| {{#ask:
| |
| [[-Has subobject::{{FULLPAGENAME}}]]
| |
| [[entry_date::2024-06-01]]
| |
| [[status_of_mobility_participant::Student doctorate]]
| |
| |?participants
| |
| |format=plain
| |
| |headers=hide
| |
| |link=none
| |
| |mainlabel=-
| |
| }}
| |
| ],
| |
|
| |
| [
| |
| "Jul 2024",
| |
| {{#ask:
| |
| [[-Has subobject::{{FULLPAGENAME}}]]
| |
| [[entry_date::2024-07-01]]
| |
| [[status_of_mobility_participant::Student bachelor]]
| |
| |?participants
| |
| |format=plain
| |
| |headers=hide
| |
| |link=none
| |
| |mainlabel=-
| |
| }},
| |
| {{#ask:
| |
| [[-Has subobject::{{FULLPAGENAME}}]]
| |
| [[entry_date::2024-07-01]]
| |
| [[status_of_mobility_participant::Student master]]
| |
| |?participants
| |
| |format=plain
| |
| |headers=hide
| |
| |link=none
| |
| |mainlabel=-
| |
| }},
| |
| {{#ask:
| |
| [[-Has subobject::{{FULLPAGENAME}}]]
| |
| [[entry_date::2024-07-01]]
| |
| [[status_of_mobility_participant::Student doctorate]]
| |
| |?participants
| |
| |format=plain
| |
| |headers=hide
| |
| |link=none
| |
| |mainlabel=-
| |
| }}
| |
| ],
| |
|
| |
| [
| |
| "Aug 2024",
| |
| {{#ask:
| |
| [[-Has subobject::{{FULLPAGENAME}}]]
| |
| [[entry_date::2024-08-01]]
| |
| [[status_of_mobility_participant::Student bachelor]]
| |
| |?participants
| |
| |format=plain
| |
| |headers=hide
| |
| |link=none
| |
| |mainlabel=-
| |
| }},
| |
| {{#ask:
| |
| [[-Has subobject::{{FULLPAGENAME}}]]
| |
| [[entry_date::2024-08-01]]
| |
| [[status_of_mobility_participant::Student master]]
| |
| |?participants
| |
| |format=plain
| |
| |headers=hide
| |
| |link=none
| |
| |mainlabel=-
| |
| }},
| |
| {{#ask:
| |
| [[-Has subobject::{{FULLPAGENAME}}]]
| |
| [[entry_date::2024-08-01]]
| |
| [[status_of_mobility_participant::Student doctorate]]
| |
| |?participants
| |
| |format=plain
| |
| |headers=hide
| |
| |link=none
| |
| |mainlabel=-
| |
| }}
| |
| ],
| |
|
| |
| [
| |
| "Sep 2024",
| |
| {{#ask:
| |
| [[-Has subobject::{{FULLPAGENAME}}]]
| |
| [[entry_date::2024-09-01]]
| |
| [[status_of_mobility_participant::Student bachelor]]
| |
| |?participants
| |
| |format=plain
| |
| |headers=hide
| |
| |link=none
| |
| |mainlabel=-
| |
| }},
| |
| {{#ask:
| |
| [[-Has subobject::{{FULLPAGENAME}}]]
| |
| [[entry_date::2024-09-01]]
| |
| [[status_of_mobility_participant::Student master]]
| |
| |?participants
| |
| |format=plain
| |
| |headers=hide
| |
| |link=none
| |
| |mainlabel=-
| |
| }},
| |
| {{#ask:
| |
| [[-Has subobject::{{FULLPAGENAME}}]]
| |
| [[entry_date::2024-09-01]]
| |
| [[status_of_mobility_participant::Student doctorate]]
| |
| |?participants
| |
| |format=plain
| |
| |headers=hide
| |
| |link=none
| |
| |mainlabel=-
| |
| }}
| |
| ],
| |
|
| |
| [
| |
| "Oct 2024",
| |
| {{#ask:
| |
| [[-Has subobject::{{FULLPAGENAME}}]]
| |
| [[entry_date::2024-10-01]]
| |
| [[status_of_mobility_participant::Student bachelor]]
| |
| |?participants
| |
| |format=plain
| |
| |headers=hide
| |
| |link=none
| |
| |mainlabel=-
| |
| }},
| |
| {{#ask:
| |
| [[-Has subobject::{{FULLPAGENAME}}]]
| |
| [[entry_date::2024-10-01]]
| |
| [[status_of_mobility_participant::Student master]]
| |
| |?participants
| |
| |format=plain
| |
| |headers=hide
| |
| |link=none
| |
| |mainlabel=-
| |
| }},
| |
| {{#ask:
| |
| [[-Has subobject::{{FULLPAGENAME}}]]
| |
| [[entry_date::2024-10-01]]
| |
| [[status_of_mobility_participant::Student doctorate]]
| |
| |?participants
| |
| |format=plain
| |
| |headers=hide
| |
| |link=none
| |
| |mainlabel=-
| |
| }}
| |
| ],
| |
|
| |
| [
| |
| "Nov 2024",
| |
| {{#ask:
| |
| [[-Has subobject::{{FULLPAGENAME}}]]
| |
| [[entry_date::2024-11-01]]
| |
| [[status_of_mobility_participant::Student bachelor]]
| |
| |?participants
| |
| |format=plain
| |
| |headers=hide
| |
| |link=none
| |
| |mainlabel=-
| |
| }},
| |
| {{#ask:
| |
| [[-Has subobject::{{FULLPAGENAME}}]]
| |
| [[entry_date::2024-11-01]]
| |
| [[status_of_mobility_participant::Student master]]
| |
| |?participants
| |
| |format=plain
| |
| |headers=hide
| |
| |link=none
| |
| |mainlabel=-
| |
| }},
| |
| {{#ask:
| |
| [[-Has subobject::{{FULLPAGENAME}}]]
| |
| [[entry_date::2024-11-01]]
| |
| [[status_of_mobility_participant::Student doctorate]]
| |
| |?participants
| |
| |format=plain
| |
| |headers=hide
| |
| |link=none
| |
| |mainlabel=-
| |
| }}
| |
| ]
| |
| ]
| |
| }} | | }} |