Add meta tag
This commit is contained in:
parent
1ab2a168e5
commit
7c34ebc579
9 changed files with 32 additions and 6 deletions
21
dist/assets/ublock_filter.txt
vendored
Normal file
21
dist/assets/ublock_filter.txt
vendored
Normal file
|
|
@ -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
|
||||
3
dist/index.html
vendored
3
dist/index.html
vendored
|
|
@ -5,6 +5,7 @@
|
|||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Yan Lin's Homepage</title>
|
||||
<meta name="description" content="Yan Lin - Computer science researcher interested in data mining, representation learning, and AI for science">
|
||||
<script defer src="https://tracker.yanlincs.com/script.js" data-website-id="39b2ce27-b581-4c54-8f2d-ff7dbaeb70cc"></script>
|
||||
|
||||
<link rel="icon" type="image/png" href="/favicon-96x96.png" sizes="96x96" />
|
||||
|
|
@ -631,7 +632,7 @@
|
|||
|
||||
<li>Secretary of IEEE (Denmark Section) Computer Society</li>
|
||||
|
||||
<li>Reviewer for journals including TIST, TII, and TVT</li>
|
||||
<li>Reviewer for journals including TKDE, TIST, TII, and TVT</li>
|
||||
|
||||
<li>Member of program committees of KDD, ICLR, NeurIPS, AAAI, CVPR, ICCV, IJCAI, and WWW</li>
|
||||
|
||||
|
|
|
|||
1
dist/presentations/index.html
vendored
1
dist/presentations/index.html
vendored
|
|
@ -5,6 +5,7 @@
|
|||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Yan Lin's Presentations</title>
|
||||
<meta name="description" content="Yan Lin - Computer science researcher interested in data mining, representation learning, and AI for science">
|
||||
<script defer src="https://tracker.yanlincs.com/script.js" data-website-id="39b2ce27-b581-4c54-8f2d-ff7dbaeb70cc"></script>
|
||||
|
||||
<link rel="icon" type="image/png" href="/favicon-96x96.png" sizes="96x96" />
|
||||
|
|
|
|||
1
dist/projects/index.html
vendored
1
dist/projects/index.html
vendored
|
|
@ -5,6 +5,7 @@
|
|||
<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">
|
||||
<script defer src="https://tracker.yanlincs.com/script.js" data-website-id="39b2ce27-b581-4c54-8f2d-ff7dbaeb70cc"></script>
|
||||
|
||||
<link rel="icon" type="image/png" href="/favicon-96x96.png" sizes="96x96" />
|
||||
|
|
|
|||
1
dist/publications/index.html
vendored
1
dist/publications/index.html
vendored
|
|
@ -5,6 +5,7 @@
|
|||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Yan Lin's Publications</title>
|
||||
<meta name="description" content="Yan Lin - Computer science researcher interested in data mining, representation learning, and AI for science">
|
||||
<script defer src="https://tracker.yanlincs.com/script.js" data-website-id="39b2ce27-b581-4c54-8f2d-ff7dbaeb70cc"></script>
|
||||
|
||||
<link rel="icon" type="image/png" href="/favicon-96x96.png" sizes="96x96" />
|
||||
|
|
|
|||
4
dist/site.webmanifest
vendored
4
dist/site.webmanifest
vendored
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue