-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
402 lines (359 loc) · 13.1 KB
/
index.html
File metadata and controls
402 lines (359 loc) · 13.1 KB
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
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<title>Kittinun Leetanaporn — Doctor & Researcher in Proteomics & Bioinformatics</title>
<meta name="description" content="Personal website of Kittinun Leetanaporn, MD — researcher in proteomics, mass spectrometry, and bioinformatics. Includes an R programming textbook in Thai, a proteomics blog, and a clinical survival prediction tool.">
<meta name="author" content="Kittinun Leetanaporn">
<meta name="keywords" content="proteomics, mass spectrometry, bioinformatics, R programming, survival analysis, cervical cancer, HALP score, Bioconductor">
<link rel="canonical" href="https://lkittinun.github.io/">
<!-- Open Graph -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://lkittinun.github.io/">
<meta property="og:title" content="Kittinun Leetanaporn — Doctor & Researcher">
<meta property="og:description" content="Researcher in proteomics, mass spectrometry, and bioinformatics. R programming textbook in Thai, proteomics blog, and a HALP survival model for advanced cervical cancer.">
<meta property="og:locale" content="en_US">
<!-- Twitter Card -->
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Kittinun Leetanaporn — Doctor & Researcher">
<meta name="twitter:description" content="Researcher in proteomics, mass spectrometry, and bioinformatics. R programming textbook in Thai, proteomics blog, and a HALP survival model for advanced cervical cancer.">
<!-- JSON-LD structured data -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Person",
"name": "Kittinun Leetanaporn",
"url": "https://lkittinun.github.io/",
"jobTitle": "Doctor and Researcher",
"knowsAbout": ["Proteomics", "Mass Spectrometry", "Bioinformatics", "R Programming", "Survival Analysis"],
"sameAs": [
"https://scholar.google.com/citations?user=pzrXr54AAAAJ&hl=en",
"https://www.scopus.com/authid/detail.uri?authorId=57194532818"
]
}
</script>
<link rel="icon" type="image/svg+xml" href="data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Crect width='100' height='100' rx='18' fill='%230f1c38'/%3E%3Ctext x='50' y='54' font-family='Arial,sans-serif' font-size='46' font-weight='700' fill='%2393c5fd' text-anchor='middle' dominant-baseline='middle'%3EKL%3C/text%3E%3C/svg%3E">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300&display=swap" rel="stylesheet">
<style>
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
body {
font-family: 'Inter', sans-serif;
background: #f8fafc;
color: #0f172a;
min-height: 100vh;
display: flex;
flex-direction: column;
}
/* ── Header ── */
header {
background: #0f1c38;
padding: 4rem 2rem;
border-bottom: 1px solid #1e3a6e;
}
.hero {
max-width: 860px;
margin: 0 auto;
display: flex;
align-items: center;
gap: 2.5rem;
}
.avatar {
flex-shrink: 0;
width: 88px;
height: 88px;
border-radius: 50%;
background: #162447;
border: 2px solid #2d5fa8;
display: flex;
align-items: center;
justify-content: center;
font-size: 1.5rem;
font-weight: 700;
letter-spacing: 2px;
color: #93c5fd;
}
.hero-info { flex: 1; }
.hero-info h1 {
font-size: clamp(1.5rem, 3.5vw, 2.1rem);
font-weight: 700;
color: #f1f5f9;
letter-spacing: -0.3px;
line-height: 1.1;
}
.hero-role {
margin-top: 0.35rem;
font-size: 0.9rem;
font-weight: 400;
color: #64748b;
letter-spacing: 0.04em;
text-transform: uppercase;
}
.hero-desc {
margin-top: 0.6rem;
font-size: 0.875rem;
font-weight: 300;
color: #94a3b8;
font-style: italic;
line-height: 1.5;
}
.interests {
margin-top: 1rem;
display: flex;
flex-wrap: wrap;
gap: 0.45rem;
}
.tag {
font-size: 0.75rem;
font-weight: 500;
padding: 0.28rem 0.75rem;
border-radius: 4px;
background: #1e3a6e;
color: #93c5fd;
letter-spacing: 0.02em;
}
.links {
margin-top: 1.25rem;
display: flex;
flex-wrap: wrap;
gap: 0.6rem;
}
.links a {
display: inline-flex;
align-items: center;
gap: 0.4rem;
padding: 0.45rem 1rem;
border-radius: 6px;
background: transparent;
color: #93c5fd;
text-decoration: none;
font-size: 0.82rem;
font-weight: 500;
border: 1px solid #2d5fa8;
transition: background 0.2s, border-color 0.2s, color 0.2s;
}
.links a:hover {
background: #1e3a6e;
border-color: #4d8fda;
color: #bfdbfe;
}
.links a svg {
width: 14px;
height: 14px;
flex-shrink: 0;
stroke: currentColor;
fill: none;
stroke-width: 2;
stroke-linecap: round;
stroke-linejoin: round;
}
/* ── Main ── */
main {
flex: 1;
max-width: 860px;
width: 100%;
margin: 0 auto;
padding: 3rem 2rem 2.5rem;
}
.section-label {
font-size: 0.68rem;
font-weight: 600;
letter-spacing: 0.14em;
text-transform: uppercase;
color: #94a3b8;
margin-bottom: 1.25rem;
}
/* ── Cards ── */
.cards {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: 1.25rem;
}
.card {
background: white;
border-radius: 10px;
border: 1px solid #e2e8f0;
padding: 1.75rem;
display: flex;
flex-direction: column;
transition: box-shadow 0.2s ease, transform 0.2s ease;
}
.card:hover {
transform: translateY(-3px);
box-shadow: 0 8px 24px rgba(15, 28, 56, 0.08);
}
.card-header {
display: flex;
align-items: flex-start;
gap: 1rem;
margin-bottom: 0.85rem;
}
.card-icon {
flex-shrink: 0;
width: 38px;
height: 38px;
border-radius: 8px;
display: flex;
align-items: center;
justify-content: center;
}
.card-icon svg {
width: 20px;
height: 20px;
fill: none;
stroke-width: 1.75;
stroke-linecap: round;
stroke-linejoin: round;
}
.card-icon.blue { background: #eff6ff; }
.card-icon.blue svg { stroke: #2563eb; }
.card-icon.teal { background: #f0fdfa; }
.card-icon.teal svg { stroke: #0d9488; }
.card-icon.red { background: #fff1f2; }
.card-icon.red svg { stroke: #dc2626; }
.card-icon.purple { background: #f5f3ff; }
.card-icon.purple svg { stroke: #7c3aed; }
.card h2 {
font-size: 0.975rem;
font-weight: 600;
line-height: 1.35;
color: #0f172a;
align-self: center;
}
.card p {
font-size: 0.85rem;
line-height: 1.7;
color: #64748b;
flex: 1;
margin-bottom: 1.25rem;
}
.card-link {
display: inline-flex;
align-items: center;
gap: 0.35rem;
font-size: 0.82rem;
font-weight: 600;
color: #2563eb;
text-decoration: none;
transition: gap 0.15s;
}
.card-link:hover { gap: 0.6rem; }
.card-link svg {
width: 13px;
height: 13px;
fill: none;
stroke: currentColor;
stroke-width: 2.5;
stroke-linecap: round;
stroke-linejoin: round;
}
/* ── Footer ── */
footer {
text-align: center;
padding: 1.5rem 2rem;
font-size: 0.78rem;
color: #94a3b8;
border-top: 1px solid #e2e8f0;
}
/* ── Responsive ── */
@media (max-width: 580px) {
.hero { flex-direction: column; text-align: center; gap: 1.5rem; }
.interests, .links { justify-content: center; }
}
</style>
</head>
<body>
<header>
<div class="hero">
<div class="avatar">KL</div>
<div class="hero-info">
<h1>Kittinun Leetanaporn</h1>
<p class="hero-role">Doctor & Researcher</p>
<p class="hero-desc">Personal website for my work in proteomics, mass spectrometry, bioinformatics, and teaching.</p>
<div class="interests">
<span class="tag">Proteomics</span>
<span class="tag">Mass Spectrometry</span>
<span class="tag">Bioinformatics</span>
<span class="tag">R Programming</span>
</div>
<div class="links">
<a href="https://github.com/LKittinun" target="_blank">
<svg viewBox="0 0 24 24"><path d="M9 19c-5 1.5-5-2.5-7-3m14 6v-3.87a3.37 3.37 0 0 0-.94-2.61c3.14-.35 6.44-1.54 6.44-7A5.44 5.44 0 0 0 20 4.77 5.07 5.07 0 0 0 19.91 1S18.73.65 16 2.48a13.38 13.38 0 0 0-7 0C6.27.65 5.09 1 5.09 1A5.07 5.07 0 0 0 5 4.77a5.44 5.44 0 0 0-1.5 3.78c0 5.42 3.3 6.61 6.44 7A3.37 3.37 0 0 0 9 18.13V22"/></svg>
GitHub
</a>
<a href="https://scholar.google.com/citations?user=pzrXr54AAAAJ&hl=en" target="_blank">
<svg viewBox="0 0 24 24"><path d="M2 3h6a4 4 0 0 1 4 4v14a3 3 0 0 0-3-3H2z"/><path d="M22 3h-6a4 4 0 0 0-4 4v14a3 3 0 0 1 3-3h7z"/></svg>
Google Scholar
</a>
<a href="https://www.scopus.com/authid/detail.uri?authorId=57194532818" target="_blank">
<svg viewBox="0 0 24 24"><circle cx="11" cy="11" r="8"/><line x1="21" y1="21" x2="16.65" y2="16.65"/></svg>
Scopus
</a>
</div>
</div>
</div>
</header>
<main>
<p class="section-label">Featured content</p>
<section class="cards">
<div class="card">
<div class="card-header">
<div class="card-icon blue">
<svg viewBox="0 0 24 24"><path d="M4 19.5A2.5 2.5 0 0 1 6.5 17H20"/><path d="M6.5 2H20v20H6.5A2.5 2.5 0 0 1 4 19.5v-15A2.5 2.5 0 0 1 6.5 2z"/></svg>
</div>
<h2>A Gentle Introduction to R for Biologists</h2>
</div>
<p>19 chapters covering R fundamentals, data manipulation, visualization, statistical testing, and bioinformatics tools (Bioconductor, limma, edgeR). Written in Thai for biologists with no prior programming experience.</p>
<a class="card-link" href="R_intro/docs/index.html">
Read the book
<svg viewBox="0 0 24 24"><line x1="5" y1="12" x2="19" y2="12"/><polyline points="12 5 19 12 12 19"/></svg>
</a>
</div>
<div class="card">
<div class="card-header">
<div class="card-icon teal">
<svg viewBox="0 0 24 24"><path d="M9 3h6"/><path d="M10 3v6l-4 9a1 1 0 0 0 .9 1.45h10.2A1 1 0 0 0 18 18l-4-9V3"/></svg>
</div>
<h2>Proteomics Blog</h2>
</div>
<p>Ideas, experiences, and knowledge in proteomics — whatever I'm exploring, working on, or feel like writing about.</p>
<a class="card-link" href="Proteomics-blog/blog/index.html">
Visit the blog
<svg viewBox="0 0 24 24"><line x1="5" y1="12" x2="19" y2="12"/><polyline points="12 5 19 12 12 19"/></svg>
</a>
</div>
<div class="card">
<div class="card-header">
<div class="card-icon red">
<svg viewBox="0 0 24 24"><polyline points="22 12 18 12 15 21 9 3 6 12 2 12"/></svg>
</div>
<h2>HALP Survival Model</h2>
</div>
<p>Interactive survival prediction tool for advanced cervical cancer. Estimates recurrence-free and overall survival based on HALP score, stage, treatment modality, and histology using pre-trained Cox models.</p>
<a class="card-link" href="https://lkittinun.shinyapps.io/halp_survival_model/" target="_blank">
Open the app
<svg viewBox="0 0 24 24"><line x1="5" y1="12" x2="19" y2="12"/><polyline points="12 5 19 12 12 19"/></svg>
</a>
</div>
<div class="card">
<div class="card-header">
<div class="card-icon purple">
<svg viewBox="0 0 24 24"><path d="M9 19c-5 1.5-5-2.5-7-3m14 6v-3.87a3.37 3.37 0 0 0-.94-2.61c3.14-.35 6.44-1.54 6.44-7A5.44 5.44 0 0 0 20 4.77 5.07 5.07 0 0 0 19.91 1S18.73.65 16 2.48a13.38 13.38 0 0 0-7 0C6.27.65 5.09 1 5.09 1A5.07 5.07 0 0 0 5 4.77a5.44 5.44 0 0 0-1.5 3.78c0 5.42 3.3 6.61 6.44 7A3.37 3.37 0 0 0 9 18.13V22"/></svg>
</div>
<h2>MSOmicsDesign</h2>
</div>
<p>R package for designing mass spectrometry-based omics experiments. Supports plate design with block randomization and QC placement, and DIA window design with fixed, variable, or gas-phase fractionation isolation windows.</p>
<a class="card-link" href="https://github.com/LKittinun/MSOmicsDesign" target="_blank">
View on GitHub
<svg viewBox="0 0 24 24"><line x1="5" y1="12" x2="19" y2="12"/><polyline points="12 5 19 12 12 19"/></svg>
</a>
</div>
</section>
</main>
<footer>
© 2026 Kittinun Leetanaporn. All rights reserved.
</footer>
</body>
</html>