{"id":7877,"date":"2025-08-19T03:30:25","date_gmt":"2025-08-19T00:30:25","guid":{"rendered":"https:\/\/erasmus.cumhuriyet.edu.tr\/?page_id=7877"},"modified":"2026-08-25T01:29:14","modified_gmt":"2026-08-24T22:29:14","slug":"info","status":"publish","type":"page","link":"https:\/\/erasmus.cumhuriyet.edu.tr\/en\/incoming\/info\/","title":{"rendered":"General Information"},"content":{"rendered":"<style data-wp-block-html=\"css\">\n\/* ============================================================\n   SCU INCOMING PORTAL\n   GENERAL INFORMATION\n   ============================================================ *\/\n\n.inc-info-page {\n  --info-red: var(--inc-red, #b11f3b);\n  --info-red-dark: #8d1732;\n  --info-red-soft: #fbf0f3;\n\n  --info-blue: var(--inc-blue, #2950a6);\n  --info-blue-soft: #f0f4fc;\n\n  --info-purple: var(--inc-purple, #7153a9);\n  --info-purple-soft: #f5f1fa;\n\n  --info-green: #19866f;\n  --info-green-soft: #edf8f5;\n\n  --info-gold: #ae7823;\n  --info-gold-soft: #fff8e9;\n\n  --info-cyan: #1685a8;\n  --info-cyan-soft: #edf8fb;\n\n  --info-heading: var(--inc-heading, #24314d);\n  --info-text: var(--inc-text, #53617a);\n  --info-muted: #758198;\n\n  --info-border: var(--inc-border, #d9dfea);\n  --info-border-light: #e9edf4;\n\n  width: 100%;\n  color: var(--info-text);\n\n  font-size: 14px;\n  line-height: 1.65;\n}\n\n.inc-info-page *,\n.inc-info-page *::before,\n.inc-info-page *::after {\n  box-sizing: border-box;\n}\n\n.inc-info-page a {\n  text-decoration: none;\n}\n\n.inc-info-anchor {\n  scroll-margin-top: 105px;\n}\n\n\n\/* ============================================================\n   HERO\n   ============================================================ *\/\n\n.inc-info-hero {\n  display: grid;\n  grid-template-columns: minmax(0,1fr) 195px;\n  align-items: center;\n  gap: 27px;\n\n  margin-bottom: 14px;\n  padding: 29px 30px;\n\n  background:\n    radial-gradient(\n      circle at 94% 10%,\n      rgba(177,31,59,.09),\n      transparent 30%\n    ),\n    linear-gradient(\n      135deg,\n      #fff,\n      #fbf8fa\n    );\n\n  border: 1px solid var(--info-border);\n  border-radius: 20px;\n}\n\n.inc-info-eyebrow,\n.inc-info-section-head > span {\n  display: block;\n\n  margin-bottom: 6px;\n\n  color: var(--info-red);\n\n  font-size: 9px;\n  font-weight: 750;\n  letter-spacing: .12em;\n}\n\n.inc-info-hero h2 {\n  margin: 0 0 6px;\n\n  color: var(--info-heading);\n\n  font-size: 29px;\n  font-weight: 700;\n  line-height: 1.16;\n  letter-spacing: -.025em;\n}\n\n.inc-info-lead {\n  margin-bottom: 7px !important;\n\n  color: var(--info-purple) !important;\n\n  font-size: 15px !important;\n  font-weight: 650;\n}\n\n.inc-info-hero p {\n  max-width: 820px;\n\n  margin: 0 0 6px;\n\n  color: var(--info-muted);\n\n  font-size: 12.5px;\n  line-height: 1.7;\n}\n\n.inc-info-hero-actions {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 7px;\n\n  margin-top: 15px;\n}\n\n.inc-info-hero-actions a {\n  min-height: 36px;\n\n  display: inline-flex;\n  align-items: center;\n  gap: 6px;\n\n  padding: 0 12px;\n\n  color: var(--info-heading) !important;\n  background: #fff;\n\n  border: 1px solid var(--info-border);\n  border-radius: 9px;\n\n  font-size: 10px;\n  font-weight: 650;\n}\n\n.inc-info-hero-actions a.is-primary {\n  color: #fff !important;\n  background: var(--info-red);\n  border-color: var(--info-red);\n}\n\n.inc-info-hero-mark {\n  min-height: 155px;\n\n  display: flex;\n  flex-direction: column;\n  align-items: center;\n  justify-content: center;\n\n  color: #fff;\n\n  background:\n    linear-gradient(\n      145deg,\n      var(--info-red-dark),\n      var(--info-red)\n    );\n\n  border-radius: 18px;\n\n  box-shadow:\n    0 13px 27px rgba(141,23,50,.16);\n}\n\n.inc-info-hero-mark > i {\n  margin-bottom: 7px;\n\n  font-size: 27px;\n}\n\n.inc-info-hero-mark > span {\n  color: rgba(255,255,255,.68);\n\n  font-size: 8px;\n  font-weight: 750;\n  letter-spacing: .11em;\n}\n\n.inc-info-hero-mark > strong {\n  margin: 2px 0;\n\n  color: #fff;\n\n  font-size: 27px;\n  font-weight: 760;\n}\n\n.inc-info-hero-mark > small {\n  color: rgba(255,255,255,.72);\n\n  font-size: 8px;\n}\n\n\n\/* ============================================================\n   COVER IMAGE\n   ============================================================ *\/\n\n.inc-info-cover {\n  position: relative;\n\n  height: 300px;\n\n  overflow: hidden;\n\n  margin: 0 0 16px;\n\n  background: #eef0f3;\n\n  border-radius: 17px;\n}\n\n.inc-info-cover img {\n  width: 100%;\n  height: 100%;\n\n  display: block;\n\n  object-fit: cover;\n}\n\n.inc-info-cover::after {\n  content: \"\";\n\n  position: absolute;\n  inset: 0;\n\n  background:\n    linear-gradient(\n      180deg,\n      transparent 48%,\n      rgba(21,29,44,.7) 100%\n    );\n}\n\n.inc-info-cover figcaption {\n  position: absolute;\n  z-index: 2;\n  left: 22px;\n  right: 22px;\n  bottom: 18px;\n}\n\n.inc-info-cover figcaption span {\n  display: block;\n\n  color: rgba(255,255,255,.72);\n\n  font-size: 8px;\n  font-weight: 750;\n  letter-spacing: .1em;\n}\n\n.inc-info-cover figcaption strong {\n  display: block;\n\n  margin-top: 2px;\n\n  color: #fff;\n\n  font-size: 14px;\n  font-weight: 650;\n}\n\n\n\/* ============================================================\n   QUICK\n   ============================================================ *\/\n\n.inc-info-quick {\n  display: grid;\n  grid-template-columns: repeat(4,minmax(0,1fr));\n  gap: 9px;\n\n  margin-bottom: 38px;\n}\n\n.inc-info-quick article {\n  min-height: 125px;\n\n  padding: 14px;\n\n  background: #fff;\n\n  border: 1px solid var(--info-border);\n  border-top: 4px solid var(--info-red);\n  border-radius: 13px;\n}\n\n.inc-info-quick .is-blue {\n  border-top-color: var(--info-blue);\n}\n\n.inc-info-quick .is-purple {\n  border-top-color: var(--info-purple);\n}\n\n.inc-info-quick .is-green {\n  border-top-color: var(--info-green);\n}\n\n.inc-info-quick article > i {\n  display: block;\n\n  margin-bottom: 13px;\n\n  color: var(--info-red);\n\n  font-size: 19px;\n}\n\n.inc-info-quick .is-blue > i {\n  color: var(--info-blue);\n}\n\n.inc-info-quick .is-purple > i {\n  color: var(--info-purple);\n}\n\n.inc-info-quick .is-green > i {\n  color: var(--info-green);\n}\n\n.inc-info-quick span,\n.inc-info-quick small,\n.inc-info-quick strong {\n  display: block;\n}\n\n.inc-info-quick span {\n  color: var(--info-muted);\n\n  font-size: 7px;\n  font-weight: 750;\n  letter-spacing: .09em;\n}\n\n.inc-info-quick strong {\n  margin: 2px 0;\n\n  color: var(--info-heading);\n\n  font-size: 11.5px;\n}\n\n.inc-info-quick small {\n  color: var(--info-muted);\n\n  font-size: 8px;\n}\n\n\n\/* ============================================================\n   SECTIONS\n   ============================================================ *\/\n\n.inc-info-section {\n  margin-bottom: 38px;\n}\n\n.inc-info-section-head {\n  max-width: 900px;\n\n  margin-bottom: 16px;\n}\n\n.inc-info-section-head h2 {\n  margin: 0 0 7px;\n\n  color: var(--info-heading);\n\n  font-size: 24px;\n  font-weight: 700;\n  line-height: 1.2;\n  letter-spacing: -.02em;\n}\n\n.inc-info-section-head p {\n  margin: 0;\n\n  color: var(--info-muted);\n\n  font-size: 12.5px;\n  line-height: 1.65;\n}\n\n\n\/* ============================================================\n   COUNTRY\n   ============================================================ *\/\n\n.inc-info-country-layout {\n  display: grid;\n  grid-template-columns: minmax(0,1.5fr) minmax(280px,.7fr);\n  gap: 11px;\n}\n\n.inc-info-facts {\n  display: grid;\n  grid-template-columns: repeat(2,minmax(0,1fr));\n  gap: 8px;\n}\n\n.inc-info-facts article {\n  display: grid;\n  grid-template-columns: 39px minmax(0,1fr);\n  align-items: center;\n  gap: 9px;\n\n  min-height: 74px;\n\n  padding: 10px;\n\n  background: #fff;\n\n  border: 1px solid var(--info-border);\n  border-radius: 11px;\n}\n\n.inc-info-facts article > div {\n  width: 38px;\n  height: 38px;\n\n  display: flex;\n  align-items: center;\n  justify-content: center;\n\n  color: var(--info-blue);\n  background: var(--info-blue-soft);\n\n  border-radius: 9px;\n}\n\n.inc-info-facts small,\n.inc-info-facts strong {\n  display: block;\n}\n\n.inc-info-facts small {\n  color: var(--info-muted);\n\n  font-size: 6.5px;\n  font-weight: 700;\n  letter-spacing: .07em;\n}\n\n.inc-info-facts strong {\n  margin-top: 2px;\n\n  color: var(--info-heading);\n\n  font-size: 10px;\n}\n\n\n\/* COUNTRY NOTE *\/\n\n.inc-info-country-note {\n  padding: 17px;\n\n  background: var(--info-gold-soft);\n\n  border: 1px solid #eeddb8;\n  border-top: 4px solid var(--info-gold);\n  border-radius: 14px;\n}\n\n.inc-info-country-note-icon {\n  width: 40px;\n  height: 40px;\n\n  display: flex;\n  align-items: center;\n  justify-content: center;\n\n  margin-bottom: 10px;\n\n  color: var(--info-gold);\n  background: #fff;\n\n  border-radius: 10px;\n}\n\n.inc-info-country-note > span {\n  color: var(--info-gold);\n\n  font-size: 8px;\n  font-weight: 750;\n  letter-spacing: .09em;\n}\n\n.inc-info-country-note h3 {\n  margin: 2px 0 6px;\n\n  color: var(--info-heading);\n\n  font-size: 13px;\n}\n\n.inc-info-country-note p {\n  margin: 0 0 6px;\n\n  color: var(--info-text);\n\n  font-size: 9.5px;\n}\n\n\n\/* ============================================================\n   SIVAS\n   ============================================================ *\/\n\n.inc-info-sivas-grid {\n  display: grid;\n  grid-template-columns: repeat(4,minmax(0,1fr));\n  gap: 9px;\n}\n\n.inc-info-sivas-grid article {\n  min-height: 190px;\n\n  padding: 15px;\n\n  background: #fff;\n\n  border: 1px solid var(--info-border);\n  border-top: 4px solid var(--info-red);\n  border-radius: 13px;\n}\n\n.inc-info-sivas-grid .is-blue {\n  border-top-color: var(--info-blue);\n}\n\n.inc-info-sivas-grid .is-purple {\n  border-top-color: var(--info-purple);\n}\n\n.inc-info-sivas-grid .is-green {\n  border-top-color: var(--info-green);\n}\n\n.inc-info-sivas-grid article > div {\n  width: 39px;\n  height: 39px;\n\n  display: flex;\n  align-items: center;\n  justify-content: center;\n\n  margin-bottom: 11px;\n\n  color: var(--info-red);\n  background: var(--info-red-soft);\n\n  border-radius: 10px;\n}\n\n.inc-info-sivas-grid .is-blue > div {\n  color: var(--info-blue);\n  background: var(--info-blue-soft);\n}\n\n.inc-info-sivas-grid .is-purple > div {\n  color: var(--info-purple);\n  background: var(--info-purple-soft);\n}\n\n.inc-info-sivas-grid .is-green > div {\n  color: var(--info-green);\n  background: var(--info-green-soft);\n}\n\n.inc-info-sivas-grid article > span {\n  color: var(--info-red);\n\n  font-size: 7px;\n  font-weight: 750;\n  letter-spacing: .08em;\n}\n\n.inc-info-sivas-grid h3 {\n  margin: 2px 0 5px;\n\n  color: var(--info-heading);\n\n  font-size: 11px;\n}\n\n.inc-info-sivas-grid p {\n  margin: 0 0 6px;\n\n  color: var(--info-muted);\n\n  font-size: 9px;\n  line-height: 1.5;\n}\n\n.inc-info-sivas-grid a {\n  display: inline-flex;\n  align-items: center;\n  gap: 4px;\n\n  color: var(--info-purple) !important;\n\n  font-size: 8.5px;\n  font-weight: 650;\n}\n\n\n\/* ============================================================\n   PRACTICAL\n   ============================================================ *\/\n\n.inc-info-practical-grid {\n  display: grid;\n  grid-template-columns: repeat(3,minmax(0,1fr));\n  gap: 8px;\n}\n\n.inc-info-practical-grid article {\n  display: grid;\n  grid-template-columns: 42px minmax(0,1fr);\n  gap: 9px;\n\n  min-height: 115px;\n\n  padding: 12px;\n\n  background: #fff;\n\n  border: 1px solid var(--info-border);\n  border-radius: 12px;\n}\n\n.inc-info-practical-icon {\n  width: 40px;\n  height: 40px;\n\n  display: flex;\n  align-items: center;\n  justify-content: center;\n\n  border-radius: 10px;\n}\n\n.inc-info-practical-icon.is-purple {\n  color: var(--info-purple);\n  background: var(--info-purple-soft);\n}\n\n.inc-info-practical-icon.is-blue {\n  color: var(--info-blue);\n  background: var(--info-blue-soft);\n}\n\n.inc-info-practical-icon.is-red {\n  color: var(--info-red);\n  background: var(--info-red-soft);\n}\n\n.inc-info-practical-icon.is-green {\n  color: var(--info-green);\n  background: var(--info-green-soft);\n}\n\n.inc-info-practical-icon.is-gold {\n  color: var(--info-gold);\n  background: var(--info-gold-soft);\n}\n\n.inc-info-practical-icon.is-cyan {\n  color: var(--info-cyan);\n  background: var(--info-cyan-soft);\n}\n\n.inc-info-practical-grid span {\n  color: var(--info-muted);\n\n  font-size: 7px;\n  font-weight: 750;\n  letter-spacing: .08em;\n}\n\n.inc-info-practical-grid h3 {\n  margin: 2px 0 4px;\n\n  color: var(--info-heading);\n\n  font-size: 10.5px;\n}\n\n.inc-info-practical-grid p {\n  margin: 0;\n\n  color: var(--info-muted);\n\n  font-size: 8.5px;\n  line-height: 1.45;\n}\n\n.inc-info-practical-grid a {\n  display: inline-flex;\n  align-items: center;\n  gap: 4px;\n\n  margin-top: 5px;\n\n  color: var(--info-cyan) !important;\n\n  font-size: 8px;\n  font-weight: 650;\n}\n\n\n\/* ============================================================\n   BEFORE ARRIVAL\n   ============================================================ *\/\n\n.inc-info-before-grid {\n  display: grid;\n  grid-template-columns: repeat(3,minmax(0,1fr));\n  gap: 8px;\n}\n\n.inc-info-before-grid > a {\n  display: grid;\n  grid-template-columns: 36px minmax(0,1fr) 14px;\n  align-items: center;\n  gap: 8px;\n\n  min-height: 69px;\n\n  padding: 10px;\n\n  color: var(--info-text) !important;\n  background: #fff;\n\n  border: 1px solid var(--info-border);\n  border-radius: 11px;\n}\n\n.inc-info-before-grid > a > i:first-child {\n  width: 35px;\n  height: 35px;\n\n  display: flex;\n  align-items: center;\n  justify-content: center;\n\n  color: var(--info-red);\n  background: var(--info-red-soft);\n\n  border-radius: 9px;\n}\n\n.inc-info-before-grid strong,\n.inc-info-before-grid small {\n  display: block;\n}\n\n.inc-info-before-grid strong {\n  color: var(--info-heading);\n\n  font-size: 9.5px;\n}\n\n.inc-info-before-grid small {\n  margin-top: 2px;\n\n  color: var(--info-muted);\n\n  font-size: 7.5px;\n}\n\n.inc-info-before-grid > a > i:last-child {\n  color: #a5adba;\n\n  font-size: 8px;\n}\n\n\n\/* ============================================================\n   SOURCE\n   ============================================================ *\/\n\n.inc-info-source {\n  display: grid;\n  grid-template-columns: 43px minmax(0,1fr) auto;\n  align-items: center;\n  gap: 12px;\n\n  margin-bottom: 38px;\n  padding: 17px 18px;\n\n  background: var(--info-green-soft);\n\n  border: 1px solid #d3ebe4;\n  border-left: 4px solid var(--info-green);\n  border-radius: 14px;\n}\n\n.inc-info-source-icon {\n  width: 40px;\n  height: 40px;\n\n  display: flex;\n  align-items: center;\n  justify-content: center;\n\n  color: var(--info-green);\n  background: #fff;\n\n  border-radius: 10px;\n}\n\n.inc-info-source span {\n  color: var(--info-green);\n\n  font-size: 8px;\n  font-weight: 750;\n  letter-spacing: .09em;\n}\n\n.inc-info-source h3 {\n  margin: 2px 0 3px;\n\n  color: var(--info-heading);\n\n  font-size: 13px;\n}\n\n.inc-info-source p {\n  margin: 0;\n\n  color: var(--info-text);\n\n  font-size: 9.5px;\n}\n\n.inc-info-source > a {\n  min-height: 37px;\n\n  display: inline-flex;\n  align-items: center;\n  gap: 5px;\n\n  padding: 0 11px;\n\n  color: #fff !important;\n  background: var(--info-green);\n\n  border-radius: 9px;\n\n  white-space: nowrap;\n\n  font-size: 9px;\n  font-weight: 650;\n}\n\n\n\/* ============================================================\n   EXTERNAL\n   ============================================================ *\/\n\n.inc-info-external-grid {\n  display: grid;\n  grid-template-columns: repeat(3,minmax(0,1fr));\n  gap: 8px;\n}\n\n.inc-info-external-grid > a {\n  display: grid;\n  grid-template-columns: 38px minmax(0,1fr) 14px;\n  align-items: center;\n  gap: 8px;\n\n  min-height: 76px;\n\n  padding: 10px;\n\n  color: var(--info-text) !important;\n  background: #fff;\n\n  border: 1px solid var(--info-border);\n  border-radius: 11px;\n}\n\n.inc-info-external-grid > a > div {\n  width: 37px;\n  height: 37px;\n\n  display: flex;\n  align-items: center;\n  justify-content: center;\n\n  color: var(--info-blue);\n  background: var(--info-blue-soft);\n\n  border-radius: 9px;\n}\n\n.inc-info-external-grid small,\n.inc-info-external-grid strong,\n.inc-info-external-grid em {\n  display: block;\n}\n\n.inc-info-external-grid small {\n  color: var(--info-muted);\n\n  font-size: 6.5px;\n  font-weight: 700;\n}\n\n.inc-info-external-grid strong {\n  margin-top: 2px;\n\n  color: var(--info-heading);\n\n  font-size: 9.5px;\n}\n\n.inc-info-external-grid em {\n  color: var(--info-muted);\n\n  font-size: 7.5px;\n  font-style: normal;\n}\n\n.inc-info-external-grid > a > i:last-child {\n  color: #a5adba;\n\n  font-size: 8px;\n}\n\n\n\/* ============================================================\n   BOTTOM\n   ============================================================ *\/\n\n.inc-info-bottom {\n  display: grid;\n  grid-template-columns: 43px minmax(0,1fr) auto;\n  align-items: center;\n  gap: 13px;\n\n  padding: 18px 20px;\n\n  background:\n    linear-gradient(\n      135deg,\n      var(--info-blue-soft),\n      var(--info-red-soft)\n    );\n\n  border: 1px solid var(--info-border);\n  border-radius: 15px;\n}\n\n.inc-info-bottom-icon {\n  width: 41px;\n  height: 41px;\n\n  display: flex;\n  align-items: center;\n  justify-content: center;\n\n  color: var(--info-red);\n  background: #fff;\n\n  border-radius: 10px;\n}\n\n.inc-info-bottom span {\n  color: var(--info-red);\n\n  font-size: 8px;\n  font-weight: 750;\n  letter-spacing: .09em;\n}\n\n.inc-info-bottom h3 {\n  margin: 2px 0 3px;\n\n  color: var(--info-heading);\n\n  font-size: 13px;\n}\n\n.inc-info-bottom p {\n  margin: 0;\n\n  color: var(--info-muted);\n\n  font-size: 9.5px;\n}\n\n.inc-info-bottom > a {\n  min-height: 37px;\n\n  display: inline-flex;\n  align-items: center;\n  gap: 5px;\n\n  padding: 0 12px;\n\n  color: #fff !important;\n  background: var(--info-red);\n\n  border-radius: 9px;\n\n  font-size: 9px;\n  font-weight: 650;\n}\n\n\n\/* ============================================================\n   TABLET\n   ============================================================ *\/\n\n@media (max-width: 1000px) {\n\n  .inc-info-quick,\n  .inc-info-sivas-grid {\n    grid-template-columns: repeat(2,minmax(0,1fr));\n  }\n\n  .inc-info-country-layout {\n    grid-template-columns: 1fr;\n  }\n\n  .inc-info-practical-grid {\n    grid-template-columns: repeat(2,minmax(0,1fr));\n  }\n\n}\n\n\n\/* ============================================================\n   MOBILE\n   ============================================================ *\/\n\n@media (max-width: 680px) {\n\n  .inc-info-hero {\n    grid-template-columns: 1fr;\n\n    padding: 20px;\n  }\n\n  .inc-info-hero-mark {\n    display: none;\n  }\n\n  .inc-info-hero h2 {\n    font-size: 24px;\n  }\n\n  .inc-info-hero-actions {\n    display: grid;\n    grid-template-columns: 1fr;\n  }\n\n  .inc-info-hero-actions a {\n    justify-content: center;\n  }\n\n\n  .inc-info-cover {\n    height: 220px;\n  }\n\n\n  .inc-info-quick,\n  .inc-info-facts,\n  .inc-info-sivas-grid,\n  .inc-info-practical-grid,\n  .inc-info-before-grid,\n  .inc-info-external-grid {\n    grid-template-columns: 1fr;\n  }\n\n\n  .inc-info-section {\n    margin-bottom: 31px;\n  }\n\n  .inc-info-section-head h2 {\n    font-size: 21px;\n  }\n\n\n  .inc-info-source {\n    grid-template-columns: 38px minmax(0,1fr);\n  }\n\n  .inc-info-source > a {\n    grid-column: 1 \/ -1;\n\n    justify-content: center;\n  }\n\n\n  .inc-info-bottom {\n    grid-template-columns: 38px minmax(0,1fr);\n  }\n\n  .inc-info-bottom > a {\n    grid-column: 1 \/ -1;\n\n    justify-content: center;\n  }\n\n}\n<\/style>\n\n<section class=\"inc-info-page\">\n\n  <!-- =========================================================\n       HERO\n  ========================================================== -->\n  <header class=\"inc-info-hero\">\n\n    <div class=\"inc-info-hero-copy\">\n\n      <span class=\"inc-info-eyebrow\">\n        INCOMING ERASMUS+ \u00b7 GENERAL INFORMATION\n      <\/span>\n\n      <h2>Welcome to Sivas Cumhuriyet University<\/h2>\n\n      <p class=\"inc-info-lead\">\n        Your Erasmus+ journey starts in Sivas, T\u00fcrkiye.\n      <\/p>\n\n      <p>\n        This page provides practical introductory information about\n        T\u00fcrkiye, the city of Sivas and everyday life during your\n        mobility at Sivas Cumhuriyet University.\n      <\/p>\n\n      <p>\n        Use the Incoming Portal for detailed information about\n        academic procedures, accommodation, transportation,\n        insurance, residence procedures and student life.\n      <\/p>\n\n      <div class=\"inc-info-hero-actions\">\n\n        <a href=\"#turkiye\" class=\"is-primary\">\n          <i class=\"bi bi-globe-europe-africa\"><\/i>\n          About T\u00fcrkiye\n        <\/a>\n\n        <a href=\"#sivas\">\n          <i class=\"bi bi-geo-alt\"><\/i>\n          About Sivas\n        <\/a>\n\n        <a href=\"#practical\">\n          <i class=\"bi bi-info-circle\"><\/i>\n          Practical Information\n        <\/a>\n\n      <\/div>\n\n    <\/div>\n\n\n    <div class=\"inc-info-hero-mark\">\n\n      <i class=\"bi bi-geo-alt-fill\"><\/i>\n\n      <span>WELCOME TO<\/span>\n\n      <strong>SIVAS<\/strong>\n\n      <small>T\u00fcrkiye \u00b7 UTC +3<\/small>\n\n    <\/div>\n\n  <\/header>\n\n\n  <!-- =========================================================\n       CAMPUS IMAGE\n  ========================================================== -->\n  <figure class=\"inc-info-cover\">\n\n    <img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/erasmus.cumhuriyet.edu.tr\/wp-content\/uploads\/campus.jpg?w=1290&#038;ssl=1\" alt=\"Sivas Cumhuriyet University campus\" loading=\"eager\">\n\n    <figcaption>\n\n      <span>SIVAS CUMHURIYET UNIVERSITY<\/span>\n\n      <strong>\n        An international university community in the heart of Sivas\n      <\/strong>\n\n    <\/figcaption>\n\n  <\/figure>\n\n\n  <!-- =========================================================\n       QUICK FACTS\n  ========================================================== -->\n  <div class=\"inc-info-quick\">\n\n    <article class=\"is-red\">\n\n      <i class=\"bi bi-flag\"><\/i>\n\n      <span>COUNTRY<\/span>\n\n      <strong>Republic of T\u00fcrkiye<\/strong>\n\n      <small>T\u00fcrkiye<\/small>\n\n    <\/article>\n\n\n    <article class=\"is-blue\">\n\n      <i class=\"bi bi-geo-alt\"><\/i>\n\n      <span>DESTINATION<\/span>\n\n      <strong>Sivas<\/strong>\n\n      <small>Central T\u00fcrkiye<\/small>\n\n    <\/article>\n\n\n    <article class=\"is-purple\">\n\n      <i class=\"bi bi-clock\"><\/i>\n\n      <span>TIME ZONE<\/span>\n\n      <strong>UTC +3<\/strong>\n\n      <small>Year-round<\/small>\n\n    <\/article>\n\n\n    <article class=\"is-green\">\n\n      <i class=\"bi bi-cash-coin\"><\/i>\n\n      <span>CURRENCY<\/span>\n\n      <strong>Turkish Lira<\/strong>\n\n      <small>TRY \u00b7 \u20ba<\/small>\n\n    <\/article>\n\n  <\/div>\n\n\n  <!-- =========================================================\n       T\u00dcRK\u0130YE\n  ========================================================== -->\n  <section class=\"inc-info-section inc-info-anchor\" id=\"turkiye\">\n\n    <div class=\"inc-info-section-head\">\n\n      <span>YOUR HOST COUNTRY<\/span>\n\n      <h2>About T\u00fcrkiye<\/h2>\n\n      <p>\n        T\u00fcrkiye connects Europe and Asia and offers a diverse\n        geographical, historical and cultural environment.\n        Turkish is the official language and the Turkish Lira\n        is the national currency.\n      <\/p>\n\n    <\/div>\n\n\n    <div class=\"inc-info-country-layout\">\n\n      <div class=\"inc-info-facts\">\n\n        <article>\n\n          <div>\n            <i class=\"bi bi-bank\"><\/i>\n          <\/div>\n\n          <span>\n            <small>CAPITAL<\/small>\n            <strong>Ankara<\/strong>\n          <\/span>\n\n        <\/article>\n\n\n        <article>\n\n          <div>\n            <i class=\"bi bi-translate\"><\/i>\n          <\/div>\n\n          <span>\n            <small>OFFICIAL LANGUAGE<\/small>\n            <strong>Turkish<\/strong>\n          <\/span>\n\n        <\/article>\n\n\n        <article>\n\n          <div>\n            <i class=\"bi bi-cash\"><\/i>\n          <\/div>\n\n          <span>\n            <small>CURRENCY<\/small>\n            <strong>Turkish Lira (TRY)<\/strong>\n          <\/span>\n\n        <\/article>\n\n\n        <article>\n\n          <div>\n            <i class=\"bi bi-clock\"><\/i>\n          <\/div>\n\n          <span>\n            <small>TIME ZONE<\/small>\n            <strong>UTC +3<\/strong>\n          <\/span>\n\n        <\/article>\n\n\n        <article>\n\n          <div>\n            <i class=\"bi bi-telephone\"><\/i>\n          <\/div>\n\n          <span>\n            <small>INTERNATIONAL CALLING CODE<\/small>\n            <strong>+90<\/strong>\n          <\/span>\n\n        <\/article>\n\n\n        <article>\n\n          <div>\n            <i class=\"bi bi-globe2\"><\/i>\n          <\/div>\n\n          <span>\n            <small>INTERNET DOMAIN<\/small>\n            <strong>.tr<\/strong>\n          <\/span>\n\n        <\/article>\n\n      <\/div>\n\n\n      <aside class=\"inc-info-country-note\">\n\n        <div class=\"inc-info-country-note-icon\">\n          <i class=\"bi bi-info-circle\"><\/i>\n        <\/div>\n\n        <span>GOOD TO KNOW<\/span>\n\n        <h3>T\u00fcrkiye at a Glance<\/h3>\n\n        <p>\n          T\u00fcrkiye has different climatic regions. Coastal areas\n          generally experience milder conditions, while central and\n          eastern parts of the country have a more continental climate\n          with warmer summers and colder winters.\n        <\/p>\n\n        <p>\n          Sivas has a distinctly continental climate, so incoming\n          participants should prepare for significant seasonal\n          temperature differences.\n        <\/p>\n\n      <\/aside>\n\n    <\/div>\n\n  <\/section>\n\n\n  <!-- =========================================================\n       SIVAS\n  ========================================================== -->\n  <section class=\"inc-info-section inc-info-anchor\" id=\"sivas\">\n\n    <div class=\"inc-info-section-head\">\n\n      <span>YOUR ERASMUS+ CITY<\/span>\n\n      <h2>Living in Sivas<\/h2>\n\n      <p>\n        Sivas combines a large university community with the\n        everyday convenience of a regional city and offers incoming\n        participants opportunities to experience Turkish culture,\n        history and student life.\n      <\/p>\n\n    <\/div>\n\n\n    <div class=\"inc-info-sivas-grid\">\n\n      <article class=\"is-red\">\n\n        <div>\n          <i class=\"bi bi-buildings\"><\/i>\n        <\/div>\n\n        <span>UNIVERSITY CITY<\/span>\n\n        <h3>Student Life<\/h3>\n\n        <p>\n          Sivas Cumhuriyet University has a large main campus with\n          academic buildings, student facilities and an active\n          international student community.\n        <\/p>\n\n      <\/article>\n\n\n      <article class=\"is-blue\">\n\n        <div>\n          <i class=\"bi bi-snow\"><\/i>\n        <\/div>\n\n        <span>CLIMATE<\/span>\n\n        <h3>Four Distinct Seasons<\/h3>\n\n        <p>\n          Sivas has a continental climate. Winters can be cold and\n          snowy, while summers are generally warm and relatively dry.\n        <\/p>\n\n      <\/article>\n\n\n      <article class=\"is-purple\">\n\n        <div>\n          <i class=\"bi bi-bus-front\"><\/i>\n        <\/div>\n\n        <span>TRANSPORTATION<\/span>\n\n        <h3>Getting Around<\/h3>\n\n        <p>\n          The campus and city are connected by municipal public\n          transportation, and Sivas can also be reached by air,\n          high-speed train and inter-city bus.\n        <\/p>\n\n        <a href=\"\/en\/incoming\/transportation\/\">\n          Transportation Information\n          <i class=\"bi bi-arrow-right\"><\/i>\n        <\/a>\n\n      <\/article>\n\n\n      <article class=\"is-green\">\n\n        <div>\n          <i class=\"bi bi-house-door\"><\/i>\n        <\/div>\n\n        <span>ACCOMMODATION<\/span>\n\n        <h3>Where to Stay<\/h3>\n\n        <p>\n          Incoming students can consider accommodation options on\n          campus, around the University or in different parts of\n          the city.\n        <\/p>\n\n        <a href=\"\/en\/incoming\/accommodation\/\">\n          Accommodation Information\n          <i class=\"bi bi-arrow-right\"><\/i>\n        <\/a>\n\n      <\/article>\n\n    <\/div>\n\n  <\/section>\n\n\n  <!-- =========================================================\n       PRACTICAL INFORMATION\n  ========================================================== -->\n  <section class=\"inc-info-section inc-info-anchor\" id=\"practical\">\n\n    <div class=\"inc-info-section-head\">\n\n      <span>EVERYDAY INFORMATION<\/span>\n\n      <h2>Practical Information<\/h2>\n\n      <p>\n        A few useful details to know before travelling to T\u00fcrkiye.\n      <\/p>\n\n    <\/div>\n\n\n    <div class=\"inc-info-practical-grid\">\n\n      <article>\n\n        <div class=\"inc-info-practical-icon is-purple\">\n          <i class=\"bi bi-plug\"><\/i>\n        <\/div>\n\n        <div>\n\n          <span>ELECTRICITY<\/span>\n\n          <h3>230 V \u00b7 50 Hz<\/h3>\n\n          <p>\n            T\u00fcrkiye uses European-style round two-pin plugs\n            (Type C and Type F).\n          <\/p>\n\n        <\/div>\n\n      <\/article>\n\n\n      <article>\n\n        <div class=\"inc-info-practical-icon is-blue\">\n          <i class=\"bi bi-car-front\"><\/i>\n        <\/div>\n\n        <div>\n\n          <span>DRIVING<\/span>\n\n          <h3>Right-Hand Traffic<\/h3>\n\n          <p>\n            Vehicles drive on the right-hand side of the road.\n          <\/p>\n\n        <\/div>\n\n      <\/article>\n\n\n      <article>\n\n        <div class=\"inc-info-practical-icon is-red\">\n          <i class=\"bi bi-phone\"><\/i>\n        <\/div>\n\n        <div>\n\n          <span>MOBILE &amp; PHONE<\/span>\n\n          <h3>Country Code +90<\/h3>\n\n          <p>\n            Check international roaming and mobile-device\n            compatibility with your provider before travelling.\n          <\/p>\n\n        <\/div>\n\n      <\/article>\n\n\n      <article>\n\n        <div class=\"inc-info-practical-icon is-green\">\n          <i class=\"bi bi-credit-card\"><\/i>\n        <\/div>\n\n        <div>\n\n          <span>PAYMENTS<\/span>\n\n          <h3>Turkish Lira<\/h3>\n\n          <p>\n            Cards are widely used, but keeping some Turkish Lira\n            available can be useful for smaller purchases.\n          <\/p>\n\n        <\/div>\n\n      <\/article>\n\n\n      <article>\n\n        <div class=\"inc-info-practical-icon is-gold\">\n          <i class=\"bi bi-cloud-sun\"><\/i>\n        <\/div>\n\n        <div>\n\n          <span>WEATHER<\/span>\n\n          <h3>Check the Season<\/h3>\n\n          <p>\n            Clothing needs vary considerably between winter and\n            summer, particularly in Sivas.\n          <\/p>\n\n        <\/div>\n\n      <\/article>\n\n\n      <article>\n\n        <div class=\"inc-info-practical-icon is-cyan\">\n          <i class=\"bi bi-shield-check\"><\/i>\n        <\/div>\n\n        <div>\n\n          <span>HEALTH &amp; INSURANCE<\/span>\n\n          <h3>Prepare Before Arrival<\/h3>\n\n          <p>\n            Review your insurance coverage and applicable residence\n            requirements before travelling.\n          <\/p>\n\n          <a href=\"\/en\/incoming\/insurance\/\">\n            Insurance Information\n            <i class=\"bi bi-arrow-right\"><\/i>\n          <\/a>\n\n        <\/div>\n\n      <\/article>\n\n    <\/div>\n\n  <\/section>\n\n\n  <!-- =========================================================\n       BEFORE ARRIVAL\n  ========================================================== -->\n  <section class=\"inc-info-section\">\n\n    <div class=\"inc-info-section-head\">\n\n      <span>PREPARE FOR YOUR MOBILITY<\/span>\n\n      <h2>Before You Arrive<\/h2>\n\n    <\/div>\n\n\n    <div class=\"inc-info-before-grid\">\n\n      <a href=\"\/en\/incoming\/visa\/\">\n\n        <i class=\"bi bi-passport\"><\/i>\n\n        <span>\n          <strong>Visa &amp; Residence<\/strong>\n          <small>Entry and residence procedures<\/small>\n        <\/span>\n\n        <i class=\"bi bi-arrow-right\"><\/i>\n\n      <\/a>\n\n\n      <a href=\"\/en\/incoming\/insurance\/\">\n\n        <i class=\"bi bi-shield-check\"><\/i>\n\n        <span>\n          <strong>Insurance<\/strong>\n          <small>Health coverage and healthcare<\/small>\n        <\/span>\n\n        <i class=\"bi bi-arrow-right\"><\/i>\n\n      <\/a>\n\n\n      <a href=\"\/en\/incoming\/accommodation\/\">\n\n        <i class=\"bi bi-house-door\"><\/i>\n\n        <span>\n          <strong>Accommodation<\/strong>\n          <small>Housing options in Sivas<\/small>\n        <\/span>\n\n        <i class=\"bi bi-arrow-right\"><\/i>\n\n      <\/a>\n\n\n      <a href=\"\/en\/incoming\/transportation\/\">\n\n        <i class=\"bi bi-bus-front\"><\/i>\n\n        <span>\n          <strong>Transportation<\/strong>\n          <small>Getting to and around Sivas<\/small>\n        <\/span>\n\n        <i class=\"bi bi-arrow-right\"><\/i>\n\n      <\/a>\n\n\n      <a href=\"\/en\/incoming\/esn\/\">\n\n        <i class=\"bi bi-people\"><\/i>\n\n        <span>\n          <strong>ESN Cumhuriyet<\/strong>\n          <small>International student community<\/small>\n        <\/span>\n\n        <i class=\"bi bi-arrow-right\"><\/i>\n\n      <\/a>\n\n\n      <a href=\"\/en\/incoming\/contact\/\">\n\n        <i class=\"bi bi-envelope\"><\/i>\n\n        <span>\n          <strong>Contact<\/strong>\n          <small>Incoming Erasmus+ support<\/small>\n        <\/span>\n\n        <i class=\"bi bi-arrow-right\"><\/i>\n\n      <\/a>\n\n    <\/div>\n\n  <\/section>\n\n\n  <!-- =========================================================\n       OFFICIAL INFORMATION\n  ========================================================== -->\n  <div class=\"inc-info-source\">\n\n    <div class=\"inc-info-source-icon\">\n      <i class=\"bi bi-patch-check\"><\/i>\n    <\/div>\n\n    <div>\n\n      <span>OFFICIAL INFORMATION<\/span>\n\n      <h3>Always check current information before travelling<\/h3>\n\n      <p>\n        Population figures, public regulations, transportation\n        conditions, immigration rules and other practical information\n        may change. For current national information, please consult\n        official Turkish sources.\n      <\/p>\n\n    <\/div>\n\n    <a href=\"https:\/\/www.studyinturkiye.gov.tr\/\" target=\"_blank\" rel=\"noopener\">\n      Study in T\u00fcrkiye\n      <i class=\"bi bi-arrow-up-right\"><\/i>\n    <\/a>\n\n  <\/div>\n\n\n  <!-- =========================================================\n       EXTERNAL REFERENCES\n  ========================================================== -->\n  <section class=\"inc-info-section\">\n\n    <div class=\"inc-info-section-head\">\n\n      <span>EXPLORE MORE<\/span>\n\n      <h2>External Information<\/h2>\n\n      <p>\n        Additional general-reference resources about T\u00fcrkiye,\n        Sivas and Sivas Cumhuriyet University.\n      <\/p>\n\n    <\/div>\n\n\n    <div class=\"inc-info-external-grid\">\n\n      <a href=\"https:\/\/en.wikipedia.org\/wiki\/Turkey\" target=\"_blank\" rel=\"noopener\">\n\n        <div>\n          <i class=\"bi bi-globe\"><\/i>\n        <\/div>\n\n        <span>\n          <small>GENERAL REFERENCE<\/small>\n          <strong>T\u00fcrkiye<\/strong>\n          <em>Wikipedia<\/em>\n        <\/span>\n\n        <i class=\"bi bi-arrow-up-right\"><\/i>\n\n      <\/a>\n\n\n      <a href=\"https:\/\/en.wikipedia.org\/wiki\/Sivas\" target=\"_blank\" rel=\"noopener\">\n\n        <div>\n          <i class=\"bi bi-geo-alt\"><\/i>\n        <\/div>\n\n        <span>\n          <small>GENERAL REFERENCE<\/small>\n          <strong>Sivas<\/strong>\n          <em>Wikipedia<\/em>\n        <\/span>\n\n        <i class=\"bi bi-arrow-up-right\"><\/i>\n\n      <\/a>\n\n\n      <a href=\"https:\/\/en.wikipedia.org\/wiki\/Sivas_Cumhuriyet_University\" target=\"_blank\" rel=\"noopener\">\n\n        <div>\n          <i class=\"bi bi-mortarboard\"><\/i>\n        <\/div>\n\n        <span>\n          <small>GENERAL REFERENCE<\/small>\n          <strong>Sivas Cumhuriyet University<\/strong>\n          <em>Wikipedia<\/em>\n        <\/span>\n\n        <i class=\"bi bi-arrow-up-right\"><\/i>\n\n      <\/a>\n\n    <\/div>\n\n  <\/section>\n\n\n  <!-- =========================================================\n       FINAL\n  ========================================================== -->\n  <div class=\"inc-info-bottom\">\n\n    <div class=\"inc-info-bottom-icon\">\n      <i class=\"bi bi-stars\"><\/i>\n    <\/div>\n\n    <div>\n\n      <span>WELCOME TO SCU<\/span>\n\n      <h3>We look forward to welcoming you to Sivas<\/h3>\n\n      <p>\n        The Erasmus+ Institutional Coordination Office provides\n        information and administrative support throughout your\n        incoming Erasmus+ mobility.\n      <\/p>\n\n    <\/div>\n\n    <a href=\"\/en\/incoming\/contact\/\">\n      Contact Us\n      <i class=\"bi bi-arrow-right\"><\/i>\n    <\/a>\n\n  <\/div>\n\n<\/section>","protected":false},"excerpt":{"rendered":"<p>INCOMING ERASMUS+ \u00b7 GENERAL INFORMATION Welcome to Sivas Cumhuriyet University Your Erasmus+ journey starts in Sivas, T\u00fcrkiye. This page provides practical introductory information about T\u00fcrkiye, the city of Sivas and everyday life during your mobility at Sivas Cumhuriyet University. Use the Incoming Portal for detailed information about academic procedures, accommodation, transportation, insurance, residence procedures and [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":8390,"parent":5301,"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-7877","page","type-page","status-publish","has-post-thumbnail","hentry"],"blocksy_meta":{"styles_descriptor":{"styles":{"desktop":"","tablet":"","mobile":""},"google_fonts":[],"version":7}},"jetpack_sharing_enabled":true,"jetpack_shortlink":"https:\/\/wp.me\/PfKvKT-233","_links":{"self":[{"href":"https:\/\/erasmus.cumhuriyet.edu.tr\/en\/wp-json\/wp\/v2\/pages\/7877","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/erasmus.cumhuriyet.edu.tr\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/erasmus.cumhuriyet.edu.tr\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/erasmus.cumhuriyet.edu.tr\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/erasmus.cumhuriyet.edu.tr\/en\/wp-json\/wp\/v2\/comments?post=7877"}],"version-history":[{"count":18,"href":"https:\/\/erasmus.cumhuriyet.edu.tr\/en\/wp-json\/wp\/v2\/pages\/7877\/revisions"}],"predecessor-version":[{"id":10693,"href":"https:\/\/erasmus.cumhuriyet.edu.tr\/en\/wp-json\/wp\/v2\/pages\/7877\/revisions\/10693"}],"up":[{"embeddable":true,"href":"https:\/\/erasmus.cumhuriyet.edu.tr\/en\/wp-json\/wp\/v2\/pages\/5301"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/erasmus.cumhuriyet.edu.tr\/en\/wp-json\/wp\/v2\/media\/8390"}],"wp:attachment":[{"href":"https:\/\/erasmus.cumhuriyet.edu.tr\/en\/wp-json\/wp\/v2\/media?parent=7877"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}