<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Illustrations | Ahmed Massoud</title>
    <link>https://asm0697.github.io/tags/illustrations/</link>
      <atom:link href="https://asm0697.github.io/tags/illustrations/index.xml" rel="self" type="application/rss+xml" />
    <description>Illustrations</description>
    <generator>HugoBlox Kit (https://hugoblox.com)</generator><language>en-us</language>
    <image>
      <url>https://asm0697.github.io/media/icon_hu_5ba23d769dd938c3.png</url>
      <title>Illustrations</title>
      <link>https://asm0697.github.io/tags/illustrations/</link>
    </image>
    
    <item>
      <title>Scientific Illustrations Portfolio</title>
      <link>https://asm0697.github.io/gallery/scientific-illustrations-portfolio/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://asm0697.github.io/gallery/scientific-illustrations-portfolio/</guid>
      <description>
&lt;style&gt;
/* THIS PAGE ONLY: Override ALL Hugo/Tailwind max-width constraints on parent elements */
.max-w-prose,
.max-w-3xl,
.max-w-4xl,
.max-w-5xl,
.max-w-6xl,
.max-w-7xl,
.max-w-screen-xl,
.article-container,
.article-style,
.prose,
main,
article,
section,
.page-body,
.universal-wrapper,
div.mx-auto {
  max-width: 100% !important;
  width: 100% !important;
  box-sizing: border-box !important;
}

/* Page Header spacing */
.article-header, article header, .page-header {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.article-title, article header h1, h1, h1.article-title, .page-header h1 {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

/* Subtitle: SMALL tight space under Title, clear space above Card Blocks */
.portfolio-subtitle {
  margin-top: -1.2rem !important;
  margin-bottom: 2.5rem !important;
  padding-top: 0 !important;
  font-style: italic;
  font-size: 1.08rem;
  color: var(--color-footer-fg, #64748b);
  text-align: center;
}

/* COLLECTION CONTAINER: Centered spacious container expanded to 1850px (98% width for max card width) */
.portfolio-container, .collection-container {
  width: 98% !important;
  max-width: 1850px !important;
  margin: 1.5rem auto 3.5rem auto !important;
  box-sizing: border-box !important;
}

/* COLLECTION GRID: 5 Columns per row on desktop screens */
.collection, .portfolio-grid {
  display: grid !important;
  grid-template-columns: repeat(5, 1fr) !important;
  gap: 0.85rem !important;
  width: 100% !important;
}

@media (max-width: 1400px) and (min-width: 1080px) {
  .collection, .portfolio-grid {
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 0.85rem !important;
  }
}

@media (max-width: 1079px) and (min-width: 720px) {
  .collection, .portfolio-grid {
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 0.8rem !important;
  }
}

@media (max-width: 719px) and (min-width: 480px) {
  .collection, .portfolio-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 0.75rem !important;
  }
}

@media (max-width: 479px) {
  .collection, .portfolio-grid {
    grid-template-columns: 1fr !important;
    gap: 0.75rem !important;
  }
}

/* THIS PAGE ONLY: Card Styling - Shorter, wider, sleek compact blocks */
.sci-card, .collection-card {
  display: flex !important;
  flex-direction: column !important;
  border-radius: 14px !important;
  overflow: hidden !important;
  box-sizing: border-box !important;
  background: #ffffff !important;
  border: 1px solid rgba(0, 0, 0, 0.08) !important;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.05), 0 1px 3px rgba(0, 0, 0, 0.03) !important;
  transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.3s ease !important;
  width: 100% !important;
}

.dark .sci-card,
html.dark .sci-card,
body.dark .sci-card,
[data-wc-theme-default=&#34;dark&#34;] .sci-card {
  background: #1e2535 !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.3) !important;
}

.sci-card:hover, .collection-card:hover {
  transform: translateY(-5px) !important;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.1), 0 2px 5px rgba(0, 0, 0, 0.05) !important;
}

.dark .sci-card:hover,
html.dark .sci-card:hover,
body.dark .sci-card:hover {
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.5) !important;
}

/* THIS PAGE ONLY: Shorter Cover Image Height (~140px for sleek compact ratio) */
.sci-card-img-wrapper {
  position: relative !important;
  width: 100% !important;
  height: 140px !important;
  overflow: hidden !important;
  border-radius: 14px 14px 0 0 !important;
  margin: 0 !important;
  padding: 5px !important;
  box-sizing: border-box !important;
  transition: background 0.3s ease, border-color 0.3s ease;
  background: #f1f5f9 !important;
  border-bottom: 1px solid #e2e8f0 !important;
}

.dark .sci-card-img-wrapper,
html.dark .sci-card-img-wrapper,
body.dark .sci-card-img-wrapper,
[data-wc-theme-default=&#34;dark&#34;] .sci-card-img-wrapper {
  background: #161b22 !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12) !important;
}

.sci-card-img-wrapper img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
  display: block !important;
  border-radius: 9px !important;
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box !important;
  border: 1px solid rgba(0, 0, 0, 0.06) !important;
}

.dark .sci-card-img-wrapper img,
html.dark .sci-card-img-wrapper img,
body.dark .sci-card-img-wrapper img {
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
}

/* THIS PAGE ONLY: Shorter, Compact Card Body Padding &amp; Elements */
.sci-card-body {
  padding: 0.75rem 0.9rem 0.9rem 0.9rem !important;
  display: flex !important;
  flex-direction: column !important;
  flex: 1 1 auto !important;
}

.sci-card-top-bar {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  margin-bottom: 0.35rem !important;
}

.sci-card-fig-num {
  font-size: 0.72rem !important;
  font-weight: 700 !important;
  padding: 0.15rem 0.5rem !important;
  border-radius: 5px !important;
  white-space: nowrap !important;
}

.sci-card-date {
  font-size: 0.75rem !important;
  white-space: nowrap !important;
}

.sci-card-title {
  font-size: 0.92rem !important;
  font-weight: 700 !important;
  line-height: 1.28 !important;
  margin-bottom: 0.35rem !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}

.sci-card-desc {
  font-size: 0.78rem !important;
  line-height: 1.35 !important;
  margin-bottom: 0.55rem !important;
  color: var(--color-footer-fg, #64748b) !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}

.sci-card-tags-list {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 0.25rem !important;
  margin-bottom: 0.55rem !important;
}

.sci-tag-pill {
  padding: 0.15rem 0.52rem !important;
  font-size: 0.68rem !important;
  border-radius: 999px !important;
}

.sci-card-footer {
  margin-top: auto !important;
  width: 100% !important;
}

.sci-preview-btn {
  width: 100% !important;
  padding: 0.4rem 0.8rem !important;
  font-size: 0.8rem !important;
  font-weight: 600 !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 0.35rem !important;
  border-radius: 8px !important;
}

/* THIS PAGE ONLY: Force footer to span 100% full width and center text matching rest of site */
body.page-wrapper footer, footer.site-footer, footer, .page-footer {
  width: 100% !important;
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  text-align: center !important;
  box-sizing: border-box !important;
}

body.page-wrapper footer .container, footer .container, footer &gt; div, .page-footer &gt; div {
  max-width: 100% !important;
  width: 100% !important;
  margin: 0 auto !important;
  text-align: center !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
&lt;/style&gt;

&lt;p class=&#34;portfolio-subtitle&#34; style=&#34;text-align: center;&#34;&gt;&lt;em&gt;Feel free to use my scientific illustartions for any academic purpose! Enjoy! 💙&lt;/em&gt;&lt;/p&gt;

&lt;div class=&#34;portfolio-container collection-container&#34;&gt;
&lt;div id=&#34;portfolioGrid&#34; class=&#34;collection portfolio-grid&#34;&gt;

&lt;!-- Block 1 --&gt;
&lt;div class=&#34;sci-card collection-card&#34; onclick=&#34;openSciModal(0)&#34; role=&#34;button&#34; tabindex=&#34;0&#34; aria-label=&#34;View Metabolic Disorders, Autonomic Immune Dysfunction, and Ferroptosis&#34;&gt;
&lt;div class=&#34;sci-card-img-wrapper&#34;&gt;
&lt;img src=&#34;thumb_obesity.png&#34; alt=&#34;Metabolic Disorders, Autonomic Immune Dysfunction, and Ferroptosis&#34; loading=&#34;lazy&#34; /&gt;
&lt;div class=&#34;sci-card-hover-overlay&#34;&gt;
&lt;span class=&#34;sci-preview-badge&#34;&gt;
&lt;svg width=&#34;15&#34; height=&#34;15&#34; viewBox=&#34;0 0 24 24&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;2.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;&gt;
&lt;circle cx=&#34;11&#34; cy=&#34;11&#34; r=&#34;8&#34;&gt;&lt;/circle&gt;
&lt;line x1=&#34;21&#34; y1=&#34;21&#34; x2=&#34;16.65&#34; y2=&#34;16.65&#34;&gt;&lt;/line&gt;
&lt;line x1=&#34;11&#34; y1=&#34;8&#34; x2=&#34;11&#34; y2=&#34;14&#34;&gt;&lt;/line&gt;
&lt;line x1=&#34;8&#34; y1=&#34;11&#34; x2=&#34;14&#34; y2=&#34;11&#34;&gt;&lt;/line&gt;
&lt;/svg&gt;
Preview
&lt;/span&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&#34;sci-card-body&#34;&gt;
&lt;div class=&#34;sci-card-top-bar&#34;&gt;
&lt;span class=&#34;sci-card-fig-num&#34;&gt;FIG 01&lt;/span&gt;
&lt;span class=&#34;sci-card-date&#34;&gt;Sept 2025&lt;/span&gt;
&lt;/div&gt;
&lt;h3 class=&#34;sci-card-title&#34;&gt;Metabolic Disorders, Autonomic Immune Dysfunction, and Ferroptosis&lt;/h3&gt;
&lt;p class=&#34;sci-card-desc&#34;&gt;Integrative molecular signaling map illustrating how chronic nutrient overload, visceral white adipose tissue (vWAT) inflammation, and autonomic nerve impairment interact to drive iron-dependent ferroptosis across metabolic organs.&lt;/p&gt;
&lt;div class=&#34;sci-card-tags-list&#34;&gt;
&lt;span class=&#34;sci-tag-pill&#34;&gt;Ferroptosis&lt;/span&gt;
&lt;span class=&#34;sci-tag-pill&#34;&gt;Metabolic Disorders&lt;/span&gt;
&lt;span class=&#34;sci-tag-pill&#34;&gt;Illustrations&lt;/span&gt;
&lt;/div&gt;
&lt;div class=&#34;sci-card-footer&#34;&gt;
&lt;button class=&#34;sci-preview-btn&#34; onclick=&#34;openSciModal(0); event.stopPropagation();&#34; aria-label=&#34;Preview Metabolic Disorders illustration&#34;&gt;
&lt;svg width=&#34;15&#34; height=&#34;15&#34; viewBox=&#34;0 0 24 24&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;2.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;&gt;
&lt;circle cx=&#34;11&#34; cy=&#34;11&#34; r=&#34;8&#34;&gt;&lt;/circle&gt;
&lt;line x1=&#34;21&#34; y1=&#34;21&#34; x2=&#34;16.65&#34; y2=&#34;16.65&#34;&gt;&lt;/line&gt;
&lt;line x1=&#34;11&#34; y1=&#34;8&#34; x2=&#34;11&#34; y2=&#34;14&#34;&gt;&lt;/line&gt;
&lt;line x1=&#34;8&#34; y1=&#34;11&#34; x2=&#34;14&#34; y2=&#34;11&#34;&gt;&lt;/line&gt;
&lt;/svg&gt;
Preview
&lt;/button&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;

&lt;!-- Block 2 --&gt;
&lt;div class=&#34;sci-card collection-card&#34; onclick=&#34;openSciModal(1)&#34; role=&#34;button&#34; tabindex=&#34;0&#34; aria-label=&#34;View Visceral Adipose Tissue (vWAT) Inflammation&#34;&gt;
&lt;div class=&#34;sci-card-img-wrapper&#34;&gt;
&lt;img src=&#34;ferroptosis_disufidptosis.jpg&#34; alt=&#34;SLC7A11 Redox Homeostasis, Ferroptosis, and Disulfidptosis in Neurodegenerative Diseases&#34; loading=&#34;lazy&#34; /&gt;
&lt;div class=&#34;sci-card-hover-overlay&#34;&gt;
&lt;span class=&#34;sci-preview-badge&#34;&gt;
&lt;svg width=&#34;15&#34; height=&#34;15&#34; viewBox=&#34;0 0 24 24&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;2.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;&gt;
&lt;circle cx=&#34;11&#34; cy=&#34;11&#34; r=&#34;8&#34;&gt;&lt;/circle&gt;
&lt;line x1=&#34;21&#34; y1=&#34;21&#34; x2=&#34;16.65&#34; y2=&#34;16.65&#34;&gt;&lt;/line&gt;
&lt;line x1=&#34;11&#34; y1=&#34;8&#34; x2=&#34;11&#34; y2=&#34;14&#34;&gt;&lt;/line&gt;
&lt;line x1=&#34;8&#34; y1=&#34;11&#34; x2=&#34;14&#34; y2=&#34;11&#34;&gt;&lt;/line&gt;
&lt;/svg&gt;
Preview
&lt;/span&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&#34;sci-card-body&#34;&gt;
&lt;div class=&#34;sci-card-top-bar&#34;&gt;
&lt;span class=&#34;sci-card-fig-num&#34;&gt;FIG 02&lt;/span&gt;
&lt;span class=&#34;sci-card-date&#34;&gt;Mar 2026&lt;/span&gt;
&lt;/div&gt;
&lt;h3 class=&#34;sci-card-title&#34;&gt;SLC7A11 Redox Homeostasis, Ferroptosis, and Disulfidptosis in Neurodegenerative Diseases&lt;/h3&gt;
&lt;p class=&#34;sci-card-desc&#34;&gt;Schematic overview illustrating how SLC7A11 regulates redox homeostasis and neuronal survival, with its dysregulation driving ferroptosis or disulfidptosis in neurodegenerative diseases.&lt;/p&gt;
&lt;div class=&#34;sci-card-tags-list&#34;&gt;
&lt;span class=&#34;sci-tag-pill&#34;&gt;SLC7A11&lt;/span&gt;
&lt;span class=&#34;sci-tag-pill&#34;&gt;Ferroptosis&lt;/span&gt;
&lt;span class=&#34;sci-tag-pill&#34;&gt;Disulfidptosis&lt;/span&gt;
&lt;/div&gt;
&lt;div class=&#34;sci-card-footer&#34;&gt;
&lt;button class=&#34;sci-preview-btn&#34; onclick=&#34;openSciModal(1); event.stopPropagation();&#34; aria-label=&#34;Preview Visceral Adipose Tissue illustration&#34;&gt;
&lt;svg width=&#34;15&#34; height=&#34;15&#34; viewBox=&#34;0 0 24 24&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;2.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;&gt;
&lt;circle cx=&#34;11&#34; cy=&#34;11&#34; r=&#34;8&#34;&gt;&lt;/circle&gt;
&lt;line x1=&#34;21&#34; y1=&#34;21&#34; x2=&#34;16.65&#34; y2=&#34;16.65&#34;&gt;&lt;/line&gt;
&lt;line x1=&#34;11&#34; y1=&#34;8&#34; x2=&#34;11&#34; y2=&#34;14&#34;&gt;&lt;/line&gt;
&lt;line x1=&#34;8&#34; y1=&#34;11&#34; x2=&#34;14&#34; y2=&#34;11&#34;&gt;&lt;/line&gt;
&lt;/svg&gt;
Preview
&lt;/button&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;

&lt;!-- Block 3 --&gt;
&lt;div class=&#34;sci-card collection-card&#34; onclick=&#34;openSciModal(2)&#34; role=&#34;button&#34; tabindex=&#34;0&#34; aria-label=&#34;View Betanin-Mediated Modulation of miRNA Signaling and Neuroinflammation in Inflammatory Pain&#34;&gt;
&lt;div class=&#34;sci-card-img-wrapper&#34;&gt;
&lt;img src=&#34;Betanin_proposed_analgesic_mechanism.png&#34; alt=&#34;Betanin-Mediated Modulation of miRNA Signaling and Neuroinflammation in Inflammatory Pain&#34; loading=&#34;lazy&#34; /&gt;
&lt;div class=&#34;sci-card-hover-overlay&#34;&gt;
&lt;span class=&#34;sci-preview-badge&#34;&gt;
&lt;svg width=&#34;15&#34; height=&#34;15&#34; viewBox=&#34;0 0 24 24&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;2.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;&gt;
&lt;circle cx=&#34;11&#34; cy=&#34;11&#34; r=&#34;8&#34;&gt;&lt;/circle&gt;
&lt;line x1=&#34;21&#34; y1=&#34;21&#34; x2=&#34;16.65&#34; y2=&#34;16.65&#34;&gt;&lt;/line&gt;
&lt;line x1=&#34;11&#34; y1=&#34;8&#34; x2=&#34;11&#34; y2=&#34;14&#34;&gt;&lt;/line&gt;
&lt;line x1=&#34;8&#34; y1=&#34;11&#34; x2=&#34;14&#34; y2=&#34;11&#34;&gt;&lt;/line&gt;
&lt;/svg&gt;
Preview
&lt;/span&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&#34;sci-card-body&#34;&gt;
&lt;div class=&#34;sci-card-top-bar&#34;&gt;
&lt;span class=&#34;sci-card-fig-num&#34;&gt;FIG 03&lt;/span&gt;
&lt;span class=&#34;sci-card-date&#34;&gt;July 2025&lt;/span&gt;
&lt;/div&gt;
&lt;h3 class=&#34;sci-card-title&#34;&gt;Betanin-Mediated Modulation of miRNA Signaling and Neuroinflammation in Inflammatory Pain&lt;/h3&gt;
&lt;p class=&#34;sci-card-desc&#34;&gt;Proposed molecular mechanism illustrating how betanin may attenuate inflammatory pain through modulation of miR-107/GLT-1 and miR-145/Akt signaling, with downstream effects on glutamate accumulation, oxidative stress, and inflammatory cytokines.&lt;/p&gt;
&lt;div class=&#34;sci-card-tags-list&#34;&gt;
&lt;span class=&#34;sci-tag-pill&#34;&gt;Betanin&lt;/span&gt;
&lt;span class=&#34;sci-tag-pill&#34;&gt;Pain&lt;/span&gt;
&lt;span class=&#34;sci-tag-pill&#34;&gt;miRNA&lt;/span&gt;
&lt;/div&gt;
&lt;div class=&#34;sci-card-footer&#34;&gt;
&lt;button class=&#34;sci-preview-btn&#34; onclick=&#34;openSciModal(2); event.stopPropagation();&#34; aria-label=&#34;Preview Betanin-Mediated Modulation of miRNA Signaling and Neuroinflammation in Inflammatory Pain&#34;&gt;
&lt;svg width=&#34;15&#34; height=&#34;15&#34; viewBox=&#34;0 0 24 24&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;2.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;&gt;
&lt;circle cx=&#34;11&#34; cy=&#34;11&#34; r=&#34;8&#34;&gt;&lt;/circle&gt;
&lt;line x1=&#34;21&#34; y1=&#34;21&#34; x2=&#34;16.65&#34; y2=&#34;16.65&#34;&gt;&lt;/line&gt;
&lt;line x1=&#34;11&#34; y1=&#34;8&#34; x2=&#34;11&#34; y2=&#34;14&#34;&gt;&lt;/line&gt;
&lt;line x1=&#34;8&#34; y1=&#34;11&#34; x2=&#34;14&#34; y2=&#34;11&#34;&gt;&lt;/line&gt;
&lt;/svg&gt;
Preview
&lt;/button&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;

&lt;!-- Block 4 --&gt;
&lt;div class=&#34;sci-card collection-card&#34; onclick=&#34;openSciModal(1)&#34; role=&#34;button&#34; tabindex=&#34;0&#34; aria-label=&#34;View Visceral Adipose Tissue (vWAT) Inflammation&#34;&gt;
&lt;div class=&#34;sci-card-img-wrapper&#34;&gt;
&lt;img src=&#34;ferroptosis_disufidptosis.jpg&#34; alt=&#34;SLC7A11 Redox Homeostasis, Ferroptosis, and Disulfidptosis in Neurodegenerative Diseases&#34; loading=&#34;lazy&#34; /&gt;
&lt;div class=&#34;sci-card-hover-overlay&#34;&gt;
&lt;span class=&#34;sci-preview-badge&#34;&gt;
&lt;svg width=&#34;15&#34; height=&#34;15&#34; viewBox=&#34;0 0 24 24&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;2.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;&gt;
&lt;circle cx=&#34;11&#34; cy=&#34;11&#34; r=&#34;8&#34;&gt;&lt;/circle&gt;
&lt;line x1=&#34;21&#34; y1=&#34;21&#34; x2=&#34;16.65&#34; y2=&#34;16.65&#34;&gt;&lt;/line&gt;
&lt;line x1=&#34;11&#34; y1=&#34;8&#34; x2=&#34;11&#34; y2=&#34;14&#34;&gt;&lt;/line&gt;
&lt;line x1=&#34;8&#34; y1=&#34;11&#34; x2=&#34;14&#34; y2=&#34;11&#34;&gt;&lt;/line&gt;
&lt;/svg&gt;
Preview
&lt;/span&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&#34;sci-card-body&#34;&gt;
&lt;div class=&#34;sci-card-top-bar&#34;&gt;
&lt;span class=&#34;sci-card-fig-num&#34;&gt;FIG 02&lt;/span&gt;
&lt;span class=&#34;sci-card-date&#34;&gt;Mar 2026&lt;/span&gt;
&lt;/div&gt;
&lt;h3 class=&#34;sci-card-title&#34;&gt;SLC7A11 Redox Homeostasis, Ferroptosis, and Disulfidptosis in Neurodegenerative Diseases&lt;/h3&gt;
&lt;p class=&#34;sci-card-desc&#34;&gt;Schematic overview illustrating how SLC7A11 regulates redox homeostasis and neuronal survival, with its dysregulation driving ferroptosis or disulfidptosis in neurodegenerative diseases.&lt;/p&gt;
&lt;div class=&#34;sci-card-tags-list&#34;&gt;
&lt;span class=&#34;sci-tag-pill&#34;&gt;SLC7A11&lt;/span&gt;
&lt;span class=&#34;sci-tag-pill&#34;&gt;Ferroptosis&lt;/span&gt;
&lt;span class=&#34;sci-tag-pill&#34;&gt;Disulfidptosis&lt;/span&gt;
&lt;/div&gt;
&lt;div class=&#34;sci-card-footer&#34;&gt;
&lt;button class=&#34;sci-preview-btn&#34; onclick=&#34;openSciModal(1); event.stopPropagation();&#34; aria-label=&#34;Preview Visceral Adipose Tissue illustration&#34;&gt;
&lt;svg width=&#34;15&#34; height=&#34;15&#34; viewBox=&#34;0 0 24 24&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;2.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;&gt;
&lt;circle cx=&#34;11&#34; cy=&#34;11&#34; r=&#34;8&#34;&gt;&lt;/circle&gt;
&lt;line x1=&#34;21&#34; y1=&#34;21&#34; x2=&#34;16.65&#34; y2=&#34;16.65&#34;&gt;&lt;/line&gt;
&lt;line x1=&#34;11&#34; y1=&#34;8&#34; x2=&#34;11&#34; y2=&#34;14&#34;&gt;&lt;/line&gt;
&lt;line x1=&#34;8&#34; y1=&#34;11&#34; x2=&#34;14&#34; y2=&#34;11&#34;&gt;&lt;/line&gt;
&lt;/svg&gt;
Preview
&lt;/button&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;

&lt;!-- Block 5 --&gt;
&lt;div class=&#34;sci-card collection-card&#34; onclick=&#34;openSciModal(1)&#34; role=&#34;button&#34; tabindex=&#34;0&#34; aria-label=&#34;View Visceral Adipose Tissue (vWAT) Inflammation&#34;&gt;
&lt;div class=&#34;sci-card-img-wrapper&#34;&gt;
&lt;img src=&#34;ferroptosis_disufidptosis.jpg&#34; alt=&#34;SLC7A11 Redox Homeostasis, Ferroptosis, and Disulfidptosis in Neurodegenerative Diseases&#34; loading=&#34;lazy&#34; /&gt;
&lt;div class=&#34;sci-card-hover-overlay&#34;&gt;
&lt;span class=&#34;sci-preview-badge&#34;&gt;
&lt;svg width=&#34;15&#34; height=&#34;15&#34; viewBox=&#34;0 0 24 24&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;2.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;&gt;
&lt;circle cx=&#34;11&#34; cy=&#34;11&#34; r=&#34;8&#34;&gt;&lt;/circle&gt;
&lt;line x1=&#34;21&#34; y1=&#34;21&#34; x2=&#34;16.65&#34; y2=&#34;16.65&#34;&gt;&lt;/line&gt;
&lt;line x1=&#34;11&#34; y1=&#34;8&#34; x2=&#34;11&#34; y2=&#34;14&#34;&gt;&lt;/line&gt;
&lt;line x1=&#34;8&#34; y1=&#34;11&#34; x2=&#34;14&#34; y2=&#34;11&#34;&gt;&lt;/line&gt;
&lt;/svg&gt;
Preview
&lt;/span&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&#34;sci-card-body&#34;&gt;
&lt;div class=&#34;sci-card-top-bar&#34;&gt;
&lt;span class=&#34;sci-card-fig-num&#34;&gt;FIG 02&lt;/span&gt;
&lt;span class=&#34;sci-card-date&#34;&gt;Mar 2026&lt;/span&gt;
&lt;/div&gt;
&lt;h3 class=&#34;sci-card-title&#34;&gt;SLC7A11 Redox Homeostasis, Ferroptosis, and Disulfidptosis in Neurodegenerative Diseases&lt;/h3&gt;
&lt;p class=&#34;sci-card-desc&#34;&gt;Schematic overview illustrating how SLC7A11 regulates redox homeostasis and neuronal survival, with its dysregulation driving ferroptosis or disulfidptosis in neurodegenerative diseases.&lt;/p&gt;
&lt;div class=&#34;sci-card-tags-list&#34;&gt;
&lt;span class=&#34;sci-tag-pill&#34;&gt;SLC7A11&lt;/span&gt;
&lt;span class=&#34;sci-tag-pill&#34;&gt;Ferroptosis&lt;/span&gt;
&lt;span class=&#34;sci-tag-pill&#34;&gt;Disulfidptosis&lt;/span&gt;
&lt;/div&gt;
&lt;div class=&#34;sci-card-footer&#34;&gt;
&lt;button class=&#34;sci-preview-btn&#34; onclick=&#34;openSciModal(1); event.stopPropagation();&#34; aria-label=&#34;Preview Visceral Adipose Tissue illustration&#34;&gt;
&lt;svg width=&#34;15&#34; height=&#34;15&#34; viewBox=&#34;0 0 24 24&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;2.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;&gt;
&lt;circle cx=&#34;11&#34; cy=&#34;11&#34; r=&#34;8&#34;&gt;&lt;/circle&gt;
&lt;line x1=&#34;21&#34; y1=&#34;21&#34; x2=&#34;16.65&#34; y2=&#34;16.65&#34;&gt;&lt;/line&gt;
&lt;line x1=&#34;11&#34; y1=&#34;8&#34; x2=&#34;11&#34; y2=&#34;14&#34;&gt;&lt;/line&gt;
&lt;line x1=&#34;8&#34; y1=&#34;11&#34; x2=&#34;14&#34; y2=&#34;11&#34;&gt;&lt;/line&gt;
&lt;/svg&gt;
Preview
&lt;/button&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;

&lt;!-- Block 6 --&gt;
&lt;div class=&#34;sci-card&#34; onclick=&#34;openSciModal(1)&#34; role=&#34;button&#34; tabindex=&#34;0&#34; aria-label=&#34;View Visceral Adipose Tissue (vWAT) Inflammation&#34;&gt;
&lt;div class=&#34;sci-card-img-wrapper&#34;&gt;
&lt;img src=&#34;ferroptosis_disufidptosis.jpg&#34; alt=&#34;SLC7A11 Redox Homeostasis, Ferroptosis, and Disulfidptosis in Neurodegenerative Diseases&#34; loading=&#34;lazy&#34; /&gt;
&lt;div class=&#34;sci-card-hover-overlay&#34;&gt;
&lt;span class=&#34;sci-preview-badge&#34;&gt;
&lt;svg width=&#34;15&#34; height=&#34;15&#34; viewBox=&#34;0 0 24 24&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;2.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;&gt;
&lt;circle cx=&#34;11&#34; cy=&#34;11&#34; r=&#34;8&#34;&gt;&lt;/circle&gt;
&lt;line x1=&#34;21&#34; y1=&#34;21&#34; x2=&#34;16.65&#34; y2=&#34;16.65&#34;&gt;&lt;/line&gt;
&lt;line x1=&#34;11&#34; y1=&#34;8&#34; x2=&#34;11&#34; y2=&#34;14&#34;&gt;&lt;/line&gt;
&lt;line x1=&#34;8&#34; y1=&#34;11&#34; x2=&#34;14&#34; y2=&#34;11&#34;&gt;&lt;/line&gt;
&lt;/svg&gt;
Preview
&lt;/span&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&#34;sci-card-body&#34;&gt;
&lt;div class=&#34;sci-card-top-bar&#34;&gt;
&lt;span class=&#34;sci-card-fig-num&#34;&gt;FIG 02&lt;/span&gt;
&lt;span class=&#34;sci-card-date&#34;&gt;Mar 2026&lt;/span&gt;
&lt;/div&gt;
&lt;h3 class=&#34;sci-card-title&#34;&gt;SLC7A11 Redox Homeostasis, Ferroptosis, and Disulfidptosis in Neurodegenerative Diseases&lt;/h3&gt;
&lt;p class=&#34;sci-card-desc&#34;&gt;Schematic overview illustrating how SLC7A11 regulates redox homeostasis and neuronal survival, with its dysregulation driving ferroptosis or disulfidptosis in neurodegenerative diseases.&lt;/p&gt;
&lt;div class=&#34;sci-card-tags-list&#34;&gt;
&lt;span class=&#34;sci-tag-pill&#34;&gt;SLC7A11&lt;/span&gt;
&lt;span class=&#34;sci-tag-pill&#34;&gt;Ferroptosis&lt;/span&gt;
&lt;span class=&#34;sci-tag-pill&#34;&gt;Disulfidptosis&lt;/span&gt;
&lt;/div&gt;
&lt;div class=&#34;sci-card-footer&#34;&gt;
&lt;button class=&#34;sci-preview-btn&#34; onclick=&#34;openSciModal(1); event.stopPropagation();&#34; aria-label=&#34;Preview Visceral Adipose Tissue illustration&#34;&gt;
&lt;svg width=&#34;15&#34; height=&#34;15&#34; viewBox=&#34;0 0 24 24&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;2.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;&gt;
&lt;circle cx=&#34;11&#34; cy=&#34;11&#34; r=&#34;8&#34;&gt;&lt;/circle&gt;
&lt;line x1=&#34;21&#34; y1=&#34;21&#34; x2=&#34;16.65&#34; y2=&#34;16.65&#34;&gt;&lt;/line&gt;
&lt;line x1=&#34;11&#34; y1=&#34;8&#34; x2=&#34;11&#34; y2=&#34;14&#34;&gt;&lt;/line&gt;
&lt;line x1=&#34;8&#34; y1=&#34;11&#34; x2=&#34;14&#34; y2=&#34;11&#34;&gt;&lt;/line&gt;
&lt;/svg&gt;
Preview
&lt;/button&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;

&lt;/div&gt;
&lt;/div&gt;

&lt;!-- Lightbox Modal Popup --&gt;
&lt;div id=&#34;illustrationModal&#34; class=&#34;sci-modal-overlay&#34; role=&#34;dialog&#34; aria-modal=&#34;true&#34; aria-labelledby=&#34;sciModalTitle&#34;&gt;
&lt;div class=&#34;sci-modal-container&#34;&gt;
&lt;button class=&#34;sci-modal-close&#34; onclick=&#34;closeSciModal()&#34; aria-label=&#34;Close modal&#34;&gt;&amp;times;&lt;/button&gt;
&lt;div class=&#34;sci-modal-header&#34;&gt;
&lt;h2 id=&#34;sciModalTitle&#34; class=&#34;sci-modal-title&#34;&gt;&lt;/h2&gt;
&lt;div class=&#34;sci-modal-meta&#34;&gt;
&lt;span id=&#34;sciModalDate&#34; class=&#34;sci-modal-date&#34;&gt;&lt;/span&gt;
&lt;div id=&#34;sciModalTags&#34; class=&#34;sci-modal-tags&#34;&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&#34;sci-modal-body&#34;&gt;
&lt;div class=&#34;sci-modal-img-frame&#34;&gt;
&lt;img id=&#34;sciModalImg&#34; src=&#34;&#34; alt=&#34;Scientific Illustration Preview&#34; /&gt;
&lt;/div&gt;
&lt;p id=&#34;sciModalDesc&#34; class=&#34;sci-modal-desc&#34;&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&#34;sci-modal-footer&#34;&gt;
&lt;a id=&#34;sciModalFullView&#34; href=&#34;#&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34; class=&#34;sci-btn sci-btn-secondary&#34;&gt;
&lt;svg width=&#34;16&#34; height=&#34;16&#34; viewBox=&#34;0 0 24 24&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;2&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;&gt;
&lt;path d=&#34;M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6&#34;&gt;&lt;/path&gt;
&lt;polyline points=&#34;15 3 21 3 21 9&#34;&gt;&lt;/polyline&gt;
&lt;line x1=&#34;10&#34; y1=&#34;14&#34; x2=&#34;21&#34; y2=&#34;3&#34;&gt;&lt;/line&gt;
&lt;/svg&gt;
Full View
&lt;/a&gt;
&lt;a id=&#34;sciModalDownload&#34; href=&#34;#&#34; download class=&#34;sci-btn sci-btn-primary&#34;&gt;
&lt;svg width=&#34;16&#34; height=&#34;16&#34; viewBox=&#34;0 0 24 24&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;2&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;&gt;
&lt;path d=&#34;M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4&#34;&gt;&lt;/path&gt;
&lt;polyline points=&#34;7 10 12 15 17 10&#34;&gt;&lt;/polyline&gt;
&lt;line x1=&#34;12&#34; y1=&#34;15&#34; x2=&#34;12&#34; y2=&#34;3&#34;&gt;&lt;/line&gt;
&lt;/svg&gt;
Download
&lt;/a&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;


&lt;script&gt;
const scientificIllustrations = [
  {
    id: &#34;fig-1&#34;,
    title: &#34;Metabolic Disorders, Autonomic Immune Dysfunction, and Ferroptosis&#34;,
    date: &#34;Sept 2025&#34;,
    tags: [&#34;Ferroptosis&#34;, &#34;Metabolic Disorders&#34;, &#34;Illustrations&#34;],
    image: &#34;featured.png&#34;,
    download: &#34;featured.png&#34;,
    description: &#34;Integrative molecular signaling map illustrating how chronic nutrient overload, visceral white adipose tissue (vWAT) inflammation, and autonomic nerve impairment interact to drive iron-dependent ferroptosis across metabolic organs.&#34;
  },
  {
    id: &#34;fig-2&#34;,
    title: &#34;SLC7A11 Redox Homeostasis, Ferroptosis, and Disulfidptosis in Neurodegenerative Diseases&#34;,
    date: &#34;Aug 2025&#34;,
    tags: [&#34;SLC7A11&#34;, &#34;Ferroptosis&#34;, &#34;Disulfidptosis&#34;],
    image: &#34;ferroptosis_disufidptosis.jpg&#34;,
    download: &#34;ferroptosis_disufidptosis.jpg&#34;,
    description: &#34;Schematic overview illustrating how SLC7A11 regulates redox homeostasis and neuronal survival, with its dysregulation driving ferroptosis or disulfidptosis in neurodegenerative diseases.&#34;
  },
  {
    id: &#34;fig-3&#34;,
    title: &#34;Betanin-Mediated Modulation of miRNA Signaling and Neuroinflammation in Inflammatory Pain&#34;,
    date: &#34;Feb 2026&#34;,
    tags: [&#34;Betanin&#34;, &#34;Pain&#34;, &#34;miRNA&#34;],
    image: &#34;Betanin_proposed_analgesic_mechanism.png&#34;,
    download: &#34;Betanin_proposed_analgesic_mechanism.png&#34;,
    description: &#34;Proposed molecular mechanism illustrating how betanin may attenuate inflammatory pain through modulation of miR-107/GLT-1 and miR-145/Akt signaling, with downstream effects on glutamate accumulation, oxidative stress, and inflammatory cytokines.&#34;
  },
  {
    id: &#34;fig-4&#34;,
    title: &#34;SLC7A11 Redox Homeostasis, Ferroptosis, and Disulfidptosis in Neurodegenerative Diseases&#34;,
    date: &#34;Aug 2025&#34;,
    tags: [&#34;SLC7A11&#34;, &#34;Ferroptosis&#34;, &#34;Disulfidptosis&#34;],
    image: &#34;ferroptosis_disufidptosis.jpg&#34;,
    download: &#34;ferroptosis_disufidptosis.jpg&#34;,
    description: &#34;Schematic overview illustrating how SLC7A11 regulates redox homeostasis and neuronal survival, with its dysregulation driving ferroptosis or disulfidptosis in neurodegenerative diseases.&#34;
  },
  {
    id: &#34;fig-5&#34;,
    title: &#34;SLC7A11 Redox Homeostasis, Ferroptosis, and Disulfidptosis in Neurodegenerative Diseases&#34;,
    date: &#34;Aug 2025&#34;,
    tags: [&#34;SLC7A11&#34;, &#34;Ferroptosis&#34;, &#34;Disulfidptosis&#34;],
    image: &#34;ferroptosis_disufidptosis.jpg&#34;,
    download: &#34;ferroptosis_disufidptosis.jpg&#34;,
    description: &#34;Schematic overview illustrating how SLC7A11 regulates redox homeostasis and neuronal survival, with its dysregulation driving ferroptosis or disulfidptosis in neurodegenerative diseases.&#34;
  },
  {
    id: &#34;fig-6&#34;,
    title: &#34;SLC7A11 Redox Homeostasis, Ferroptosis, and Disulfidptosis in Neurodegenerative Diseases&#34;,
    date: &#34;Aug 2025&#34;,
    tags: [&#34;SLC7A11&#34;, &#34;Ferroptosis&#34;, &#34;Disulfidptosis&#34;],
    image: &#34;ferroptosis_disufidptosis.jpg&#34;,
    download: &#34;ferroptosis_disufidptosis.jpg&#34;,
    description: &#34;Schematic overview illustrating how SLC7A11 regulates redox homeostasis and neuronal survival, with its dysregulation driving ferroptosis or disulfidptosis in neurodegenerative diseases.&#34;
  }
];

function openSciModal(index) {
  const item = scientificIllustrations[index];
  if (!item) return;

  const modalTitle = document.getElementById(&#39;sciModalTitle&#39;);
  const modalDate = document.getElementById(&#39;sciModalDate&#39;);
  const modalTags = document.getElementById(&#39;sciModalTags&#39;);
  const modalImg = document.getElementById(&#39;sciModalImg&#39;);
  const modalDesc = document.getElementById(&#39;sciModalDesc&#39;);
  const fullViewBtn = document.getElementById(&#39;sciModalFullView&#39;);
  const downloadBtn = document.getElementById(&#39;sciModalDownload&#39;);
  const modalOverlay = document.getElementById(&#39;illustrationModal&#39;);

  if (modalTitle) modalTitle.innerText = item.title;
  if (modalDate) modalDate.innerText = item.date || &#39;&#39;;
  if (modalTags) {
    modalTags.innerHTML = (item.tags || []).map(tag =&gt; `&lt;span class=&#34;sci-tag-pill&#34;&gt;${tag}&lt;/span&gt;`).join(&#39;&#39;);
  }

  if (modalImg) {
    modalImg.src = item.image;
    modalImg.alt = item.title;
  }
  if (modalDesc) modalDesc.innerText = item.description || &#39;&#39;;

  if (fullViewBtn) {
    fullViewBtn.href = item.image;
  }
  if (downloadBtn) {
    downloadBtn.href = item.download || item.image;
    downloadBtn.setAttribute(&#39;download&#39;, item.download ? item.download.split(&#39;/&#39;).pop() : item.image.split(&#39;/&#39;).pop());
  }

  if (modalOverlay) {
    modalOverlay.classList.add(&#39;active&#39;);
  }
  document.body.style.overflow = &#39;hidden&#39;;
}

function closeSciModal() {
  const modalOverlay = document.getElementById(&#39;illustrationModal&#39;);
  if (modalOverlay) {
    modalOverlay.classList.remove(&#39;active&#39;);
  }
  document.body.style.overflow = &#39;&#39;;
}

document.addEventListener(&#39;DOMContentLoaded&#39;, function() {
  const modalOverlay = document.getElementById(&#39;illustrationModal&#39;);
  if (modalOverlay) {
    modalOverlay.addEventListener(&#39;click&#39;, function(e) {
      if (e.target === modalOverlay) {
        closeSciModal();
      }
    });
  }
});

document.addEventListener(&#39;keydown&#39;, function(e) {
  if (e.key === &#39;Escape&#39;) {
    closeSciModal();
  }
});
&lt;/script&gt;
</description>
    </item>
    
  </channel>
</rss>
