{"id":4766,"date":"2024-01-09T02:00:56","date_gmt":"2024-01-08T23:00:56","guid":{"rendered":"https:\/\/international.cumhuriyet.edu.tr\/?page_id=4766"},"modified":"2026-07-24T21:46:09","modified_gmt":"2026-07-24T18:46:09","slug":"phonebook","status":"publish","type":"page","link":"https:\/\/international.cumhuriyet.edu.tr\/en\/phonebook\/","title":{"rendered":"Telephone directory"},"content":{"rendered":"<style data-wp-block-html=\"css\">\n\/* =====================================================\n   ULUSLARARASI \u0130L\u0130\u015eK\u0130LER OF\u0130S\u0130 \u2013 TELEFON REHBER\u0130\n===================================================== *\/\n\n.scu-iro-phonebook-page {\n  --phone-primary: #17357f;\n  --phone-secondary: #2444b8;\n  --phone-accent: #ef3e5a;\n  --phone-turquoise: #00a6d6;\n  --phone-green: #009b77;\n  --phone-purple: #7651a8;\n  --phone-text: #4f5b70;\n  --phone-muted: #68738a;\n  --phone-bg: #f7f9fd;\n  --phone-border: rgba(23, 53, 127, 0.10);\n\n  width: 100%;\n  max-width: auto;\n  margin: 0 auto;\n  padding: 0 15px;\n  box-sizing: border-box;\n  font-family: inherit;\n}\n\n.scu-iro-phonebook-page *,\n.scu-iro-phonebook-page *::before,\n.scu-iro-phonebook-page *::after {\n  box-sizing: border-box;\n}\n\n.scu-iro-phonebook-page a {\n  text-decoration: none !important;\n}\n\n\n\/* =====================================================\n   HERO\n===================================================== *\/\n\n.scu-iro-phonebook-hero {\n  position: relative;\n  width: 100%;\n  margin-bottom: 22px;\n  padding: 42px 40px;\n\n  color: #ffffff;\n  background: linear-gradient(\n    135deg,\n    var(--phone-primary) 0%,\n    var(--phone-secondary) 100%\n  );\n\n  border-radius: 24px;\n  box-shadow: 0 15px 36px rgba(20, 38, 86, 0.14);\n  overflow: hidden;\n}\n\n.scu-iro-phonebook-hero::after {\n  content: \"\";\n  position: absolute;\n  top: -145px;\n  right: -95px;\n\n  width: 340px;\n  height: 340px;\n\n  background: rgba(255, 255, 255, 0.09);\n  border-radius: 50%;\n  pointer-events: none;\n}\n\n.scu-iro-phonebook-hero::before {\n  content: \"\";\n  position: absolute;\n  right: 175px;\n  bottom: -145px;\n\n  width: 250px;\n  height: 250px;\n\n  background: rgba(255, 255, 255, 0.045);\n  border-radius: 50%;\n  pointer-events: none;\n}\n\n.scu-iro-phonebook-hero > * {\n  position: relative;\n  z-index: 2;\n}\n\n.scu-iro-phonebook-hero-eyebrow {\n  display: block;\n  margin-bottom: 9px;\n\n  color: rgba(255, 255, 255, 0.76);\n  font-size: 13px;\n  line-height: 1.35;\n  font-weight: 600;\n}\n\n.scu-iro-phonebook-hero h1 {\n  margin: 0;\n\n  color: #ffffff;\n  font-size: clamp(34px, 4.3vw, 48px);\n  line-height: 1.15;\n  font-weight: 600;\n  letter-spacing: -0.03em;\n}\n\n.scu-iro-phonebook-hero > p {\n  max-width: 940px;\n  margin: 17px 0 0;\n\n  color: rgba(255, 255, 255, 0.84);\n  font-size: 15.5px;\n  line-height: 1.75;\n}\n\n\n\/* HERO B\u0130LG\u0130 KARTLARI *\/\n\n.scu-iro-phonebook-highlights {\n  display: grid;\n  grid-template-columns: repeat(3, minmax(0, 1fr));\n  gap: 14px;\n  margin-top: 27px;\n}\n\n.scu-iro-phonebook-highlights article {\n  display: grid;\n  grid-template-columns: 48px minmax(0, 1fr);\n  gap: 14px;\n  align-items: center;\n\n  min-height: 104px;\n  padding: 18px;\n\n  background: rgba(255, 255, 255, 0.12);\n  border: 1px solid rgba(255, 255, 255, 0.22);\n  border-radius: 17px;\n}\n\n.scu-iro-phonebook-highlights i {\n  width: 43px;\n  height: 43px;\n\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n\n  color: #ffffff;\n  font-size: 21px;\n}\n\n.scu-iro-phonebook-highlights span,\n.scu-iro-phonebook-highlights strong {\n  display: block;\n}\n\n.scu-iro-phonebook-highlights span {\n  margin-bottom: 6px;\n\n  color: rgba(255, 255, 255, 0.70);\n  font-size: 11.8px;\n  line-height: 1.3;\n}\n\n.scu-iro-phonebook-highlights strong {\n  color: #ffffff;\n  font-size: 14.5px;\n  line-height: 1.4;\n  font-weight: 600;\n}\n\n\n\/* HERO BUTONLARI *\/\n\n.scu-iro-phonebook-hero-actions {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 10px;\n  margin-top: 19px;\n}\n\n.scu-iro-phonebook-hero-actions a {\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n  gap: 9px;\n\n  min-height: 46px;\n  padding: 12px 17px;\n\n  color: #ffffff !important;\n  background: rgba(255, 255, 255, 0.12);\n  border: 1px solid rgba(255, 255, 255, 0.24);\n  border-radius: 13px;\n\n  font-size: 13.3px;\n  line-height: 1;\n  font-weight: 600;\n\n  transition:\n    transform 0.2s ease,\n    background 0.2s ease;\n}\n\n.scu-iro-phonebook-hero-actions a.is-primary {\n  color: var(--phone-primary) !important;\n  background: #ffffff;\n  border-color: #ffffff;\n}\n\n.scu-iro-phonebook-hero-actions a:hover {\n  transform: translateY(-2px);\n  background: rgba(255, 255, 255, 0.19);\n}\n\n.scu-iro-phonebook-hero-actions a.is-primary:hover {\n  background: #f4f7fc;\n}\n\n\n\/* =====================================================\n   ORTAK B\u00d6L\u00dcM\n===================================================== *\/\n\n.scu-iro-phonebook-section {\n  margin-bottom: 22px;\n  padding: 29px;\n\n  background: #ffffff;\n  border: 1px solid var(--phone-border);\n  border-radius: 21px;\n  box-shadow: 0 9px 26px rgba(20, 38, 86, 0.042);\n}\n\n.scu-iro-phonebook-section-head {\n  margin-bottom: 22px;\n}\n\n.scu-iro-phonebook-eyebrow {\n  display: block;\n  margin-bottom: 7px;\n\n  color: var(--phone-accent);\n  font-size: 13px;\n  line-height: 1.3;\n  font-weight: 600;\n}\n\n.scu-iro-phonebook-section-head h2 {\n  margin: 0;\n\n  color: var(--phone-primary);\n  font-size: 27px;\n  line-height: 1.25;\n  font-weight: 600;\n  letter-spacing: -0.02em;\n}\n\n.scu-iro-phonebook-section-head p {\n  max-width: 900px;\n  margin: 9px 0 0;\n\n  color: var(--phone-muted);\n  font-size: 14.3px;\n  line-height: 1.7;\n}\n\n\n\/* =====================================================\n   TELEFON KARTLARI\n===================================================== *\/\n\n.scu-iro-phonebook-grid {\n  display: grid;\n  grid-template-columns: repeat(2, minmax(0, 1fr));\n  gap: 15px;\n}\n\n.scu-iro-phone-card {\n  min-width: 0;\n  padding: 22px;\n\n  background: var(--phone-bg);\n  border: 1px solid var(--phone-border);\n  border-radius: 18px;\n\n  transition:\n    transform 0.22s ease,\n    box-shadow 0.22s ease,\n    border-color 0.22s ease;\n}\n\n.scu-iro-phone-card:hover {\n  transform: translateY(-3px);\n  border-color: rgba(23, 53, 127, 0.20);\n  box-shadow: 0 12px 25px rgba(20, 38, 86, 0.07);\n}\n\n.scu-iro-phone-card-top {\n  display: flex;\n  align-items: center;\n  justify-content: space-between;\n  gap: 15px;\n\n  margin-bottom: 20px;\n}\n\n.scu-iro-phone-card-icon {\n  width: 52px;\n  height: 52px;\n\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n\n  color: #ffffff;\n  background: var(--phone-primary);\n  border-radius: 16px;\n  font-size: 22px;\n}\n\n.scu-iro-phone-card.is-secretary\n.scu-iro-phone-card-icon {\n  background: var(--phone-accent);\n}\n\n.scu-iro-phone-card-top > span {\n  padding: 7px 10px;\n\n  color: var(--phone-primary);\n  background: #ffffff;\n  border: 1px solid var(--phone-border);\n  border-radius: 999px;\n\n  font-size: 10.5px;\n  line-height: 1.3;\n  font-weight: 600;\n}\n\n.scu-iro-phone-card-title {\n  display: block;\n  margin-bottom: 5px;\n\n  color: var(--phone-accent);\n  font-size: 11px;\n  line-height: 1.35;\n  font-weight: 600;\n}\n\n.scu-iro-phone-card-content h3 {\n  margin: 0;\n\n  color: var(--phone-primary);\n  font-size: 21px;\n  line-height: 1.35;\n  font-weight: 600;\n}\n\n.scu-iro-phone-card-content p {\n  min-height: 45px;\n  margin: 8px 0 0;\n\n  color: var(--phone-muted);\n  font-size: 13px;\n  line-height: 1.6;\n}\n\n\n\/* TELEFON DETAYLARI *\/\n\n.scu-iro-phone-details {\n  display: grid;\n  grid-template-columns: repeat(2, minmax(0, 1fr));\n  gap: 10px;\n\n  margin-top: 20px;\n}\n\n.scu-iro-phone-details > div {\n  display: grid;\n  grid-template-columns: 40px minmax(0, 1fr);\n  gap: 10px;\n  align-items: center;\n\n  min-width: 0;\n  padding: 13px;\n\n  background: #ffffff;\n  border: 1px solid var(--phone-border);\n  border-radius: 13px;\n}\n\n.scu-iro-phone-details > div > i {\n  width: 38px;\n  height: 38px;\n\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n\n  color: #ffffff;\n  background: var(--phone-primary);\n  border-radius: 12px;\n  font-size: 16px;\n}\n\n.scu-iro-phone-details span {\n  min-width: 0;\n}\n\n.scu-iro-phone-details small,\n.scu-iro-phone-details strong,\n.scu-iro-phone-details a {\n  display: block;\n}\n\n.scu-iro-phone-details small {\n  margin-bottom: 3px;\n\n  color: var(--phone-muted);\n  font-size: 9.8px;\n  line-height: 1.3;\n}\n\n.scu-iro-phone-details strong,\n.scu-iro-phone-details a {\n  color: var(--phone-primary) !important;\n  font-size: 12.5px;\n  line-height: 1.4;\n  font-weight: 600;\n}\n\n\n\/* ARAMA BUTONU *\/\n\n.scu-iro-phone-call-button {\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n  gap: 8px;\n\n  width: 100%;\n  min-height: 44px;\n  margin-top: 13px;\n  padding: 11px 15px;\n\n  color: #ffffff !important;\n  background: var(--phone-primary);\n  border-radius: 12px;\n\n  font-size: 12.5px;\n  line-height: 1;\n  font-weight: 600;\n\n  transition:\n    transform 0.2s ease,\n    background 0.2s ease;\n}\n\n.scu-iro-phone-call-button:hover {\n  transform: translateY(-1px);\n  background: var(--phone-secondary);\n}\n\n\n\/* =====================================================\n   ERASMUS+ Y\u00d6NLEND\u0130RME\n===================================================== *\/\n\n.scu-iro-erasmus-phonebook {\n  display: grid;\n  grid-template-columns: 59px minmax(0, 1fr) auto;\n  gap: 18px;\n  align-items: center;\n\n  margin-bottom: 22px;\n  padding: 24px;\n\n  background: rgba(118, 81, 168, 0.07);\n  border: 1px solid rgba(118, 81, 168, 0.17);\n  border-radius: 19px;\n}\n\n.scu-iro-erasmus-phonebook-icon {\n  width: 53px;\n  height: 53px;\n\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n\n  color: #ffffff;\n  background: var(--phone-purple);\n  border-radius: 16px;\n  font-size: 23px;\n}\n\n.scu-iro-erasmus-phonebook-content h2 {\n  margin: 0;\n\n  color: var(--phone-primary);\n  font-size: 19px;\n  line-height: 1.4;\n  font-weight: 600;\n}\n\n.scu-iro-erasmus-phonebook-content p {\n  max-width: 900px;\n  margin: 7px 0 0;\n\n  color: var(--phone-text);\n  font-size: 13.2px;\n  line-height: 1.65;\n}\n\n.scu-iro-erasmus-phonebook > a {\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n  gap: 8px;\n\n  min-height: 44px;\n  padding: 11px 15px;\n\n  color: #ffffff !important;\n  background: var(--phone-primary);\n  border-radius: 12px;\n\n  font-size: 12.3px;\n  line-height: 1;\n  font-weight: 600;\n  white-space: nowrap;\n\n  transition:\n    transform 0.2s ease,\n    background 0.2s ease;\n}\n\n.scu-iro-erasmus-phonebook > a:hover {\n  transform: translateY(-2px);\n  background: var(--phone-secondary);\n}\n\n\n\/* =====================================================\n   B\u0130LG\u0130 NOTU\n===================================================== *\/\n\n.scu-iro-phonebook-note {\n  display: grid;\n  grid-template-columns: 47px minmax(0, 1fr);\n  gap: 14px;\n  align-items: center;\n\n  margin-bottom: 25px;\n  padding: 19px;\n\n  background: var(--phone-bg);\n  border: 1px solid var(--phone-border);\n  border-radius: 18px;\n}\n\n.scu-iro-phonebook-note > i {\n  width: 43px;\n  height: 43px;\n\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n\n  color: #ffffff;\n  background: var(--phone-primary);\n  border-radius: 14px;\n  font-size: 19px;\n}\n\n.scu-iro-phonebook-note strong {\n  display: block;\n  margin-bottom: 4px;\n\n  color: var(--phone-primary);\n  font-size: 13.5px;\n  line-height: 1.4;\n  font-weight: 600;\n}\n\n.scu-iro-phonebook-note p {\n  margin: 0;\n\n  color: var(--phone-muted);\n  font-size: 12.7px;\n  line-height: 1.62;\n}\n\n\n\/* =====================================================\n   ER\u0130\u015e\u0130LEB\u0130L\u0130RL\u0130K\n===================================================== *\/\n\n.scu-iro-phonebook-page a:focus-visible {\n  outline: 3px solid #ffcc00;\n  outline-offset: 3px;\n}\n\n#ofis-telefonlari {\n  scroll-margin-top: 110px;\n}\n\n\n\/* =====================================================\n   TABLET\n===================================================== *\/\n\n@media (max-width: 900px) {\n  .scu-iro-phonebook-highlights {\n    grid-template-columns: 1fr;\n  }\n\n  .scu-iro-erasmus-phonebook {\n    grid-template-columns: 53px minmax(0, 1fr);\n  }\n\n  .scu-iro-erasmus-phonebook > a {\n    grid-column: 1 \/ -1;\n    width: 100%;\n  }\n}\n\n\n\/* =====================================================\n   MOB\u0130L\n===================================================== *\/\n\n@media (max-width: 700px) {\n  .scu-iro-phonebook-page {\n    padding: 0 12px;\n  }\n\n  .scu-iro-phonebook-hero {\n    padding: 30px 21px;\n    border-radius: 20px;\n  }\n\n  .scu-iro-phonebook-hero h1 {\n    font-size: 29px;\n  }\n\n  .scu-iro-phonebook-hero > p {\n    font-size: 14px;\n    line-height: 1.7;\n  }\n\n  .scu-iro-phonebook-highlights {\n    gap: 10px;\n    margin-top: 23px;\n  }\n\n  .scu-iro-phonebook-highlights article {\n    grid-template-columns: 40px minmax(0, 1fr);\n    gap: 11px;\n\n    min-height: 78px;\n    padding: 15px;\n    border-radius: 15px;\n  }\n\n  .scu-iro-phonebook-highlights i {\n    width: 36px;\n    height: 36px;\n    font-size: 19px;\n  }\n\n  .scu-iro-phonebook-hero-actions {\n    display: grid;\n    grid-template-columns: 1fr;\n  }\n\n  .scu-iro-phonebook-hero-actions a {\n    width: 100%;\n  }\n\n  .scu-iro-phonebook-section {\n    padding: 22px 17px;\n    border-radius: 18px;\n  }\n\n  .scu-iro-phonebook-section-head h2 {\n    font-size: 22px;\n  }\n\n  .scu-iro-phonebook-grid,\n  .scu-iro-phone-details {\n    grid-template-columns: 1fr;\n  }\n\n  .scu-iro-phone-card-content p {\n    min-height: 0;\n  }\n\n  .scu-iro-erasmus-phonebook {\n    grid-template-columns: 1fr;\n    padding: 19px;\n    border-radius: 17px;\n  }\n\n  .scu-iro-erasmus-phonebook > a {\n    grid-column: auto;\n  }\n\n  .scu-iro-phonebook-note {\n    grid-template-columns: 1fr;\n  }\n}\n<\/style>\n\n<link\n  rel=\"stylesheet\"\n  href=\"https:\/\/cdn.jsdelivr.net\/npm\/bootstrap-icons@1.11.3\/font\/bootstrap-icons.min.css\"\n>\n\n<section class=\"scu-iro-phonebook-page\">\n\n  <!-- ==================================================\n       HERO\n  =================================================== -->\n  <header class=\"scu-iro-phonebook-hero\">\n\n    <span class=\"scu-iro-phonebook-hero-eyebrow\">\n      International Relations Office\n    <\/span>\n\n    <h1>Telephone directory<\/h1>\n\n    <p>\n      You can find the telephone information for the Head of the International Relations Office and the unit secretariat below.\n    <\/p>\n\n    <div class=\"scu-iro-phonebook-highlights\">\n\n      <article>\n\n        <i class=\"bi bi-telephone\"><\/i>\n\n        <div>\n          <span>Office Phone<\/span>\n          <strong>+90 (346) 487 5160<\/strong>\n        <\/div>\n\n      <\/article>\n\n      <article>\n\n        <i class=\"bi bi-building\"><\/i>\n\n        <div>\n          <span>Extension Number<\/span>\n          <strong>5160<\/strong>\n        <\/div>\n\n      <\/article>\n\n      <article>\n\n        <i class=\"bi bi-people\"><\/i>\n\n        <div>\n          <span>Erasmus+ Contact<\/span>\n          <strong>Through a separate phone directory<\/strong>\n        <\/div>\n\n      <\/article>\n\n    <\/div>\n\n    <nav\n      class=\"scu-iro-phonebook-hero-actions\"\n      aria-label=\"Phone directory page links\"\n    >\n\n      <a href=\"#ofis-telefonlari\" class=\"is-primary\">\n        <i class=\"bi bi-telephone-forward\"><\/i>\n        Office Phones\n      <\/a>\n\n      <a\n        href=\"https:\/\/erasmus.cumhuriyet.edu.tr\/phonebook\/\"\n        target=\"_blank\"\n        rel=\"noopener\"\n      >\n        <i class=\"bi bi-box-arrow-up-right\"><\/i>\n        Erasmus+ Phone Directory\n      <\/a>\n\n    <\/nav>\n\n  <\/header>\n\n\n  <!-- ==================================================\n       OF\u0130S TELEFONLARI\n  =================================================== -->\n  <section\n    class=\"scu-iro-phonebook-section\"\n    id=\"ofis-telefonlari\"\n  >\n\n    <div class=\"scu-iro-phonebook-section-head\">\n\n      <span class=\"scu-iro-phonebook-eyebrow\">\n        Unit Contact Information\n      <\/span>\n\n      <h2>International Relations Office<\/h2>\n\n      <p>\n        The Head of Office and the Unit Secretary use the same office telephone line.\n      <\/p>\n\n    <\/div>\n\n    <div class=\"scu-iro-phonebook-grid\">\n\n      <!-- OF\u0130S BA\u015eKANI -->\n      <article class=\"scu-iro-phone-card\">\n\n        <div class=\"scu-iro-phone-card-top\">\n\n          <div class=\"scu-iro-phone-card-icon\">\n            <i class=\"bi bi-person-badge\"><\/i>\n          <\/div>\n\n          <span>Office Management<\/span>\n\n        <\/div>\n\n        <div class=\"scu-iro-phone-card-content\">\n\n          <span class=\"scu-iro-phone-card-title\">\n            Prof. Dr.\n          <\/span>\n\n          <h3>Suleyman DE\u011e\u0130RMEN<\/h3>\n\n          <p>\n            Head of the International Relations Office\n          <\/p>\n\n        <\/div>\n\n        <div class=\"scu-iro-phone-details\">\n\n          <div>\n\n            <i class=\"bi bi-telephone\"><\/i>\n\n            <span>\n              <small>Telephone<\/small>\n\n              <a href=\"tel:+903464875160\">\n                +90 (346) 487 5160\n              <\/a>\n            <\/span>\n\n          <\/div>\n\n          <div>\n\n            <i class=\"bi bi-hash\"><\/i>\n\n            <span>\n              <small>Internal<\/small>\n              <strong>5160<\/strong>\n            <\/span>\n\n          <\/div>\n\n        <\/div>\n\n        <a\n          class=\"scu-iro-phone-call-button\"\n          href=\"tel:+903464875160\"\n        >\n          <i class=\"bi bi-telephone-outbound\"><\/i>\n          Call by phone\n        <\/a>\n\n      <\/article>\n\n\n      <!-- B\u0130R\u0130M SEKRETER\u0130 -->\n      <article class=\"scu-iro-phone-card is-secretary\">\n\n        <div class=\"scu-iro-phone-card-top\">\n\n          <div class=\"scu-iro-phone-card-icon\">\n            <i class=\"bi bi-person-workspace\"><\/i>\n          <\/div>\n\n          <span>Secretariat<\/span>\n\n        <\/div>\n\n        <div class=\"scu-iro-phone-card-content\">\n\n          <span class=\"scu-iro-phone-card-title\">\n            Office Staff\n          <\/span>\n\n          <h3>Beyza Fidan<\/h3>\n\n          <p>\n            Secretary of the International Relations Office\n          <\/p>\n\n        <\/div>\n\n        <div class=\"scu-iro-phone-details\">\n\n          <div>\n\n            <i class=\"bi bi-telephone\"><\/i>\n\n            <span>\n              <small>Telephone<\/small>\n\n              <a href=\"tel:+903464875160\">\n                +90 (346) 487 5160\n              <\/a>\n            <\/span>\n\n          <\/div>\n\n          <div>\n\n            <i class=\"bi bi-hash\"><\/i>\n\n            <span>\n              <small>Internal<\/small>\n              <strong>5160<\/strong>\n            <\/span>\n\n          <\/div>\n\n        <\/div>\n\n        <a\n          class=\"scu-iro-phone-call-button\"\n          href=\"tel:+903464875160\"\n        >\n          <i class=\"bi bi-telephone-outbound\"><\/i>\n          Call by phone\n        <\/a>\n\n      <\/article>\n\n    <\/div>\n\n  <\/section>\n\n\n  <!-- ==================================================\n       ERASMUS+ Y\u00d6NLEND\u0130RME\n  =================================================== -->\n  <section class=\"scu-iro-erasmus-phonebook\">\n\n    <div class=\"scu-iro-erasmus-phonebook-icon\">\n      <i class=\"bi bi-stars\"><\/i>\n    <\/div>\n\n    <div class=\"scu-iro-erasmus-phonebook-content\">\n\n      <span class=\"scu-iro-phonebook-eyebrow\">\n        Erasmus+ Institutional Coordinator\n      <\/span>\n\n      <h2>Erasmus+ staff phone numbers<\/h2>\n\n      <p>\n        You can find the phone numbers of the staff responsible for Erasmus+ student and staff mobility in the Erasmus+ Institutional Coordinator&#039;s Phone Directory.\n      <\/p>\n\n    <\/div>\n\n    <a\n      href=\"https:\/\/erasmus.cumhuriyet.edu.tr\/phonebook\/\"\n      target=\"_blank\"\n      rel=\"noopener\"\n    >\n      Erasmus+ Phone Directory\n      <i class=\"bi bi-arrow-up-right\"><\/i>\n    <\/a>\n\n  <\/section>\n\n\n  <!-- ==================================================\n       TELEFON KULLANIM B\u0130LG\u0130S\u0130\n  =================================================== -->\n  <section class=\"scu-iro-phonebook-note\">\n\n    <i class=\"bi bi-info-circle\"><\/i>\n\n    <div>\n\n      <strong>Internal calls<\/strong>\n\n      <p>\n        For calls made from within the university, extension 5160 can be used.\n      <\/p>\n\n    <\/div>\n\n  <\/section>\n\n<\/section>","protected":false},"excerpt":{"rendered":"<p>Uluslararas\u0131 \u0130li\u015fkiler Ofisi Telefon Rehberi Uluslararas\u0131 \u0130li\u015fkiler Ofisi Ba\u015fkanl\u0131\u011f\u0131 ve birim sekreterli\u011fi telefon bilgilerine a\u015fa\u011f\u0131dan ula\u015fabilirsiniz. Ofis Telefonu +90 (346) 487 5160 Dahili Numara 5160 Erasmus+ \u0130leti\u015fim Ayr\u0131 telefon rehberi \u00fczerinden Ofis Telefonlar\u0131 Erasmus+ Telefon Rehberi Birim \u0130leti\u015fim Bilgileri Uluslararas\u0131 \u0130li\u015fkiler Ofisi Ofis Ba\u015fkan\u0131 ve Birim Sekreteri ayn\u0131 ofis telefon hatt\u0131n\u0131 kullanmaktad\u0131r. Ofis Y\u00f6netimi Prof. [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":7719,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"advanced_seo_description":"","jetpack_seo_html_title":"","jetpack_seo_noindex":false,"jetpack_seo_schema_type":"","footnotes":""},"class_list":["post-4766","page","type-page","status-publish","has-post-thumbnail","hentry"],"blocksy_meta":[],"jetpack_sharing_enabled":true,"jetpack_shortlink":"https:\/\/wp.me\/PhmZjt-1eS","_links":{"self":[{"href":"https:\/\/international.cumhuriyet.edu.tr\/en\/wp-json\/wp\/v2\/pages\/4766","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/international.cumhuriyet.edu.tr\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/international.cumhuriyet.edu.tr\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/international.cumhuriyet.edu.tr\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/international.cumhuriyet.edu.tr\/en\/wp-json\/wp\/v2\/comments?post=4766"}],"version-history":[{"count":2,"href":"https:\/\/international.cumhuriyet.edu.tr\/en\/wp-json\/wp\/v2\/pages\/4766\/revisions"}],"predecessor-version":[{"id":7804,"href":"https:\/\/international.cumhuriyet.edu.tr\/en\/wp-json\/wp\/v2\/pages\/4766\/revisions\/7804"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/international.cumhuriyet.edu.tr\/en\/wp-json\/wp\/v2\/media\/7719"}],"wp:attachment":[{"href":"https:\/\/international.cumhuriyet.edu.tr\/en\/wp-json\/wp\/v2\/media?parent=4766"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}