{"id":424,"date":"2026-04-22T03:12:46","date_gmt":"2026-04-22T03:12:46","guid":{"rendered":"https:\/\/mrc-baku.org\/?page_id=424"},"modified":"2026-04-25T19:00:40","modified_gmt":"2026-04-25T19:00:40","slug":"az","status":"publish","type":"page","link":"https:\/\/mrc-baku.org\/index.php\/az\/","title":{"rendered":"MRC &#8211; az"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n<meta charset=\"UTF-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n<title>Under Construction \u2014 Mathematics Research Center<\/title>\n<link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=EB+Garamond:ital,wght@0,400;0,500;0,600;1,400;1,500&#038;family=DM+Mono:wght@300;400;500&#038;family=Outfit:wght@300;400;500;600&#038;display=swap\" rel=\"stylesheet\">\n<style>\n:root {\n  --cream:    #F5F0E8;\n  --ink:      #1A1610;\n  --rust:     #B84A2F;\n  --gold:     #C99A2E;\n  --slate:    #3D4A5C;\n  --rule:     #C8BFA8;\n  --mist:     #E8EDF4;\n  --garamond: 'EB Garamond', Georgia, serif;\n  --mono:     'DM Mono', monospace;\n  --sans:     'Outfit', sans-serif;\n}\n*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\nhtml, body {\n  height: 100%; background: var(--cream);\n  font-family: var(--garamond); color: var(--ink);\n}\n\n\/* \u2500\u2500 Subtle grid background \u2500\u2500 *\/\nbody {\n  background-image:\n    linear-gradient(rgba(200,191,168,0.18) 1px, transparent 1px),\n    linear-gradient(90deg, rgba(200,191,168,0.18) 1px, transparent 1px);\n  background-size: 40px 40px;\n}\n\n\/* \u2500\u2500 Top bar \u2500\u2500 *\/\n.uc-topbar {\n  position: fixed; top: 0; left: 0; right: 0; z-index: 10;\n  height: 4px;\n  background: linear-gradient(90deg, var(--rust) 0%, var(--gold) 50%, var(--slate) 100%);\n}\n\n\/* \u2500\u2500 Center stage \u2500\u2500 *\/\n.uc-stage {\n  min-height: 100vh;\n  display: flex; align-items: center; justify-content: center;\n  padding: 5rem 2rem 4rem;\n}\n\n.uc-card {\n  max-width: 600px; width: 100%;\n  background: var(--cream);\n  border: 1px solid var(--rule);\n  box-shadow: 6px 6px 0 var(--rule), 12px 12px 0 #d8cdb8;\n  overflow: hidden;\n  animation: uc-rise 0.6s ease both;\n}\n@keyframes uc-rise {\n  from { opacity: 0; transform: translateY(18px); }\n  to   { opacity: 1; transform: translateY(0); }\n}\n\n\/* \u2500\u2500 Card top \u2500\u2500 *\/\n.uc-card-top {\n  background: var(--slate); padding: 2.5rem 2.8rem 2rem;\n  position: relative; overflow: hidden;\n}\n.uc-card-top::before {\n  content: '\u2211 \u2202 \u03c0 \u221e';\n  position: absolute; right: -15px; bottom: -15px;\n  font-family: var(--garamond); font-size: 7rem; font-weight: 400;\n  color: rgba(255,255,255,0.05); line-height: 1;\n  pointer-events: none; letter-spacing: 0.1em;\n}\n\n\/* Animated construction icon *\/\n.uc-icon-wrap {\n  margin-bottom: 1.4rem;\n  display: flex; align-items: center; gap: 0.9rem;\n}\n.uc-icon {\n  width: 44px; height: 44px; background: var(--gold);\n  display: flex; align-items: center; justify-content: center;\n  flex-shrink: 0;\n  animation: uc-pulse 2.4s ease-in-out infinite;\n}\n@keyframes uc-pulse {\n  0%,100% { opacity: 1; }\n  50%      { opacity: 0.6; }\n}\n.uc-icon svg { width: 22px; height: 22px; color: var(--ink); }\n\n.uc-icon-text {\n  font-family: var(--mono); font-size: 0.62rem; letter-spacing: 0.15em;\n  text-transform: uppercase; color: var(--gold);\n}\n\n.uc-card-top h1 {\n  font-family: var(--garamond); font-size: clamp(1.7rem, 4vw, 2.4rem);\n  font-weight: 500; line-height: 1.2; color: var(--cream);\n  margin-bottom: 0.5rem;\n}\n.uc-card-top h1 em { font-style: italic; color: rgba(245,240,232,0.65); }\n\n.uc-tag {\n  font-family: var(--mono); font-size: 0.6rem; letter-spacing: 0.12em;\n  text-transform: uppercase; color: rgba(245,240,232,0.4);\n}\n\n\/* \u2500\u2500 Progress bar \u2500\u2500 *\/\n.uc-progress-wrap {\n  background: var(--slate); padding: 0 2.8rem 1.6rem;\n  border-bottom: 1px solid rgba(200,191,168,0.2);\n}\n.uc-progress-label {\n  font-family: var(--mono); font-size: 0.58rem; letter-spacing: 0.1em;\n  text-transform: uppercase; color: rgba(245,240,232,0.35);\n  margin-bottom: 0.5rem; display: flex; justify-content: space-between;\n}\n.uc-progress-track {\n  height: 3px; background: rgba(255,255,255,0.1); width: 100%;\n}\n.uc-progress-fill {\n  height: 100%; background: var(--gold);\n  width: 0%;\n  animation: uc-fill 2s ease 0.4s forwards;\n}\n@keyframes uc-fill {\n  to { width: 68%; }\n}\n\n\/* \u2500\u2500 Card body \u2500\u2500 *\/\n.uc-card-body { padding: 2.2rem 2.8rem; }\n\n.uc-prose {\n  font-family: var(--garamond); font-size: 1.06rem; line-height: 1.82;\n  color: #2E2820; margin-bottom: 2rem;\n}\n.uc-prose p + p { margin-top: 0.8em; }\n\n\/* \u2500\u2500 Info rows \u2500\u2500 *\/\n.uc-info-rows { margin-bottom: 2rem; }\n.uc-info-row {\n  display: flex; align-items: flex-start; gap: 1rem;\n  padding: 0.75rem 0; border-bottom: 1px solid #EAE3D4;\n}\n.uc-info-row:last-child { border-bottom: none; }\n.uc-info-icon {\n  width: 28px; height: 28px; background: var(--mist);\n  display: flex; align-items: center; justify-content: center;\n  font-size: 0.85rem; flex-shrink: 0; margin-top: 0.1rem;\n}\n.uc-info-text {\n  font-family: var(--garamond); font-size: 0.97rem;\n  line-height: 1.6; color: #2E2820;\n}\n.uc-info-label {\n  font-family: var(--mono); font-size: 0.58rem; letter-spacing: 0.1em;\n  text-transform: uppercase; color: var(--rust); display: block;\n  margin-bottom: 0.1rem;\n}\n\n\/* \u2500\u2500 Back home link \u2500\u2500 *\/\n.uc-back {\n  display: inline-flex; align-items: center; gap: 0.5rem;\n  font-family: var(--mono); font-size: 0.68rem; letter-spacing: 0.1em;\n  text-transform: uppercase; color: var(--rust); text-decoration: none;\n  border-bottom: 1px solid currentColor; padding-bottom: 0.1rem;\n  transition: color 0.2s;\n}\n.uc-back:hover { color: var(--slate); }\n.uc-back svg { width: 10px; height: 10px; }\n\n\/* \u2500\u2500 Footer strip \u2500\u2500 *\/\n.uc-footer {\n  background: var(--slate);\n  padding: 0.8rem 2.8rem;\n  display: flex; align-items: center; justify-content: space-between; gap: 1rem;\n}\n.uc-footer-left {\n  font-family: var(--mono); font-size: 0.58rem; letter-spacing: 0.06em;\n  color: rgba(245,240,232,0.4);\n}\n.uc-footer-right {\n  font-family: var(--mono); font-size: 0.6rem; letter-spacing: 0.08em;\n  text-transform: uppercase;\n}\n.uc-footer-right a {\n  color: var(--gold); text-decoration: none; transition: color 0.2s;\n}\n.uc-footer-right a:hover { color: #fff; }\n\n\/* \u2500\u2500 Stagger inner elements \u2500\u2500 *\/\n.uc-card-top, .uc-progress-wrap, .uc-card-body, .uc-footer {\n  animation: uc-rise 0.5s ease both;\n}\n.uc-card-top      { animation-delay: 0.05s; }\n.uc-progress-wrap { animation-delay: 0.15s; }\n.uc-card-body     { animation-delay: 0.25s; }\n.uc-footer        { animation-delay: 0.35s; }\n\n@media (max-width: 480px) {\n  .uc-card-top   { padding: 2rem 1.8rem 1.5rem; }\n  .uc-card-body  { padding: 1.8rem 1.8rem; }\n  .uc-progress-wrap { padding: 0 1.8rem 1.4rem; }\n  .uc-footer     { padding: 0.8rem 1.8rem; }\n}\n<\/style>\n<\/head>\n<body>\n\n<div class=\"uc-topbar\"><\/div>\n\n<div class=\"uc-stage\">\n  <div class=\"uc-card\">\n\n    <!-- Top -->\n    <div class=\"uc-card-top\">\n      <div class=\"uc-icon-wrap\">\n        <div class=\"uc-icon\">\n          <!-- Wrench icon -->\n          <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\n               stroke-linecap=\"round\" stroke-linejoin=\"round\">\n            <path d=\"M14.7 6.3a1 1 0 000 1.4l1.6 1.6a1 1 0 001.4 0l3.77-3.77a6 6 0 01-7.94 7.94l-6.91 6.91a2.12 2.12 0 01-3-3l6.91-6.91a6 6 0 017.94-7.94l-3.76 3.76z\"\/>\n          <\/svg>\n        <\/div>\n        <span class=\"uc-icon-text\">Page under construction<\/span>\n      <\/div>\n      <h1>We&#8217;re working<br><em>on this page<\/em><\/h1>\n      <div class=\"uc-tag\">Mathematics Research Center \u00b7 ASOIU \u00b7 Baku<\/div>\n    <\/div>\n\n    <!-- Progress bar -->\n    <div class=\"uc-progress-wrap\">\n      <div class=\"uc-progress-label\">\n        <span>Build progress<\/span>\n        <span>Coming soon<\/span>\n      <\/div>\n      <div class=\"uc-progress-track\">\n        <div class=\"uc-progress-fill\"><\/div>\n      <\/div>\n    <\/div>\n\n    <!-- Body -->\n    <div class=\"uc-card-body\">\n\n      <div class=\"uc-prose\">\n        <p>This page is currently being prepared. The rest of the MRC website is fully available \u2014 please explore our seminars, research groups, and members in the meantime.<\/p>\n      <\/div>\n\n      <div class=\"uc-info-rows\">\n        <div class=\"uc-info-row\">\n          <div class=\"uc-info-text\">\n            <span class=\"uc-info-label\">Seminars<\/span>\n            Find our full seminar programme, including upcoming talks and past abstracts, on the <a href=\"\/index.php\/seminars\/\" style=\"color:var(--rust);text-decoration:none;border-bottom:1px solid currentColor;\">Seminars page<\/a>.\n          <\/div>\n        <\/div>\n        <div class=\"uc-info-row\">\n                 <div class=\"uc-info-text\">\n            <span class=\"uc-info-label\">People<\/span>\n            Learn about our researchers on the <a href=\"\/index.php\/people\/\" style=\"color:var(--rust);text-decoration:none;border-bottom:1px solid currentColor;\">Members page<\/a>.\n          <\/div>\n        <\/div>\n        <div class=\"uc-info-row\">\n          <div class=\"uc-icon-icon\">\u2709\ufe0f<\/div>\n          <div class=\"uc-info-text\">\n            <span class=\"uc-info-label\">Contact<\/span>\n            Questions? Write to us at <a href=\"mailto:mrc@asoiu.edu.az\" style=\"color:var(--rust);text-decoration:none;border-bottom:1px solid currentColor;font-family:var(--mono);font-size:0.85rem;\">mrc@asoiu.edu.az<\/a>.\n          <\/div>\n        <\/div>\n      <\/div>\n\n      <a class=\"uc-back\" href=\"\/\">\n        <svg viewBox=\"0 0 10 10\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\">\n          <path d=\"M7 1L3 5l4 4\"\/>\n        <\/svg>\n        Back to home\n      <\/a>\n\n    <\/div>\n\n    <!-- Footer -->\n    <div class=\"uc-footer\">\n      <span class=\"uc-footer-left\">Mathematics Research Center \u00b7 ASOIU, Baku, Azerbaijan<\/span>\n      <span class=\"uc-footer-right\">\n        <a href=\"https:\/\/mrc-baku.org\/\">mrc.asoiu.edu.az<\/a>\n      <\/span>\n    <\/div>\n\n  <\/div>\n<\/div>\n\n<\/body>\n<\/html>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Under Construction \u2014 Mathematics Research Center Page under construction We&#8217;re workingon this page Mathematics Research Center \u00b7 ASOIU \u00b7 Baku Build progress Coming soon This page is currently being prepared. The rest of the MRC website is fully available \u2014 please explore our seminars, research groups, and members in the meantime. Seminars Find our full [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-424","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/mrc-baku.org\/index.php\/wp-json\/wp\/v2\/pages\/424","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/mrc-baku.org\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/mrc-baku.org\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/mrc-baku.org\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/mrc-baku.org\/index.php\/wp-json\/wp\/v2\/comments?post=424"}],"version-history":[{"count":6,"href":"https:\/\/mrc-baku.org\/index.php\/wp-json\/wp\/v2\/pages\/424\/revisions"}],"predecessor-version":[{"id":478,"href":"https:\/\/mrc-baku.org\/index.php\/wp-json\/wp\/v2\/pages\/424\/revisions\/478"}],"wp:attachment":[{"href":"https:\/\/mrc-baku.org\/index.php\/wp-json\/wp\/v2\/media?parent=424"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}