-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
227 lines (217 loc) · 9.69 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="author" content="Ryan D. Najac" />
<meta name="robots" content="index, follow" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<!-- Meta Description: This is important for search engine results -->
<meta
name="description"
content="The Palomero Lab at Columbia University Medical Center is a basic/translational research group investigating the molecular genetics and biology of T-cell malignancies, including T-cell acute lymphoblastic leukemia (T-ALL) and Peripheral T-cell lymphomas (PTCL)."
/>
<!-- Meta Keywords: Use a list of relevant keywords for your site -->
<meta
name="keywords"
content="Palomero Lab, T-cell lymphoma, T-ALL, PTCL, cancer research, molecular genetics, T-cell malignancies, Columbia University, cancer biology"
/>
<title>Palomero Lab</title>
<!-- Canonical Tag: Ensures the page is treated as the main version in case of duplicates -->
<link rel="canonical" href="http://www.palomerolab.org/" />
<!-- Favicon: The icon that appears in the browser tab -->
<link rel="icon" type="image/x-icon" href="assets/favicon.png" />
<!-- Open Graph Meta Tags (for social media and search previews) -->
<meta property="og:title" content="Palomero Lab" />
<meta
property="og:description"
content="The Palomero Lab at Columbia University Medical Center investigates T-cell malignancies, including T-ALL and PTCL."
/>
<meta property="og:image" content="https://www.palomerolab.org/assets/photos/TeresaPalomero.jpg" />
<meta property="og:image:alt" content="Dr. Teresa Palomero" />
<meta property="og:url" content="http://www.palomerolab.org/" />
<meta property="og:type" content="website" />
<!-- Twitter Card Meta Tags (for Twitter previews) -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Palomero Lab" />
<meta
name="twitter:description"
content="The Palomero Lab at Columbia University Medical Center investigates T-cell malignancies, including T-ALL and PTCL."
/>
<meta name="twitter:image" content="https://www.palomerolab.org/assets/photos/TeresaPalomero.jpg" />
<!-- Stylesheets -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@latest/font/bootstrap-icons.css" />
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/styles.min.css" rel="stylesheet" />
<link href="assets/css/styles.css" rel="stylesheet" />
</head>
<body id="page-top">
<!-- Navbar -->
<nav class="navbar navbar-expand-lg navbar-dark bg-dark fixed-top" id="mainNav">
<div class="container mx-auto">
<a class="navbar-brand" href="#page-top">Palomero Lab</a>
<button
class="navbar-toggler"
type="button"
data-bs-toggle="collapse"
data-bs-target="#navbarResponsive"
aria-controls="navbarResponsive"
aria-expanded="false"
aria-label="Toggle navigation"
>
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav ms-auto">
<li class="nav-item"><a class="nav-link" href="#about">About</a></li>
<li class="nav-item"><a class="nav-link" href="#people">People</a></li>
<li class="nav-item"><a class="nav-link" href="#publications">Publications</a></li>
<li class="nav-item"><a class="nav-link" href="#contact">Contact</a></li>
<li class="nav-item"><a class="nav-link" href="https://palomerolab.github.io/how-to/">How-To</a></li>
</ul>
</div>
</div>
</nav>
<header class="intro-banner text-white">
<div class="container text-center">
<h1 class="display-3">Palomero Lab</h1>
<p class="lead">T-cell malignancies molecular genetics group</p>
</div>
</header>
<!-- Section: About -->
<section id="about" class="py-5">
<div class="container mx-auto">
<div class="row">
<div class="col-lg-10 mx-auto">
<!-- Injected About Content -->
<div id="about-content"></div>
</div>
</div>
</div>
</section>
<!-- Section: People -->
<section id="people" class="bg-light py-5">
<div class="container mx-auto">
<div class="col-lg-10 mx-auto">
<h2>Meet the Palomero Team</h2>
<br />
<!-- Teresea Card -->
<div class="row">
<div class="card mx-2">
<div class="row">
<div class="col-auto">
<img src="assets/photos/TeresaPalomero.jpg" class="card-img-top" alt="Dr. Teresa Palomero" />
</div>
<div class="col">
<div class="card-body">
<!-- Injected Bio -->
<p class="card-text" id="teresa-bio"></p>
</div>
</div>
</div>
</div>
<br />
</div>
<br />
<div id="dynamic-people-section"></div>
</div>
</div>
</section>
<!-- Section: Publications -->
<section id="publications" class="py-5">
<div class="container mx-auto">
<div class="row">
<div class="col-lg-10 mx-auto">
<h2>Recent Publications</h2>
<p>
For a complete list of publications, please visit
<a href="https://pubmed.ncbi.nlm.nih.gov/?term=Palomero+T%5BAuthor%5D" target="_blank">PubMed</a>
</p>
<div id="publications-section"></div>
</div>
</div>
</div>
</section>
<!-- Section: Contact -->
<section id="contact" class="py-5">
<div class="container mx-auto">
<div class="col-lg-10 mx-auto">
<h2>Contact Us</h2>
<div class="row">
<!-- Contact Info Column -->
<div class="col-lg-6">
<p>
Our laboratory is on the 6th floor of the Irving Cancer Research Center building, located between 166th and
167th streets on Saint Nicholas Ave., just across from the NYP Adult Emergency main entrance. Subway lines
<span class="mta-bullet mta-1">1</span> or
<span class="mta-bullet mta-a">A</span>
<span class="mta-bullet mta-c">C</span> to the 168th Street Station.
</p>
<br />
<address>
Irving Cancer Research Center<br />
Columbia University Irving Medical Center<br />
1130 Saint Nicholas Ave, Room 607<br />
New York, NY 10032<br /><br />
<abbr title="Phone">Phone:</abbr> (212) 851-5292 <br />
</address>
</div>
<!-- Map Column -->
<div class="col-lg-6">
<iframe
src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3018.4632594540813!2d-73.94211612396799!3d40.83975177137466!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89c2f7b5f2647ccb%3A0x4a04307b8fce7890!2sColumbia%20University%20Irving%20Cancer%20Research%20Center!5e0!3m2!1sen!2sus!4v1726247054753!5m2!1sen!2sus"
width="100%"
height="300"
style="border: 0"
allowfullscreen=""
loading="lazy"
referrerpolicy="no-referrer-when-downgrade"
></iframe>
</div>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer class="py-5 bg-dark">
<div class="container mx-auto">
<div class="row">
<div class="col-sm-6 text-white text-center">
<a href="https://www.columbia.edu/" target="_blank">
<img src="assets/CU_logo_bg-dark.png" width="80%" alt="Columbia University Logo" />
</a>
</div>
<div class="col-sm-6 text-white text-right">
<a href="https://www.pathology.columbia.edu/profile/teresa-m-palomero-phd" class="footer-link"
><strong>Teresa Palomero, PhD</strong></a
><br />
Professor of
<a href="https://www.pathology.columbia.edu" class="footer-link">Pathology & Cell Biology</a><br />
at the
<a href="https://www.vagelos.columbia.edu/departments-centers/institute-cancer-genetics" class="footer-link"
>Institute for Cancer Genetics</a
><br />
of
<a href="https://www.cuimc.columbia.edu" class="footer-link">Columbia University Irving Medical Center</a><br />
</div>
</div>
<div class="row pt-5 pb-0 mb-0">
<div class="mx-auto text-white text-center">
<small>
Created and maintained by
<a href="http://www.rdnajac.tech" target="_blank" class="footer-link">Ryan D. Najac</a>
· © 2024 Teresa Palomero
</small>
</div>
</div>
</div>
</footer>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/scripts.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/marked.min.js"></script>
<script src="https://cdn.jsdelivr.net/gh/rdnajac/js/pubmed.js"></script>
<script src="assets/js/scripts.js"></script>
<script>
initializePubMedSection("Teresa Palomero", "publications-section");
</script>
<!-- TODO: Generate publication list for each lab member -->
</body>
</html>