commit full pages
This commit is contained in:
parent
8386f8c3c8
commit
4bbde1e96b
7 changed files with 1667 additions and 58 deletions
225
dist/projects/index.html
vendored
Normal file
225
dist/projects/index.html
vendored
Normal file
|
|
@ -0,0 +1,225 @@
|
|||
<!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>
|
||||
<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" />
|
||||
|
||||
<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 Projects</div>
|
||||
</div>
|
||||
<div class="col-2 d-flex justify-content-end">
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- <nav class="navbar navbar-expand">
|
||||
<ul class="navbar-nav d-flex justify-content-evenly mx-auto gap-3 gap-sm-5">
|
||||
|
||||
|
||||
<li class="nav-item">
|
||||
<a class="link nav-link px-0" href="/publications/">
|
||||
<span class="d-inline d-md-none">Pubs</span>
|
||||
<span class="d-none d-md-inline">Publications</span>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
<li class="nav-item">
|
||||
<a class="link nav-link px-0" href="/projects/">
|
||||
<span class="d-inline d-md-none">Work</span>
|
||||
<span class="d-none d-md-inline">Projects</span>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
<li class="nav-item">
|
||||
<a class="link nav-link px-0" href="/teaching/">
|
||||
<span class="d-inline d-md-none">Teach</span>
|
||||
<span class="d-none d-md-inline">Teaching</span>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
<li class="nav-item">
|
||||
<a class="link nav-link px-0" href="/presentations/">
|
||||
<span class="d-inline d-md-none">Talks</span>
|
||||
<span class="d-none d-md-inline">Presentations</span>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="nav-item">
|
||||
<a class="link nav-link px-0" href="https://blog.yanlincs.com">
|
||||
<span class="d-inline d-md-none">Blog</span>
|
||||
<span class="d-none d-md-inline">Blog</span>
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
</nav> -->
|
||||
|
||||
</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">
|
||||
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>
|
||||
<hr class="my-2" />
|
||||
<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 footer-text">
|
||||
© 2026 - Designed and implemented by Yan Lin.
|
||||
</p>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue