{"id":1307,"date":"2023-03-19T22:38:31","date_gmt":"2023-03-19T19:38:31","guid":{"rendered":"https:\/\/international.cumhuriyet.edu.tr\/?page_id=1307"},"modified":"2026-07-23T14:37:34","modified_gmt":"2026-07-23T11:37:34","slug":"turing","status":"publish","type":"page","link":"https:\/\/international.cumhuriyet.edu.tr\/en\/exchange-programmes\/turing\/","title":{"rendered":"Turing Scheme"},"content":{"rendered":"<style data-wp-block-html=\"css\">\n\/* =====================================================\n   TURING SCHEME\n===================================================== *\/\n\n.scu-turing-page {\n  --turing-primary: #17357f;\n  --turing-secondary: #2444b8;\n  --turing-purple: #7651a8;\n  --turing-purple-dark: #56367f;\n  --turing-accent: #ef3e5a;\n  --turing-turquoise: #00a6d6;\n  --turing-green: #009b77;\n  --turing-warning: #f5a623;\n  --turing-text: #4f5b70;\n  --turing-muted: #657087;\n  --turing-bg: #f7f9fd;\n  --turing-border: rgba(23, 53, 127, 0.09);\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-turing-page *,\n.scu-turing-page *::before,\n.scu-turing-page *::after {\n  box-sizing: border-box;\n}\n\n.scu-turing-page a {\n  text-decoration: none !important;\n}\n\n\n\/* =====================================================\n   HERO\n===================================================== *\/\n\n.scu-turing-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    #17357f 0%,\n    #2444b8 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-turing-hero::after {\n  content: \"\";\n  position: absolute;\n  top: -140px;\n  right: -95px;\n\n  width: 330px;\n  height: 330px;\n\n  background: rgba(255, 255, 255, 0.09);\n  border-radius: 50%;\n  pointer-events: none;\n}\n\n.scu-turing-hero > * {\n  position: relative;\n  z-index: 2;\n}\n\n.scu-turing-hero-eyebrow {\n  display: block;\n  margin-bottom: 9px;\n\n  color: rgba(255, 255, 255, 0.78);\n  font-size: 13px;\n  font-weight: 600;\n}\n\n.scu-turing-hero h1 {\n  max-width: 980px;\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-turing-hero > p {\n  max-width: 1080px;\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 KARTLARI *\/\n\n.scu-turing-hero-highlights {\n  display: grid;\n  grid-template-columns: repeat(3, minmax(0, 1fr));\n  gap: 14px;\n  margin-top: 27px;\n}\n\n.scu-turing-hero-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-turing-hero-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-turing-hero-highlights span,\n.scu-turing-hero-highlights strong {\n  display: block;\n}\n\n.scu-turing-hero-highlights span {\n  margin-bottom: 6px;\n\n  color: rgba(255, 255, 255, 0.70);\n  font-size: 11.8px;\n}\n\n.scu-turing-hero-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-turing-hero-actions {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 10px;\n  margin-top: 19px;\n}\n\n.scu-turing-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 .2s ease,\n    background .2s ease;\n}\n\n.scu-turing-hero-actions a.is-primary {\n  color: var(--turing-primary) !important;\n  background: #ffffff;\n  border-color: #ffffff;\n}\n\n.scu-turing-hero-actions a:hover {\n  transform: translateY(-2px);\n  background: rgba(255, 255, 255, 0.19);\n}\n\n\n\/* =====================================================\n   ORTAK B\u00d6L\u00dcM\n===================================================== *\/\n\n.scu-turing-section {\n  margin-bottom: 22px;\n  padding: 29px;\n\n  background: #ffffff;\n  border: 1px solid var(--turing-border);\n  border-radius: 21px;\n  box-shadow: 0 9px 26px rgba(20, 38, 86, 0.042);\n}\n\n.scu-turing-section-head {\n  margin-bottom: 22px;\n}\n\n.scu-turing-eyebrow {\n  display: block;\n  margin-bottom: 7px;\n\n  color: var(--turing-accent);\n  font-size: 13px;\n  line-height: 1.3;\n  font-weight: 600;\n}\n\n.scu-turing-section-head h2 {\n  margin: 0;\n\n  color: var(--turing-primary);\n  font-size: 27px;\n  line-height: 1.25;\n  font-weight: 600;\n  letter-spacing: -0.02em;\n}\n\n.scu-turing-section-head p {\n  max-width: 950px;\n  margin: 9px 0 0;\n\n  color: var(--turing-muted);\n  font-size: 14.3px;\n  line-height: 1.7;\n}\n\n\n\/* =====================================================\n   G\u00dcNCEL DURUM\n===================================================== *\/\n\n.scu-turing-status {\n  display: grid;\n  grid-template-columns: 58px minmax(0, 1fr);\n  gap: 17px;\n  align-items: flex-start;\n\n  margin-bottom: 22px;\n  padding: 23px;\n\n  background: rgba(245, 166, 35, 0.09);\n  border: 1px solid rgba(245, 166, 35, 0.25);\n  border-radius: 19px;\n}\n\n.scu-turing-status-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(--turing-warning);\n  border-radius: 16px;\n  font-size: 22px;\n}\n\n.scu-turing-status-content > span {\n  display: block;\n  margin-bottom: 5px;\n\n  color: #9a6500;\n  font-size: 11.5px;\n  font-weight: 600;\n}\n\n.scu-turing-status-content h2 {\n  margin: 0;\n\n  color: var(--turing-primary);\n  font-size: 18px;\n  line-height: 1.4;\n  font-weight: 600;\n}\n\n.scu-turing-status-content p {\n  max-width: 1050px;\n  margin: 7px 0 0;\n\n  color: var(--turing-text);\n  font-size: 13.2px;\n  line-height: 1.65;\n}\n\n\n\/* =====================================================\n   GENEL BAKI\u015e\n===================================================== *\/\n\n.scu-turing-overview {\n  display: grid;\n  grid-template-columns:\n    minmax(220px, .68fr)\n    minmax(0, 1.4fr)\n    minmax(260px, .82fr);\n  gap: 16px;\n  align-items: stretch;\n}\n\n\n\/* LOGO *\/\n\n.scu-turing-brand {\n  position: relative;\n\n  display: flex;\n  flex-direction: column;\n  align-items: center;\n  justify-content: center;\n\n  padding: 27px 22px;\n\n  background:\n    radial-gradient(\n      circle at top right,\n      rgba(255, 255, 255, 0.14),\n      transparent 40%\n    ),\n    linear-gradient(\n      145deg,\n      var(--turing-purple) 0%,\n      var(--turing-purple-dark) 100%\n    );\n\n  border-radius: 18px;\n  overflow: hidden;\n}\n\n.scu-turing-brand::after {\n  content: \"\";\n  position: absolute;\n  right: -65px;\n  bottom: -75px;\n\n  width: 180px;\n  height: 180px;\n\n  background: rgba(255, 255, 255, 0.07);\n  border-radius: 50%;\n}\n\n.scu-turing-brand img {\n  position: relative;\n  z-index: 2;\n\n  display: block;\n  width: 100%;\n  max-width: 220px;\n  max-height: 105px;\n  object-fit: contain;\n}\n\n.scu-turing-brand > span {\n  position: relative;\n  z-index: 2;\n\n  display: block;\n  margin-top: 21px;\n\n  color: #ffffff;\n  font-size: 13px;\n  line-height: 1.5;\n  font-weight: 600;\n  text-align: center;\n}\n\n.scu-turing-brand small {\n  position: relative;\n  z-index: 2;\n\n  display: block;\n  margin-top: 7px;\n\n  color: rgba(255, 255, 255, 0.72);\n  font-size: 10.8px;\n  line-height: 1.45;\n  text-align: center;\n}\n\n\n\/* A\u00c7IKLAMA *\/\n\n.scu-turing-overview-content,\n.scu-turing-summary {\n  padding: 22px;\n\n  background: var(--turing-bg);\n  border: 1px solid var(--turing-border);\n  border-radius: 18px;\n}\n\n.scu-turing-overview-content h3 {\n  margin: 0;\n\n  color: var(--turing-primary);\n  font-size: 19px;\n  line-height: 1.4;\n  font-weight: 600;\n}\n\n.scu-turing-overview-content > p {\n  margin: 11px 0 0;\n\n  color: var(--turing-text);\n  font-size: 14px;\n  line-height: 1.75;\n}\n\n.scu-turing-overview-note {\n  display: grid;\n  grid-template-columns: 39px minmax(0, 1fr);\n  gap: 11px;\n  align-items: center;\n\n  margin-top: 17px;\n  padding: 14px;\n\n  background: #ffffff;\n  border: 1px solid var(--turing-border);\n  border-radius: 14px;\n}\n\n.scu-turing-overview-note i {\n  width: 37px;\n  height: 37px;\n\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n\n  color: #ffffff;\n  background: var(--turing-purple);\n  border-radius: 12px;\n  font-size: 17px;\n}\n\n.scu-turing-overview-note span {\n  color: var(--turing-text);\n  font-size: 12.4px;\n  line-height: 1.58;\n}\n\n\n\/* \u00d6ZET *\/\n\n.scu-turing-summary-title {\n  display: block;\n  margin-bottom: 14px;\n\n  color: var(--turing-primary);\n  font-size: 15px;\n  line-height: 1.4;\n  font-weight: 600;\n}\n\n.scu-turing-summary ul {\n  display: grid;\n  gap: 12px;\n\n  margin: 0;\n  padding: 0;\n  list-style: none;\n}\n\n.scu-turing-summary li {\n  display: grid;\n  grid-template-columns: 20px minmax(0, 1fr);\n  gap: 9px;\n  align-items: flex-start;\n\n  color: var(--turing-text);\n  font-size: 12.7px;\n  line-height: 1.5;\n}\n\n.scu-turing-summary li i {\n  color: var(--turing-green);\n  font-size: 17px;\n}\n\n\n\/* =====================================================\n   SC\u00dc B\u0130LG\u0130LEND\u0130RMES\u0130\n===================================================== *\/\n\n.scu-turing-notice {\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(0, 166, 214, 0.07);\n  border: 1px solid rgba(0, 166, 214, 0.16);\n  border-radius: 19px;\n}\n\n.scu-turing-notice-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(--turing-turquoise);\n  border-radius: 16px;\n  font-size: 23px;\n}\n\n.scu-turing-notice-content > span {\n  display: block;\n  margin-bottom: 5px;\n\n  color: var(--turing-turquoise);\n  font-size: 11.5px;\n  font-weight: 600;\n}\n\n.scu-turing-notice-content h2 {\n  margin: 0;\n\n  color: var(--turing-primary);\n  font-size: 18px;\n  line-height: 1.4;\n  font-weight: 600;\n}\n\n.scu-turing-notice-content p {\n  max-width: 930px;\n  margin: 7px 0 0;\n\n  color: var(--turing-text);\n  font-size: 13.2px;\n  line-height: 1.65;\n}\n\n.scu-turing-notice > 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(--turing-primary);\n  border-radius: 12px;\n\n  font-size: 12.5px;\n  line-height: 1;\n  font-weight: 600;\n  white-space: nowrap;\n}\n\n\n\/* =====================================================\n   HAREKETL\u0130L\u0130K T\u00dcRLER\u0130\n===================================================== *\/\n\n.scu-turing-mobility-grid {\n  display: grid;\n  grid-template-columns: repeat(3, minmax(0, 1fr));\n  gap: 14px;\n}\n\n.scu-turing-mobility-grid article {\n  min-height: 325px;\n  padding: 20px;\n\n  background: var(--turing-bg);\n  border: 1px solid var(--turing-border);\n  border-radius: 18px;\n\n  transition:\n    transform .22s ease,\n    box-shadow .22s ease;\n}\n\n.scu-turing-mobility-grid article:hover {\n  transform: translateY(-3px);\n  box-shadow: 0 12px 25px rgba(20, 38, 86, 0.07);\n}\n\n.scu-turing-mobility-icon {\n  width: 47px;\n  height: 47px;\n\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n\n  margin-bottom: 14px;\n\n  color: #ffffff;\n  background: var(--turing-primary);\n  border-radius: 15px;\n  font-size: 21px;\n}\n\n.scu-turing-mobility-grid article:nth-child(2)\n.scu-turing-mobility-icon {\n  background: var(--turing-purple);\n}\n\n.scu-turing-mobility-grid article:nth-child(3)\n.scu-turing-mobility-icon {\n  background: var(--turing-green);\n}\n\n.scu-turing-mobility-type {\n  display: block;\n  margin-bottom: 5px;\n\n  color: var(--turing-purple);\n  font-size: 10.5px;\n  line-height: 1.4;\n  font-weight: 600;\n}\n\n.scu-turing-mobility-grid h3 {\n  margin: 0;\n\n  color: var(--turing-primary);\n  font-size: 16px;\n  line-height: 1.4;\n  font-weight: 600;\n}\n\n.scu-turing-mobility-grid p {\n  margin: 9px 0 0;\n\n  color: var(--turing-muted);\n  font-size: 12.6px;\n  line-height: 1.62;\n}\n\n.scu-turing-mobility-grid ul {\n  display: grid;\n  gap: 7px;\n\n  margin: 14px 0 0;\n  padding: 0;\n  list-style: none;\n}\n\n.scu-turing-mobility-grid li {\n  position: relative;\n  padding-left: 17px;\n\n  color: var(--turing-text);\n  font-size: 11.3px;\n  line-height: 1.45;\n}\n\n.scu-turing-mobility-grid li::before {\n  content: \"\";\n  position: absolute;\n  top: 7px;\n  left: 0;\n\n  width: 6px;\n  height: 6px;\n\n  background: var(--turing-green);\n  border-radius: 50%;\n}\n\n\n\/* =====================================================\n   GENEL B\u0130LG\u0130LER\n===================================================== *\/\n\n.scu-turing-facts {\n  display: grid;\n  grid-template-columns: repeat(4, minmax(0, 1fr));\n  gap: 12px;\n}\n\n.scu-turing-facts article {\n  display: grid;\n  grid-template-columns: 47px minmax(0, 1fr);\n  gap: 12px;\n  align-items: center;\n\n  min-height: 105px;\n  padding: 17px;\n\n  background: var(--turing-bg);\n  border: 1px solid var(--turing-border);\n  border-radius: 16px;\n}\n\n.scu-turing-facts i {\n  width: 44px;\n  height: 44px;\n\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n\n  color: #ffffff;\n  background: var(--turing-primary);\n  border-radius: 14px;\n  font-size: 19px;\n}\n\n.scu-turing-facts article:nth-child(2) i {\n  background: var(--turing-purple);\n}\n\n.scu-turing-facts article:nth-child(3) i {\n  background: var(--turing-turquoise);\n}\n\n.scu-turing-facts article:nth-child(4) i {\n  background: var(--turing-green);\n}\n\n.scu-turing-facts span,\n.scu-turing-facts strong {\n  display: block;\n}\n\n.scu-turing-facts span {\n  margin-bottom: 4px;\n\n  color: var(--turing-muted);\n  font-size: 10.7px;\n}\n\n.scu-turing-facts strong {\n  color: var(--turing-primary);\n  font-size: 12.8px;\n  line-height: 1.4;\n  font-weight: 600;\n}\n\n\n\/* =====================================================\n   KATILIMCILAR\n===================================================== *\/\n\n.scu-turing-participant-grid {\n  display: grid;\n  grid-template-columns: repeat(3, minmax(0, 1fr));\n  gap: 13px;\n}\n\n.scu-turing-participant-grid article {\n  display: grid;\n  grid-template-columns: 49px minmax(0, 1fr);\n  gap: 14px;\n  align-items: flex-start;\n\n  padding: 19px;\n\n  background: var(--turing-bg);\n  border: 1px solid var(--turing-border);\n  border-radius: 17px;\n}\n\n.scu-turing-participant-grid article > i {\n  width: 46px;\n  height: 46px;\n\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n\n  color: #ffffff;\n  background: var(--turing-primary);\n  border-radius: 14px;\n  font-size: 20px;\n}\n\n.scu-turing-participant-grid article:nth-child(2) > i {\n  background: var(--turing-purple);\n}\n\n.scu-turing-participant-grid article:nth-child(3) > i {\n  background: var(--turing-green);\n}\n\n.scu-turing-participant-grid h3 {\n  margin: 0 0 6px;\n\n  color: var(--turing-primary);\n  font-size: 15px;\n  line-height: 1.4;\n  font-weight: 600;\n}\n\n.scu-turing-participant-grid p {\n  margin: 0;\n\n  color: var(--turing-muted);\n  font-size: 12.6px;\n  line-height: 1.62;\n}\n\n\n\/* =====================================================\n   S\u00dcRE\u00c7\n===================================================== *\/\n\n.scu-turing-process {\n  display: grid;\n  grid-template-columns: repeat(5, minmax(0, 1fr));\n  gap: 12px;\n}\n\n.scu-turing-process article {\n  position: relative;\n  min-height: 225px;\n  padding: 18px;\n\n  background: var(--turing-bg);\n  border: 1px solid var(--turing-border);\n  border-radius: 17px;\n}\n\n.scu-turing-process article > span {\n  position: absolute;\n  top: 17px;\n  right: 17px;\n\n  color: rgba(23, 53, 127, 0.28);\n  font-size: 12px;\n  font-weight: 600;\n}\n\n.scu-turing-process article > i {\n  width: 44px;\n  height: 44px;\n\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n\n  margin-bottom: 15px;\n\n  color: #ffffff;\n  background: var(--turing-primary);\n  border-radius: 14px;\n  font-size: 19px;\n}\n\n.scu-turing-process article:nth-child(2) > i {\n  background: var(--turing-purple);\n}\n\n.scu-turing-process article:nth-child(3) > i {\n  background: var(--turing-turquoise);\n}\n\n.scu-turing-process article:nth-child(4) > i {\n  background: var(--turing-green);\n}\n\n.scu-turing-process article:nth-child(5) > i {\n  background: var(--turing-accent);\n}\n\n.scu-turing-process h3 {\n  margin: 0;\n\n  color: var(--turing-primary);\n  font-size: 14.5px;\n  line-height: 1.4;\n  font-weight: 600;\n}\n\n.scu-turing-process p {\n  margin: 8px 0 0;\n\n  color: var(--turing-muted);\n  font-size: 12.2px;\n  line-height: 1.6;\n}\n\n\n\/* =====================================================\n   ANLA\u015eMALAR VE RESM\u00ce KAYNAK\n===================================================== *\/\n\n.scu-turing-agreements,\n.scu-turing-official {\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  border-radius: 19px;\n}\n\n.scu-turing-agreements {\n  background: rgba(118, 81, 168, 0.07);\n  border: 1px solid rgba(118, 81, 168, 0.16);\n}\n\n.scu-turing-official {\n  background: rgba(0, 166, 214, 0.07);\n  border: 1px solid rgba(0, 166, 214, 0.16);\n}\n\n.scu-turing-agreements-icon,\n.scu-turing-official-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  border-radius: 16px;\n  font-size: 23px;\n}\n\n.scu-turing-agreements-icon {\n  background: var(--turing-purple);\n}\n\n.scu-turing-official-icon {\n  background: var(--turing-turquoise);\n}\n\n.scu-turing-agreements-content h2,\n.scu-turing-official-content h2 {\n  margin: 0;\n\n  color: var(--turing-primary);\n  font-size: 19px;\n  line-height: 1.4;\n  font-weight: 600;\n}\n\n.scu-turing-agreements-content p,\n.scu-turing-official-content p {\n  max-width: 900px;\n  margin: 7px 0 0;\n\n  color: var(--turing-text);\n  font-size: 13.2px;\n  line-height: 1.65;\n}\n\n.scu-turing-agreements > a,\n.scu-turing-official > 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(--turing-primary);\n  border-radius: 12px;\n\n  font-size: 12.5px;\n  line-height: 1;\n  font-weight: 600;\n  white-space: nowrap;\n}\n\n\n\/* =====================================================\n   RESM\u00ce NOT\n===================================================== *\/\n\n.scu-turing-footnote {\n  display: grid;\n  grid-template-columns: 47px minmax(0, 1fr);\n  gap: 14px;\n  align-items: flex-start;\n\n  margin-bottom: 25px;\n  padding: 19px;\n\n  background: var(--turing-bg);\n  border: 1px solid var(--turing-border);\n  border-radius: 18px;\n}\n\n.scu-turing-footnote > 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(--turing-primary);\n  border-radius: 14px;\n  font-size: 20px;\n}\n\n.scu-turing-footnote strong {\n  display: block;\n  margin-bottom: 5px;\n\n  color: var(--turing-primary);\n  font-size: 14px;\n  font-weight: 600;\n}\n\n.scu-turing-footnote p {\n  margin: 0;\n\n  color: var(--turing-muted);\n  font-size: 12.7px;\n  line-height: 1.62;\n}\n\n\n\/* ODAKLANMA *\/\n\n.scu-turing-page a:focus-visible {\n  outline: 3px solid #ffcc00;\n  outline-offset: 3px;\n}\n\n\n\/* ANCHOR *\/\n\n#turing-hakkinda,\n#hareketlilikler {\n  scroll-margin-top: 110px;\n}\n\n\n\/* =====================================================\n   TABLET\n===================================================== *\/\n\n@media (max-width: 1120px) {\n  .scu-turing-overview {\n    grid-template-columns:\n      minmax(220px, .68fr)\n      minmax(0, 1.32fr);\n  }\n\n  .scu-turing-summary {\n    grid-column: 1 \/ -1;\n  }\n\n  .scu-turing-summary ul {\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n  }\n\n  .scu-turing-facts,\n  .scu-turing-process {\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n  }\n}\n\n@media (max-width: 900px) {\n  .scu-turing-hero-highlights,\n  .scu-turing-mobility-grid,\n  .scu-turing-participant-grid {\n    grid-template-columns: 1fr;\n  }\n\n  .scu-turing-notice,\n  .scu-turing-agreements,\n  .scu-turing-official {\n    grid-template-columns: 53px minmax(0, 1fr);\n  }\n\n  .scu-turing-notice > a,\n  .scu-turing-agreements > a,\n  .scu-turing-official > 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-turing-page {\n    padding: 0 12px;\n  }\n\n  .scu-turing-hero {\n    padding: 30px 21px;\n    border-radius: 20px;\n  }\n\n  .scu-turing-hero h1 {\n    font-size: 29px;\n  }\n\n  .scu-turing-hero > p {\n    font-size: 14px;\n    line-height: 1.7;\n  }\n\n  .scu-turing-hero-highlights {\n    gap: 10px;\n    margin-top: 23px;\n  }\n\n  .scu-turing-hero-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-turing-hero-highlights i {\n    width: 36px;\n    height: 36px;\n    font-size: 19px;\n  }\n\n  .scu-turing-hero-actions {\n    display: grid;\n    grid-template-columns: 1fr;\n  }\n\n  .scu-turing-hero-actions a {\n    width: 100%;\n  }\n\n  .scu-turing-status {\n    grid-template-columns: 1fr;\n    padding: 19px;\n  }\n\n  .scu-turing-section {\n    padding: 22px 17px;\n    border-radius: 18px;\n  }\n\n  .scu-turing-section-head h2 {\n    font-size: 22px;\n  }\n\n  .scu-turing-section-head p {\n    font-size: 13.7px;\n  }\n\n  .scu-turing-overview,\n  .scu-turing-facts,\n  .scu-turing-process {\n    grid-template-columns: 1fr;\n  }\n\n  .scu-turing-brand {\n    min-height: 195px;\n  }\n\n  .scu-turing-brand img {\n    max-width: 200px;\n    max-height: 90px;\n  }\n\n  .scu-turing-overview-content,\n  .scu-turing-summary {\n    padding: 18px;\n  }\n\n  .scu-turing-summary {\n    grid-column: auto;\n  }\n\n  .scu-turing-summary ul {\n    grid-template-columns: 1fr;\n  }\n\n  .scu-turing-notice,\n  .scu-turing-agreements,\n  .scu-turing-official {\n    grid-template-columns: 1fr;\n    padding: 19px;\n    border-radius: 17px;\n  }\n\n  .scu-turing-notice > a,\n  .scu-turing-agreements > a,\n  .scu-turing-official > a {\n    grid-column: auto;\n  }\n\n  .scu-turing-mobility-grid article,\n  .scu-turing-process article {\n    min-height: 0;\n  }\n\n  .scu-turing-footnote {\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-turing-page\">\n\n  <!-- HERO -->\n  <header class=\"scu-turing-hero\">\n\n    <span class=\"scu-turing-hero-eyebrow\">\n      International Relations Office \u00b7 Exchange Programs\n    <\/span>\n\n    <h1>Turing Scheme<\/h1>\n\n    <p>\n      The Turing Scheme is an international mobility program funded by the UK government that provides students from eligible educational institutions with the opportunity to study, work, and volunteer worldwide.\n    <\/p>\n\n    <div class=\"scu-turing-hero-highlights\">\n\n      <article>\n        <i class=\"bi bi-mortarboard\"><\/i>\n\n        <div>\n          <span>Learning Mobility<\/span>\n          <strong>Academic study activities abroad<\/strong>\n        <\/div>\n      <\/article>\n\n      <article>\n        <i class=\"bi bi-briefcase\"><\/i>\n\n        <div>\n          <span>Work Experience<\/span>\n          <strong>Internship and professional practice activities<\/strong>\n        <\/div>\n      <\/article>\n\n      <article>\n        <i class=\"bi bi-globe2\"><\/i>\n\n        <div>\n          <span>Global Scope<\/span>\n          <strong>Host institutions worldwide<\/strong>\n        <\/div>\n      <\/article>\n\n    <\/div>\n\n    <nav\n      class=\"scu-turing-hero-actions\"\n      aria-label=\"Turing Scheme page sections\"\n    >\n\n      <a href=\"#turing-hakkinda\" class=\"is-primary\">\n        <i class=\"bi bi-info-circle\"><\/i>\n        Review the program\n      <\/a>\n\n      <a href=\"#hareketlilikler\">\n        <i class=\"bi bi-grid\"><\/i>\n        Types of Mobility\n      <\/a>\n\n      <a href=\"\/en\/partners\/\">\n        <i class=\"bi bi-buildings\"><\/i>\n        Partners\n      <\/a>\n\n    <\/nav>\n\n  <\/header>\n\n\n  <!-- G\u00dcNCEL DURUM -->\n  <section class=\"scu-turing-status\">\n\n    <div class=\"scu-turing-status-icon\">\n      <i class=\"bi bi-calendar-event\"><\/i>\n    <\/div>\n\n    <div class=\"scu-turing-status-content\">\n\n      <span>Current Program Status<\/span>\n\n      <h2>2026\u20132027 academic year and beyond<\/h2>\n\n      <p>\n        Applications for institutional funding under the Turing Scheme for the 2026\u20132027 academic year have closed. Activities supported during this period will run from September 1, 2026 to August 31, 2027.\n      <\/p>\n\n      <p>\n        Since educational institutions in the United Kingdom are expected to be able to apply for funding for Erasmus+ mobility programs from 2027 onwards, the Turing Scheme,\n        <strong>It will not be implemented in the 2027\u20132028 academic year.<\/strong>\n      <\/p>\n\n    <\/div>\n\n  <\/section>\n\n\n  <!-- TURING SCHEME NED\u0130R -->\n  <section\n    class=\"scu-turing-section\"\n    id=\"turing-hakkinda\"\n  >\n\n    <div class=\"scu-turing-section-head\">\n\n      <span class=\"scu-turing-eyebrow\">\n        Program Framework\n      <\/span>\n\n      <h2>What is the Turing Scheme?<\/h2>\n\n      <p>\n        The programme supports eligible educational institutions in the United Kingdom and British Overseas Territories in creating international study and work experiences for their students.\n      <\/p>\n\n    <\/div>\n\n    <div class=\"scu-turing-overview\">\n\n      <!-- LOGO -->\n      <div class=\"scu-turing-brand\">\n\n        <img data-recalc-dims=\"1\" decoding=\"async\"\n          src=\"https:\/\/i0.wp.com\/international.cumhuriyet.edu.tr\/wp-content\/uploads\/turing-logo.png?w=1290&#038;ssl=1\"\n          alt=\"Turing Scheme\"\n        >\n\n        <span>\n          International study and work placements\n        <\/span>\n\n        <small>\n          It is funded by the UK Government.\n        <\/small>\n\n      <\/div>\n\n\n      <!-- A\u00c7IKLAMA -->\n      <div class=\"scu-turing-overview-content\">\n\n        <h3>Global education and work experiences<\/h3>\n\n        <p>\n          The Turing Scheme provides funding to schools, further education and vocational training institutions, and higher education institutions to develop mobility projects worldwide for their students.\n        <\/p>\n\n        <p>\n          Activities in the field of higher education aim to enable students to study abroad, gain work experience or volunteer work, and develop their personal, academic, and professional skills through international experience.\n        <\/p>\n\n        <p>\n          Programme funding is allocated to an eligible educational institution in the United Kingdom. The selection of participants, their placement at the host institution and the grant processes are managed by the sending institution.\n        <\/p>\n\n        <div class=\"scu-turing-overview-note\">\n\n          <i class=\"bi bi-person-x\"><\/i>\n\n          <span>\n            Students cannot apply directly for Turing Scheme funding on an individual basis. Participation depends on the project and selection process run by the sending educational institution in the UK.\n          <\/span>\n\n        <\/div>\n\n      <\/div>\n\n\n      <!-- \u00d6ZET -->\n      <aside class=\"scu-turing-summary\">\n\n        <span class=\"scu-turing-summary-title\">\n          Key Features of the Program\n        <\/span>\n\n        <ul>\n\n          <li>\n            <i class=\"bi bi-check2-circle\"><\/i>\n            <span>It is funded by the UK government.<\/span>\n          <\/li>\n\n          <li>\n            <i class=\"bi bi-check2-circle\"><\/i>\n            <span>It is intended for students and learners.<\/span>\n          <\/li>\n\n          <li>\n            <i class=\"bi bi-check2-circle\"><\/i>\n            <span>It covers activities worldwide.<\/span>\n          <\/li>\n\n          <li>\n            <i class=\"bi bi-check2-circle\"><\/i>\n            <span>It supports learning, work, and volunteering.<\/span>\n          <\/li>\n\n          <li>\n            <i class=\"bi bi-check2-circle\"><\/i>\n            <span>It is carried out through institutions.<\/span>\n          <\/li>\n\n          <li>\n            <i class=\"bi bi-check2-circle\"><\/i>\n            <span>It prioritizes disadvantaged participants.<\/span>\n          <\/li>\n\n        <\/ul>\n\n      <\/aside>\n\n    <\/div>\n\n  <\/section>\n\n\n  <!-- SC\u00dc A\u00c7ISINDAN \u00d6NEML\u0130 B\u0130LG\u0130 -->\n  <section class=\"scu-turing-notice\">\n\n    <div class=\"scu-turing-notice-icon\">\n      <i class=\"bi bi-signpost-split\"><\/i>\n    <\/div>\n\n    <div class=\"scu-turing-notice-content\">\n\n      <span>From the perspective of Sivas Cumhuriyet University<\/span>\n\n      <h2>The programme is run through institutions in the United Kingdom.<\/h2>\n\n      <p>\n        Students from Sivas Cumhuriyet University cannot apply directly to the UK government for the Turing Scheme. Our university can participate in mobility activities as a host or partner institution for students from a UK higher education institution that has a Turing Scheme project.\n      <\/p>\n\n      <p>\n        Mobility opportunities depend on the project of the relevant UK institution, the available quota, academic fields, and collaboration arrangements between the institutions.\n      <\/p>\n\n    <\/div>\n\n    <a href=\"\/en\/partners\/\">\n      Review the agreements.\n      <i class=\"bi bi-arrow-right\"><\/i>\n    <\/a>\n\n  <\/section>\n\n\n  <!-- HAREKETL\u0130L\u0130K T\u00dcRLER\u0130 -->\n  <section\n    class=\"scu-turing-section\"\n    id=\"hareketlilikler\"\n  >\n\n    <div class=\"scu-turing-section-head\">\n\n      <span class=\"scu-turing-eyebrow\">\n        Higher Education Activities\n      <\/span>\n\n      <h2>Supported Mobility Types<\/h2>\n\n      <p>\n        The following are key international activities that can be supported for higher education students.\n      <\/p>\n\n    <\/div>\n\n    <div class=\"scu-turing-mobility-grid\">\n\n      <article>\n\n        <div class=\"scu-turing-mobility-icon\">\n          <i class=\"bi bi-mortarboard\"><\/i>\n        <\/div>\n\n        <span class=\"scu-turing-mobility-type\">\n          Study Placement\n        <\/span>\n\n        <h3>Learning Mobility<\/h3>\n\n        <p>\n          This includes the student&#039;s participation in courses and learning activities related to their academic program at a suitable higher education institution abroad.\n        <\/p>\n\n        <ul>\n          <li>Academic studies abroad<\/li>\n          <li>Lessons and learning activities<\/li>\n          <li>Academic and personal development<\/li>\n        <\/ul>\n\n      <\/article>\n\n      <article>\n\n        <div class=\"scu-turing-mobility-icon\">\n          <i class=\"bi bi-briefcase\"><\/i>\n        <\/div>\n\n        <span class=\"scu-turing-mobility-type\">\n          Job Placement\n        <\/span>\n\n        <h3>Work and Traineeship Mobility<\/h3>\n\n        <p>\n          This includes the student undertaking work experience and professional practice activities related to their program at a suitable institution or organization abroad.\n        <\/p>\n\n        <ul>\n          <li>Work experience and internships<\/li>\n          <li>Professional skills development<\/li>\n          <li>International working environment<\/li>\n        <\/ul>\n\n      <\/article>\n\n      <article>\n\n        <div class=\"scu-turing-mobility-icon\">\n          <i class=\"bi bi-heart\"><\/i>\n        <\/div>\n\n        <span class=\"scu-turing-mobility-type\">\n          Volunteering Placement\n        <\/span>\n\n        <h3>Volunteer Activity<\/h3>\n\n        <p>\n          This involves the student participating in a suitable volunteer activity abroad in a way that will develop their skills and career opportunities.\n        <\/p>\n\n        <ul>\n          <li>experience of community contribution<\/li>\n          <li>Cross-cultural learning<\/li>\n          <li>Transferable skills<\/li>\n        <\/ul>\n\n      <\/article>\n\n    <\/div>\n\n  <\/section>\n\n\n  <!-- S\u00dcRE VE KAPSAM -->\n  <section class=\"scu-turing-section\">\n\n    <div class=\"scu-turing-section-head\">\n\n      <span class=\"scu-turing-eyebrow\">\n        Terms of Service\n      <\/span>\n\n      <h2>General Framework of Higher Education Mobility<\/h2>\n\n    <\/div>\n\n    <div class=\"scu-turing-facts\">\n\n      <article>\n\n        <i class=\"bi bi-calendar-range\"><\/i>\n\n        <div>\n          <span>Activity Period<\/span>\n          <strong>Between 14 days and 12 months<\/strong>\n        <\/div>\n\n      <\/article>\n\n      <article>\n\n        <i class=\"bi bi-geo-alt\"><\/i>\n\n        <div>\n          <span>Target Countries<\/span>\n          <strong>Countries outside the United Kingdom<\/strong>\n        <\/div>\n\n      <\/article>\n\n      <article>\n\n        <i class=\"bi bi-people\"><\/i>\n\n        <div>\n          <span>Participants<\/span>\n          <strong>Students and eligible recent graduates<\/strong>\n        <\/div>\n\n      <\/article>\n\n      <article>\n\n        <i class=\"bi bi-wallet2\"><\/i>\n\n        <div>\n          <span>Financing<\/span>\n          <strong>Contribution to travel and living expenses.<\/strong>\n        <\/div>\n\n      <\/article>\n\n    <\/div>\n\n  <\/section>\n\n\n  <!-- K\u0130MLER KATILAB\u0130L\u0130R -->\n  <section class=\"scu-turing-section\">\n\n    <div class=\"scu-turing-section-head\">\n\n      <span class=\"scu-turing-eyebrow\">\n        Participant Eligibility\n      <\/span>\n\n      <h2>Who can participate in higher education?<\/h2>\n\n      <p>\n        Participants must be studying at an eligible educational institution in the United Kingdom or a British Overseas Territory that receives funding.\n      <\/p>\n\n    <\/div>\n\n    <div class=\"scu-turing-participant-grid\">\n\n      <article>\n\n        <i class=\"bi bi-person-vcard\"><\/i>\n\n        <div>\n          <h3>Registered Students<\/h3>\n\n          <p>\n            Students continuing their studies at eligible higher education institutions that receive Turing Scheme funding.\n          <\/p>\n        <\/div>\n\n      <\/article>\n\n      <article>\n\n        <i class=\"bi bi-mortarboard\"><\/i>\n\n        <div>\n          <h3>Students with International Status<\/h3>\n\n          <p>\n            International students studying at a suitable institution, without the requirement of being a UK citizen.\n          <\/p>\n        <\/div>\n\n      <\/article>\n\n      <article>\n\n        <i class=\"bi bi-award\"><\/i>\n\n        <div>\n          <h3>Suitable Recent Graduates<\/h3>\n\n          <p>\n            Suitable recent graduates who will undertake work experience or volunteer activities within 12 months of graduation.\n          <\/p>\n        <\/div>\n\n      <\/article>\n\n    <\/div>\n\n  <\/section>\n\n\n  <!-- \u0130\u015e B\u0130RL\u0130\u011e\u0130 S\u00dcREC\u0130 -->\n  <section class=\"scu-turing-section\">\n\n    <div class=\"scu-turing-section-head\">\n\n      <span class=\"scu-turing-eyebrow\">\n        Corporate Mobility Process\n      <\/span>\n\n      <h2>How is Turing Scheme Mobility Implemented?<\/h2>\n\n      <p>\n        A mobility program in which our university participates as the host institution generally consists of the following stages.\n      <\/p>\n\n    <\/div>\n\n    <div class=\"scu-turing-process\">\n\n      <article>\n\n        <span>01<\/span>\n        <i class=\"bi bi-building-check\"><\/i>\n\n        <h3>Partner Institution&#039;s Project<\/h3>\n\n        <p>\n          The institution in the United Kingdom develops projects for and receives funding from the Turing Scheme.\n        <\/p>\n\n      <\/article>\n\n      <article>\n\n        <span>02<\/span>\n        <i class=\"bi bi-diagram-3\"><\/i>\n\n        <h3>Corporate Collaboration<\/h3>\n\n        <p>\n          The host institution, academic fields, quotas, and operating conditions are determined.\n        <\/p>\n\n      <\/article>\n\n      <article>\n\n        <span>03<\/span>\n        <i class=\"bi bi-person-check\"><\/i>\n\n        <h3>Participant Selection<\/h3>\n\n        <p>\n          Participants are selected according to criteria set by the UK funding institution.\n        <\/p>\n\n      <\/article>\n\n      <article>\n\n        <span>04<\/span>\n        <i class=\"bi bi-file-earmark-check\"><\/i>\n\n        <h3>Acceptance and Documents<\/h3>\n\n        <p>\n          The host institution completes the acceptance procedures and documents related to the activity program.\n        <\/p>\n\n      <\/article>\n\n      <article>\n\n        <span>05<\/span>\n        <i class=\"bi bi-airplane\"><\/i>\n\n        <h3>Mobility<\/h3>\n\n        <p>\n          Participants carry out their learning, work experience, or volunteer activity on the specified dates.\n        <\/p>\n\n      <\/article>\n\n    <\/div>\n\n  <\/section>\n\n\n  <!-- ANLA\u015eMALAR -->\n  <section class=\"scu-turing-agreements\">\n\n    <div class=\"scu-turing-agreements-icon\">\n      <i class=\"bi bi-buildings\"><\/i>\n    <\/div>\n\n    <div class=\"scu-turing-agreements-content\">\n\n      <span class=\"scu-turing-eyebrow\">\n        Corporate Collaboration\n      <\/span>\n\n      <h2>Partner Institutions in the United Kingdom<\/h2>\n\n      <p>\n        Please review our university&#039;s existing agreements and areas of academic collaboration with higher education institutions in the United Kingdom.\n      <\/p>\n\n    <\/div>\n\n    <a href=\"\/en\/partners\/\">\n      Review the agreements.\n      <i class=\"bi bi-arrow-right\"><\/i>\n    <\/a>\n\n  <\/section>\n\n\n  <!-- RESM\u00ce KAYNAK -->\n  <section class=\"scu-turing-official\">\n\n    <div class=\"scu-turing-official-icon\">\n      <i class=\"bi bi-bank\"><\/i>\n    <\/div>\n\n    <div class=\"scu-turing-official-content\">\n\n      <span class=\"scu-turing-eyebrow\">\n        Official Program Information\n      <\/span>\n\n      <h2>UK Department for Education<\/h2>\n\n      <p>\n        For information on Turing Scheme periods, eligibility requirements, funding rules, and current announcements, please refer to the official scheme page on GOV.UK.\n      <\/p>\n\n    <\/div>\n\n    <a\n      href=\"https:\/\/www.gov.uk\/government\/collections\/turing-scheme\"\n      target=\"_blank\"\n      rel=\"noopener\"\n    >\n      Go to the Official Page\n      <i class=\"bi bi-arrow-up-right\"><\/i>\n    <\/a>\n\n  <\/section>\n\n\n  <!-- RESM\u00ce NOT -->\n  <section class=\"scu-turing-footnote\">\n\n    <i class=\"bi bi-shield-exclamation\"><\/i>\n\n    <div>\n\n      <strong>Official regulations and project conditions<\/strong>\n\n      <p>\n        The information on this page is for general informational purposes only. Current regulations of the UK Department for Education, project conditions of the funding institution, inter-institutional agreements, and official acceptance documents are prioritized in mobility activities.\n      <\/p>\n\n    <\/div>\n\n  <\/section>\n\n<\/section>","protected":false},"excerpt":{"rendered":"<p>Uluslararas\u0131 \u0130li\u015fkiler Ofisi \u00b7 De\u011fi\u015fim Programlar\u0131 Turing Scheme Turing Scheme; Birle\u015fik Krall\u0131k h\u00fck\u00fcmeti taraf\u0131ndan finanse edilen, uygun e\u011fitim kurumlar\u0131n\u0131n \u00f6\u011frencilerine d\u00fcnya genelinde \u00f6\u011frenim, i\u015f deneyimi ve g\u00f6n\u00fcll\u00fcl\u00fck faaliyetleri ger\u00e7ekle\u015ftirme imk\u00e2n\u0131 sa\u011flayan uluslararas\u0131 hareketlilik program\u0131d\u0131r. \u00d6\u011frenim Hareketlili\u011fi Yurt d\u0131\u015f\u0131nda akademik \u00f6\u011frenim faaliyeti \u0130\u015f Deneyimi Staj ve mesleki uygulama faaliyetleri K\u00fcresel Kapsam D\u00fcnya genelindeki ev sahibi kurumlar [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":7766,"parent":345,"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-1307","page","type-page","status-publish","has-post-thumbnail","hentry"],"blocksy_meta":[],"jetpack_sharing_enabled":true,"jetpack_shortlink":"https:\/\/wp.me\/PhmZjt-l5","_links":{"self":[{"href":"https:\/\/international.cumhuriyet.edu.tr\/en\/wp-json\/wp\/v2\/pages\/1307","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=1307"}],"version-history":[{"count":8,"href":"https:\/\/international.cumhuriyet.edu.tr\/en\/wp-json\/wp\/v2\/pages\/1307\/revisions"}],"predecessor-version":[{"id":7765,"href":"https:\/\/international.cumhuriyet.edu.tr\/en\/wp-json\/wp\/v2\/pages\/1307\/revisions\/7765"}],"up":[{"embeddable":true,"href":"https:\/\/international.cumhuriyet.edu.tr\/en\/wp-json\/wp\/v2\/pages\/345"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/international.cumhuriyet.edu.tr\/en\/wp-json\/wp\/v2\/media\/7766"}],"wp:attachment":[{"href":"https:\/\/international.cumhuriyet.edu.tr\/en\/wp-json\/wp\/v2\/media?parent=1307"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}