|
|
Line 23: |
Line 23: |
| |header=show | | |header=show |
| }} | | }} |
|
| |
| {{#vardefine: rawData |
| |
| [
| |
| ["Type of mobility", "Student bachelor", "Student master", "Student doctorate"],
| |
| ["BIP-student mobility for studies",
| |
| {{#sum: {{#ask:
| |
| [[-Has subobject::DataSrc:T241]]
| |
| [[type_of_mobility::BIP-student mobility for studies]]
| |
| [[status_of_mobility_participant::Student bachelor]]
| |
| |?participants
| |
| |format=count <!-- If participants are stored as numbers, #sum may work directly -->
| |
| }} }},
| |
| {{#sum: {{#ask:
| |
| [[-Has subobject::DataSrc:T241]]
| |
| [[type_of_mobility::BIP-student mobility for studies]]
| |
| [[status_of_mobility_participant::Student master]]
| |
| |?participants
| |
| |format=count
| |
| }} }},
| |
| {{#sum: {{#ask:
| |
| [[-Has subobject::DataSrc:T241]]
| |
| [[type_of_mobility::BIP-student mobility for studies]]
| |
| [[status_of_mobility_participant::Student doctorate]]
| |
| |?participants
| |
| |format=count
| |
| }} }}
| |
| ],
| |
| ["Governance Board meeting",
| |
| {{#sum: {{#ask:
| |
| [[-Has subobject::DataSrc:T241]]
| |
| [[type_of_mobility::Governance Board meeting]]
| |
| [[status_of_mobility_participant::Staff academic]]
| |
| |?participants
| |
| |format=count
| |
| }} }},
| |
| 0,
| |
| 0
| |
| ],
| |
| ["Matching Event (Research, Education etc)",
| |
| {{#sum: {{#ask:
| |
| [[-Has subobject::DataSrc:T241]]
| |
| [[type_of_mobility::Matching Event (Research, Education etc)]]
| |
| [[status_of_mobility_participant::Researcher]]
| |
| |?participants
| |
| |format=count
| |
| }} }},
| |
| {{#sum: {{#ask:
| |
| [[-Has subobject::DataSrc:T241]]
| |
| [[type_of_mobility::Matching Event (Research, Education etc)]]
| |
| [[status_of_mobility_participant::Staff academic]]
| |
| |?participants
| |
| |format=count
| |
| }} }},
| |
| 0
| |
| ],
| |
| ["Other- staff week, workshop, conference, training, internship, research",
| |
| {{#sum: {{#ask:
| |
| [[-Has subobject::DataSrc:T241]]
| |
| [[type_of_mobility::Other- staff week, workshop, conference, training, internship, research]]
| |
| [[status_of_mobility_participant::Student bachelor]]
| |
| |?participants
| |
| |format=count
| |
| }} }},
| |
| {{#sum: {{#ask:
| |
| [[-Has subobject::DataSrc:T241]]
| |
| [[type_of_mobility::Other- staff week, workshop, conference, training, internship, research]]
| |
| [[status_of_mobility_participant::Student master]]
| |
| |?participants
| |
| |format=count
| |
| }} }},
| |
| {{#sum: {{#ask:
| |
| [[-Has subobject::DataSrc:T241]]
| |
| [[type_of_mobility::Other- staff week, workshop, conference, training, internship, research]]
| |
| [[status_of_mobility_participant::Student doctorate]]
| |
| |?participants
| |
| |format=count
| |
| }} }}
| |
| ]
| |
| ]
| |
| }}
| |
|
| |
|
| |
|
| |
| {{#echarts: | | {{#echarts: |
| | width=1000px
| | width=1000px | |
| | height=750px
| | height=750px | |
| | option = <nowiki>{
| | option = { |
| "legend": {},
| | legend: {}, |
| "tooltip": {},
| | tooltip: {}, |
| "dataset": {
| | dataset: { |
| "source": {{#var:rawData}}
| | source: [ |
| }, | | ['Type of mobility', 'Student bachelor', 'Student master', 'Student doctorate'], |
| "xAxis": { "type": "category" },
| | ['BIP-student mobility for studies', 43.3, 85.8, 93.7], |
| "yAxis": {},
| | ['Governance Board meeting', 83.1, 73.4, 55.1], |
| "series": [{ "type": "bar" }, { "type": "bar" }, { "type": "bar" }]
| | ['Matching Event', 86.4, 65.2, 82.5], |
| }</nowiki>
| | ['Other', 72.4, 53.9, 39.1] |
| | ] |
| | }, |
| | xAxis: { type: 'category' }, |
| | yAxis: {}, |
| | series: [{ type: 'bar' }, { type: 'bar' }, { type: 'bar' }] |
| | } |
| }} | | }} |
|
| |
|
| |
|
| |
|
| |
| {{#var:rawData}}
| |