-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex2.html
201 lines (171 loc) · 4.69 KB
/
index2.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Computational Cancer Biology & Epigenomics Lab</title>
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&family=Lato:wght@400;700&display=swap" rel="stylesheet">
<style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: 'Lato', sans-serif;
line-height: 1.6;
background-color: #f9f9f9;
color: #333;
}
h1, h2, h3 {
font-family: 'Poppins', sans-serif;
color: #0056b3;
}
header {
background-color: #003366;
color: #fff;
padding: 1rem;
position: sticky;
top: 0;
z-index: 1000;
}
nav {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
nav a {
color: white;
text-decoration: none;
margin: 0.5rem;
}
section {
padding: 2rem;
max-width: 1000px;
margin: auto;
}
.hero {
background: url('https://compepigen.github.io/images/lab.jpg') center/cover no-repeat;
height: 50vh;
display: flex;
align-items: center;
justify-content: center;
color: white;
text-align: center;
}
.hero h1 {
background-color: rgba(0, 0, 0, 0.6);
padding: 1rem;
border-radius: 8px;
}
.card-grid {
display: grid;
gap: 1rem;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}
.card {
background-color: white;
padding: 1rem;
border-radius: 12px;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.separator {
text-align: center;
margin: 40px 0;
}
.separator::before {
content: '❧ ❧ ❧';
font-size: 1.5em;
color: #bbb;
}
footer {
background-color: #003366;
color: white;
text-align: center;
padding: 1rem;
margin-top: 2rem;
}
@media (max-width: 600px) {
.hero h1 {
font-size: 1.5rem;
}
}
</style>
</head>
<body>
<header>
<nav>
<div><strong>Compepigen Lab</strong></div>
<div>
<a href="#research">Research</a>
<a href="#team">Team</a>
<a href="#software">Software</a>
<a href="#publications">Publications</a>
<a href="#positions">Positions</a>
<a href="#contact">Contact</a>
</div>
</nav>
</header>
<div class="hero">
<h1>Computational Cancer Biology & Epigenomics</h1>
</div>
<section id="research">
<h2>Research Focus</h2>
<div class="card-grid">
<div class="card">Methylome Deconvolution</div>
<div class="card">Cancer Cell-of-Origin Inference</div>
<div class="card">Single-Cell and Spatial Epigenomics</div>
<div class="card">Oncohistone Malignancies</div>
</div>
</section>
<div class="separator"></div>
<section id="team">
<h2>Our Team</h2>
<ul>
<li>Pavlo Lutsik – Principal Investigator</li>
<li>Sergii Mamedov – PhD Student</li>
<li>Shih-Ting Chiu – PhD Student</li>
<li>Yichen Meng – PhD Student</li>
<li>Sheng-Yang Hsiao – PhD Student</li>
<li>Florian Gruber – Collaborator</li>
</ul>
</section>
<div class="separator"></div>
<section id="software">
<h2>Software Tools</h2>
<div class="card-grid">
<div class="card">MeDeCom</div>
<div class="card">MethylBERT</div>
<div class="card">RnBeads</div>
<div class="card">methrix</div>
<div class="card">AmpliconDesign</div>
<div class="card">scMAUI</div>
<div class="card">epiCHAOS</div>
<div class="card">workflUX</div>
<div class="card">figeno</div>
</div>
</section>
<div class="separator"></div>
<section id="publications">
<h2>Publications</h2>
<ul>
<li><a href="https://pubmed.ncbi.nlm.nih.gov/" target="_blank">PubMed</a></li>
<li><a href="https://scholar.google.com/" target="_blank">Google Scholar</a></li>
<li><a href="https://lirias.kuleuven.be/" target="_blank">KU Leuven Lirias</a></li>
</ul>
</section>
<div class="separator"></div>
<section id="positions">
<h2>Open Positions</h2>
<p>PhD Student in Single-Cell Multiomics of Skeletal Stem Cells – <a href="mailto:[email protected]">Apply via email</a></p>
</section>
<div class="separator"></div>
<section id="contact">
<h2>Contact</h2>
<p>Department of Oncology<br />KU Leuven<br />Herestraat 49<br />3001 Leuven<br />Email: [email protected]</p>
</section>
<footer>
<p>Affiliated with KU Leuven and German Cancer Research Center (DKFZ)</p>
</footer>
</body>
</html>