Skip to content

Commit e332c00

Browse files
guralbrianclaude
andcommitted
Fix main element overflow and update article images
- Add CSS to prevent main.main element from cutting off content - Set overflow: visible \!important - Ensure 100% width to prevent clipping - Remove Physical Confinement research article from portfolio - Update article images with new specific images: - Neural Economics: brainpost-neuralEconomics.jpg - Phagocytic APC: research-phagocyticAPC.jpg - Skeletal Muscle: research-skeletalObese.jpg - Breast Cancer: research-breastCancer.jpg - ASBT Inhibitor: Added new image file 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 10b7413 commit e332c00

7 files changed

Lines changed: 11 additions & 12 deletions

File tree

assets/css/custom.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,13 @@ html {
101101
scroll-behavior: smooth;
102102
}
103103

104+
/* Prevent main element from cutting off content */
105+
.main {
106+
overflow: visible !important;
107+
width: 100%;
108+
max-width: 100%;
109+
}
110+
104111
body {
105112
font-family: var(--font-family);
106113
background-color: var(--background-color);

data/portfolio.yaml

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ items:
7171
category: journalism
7272
date: 2023-08-15
7373
description: "How much of your body's energy does your brain use? The average adult brain consumes about 20% of our total energy, revealing fascinating insights into the metabolic demands of cognition."
74-
image: "/images/DNA.webp"
74+
image: "/images/brainpost-neuralEconomics.jpg"
7575
link: "https://www.brainpost.co/search?q=rachel%20sharp"
7676
publication: "BrainPost"
7777

@@ -113,34 +113,26 @@ items:
113113
category: articles
114114
date: 2022-11-15
115115
description: "Single-cell RNA sequencing of human lung phagocytes reveals that protective antifungal responses against Cryptococcus involve metabolic shifts to fatty acid metabolism and enhanced TNF-α signaling across multiple immune cell clusters."
116-
image: "/images/neurons.jpg"
116+
image: "/images/research-phagocyticAPC.jpg"
117117
link: "https://www.frontiersin.org/journals/immunology/articles/10.3389/fimmu.2022.1054477/full"
118118
publication: "Frontiers in Immunology"
119119

120120
- title: "Short-Term Adaptations in Skeletal Muscle Mitochondrial Oxidative Capacity and Metabolic Pathways to Breaking up Sedentary Behaviors"
121121
category: articles
122122
date: 2022-01-22
123123
description: "Breaking up sedentary behavior with frequent short bouts of physical activity triggers molecular adaptations favoring oxidative capacity in skeletal muscle, though mitochondrial function improvements require longer interventions."
124-
image: "/images/research-banner.jpg"
124+
image: "/images/research-skeletalObese.jpg"
125125
link: "https://www.mdpi.com/2072-6643/14/3/454"
126126
publication: "Nutrients"
127127

128128
- title: "Breast Cancer Endocrine Therapy Promotes Weight Gain With Distinct Adipose Tissue Effects in Lean and Obese Female Mice"
129129
category: articles
130130
date: 2021-11-01
131131
description: "Endocrine therapies for breast cancer disrupt adipocyte progenitors and promote adipocyte hypertrophy, particularly in obesity, leading to hepatic steatosis and glucose intolerance that may explain increased diabetes risk in patients."
132-
image: "/images/research-banner.jpg"
132+
image: "/images/research-breastCancer.jpg"
133133
link: "https://academic.oup.com/endo/article/162/11/bqab174/6354857"
134134
publication: "Endocrinology"
135135

136-
- title: "Physical Confinement Induces Diverse Transcriptomic Changes and Chemoresistance in Migrating Glioblastoma Cells"
137-
category: articles
138-
date: 2021-07-05
139-
description: "Glioblastoma cells migrating through physically confined spaces show altered gene expression in cholesterol biosynthesis and cell cycle pathways, revealing mechanical stress as a novel mechanism for chemotherapy resistance."
140-
image: "/images/neurons.jpg"
141-
link: "https://pmc.ncbi.nlm.nih.gov/articles/PMC8255428/"
142-
publication: "Neuro-Oncology Advances"
143-
144136
- title: "Combined ASBT Inhibitor and FGF15 Treatment Improves Therapeutic Efficacy in Experimental Nonalcoholic Steatohepatitis"
145137
category: articles
146138
date: 2021-05-07
125 KB
Loading
20.8 KB
Loading
224 KB
Loading
368 KB
Loading
228 KB
Loading

0 commit comments

Comments
 (0)