Add traefik labels

This commit is contained in:
Yan Lin 2025-07-01 23:44:05 +02:00
parent 4004b4564d
commit e7d814051b
6 changed files with 19 additions and 26 deletions

View file

@ -7,6 +7,15 @@ services:
restart: unless-stopped restart: unless-stopped
networks: networks:
- proxy-network - proxy-network
labels:
- "traefik.enable=true"
- "traefik.http.routers.homepage.rule=Host(`www.yanlincs.com`) || Host(`www.ylresearch.com`)"
- "traefik.http.routers.homepage.tls=true"
- "traefik.http.routers.homepage.tls.certresolver=cloudflare"
- "traefik.http.routers.homepage.tls.domains[0].main=*.yanlincs.com"
- "traefik.http.routers.homepage.tls.domains[1].main=*.ylresearch.com"
- "traefik.http.services.homepage.loadbalancer.server.port=80"
networks: networks:
proxy-network: proxy-network:

View file

@ -145,6 +145,7 @@ secondaryPublications:
- "IEEE TKDE" - "IEEE TKDE"
- "2024" - "2024"
links: links:
Paper: "https://ieeexplore.ieee.org/document/10613424"
Preprint: "https://arxiv.org/abs/2407.15899" Preprint: "https://arxiv.org/abs/2407.15899"
- title: "Contrastive Pre-training with Adversarial Perturbations for Check-In Sequence Representation Learning" - title: "Contrastive Pre-training with Adversarial Perturbations for Check-In Sequence Representation Learning"
@ -263,5 +264,5 @@ presentations:
services: services:
- "IEEE, ACM member" - "IEEE, ACM member"
- "Secretary of IEEE (Denmark Section) Computer Society" - "Secretary of IEEE (Denmark Section) Computer Society"
- "Reviewer for journals including TKDE, TIST, TII, and TVT" - "Reviewer for journals: TKDE, TIST, TII, and TVT"
- "Member of program committees of KDD, ICLR, NeurIPS, AAAI, CVPR, ICCV, IJCAI, and WWW" - "Member of program committees of conferences: KDD, ICLR, NeurIPS, AAAI, CVPR, ICCV, IJCAI, WWW, and WACV"

View file

@ -1,21 +0,0 @@
||bilibili.com^|$document
# The recommendation list besides each video
bilibili.com##.rec-list
# The full main page
bilibili.com##.container
# Comment below the videos
bilibili.com###commentapp
# The navbar
bilibili.com##.left-entry
# The search bar
bilibili.com###nav-searchform
# The "news" bar on the right side of time flow
t.bilibili.com##.right
||youtube.com^|$document
youtube.com###secondary
youtube.com###comments
youtube.com###logo
youtube.com###center
YouTube.com###start

2
dist/css/index.css vendored
View file

@ -18,7 +18,7 @@
@media (prefers-color-scheme: dark) { @media (prefers-color-scheme: dark) {
:root { :root {
/* Dark mode variables */ /* Dark mode variables */
--background-color: #212529; --background-color: #161618;
--background-secondary: #343a40; --background-secondary: #343a40;
--text-color: #f8f9fa; --text-color: #f8f9fa;
--text-secondary: #adb5bd; --text-secondary: #adb5bd;

6
dist/index.html vendored
View file

@ -373,6 +373,8 @@
</p> </p>
<div class="d-flex gap-2"> <div class="d-flex gap-2">
<a class="link icon-link icon-link-hover paper-link link-secondary" href="https://ieeexplore.ieee.org/document/10613424" target="_blank" rel="noopener noreferrer">Paper</a>
<a class="link icon-link icon-link-hover paper-link link-secondary" href="https://arxiv.org/abs/2407.15899" target="_blank" rel="noopener noreferrer">Preprint</a> <a class="link icon-link icon-link-hover paper-link link-secondary" href="https://arxiv.org/abs/2407.15899" target="_blank" rel="noopener noreferrer">Preprint</a>
</div> </div>
@ -632,9 +634,9 @@
<li>Secretary of IEEE (Denmark Section) Computer Society</li> <li>Secretary of IEEE (Denmark Section) Computer Society</li>
<li>Reviewer for journals including TKDE, TIST, TII, and TVT</li> <li>Reviewer for journals: TKDE, TIST, TII, and TVT</li>
<li>Member of program committees of KDD, ICLR, NeurIPS, AAAI, CVPR, ICCV, IJCAI, and WWW</li> <li>Member of program committees of conferences: KDD, ICLR, NeurIPS, AAAI, CVPR, ICCV, IJCAI, WWW, and WACV</li>
</ul> </ul>
</div> </div>

View file

@ -394,6 +394,8 @@
</p> </p>
<div class="d-flex gap-2"> <div class="d-flex gap-2">
<a class="link icon-link icon-link-hover paper-link link-secondary" href="https://ieeexplore.ieee.org/document/10613424" target="_blank" rel="noopener noreferrer">Paper</a>
<a class="link icon-link icon-link-hover paper-link link-secondary" href="https://arxiv.org/abs/2407.15899" target="_blank" rel="noopener noreferrer">Preprint</a> <a class="link icon-link icon-link-hover paper-link link-secondary" href="https://arxiv.org/abs/2407.15899" target="_blank" rel="noopener noreferrer">Preprint</a>
</div> </div>