{"id":27109,"date":"2020-09-23T16:31:56","date_gmt":"2020-09-23T13:31:56","guid":{"rendered":"https:\/\/www.eap.gr\/erasmus\/"},"modified":"2026-09-04T10:59:57","modified_gmt":"2026-09-04T07:59:57","slug":"erasmus","status":"publish","type":"page","link":"https:\/\/www.eap.gr\/en\/erasmus\/","title":{"rendered":"Erasmus"},"content":{"rendered":"\n<!-- =========================================================\n     HOU \u00b7 ERASMUS+\n     PROGRAMME INFORMATION & CONTACTS\n     ========================================================= -->\n\n<style>\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Outfit:wght@400;500;600;700&family=Source+Serif+4:wght@500;600;700&display=swap');\n\n\n\/* =========================================================\n   BASIC\n   ========================================================= *\/\n\n.eap-erasmus-profile,\n.eap-erasmus-profile *{\n  box-sizing:border-box;\n}\n\n.eap-erasmus-profile{\n  --blue-dark:#0d3b72;\n  --blue:#1d73be;\n  --gold:#e8a820;\n  --pink:#c2187a;\n  --green:#0f7b6c;\n  --text:#24384f;\n  --muted:#617a96;\n  --border:#dce8f4;\n\n  width:100%;\n  max-width:1350px;\n  margin:0 auto;\n  padding:0 0 2rem;\n\n  font-family:'Outfit',sans-serif;\n  color:var(--text);\n}\n\n\n\/* =========================================================\n   ANIMATIONS\n   ========================================================= *\/\n\n@keyframes erpCardIn{\n  from{\n    opacity:0;\n    transform:translateY(18px);\n  }\n  to{\n    opacity:1;\n    transform:translateY(0);\n  }\n}\n\n@keyframes erpFadeUp{\n  from{\n    opacity:0;\n    transform:translateY(10px);\n  }\n  to{\n    opacity:1;\n    transform:translateY(0);\n  }\n}\n\n@keyframes erpShimmer{\n  0%{\n    background-position:200% center;\n  }\n\n  100%{\n    background-position:-200% center;\n  }\n}\n\n\n\/* =========================================================\n   HEADER\n   ========================================================= *\/\n\n.eap-erasmus-profile .erp-header{\n  position:relative;\n  overflow:hidden;\n\n  padding:2.1rem 2rem 1.7rem;\n\n  border-radius:15px 15px 0 0;\n\n  background:linear-gradient(\n    135deg,\n    #0d3b72 0%,\n    #14558f 38%,\n    #1d73be 72%,\n    #185fa5 100%\n  );\n\n  animation:erpCardIn .45s ease both;\n}\n\n.eap-erasmus-profile .erp-header::before{\n  content:'';\n\n  position:absolute;\n  inset:0;\n\n  background:url(\"data:image\/svg+xml,%3Csvg width='72' height='72' viewBox='0 0 72 72' xmlns='http:\/\/www.w3.org\/2000\/svg'%3E%3Ccircle cx='36' cy='36' r='33' fill='none' stroke='rgba(255,255,255,0.045)' stroke-width='1'\/%3E%3Ccircle cx='36' cy='36' r='22' fill='none' stroke='rgba(255,255,255,0.045)' stroke-width='1'\/%3E%3Ccircle cx='36' cy='36' r='10' fill='none' stroke='rgba(255,255,255,0.045)' stroke-width='1'\/%3E%3C\/svg%3E\") repeat;\n\n  pointer-events:none;\n}\n\n.eap-erasmus-profile .erp-header::after{\n  content:'';\n\n  position:absolute;\n  top:-95px;\n  right:-70px;\n\n  width:280px;\n  height:280px;\n\n  border:1px solid rgba(255,255,255,.09);\n  border-radius:50%;\n\n  box-shadow:\n    0 0 0 38px rgba(255,255,255,.025),\n    0 0 0 78px rgba(255,255,255,.018);\n\n  pointer-events:none;\n}\n\n.eap-erasmus-profile .erp-header-content{\n  position:relative;\n  z-index:1;\n}\n\n.eap-erasmus-profile .erp-badge{\n  display:inline-flex;\n  align-items:center;\n  gap:.45rem;\n\n  margin-bottom:.9rem;\n  padding:.35rem .8rem;\n\n  border:1px solid rgba(255,255,255,.28);\n  border-radius:999px;\n\n  background:rgba(255,255,255,.14);\n\n  color:#fff;\n\n  font-size:.72rem;\n  font-weight:700;\n  letter-spacing:.09em;\n\n  backdrop-filter:blur(5px);\n}\n\n.eap-erasmus-profile .erp-badge svg{\n  width:15px;\n  height:15px;\n}\n\n.eap-erasmus-profile .erp-header h2{\n  margin:0 0 .65rem!important;\n  padding:0!important;\n\n  color:#fff!important;\n\n  font-family:'Source Serif 4',serif;\n  font-size:clamp(1.5rem,2.8vw,2.05rem);\n  font-weight:600;\n  line-height:1.3;\n}\n\n.eap-erasmus-profile .erp-header p{\n  max-width:850px;\n\n  margin:0!important;\n\n  color:rgba(255,255,255,.78)!important;\n\n  font-size:.94rem;\n  line-height:1.6;\n}\n\n\n\/* =========================================================\n   SHIMMER\n   ========================================================= *\/\n\n.eap-erasmus-profile .erp-shimmer{\n  height:4px;\n\n  background:linear-gradient(\n    90deg,\n    #0d3b72 0%,\n    #e8a820 25%,\n    #c2187a 50%,\n    #1d73be 75%,\n    #0d3b72 100%\n  );\n\n  background-size:200% auto;\n\n  animation:erpShimmer 3.5s linear infinite;\n}\n\n\n\/* =========================================================\n   STATUS \/ ADDRESS\n   ========================================================= *\/\n\n.eap-erasmus-profile .erp-status{\n  display:flex;\n  align-items:center;\n  gap:1rem;\n\n  padding:1rem 1.5rem;\n\n  background:linear-gradient(\n    90deg,\n    #eef6ff 0%,\n    #f8fbff 100%\n  );\n\n  border-left:1px solid var(--border);\n  border-right:1px solid var(--border);\n}\n\n.eap-erasmus-profile .erp-status-icon{\n  display:flex;\n  align-items:center;\n  justify-content:center;\n\n  width:40px;\n  height:40px;\n  flex:0 0 40px;\n\n  border-radius:50%;\n\n  background:var(--blue);\n  color:#fff;\n}\n\n.eap-erasmus-profile .erp-status-icon svg{\n  width:20px;\n  height:20px;\n}\n\n.eap-erasmus-profile .erp-status p{\n  margin:0!important;\n\n  color:#234b72!important;\n\n  font-size:.91rem;\n  line-height:1.55;\n}\n\n\n\/* =========================================================\n   BODY\n   ========================================================= *\/\n\n.eap-erasmus-profile .erp-body{\n  overflow:hidden;\n\n  border:1px solid var(--border);\n  border-top:0;\n\n  border-radius:0 0 15px 15px;\n\n  background:#fff;\n\n  box-shadow:0 18px 45px rgba(13,59,114,.08);\n}\n\n\n\/* =========================================================\n   SECTION\n   ========================================================= *\/\n\n.eap-erasmus-profile .erp-section{\n  padding:1.55rem 1.75rem;\n\n  border-bottom:1px solid #e8f1fb;\n\n  animation:erpFadeUp .5s ease both;\n}\n\n.eap-erasmus-profile .erp-section:last-child{\n  border-bottom:0;\n}\n\n.eap-erasmus-profile .erp-section-label{\n  display:flex;\n  align-items:center;\n  gap:.48rem;\n\n  margin:0 0 1rem!important;\n\n  color:var(--blue)!important;\n\n  font-size:.76rem;\n  font-weight:700;\n  letter-spacing:.1em;\n  text-transform:uppercase;\n}\n\n.eap-erasmus-profile .erp-section-label svg{\n  width:17px;\n  height:17px;\n}\n\n\n\/* =========================================================\n   PERSON CARDS\n   ========================================================= *\/\n\n.eap-erasmus-profile .erp-person-grid{\n  display:grid;\n  grid-template-columns:repeat(2,minmax(0,1fr));\n  gap:1rem;\n}\n\n.eap-erasmus-profile .erp-person-card{\n  position:relative;\n\n  padding:1.2rem;\n\n  border:1px solid #dce8f4;\n  border-radius:12px;\n\n  background:linear-gradient(\n    145deg,\n    #ffffff 0%,\n    #f8fbff 100%\n  );\n\n  box-shadow:0 6px 20px rgba(13,59,114,.04);\n\n  transition:\n    transform .22s ease,\n    box-shadow .22s ease,\n    border-color .22s ease;\n}\n\n.eap-erasmus-profile .erp-person-card:hover{\n  transform:translateY(-3px);\n\n  border-color:#bad5eb;\n\n  box-shadow:0 13px 28px rgba(13,59,114,.09);\n}\n\n.eap-erasmus-profile .erp-card-head{\n  display:flex;\n  align-items:flex-start;\n  gap:.85rem;\n}\n\n.eap-erasmus-profile .erp-person-icon{\n  display:flex;\n  align-items:center;\n  justify-content:center;\n\n  width:43px;\n  height:43px;\n  flex:0 0 43px;\n\n  border-radius:11px;\n\n  background:#eef6ff;\n  color:var(--blue);\n}\n\n.eap-erasmus-profile .erp-person-card:nth-child(2) .erp-person-icon{\n  background:#fff8e7;\n  color:#b77c00;\n}\n\n.eap-erasmus-profile .erp-person-icon svg{\n  width:21px;\n  height:21px;\n}\n\n.eap-erasmus-profile .erp-role{\n  display:block;\n\n  margin-bottom:.25rem;\n\n  color:var(--muted);\n\n  font-size:.73rem;\n  font-weight:700;\n  letter-spacing:.06em;\n  text-transform:uppercase;\n}\n\n.eap-erasmus-profile .erp-person-name{\n  margin:0!important;\n\n  color:var(--blue-dark)!important;\n\n  font-size:1.04rem!important;\n  font-weight:700;\n  line-height:1.4;\n}\n\n.eap-erasmus-profile .erp-person-details{\n  margin:.85rem 0 0!important;\n\n  color:#58718b!important;\n\n  font-size:.86rem;\n  line-height:1.6;\n}\n\n.eap-erasmus-profile a{\n  color:var(--blue)!important;\n  text-decoration:none!important;\n  font-weight:600;\n}\n\n.eap-erasmus-profile a:hover{\n  text-decoration:underline!important;\n}\n\n\n\/* =========================================================\n   ADMINISTRATION\n   ========================================================= *\/\n\n.eap-erasmus-profile .erp-admin-box{\n  padding:1.15rem 1.2rem;\n\n  border-left:3px solid var(--green);\n  border-radius:0 11px 11px 0;\n\n  background:#f1faf8;\n}\n\n.eap-erasmus-profile .erp-admin-title{\n  margin:0 0 .35rem!important;\n\n  color:#09675a!important;\n\n  font-size:1rem!important;\n  font-weight:700;\n}\n\n.eap-erasmus-profile .erp-admin-address{\n  margin:0 0 1rem!important;\n\n  color:#496f69!important;\n\n  font-size:.88rem;\n  line-height:1.6;\n}\n\n.eap-erasmus-profile .erp-contact-main{\n  display:flex;\n  align-items:center;\n  gap:.75rem;\n\n  margin-bottom:1rem;\n  padding:.85rem 1rem;\n\n  border:1px solid #cfe8e1;\n  border-radius:10px;\n\n  background:#fff;\n}\n\n.eap-erasmus-profile .erp-contact-main svg{\n  width:20px;\n  height:20px;\n  flex:0 0 20px;\n\n  color:var(--green);\n}\n\n.eap-erasmus-profile .erp-contact-main span{\n  display:block;\n\n  color:#607d78;\n\n  font-size:.75rem;\n  font-weight:700;\n  text-transform:uppercase;\n  letter-spacing:.06em;\n}\n\n.eap-erasmus-profile .erp-contact-main a{\n  color:#0f7b6c!important;\n\n  font-size:.94rem;\n}\n\n.eap-erasmus-profile .erp-support-grid{\n  display:grid;\n  grid-template-columns:repeat(2,minmax(0,1fr));\n  gap:.75rem;\n}\n\n.eap-erasmus-profile .erp-support-person{\n  padding:.85rem 1rem;\n\n  border-radius:9px;\n\n  background:rgba(255,255,255,.75);\n\n  border:1px solid #dbeee9;\n}\n\n.eap-erasmus-profile .erp-support-person strong{\n  display:block;\n\n  margin-bottom:.25rem;\n\n  color:#254f49;\n}\n\n.eap-erasmus-profile .erp-support-person span{\n  color:#607d78;\n  font-size:.84rem;\n}\n\n\n\/* =========================================================\n   SCHOOL COORDINATORS\n   ========================================================= *\/\n\n.eap-erasmus-profile .erp-school-grid{\n  display:grid;\n  grid-template-columns:repeat(2,minmax(0,1fr));\n  gap:1rem;\n}\n\n.eap-erasmus-profile .erp-school-card{\n  position:relative;\n\n  overflow:hidden;\n\n  padding:1.15rem 1.15rem 1.1rem;\n\n  border:1px solid #dce8f4;\n  border-radius:12px;\n\n  background:#fff;\n\n  box-shadow:0 5px 18px rgba(13,59,114,.04);\n\n  transition:\n    transform .22s ease,\n    box-shadow .22s ease;\n}\n\n.eap-erasmus-profile .erp-school-card::before{\n  content:'';\n\n  position:absolute;\n  left:0;\n  top:0;\n  bottom:0;\n\n  width:4px;\n\n  background:var(--blue);\n}\n\n.eap-erasmus-profile .erp-school-card:nth-child(2)::before{\n  background:var(--gold);\n}\n\n.eap-erasmus-profile .erp-school-card:nth-child(3)::before{\n  background:var(--green);\n}\n\n.eap-erasmus-profile .erp-school-card:nth-child(4)::before{\n  background:var(--pink);\n}\n\n.eap-erasmus-profile .erp-school-card:hover{\n  transform:translateY(-3px);\n\n  box-shadow:0 12px 25px rgba(13,59,114,.08);\n}\n\n.eap-erasmus-profile .erp-school-name{\n  margin:0 0 .8rem!important;\n\n  color:var(--blue-dark)!important;\n\n  font-size:.96rem!important;\n  font-weight:700;\n  line-height:1.45;\n}\n\n.eap-erasmus-profile .erp-coordinator-name{\n  margin:0!important;\n\n  color:#24384f!important;\n\n  font-size:.92rem;\n  font-weight:700;\n}\n\n.eap-erasmus-profile .erp-coordinator-role{\n  display:block;\n\n  margin:.15rem 0 .65rem;\n\n  color:var(--muted);\n\n  font-size:.82rem;\n}\n\n.eap-erasmus-profile .erp-contact-line{\n  display:flex;\n  align-items:center;\n  gap:.42rem;\n\n  margin:.25rem 0;\n\n  color:#58718b;\n\n  font-size:.83rem;\n}\n\n.eap-erasmus-profile .erp-contact-line svg{\n  width:15px;\n  height:15px;\n  flex:0 0 15px;\n\n  color:var(--blue);\n}\n\n\n\/* =========================================================\n   RESPONSIVE\n   ========================================================= *\/\n\n@media(max-width:767px){\n\n  .eap-erasmus-profile .erp-header{\n    padding:1.65rem 1.25rem 1.4rem;\n  }\n\n  .eap-erasmus-profile .erp-header h2{\n    font-size:1.4rem;\n  }\n\n  .eap-erasmus-profile .erp-status{\n    padding:.9rem 1.1rem;\n  }\n\n  .eap-erasmus-profile .erp-section{\n    padding:1.2rem 1.1rem;\n  }\n\n  .eap-erasmus-profile .erp-person-grid,\n  .eap-erasmus-profile .erp-school-grid,\n  .eap-erasmus-profile .erp-support-grid{\n    grid-template-columns:1fr;\n  }\n\n}\n\n@media(max-width:480px){\n\n  .eap-erasmus-profile .erp-header h2{\n    font-size:1.28rem;\n  }\n\n  .eap-erasmus-profile .erp-status{\n    align-items:flex-start;\n  }\n\n  .eap-erasmus-profile .erp-card-head{\n    align-items:flex-start;\n  }\n\n}\n\n@media(prefers-reduced-motion:reduce){\n\n  .eap-erasmus-profile *,\n  .eap-erasmus-profile *::before,\n  .eap-erasmus-profile *::after{\n    animation-duration:.01ms!important;\n    animation-iteration-count:1!important;\n    transition-duration:.01ms!important;\n  }\n\n}\n<\/style>\n\n\n<div class=\"eap-erasmus-profile\">\n\n\n  <!-- =====================================================\n       HEADER\n       ===================================================== -->\n\n  <div class=\"erp-header\">\n\n    <div class=\"erp-header-content\">\n\n      <div class=\"erp-badge\">\n\n        <svg viewBox=\"0 0 24 24\" fill=\"none\">\n          <path\n            d=\"M4 19.5h16M6 19.5v-11h12v11M8.5 8.5V5h7v3.5M9 12h2M13 12h2M9 15.5h2M13 15.5h2\"\n            stroke=\"currentColor\"\n            stroke-width=\"1.7\"\n            stroke-linecap=\"round\"\n            stroke-linejoin=\"round\"\n          \/>\n        <\/svg>\n\n        HELLENIC OPEN UNIVERSITY\n\n      <\/div>\n\n\n      <h2>ERASMUS+ Programme<\/h2>\n\n\n      <p>\n        Programme information, scientific responsibility,\n        administrative support and ERASMUS+ Departmental Coordinators\n        of the Hellenic Open University.\n      <\/p>\n\n    <\/div>\n\n  <\/div>\n\n\n  <div class=\"erp-shimmer\"><\/div>\n\n\n\n  <!-- =====================================================\n       POSTAL ADDRESS\n       ===================================================== -->\n\n  <div class=\"erp-status\">\n\n    <div class=\"erp-status-icon\">\n\n      <svg viewBox=\"0 0 24 24\" fill=\"none\">\n        <path\n          d=\"M12 21s6-5.4 6-11a6 6 0 10-12 0c0 5.6 6 11 6 11z\"\n          stroke=\"currentColor\"\n          stroke-width=\"1.7\"\n          stroke-linejoin=\"round\"\n        \/>\n        <circle\n          cx=\"12\"\n          cy=\"10\"\n          r=\"2\"\n          stroke=\"currentColor\"\n          stroke-width=\"1.7\"\n        \/>\n      <\/svg>\n\n    <\/div>\n\n    <p>\n      <strong>Postal Address:<\/strong><br>\n      Hellenic Open University \u00b7 Student Support Unit \/ ERASMUS+ Office \u00b7\n      18, Aristotelous SdR., 26335 Perivola, Patras, GREECE\n    <\/p>\n\n  <\/div>\n\n\n\n  <div class=\"erp-body\">\n\n\n    <!-- =====================================================\n         SCIENTIFIC RESPONSIBILITY \/ OFFICE\n         ===================================================== -->\n\n    <div class=\"erp-section\">\n\n      <p class=\"erp-section-label\">\n\n        <svg viewBox=\"0 0 24 24\" fill=\"none\">\n          <circle\n            cx=\"12\"\n            cy=\"8\"\n            r=\"3.5\"\n            stroke=\"currentColor\"\n            stroke-width=\"1.7\"\n          \/>\n          <path\n            d=\"M5.5 20c.7-4 3-6 6.5-6s5.8 2 6.5 6\"\n            stroke=\"currentColor\"\n            stroke-width=\"1.7\"\n            stroke-linecap=\"round\"\n          \/>\n        <\/svg>\n\n        MANAGEMENT &amp; SCIENTIFIC RESPONSIBILITY\n\n      <\/p>\n\n\n      <div class=\"erp-person-grid\">\n\n\n        <div class=\"erp-person-card\">\n\n          <div class=\"erp-card-head\">\n\n            <div class=\"erp-person-icon\">\n\n              <svg viewBox=\"0 0 24 24\" fill=\"none\">\n                <circle\n                  cx=\"12\"\n                  cy=\"8\"\n                  r=\"3\"\n                  stroke=\"currentColor\"\n                  stroke-width=\"1.7\"\n                \/>\n                <path\n                  d=\"M6 19c.8-3.7 2.8-5.5 6-5.5s5.2 1.8 6 5.5\"\n                  stroke=\"currentColor\"\n                  stroke-width=\"1.7\"\n                  stroke-linecap=\"round\"\n                \/>\n              <\/svg>\n\n            <\/div>\n\n\n            <div>\n\n              <span class=\"erp-role\">\n                ERASMUS+ KA1 Scientifically Responsible\n              <\/span>\n\n              <h3 class=\"erp-person-name\">\n                Vassilios S. Verykios\n              <\/h3>\n\n            <\/div>\n\n          <\/div>\n\n\n          <p class=\"erp-person-details\">\n            <strong>Vice Rector for Student Welfare<\/strong><br>\n            Professor of the School of Science and Technology\n            of the Hellenic Open University\n          <\/p>\n\n        <\/div>\n\n\n\n        <div class=\"erp-person-card\">\n\n          <div class=\"erp-card-head\">\n\n            <div class=\"erp-person-icon\">\n\n              <svg viewBox=\"0 0 24 24\" fill=\"none\">\n                <circle\n                  cx=\"12\"\n                  cy=\"8\"\n                  r=\"3\"\n                  stroke=\"currentColor\"\n                  stroke-width=\"1.7\"\n                \/>\n                <path\n                  d=\"M6 19c.8-3.7 2.8-5.5 6-5.5s5.2 1.8 6 5.5\"\n                  stroke=\"currentColor\"\n                  stroke-width=\"1.7\"\n                  stroke-linecap=\"round\"\n                \/>\n              <\/svg>\n\n            <\/div>\n\n\n            <div>\n\n              <span class=\"erp-role\">\n                Head of ERASMUS+ Office\n              <\/span>\n\n              <h3 class=\"erp-person-name\">\n                Kyriakos PETROPOULOS\n              <\/h3>\n\n            <\/div>\n\n          <\/div>\n\n\n          <p class=\"erp-person-details\">\n            Tel: <strong>+30 2610 367 324<\/strong><br>\n            E-mail:\n            <a href=\"mailto:petropoulos@eap.gr\">\n              petropoulos@eap.gr\n            <\/a>\n          <\/p>\n\n        <\/div>\n\n\n      <\/div>\n\n    <\/div>\n\n\n\n    <!-- =====================================================\n         ADMINISTRATIVE SUPPORT\n         ===================================================== -->\n\n    <div class=\"erp-section\">\n\n      <p class=\"erp-section-label\">\n\n        <svg viewBox=\"0 0 24 24\" fill=\"none\">\n          <path\n            d=\"M4.5 6.5h15v11h-15v-11zM5 7l7 5 7-5\"\n            stroke=\"currentColor\"\n            stroke-width=\"1.7\"\n            stroke-linejoin=\"round\"\n          \/>\n        <\/svg>\n\n        ADMINISTRATIVE SUPPORT\n\n      <\/p>\n\n\n      <div class=\"erp-admin-box\">\n\n        <h3 class=\"erp-admin-title\">\n          Student Support Unit \/ ERASMUS+ Office\n        <\/h3>\n\n        <p class=\"erp-admin-address\">\n          Hellenic Open University<br>\n          18, Aristotelous SdR., 26335 Perivola, Patras, GREECE\n        <\/p>\n\n\n        <div class=\"erp-contact-main\">\n\n          <svg viewBox=\"0 0 24 24\" fill=\"none\">\n            <path\n              d=\"M4.5 6.5h15v11h-15v-11zM5 7l7 5 7-5\"\n              stroke=\"currentColor\"\n              stroke-width=\"1.7\"\n              stroke-linejoin=\"round\"\n            \/>\n          <\/svg>\n\n\n          <div>\n\n            <span>\n              E-mail for all ERASMUS+ KA1 Inquiries\n            <\/span>\n\n            <a href=\"mailto:erasmus@eap.gr\">\n              erasmus@eap.gr\n            <\/a>\n\n          <\/div>\n\n        <\/div>\n\n\n        <div class=\"erp-support-grid\">\n\n          <div class=\"erp-support-person\">\n\n            <strong>\n              Mrs. Christiana KAFEZA\n            <\/strong>\n\n            <span>\n              Tel: +30 2610 367 798\n            <\/span>\n\n          <\/div>\n\n\n          <div class=\"erp-support-person\">\n\n            <strong>\n              Mrs. Konstantina TSAKRILI\n            <\/strong>\n\n            <span>\n              Tel: +30 2610 367 789\n            <\/span>\n\n          <\/div>\n\n        <\/div>\n\n      <\/div>\n\n    <\/div>\n\n\n\n    <!-- =====================================================\n         DEPARTMENTAL COORDINATORS\n         ===================================================== -->\n\n    <div class=\"erp-section\">\n\n      <p class=\"erp-section-label\">\n\n        <svg viewBox=\"0 0 24 24\" fill=\"none\">\n          <path\n            d=\"M4 20h16M6 20V9h12v11M8 9V5h8v4\"\n            stroke=\"currentColor\"\n            stroke-width=\"1.7\"\n            stroke-linecap=\"round\"\n            stroke-linejoin=\"round\"\n          \/>\n        <\/svg>\n\n        ERASMUS+ DEPARTMENTAL COORDINATORS\n\n      <\/p>\n\n\n      <div class=\"erp-school-grid\">\n\n\n        <!-- SCHOOL OF HUMANITIES -->\n\n        <div class=\"erp-school-card\">\n\n          <h3 class=\"erp-school-name\">\n            School of Humanities\n          <\/h3>\n\n          <p class=\"erp-coordinator-name\">\n            Stasinos STAVRIANEAS\n          <\/p>\n\n          <span class=\"erp-coordinator-role\">\n            Associate Professor\n          <\/span>\n\n\n          <div class=\"erp-contact-line\">\n\n            <svg viewBox=\"0 0 24 24\" fill=\"none\">\n              <path\n                d=\"M7 4.5h3l1.2 4-2 1.5a14 14 0 004.8 4.8l1.5-2 4 1.2v3c0 1.1-.9 2-2 2C10.6 19 5 13.4 5 6.5c0-1.1.9-2 2-2z\"\n                stroke=\"currentColor\"\n                stroke-width=\"1.6\"\n                stroke-linejoin=\"round\"\n              \/>\n            <\/svg>\n\n            +30 2610 367 679\n\n          <\/div>\n\n\n          <div class=\"erp-contact-line\">\n\n            <svg viewBox=\"0 0 24 24\" fill=\"none\">\n              <path\n                d=\"M4.5 6.5h15v11h-15v-11zM5 7l7 5 7-5\"\n                stroke=\"currentColor\"\n                stroke-width=\"1.6\"\n                stroke-linejoin=\"round\"\n              \/>\n            <\/svg>\n\n            <a href=\"mailto:sstavr@eap.gr\">\n              sstavr@eap.gr\n            <\/a>\n\n          <\/div>\n\n        <\/div>\n\n\n\n        <!-- SCHOOL OF SOCIAL SCIENCES -->\n\n        <div class=\"erp-school-card\">\n\n          <h3 class=\"erp-school-name\">\n            School of Social Sciences\n          <\/h3>\n\n          <p class=\"erp-coordinator-name\">\n            Christina AKRIVOPOULOU\n          <\/p>\n\n          <span class=\"erp-coordinator-role\">\n            Assistant Professor\n          <\/span>\n\n\n          <div class=\"erp-contact-line\">\n\n            <svg viewBox=\"0 0 24 24\" fill=\"none\">\n              <path\n                d=\"M7 4.5h3l1.2 4-2 1.5a14 14 0 004.8 4.8l1.5-2 4 1.2v3c0 1.1-.9 2-2 2C10.6 19 5 13.4 5 6.5c0-1.1.9-2 2-2z\"\n                stroke=\"currentColor\"\n                stroke-width=\"1.6\"\n                stroke-linejoin=\"round\"\n              \/>\n            <\/svg>\n\n            +30 2610 367 511\n\n          <\/div>\n\n\n          <div class=\"erp-contact-line\">\n\n            <svg viewBox=\"0 0 24 24\" fill=\"none\">\n              <path\n                d=\"M4.5 6.5h15v11h-15v-11zM5 7l7 5 7-5\"\n                stroke=\"currentColor\"\n                stroke-width=\"1.6\"\n                stroke-linejoin=\"round\"\n              \/>\n            <\/svg>\n\n            <a href=\"mailto:akrivopoulou@eap.gr\">\n              akrivopoulou@eap.gr\n            <\/a>\n\n          <\/div>\n\n        <\/div>\n\n\n\n        <!-- SCHOOL OF SCIENCE & TECHNOLOGY -->\n\n        <div class=\"erp-school-card\">\n\n          <h3 class=\"erp-school-name\">\n            School of Science &amp; Technology\n          <\/h3>\n\n          <p class=\"erp-coordinator-name\">\n            Georgios PAPAGIANNOPOULOS\n          <\/p>\n\n          <span class=\"erp-coordinator-role\">\n            Professor\n          <\/span>\n\n\n          <div class=\"erp-contact-line\">\n\n            <svg viewBox=\"0 0 24 24\" fill=\"none\">\n              <path\n                d=\"M7 4.5h3l1.2 4-2 1.5a14 14 0 004.8 4.8l1.5-2 4 1.2v3c0 1.1-.9 2-2 2C10.6 19 5 13.4 5 6.5c0-1.1.9-2 2-2z\"\n                stroke=\"currentColor\"\n                stroke-width=\"1.6\"\n                stroke-linejoin=\"round\"\n              \/>\n            <\/svg>\n\n            +30 2610 367 995\n\n          <\/div>\n\n\n          <div class=\"erp-contact-line\">\n\n            <svg viewBox=\"0 0 24 24\" fill=\"none\">\n              <path\n                d=\"M4.5 6.5h15v11h-15v-11zM5 7l7 5 7-5\"\n                stroke=\"currentColor\"\n                stroke-width=\"1.6\"\n                stroke-linejoin=\"round\"\n              \/>\n            <\/svg>\n\n            <a href=\"mailto:papagiannopoulos@eap.gr\">\n              papagiannopoulos@eap.gr\n            <\/a>\n\n          <\/div>\n\n        <\/div>\n\n\n\n        <!-- SCHOOL OF APPLIED ARTS -->\n\n        <div class=\"erp-school-card\">\n\n          <h3 class=\"erp-school-name\">\n            School of Applied Arts and Sustainable Design\n          <\/h3>\n\n          <p class=\"erp-coordinator-name\">\n            Lambros DOULOS\n          <\/p>\n\n          <span class=\"erp-coordinator-role\">\n            Professor\n          <\/span>\n\n\n          <div class=\"erp-contact-line\">\n\n            <svg viewBox=\"0 0 24 24\" fill=\"none\">\n              <path\n                d=\"M7 4.5h3l1.2 4-2 1.5a14 14 0 004.8 4.8l1.5-2 4 1.2v3c0 1.1-.9 2-2 2C10.6 19 5 13.4 5 6.5c0-1.1.9-2 2-2z\"\n                stroke=\"currentColor\"\n                stroke-width=\"1.6\"\n                stroke-linejoin=\"round\"\n              \/>\n            <\/svg>\n\n            +30 2610 367 567\n\n          <\/div>\n\n\n          <div class=\"erp-contact-line\">\n\n            <svg viewBox=\"0 0 24 24\" fill=\"none\">\n              <path\n                d=\"M4.5 6.5h15v11h-15v-11zM5 7l7 5 7-5\"\n                stroke=\"currentColor\"\n                stroke-width=\"1.6\"\n                stroke-linejoin=\"round\"\n              \/>\n            <\/svg>\n\n            <a href=\"mailto:doulos@eap.gr\">\n              doulos@eap.gr\n            <\/a>\n\n          <\/div>\n\n        <\/div>\n\n\n      <\/div>\n\n    <\/div>\n\n\n  <\/div>\n\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>HELLENIC OPEN UNIVERSITY ERASMUS+ Programme Programme information, scientific responsibility, administrative support and ERASMUS+ Departmental Coordinators of the Hellenic Open University. [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":90,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"acf":[],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/www.eap.gr\/en\/wp-json\/wp\/v2\/pages\/27109"}],"collection":[{"href":"https:\/\/www.eap.gr\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.eap.gr\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.eap.gr\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.eap.gr\/en\/wp-json\/wp\/v2\/comments?post=27109"}],"version-history":[{"count":5,"href":"https:\/\/www.eap.gr\/en\/wp-json\/wp\/v2\/pages\/27109\/revisions"}],"predecessor-version":[{"id":73333,"href":"https:\/\/www.eap.gr\/en\/wp-json\/wp\/v2\/pages\/27109\/revisions\/73333"}],"wp:attachment":[{"href":"https:\/\/www.eap.gr\/en\/wp-json\/wp\/v2\/media?parent=27109"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}