baseOption: { timeline: { axisType: 'category', data: ['2023-2024', '2024-2025'], autoPlay: false }, tooltip: { trigger: 'axis', axisPointer: { type: 'shadow' } }, legend: { top: '5%' }, grid: { top: '20%', left: '10%', right: '15%', bottom: '5%', containLabel: true }, color: ['#e67f22'], xAxis: { type: 'category', name: 'Type of Mobility', axisLabel: { rotate: 35, interval: 0 }, data: ['Matching Event (Research, Education etc)','other- staff week, workshop, conference, training, internship, research','STT-staff mobility for training','UNITA Week meeting','Work Package meeting'] }, yAxis: { type: 'value', name: 'Participants' }, series: [ { name: 'Staff administrative', type: 'bar', stack: 'total' } ] }, options: [ { series: [ { data: [2, 4, 2, 16, 17] } ] }, { series: [ { data: [4, 27, 0, 9, 2] } ] } ]
}Administrative Staff: Difference between revisions
No edit summary |
Elie Saade (talk | contribs) No edit summary |
||
| (3 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
<div style="background: linear-gradient(90deg, #0055a4 0%, #00a09a 100%) | __NOTOC__ | ||
<span style="font-size: 3.2em; font-weight: bold; display: block;">UNITA Administrative Staff Dashboard</span> | __NOEDITSECTION__ | ||
<!-- ==================== HEADER ==================== --> | |||
<div style="background: linear-gradient(90deg, #0055a4 0%, #00a09a 100%); padding: 25px; border-radius: 10px; margin-bottom: 20px; box-shadow: 0 4px 6px rgba(0,0,0,0.1); color: #ffffff !important;"> | |||
<span style="font-size: 3.2em; font-weight: bold; display: block; color: #ffffff !important; background: transparent !important;">UNITA Administrative Staff Dashboard</span> | |||
<hr style="border: 0; height: 1px; background: rgba(255,255,255,0.3); margin: 15px 0;"> | <hr style="border: 0; height: 1px; background: rgba(255,255,255,0.3); margin: 15px 0;"> | ||
<span style="color: #ffffff !important; background: transparent !important; display: block;">ℹ️ Tracking administrative harmonization, staff mobility, and the digital integration of the alliance.</span> | |||
</div> | </div> | ||
<div style="background: white; border-radius: 10px; box-shadow: 0 4px 6px rgba(0,0,0,0.05); padding: 25px; border-left: 6px solid # | <div style="background: white; border-radius: 10px; box-shadow: 0 4px 6px rgba(0,0,0,0.05); padding: 25px; border-left: 6px solid #0055a4; font-family: sans-serif; color: #333; margin-bottom: 20px;"> | ||
<h3 style="margin-top: 0; color: # | <h3 style="margin-top: 0; color: #0055a4; 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;">Administrative staff</h4> | <h4 style="margin: 0 0 10px 0; font-size: 1.2em; color: #444;">Administrative staff</h4> | ||
<ul style="margin: 0; padding-left: 20px; line-height: 1.6;"> | <ul style="margin: 0; padding-left: 20px; line-height: 1.6;"> | ||
| Line 15: | Line 18: | ||
</div> | </div> | ||
<div style="border-left: 6px solid #6a1b9a; | <div style="background: white; border-radius: 10px; box-shadow: 0 4px 6px rgba(0,0,0,0.05); padding: 25px; border-left: 6px solid #6a1b9a; font-family: sans-serif; color: #333; margin-bottom: 20px;"> | ||
<h3 style="margin-top: 0; color: #6a1b9a; font-size: 1.5em; border-bottom: 1px solid #eaeaea; padding-bottom: 10px; margin-bottom: 15px;">💡 Staff Mobility & Operational Excellence</h3> | |||
<span style="display: block; line-height: 1.8; text-align: justify; color: #444; background: transparent !important;">The UNITA digital campus and administrative framework rely on the expertise of our professional staff. From <strong>Job Shadowing</strong> programs to the implementation of the <strong>Erasmus Without Paper</strong> standards, this dashboard monitors the progress of our shared operational infrastructure and staff training initiatives.</span> | |||
</div> | </div> | ||
<div style="margin-bottom: 40px;"> | <!-- ==================== MILESTONES SECTION ==================== --> | ||
<div style="background: white; border-radius: 10px; box-shadow: 4px 4px 6px 0px rgba(0,0,0,0.05); padding: 25px; border-left: 6px solid #1a4780; font-family: sans-serif; color: #333; margin-bottom: 40px;"> | |||
<h3 style="margin-top: 0; color: #0055a4; font-size: 3em; font-weight: bold; padding-bottom: 10px; margin-bottom: 15px;">⭐️ Key Administrative Milestones</h3> | |||
<h3 style="margin-top: 0; color: #1a4780; font-size: 2em; font-weight: bold; padding-bottom: 5px; margin-bottom: 5px;">Mobilities per University</h3> | |||
{{# | {{#tag:tabber | ||
|HES-SO={{#echarts: | |||
height=700px|option = { | |||
baseOption: { | |||
timeline: { axisType: 'category', data: ['2023-2024', '2024-2025'], autoPlay: false }, | |||
tooltip: { trigger: 'axis', axisPointer: { type: 'shadow' } }, | |||
legend: { top: '5%' }, | |||
grid: { top: '20%', left: '10%', right: '15%', bottom: '5%', containLabel: true }, | |||
color: ['#e67f22'], | |||
xAxis: { | |||
type: 'category', | |||
name: 'Type of Mobility', | |||
axisLabel: { rotate: 35, interval: 0 }, | |||
data: ['Matching Event (Research, Education etc)','other- staff week, workshop, conference, training, internship, research','STT-staff mobility for training','UNITA Week meeting','Work Package meeting'] | |||
}, | |||
yAxis: { type: 'value', name: 'Participants' }, | |||
series: [ | |||
{ name: 'Staff administrative', type: 'bar', stack: 'total' } | |||
] | |||
}, | |||
options: [ | |||
{ | |||
series: [ | |||
{ data: [2, 4, 2, 16, 17] } | |||
] | |||
}, | |||
{ | |||
series: [ | |||
{ data: [4, 27, 0, 9, 2] } | |||
] | |||
} | |||
] | |||
} | |||
}} | }} | ||
</ | {{!}}-{{!}} IPG={{#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: '10%', right: '15%', bottom: '5%', containLabel: true }, | |||
color: ['#e67f22'], | |||
xAxis: { | |||
type: 'category', | |||
name: 'Type of Mobility', | |||
axisLabel: { rotate: 35, interval: 0 }, | |||
data: ['Matching Event (Research, Education etc)','other- staff week, workshop, conference, training, internship, research','STT-staff mobility for training','UNITA Week meeting','Work Package meeting'] | |||
}, | |||
yAxis: { type: 'value', name: 'Participants' }, | |||
series: [ | |||
{ name: 'Staff administrative', type: 'bar', stack: 'total' } | |||
] | |||
}, | |||
options: [ | |||
{ | |||
series: [ | |||
{ data: [1, 0, 2, 4, 10] } | |||
] | |||
}, | |||
{ | |||
series: [ | |||
{ data: [1, 0, 2, 1, 4] } | |||
] | |||
}, | |||
{ | |||
series: [ | |||
{ data: [0, 2, 0, 3, 13] } | |||
] | |||
} | |||
] | |||
} | |||
}} | |||
{{!}}-{{!}} UBI={{#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: '10%', right: '15%', bottom: '5%', containLabel: true }, | |||
color: ['#e67f22'], | |||
xAxis: { | |||
type: 'category', | |||
name: 'Type of Mobility', | |||
axisLabel: { rotate: 35, interval: 0 }, | |||
data: ['Matching Event (Research, Education etc)','other- staff week, workshop, conference, training, internship, research','STT-staff mobility for training','UNITA Week meeting','Work Package meeting'] | |||
}, | |||
yAxis: { type: 'value', name: 'Participants' }, | |||
series: [ | |||
{ name: 'Staff administrative', type: 'bar', stack: 'total' } | |||
] | |||
}, | |||
options: [ | |||
{ | |||
series: [ | |||
{ data: [1, 0, 2, 4, 10] } | |||
] | |||
}, | |||
{ | |||
series: [ | |||
{ data: [1, 0, 2, 1, 4] } | |||
] | |||
}, | |||
{ | |||
series: [ | |||
{ data: [0, 2, 0, 3, 13] } | |||
] | |||
} | |||
] | |||
} | |||
}} | |||
{{!}}-{{!}} UNIBS= | |||
{{#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: '10%', right: '15%', bottom: '5%', containLabel: true }, | |||
color: ['#e67f22'], | |||
xAxis: { | |||
type: 'category', | |||
name: 'Type of Mobility', | |||
axisLabel: { rotate: 35, interval: 0 }, | |||
data: ['Matching Event (Research, Education etc)','other- staff week, workshop, conference, training, internship, research','STT-staff mobility for training','UNITA Week meeting','Work Package meeting'] | |||
}, | |||
yAxis: { type: 'value', name: 'Participants' }, | |||
series: [ | |||
{ name: 'Staff administrative', type: 'bar', stack: 'total' } | |||
] | |||
}, | |||
options: [ | |||
{ | |||
series: [ | |||
{ data: [1, 4, 5, 9, 1] } | |||
] | |||
}, | |||
{ | |||
series: [ | |||
{ data: [0, 0, 5, 8, 2] } | |||
] | |||
}, | |||
{ | |||
series: [ | |||
{ data: [0, 0, 0, 0, 8] } | |||
] | |||
} | |||
] | |||
} | |||
}} | |||
{{!}}-{{!}} UNITBV={{#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: '10%', right: '15%', bottom: '5%', containLabel: true }, | |||
color: ['#e67f22'], | |||
xAxis: { | |||
type: 'category', | |||
name: 'Type of Mobility', | |||
axisLabel: { rotate: 35, interval: 0 }, | |||
data: ['other- staff week, workshop, conference, training, internship, research','STT-staff mobility for training','UNITA Week meeting','WP Staff Week/Meeting'] | |||
}, | |||
yAxis: { type: 'value', name: 'Participants' }, | |||
series: [ | |||
{ name: 'Staff administrative', type: 'bar', stack: 'total' } | |||
] | |||
}, | |||
options: [ | |||
{ | |||
series: [ | |||
{ data: [0, 1, 0, 5] } | |||
] | |||
}, | |||
{ | |||
series: [ | |||
{ data: [21, 11, 5, 0] } | |||
] | |||
}, | |||
{ | |||
series: [ | |||
{ data: [0, 0, 0, 5] } | |||
] | |||
} | |||
] | |||
} | |||
}} | |||
{{!}}-{{!}} UNITO={{#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: '10%', right: '15%', bottom: '15%', containLabel: true }, | |||
color: ['#e67f22'], | |||
xAxis: { type: 'category', name: 'Type of Mobility', axisLabel: { rotate: 30, interval: 0 } }, | |||
yAxis: { type: 'value', name: 'Participants' }, | |||
series: [ | |||
{ name: 'Staff administrative', type: 'bar', stack: 'total' } | |||
] | |||
}, | |||
options: [ | |||
{ | |||
xAxis: { data: ['STA-staff mobility for teaching', 'UNITA Week meeting', 'Work Package meeting'] }, | |||
series: [ | |||
{ data: [14, 7, 13] } | |||
] | |||
}, | |||
{ | |||
xAxis: { data: ['Matching Event (Research, Education etc)', 'STA-staff mobility for teaching', 'STT-staff mobility for training', 'UNITA Week meeting', 'Work Package meeting'] }, | |||
series: [ | |||
{ data: [3, 5, 1, 5, 3] } | |||
] | |||
}, | |||
{ | |||
xAxis: { data: ['Work Package meeting'] }, | |||
series: [ | |||
{ data: [11] } | |||
] | |||
} | |||
] | |||
} | |||
}} | |||
{{!}}-{{!}} UNIZAR={{#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: '10%', right: '15%', bottom: '0%', containLabel: true }, | |||
color: ['#e67f22'], | |||
xAxis: { | |||
type: 'category', | |||
name: 'Type of Mobility', | |||
axisLabel: { rotate: 35, interval: 0 }, | |||
data: ['other- staff week, workshop, conference, training, internship, research','STT-staff mobility for training','UNITA Week meeting','WP Staff Week/Meeting'] | |||
}, | |||
yAxis: { type: 'value', name: 'Participants' }, | |||
series: [ | |||
{ name: 'Staff administrative', type: 'bar', stack: 'total' } | |||
] | |||
}, | |||
options: [ | |||
{ | |||
series: [ | |||
{ data: [3, 0, 4, 6] } | |||
] | |||
}, | |||
{ | |||
series: [ | |||
{ data: [7, 1, 5, 4] } | |||
] | |||
}, | |||
{ | |||
series: [ | |||
{ data: [0, 0, 2, 5] } | |||
] | |||
} | |||
] | |||
} | |||
}} | |||
{{!}}-{{!}} UPNA={{#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: '10%', right: '15%', bottom: '25%', containLabel: true }, | |||
color: ['#e67f22'], | |||
xAxis: { | |||
type: 'category', | |||
name: 'Type of Mobility', | |||
axisLabel: { rotate: 35, interval: 0 }, | |||
data: ['STA-staff mobility for teaching','STT-staff mobility for training'] | |||
}, | |||
yAxis: { type: 'value', name: 'Participants' }, | |||
series: [ | |||
{ name: 'Staff administrative', type: 'bar', stack: 'total' } | |||
] | |||
}, | |||
options: [ | |||
{ | |||
series: [ | |||
{ data: [0, 1] } | |||
] | |||
}, | |||
{ | |||
series: [ | |||
{ data: [2, 0] } | |||
] | |||
}, | |||
{ | |||
series: [ | |||
{ data: [0, 0] } | |||
] | |||
} | |||
] | |||
} | |||
}} | |||
{{!}}-{{!}} UPPA={{#echarts: | |||
height=700px |option = { | |||
baseOption: { | |||
timeline: { axisType: 'category', data: ['2023-2024', '2024-2025'], autoPlay: false }, | |||
tooltip: { trigger: 'axis', axisPointer: { type: 'shadow' } }, | |||
legend: { top: '5%' }, | |||
grid: { top: '20%', left: '10%', right: '15%', bottom: '0%', containLabel: true }, | |||
color: ['#e67f22'], | |||
xAxis: { | |||
type: 'category', | |||
name: 'Type of Mobility', | |||
axisLabel: { rotate: 35, interval: 0 }, | |||
data: [] | |||
}, | |||
yAxis: { type: 'value', name: 'Participants' }, | |||
series: [ | |||
{ name: 'Staff administrative', type: 'bar', stack: 'total' } | |||
] | |||
}, | |||
options: [ | |||
{ | |||
series: [ | |||
{ data: [] } | |||
] | |||
}, | |||
{ | |||
series: [ | |||
{ data: [] } | |||
] | |||
} | |||
] | |||
} | |||
}} | |||
{{!}}-{{!}} USMB={{#echarts: | |||
height=700px |option = { | |||
baseOption: { | |||
timeline: { axisType: 'category', data: ['2023-2024', '2024-2025'], autoPlay: false }, | |||
tooltip: { trigger: 'axis', axisPointer: { type: 'shadow' } }, | |||
legend: { top: '5%' }, | |||
grid: { top: '20%', left: '10%', right: '15%', bottom: '5%', containLabel: true }, | |||
color: ['#e67f22'], | |||
xAxis: { | |||
type: 'category', | |||
name: 'Type of Mobility', | |||
axisLabel: { rotate: 35, interval: 0 }, | |||
data: ['other- staff week, workshop, conference, training, internship, research','STT-staff mobility for training','UNITA Week meeting','Work Package meeting'] | |||
}, | |||
yAxis: { type: 'value', name: 'Participants' }, | |||
series: [ | |||
{ name: 'Staff administrative', type: 'bar', stack: 'total' } | |||
] | |||
}, | |||
options: [ | |||
{ | |||
series: [ | |||
{ data: [9, 35, 3, 3] } | |||
] | |||
}, | |||
{ | |||
series: [ | |||
{ data: [5, 15, 2, 0] } | |||
] | |||
} | |||
] | |||
} | |||
}} | |||
{{!}}-{{!}} UVT={{#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: '10%', right: '15%', bottom: '5%', containLabel: true }, | |||
color: ['#e67f22'], | |||
xAxis: { | |||
type: 'category', | |||
name: 'Type of Mobility', | |||
axisLabel: { rotate: 35, interval: 0 }, | |||
data: ['Matching Event (Research, Education etc)','other- staff week, workshop, conference, training, internship, research','STT-staff mobility for training','UNITA Week meeting','Work Package meeting'] | |||
}, | |||
yAxis: { type: 'value', name: 'Participants' }, | |||
series: [ | |||
{ name: 'Staff administrative', type: 'bar', stack: 'total' } | |||
] | |||
}, | |||
options: [ | |||
{ | |||
series: [ | |||
{ data: [2, 2, 43, 6, 14] } | |||
] | |||
}, | |||
{ | |||
series: [ | |||
{ data: [0, 3, 13, 5, 0] } | |||
] | |||
}, | |||
{ | |||
series: [ | |||
{ data: [0, 0, 0, 0, 5] } | |||
] | |||
} | |||
] | |||
} | |||
}} | |||
}} | |||
<h3 style="margin-top: 0; color: #1a4780; font-size: 1.8em; font-weight: bold; padding-bottom: 10px; margin-bottom: 15px;">Participation in Geminae Activities</h3> | |||
{{#echarts: | |||
height=500px |option = { | |||
tooltip: { trigger: 'axis', axisPointer: { type: 'shadow' } }, | |||
grid: { top: '15%', left: '5%', right: '5%', bottom: '10%', containLabel: true }, | |||
color: ['#6f42c1'], | |||
xAxis: { | |||
type: 'category', | |||
name: 'Year', | |||
axisLabel: { interval: 0 }, | |||
/* TARGET: Parse the 'date' column here for the X-axis */ | |||
data: ['2024', '2025'] | |||
}, | |||
yAxis: { type: 'value', name: 'Participants' }, | |||
series: [ | |||
{ | |||
name: 'Total Participants', | |||
type: 'bar', | |||
barMaxWidth: 80, | |||
/* TARGET: 'participation_geminae_activities' column for the Y-axis */ | |||
data: [157, 279] | |||
} | |||
] | |||
} | |||
}} | |||
<h3 style="margin-top: 0; color: #1a4780; font-size: 2em; font-weight: bold; padding-bottom: 5px; margin-bottom: 5px;">Brand Harmonisation</h3> | |||
<h4 style="margin: 0 0 20px 0; font-size: 1.2em; color: #666; font-weight: normal;">Percentage of partners having harmonised the UNITA corporate identity marks in their official communication</h4> | |||
{{#echarts: | |||
height=450px |option = { | |||
tooltip: { | |||
trigger: 'item', | |||
{ | formatter: '{b}: {c}%' | ||
}, | |||
legend: { | |||
top: '5%', | |||
left: 'center', | |||
textStyle: { fontSize: 14 } | |||
}, | |||
color: ['#1a4780', '#e0e0e0'], | |||
series: [ | |||
{ | |||
name: 'Corporate Identity', | |||
type: 'pie', | |||
radius: ['50%', '75%'], | |||
avoidLabelOverlap: false, | |||
itemStyle: { | |||
borderRadius: 10, | |||
borderColor: '#fff', | |||
borderWidth: 2 | |||
}, | |||
label: { | |||
show: true, | |||
position: 'center', | |||
formatter: '{c}%\n\nHarmonised', | |||
fontSize: 28, | |||
fontWeight: 'bold', | |||
color: '#1a4780' | |||
}, | |||
emphasis: { | |||
label: { | |||
show: true, | |||
fontSize: 32, | |||
fontWeight: 'bold' | |||
} | |||
}, | |||
labelLine: { | |||
show: false | |||
}, | |||
data: [ | |||
{ value: 100, name: 'Harmonised Partners' } | |||
] | |||
} | |||
] | |||
} | |||
}} | }} | ||
</div> | </div> | ||
Latest revision as of 12:01, 10 July 2026
UNITA Administrative Staff Dashboard
ℹ️ Tracking administrative harmonization, staff mobility, and the digital integration of the alliance.
Potential Impacts on Stakeholders
Administrative staff
- Career development and leadership opportunities
- Seamless cross-institutional collaboration
- Linguistic and intercultural competences
💡 Staff Mobility & Operational Excellence
The UNITA digital campus and administrative framework rely on the expertise of our professional staff. From Job Shadowing programs to the implementation of the Erasmus Without Paper standards, this dashboard monitors the progress of our shared operational infrastructure and staff training initiatives.