Add traefik labels
This commit is contained in:
parent
4004b4564d
commit
e7d814051b
6 changed files with 19 additions and 26 deletions
|
|
@ -7,6 +7,15 @@ services:
|
|||
restart: unless-stopped
|
||||
networks:
|
||||
- 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:
|
||||
proxy-network:
|
||||
|
|
|
|||
|
|
@ -145,6 +145,7 @@ secondaryPublications:
|
|||
- "IEEE TKDE"
|
||||
- "2024"
|
||||
links:
|
||||
Paper: "https://ieeexplore.ieee.org/document/10613424"
|
||||
Preprint: "https://arxiv.org/abs/2407.15899"
|
||||
|
||||
- title: "Contrastive Pre-training with Adversarial Perturbations for Check-In Sequence Representation Learning"
|
||||
|
|
@ -263,5 +264,5 @@ presentations:
|
|||
services:
|
||||
- "IEEE, ACM member"
|
||||
- "Secretary of IEEE (Denmark Section) Computer Society"
|
||||
- "Reviewer for journals including TKDE, TIST, TII, and TVT"
|
||||
- "Member of program committees of KDD, ICLR, NeurIPS, AAAI, CVPR, ICCV, IJCAI, and WWW"
|
||||
- "Reviewer for journals: TKDE, TIST, TII, and TVT"
|
||||
- "Member of program committees of conferences: KDD, ICLR, NeurIPS, AAAI, CVPR, ICCV, IJCAI, WWW, and WACV"
|
||||
|
|
|
|||
21
dist/assets/ublock_filter.txt
vendored
21
dist/assets/ublock_filter.txt
vendored
|
|
@ -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
2
dist/css/index.css
vendored
|
|
@ -18,7 +18,7 @@
|
|||
@media (prefers-color-scheme: dark) {
|
||||
:root {
|
||||
/* Dark mode variables */
|
||||
--background-color: #212529;
|
||||
--background-color: #161618;
|
||||
--background-secondary: #343a40;
|
||||
--text-color: #f8f9fa;
|
||||
--text-secondary: #adb5bd;
|
||||
|
|
|
|||
6
dist/index.html
vendored
6
dist/index.html
vendored
|
|
@ -373,6 +373,8 @@
|
|||
</p>
|
||||
<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>
|
||||
|
||||
</div>
|
||||
|
|
@ -632,9 +634,9 @@
|
|||
|
||||
<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>
|
||||
</div>
|
||||
|
|
|
|||
2
dist/publications/index.html
vendored
2
dist/publications/index.html
vendored
|
|
@ -394,6 +394,8 @@
|
|||
</p>
|
||||
<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>
|
||||
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue