{"id":2605,"date":"2024-05-30T18:35:52","date_gmt":"2024-05-30T18:35:52","guid":{"rendered":"https:\/\/ddta.uop.gr\/stage-ddta\/?page_id=2605"},"modified":"2026-05-19T15:55:32","modified_gmt":"2026-05-19T15:55:32","slug":"staff","status":"publish","type":"page","link":"https:\/\/ddta.uop.gr\/stage-ddta\/en\/staff\/","title":{"rendered":"Staff"},"content":{"rendered":"<p><!doctype html><br \/>\n<html lang=\"en\"><br \/>\n<head><br \/>\n<meta charset=\"utf-8\"><br \/>\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"><br \/>\n<title>MSc Public Administration and Local Government, Staff<\/title><\/p>\n<style>\nbody {\n  margin: 0;\n  background: #fafafa;\n  font-family: Arial, Helvetica, sans-serif;\n}\n<\/style>\n<p><\/head><br \/>\n<body><\/p>\n<style>\n  .ddta-staff {\n    --ddta-accent: #7a1712;\n    --ddta-text: #111827;\n    --ddta-muted: #4b5563;\n    --ddta-line: rgba(17, 24, 39, 0.10);\n    --ddta-card: #ffffff;\n    --ddta-soft: #f7f4f3;\n    max-width: 1180px;\n    margin: 0 auto;\n    padding: 24px 16px 52px;\n    font-family: inherit;\n    color: var(--ddta-text);\n  }\n  .ddta-staff * {\n    box-sizing: border-box;\n  }\n  .ddta-staff-section + .ddta-staff-section {\n    margin-top: 52px;\n  }\n  .ddta-staff-heading {\n    text-align: center;\n    margin: 0 0 30px;\n  }\n  .ddta-staff-heading h2 {\n    margin: 0;\n    font-size: clamp(28px, 3vw, 42px);\n    line-height: 1.15;\n    font-weight: 800;\n    color: var(--ddta-text);\n  }\n  .ddta-staff-heading h2 span {\n    color: var(--ddta-accent);\n  }\n  .ddta-staff-heading::after {\n    content: \"\";\n    display: block;\n    width: 108px;\n    height: 4px;\n    margin: 16px auto 0;\n    border-radius: 999px;\n    background: var(--ddta-accent);\n  }\n  .ddta-staff-intro {\n    max-width: 860px;\n    margin: -12px auto 30px;\n    text-align: center;\n    color: var(--ddta-muted);\n    font-size: 16px;\n    line-height: 1.65;\n  }\n  .ddta-staff-grid {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 24px;\n    align-items: stretch;\n  }\n  .ddta-staff-card {\n    display: flex;\n    flex-direction: column;\n    min-height: 100%;\n    overflow: hidden;\n    border-radius: 22px;\n    background: var(--ddta-card);\n    border: 1px solid var(--ddta-line);\n    box-shadow: 0 14px 34px rgba(17, 24, 39, 0.08);\n  }\n  .ddta-staff-photo {\n    width: 100%;\n    aspect-ratio: 4 \/ 3;\n    background: var(--ddta-soft);\n    overflow: hidden;\n  }\n  .ddta-staff-photo img {\n    width: 100%;\n    height: 100%;\n    display: block;\n    object-fit: cover;\n  }\n  .ddta-staff-body {\n    display: flex;\n    flex-direction: column;\n    flex: 1;\n    padding: 24px;\n  }\n  .ddta-staff-name {\n    margin: 0 0 8px;\n    font-size: 22px;\n    line-height: 1.2;\n    font-weight: 800;\n    color: var(--ddta-text);\n  }\n  .ddta-staff-role {\n    margin: 0 0 14px;\n    color: var(--ddta-accent);\n    font-size: 15px;\n    line-height: 1.45;\n    font-weight: 750;\n  }\n  .ddta-staff-meta {\n    display: grid;\n    gap: 12px;\n    margin: 0 0 18px;\n  }\n  .ddta-staff-row {\n    font-size: 15px;\n    line-height: 1.55;\n    color: var(--ddta-muted);\n  }\n  .ddta-staff-label {\n    display: block;\n    margin-bottom: 2px;\n    color: var(--ddta-text);\n    font-weight: 800;\n  }\n  .ddta-staff-note {\n    display: block;\n    margin-top: 4px;\n    font-size: 14px;\n    color: #6b7280;\n    font-style: italic;\n  }\n  .ddta-staff-actions {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 10px;\n    margin-top: auto;\n    padding-top: 18px;\n    border-top: 1px solid var(--ddta-line);\n  }\n  .ddta-staff-actions a {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    min-height: 40px;\n    padding: 9px 15px;\n    border-radius: 999px;\n    text-decoration: none !important;\n    font-size: 14px;\n    font-weight: 750;\n    line-height: 1;\n    transition: background-color .18s ease, color .18s ease, border-color .18s ease;\n  }\n  .ddta-staff-email,\n  .ddta-staff-phone {\n    color: var(--ddta-text) !important;\n    background: #f3f4f6;\n    border: 1px solid var(--ddta-line);\n  }\n  .ddta-staff-cv {\n    color: #ffffff !important;\n    background: var(--ddta-accent);\n    border: 1px solid var(--ddta-accent);\n  }\n  .ddta-staff-actions a:hover {\n    text-decoration: none !important;\n  }\n  .ddta-staff-email:hover,\n  .ddta-staff-phone:hover {\n    background: #e5e7eb;\n    color: var(--ddta-text) !important;\n  }\n  .ddta-staff-cv:hover {\n    background: #5f110e;\n    border-color: #5f110e;\n    color: #ffffff !important;\n  }\n  @media (max-width: 1024px) {\n    .ddta-staff-grid {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n  }\n  @media (max-width: 680px) {\n    .ddta-staff {\n      padding: 18px 12px 40px;\n    }\n    .ddta-staff-section + .ddta-staff-section {\n      margin-top: 42px;\n    }\n    .ddta-staff-grid {\n      grid-template-columns: 1fr;\n      gap: 18px;\n    }\n    .ddta-staff-body {\n      padding: 20px;\n    }\n    .ddta-staff-name {\n      font-size: 21px;\n    }\n    .ddta-staff-actions a {\n      width: 100%;\n    }\n  }\n<\/style>\n<section aria-labelledby=\"ddta-teaching-staff\">\n<h2 id=\"ddta-teaching-staff\">Teaching Staff<\/h2>\n<p>The MSc Programme in Public Administration and Local Government is supported by academics and specialised collaborators with expertise in public administration, local government, public policy, administrative law, health-services management, information systems, sociology and related fields. This page presents the programme\u2019s teaching and administrative staff in a clear format, including academic rank, field of expertise, office hours, contact details and available CVs.<\/p>\n<article>\n        <img decoding=\"async\" src=\"https:\/\/ddta.uop.gr\/stage-ddta\/wp-content\/uploads\/2024\/05\/ebitsani.jpg\" alt=\"Eugenia Bitsani, Professor\" loading=\"lazy\"><\/p>\n<h3>Eugenia Bitsani<\/h3>\n<p>Professor<\/p>\n<p>              Field of expertise<br \/>\n              Cultural policy, administration and intercultural relations<br \/>\n              Office hours<br \/>\n              Monday, 16:00 to 18:00<br \/>\n            <a href=\"mailto:e.bitsani@go.uop.gr\">Email<\/a><br \/>\n            <a href=\"\/cv\/%CE%95%CF%85%CE%B3%CE%B5%CE%BD%CE%AF%CE%B1%20%CE%9C%CF%80%CE%B9%CF%84%CF%83%CE%AC%CE%BD%CE%B7%20short%20CV%202024.pdf\" target=\"_blank\" rel=\"noopener\">Curriculum Vitae<\/a><br \/>\n      <\/article>\n<article>\n        <img decoding=\"async\" src=\"https:\/\/ddta.uop.gr\/stage-ddta\/wp-content\/uploads\/2020\/01\/Sotiropoulos.jpg\" alt=\"Dimitrios Sotiropoulos, Professor\" loading=\"lazy\"><\/p>\n<h3>Dimitrios Sotiropoulos<\/h3>\n<p>Professor<\/p>\n<p>              Field of expertise<br \/>\n              Modern Political History<br \/>\n              Office hours<br \/>\n              Thursday, 10:00 to 12:00<br \/>\n            <a href=\"mailto:dimisotiropoulo@gmail.com\">Email<\/a><br \/>\n            <a href=\"\/cv\/%CE%94%CF%81%20%CE%94%CE%B7%CE%BC%CE%AE%CF%84%CF%81%CE%B7%CF%82%20%CE%A3%CF%89%CF%84%CE%B7%CF%81%CF%8C%CF%80%CE%BF%CF%85%CE%BB%CE%BF%CF%82.pdf\" target=\"_blank\" rel=\"noopener\">Curriculum Vitae<\/a><br \/>\n      <\/article>\n<article>\n        <img decoding=\"async\" src=\"https:\/\/ddta.uop.gr\/stage-ddta\/wp-content\/uploads\/2020\/01\/tsekos.jpg\" alt=\"Theodoros Tsekos, Professor\" loading=\"lazy\"><\/p>\n<h3>Theodoros Tsekos<\/h3>\n<p>Professor<\/p>\n<p>              Field of expertise<br \/>\n              Public Administration<br \/>\n              Office hours<br \/>\n              Thursday, 14:00 to 15:30<br \/>\n            <a href=\"mailto:t.tsekos@go.uop.gr\">Email<\/a><br \/>\n            <a href=\"\/cv\/3%20Tsekos%20CV%20brief%20Gr%2010-20.pdf\" target=\"_blank\" rel=\"noopener\">Curriculum Vitae<\/a><br \/>\n      <\/article>\n<article>\n        <img decoding=\"async\" src=\"https:\/\/ddta.uop.gr\/stage-ddta\/wp-content\/uploads\/2024\/02\/Theodore-Kotsilieris.jpg\" alt=\"Theodoros Kotsilieris, Professor\" loading=\"lazy\"><\/p>\n<h3>Theodoros Kotsilieris<\/h3>\n<p>Professor<\/p>\n<p>              Field of expertise<br \/>\n              Informatics, with emphasis on distributed management of networks and information systems<br \/>\n              Office hours<br \/>\n              Thursday, 14:00 to 15:30<br \/>\n            <a href=\"mailto:t.kotsilieris@uop.gr\">Email<\/a><br \/>\n            <a href=\"\/cv\/CV_Kotsilieris.pdf\" target=\"_blank\" rel=\"noopener\">Curriculum Vitae<\/a><br \/>\n      <\/article>\n<article>\n        <img decoding=\"async\" src=\"https:\/\/ddta.uop.gr\/stage-ddta\/wp-content\/uploads\/2024\/05\/tsountas1.jpg\" alt=\"Konstantinos Tsountas, Professor\" loading=\"lazy\"><\/p>\n<h3>Konstantinos Tsountas<\/h3>\n<p>Professor<\/p>\n<p>              Field of expertise<br \/>\n              Administrative Law<br \/>\n              Office hours<br \/>\n              Monday, 10:00 to 11:00<br \/>\n            <a href=\"mailto:k.tsountas@go.uop.gr\">Email<\/a><br \/>\n            <a href=\"\/cv\/%CE%A4%CE%A3%CE%9F%CE%A5%CE%9D%CE%A4%CE%91%CE%A3.pdf\" target=\"_blank\" rel=\"noopener\">Curriculum Vitae<\/a><br \/>\n      <\/article>\n<article>\n        <img decoding=\"async\" src=\"https:\/\/ddta.uop.gr\/stage-ddta\/wp-content\/uploads\/2024\/02\/gr0700383_kastanioti_katerina_true-e1707849589856.jpg\" alt=\"Aikaterini Kastanioti, Professor\" loading=\"lazy\"><\/p>\n<h3>Aikaterini Kastanioti<\/h3>\n<p>Professor<\/p>\n<p>              Field of expertise<br \/>\n              Management and Evaluation of Health Services<br \/>\n              Office hours<br \/>\n              Thursday, 14:00 to 15:30<br \/>\n            <a href=\"mailto:a.kastanioti@uop.gr\">Email<\/a><br \/>\n      <\/article>\n<article>\n        <img decoding=\"async\" src=\"https:\/\/ddta.uop.gr\/stage-ddta\/wp-content\/uploads\/2026\/05\/%CE%A7%CE%A72.jpg.webp\" alt=\"Charalampos Chrysomallidis, Assistant Professor\" loading=\"lazy\"><\/p>\n<h3>Charalampos Chrysomallidis<\/h3>\n<p>Assistant Professor<\/p>\n<p>              Field of expertise<br \/>\n              Public Administration and Public Organisations<br \/>\n            <a href=\"mailto:ch.chrysomallidis@uop.gr\">Email<\/a><br \/>\n            <a href=\"\/cv\/%CE%A3%CF%8D%CE%BD%CF%84%CE%BF%CE%BC%CE%BF%20%CE%B2%CE%B9%CE%BF%CE%B3%CF%81%CE%B1%CF%86%CE%B9%CE%BA%CE%BF_%CE%A7%CF%81%CF%85%CF%83%CE%BF%CE%BC%CE%B1%CE%BB%CE%BB%CE%AF%CE%B4%CE%B7%CF%82_%CE%A0%CE%9C%CE%A3.pdf\" target=\"_blank\" rel=\"noopener\">Curriculum Vitae<\/a><br \/>\n      <\/article>\n<article>\n        <img decoding=\"async\" src=\"https:\/\/ddta.uop.gr\/stage-ddta\/wp-content\/uploads\/2024\/02\/voutinioti.jpg\" alt=\"Anastasia Voutynioti, Assistant Professor\" loading=\"lazy\"><\/p>\n<h3>Anastasia Voutynioti<\/h3>\n<p>Assistant Professor<\/p>\n<p>              Field of expertise<br \/>\n              Economics, with specialisation in Informatics<br \/>\n              Office hours<br \/>\n              Thursday, 14:00 to 15:00<br \/>\n            <a href=\"mailto:a.voutynioti@uop.gr\">Email<\/a><br \/>\n            <a href=\"\/cv\/CV%20Anastasia.pdf\" target=\"_blank\" rel=\"noopener\">Curriculum Vitae<\/a><br \/>\n      <\/article>\n<article>\n        <img decoding=\"async\" src=\"https:\/\/ddta.uop.gr\/stage-ddta\/wp-content\/uploads\/2024\/05\/triantafyllopoulou.jpg\" alt=\"Athanasia Triantafyllopoulou, Professor Emerita\" loading=\"lazy\"><\/p>\n<h3>Athanasia Triantafyllopoulou<\/h3>\n<p>Professor Emerita<\/p>\n<p>              Field of expertise<br \/>\n              Development institutions of Local Government<br \/>\n              Office hours<br \/>\n              Thursday, 13:00 to 15:00<br \/>\n            <a href=\"mailto:a.triantafyllopoulou@go.uop.gr\">Email<\/a><br \/>\n      <\/article>\n<article>\n        <img decoding=\"async\" src=\"https:\/\/ddta.uop.gr\/stage-ddta\/wp-content\/uploads\/2026\/05\/Petraki_Maria.webp\" alt=\"Maria Petraki, Assistant Professor\" loading=\"lazy\"><\/p>\n<h3>Maria Petraki<\/h3>\n<p>Assistant Professor<\/p>\n<p>              Field of expertise<br \/>\n              Sociology, with emphasis on Local Government<br \/>\n              Office hours<br \/>\n              Monday, 12:00 to 14:00<br \/>\n              Prior contact with the lecturer is recommended.<br \/>\n            <a href=\"\/cv\/Maria_Petraki_CV.pdf\" target=\"_blank\" rel=\"noopener\">Curriculum Vitae<\/a><br \/>\n      <\/article>\n<article>\n        <img decoding=\"async\" src=\"https:\/\/ddta.uop.gr\/stage-ddta\/wp-content\/uploads\/2024\/02\/nokas.jpg\" alt=\"Georgios Nokas, Laboratory Teaching Staff\" loading=\"lazy\"><\/p>\n<h3>Georgios Nokas<\/h3>\n<p>Laboratory Teaching Staff (E.DI.P.)<\/p>\n<p>              Field of expertise<br \/>\n              Informatics<br \/>\n            <a href=\"mailto:g.nokas@uop.gr\">Email<\/a><br \/>\n      <\/article>\n<article>\n        <img decoding=\"async\" src=\"https:\/\/ddta.uop.gr\/stage-ddta\/wp-content\/uploads\/2024\/02\/thymi.jpeg\" alt=\"Isidora Thymi, Laboratory Teaching Staff and PhD Candidate\" loading=\"lazy\"><\/p>\n<h3>Isidora Thymi<\/h3>\n<p>Laboratory Teaching Staff (E.DI.P.) and PhD Candidate<\/p>\n<p>              Teaching support<br \/>\n              Support in the teaching of the course \u201cPublic Policies of the European Union\u201d<br \/>\n            <a href=\"mailto:i.thymi@go.uop.gr\">Email<\/a><br \/>\n      <\/article>\n<article>\n        <img decoding=\"async\" src=\"https:\/\/ddta.uop.gr\/stage-ddta\/wp-content\/uploads\/2024\/02\/marava.jpg\" alt=\"Georgia Marava, PhD Candidate\" loading=\"lazy\"><\/p>\n<h3>Georgia Marava<\/h3>\n<p>PhD Candidate<\/p>\n<p>              Teaching support<br \/>\n              Support in the teaching of the course \u201cStrategic and Operational Planning as Tools of Public Policy\u201d<br \/>\n      <\/article>\n<\/section>\n<section aria-labelledby=\"ddta-admin-staff\">\n<h2 id=\"ddta-admin-staff\">Administrative Staff<\/h2>\n<article>\n        <img decoding=\"async\" src=\"https:\/\/ddta.uop.gr\/stage-ddta\/wp-content\/uploads\/2024\/02\/thymi.jpeg\" alt=\"Isidora Thymi, MSc Secretariat\" loading=\"lazy\"><\/p>\n<h3>Isidora Thymi<\/h3>\n<p>Secretarial Support<\/p>\n<p>              Role<br \/>\n              MSc Secretariat<br \/>\n            <a href=\"mailto:ddta@go.uop.gr\">Email<\/a><br \/>\n            <a href=\"tel:+302721045315\">Phone<\/a><br \/>\n      <\/article>\n<article>\n        <img decoding=\"async\" src=\"https:\/\/ddta.uop.gr\/stage-ddta\/wp-content\/uploads\/2024\/02\/galiotos.jpg\" alt=\"Konstantinos Galiotos, E-learning and Secretariat Support Officer\" loading=\"lazy\"><\/p>\n<h3>Konstantinos Galiotos<\/h3>\n<p>E-learning and Secretariat Support Officer<\/p>\n<p>              Role<br \/>\n              Technical support for e-learning and administrative support for the MSc Programme<br \/>\n            <a href=\"mailto:k.galiotos@uop.gr\">Email<\/a><br \/>\n      <\/article>\n<article>\n        <img decoding=\"async\" src=\"https:\/\/ddta.uop.gr\/stage-ddta\/wp-content\/uploads\/2026\/05\/astrolabos.jpg\" alt=\"Antonios Kargadouris, Outreach and Communication Technical Support\" loading=\"lazy\"><\/p>\n<h3>Antonios Kargadouris<\/h3>\n<p>Outreach and Communication Technical Support<\/p>\n<p>              Role<br \/>\n              Website and social media support<br \/>\n            <a href=\"mailto:akargas@go.uop.gr\">Email<\/a><br \/>\n      <\/article>\n<\/section>\n<p><\/body><br \/>\n<\/html><\/p>\n","protected":false},"excerpt":{"rendered":"<p>MSc Public Administration and Local Government, Staff Teaching Staff The MSc Programme in Public Administration and Local Government is supported by academics and specialised collaborators with expertise in public administration, local government, public policy, administrative law, health-services management, information systems, sociology and related fields. This page presents the programme\u2019s teaching and administrative staff in a [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"full-width.php","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-2605","page","type-page","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/ddta.uop.gr\/stage-ddta\/wp-json\/wp\/v2\/pages\/2605","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ddta.uop.gr\/stage-ddta\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/ddta.uop.gr\/stage-ddta\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/ddta.uop.gr\/stage-ddta\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/ddta.uop.gr\/stage-ddta\/wp-json\/wp\/v2\/comments?post=2605"}],"version-history":[{"count":0,"href":"https:\/\/ddta.uop.gr\/stage-ddta\/wp-json\/wp\/v2\/pages\/2605\/revisions"}],"wp:attachment":[{"href":"https:\/\/ddta.uop.gr\/stage-ddta\/wp-json\/wp\/v2\/media?parent=2605"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}