-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
82 lines (77 loc) · 3.85 KB
/
Copy pathindex.html
File metadata and controls
82 lines (77 loc) · 3.85 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Juno Li | Data Scientist, Data Engineer & ML Analytics</title>
<meta name="description" content="Juno Li — PhD-trained quantitative researcher building reproducible data pipelines, ML workflows, MLOps systems, and visual analytics." />
<meta name="keywords" content="Juno Li, Data Scientist, Data Engineer, Analytics Engineer, MLOps, Python, SQL, R, Databricks, MLflow, PySpark, Power BI, Tableau, AI, GenAI, machine learning, visual analytics" />
<meta name="author" content="Juno Li" />
<meta name="robots" content="index, follow" />
<link rel="canonical" href="https://jun01ee.github.io/" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://jun01ee.github.io/" />
<meta property="og:title" content="Juno Li | Data Scientist, Data Engineer & ML Analytics" />
<meta property="og:description" content="Project evidence and proof of work across data science, data engineering, MLOps, analytics engineering, BI, and research software." />
<meta property="og:image" content="https://jun01ee.github.io/images/avatar.jpg" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Juno Li | Data Scientist, Data Engineer & ML Analytics" />
<meta name="twitter:description" content="Reproducible pipelines, statistical models, ML workflows, and visual analytics for complex datasets." />
<meta name="twitter:image" content="https://jun01ee.github.io/images/avatar.jpg" />
<link rel="icon" href="images/icon.jpg" type="image/png" />
<link rel="preload" as="image" href="images/avatar.jpg" />
<link rel="stylesheet" href="assets/css/fontawesome-all.min.css" />
<link rel="stylesheet" href="assets/css/main.css" />
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Person",
"name": "Juno Li",
"url": "https://jun01ee.github.io/",
"email": "mailto:juno.li.research@gmail.com",
"jobTitle": "Data Scientist | Data Engineer | ML & Analytics | Quantitative Researcher",
"address": {
"@type": "PostalAddress",
"addressLocality": "Perth",
"addressRegion": "Western Australia",
"addressCountry": "AU"
},
"sameAs": [
"https://github.com/jun01ee",
"https://gitlab.com/jun01ee",
"https://www.linkedin.com/in/jun01ee/",
"https://scholar.google.com/citations?user=Q0zwr3cAAAAJ&hl=en&authuser=1"
]
}
</script>
</head>
<body class="page-home">
<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">Experience</a>
<a href="contact.html">Contact</a>
<a href="interests.html">Interests</a>
</nav>
</div>
</header>
<main id="main">
<section class="home-hero" aria-labelledby="hero-title">
<div class="home-hero__inner">
<div class="home-hero__photo" aria-hidden="true">
<img src="images/avatar.jpg" alt="Portrait of Juno Li" width="320" height="320" />
</div>
<div class="home-hero__copy">
<p class="eyebrow">Perth, Western Australia</p>
<h1 id="hero-title">Juno Li</h1>
<p class="home-hero__headline">Data Scientist · Data Engineer · ML & Analytics · Quantitative Researcher</p>
<p class="home-hero__statement">I build reproducible data pipelines, statistical models, ML workflows, and visual analytics that turn complex datasets into reliable insights and decision-ready tools.</p>
</div>
</div>
</section>
</main>
</body>
</html>