You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _pages/about.md
+55-73Lines changed: 55 additions & 73 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,8 @@ redirect_from:
12
12
.page-header {
13
13
text-align: center;
14
14
margin-bottom: 40px;
15
+
padding-bottom: 20px;
16
+
border-bottom: 1pxsolid#f0f0f0;
15
17
}
16
18
17
19
.page-headerh1 {
@@ -21,34 +23,29 @@ redirect_from:
21
23
margin: 0;
22
24
}
23
25
24
-
.tagline {
25
-
font-size: 1.1em;
26
-
color: #666;
27
-
margin-top: 10px;
28
-
}
29
-
30
26
.section {
31
27
margin-bottom: 40px;
32
28
}
33
29
34
-
.sectionh2 {
30
+
.section-heading {
35
31
padding-bottom: 10px;
36
-
border-bottom: 1pxsolid#eaeaea;
32
+
border-bottom: 1pxsolid#e0e0e0;
37
33
margin-bottom: 20px;
34
+
color: #333;
38
35
}
39
36
40
-
.highlight-box {
41
-
background-color: #f9f9f9;
42
-
padding: 20px;
43
-
border-radius: 8px;
44
-
border: 1pxsolid#e0e0e0;
37
+
.highlight-text {
38
+
font-size: 1.1em;
39
+
color: #333;
40
+
padding: 20px020px20px;
41
+
border-left: 2pxsolid#e0e0e0;
45
42
margin: 25px0;
46
43
}
47
44
48
45
.research-grid {
49
46
display: grid;
50
47
grid-template-columns: repeat(3, 1fr);
51
-
gap: 25px;
48
+
gap: 30px;
52
49
margin: 25px0;
53
50
}
54
51
@@ -58,101 +55,88 @@ redirect_from:
58
55
}
59
56
}
60
57
61
-
.research-item {
62
-
background-color: #f9f9f9;
63
-
padding: 20px;
64
-
border-radius: 8px;
65
-
border: 1pxsolid#e0e0e0;
66
-
}
67
-
68
58
.research-itemh3 {
69
59
margin-top: 0;
70
60
color: #333;
61
+
margin-bottom: 10px;
71
62
}
72
63
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: 1pxsolid#f0f0f0;
76
68
}
77
69
78
-
.innovation-listli {
79
-
background-color: #f9f9f9;
80
-
padding: 15px;
81
-
margin-bottom: 15px;
82
-
border-radius: 8px;
83
-
border: 1pxsolid#e0e0e0;
70
+
.innovation-item:last-child {
71
+
border-bottom: none;
84
72
}
85
73
86
74
.innovation-title {
87
75
font-weight: 600;
88
76
margin-bottom: 5px;
89
77
display: block;
78
+
color: #222;
90
79
}
91
80
92
81
.affiliations-list {
93
-
display: grid;
94
-
grid-template-columns: repeat(2, 1fr);
95
-
gap: 10px;
82
+
list-style-type: none;
83
+
padding-left: 0;
96
84
margin: 20px0;
97
85
}
98
86
99
-
@media (max-width: 768px) {
100
-
.affiliations-list {
101
-
grid-template-columns: 1fr;
102
-
}
87
+
.affiliations-listli {
88
+
padding: 8px0;
89
+
border-bottom: 1pxsolid#f0f0f0;
103
90
}
104
91
105
-
.affiliations-listli {
106
-
background-color: #f9f9f9;
107
-
padding: 10px15px;
108
-
border-radius: 4px;
109
-
border: 1pxsolid#e0e0e0;
92
+
.affiliations-listli:last-child {
93
+
border-bottom: none;
110
94
}
111
95
112
96
.cta-buttons {
113
97
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: 1pxsolid#f0f0f0;
116
102
}
117
103
118
104
.cta-button {
119
105
display: inline-block;
120
106
padding: 10px20px;
121
-
background-color: #f5f5f5;
107
+
border: 1pxsolid#e0e0e0;
108
+
border-radius: 4px;
122
109
color: #333;
123
110
text-decoration: none;
124
-
border-radius: 4px;
125
111
margin: 010px10px0;
126
-
border: 1pxsolid#e0e0e0;
127
-
transition: background-color 0.2s;
112
+
font-weight: 500;
128
113
}
129
114
130
115
.cta-button:hover {
131
-
background-color: #eaeaea;
116
+
background-color: #fcfcfc;
132
117
}
133
118
</style>
134
119
135
120
<divclass="page-header">
136
121
<h1>Understanding Aging through Computational Biology</h1>
137
-
<divclass="tagline">Developing methods to quantify, understand, and prevent age-related decline</div>
138
122
</div>
139
123
140
124
<divclass="section">
141
-
<h2>Welcome to SinhaLab</h2>
125
+
<h2class="section-heading">Welcome to SinhaLab</h2>
142
126
<p>We build computational methods to better understand the fundamental process of aging and develop strategies to prevent age-related decline.</p>
143
127
144
-
<divclass="highlight-box">
128
+
<divclass="highlight-text">
145
129
Our lab pioneered new computational approaches that can characterize tissue aging using routine clinical data, offering unprecedented insights into the biological mechanisms of aging.
146
130
</div>
147
131
</div>
148
132
149
133
<divclass="section">
150
-
<h2>Our Mission</h2>
134
+
<h2class="section-heading">Our Mission</h2>
151
135
<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>
152
136
</div>
153
137
154
138
<divclass="section">
155
-
<h2>Research Focus</h2>
139
+
<h2class="section-heading">Research Focus</h2>
156
140
<p>Our current research focuses on three key areas:</p>
157
141
158
142
<divclass="research-grid">
@@ -174,35 +158,33 @@ redirect_from:
174
158
</div>
175
159
176
160
<divclass="section">
177
-
<h2>Our Innovations</h2>
161
+
<h2class="section-heading">Our Innovations</h2>
178
162
179
-
<ulclass="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
+
<divclass="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
+
<divclass="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
+
<divclass="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>
195
177
196
178
<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>
197
179
</div>
198
180
199
181
<divclass="section">
200
-
<h2>Our Team</h2>
182
+
<h2class="section-heading">Our Team</h2>
201
183
<p>We are a diverse team with expertise spanning machine learning, bioengineering, computer vision, and omics analysis. <ahref="/team/">Meet our full team →</a></p>
202
184
</div>
203
185
204
186
<divclass="section">
205
-
<h2>Lab Affiliations</h2>
187
+
<h2class="section-heading">Lab Affiliations</h2>
206
188
207
189
<ulclass="affiliations-list">
208
190
<li>Primary Member, Cancer Metabolism and Microenvironment Program</li>
0 commit comments