Skip to content

Commit c6e7351

Browse files
authored
Update about.md
1 parent a8615e1 commit c6e7351

File tree

1 file changed

+55
-73
lines changed

1 file changed

+55
-73
lines changed

_pages/about.md

Lines changed: 55 additions & 73 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ redirect_from:
1212
.page-header {
1313
text-align: center;
1414
margin-bottom: 40px;
15+
padding-bottom: 20px;
16+
border-bottom: 1px solid #f0f0f0;
1517
}
1618

1719
.page-header h1 {
@@ -21,34 +23,29 @@ redirect_from:
2123
margin: 0;
2224
}
2325

24-
.tagline {
25-
font-size: 1.1em;
26-
color: #666;
27-
margin-top: 10px;
28-
}
29-
3026
.section {
3127
margin-bottom: 40px;
3228
}
3329

34-
.section h2 {
30+
.section-heading {
3531
padding-bottom: 10px;
36-
border-bottom: 1px solid #eaeaea;
32+
border-bottom: 1px solid #e0e0e0;
3733
margin-bottom: 20px;
34+
color: #333;
3835
}
3936

40-
.highlight-box {
41-
background-color: #f9f9f9;
42-
padding: 20px;
43-
border-radius: 8px;
44-
border: 1px solid #e0e0e0;
37+
.highlight-text {
38+
font-size: 1.1em;
39+
color: #333;
40+
padding: 20px 0 20px 20px;
41+
border-left: 2px solid #e0e0e0;
4542
margin: 25px 0;
4643
}
4744

4845
.research-grid {
4946
display: grid;
5047
grid-template-columns: repeat(3, 1fr);
51-
gap: 25px;
48+
gap: 30px;
5249
margin: 25px 0;
5350
}
5451

@@ -58,101 +55,88 @@ redirect_from:
5855
}
5956
}
6057

61-
.research-item {
62-
background-color: #f9f9f9;
63-
padding: 20px;
64-
border-radius: 8px;
65-
border: 1px solid #e0e0e0;
66-
}
67-
6858
.research-item h3 {
6959
margin-top: 0;
7060
color: #333;
61+
margin-bottom: 10px;
7162
}
7263

73-
.innovation-list {
74-
list-style-type: none;
75-
padding-left: 0;
64+
.innovation-item {
65+
margin-bottom: 20px;
66+
padding-bottom: 20px;
67+
border-bottom: 1px solid #f0f0f0;
7668
}
7769

78-
.innovation-list li {
79-
background-color: #f9f9f9;
80-
padding: 15px;
81-
margin-bottom: 15px;
82-
border-radius: 8px;
83-
border: 1px solid #e0e0e0;
70+
.innovation-item:last-child {
71+
border-bottom: none;
8472
}
8573

8674
.innovation-title {
8775
font-weight: 600;
8876
margin-bottom: 5px;
8977
display: block;
78+
color: #222;
9079
}
9180

9281
.affiliations-list {
93-
display: grid;
94-
grid-template-columns: repeat(2, 1fr);
95-
gap: 10px;
82+
list-style-type: none;
83+
padding-left: 0;
9684
margin: 20px 0;
9785
}
9886

99-
@media (max-width: 768px) {
100-
.affiliations-list {
101-
grid-template-columns: 1fr;
102-
}
87+
.affiliations-list li {
88+
padding: 8px 0;
89+
border-bottom: 1px solid #f0f0f0;
10390
}
10491

105-
.affiliations-list li {
106-
background-color: #f9f9f9;
107-
padding: 10px 15px;
108-
border-radius: 4px;
109-
border: 1px solid #e0e0e0;
92+
.affiliations-list li:last-child {
93+
border-bottom: none;
11094
}
11195

11296
.cta-buttons {
11397
text-align: center;
114-
margin-top: 40px;
115-
margin-bottom: 20px;
98+
margin-top: 50px;
99+
margin-bottom: 30px;
100+
padding-top: 30px;
101+
border-top: 1px solid #f0f0f0;
116102
}
117103

118104
.cta-button {
119105
display: inline-block;
120106
padding: 10px 20px;
121-
background-color: #f5f5f5;
107+
border: 1px solid #e0e0e0;
108+
border-radius: 4px;
122109
color: #333;
123110
text-decoration: none;
124-
border-radius: 4px;
125111
margin: 0 10px 10px 0;
126-
border: 1px solid #e0e0e0;
127-
transition: background-color 0.2s;
112+
font-weight: 500;
128113
}
129114

130115
.cta-button:hover {
131-
background-color: #eaeaea;
116+
background-color: #fcfcfc;
132117
}
133118
</style>
134119

135120
<div class="page-header">
136121
<h1>Understanding Aging through Computational Biology</h1>
137-
<div class="tagline">Developing methods to quantify, understand, and prevent age-related decline</div>
138122
</div>
139123

140124
<div class="section">
141-
<h2>Welcome to SinhaLab</h2>
125+
<h2 class="section-heading">Welcome to SinhaLab</h2>
142126
<p>We build computational methods to better understand the fundamental process of aging and develop strategies to prevent age-related decline.</p>
143127

144-
<div class="highlight-box">
128+
<div class="highlight-text">
145129
Our lab pioneered new computational approaches that can characterize tissue aging using routine clinical data, offering unprecedented insights into the biological mechanisms of aging.
146130
</div>
147131
</div>
148132

149133
<div class="section">
150-
<h2>Our Mission</h2>
134+
<h2 class="section-heading">Our Mission</h2>
151135
<p>At SinhaLab, our central goal is to understand the fundamental process of aging using big data and advanced machine learning approaches. We leverage multiple data types from image to multi-omics to electronic health records to develop a comprehensive view of tissue aging.</p>
152136
</div>
153137

154138
<div class="section">
155-
<h2>Research Focus</h2>
139+
<h2 class="section-heading">Research Focus</h2>
156140
<p>Our current research focuses on three key areas:</p>
157141

158142
<div class="research-grid">
@@ -174,35 +158,33 @@ redirect_from:
174158
</div>
175159

176160
<div class="section">
177-
<h2>Our Innovations</h2>
161+
<h2 class="section-heading">Our Innovations</h2>
178162

179-
<ul class="innovation-list">
180-
<li>
181-
<span class="innovation-title">ecPath</span>
182-
<p>We demonstrated for the first time that extrachromosomal DNA (ecDNA) can be detected from histopathology images using a multimodal deep learning approach that integrates both images and gene expression data.</p>
183-
</li>
184-
185-
<li>
186-
<span class="innovation-title">PERCEPTION</span>
187-
<p>The first computational framework to guide personalized cancer treatment selection using single-cell RNA sequencing for kinase-targeted therapies.</p>
188-
</li>
189-
190-
<li>
191-
<span class="innovation-title">DeepTarget</span>
192-
<p>A method to identify direct and indirect targets of cancer drugs that drive their in vitro killing efficacy, providing insights into drug mechanisms of action.</p>
193-
</li>
194-
</ul>
163+
<div class="innovation-item">
164+
<span class="innovation-title">ecPath</span>
165+
<p>We demonstrated for the first time that extrachromosomal DNA (ecDNA) can be detected from histopathology images using a multimodal deep learning approach that integrates both images and gene expression data.</p>
166+
</div>
167+
168+
<div class="innovation-item">
169+
<span class="innovation-title">PERCEPTION</span>
170+
<p>The first computational framework to guide personalized cancer treatment selection using single-cell RNA sequencing for kinase-targeted therapies.</p>
171+
</div>
172+
173+
<div class="innovation-item">
174+
<span class="innovation-title">DeepTarget</span>
175+
<p>A method to identify direct and indirect targets of cancer drugs that drive their in vitro killing efficacy, providing insights into drug mechanisms of action.</p>
176+
</div>
195177

196178
<p>Our interdisciplinary approach combines computational biology, machine learning, and biomedical imaging to address complex questions about aging that weren't accessible through traditional methods.</p>
197179
</div>
198180

199181
<div class="section">
200-
<h2>Our Team</h2>
182+
<h2 class="section-heading">Our Team</h2>
201183
<p>We are a diverse team with expertise spanning machine learning, bioengineering, computer vision, and omics analysis. <a href="/team/">Meet our full team →</a></p>
202184
</div>
203185

204186
<div class="section">
205-
<h2>Lab Affiliations</h2>
187+
<h2 class="section-heading">Lab Affiliations</h2>
206188

207189
<ul class="affiliations-list">
208190
<li>Primary Member, Cancer Metabolism and Microenvironment Program</li>

0 commit comments

Comments
 (0)