homepage/dist/teaching/index.html
2026-02-09 13:20:47 +01:00

95 lines
No EOL
3.6 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Yan Lin's Teaching</title>
<meta name="description" content="Yan Lin - Computer science researcher interested in data mining, representation learning, and AI for science">
<link rel="icon" type="image/png" href="/favicon-96x96.png" sizes="96x96" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<link rel="shortcut icon" href="/favicon.ico" />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
<meta name="apple-mobile-web-app-title" content="YL Homepage" />
<link rel="manifest" href="/site.webmanifest" />
<meta name="theme-color" content="#fff" media="(prefers-color-scheme: light)">
<meta name="theme-color" content="#161618" media="(prefers-color-scheme: dark)">
<link rel="stylesheet" href="/css/index.css">
</head>
<body>
<main class="container">
<header class="border-bottom lh-1 py-3 border-secondary">
<div class="row flex-nowrap justify-content-between align-items-center">
<div class="col-2">
<a class="link-secondary header-icon mx-2 py-0 my-0 h4 d-flex align-items-center" href="/" aria-label="Go to homepage">
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" fill="currentColor" class="bi bi-house-fill" viewBox="0 0 16 16" aria-hidden="true">
<path d="M8.707 1.5a1 1 0 0 0-1.414 0L.646 8.146a.5.5 0 0 0 .708.708L8 2.207l6.646 6.647a.5.5 0 0 0 .708-.708L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293z"/>
<path d="m8 3.293 6 6V13.5a1.5 1.5 0 0 1-1.5 1.5h-9A1.5 1.5 0 0 1 2 13.5V9.293z"/>
</svg>
</a>
</div>
<div class="col-8 text-center">
<div class="page-header-logo h2 m-0" style="font-family: Impact, Haettenschweiler, 'Arial Black', 'Nimbus Sans Narrow', 'Arial Narrow', 'DejaVu Sans Condensed', 'Liberation Sans Narrow', 'Franklin Gothic Bold', 'Helvetica Neue', Helvetica, Arial, sans-serif; font-weight: 900;">Yan Lin's Teaching</div>
</div>
<div class="col-2 d-flex justify-content-end">
</div>
</div>
</header>
<article class="section mt-4">
<div class="list-group list-group-flush">
<div class="list-group-item px-0">
<div class="d-flex justify-content-between align-items-center mb-1">
<p class="d-inline-block mb-0 venue-name primary-text">
Fall 2025<span class='text-muted'> | </span>Aalborg University
</p>
<div class="d-flex gap-2">
<a class="link icon-link icon-link-hover paper-link link-secondary" href="https://www.moodle.aau.dk/course/view.php?id=57016" target="_blank" rel="noopener noreferrer">Moodle</a>
<a class="link icon-link icon-link-hover paper-link link-secondary" href="https://blog.yanlincs.com/ai-system/" target="_blank" rel="noopener noreferrer">Literature</a>
</div>
</div>
<h5 class="mb-1 paper-title">AI Systems & Infrastructure</h5>
<p class="card-text mb-auto project-desc">This course introduces students to streamlined interaction with AI models and systems, as well as implementation and deployment of scalable, production-ready AI systems on real-world infrastructures.</p>
</div>
</div>
</article>
</main>
<footer>
<div class="container">
<p class="text-center text-secondary footer-text">
© 2026 - Designed and implemented by Yan Lin.
</p>
</div>
</footer>
</body>
</html>