{"id":58,"date":"2026-04-14T03:23:22","date_gmt":"2026-04-14T03:23:22","guid":{"rendered":"https:\/\/mrc-baku.org\/?page_id=58"},"modified":"2026-04-15T14:44:41","modified_gmt":"2026-04-15T14:44:41","slug":"workshops-conferences","status":"publish","type":"page","link":"https:\/\/mrc-baku.org\/index.php\/workshops-conferences\/","title":{"rendered":"MRC &#8211; Workshops&#038;Conferences"},"content":{"rendered":"\n<!--\n  \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\n  WORDPRESS BLOCK PATTERN \u2014 Conference Listing Card\n  \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\n  Usage:\n  \u2022 Paste one .conf-card block per conference into your\n    \"Conferences\" page inside a Custom HTML block.\n  \u2022 Change data-status=\"upcoming\" to data-status=\"past\"\n    to switch the badge automatically.\n  \u2022 Update href on the button to point to the conference page.\n  \u2022 Paste the <style> block once anywhere on the page\n    (e.g. in a single Custom HTML block at the top).\n  \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\n-->\n\n<!-- \u2500\u2500\u2500 PASTE THIS STYLE BLOCK ONCE ON THE PAGE \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 -->\n<style>\n.conf-list { display: flex; flex-direction: column; gap: 1.5rem; max-width: 860px; }\n\n.conf-card {\n  display: grid;\n  grid-template-columns: 6px 1fr;\n  background: #F5F0E8;\n  border: 1px solid #C8BFA8;\n  box-shadow: 3px 3px 0 #C8BFA8;\n  font-family: 'EB Garamond', Georgia, serif;\n  color: #1A1610;\n  transition: box-shadow 0.2s, transform 0.2s;\n}\n.conf-card:hover {\n  box-shadow: 5px 5px 0 #B84A2F;\n  transform: translate(-1px, -1px);\n}\n.conf-card[data-status=\"upcoming\"] .conf-card-accent { background: #B84A2F; }\n.conf-card[data-status=\"past\"]     .conf-card-accent { background: #C8BFA8; }\n.conf-card-accent { width: 6px; }\n\n.conf-card-body { padding: 1.5rem 1.8rem; }\n\n.conf-card-top {\n  display: flex; align-items: flex-start;\n  justify-content: space-between; gap: 1rem;\n  margin-bottom: 0.5rem;\n}\n.conf-card-title {\n  font-family: 'EB Garamond', Georgia, serif;\n  font-size: 1.25rem; font-weight: 500; line-height: 1.2;\n  color: #1A1610; margin: 0;\n}\n.conf-badge {\n  font-family: 'DM Mono', 'Courier New', monospace;\n  font-size: 0.6rem; letter-spacing: 0.12em; text-transform: uppercase;\n  padding: 0.2rem 0.6rem; white-space: nowrap; flex-shrink: 0; margin-top: 0.2rem;\n}\n.conf-card[data-status=\"upcoming\"] .conf-badge { background: #B84A2F; color: #fff; }\n.conf-card[data-status=\"past\"]     .conf-badge { background: #E8EDF4; color: #3D4A5C; }\n\n.conf-card-meta {\n  display: flex; flex-wrap: wrap; gap: 1rem;\n  font-family: 'DM Mono', 'Courier New', monospace;\n  font-size: 0.7rem; color: #7A6E60; letter-spacing: 0.04em;\n  margin-bottom: 0.9rem;\n}\n.conf-card-meta span { display: flex; align-items: center; gap: 0.35rem; }\n.conf-card-meta svg { width: 11px; height: 11px; opacity: 0.6; flex-shrink: 0; }\n\n.conf-card-desc {\n  font-size: 0.97rem; line-height: 1.7; color: #3A3028;\n  margin-bottom: 1.2rem;\n}\n\n.conf-card-btn {\n  display: inline-block;\n  font-family: 'Outfit', 'Helvetica Neue', sans-serif;\n  font-size: 0.75rem; font-weight: 500; letter-spacing: 0.08em;\n  text-transform: uppercase; text-decoration: none;\n  padding: 0.6rem 1.2rem;\n  background: #1A1610; color: #F5F0E8;\n  border: none; cursor: pointer;\n  transition: background 0.2s;\n}\n.conf-card-btn:hover { background: #B84A2F; color: #fff; }\n.conf-card[data-status=\"past\"] .conf-card-btn { background: #7A6E60; }\n.conf-card[data-status=\"past\"] .conf-card-btn:hover { background: #3D4A5C; }\n\n@media (max-width: 560px) {\n  .conf-card-top { flex-direction: column; gap: 0.4rem; }\n  .conf-card-body { padding: 1.2rem 1.2rem; }\n}\n<\/style>\n<!-- \u2500\u2500\u2500 END STYLE BLOCK \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 -->\n\n<!--\n  WORDPRESS BLOCK PATTERN \u2014 Conferences Page Title\n  Paste at the top of your Conferences page.\n-->\n<style>\n.page-title-block {\n  max-width: 980px; margin: 0 auto 2rem;\n  background: var(--slate, #3D4A5C); color: var(--cream, #F5F0E8);\n  padding: 2.8rem 3rem 2.2rem;\n  position: relative; overflow: hidden;\n  border: 1px solid var(--rule, #C8BFA8);\n  box-shadow: 4px 4px 0 var(--rule, #C8BFA8), 8px 8px 0 #d8cdb8;\n}\n.page-title-block::before {\n  content: attr(data-wm);\n  position: absolute; right: -10px; bottom: -20px;\n  font-family: 'EB Garamond', Georgia, serif;\n  font-size: 9rem; font-weight: 500;\n  color: rgba(255,255,255,0.04); pointer-events: none; line-height: 1;\n  letter-spacing: 0.08em;\n}\n.page-title-tag {\n  font-family: 'DM Mono', monospace; font-size: 0.68rem;\n  letter-spacing: 0.18em; text-transform: uppercase;\n  color: var(--gold, #C99A2E); margin-bottom: 0.6rem;\n  display: flex; align-items: center; gap: 0.5rem;\n}\n.page-title-tag::before {\n  content: ''; display: inline-block;\n  width: 20px; height: 1px; background: var(--gold, #C99A2E);\n}\n.page-title-block h1 {\n  font-family: 'EB Garamond', Georgia, serif;\n  font-size: clamp(1.8rem, 3.5vw, 2.5rem);\n  font-weight: 500; line-height: 1.2; margin-bottom: 0.4rem;\n}\n.page-title-sub {\n  font-family: 'EB Garamond', Georgia, serif; font-style: italic;\n  font-size: 0.95rem; color: rgba(245,240,232,0.6);\n}\n@media (max-width: 620px) {\n  .page-title-block { padding: 2rem 1.5rem 1.8rem; margin-bottom: 1.5rem; }\n}\n<\/style>\n\n<div class=\"page-title-block\" data-wm=\"CONF\">\n  <div class=\"page-title-tag\">Mathematics Research Center \u00b7 ASOIU<\/div>\n  <h1>Conferences<\/h1>\n  <p class=\"page-title-sub\">Workshops and conferences organised by MRC<\/p>\n<\/div>\n<!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\n     CONFERENCE LIST WRAPPER \u2014 wrap all cards in this div\n     \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\n<div class=\"conf-list\">\n\n\n <!--\n  <div class=\"conf-card\" data-status=\"upcoming\">\n    <div class=\"conf-card-accent\"><\/div>\n    <div class=\"conf-card-body\">\n      <div class=\"conf-card-top\">\n        <h3 class=\"conf-card-title\">Conference Title Goes Here<\/h3>\n        <span class=\"conf-badge\">Upcoming<\/span>\n      <\/div>\n      <div class=\"conf-card-meta\">\n        <span>\n          <svg viewBox=\"0 0 16 16\" fill=\"currentColor\"><path d=\"M7 0H2a1 1 0 00-1 1v2h14V1a1 1 0 00-1-1H7zm7 4H1v10a1 1 0 001 1h12a1 1 0 001-1V4z\"\/><\/svg>\n          Month DD\u2013DD, YYYY\n        <\/span>\n        <span>\n          <svg viewBox=\"0 0 16 16\" fill=\"currentColor\"><path d=\"M8 0C5.24 0 3 2.24 3 5c0 3.75 5 11 5 11s5-7.25 5-11c0-2.76-2.24-5-5-5zm0 7.5a2.5 2.5 0 110-5 2.5 2.5 0 010 5z\"\/><\/svg>\n          Venue, City\n        <\/span>\n      <\/div>\n      <p class=\"conf-card-desc\">Short description of the conference. Two or three sentences summarising the theme, scope, and number of talks or participants.<\/p>\n      <a class=\"conf-card-btn\" href=\"\/conferences\/your-slug\/\">Go to Conference Page \u2192<\/a>\n    <\/div>\n  <\/div>\n--!>\n <!-- \u2500\u2500 CARD EXAMPLE 1: UPCOMING \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 -->\n  <div class=\"conf-card\" data-status=\"past\">\n    <div class=\"conf-card-accent\"><\/div>\n    <div class=\"conf-card-body\">\n      <div class=\"conf-card-top\">\n        <h3 class=\"conf-card-title\">Finite Groups and Their Representations<\/h3>\n        <span class=\"conf-badge\">Past<\/span>\n      <\/div>\n      <div class=\"conf-card-meta\">\n        <span>\n          <svg viewBox=\"0 0 16 16\" fill=\"currentColor\"><path d=\"M7 0H2a1 1 0 00-1 1v2h14V1a1 1 0 00-1-1H7zm7 4H1v10a1 1 0 001 1h12a1 1 0 001-1V4z\"\/><\/svg>\n          June 18\u201320, 2025\n        <\/span>\n        <span>\n          <svg viewBox=\"0 0 16 16\" fill=\"currentColor\"><path d=\"M8 0C5.24 0 3 2.24 3 5c0 3.75 5 11 5 11s5-7.25 5-11c0-2.76-2.24-5-5-5zm0 7.5a2.5 2.5 0 110-5 2.5 2.5 0 010 5z\"\/><\/svg>\n          Mathematics Research Center, ASOIU, Baku\n        <\/span>\n      <\/div>\n      <p class=\"conf-card-desc\">A three-day workshop on finite group theory and representation theory, covering fusion systems, block theory, biset functors, and character-theoretic methods. Features seven invited talks by specialists from Turkey, the United States, and Azerbaijan.<\/p>\n      <a class=\"conf-card-btn\" href=\"https:\/\/mrc-baku.org\/index.php\/finite-groups-and-their-representations\/\">Go to Conference Page \u2192<\/a>\n    <\/div>\n  <\/div>\n\n\n<\/div><!-- \/.conf-list -->\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Mathematics Research Center \u00b7 ASOIU Conferences Workshops and conferences organised by MRC Finite Groups and Their Representations Past June 18\u201320, 2025 Mathematics Research Center, ASOIU, Baku A three-day workshop on finite group theory and representation theory, covering fusion systems, block theory, biset functors, and character-theoretic methods. Features seven invited talks by specialists from Turkey, the [&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-58","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/mrc-baku.org\/index.php\/wp-json\/wp\/v2\/pages\/58","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=58"}],"version-history":[{"count":4,"href":"https:\/\/mrc-baku.org\/index.php\/wp-json\/wp\/v2\/pages\/58\/revisions"}],"predecessor-version":[{"id":210,"href":"https:\/\/mrc-baku.org\/index.php\/wp-json\/wp\/v2\/pages\/58\/revisions\/210"}],"wp:attachment":[{"href":"https:\/\/mrc-baku.org\/index.php\/wp-json\/wp\/v2\/media?parent=58"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}