-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexperience.html
More file actions
72 lines (66 loc) · 3 KB
/
Copy pathexperience.html
File metadata and controls
72 lines (66 loc) · 3 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Experience | Juno Li</title>
<meta name="description" content="Work experience and research background of Juno Li — postdoctoral researcher, data engineer, quantitative developer." />
<meta name="author" content="Juno Li" />
<meta name="robots" content="index, follow" />
<link rel="canonical" href="https://jun01ee.github.io/experience.html" />
<link rel="icon" href="images/icon.jpg" type="image/png" />
<link rel="stylesheet" href="assets/css/fontawesome-all.min.css" />
<link rel="stylesheet" href="assets/css/main.css" />
</head>
<body class="page-experience">
<a class="skip-link" href="#main">Skip to content</a>
<header class="site-header" aria-label="Primary navigation">
<div class="site-header__inner">
<a class="brand" href="index.html" aria-label="Juno Li home">Juno Li</a>
<nav class="site-nav" aria-label="Site sections">
<a href="projects.html">Projects</a>
<a href="experience.html" aria-current="page">Experience</a>
<a href="contact.html">Contact</a>
<a href="interests.html">Interests</a>
</nav>
</div>
</header>
<main id="main">
<section class="page-header section-band" aria-labelledby="experience-page-title">
<div class="section-inner">
<h1 id="experience-page-title">Experience</h1>
<p class="page-header__summary">Targeting roles in Data Science, Data Engineering, ML & Analytics, and Business Intelligence — bringing a PhD-trained background in quantitative modelling, reproducible pipelines, and applied research software.</p>
<p class="page-header__cv-note">
<span class="icon fas fa-file-download" aria-hidden="true"></span>
Download my full <a href="assets/Juno_Li_CV.pdf" download>CV (PDF)</a> for a complete record.
</p>
</div>
</section>
<section class="section-band section-band--alt" aria-labelledby="roles-title">
<div class="section-inner">
<div class="section-heading">
<h2 id="roles-title">Professional Experience</h2>
</div>
<div class="timeline" data-render="experience"></div>
</div>
</section>
<section class="section-band" aria-labelledby="skills-title">
<div class="section-inner">
<div class="section-heading">
<h2 id="skills-title">Skills & Tools</h2>
<p class="section-summary">Drawn from hands-on project and research work. Full detail in the <a href="assets/Juno_Li_CV.pdf" download>CV</a> and on the <a href="projects.html">Projects</a> page.</p>
</div>
<div class="capability-grid" data-render="capabilities"></div>
</div>
</section>
</main>
<footer class="site-footer">
<div class="section-inner site-footer__inner">
<p>© <span data-render="year">2026</span> Juno Li.</p>
<a href="index.html">Home</a>
</div>
</footer>
<script src="assets/js/site-data.js"></script>
<script src="assets/js/site.js"></script>
</body>
</html>