214 lines
No EOL
9.2 KiB
HTML
214 lines
No EOL
9.2 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 Projects</title>
|
|
<link rel="icon" href="/logo.webp" type="image/x-icon">
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css" rel="stylesheet">
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.7.2/font/bootstrap-icons.css" rel="stylesheet">
|
|
<link rel="stylesheet" href="/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 px-2 h4" href="/"><i class="bi bi-house-fill"></i></a>
|
|
|
|
|
|
</div>
|
|
<div class="col-8 text-center">
|
|
<div class="page-header-logo h2 m-0 fw-bold" style="font-family: 'Abril Fatface', serif;">Yan Lin's Projects</div>
|
|
</div>
|
|
<div class="col-2 text-end">
|
|
|
|
|
|
|
|
</div>
|
|
</div>
|
|
|
|
<!-- <nav class="navbar navbar-expand">
|
|
<ul class="navbar-nav d-flex justify-content-evenly mx-auto gap-5">
|
|
<li class="nav-item">
|
|
<a class="link nav-link px-0" href="/#publications"><i class="bi bi-book d-inline d-md-none d-lg-inline"></i> <span class="d-none d-md-inline">Publications</span></a>
|
|
</li>
|
|
<li class="nav-item">
|
|
<a class="link nav-link px-0" href="/#projects"><i class="bi bi-code-slash d-inline d-md-none d-lg-inline"></i> <span class="d-none d-md-inline">Projects</span></a>
|
|
</li>
|
|
<li class="nav-item">
|
|
<a class="link nav-link px-0" href="/#presentations"><i class="bi bi-easel d-inline d-md-none d-lg-inline"></i> <span class="d-none d-md-inline">Presentations</span></a>
|
|
</li>
|
|
<li class="nav-item">
|
|
<a class="link nav-link px-0" href="/#services"><i class="bi bi-person-lines-fill d-inline d-md-none d-lg-inline"></i> <span class="d-none d-md-inline">Services</span></a>
|
|
</li>
|
|
<li class="nav-item">
|
|
<a class="link nav-link px-0" href="/#blog"><i class="bi bi-newspaper d-inline d-md-none d-lg-inline"></i> <span class="d-none d-md-inline">Blog</span></a>
|
|
</li>
|
|
</ul>
|
|
</nav> -->
|
|
|
|
</header>
|
|
|
|
|
|
<article class="section mt-4">
|
|
<h2 class="section-title mb-3"><i class="bi bi-star-fill"></i> Primary Projects</h2>
|
|
<div class="list-group list-group-flush mb-4">
|
|
|
|
|
|
<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">
|
|
Fundamental Research Funds for the Central Universities of China
|
|
</p>
|
|
<div class="d-flex gap-2">
|
|
|
|
</div>
|
|
</div>
|
|
<h5 class="mb-1 paper-title">Research on <i>Prediction of User Travel Destination and Travel Time Based on Trajectory Representation Learning</i></h5>
|
|
<p class="card-text mb-auto project-desc">Applies representation learning to trajectory data to transform original features into high-level information, improving the performance of downstream tasks such as travel time and destination prediction.</p>
|
|
</div>
|
|
|
|
|
|
|
|
<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">
|
|
Personal Interest Project
|
|
</p>
|
|
<div class="d-flex gap-2">
|
|
|
|
<a class="link icon-link icon-link-hover paper-link link-secondary" href="https://www.overleafcopilot.com/" target="_blank" rel="noopener noreferrer">Home</a>
|
|
|
|
<a class="link icon-link icon-link-hover paper-link link-secondary" href="https://chromewebstore.google.com/detail/overleaf-copilot/eoadabdpninlhkkbhngoddfjianhlghb" target="_blank" rel="noopener noreferrer">Install</a>
|
|
|
|
</div>
|
|
</div>
|
|
<h5 class="mb-1 paper-title">Development of <i>OverleafCopilot - Empowering Academic Writing in Overleaf with Large Language Models</i></h5>
|
|
<p class="card-text mb-auto project-desc">This project aims to develop a Browser extension to seamlessly integrate Large Language Models (such as ChatGPT) into the popular online academic writing platform, Overleaf.</p>
|
|
</div>
|
|
|
|
|
|
|
|
<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">
|
|
Personal Interest Project
|
|
</p>
|
|
<div class="d-flex gap-2">
|
|
|
|
<a class="link icon-link icon-link-hover paper-link link-secondary" href="https://www.promptgenius.site/" target="_blank" rel="noopener noreferrer">Website</a>
|
|
|
|
<a class="link icon-link icon-link-hover paper-link link-secondary" href="https://github.com/wenhaomin/ChatGPT-PromptGenius" target="_blank" rel="noopener noreferrer">Code</a>
|
|
|
|
</div>
|
|
</div>
|
|
<h5 class="mb-1 paper-title">Development of <i>PromptGenius - All-purpose prompts for LLMs</i></h5>
|
|
<p class="card-text mb-auto project-desc">This project focuses on developing a website that offers a wide range of prompt categories, enhancing the versatility of LLMs for various tasks and improving their output quality.</p>
|
|
</div>
|
|
|
|
|
|
</div>
|
|
|
|
<h2 class="section-title mb-3 mt-4"><i class="bi bi-star"></i> Secondary Projects</h2>
|
|
<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 secondary-text">
|
|
Villum Foundation
|
|
</p>
|
|
<div class="d-flex gap-2">
|
|
|
|
</div>
|
|
</div>
|
|
<h5 class="mb-1 paper-title">Research on <i>Inverse Design of Materials Using Diffusion Probabilistic Models</i></h5>
|
|
<p class="card-text mb-auto project-desc">This project focuses on developing diffusion probabilistic models to first understand the relationship between chemistry/structure and material properties, then enable the inverse design of new materials with specific properties. This project currently supports my postdoctoral research position.</p>
|
|
</div>
|
|
|
|
|
|
|
|
<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 secondary-text">
|
|
National Natural Science Foundation of China
|
|
</p>
|
|
<div class="d-flex gap-2">
|
|
|
|
</div>
|
|
</div>
|
|
<h5 class="mb-1 paper-title">Research on <i>Pre-training Representation Learning Methods of Spatial-temporal Trajectory Data for Traffic Prediction</i></h5>
|
|
<p class="card-text mb-auto project-desc">This project aims to propose pre-training representation learning methods for spatial-temporal trajectory data, modeling multiple features to improve traffic prediction tasks. It demonstrates how trajectory representation learning can enhance traffic data mining.</p>
|
|
</div>
|
|
|
|
|
|
|
|
<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 secondary-text">
|
|
National Natural Science Foundation of China
|
|
</p>
|
|
<div class="d-flex gap-2">
|
|
|
|
</div>
|
|
</div>
|
|
<h5 class="mb-1 paper-title">Research on <i>Spatial-temporal Trajectory Generation and Representation Learning Methods for Sparsity Problems</i></h5>
|
|
<p class="card-text mb-auto project-desc">This project explores how to generate high-quality spatial-temporal trajectory data and corresponding representations to address sparsity-related issues, thereby supporting a variety of downstream tasks.</p>
|
|
</div>
|
|
|
|
|
|
</div>
|
|
</article>
|
|
|
|
</main>
|
|
|
|
<footer>
|
|
<div class="container">
|
|
<p class="text-center text-secondary" style="font-size: 0.8rem; font-family: 'Lato', sans-serif;">
|
|
<span class="dark-mode-text"><i class="bi bi-moon-fill"></i> ずっと真夜中でいいのに。</span>
|
|
<span class="light-mode-text"><i class="bi bi-sun-fill"></i> ずっと正午でいいのに。</span>
|
|
<span class="mx-1">|</span>
|
|
Designed and implemented by Yan Lin.
|
|
<span class="mx-1">|</span>
|
|
<a class="link link-secondary" target="_blank" href="https://git.yanlincs.com/yanlin/Homepage">Source Code</a>
|
|
</p>
|
|
</div>
|
|
</footer>
|
|
|
|
<button id="back-to-top" class="btn btn-light rounded-circle" style="position: fixed; bottom: 20px; right: 20px; display: none; z-index: 1000; width: 40px; height: 40px; padding: 0;"><i class="bi bi-chevron-up"></i></button>
|
|
|
|
|
|
<script>
|
|
// Show or hide the back-to-top button
|
|
window.addEventListener('scroll', function() {
|
|
var backToTopButton = document.getElementById('back-to-top');
|
|
if (window.scrollY > 100) {
|
|
backToTopButton.style.display = 'block';
|
|
} else {
|
|
backToTopButton.style.display = 'none';
|
|
}
|
|
});
|
|
|
|
// Scroll to top when the button is clicked
|
|
document.getElementById('back-to-top').addEventListener('click', function(e) {
|
|
e.preventDefault();
|
|
window.scrollTo({
|
|
top: 0,
|
|
behavior: 'smooth'
|
|
});
|
|
window.location.href = '#';
|
|
return false;
|
|
});
|
|
</script>
|
|
|
|
</body>
|
|
|
|
</html> |