diff --git a/data.yaml b/data.yaml index 2fc1b52..1517eab 100644 --- a/data.yaml +++ b/data.yaml @@ -263,5 +263,5 @@ presentations: services: - "IEEE, ACM member" - "Secretary of IEEE (Denmark Section) Computer Society" - - "Reviewer for journals including TIST, TII, and TVT" + - "Reviewer for journals including TKDE, TIST, TII, and TVT" - "Member of program committees of KDD, ICLR, NeurIPS, AAAI, CVPR, ICCV, IJCAI, and WWW" diff --git a/dist/assets/ublock_filter.txt b/dist/assets/ublock_filter.txt new file mode 100644 index 0000000..5653862 --- /dev/null +++ b/dist/assets/ublock_filter.txt @@ -0,0 +1,21 @@ +||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 \ No newline at end of file diff --git a/dist/index.html b/dist/index.html index d7bd40a..6d7307a 100644 --- a/dist/index.html +++ b/dist/index.html @@ -5,6 +5,7 @@ Yan Lin's Homepage + @@ -631,7 +632,7 @@
  • Secretary of IEEE (Denmark Section) Computer Society
  • -
  • Reviewer for journals including TIST, TII, and TVT
  • +
  • Reviewer for journals including TKDE, TIST, TII, and TVT
  • Member of program committees of KDD, ICLR, NeurIPS, AAAI, CVPR, ICCV, IJCAI, and WWW
  • diff --git a/dist/presentations/index.html b/dist/presentations/index.html index 1afb173..71edcbb 100644 --- a/dist/presentations/index.html +++ b/dist/presentations/index.html @@ -5,6 +5,7 @@ Yan Lin's Presentations + diff --git a/dist/projects/index.html b/dist/projects/index.html index dd3ec59..44e07d5 100644 --- a/dist/projects/index.html +++ b/dist/projects/index.html @@ -5,6 +5,7 @@ Yan Lin's Projects + diff --git a/dist/publications/index.html b/dist/publications/index.html index feba1db..770c91e 100644 --- a/dist/publications/index.html +++ b/dist/publications/index.html @@ -5,6 +5,7 @@ Yan Lin's Publications + diff --git a/dist/site.webmanifest b/dist/site.webmanifest index a6ad57f..f5a3f75 100644 --- a/dist/site.webmanifest +++ b/dist/site.webmanifest @@ -3,13 +3,13 @@ "short_name": "YL", "icons": [ { - "src": "/favicon/web-app-manifest-192x192.png", + "src": "/web-app-manifest-192x192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" }, { - "src": "/favicon/web-app-manifest-512x512.png", + "src": "/web-app-manifest-512x512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" diff --git a/shell.nix b/shell.nix index 5f8f90a..de72265 100644 --- a/shell.nix +++ b/shell.nix @@ -9,7 +9,7 @@ pkgs.mkShell { shellHook = let venvPath = "$HOME/venv/homepage"; - remoteHost = "hetzner"; + remoteHost = "personal-vps"; in '' export PIP_REQUIRE_VIRTUALENV=1 export VENV_PATH=${venvPath} @@ -29,7 +29,7 @@ pkgs.mkShell { rsync -avP --delete ./{dist,compose.yml} ${remoteHost}:/root/homepage/ ${if restartRemote then '' - ssh ${remoteHost} "cd /root/homepage && docker compose down && docker compose up -d" + ssh ${remoteHost} "cd /root/homepage && docker compose down && docker compose up -d --remove-orphans" '' else ""} exit ''} diff --git a/templates/base.html b/templates/base.html index a40023c..87e6d4d 100644 --- a/templates/base.html +++ b/templates/base.html @@ -5,6 +5,7 @@ {% block title %}Yan Lin{% endblock %} +