{"id":7518,"date":"2025-07-23T02:28:57","date_gmt":"2025-07-22T23:28:57","guid":{"rendered":"https:\/\/erasmus.cumhuriyet.edu.tr\/?page_id=7518"},"modified":"2026-08-24T23:11:11","modified_gmt":"2026-08-24T20:11:11","slug":"factsheet","status":"publish","type":"page","link":"https:\/\/erasmus.cumhuriyet.edu.tr\/en\/incoming\/factsheet\/","title":{"rendered":"Factsheet"},"content":{"rendered":"\n<style data-wp-block-html=\"css\">\n\/* ============================================================\n   SCU INCOMING PORTAL\n   FACTSHEET PAGE\n   ============================================================ *\/\n\n.inc-fact-page {\n  --fact-red: var(--inc-red, #b11f3b);\n  --fact-red-dark: var(--inc-red-dark, #8d1230);\n  --fact-red-soft: #fbf0f3;\n\n  --fact-blue: var(--inc-blue, #2950a6);\n  --fact-blue-soft: #f1f5fc;\n\n  --fact-purple: var(--inc-purple, #7153a9);\n  --fact-purple-soft: #f5f2fa;\n\n  --fact-green: #19866f;\n  --fact-green-soft: #edf8f5;\n\n  --fact-gold: #ae7b25;\n  --fact-gold-soft: #fff8eb;\n\n  --fact-heading: var(--inc-heading, #24314d);\n  --fact-text: var(--inc-text, #50607c);\n  --fact-muted: #758198;\n\n  --fact-border: var(--inc-border, #d8deea);\n  --fact-border-light: var(--inc-border-light, #e9edf4);\n\n  width: 100%;\n\n  color: var(--fact-text);\n\n  font-size: 14px;\n  line-height: 1.65;\n}\n\n.inc-fact-page *,\n.inc-fact-page *::before,\n.inc-fact-page *::after {\n  box-sizing: border-box;\n}\n\n.inc-fact-page a {\n  text-decoration: none;\n}\n\n\n\/* ============================================================\n   HERO\n   ============================================================ *\/\n\n.inc-fact-hero {\n  display: grid;\n  grid-template-columns: minmax(0, 1fr) 270px;\n  gap: 26px;\n  align-items: center;\n\n  margin-bottom: 17px;\n  padding: 28px 30px;\n\n  background:\n    radial-gradient(\n      circle at 94% 15%,\n      rgba(177,31,59,.10),\n      transparent 28%\n    ),\n    linear-gradient(135deg, #fff, #fbf7f9);\n\n  border: 1px solid var(--fact-border);\n  border-radius: 20px;\n}\n\n.inc-fact-eyebrow,\n.inc-fact-section-head > span {\n  display: block;\n\n  margin-bottom: 6px;\n\n  color: var(--fact-red);\n\n  font-size: 9px;\n  font-weight: 750;\n  letter-spacing: .12em;\n}\n\n.inc-fact-hero h2 {\n  margin: 0;\n\n  color: var(--fact-heading);\n\n  font-size: 29px;\n  font-weight: 700;\n  line-height: 1.15;\n}\n\n.inc-fact-year {\n  margin: 3px 0 9px !important;\n\n  color: var(--fact-red) !important;\n\n  font-size: 16px !important;\n  font-weight: 650;\n}\n\n.inc-fact-hero-copy > p {\n  max-width: 760px;\n\n  margin: 0;\n\n  color: var(--fact-muted);\n\n  font-size: 12.5px;\n  line-height: 1.65;\n}\n\n\n\/* ACTIONS *\/\n\n.inc-fact-actions {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 7px;\n\n  margin-top: 16px;\n}\n\n.inc-fact-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(--fact-heading) !important;\n  background: #fff;\n\n  border: 1px solid var(--fact-border);\n  border-radius: 9px;\n\n  font-size: 10px;\n  font-weight: 650;\n}\n\n.inc-fact-actions a.is-primary {\n  color: #fff !important;\n  background: var(--fact-red);\n  border-color: var(--fact-red);\n}\n\n\n\/* IDENTITY *\/\n\n.inc-fact-identity {\n  padding: 17px;\n\n  background: rgba(255,255,255,.85);\n\n  border: 1px solid var(--fact-border);\n  border-radius: 16px;\n}\n\n.inc-fact-code {\n  padding-bottom: 13px;\n\n  text-align: center;\n\n  border-bottom: 1px solid var(--fact-border-light);\n}\n\n.inc-fact-code span,\n.inc-fact-id-row span {\n  display: block;\n\n  color: var(--fact-muted);\n\n  font-size: 8px;\n  font-weight: 650;\n  letter-spacing: .08em;\n  text-transform: uppercase;\n}\n\n.inc-fact-code strong {\n  display: block;\n\n  margin-top: 3px;\n\n  color: var(--fact-red);\n\n  font-size: 23px;\n  font-weight: 750;\n  letter-spacing: -.02em;\n}\n\n.inc-fact-id-row {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 9px;\n\n  padding-top: 12px;\n}\n\n.inc-fact-id-row > div {\n  text-align: center;\n}\n\n.inc-fact-id-row strong {\n  display: block;\n\n  margin-top: 2px;\n\n  color: var(--fact-heading);\n\n  font-size: 11px;\n}\n\n\n\/* ============================================================\n   QUICK FACTS\n   ============================================================ *\/\n\n.inc-fact-quick-grid {\n  display: grid;\n  grid-template-columns: repeat(4, minmax(0, 1fr));\n  gap: 9px;\n\n  margin-bottom: 34px;\n}\n\n.inc-fact-quick-grid article {\n  min-width: 0;\n\n  padding: 14px;\n\n  background: #fff;\n\n  border: 1px solid var(--fact-border);\n  border-radius: 13px;\n}\n\n.inc-fact-quick-grid i {\n  display: block;\n\n  margin-bottom: 9px;\n\n  color: var(--fact-red);\n\n  font-size: 18px;\n}\n\n.inc-fact-quick-grid span {\n  display: block;\n\n  margin-bottom: 2px;\n\n  color: var(--fact-muted);\n\n  font-size: 8.5px;\n  font-weight: 650;\n}\n\n.inc-fact-quick-grid strong {\n  display: block;\n\n  color: var(--fact-heading);\n\n  font-size: 11.5px;\n  font-weight: 650;\n}\n\n\n\/* ============================================================\n   SECTIONS\n   ============================================================ *\/\n\n.inc-fact-section {\n  margin-bottom: 37px;\n}\n\n.inc-fact-section-head {\n  max-width: 890px;\n\n  margin-bottom: 16px;\n}\n\n.inc-fact-section-head h2 {\n  margin: 0 0 7px;\n\n  color: var(--fact-heading);\n\n  font-size: 24px;\n  font-weight: 700;\n  line-height: 1.2;\n}\n\n.inc-fact-section-head p {\n  margin: 0;\n\n  color: var(--fact-muted);\n\n  font-size: 12.5px;\n  line-height: 1.65;\n}\n\n\n\/* ============================================================\n   GENERAL CARDS\n   ============================================================ *\/\n\n.inc-fact-info-layout {\n  display: grid;\n  grid-template-columns: minmax(0, 1.65fr) minmax(280px, .7fr);\n  gap: 13px;\n}\n\n.inc-fact-table-card,\n.inc-fact-contact-card,\n.inc-fact-deadline-card {\n  padding: 19px;\n\n  background: #fff;\n\n  border: 1px solid var(--fact-border);\n  border-radius: 16px;\n}\n\n.inc-fact-card-head {\n  display: grid;\n  grid-template-columns: 44px minmax(0, 1fr);\n  align-items: center;\n  gap: 11px;\n\n  margin-bottom: 14px;\n  padding-bottom: 13px;\n\n  border-bottom: 1px solid var(--fact-border-light);\n}\n\n.inc-fact-card-head span {\n  display: block;\n\n  margin-bottom: 2px;\n\n  color: var(--fact-red);\n\n  font-size: 8px;\n  font-weight: 750;\n  letter-spacing: .1em;\n}\n\n.inc-fact-card-head h3 {\n  margin: 0;\n\n  color: var(--fact-heading);\n\n  font-size: 15px;\n  font-weight: 680;\n}\n\n\n\/* ICON *\/\n\n.inc-fact-icon {\n  width: 42px;\n  height: 42px;\n\n  display: flex;\n  align-items: center;\n  justify-content: center;\n\n  border-radius: 11px;\n\n  font-size: 17px;\n}\n\n.inc-fact-icon.is-red {\n  color: var(--fact-red);\n  background: var(--fact-red-soft);\n}\n\n.inc-fact-icon.is-blue {\n  color: var(--fact-blue);\n  background: var(--fact-blue-soft);\n}\n\n.inc-fact-icon.is-purple {\n  color: var(--fact-purple);\n  background: var(--fact-purple-soft);\n}\n\n.inc-fact-icon.is-green {\n  color: var(--fact-green);\n  background: var(--fact-green-soft);\n}\n\n\n\/* ============================================================\n   DATA LIST\n   ============================================================ *\/\n\n.inc-fact-data-list > div,\n.inc-fact-contact-list > div {\n  display: grid;\n  grid-template-columns: 190px minmax(0, 1fr);\n  gap: 10px;\n\n  padding: 8px 0;\n\n  border-bottom: 1px solid var(--fact-border-light);\n}\n\n.inc-fact-data-list > div:last-child,\n.inc-fact-contact-list > div:last-child {\n  border-bottom: 0;\n}\n\n.inc-fact-data-list span,\n.inc-fact-contact-list span {\n  color: var(--fact-muted);\n\n  font-size: 10px;\n}\n\n.inc-fact-data-list strong,\n.inc-fact-contact-list strong {\n  color: var(--fact-heading);\n\n  font-size: 10.5px;\n  font-weight: 650;\n}\n\n\n\/* ============================================================\n   MAIN CONTACT\n   ============================================================ *\/\n\n.inc-fact-contact-card {\n  border-top: 4px solid var(--fact-red);\n}\n\n.inc-fact-contact-icon {\n  width: 48px;\n  height: 48px;\n\n  display: flex;\n  align-items: center;\n  justify-content: center;\n\n  margin-bottom: 12px;\n\n  color: var(--fact-red);\n  background: var(--fact-red-soft);\n\n  border-radius: 13px;\n\n  font-size: 19px;\n}\n\n.inc-fact-contact-card > span {\n  color: var(--fact-red);\n\n  font-size: 8px;\n  font-weight: 750;\n  letter-spacing: .1em;\n}\n\n.inc-fact-contact-card > h3 {\n  margin: 3px 0 14px;\n\n  color: var(--fact-heading);\n\n  font-size: 15px;\n  font-weight: 680;\n}\n\n.inc-fact-contact-lines p {\n  display: grid;\n  grid-template-columns: 19px minmax(0, 1fr);\n  gap: 6px;\n\n  margin: 0 0 7px;\n\n  color: var(--fact-text);\n\n  font-size: 10.5px;\n}\n\n.inc-fact-contact-lines i {\n  color: var(--fact-red);\n}\n\n.inc-fact-address {\n  display: grid;\n  grid-template-columns: 18px minmax(0, 1fr);\n  gap: 7px;\n\n  margin-top: 13px;\n  padding-top: 12px;\n\n  border-top: 1px solid var(--fact-border-light);\n}\n\n.inc-fact-address i {\n  color: var(--fact-red);\n}\n\n.inc-fact-address p {\n  margin: 0;\n\n  color: var(--fact-muted);\n\n  font-size: 9.5px;\n  line-height: 1.5;\n}\n\n\n\/* ============================================================\n   LINKS\n   ============================================================ *\/\n\n.inc-fact-link-grid {\n  display: grid;\n  grid-template-columns: repeat(3, minmax(0, 1fr));\n  gap: 9px;\n}\n\n.inc-fact-link-grid > a {\n  min-width: 0;\n\n  display: grid;\n  grid-template-columns: 38px minmax(0, 1fr) 18px;\n  align-items: center;\n  gap: 9px;\n\n  padding: 13px;\n\n  color: var(--fact-text) !important;\n  background: #fff;\n\n  border: 1px solid var(--fact-border);\n  border-radius: 13px;\n\n  transition:\n    border-color .17s ease,\n    transform .17s ease;\n}\n\n.inc-fact-link-grid > a:hover {\n  border-color: rgba(177,31,59,.3);\n\n  transform: translateY(-1px);\n}\n\n.inc-fact-link-grid > a > i:first-child {\n  width: 36px;\n  height: 36px;\n\n  display: flex;\n  align-items: center;\n  justify-content: center;\n\n  color: var(--fact-red);\n  background: var(--fact-red-soft);\n\n  border-radius: 9px;\n}\n\n.inc-fact-link-grid strong {\n  display: block;\n\n  color: var(--fact-heading);\n\n  font-size: 10.5px;\n}\n\n.inc-fact-link-grid span {\n  display: block;\n\n  margin-top: 2px;\n\n  color: var(--fact-muted);\n\n  font-size: 8.5px;\n  line-height: 1.4;\n}\n\n.inc-fact-link-grid > a > i:last-child {\n  color: #a2abb9;\n\n  font-size: 10px;\n}\n\n\n\/* ============================================================\n   ACADEMIC\n   ============================================================ *\/\n\n.inc-fact-academic-grid {\n  display: grid;\n  grid-template-columns: repeat(3, minmax(0, 1fr));\n  gap: 11px;\n}\n\n.inc-fact-academic-grid article {\n  padding: 18px;\n\n  background: #fff;\n\n  border: 1px solid var(--fact-border);\n  border-radius: 15px;\n}\n\n.inc-fact-academic-grid article > span {\n  display: block;\n\n  margin-top: 11px;\n\n  color: var(--fact-red);\n\n  font-size: 8px;\n  font-weight: 750;\n  letter-spacing: .1em;\n}\n\n.inc-fact-academic-grid h3 {\n  margin: 3px 0 9px;\n\n  color: var(--fact-heading);\n\n  font-size: 14px;\n  font-weight: 680;\n}\n\n.inc-fact-academic-grid p {\n  margin: 0 0 9px;\n\n  color: var(--fact-muted);\n\n  font-size: 10.5px;\n  line-height: 1.55;\n}\n\n.inc-fact-academic-grid a {\n  display: inline-flex;\n  align-items: center;\n  gap: 5px;\n\n  margin-top: 7px;\n\n  color: var(--fact-red) !important;\n\n  font-size: 9.5px;\n  font-weight: 650;\n}\n\n\n\/* semester *\/\n\n.inc-fact-semester {\n  display: grid;\n  gap: 6px;\n}\n\n.inc-fact-semester > div {\n  padding: 8px 9px;\n\n  background: #f7f8fa;\n\n  border-radius: 8px;\n}\n\n.inc-fact-semester strong,\n.inc-fact-semester span {\n  display: block;\n}\n\n.inc-fact-semester strong {\n  color: var(--fact-heading);\n  font-size: 10px;\n}\n\n.inc-fact-semester span {\n  margin-top: 2px;\n  color: var(--fact-muted);\n  font-size: 9px;\n}\n\n\n\/* languages *\/\n\n.inc-fact-language-levels {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 6px;\n\n  margin-top: 10px;\n}\n\n.inc-fact-language-levels > div {\n  padding: 8px;\n\n  background: var(--fact-blue-soft);\n\n  border-radius: 8px;\n\n  text-align: center;\n}\n\n.inc-fact-language-levels span {\n  display: block;\n\n  color: var(--fact-muted);\n\n  font-size: 8px;\n}\n\n.inc-fact-language-levels strong {\n  color: var(--fact-blue);\n\n  font-size: 16px;\n}\n\n\n\/* ECTS *\/\n\n.inc-fact-big-number {\n  display: flex;\n  align-items: baseline;\n  gap: 7px;\n\n  margin: 11px 0;\n}\n\n.inc-fact-big-number strong {\n  color: var(--fact-purple);\n\n  font-size: 33px;\n  line-height: 1;\n}\n\n.inc-fact-big-number span {\n  color: var(--fact-heading);\n\n  font-size: 10px;\n  font-weight: 650;\n}\n\n\n\/* ============================================================\n   NOMINATION FLOW\n   ============================================================ *\/\n\n.inc-fact-process-card {\n  display: grid;\n  grid-template-columns: 1fr auto 1fr auto 1fr;\n  align-items: center;\n  gap: 9px;\n\n  padding: 17px;\n\n  background: #fff;\n\n  border: 1px solid var(--fact-border);\n  border-radius: 15px;\n}\n\n.inc-fact-process-step {\n  position: relative;\n\n  min-width: 0;\n\n  display: grid;\n  grid-template-columns: 38px minmax(0, 1fr);\n  gap: 9px;\n}\n\n.inc-fact-process-step > span {\n  position: absolute;\n\n  right: 0;\n  top: -3px;\n\n  color: #c7ccd5;\n\n  font-size: 8px;\n  font-weight: 750;\n}\n\n.inc-fact-process-icon {\n  width: 37px;\n  height: 37px;\n\n  display: flex;\n  align-items: center;\n  justify-content: center;\n\n  color: var(--fact-red);\n  background: var(--fact-red-soft);\n\n  border-radius: 9px;\n}\n\n.inc-fact-process-step h3 {\n  margin: 0 0 3px;\n\n  color: var(--fact-heading);\n\n  font-size: 10.5px;\n  font-weight: 680;\n}\n\n.inc-fact-process-step p {\n  margin: 0;\n\n  color: var(--fact-muted);\n\n  font-size: 8.5px;\n  line-height: 1.4;\n}\n\n.inc-fact-process-arrow {\n  color: #b6bdc8;\n\n  font-size: 9px;\n}\n\n\n\/* deadlines *\/\n\n.inc-fact-deadline-grid {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 9px;\n\n  margin-top: 10px;\n}\n\n.inc-fact-deadline-grid article {\n  padding: 13px;\n\n  background: var(--fact-red-soft);\n\n  border: 1px solid #efd4da;\n  border-radius: 11px;\n\n  text-align: center;\n}\n\n.inc-fact-deadline-grid span,\n.inc-fact-deadline-grid small {\n  display: block;\n}\n\n.inc-fact-deadline-grid span {\n  color: var(--fact-red);\n\n  font-size: 7.5px;\n  font-weight: 750;\n  letter-spacing: .08em;\n}\n\n.inc-fact-deadline-grid strong {\n  display: block;\n\n  margin: 2px 0;\n\n  color: var(--fact-heading);\n\n  font-size: 17px;\n}\n\n.inc-fact-deadline-grid small {\n  color: var(--fact-muted);\n\n  font-size: 8px;\n}\n\n\n\/* ============================================================\n   ALERT\n   ============================================================ *\/\n\n.inc-fact-alert {\n  display: grid;\n  grid-template-columns: 37px minmax(0, 1fr);\n  gap: 11px;\n\n  margin: 14px 0 35px;\n  padding: 15px;\n\n  background: #f7f9fc;\n\n  border: 1px solid var(--fact-border);\n  border-left: 4px solid var(--fact-blue);\n  border-radius: 13px;\n}\n\n.inc-fact-alert.is-warning {\n  background: var(--fact-gold-soft);\n  border-color: #eeddb8;\n  border-left-color: var(--fact-gold);\n}\n\n.inc-fact-alert.is-purple {\n  background: var(--fact-purple-soft);\n  border-color: #ddd4eb;\n  border-left-color: var(--fact-purple);\n}\n\n.inc-fact-alert > i {\n  width: 34px;\n  height: 34px;\n\n  display: flex;\n  align-items: center;\n  justify-content: center;\n\n  color: var(--fact-heading);\n  background: rgba(255,255,255,.75);\n\n  border-radius: 9px;\n}\n\n.inc-fact-alert h3 {\n  margin: 0 0 4px;\n\n  color: var(--fact-heading);\n\n  font-size: 12px;\n  font-weight: 680;\n}\n\n.inc-fact-alert p {\n  margin: 0 0 5px;\n\n  color: var(--fact-text);\n\n  font-size: 10.5px;\n  line-height: 1.55;\n}\n\n.inc-fact-alert p:last-child {\n  margin-bottom: 0;\n}\n\n\n\/* ============================================================\n   APPLICATION\n   ============================================================ *\/\n\n.inc-fact-application-layout {\n  display: grid;\n  grid-template-columns: minmax(0,1.6fr) 280px;\n  gap: 12px;\n}\n\n.inc-fact-doc-list {\n  display: grid;\n  grid-template-columns: repeat(2, minmax(0,1fr));\n  gap: 6px;\n}\n\n.inc-fact-doc-list > div {\n  display: grid;\n  grid-template-columns: 29px minmax(0,1fr);\n  align-items: center;\n  gap: 7px;\n\n  padding: 7px;\n\n  background: #fafbfc;\n\n  border: 1px solid var(--fact-border-light);\n  border-radius: 9px;\n}\n\n.inc-fact-doc-list i {\n  width: 28px;\n  height: 28px;\n\n  display: flex;\n  align-items: center;\n  justify-content: center;\n\n  color: var(--fact-red);\n  background: var(--fact-red-soft);\n\n  border-radius: 7px;\n\n  font-size: 11px;\n}\n\n.inc-fact-doc-list span {\n  color: var(--fact-heading);\n\n  font-size: 9.5px;\n  font-weight: 600;\n}\n\n\n\/* student \/ staff specific *\/\n\n.inc-fact-doc-type-grid {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 7px;\n\n  margin-top: 9px;\n}\n\n.inc-fact-doc-type-grid article {\n  padding: 10px;\n\n  background: var(--fact-blue-soft);\n\n  border-radius: 9px;\n}\n\n.inc-fact-doc-type-grid article:last-child {\n  background: var(--fact-purple-soft);\n}\n\n.inc-fact-doc-type-grid span {\n  display: block;\n\n  color: var(--fact-blue);\n\n  font-size: 7.5px;\n  font-weight: 750;\n  letter-spacing: .08em;\n}\n\n.inc-fact-doc-type-grid article:last-child span {\n  color: var(--fact-purple);\n}\n\n.inc-fact-doc-type-grid strong {\n  display: block;\n\n  margin-top: 2px;\n\n  color: var(--fact-heading);\n\n  font-size: 9.5px;\n  font-weight: 650;\n}\n\n\n\/* inline link *\/\n\n.inc-fact-inline-link {\n  display: inline-flex;\n  align-items: center;\n  gap: 5px;\n\n  margin-top: 12px;\n\n  color: var(--fact-red) !important;\n\n  font-size: 9.5px;\n  font-weight: 650;\n}\n\n\n\/* deadline card *\/\n\n.inc-fact-deadline-card {\n  border-top: 4px solid var(--fact-red);\n}\n\n.inc-fact-deadline-card > span {\n  display: block;\n\n  margin: 11px 0 8px;\n\n  color: var(--fact-red);\n\n  font-size: 8px;\n  font-weight: 750;\n  letter-spacing: .1em;\n}\n\n.inc-fact-deadline-card > div:not(.inc-fact-icon) {\n  margin-bottom: 8px;\n  padding: 8px 9px;\n\n  background: #f7f8fa;\n\n  border-radius: 9px;\n}\n\n.inc-fact-deadline-card small,\n.inc-fact-deadline-card strong {\n  display: block;\n}\n\n.inc-fact-deadline-card small {\n  color: var(--fact-muted);\n\n  font-size: 8px;\n}\n\n.inc-fact-deadline-card strong {\n  margin-top: 2px;\n\n  color: var(--fact-heading);\n\n  font-size: 14px;\n}\n\n.inc-fact-deadline-card hr {\n  height: 1px;\n\n  margin: 12px 0;\n\n  background: var(--fact-border-light);\n\n  border: 0;\n}\n\n.inc-fact-deadline-card p {\n  margin: 0;\n\n  color: var(--fact-muted);\n\n  font-size: 9.5px;\n  line-height: 1.5;\n}\n\n\n\/* ============================================================\n   STAFF CONTACTS\n   ============================================================ *\/\n\n.inc-fact-staff-grid {\n  display: grid;\n  grid-template-columns: repeat(2, minmax(0,1fr));\n  gap: 12px;\n}\n\n.inc-fact-staff-card {\n  padding: 19px;\n\n  background: #fff;\n\n  border: 1px solid var(--fact-border);\n  border-top: 4px solid var(--fact-blue);\n  border-radius: 16px;\n}\n\n.inc-fact-staff-card.is-purple {\n  border-top-color: var(--fact-purple);\n}\n\n.inc-fact-staff-head {\n  display: grid;\n  grid-template-columns: 45px minmax(0,1fr);\n  align-items: center;\n  gap: 11px;\n\n  margin-bottom: 14px;\n}\n\n.inc-fact-staff-icon {\n  width: 43px;\n  height: 43px;\n\n  display: flex;\n  align-items: center;\n  justify-content: center;\n\n  color: var(--fact-blue);\n  background: var(--fact-blue-soft);\n\n  border-radius: 11px;\n\n  font-size: 17px;\n}\n\n.inc-fact-staff-card.is-purple\n.inc-fact-staff-icon {\n  color: var(--fact-purple);\n  background: var(--fact-purple-soft);\n}\n\n.inc-fact-staff-head span {\n  display: block;\n\n  color: var(--fact-blue);\n\n  font-size: 8px;\n  font-weight: 750;\n  letter-spacing: .1em;\n}\n\n.inc-fact-staff-card.is-purple\n.inc-fact-staff-head span {\n  color: var(--fact-purple);\n}\n\n.inc-fact-staff-head h3 {\n  margin: 2px 0 0;\n\n  color: var(--fact-heading);\n\n  font-size: 13px;\n  font-weight: 680;\n}\n\n.inc-fact-person {\n  margin-bottom: 10px;\n  padding: 10px;\n\n  background: #f8f9fb;\n\n  border-radius: 9px;\n}\n\n.inc-fact-person span,\n.inc-fact-person strong {\n  display: block;\n}\n\n.inc-fact-person span {\n  color: var(--fact-muted);\n\n  font-size: 8px;\n}\n\n.inc-fact-person strong {\n  margin-top: 2px;\n\n  color: var(--fact-heading);\n\n  font-size: 11px;\n}\n\n\n\/* ============================================================\n   COUNTRY SCOPE\n   ============================================================ *\/\n\n.inc-fact-country-box {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n\n  overflow: hidden;\n\n  background: #fff;\n\n  border: 1px solid var(--fact-border);\n  border-radius: 16px;\n}\n\n.inc-fact-country-col {\n  padding: 19px;\n}\n\n.inc-fact-country-col + .inc-fact-country-col {\n  border-left: 1px solid var(--fact-border);\n}\n\n.inc-fact-country-col > div {\n  display: flex;\n  align-items: center;\n  gap: 7px;\n\n  margin-bottom: 9px;\n}\n\n.inc-fact-country-col > div i {\n  color: var(--fact-blue);\n\n  font-size: 17px;\n}\n\n.inc-fact-country-col.is-purple > div i {\n  color: var(--fact-purple);\n}\n\n.inc-fact-country-col > div strong {\n  color: var(--fact-heading);\n\n  font-size: 15px;\n}\n\n.inc-fact-country-col p {\n  margin: 0 0 8px;\n\n  color: var(--fact-text);\n\n  font-size: 10px;\n  line-height: 1.55;\n}\n\n.inc-fact-country-col > span {\n  display: block;\n\n  color: var(--fact-muted);\n\n  font-size: 8.5px;\n  font-weight: 600;\n}\n\n\n\/* ============================================================\n   EWP\n   ============================================================ *\/\n\n.inc-fact-ewp-grid {\n  display: grid;\n  grid-template-columns: repeat(3, minmax(0,1fr));\n  gap: 9px;\n}\n\n.inc-fact-ewp-grid article {\n  padding: 15px;\n\n  background: #fff;\n\n  border: 1px solid var(--fact-border);\n  border-radius: 13px;\n}\n\n.inc-fact-ewp-grid i {\n  display: block;\n\n  margin-bottom: 9px;\n\n  color: var(--fact-blue);\n\n  font-size: 18px;\n}\n\n.inc-fact-ewp-grid span {\n  display: block;\n\n  color: var(--fact-muted);\n\n  font-size: 8px;\n}\n\n.inc-fact-ewp-grid strong {\n  display: block;\n\n  margin-top: 2px;\n\n  color: var(--fact-heading);\n\n  font-size: 11px;\n}\n\n\n\/* ============================================================\n   COORDINATORS CTA\n   ============================================================ *\/\n\n.inc-fact-coordinator-cta {\n  display: grid;\n  grid-template-columns: 44px minmax(0,1fr) auto;\n  align-items: center;\n  gap: 12px;\n\n  margin-bottom: 35px;\n  padding: 17px 19px;\n\n  background: #f7f9fc;\n\n  border: 1px solid var(--fact-border);\n  border-radius: 14px;\n}\n\n.inc-fact-coordinator-icon {\n  width: 42px;\n  height: 42px;\n\n  display: flex;\n  align-items: center;\n  justify-content: center;\n\n  color: var(--fact-blue);\n  background: #fff;\n\n  border-radius: 10px;\n}\n\n.inc-fact-coordinator-cta span {\n  color: var(--fact-blue);\n\n  font-size: 8px;\n  font-weight: 750;\n  letter-spacing: .1em;\n}\n\n.inc-fact-coordinator-cta h3 {\n  margin: 2px 0 3px;\n\n  color: var(--fact-heading);\n\n  font-size: 13px;\n  font-weight: 680;\n}\n\n.inc-fact-coordinator-cta p {\n  margin: 0;\n\n  color: var(--fact-muted);\n\n  font-size: 9.5px;\n}\n\n.inc-fact-coordinator-cta > a {\n  min-height: 36px;\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(--fact-blue);\n\n  border-radius: 9px;\n\n  font-size: 9.5px;\n  font-weight: 650;\n}\n\n\n\/* ============================================================\n   DOWNLOAD\n   ============================================================ *\/\n\n.inc-fact-download {\n  display: flex;\n  align-items: center;\n  justify-content: space-between;\n  gap: 18px;\n\n  padding: 21px;\n\n  background:\n    linear-gradient(\n      135deg,\n      #8d1732,\n      #ad2944\n    );\n\n  border-radius: 17px;\n}\n\n.inc-fact-download > div {\n  display: grid;\n  grid-template-columns: 51px minmax(0,1fr);\n  align-items: center;\n  gap: 13px;\n}\n\n.inc-fact-pdf-icon {\n  width: 49px;\n  height: 49px;\n\n  display: flex;\n  align-items: center;\n  justify-content: center;\n\n  color: #fff;\n  background: rgba(255,255,255,.12);\n\n  border-radius: 13px;\n\n  font-size: 21px;\n}\n\n.inc-fact-download span {\n  display: block;\n\n  color: rgba(255,255,255,.68);\n\n  font-size: 8px;\n  font-weight: 750;\n  letter-spacing: .1em;\n}\n\n.inc-fact-download h2 {\n  margin: 2px 0 3px;\n\n  color: #fff;\n\n  font-size: 17px;\n  font-weight: 680;\n}\n\n.inc-fact-download p {\n  margin: 0;\n\n  color: rgba(255,255,255,.72);\n\n  font-size: 9.5px;\n}\n\n.inc-fact-download > a {\n  flex: 0 0 auto;\n\n  min-height: 38px;\n\n  display: inline-flex;\n  align-items: center;\n  gap: 6px;\n\n  padding: 0 14px;\n\n  color: var(--fact-red) !important;\n  background: #fff;\n\n  border-radius: 9px;\n\n  font-size: 10px;\n  font-weight: 700;\n}\n\n\n\/* ============================================================\n   TABLET\n   ============================================================ *\/\n\n@media (max-width: 1000px) {\n\n  .inc-fact-hero {\n    grid-template-columns: minmax(0,1fr) 230px;\n  }\n\n  .inc-fact-quick-grid {\n    grid-template-columns: repeat(2, minmax(0,1fr));\n  }\n\n  .inc-fact-info-layout,\n  .inc-fact-application-layout {\n    grid-template-columns: 1fr;\n  }\n\n  .inc-fact-link-grid,\n  .inc-fact-academic-grid,\n  .inc-fact-ewp-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-fact-hero {\n    grid-template-columns: 1fr;\n\n    padding: 20px;\n  }\n\n  .inc-fact-hero h2 {\n    font-size: 24px;\n  }\n\n  .inc-fact-identity {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 10px;\n  }\n\n  .inc-fact-code {\n    padding: 0;\n    border-bottom: 0;\n  }\n\n  .inc-fact-id-row {\n    padding: 0;\n  }\n\n  .inc-fact-actions {\n    display: grid;\n    grid-template-columns: 1fr;\n  }\n\n  .inc-fact-actions a {\n    justify-content: center;\n  }\n\n  .inc-fact-quick-grid,\n  .inc-fact-link-grid,\n  .inc-fact-academic-grid,\n  .inc-fact-staff-grid,\n  .inc-fact-country-box,\n  .inc-fact-ewp-grid,\n  .inc-fact-deadline-grid,\n  .inc-fact-doc-list,\n  .inc-fact-doc-type-grid {\n    grid-template-columns: 1fr;\n  }\n\n  .inc-fact-country-col + .inc-fact-country-col {\n    border-top: 1px solid var(--fact-border);\n    border-left: 0;\n  }\n\n  .inc-fact-section {\n    margin-bottom: 31px;\n  }\n\n  .inc-fact-section-head h2 {\n    font-size: 21px;\n  }\n\n  .inc-fact-data-list > div,\n  .inc-fact-contact-list > div {\n    grid-template-columns: 1fr;\n    gap: 2px;\n  }\n\n  .inc-fact-process-card {\n    grid-template-columns: 1fr;\n  }\n\n  .inc-fact-process-arrow {\n    display: none;\n  }\n\n  .inc-fact-process-step {\n    padding-bottom: 10px;\n\n    border-bottom: 1px solid var(--fact-border-light);\n  }\n\n  .inc-fact-process-step:last-child {\n    padding-bottom: 0;\n\n    border-bottom: 0;\n  }\n\n  .inc-fact-coordinator-cta {\n    grid-template-columns: 38px minmax(0,1fr);\n  }\n\n  .inc-fact-coordinator-cta > a {\n    grid-column: 1 \/ -1;\n\n    justify-content: center;\n  }\n\n  .inc-fact-download {\n    display: block;\n  }\n\n  .inc-fact-download > a {\n    width: 100%;\n\n    justify-content: center;\n\n    margin-top: 16px;\n  }\n\n}\n<\/style>\n\n<section class=\"inc-fact-page\">\n\n  <!-- =========================================================\n       HERO\n  ========================================================== -->\n  <header class=\"inc-fact-hero\">\n\n    <div class=\"inc-fact-hero-copy\">\n\n      <span class=\"inc-fact-eyebrow\">\n        SIVAS CUMHURIYET UNIVERSITY \u00b7 TR SIVAS01\n      <\/span>\n\n      <h2>Erasmus+ Factsheet<\/h2>\n\n      <p class=\"inc-fact-year\">\n        Academic Year 2026\u20132027\n      <\/p>\n\n      <p>\n        Key institutional, academic, nomination and application\n        information for incoming Erasmus+ students, academic staff\n        and administrative staff planning a mobility at\n        Sivas Cumhuriyet University.\n      <\/p>\n\n      <div class=\"inc-fact-actions\">\n\n        <a href=\"https:\/\/erasmus.cumhuriyet.edu.tr\/wp-content\/uploads\/Factsheet_26-27_TR-SIVAS01.pdf\" target=\"_blank\" rel=\"noopener\" class=\"is-primary\">\n          <i class=\"bi bi-file-earmark-pdf\"><\/i>\n          Download Factsheet PDF\n        <\/a>\n\n        <a href=\"\/en\/incoming\/application\/\">\n          <i class=\"bi bi-send-check\"><\/i>\n          Application Procedure\n        <\/a>\n\n        <a href=\"\/en\/incoming\/contact\/\">\n          <i class=\"bi bi-envelope\"><\/i>\n          Contact\n        <\/a>\n\n      <\/div>\n\n    <\/div>\n\n\n    <div class=\"inc-fact-identity\">\n\n      <div class=\"inc-fact-code\">\n        <span>Erasmus Code<\/span>\n        <strong>TR SIVAS01<\/strong>\n      <\/div>\n\n      <div class=\"inc-fact-id-row\">\n        <div>\n          <span>OID<\/span>\n          <strong>E10127100<\/strong>\n        <\/div>\n\n        <div>\n          <span>PIC<\/span>\n          <strong>951238552<\/strong>\n        <\/div>\n      <\/div>\n\n    <\/div>\n\n  <\/header>\n\n\n  <!-- =========================================================\n       QUICK FACTS\n  ========================================================== -->\n  <div class=\"inc-fact-quick-grid\">\n\n    <article>\n      <i class=\"bi bi-calendar3\"><\/i>\n      <span>Fall Semester<\/span>\n      <strong>15 September \u2013 1 February<\/strong>\n    <\/article>\n\n    <article>\n      <i class=\"bi bi-calendar2-check\"><\/i>\n      <span>Spring Semester<\/span>\n      <strong>15 February \u2013 30 June<\/strong>\n    <\/article>\n\n    <article>\n      <i class=\"bi bi-translate\"><\/i>\n      <span>Language Requirement<\/span>\n      <strong>B1 Students \u00b7 B2 Staff<\/strong>\n    <\/article>\n\n    <article>\n      <i class=\"bi bi-journal-check\"><\/i>\n      <span>Study Load<\/span>\n      <strong>30 ECTS \/ Semester<\/strong>\n    <\/article>\n\n  <\/div>\n\n\n  <!-- =========================================================\n       INSTITUTIONAL INFORMATION\n  ========================================================== -->\n  <section class=\"inc-fact-section\">\n\n    <div class=\"inc-fact-section-head\">\n\n      <span>INSTITUTIONAL INFORMATION<\/span>\n\n      <h2>Contact and Identification Details<\/h2>\n\n      <p>\n        Official institutional information for Erasmus+ mobility,\n        inter-institutional agreements and partner communication.\n      <\/p>\n\n    <\/div>\n\n\n    <div class=\"inc-fact-info-layout\">\n\n      <div class=\"inc-fact-table-card\">\n\n        <div class=\"inc-fact-card-head\">\n\n          <div class=\"inc-fact-icon is-red\">\n            <i class=\"bi bi-bank\"><\/i>\n          <\/div>\n\n          <div>\n            <span>INSTITUTION<\/span>\n            <h3>Sivas Cumhuriyet University<\/h3>\n          <\/div>\n\n        <\/div>\n\n\n        <div class=\"inc-fact-data-list\">\n\n          <div>\n            <span>University<\/span>\n            <strong>Sivas Cumhuriyet University<\/strong>\n          <\/div>\n\n          <div>\n            <span>Erasmus Code<\/span>\n            <strong>TR SIVAS01<\/strong>\n          <\/div>\n\n          <div>\n            <span>OID<\/span>\n            <strong>E10127100<\/strong>\n          <\/div>\n\n          <div>\n            <span>PIC<\/span>\n            <strong>951238552<\/strong>\n          <\/div>\n\n          <div>\n            <span>Responsible Unit<\/span>\n            <strong>\n              International Relations Office<br>\n              Erasmus+ Institutional Coordination Office\n            <\/strong>\n          <\/div>\n\n          <div>\n            <span>Institutional Coordinator<\/span>\n            <strong>Prof. Dr. S\u00fcleyman DE\u011e\u0130RMEN<\/strong>\n          <\/div>\n\n          <div>\n            <span>Institutional Vice Coordinator &#038; KA131 Incoming Mobilities<\/span>\n            <strong>Lect. Murat ERCAN<\/strong>\n          <\/div>\n\n          <div>\n            <span>Institutional Vice Coordinator &#038; KA171 Incoming Mobilities<\/span>\n            <strong>Lect. Emre SEVEN<\/strong>\n          <\/div>\n\n        <\/div>\n\n      <\/div>\n\n\n      <aside class=\"inc-fact-contact-card\">\n\n        <div class=\"inc-fact-contact-icon\">\n          <i class=\"bi bi-headset\"><\/i>\n        <\/div>\n\n        <span>MAIN CONTACT<\/span>\n\n        <h3>Erasmus+ Institutional Coordination Office<\/h3>\n\n        <div class=\"inc-fact-contact-lines\">\n\n          <p>\n            <i class=\"bi bi-envelope\"><\/i>\n            erasmus [at] cumhuriyet.edu.tr\n          <\/p>\n\n          <p>\n            <i class=\"bi bi-telephone\"><\/i>\n            +90 346 487 5160\n          <\/p>\n\n          <p>\n            <i class=\"bi bi-chat-dots\"><\/i>\n            PBX &amp; WhatsApp\n          <\/p>\n\n          <p>\n            <i class=\"bi bi-share\"><\/i>\n            @scuerasmus\n          <\/p>\n\n        <\/div>\n\n        <div class=\"inc-fact-address\">\n\n          <i class=\"bi bi-geo-alt\"><\/i>\n\n          <p>\n            Yeni\u015fehir Mh. Cumhuriyet \u00dcniversitesi Yerle\u015fkesi Sk.\n            No: 73, International Relations Office \u2013 Erasmus+,\n            58140 Merkez\/Sivas, T\u00dcRK\u0130YE\n          <\/p>\n\n        <\/div>\n\n      <\/aside>\n\n    <\/div>\n\n  <\/section>\n\n\n  <!-- =========================================================\n       ONLINE RESOURCES\n  ========================================================== -->\n  <section class=\"inc-fact-section\">\n\n    <div class=\"inc-fact-section-head\">\n\n      <span>ONLINE RESOURCES<\/span>\n\n      <h2>Useful Incoming Mobility Links<\/h2>\n\n    <\/div>\n\n\n    <div class=\"inc-fact-link-grid\">\n\n      <a href=\"https:\/\/erasmus.cumhuriyet.edu.tr\" target=\"_blank\" rel=\"noopener\">\n        <i class=\"bi bi-globe2\"><\/i>\n        <div>\n          <strong>Erasmus+ Website<\/strong>\n          <span>Official Erasmus+ information and announcements<\/span>\n        <\/div>\n        <i class=\"bi bi-arrow-up-right\"><\/i>\n      <\/a>\n\n\n      <a href=\"\/en\/incoming\/\">\n        <i class=\"bi bi-house-door\"><\/i>\n        <div>\n          <strong>Incoming Erasmus+ Portal<\/strong>\n          <span>Central portal for incoming mobility participants<\/span>\n        <\/div>\n        <i class=\"bi bi-arrow-right\"><\/i>\n      <\/a>\n\n\n      <a href=\"\/en\/incoming\/programmes\/\">\n        <i class=\"bi bi-mortarboard\"><\/i>\n        <div>\n          <strong>Programmes &amp; Courses<\/strong>\n          <span>Academic programmes and study opportunities<\/span>\n        <\/div>\n        <i class=\"bi bi-arrow-right\"><\/i>\n      <\/a>\n\n\n      <a href=\"\/en\/incoming\/courses\/\">\n        <i class=\"bi bi-translate\"><\/i>\n        <div>\n          <strong>Courses Offered in English<\/strong>\n          <span>Courses available in English<\/span>\n        <\/div>\n        <i class=\"bi bi-arrow-right\"><\/i>\n      <\/a>\n\n\n      <a href=\"\/en\/incoming\/calendar\/\">\n        <i class=\"bi bi-calendar3\"><\/i>\n        <div>\n          <strong>Academic Calendar<\/strong>\n          <span>Detailed academic and semester dates<\/span>\n        <\/div>\n        <i class=\"bi bi-arrow-right\"><\/i>\n      <\/a>\n\n\n      <a href=\"\/en\/incoming\/coordinators\/\">\n        <i class=\"bi bi-people\"><\/i>\n        <div>\n          <strong>Departmental Coordinators<\/strong>\n          <span>Current departmental Erasmus+ coordinators<\/span>\n        <\/div>\n        <i class=\"bi bi-arrow-right\"><\/i>\n      <\/a>\n\n    <\/div>\n\n  <\/section>\n\n\n  <!-- =========================================================\n       GENERAL ACADEMIC INFORMATION\n  ========================================================== -->\n  <section class=\"inc-fact-section\">\n\n    <div class=\"inc-fact-section-head\">\n\n      <span>ACADEMIC INFORMATION<\/span>\n\n      <h2>General Information<\/h2>\n\n    <\/div>\n\n\n    <div class=\"inc-fact-academic-grid\">\n\n      <article>\n\n        <div class=\"inc-fact-icon is-red\">\n          <i class=\"bi bi-calendar-range\"><\/i>\n        <\/div>\n\n        <span>SEMESTER DATES<\/span>\n\n        <h3>Academic Year<\/h3>\n\n        <div class=\"inc-fact-semester\">\n\n          <div>\n            <strong>Fall \/ Winter<\/strong>\n            <span>15 September \u2013 1 February<\/span>\n          <\/div>\n\n          <div>\n            <strong>Spring \/ Summer<\/strong>\n            <span>15 February \u2013 30 June<\/span>\n          <\/div>\n\n        <\/div>\n\n        <a href=\"\/en\/incoming\/calendar\/\">\n          Detailed Academic Calendar\n          <i class=\"bi bi-arrow-right\"><\/i>\n        <\/a>\n\n      <\/article>\n\n\n      <article>\n\n        <div class=\"inc-fact-icon is-blue\">\n          <i class=\"bi bi-translate\"><\/i>\n        <\/div>\n\n        <span>LANGUAGE<\/span>\n\n        <h3>Language of Instruction<\/h3>\n\n        <p>\n          The main language of instruction is\n          <strong>Turkish<\/strong>. Courses taught in English are\n          also available.\n        <\/p>\n\n        <div class=\"inc-fact-language-levels\">\n\n          <div>\n            <span>Students<\/span>\n            <strong>B1<\/strong>\n          <\/div>\n\n          <div>\n            <span>Staff<\/span>\n            <strong>B2<\/strong>\n          <\/div>\n\n        <\/div>\n\n        <a href=\"\/en\/incoming\/courses\/\">\n          Courses Offered in English\n          <i class=\"bi bi-arrow-right\"><\/i>\n        <\/a>\n\n      <\/article>\n\n\n      <article>\n\n        <div class=\"inc-fact-icon is-purple\">\n          <i class=\"bi bi-journal-bookmark\"><\/i>\n        <\/div>\n\n        <span>ECTS<\/span>\n\n        <h3>Academic Workload<\/h3>\n\n        <div class=\"inc-fact-big-number\">\n          <strong>30<\/strong>\n          <span>ECTS \/ Semester<\/span>\n        <\/div>\n\n        <p>\n          One ECTS credit corresponds to approximately\n          <strong>30 hours of student workload<\/strong>.\n        <\/p>\n\n      <\/article>\n\n    <\/div>\n\n  <\/section>\n\n\n  <!-- =========================================================\n       NOMINATION\n  ========================================================== -->\n  <section class=\"inc-fact-section\" id=\"nomination\">\n\n    <div class=\"inc-fact-section-head\">\n\n      <span>NOMINATION<\/span>\n\n      <h2>Nomination Information<\/h2>\n\n      <p>\n        Incoming students and staff must be officially nominated by\n        their home institution before completing the individual\n        application procedure.\n      <\/p>\n\n    <\/div>\n\n\n    <div class=\"inc-fact-process-card\">\n\n      <div class=\"inc-fact-process-step\">\n\n        <span>01<\/span>\n\n        <div class=\"inc-fact-process-icon\">\n          <i class=\"bi bi-buildings\"><\/i>\n        <\/div>\n\n        <div>\n          <h3>Home Institution<\/h3>\n\n          <p>\n            The sending university verifies the participant&#8217;s\n            eligibility for the relevant mobility.\n          <\/p>\n        <\/div>\n\n      <\/div>\n\n\n      <i class=\"bi bi-chevron-right inc-fact-process-arrow\"><\/i>\n\n\n      <div class=\"inc-fact-process-step\">\n\n        <span>02<\/span>\n\n        <div class=\"inc-fact-process-icon\">\n          <i class=\"bi bi-send\"><\/i>\n        <\/div>\n\n        <div>\n          <h3>Official Nomination<\/h3>\n\n          <p>\n            The authorised office of the home institution sends\n            the nomination to SCU.\n          <\/p>\n        <\/div>\n\n      <\/div>\n\n\n      <i class=\"bi bi-chevron-right inc-fact-process-arrow\"><\/i>\n\n\n      <div class=\"inc-fact-process-step\">\n\n        <span>03<\/span>\n\n        <div class=\"inc-fact-process-icon\">\n          <i class=\"bi bi-envelope-check\"><\/i>\n        <\/div>\n\n        <div>\n          <h3>Application Instructions<\/h3>\n\n          <p>\n            Following review, the nominee receives the applicable\n            application and registration instructions.\n          <\/p>\n        <\/div>\n\n      <\/div>\n\n    <\/div>\n\n\n    <div class=\"inc-fact-deadline-grid\">\n\n      <article>\n        <span>FALL SEMESTER<\/span>\n        <strong>1 July<\/strong>\n        <small>Nomination Deadline<\/small>\n      <\/article>\n\n      <article>\n        <span>SPRING SEMESTER<\/span>\n        <strong>1 December<\/strong>\n        <small>Nomination Deadline<\/small>\n      <\/article>\n\n    <\/div>\n\n\n    <div class=\"inc-fact-alert is-warning\">\n\n      <i class=\"bi bi-exclamation-triangle\"><\/i>\n\n      <div>\n\n        <h3>Nomination must be institutional<\/h3>\n\n        <p>\n          Nomination must be submitted by the authorised International\n          Relations Office, Erasmus+ Office or equivalent mobility unit\n          of the sending institution. Self-nominations submitted by\n          individual participants are not accepted.\n        <\/p>\n\n      <\/div>\n\n    <\/div>\n\n  <\/section>\n\n\n  <!-- =========================================================\n       APPLICATION\n  ========================================================== -->\n  <section class=\"inc-fact-section\" id=\"application\">\n\n    <div class=\"inc-fact-section-head\">\n\n      <span>APPLICATION<\/span>\n\n      <h2>Application Information<\/h2>\n\n      <p>\n        Following nomination, eligible students and staff receive\n        the applicable Incoming application instructions by e-mail.\n      <\/p>\n\n    <\/div>\n\n\n    <div class=\"inc-fact-application-layout\">\n\n      <div class=\"inc-fact-table-card\">\n\n        <div class=\"inc-fact-card-head\">\n\n          <div class=\"inc-fact-icon is-green\">\n            <i class=\"bi bi-folder-check\"><\/i>\n          <\/div>\n\n          <div>\n            <span>APPLICATION<\/span>\n            <h3>General Application Documents<\/h3>\n          <\/div>\n\n        <\/div>\n\n\n        <div class=\"inc-fact-doc-list\">\n\n          <div>\n            <i class=\"bi bi-file-earmark-text\"><\/i>\n            <span>Application Form<\/span>\n          <\/div>\n\n          <div>\n            <i class=\"bi bi-ui-checks-grid\"><\/i>\n            <span>Incoming Mobilities Information Form<\/span>\n          <\/div>\n\n          <div>\n            <i class=\"bi bi-passport\"><\/i>\n            <span>Passport Copy<\/span>\n          <\/div>\n\n          <div>\n            <i class=\"bi bi-person-square\"><\/i>\n            <span>Biometric \/ Passport-size Photo<\/span>\n          <\/div>\n\n          <div>\n            <i class=\"bi bi-file-person\"><\/i>\n            <span>Europass CV<\/span>\n          <\/div>\n\n          <div>\n            <i class=\"bi bi-envelope-paper\"><\/i>\n            <span>Letter of Intention \/ Motivation Letter<\/span>\n          <\/div>\n\n        <\/div>\n\n\n        <div class=\"inc-fact-doc-type-grid\">\n\n          <article>\n\n            <span>STUDENTS<\/span>\n\n            <strong>\n              Learning Agreement &amp; Transcript of Records\n            <\/strong>\n\n          <\/article>\n\n\n          <article>\n\n            <span>STAFF<\/span>\n\n            <strong>\n              Teaching or Training Mobility Agreement\n            <\/strong>\n\n          <\/article>\n\n        <\/div>\n\n\n        <a href=\"\/en\/incoming\/application\/\" class=\"inc-fact-inline-link\">\n          View detailed application requirements\n          <i class=\"bi bi-arrow-right\"><\/i>\n        <\/a>\n\n      <\/div>\n\n\n      <aside class=\"inc-fact-deadline-card\">\n\n        <div class=\"inc-fact-icon is-red\">\n          <i class=\"bi bi-clock-history\"><\/i>\n        <\/div>\n\n        <span>APPLICATION DEADLINES<\/span>\n\n        <div>\n          <small>Fall Semester<\/small>\n          <strong>1 July<\/strong>\n        <\/div>\n\n        <div>\n          <small>Spring Semester<\/small>\n          <strong>1 December<\/strong>\n        <\/div>\n\n        <hr>\n\n        <p>\n          The Application Form and the Incoming Mobilities Information\n          Form are sent to eligible nominees as part of the individual\n          application procedure.\n        <\/p>\n\n      <\/aside>\n\n    <\/div>\n\n  <\/section>\n\n\n  <!-- =========================================================\n       KA171\n  ========================================================== -->\n  <div class=\"inc-fact-alert is-purple\">\n\n    <i class=\"bi bi-globe2\"><\/i>\n\n    <div>\n\n      <h3>Additional requirement for KA171 incoming mobilities<\/h3>\n\n      <p>\n        Students and staff seeking an incoming KA171 mobility funded\n        by Sivas Cumhuriyet University must first apply to an\n        <strong>active KA171 call published by SCU<\/strong> and must\n        officially be entitled to the mobility as a result of that\n        call.\n      <\/p>\n\n      <p>\n        Following entitlement, the sending institution completes the\n        official nomination and the participant follows the Incoming\n        application procedure.\n      <\/p>\n\n    <\/div>\n\n  <\/div>\n\n\n  <!-- =========================================================\n       RESPONSIBLE STAFF\n  ========================================================== -->\n  <section class=\"inc-fact-section\">\n\n    <div class=\"inc-fact-section-head\">\n\n      <span>ERASMUS+ CONTACT PERSONS<\/span>\n\n      <h2>Responsible Staff<\/h2>\n\n      <p>\n        Incoming mobility responsibilities are organised according\n        to the Erasmus+ action under which the mobility is implemented.\n      <\/p>\n\n    <\/div>\n\n\n    <div class=\"inc-fact-staff-grid\">\n\n      <!-- KA131 -->\n      <article class=\"inc-fact-staff-card is-blue\">\n\n        <div class=\"inc-fact-staff-head\">\n\n          <div class=\"inc-fact-staff-icon\">\n            <i class=\"bi bi-stars\"><\/i>\n          <\/div>\n\n          <div>\n            <span>ERASMUS+ KA131<\/span>\n            <h3>EU Member States &amp; Associated Countries<\/h3>\n          <\/div>\n\n        <\/div>\n\n\n        <div class=\"inc-fact-person\">\n\n          <span>Responsible Person<\/span>\n\n          <strong>\n            Lect. Murat ERCAN, M.A.\n          <\/strong>\n\n        <\/div>\n\n\n        <div class=\"inc-fact-contact-list\">\n\n          <div>\n            <span>Nominations<\/span>\n            <strong>erasmus [at] cumhuriyet.edu.tr<\/strong>\n          <\/div>\n\n          <div>\n            <span>Applications<\/span>\n            <strong>erasmus [at] cumhuriyet.edu.tr<\/strong>\n          <\/div>\n\n          <div>\n            <span>IIAs \/ Agreements<\/span>\n            <strong>iia [at] cumhuriyet.edu.tr<\/strong>\n          <\/div>\n\n          <div>\n            <span>Secretary<\/span>\n            <strong>+90 346 487 5160<\/strong>\n          <\/div>\n\n          <div>\n            <span>Direct Phone<\/span>\n            <strong>+90 346 487 5164<\/strong>\n          <\/div>\n\n        <\/div>\n\n      <\/article>\n\n\n      <!-- KA171 -->\n      <article class=\"inc-fact-staff-card is-purple\">\n\n        <div class=\"inc-fact-staff-head\">\n\n          <div class=\"inc-fact-staff-icon\">\n            <i class=\"bi bi-globe2\"><\/i>\n          <\/div>\n\n          <div>\n            <span>ERASMUS+ KA171<\/span>\n            <h3>Third Countries Not Associated to the Programme<\/h3>\n          <\/div>\n\n        <\/div>\n\n\n        <div class=\"inc-fact-person\">\n\n          <span>Responsible Person<\/span>\n\n          <strong>\n            Lect. Emre SEVEN, M.A.\n          <\/strong>\n\n        <\/div>\n\n\n        <div class=\"inc-fact-contact-list\">\n\n          <div>\n            <span>Nominations<\/span>\n            <strong>emreseven [at] cumhuriyet.edu.tr<\/strong>\n          <\/div>\n\n          <div>\n            <span>Applications<\/span>\n            <strong>emreseven [at] cumhuriyet.edu.tr<\/strong>\n          <\/div>\n\n          <div>\n            <span>IIAs \/ Agreements<\/span>\n            <strong>iia [at] cumhuriyet.edu.tr<\/strong>\n          <\/div>\n\n          <div>\n            <span>Secretary<\/span>\n            <strong>+90 346 487 5160<\/strong>\n          <\/div>\n\n          <div>\n            <span>Direct Phone<\/span>\n            <strong>+90 346 487 5165<\/strong>\n          <\/div>\n\n        <\/div>\n\n      <\/article>\n\n    <\/div>\n\n  <\/section>\n\n\n  <!-- =========================================================\n       COUNTRY INFORMATION\n  ========================================================== -->\n  <section class=\"inc-fact-section\">\n\n    <div class=\"inc-fact-section-head\">\n\n      <span>MOBILITY COVERAGE<\/span>\n\n      <h2>KA131 and KA171 Country Scope<\/h2>\n\n    <\/div>\n\n\n    <div class=\"inc-fact-country-box\">\n\n      <div class=\"inc-fact-country-col is-blue\">\n\n        <div>\n          <i class=\"bi bi-stars\"><\/i>\n          <strong>KA131<\/strong>\n        <\/div>\n\n        <p>\n          Belgium, Bulgaria, Czechia, Denmark, Germany, Estonia,\n          Ireland, Greece, Spain, France, Croatia, Italy, Cyprus,\n          Latvia, Lithuania, Luxembourg, Hungary, Malta, Netherlands,\n          Austria, Poland, Portugal, Romania, Slovenia, Slovakia,\n          Finland, Sweden, North Macedonia, Serbia, Iceland,\n          Liechtenstein and Norway.\n        <\/p>\n\n        <span>\n          EU Member States and third countries associated to the\n          Erasmus+ Programme\n        <\/span>\n\n      <\/div>\n\n\n      <div class=\"inc-fact-country-col is-purple\">\n\n        <div>\n          <i class=\"bi bi-globe-americas\"><\/i>\n          <strong>KA171<\/strong>\n        <\/div>\n\n        <p>\n          Countries not included in the KA131 programme-country\n          grouping are administered within the relevant KA171\n          international mobility framework, subject to project,\n          country and institutional eligibility.\n        <\/p>\n\n        <span>\n          Third countries not associated to the Erasmus+ Programme\n        <\/span>\n\n      <\/div>\n\n    <\/div>\n\n  <\/section>\n\n\n  <!-- =========================================================\n       EWP\n  ========================================================== -->\n  <section class=\"inc-fact-section\">\n\n    <div class=\"inc-fact-section-head\">\n\n      <span>DIGITAL ERASMUS+<\/span>\n\n      <h2>EWP Integration<\/h2>\n\n    <\/div>\n\n\n    <div class=\"inc-fact-ewp-grid\">\n\n      <article>\n        <i class=\"bi bi-window-stack\"><\/i>\n        <span>System<\/span>\n        <strong>EWP Dashboard<\/strong>\n      <\/article>\n\n      <article>\n        <i class=\"bi bi-journal-check\"><\/i>\n        <span>Online Learning Agreement<\/span>\n        <strong>OLA \u00b7 Yes<\/strong>\n      <\/article>\n\n      <article>\n        <i class=\"bi bi-diagram-3\"><\/i>\n        <span>Inter-Institutional Agreements<\/span>\n        <strong>IIAM \u00b7 Yes<\/strong>\n      <\/article>\n\n    <\/div>\n\n  <\/section>\n\n\n  <!-- =========================================================\n       DEPARTMENTAL COORDINATORS\n  ========================================================== -->\n  <div class=\"inc-fact-coordinator-cta\">\n\n    <div class=\"inc-fact-coordinator-icon\">\n      <i class=\"bi bi-people\"><\/i>\n    <\/div>\n\n    <div>\n\n      <span>ACADEMIC CONTACTS<\/span>\n\n      <h3>Departmental Erasmus+ Coordinators<\/h3>\n\n      <p>\n        View the current contact information of Erasmus+\n        departmental coordinators at Sivas Cumhuriyet University.\n      <\/p>\n\n    <\/div>\n\n    <a href=\"\/en\/incoming\/coordinators\/\">\n      View Coordinators\n      <i class=\"bi bi-arrow-right\"><\/i>\n    <\/a>\n\n  <\/div>\n\n\n  <!-- =========================================================\n       FACTSHEET DOCUMENT\n  ========================================================== -->\n  <section class=\"inc-fact-download\">\n\n    <div>\n\n      <div class=\"inc-fact-pdf-icon\">\n        <i class=\"bi bi-file-earmark-pdf\"><\/i>\n      <\/div>\n\n      <div>\n        <span>OFFICIAL DOCUMENT<\/span>\n\n        <h2>2026\u20132027 Erasmus+ Factsheet<\/h2>\n\n        <p>\n          Download the official PDF version for institutional use,\n          partner communication and mobility planning.\n        <\/p>\n      <\/div>\n\n    <\/div>\n\n\n    <a href=\"https:\/\/erasmus.cumhuriyet.edu.tr\/wp-content\/uploads\/Factsheet_26-27_TR-SIVAS01.pdf\" target=\"_blank\" rel=\"noopener\">\n      <i class=\"bi bi-download\"><\/i>\n      Download PDF\n    <\/a>\n\n  <\/section>\n\n<\/section>\n","protected":false},"excerpt":{"rendered":"<p>SIVAS CUMHURIYET UNIVERSITY \u00b7 TR SIVAS01 Erasmus+ Factsheet Academic Year 2026\u20132027 Key institutional, academic, nomination and application information for incoming Erasmus+ students, academic staff and administrative staff planning a mobility at Sivas Cumhuriyet University. Download Factsheet PDF Application Procedure Contact Erasmus Code TR SIVAS01 OID E10127100 PIC 951238552 Fall Semester 15 September \u2013 1 February [&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-7518","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-1Xg","_links":{"self":[{"href":"https:\/\/erasmus.cumhuriyet.edu.tr\/en\/wp-json\/wp\/v2\/pages\/7518","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=7518"}],"version-history":[{"count":39,"href":"https:\/\/erasmus.cumhuriyet.edu.tr\/en\/wp-json\/wp\/v2\/pages\/7518\/revisions"}],"predecessor-version":[{"id":10650,"href":"https:\/\/erasmus.cumhuriyet.edu.tr\/en\/wp-json\/wp\/v2\/pages\/7518\/revisions\/10650"}],"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=7518"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}