Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .vercel/project.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"projectName":"trae_thevidalab.github.io_fz8q"}
{ "projectName": "trae_thevidalab.github.io_fz8q" }
3 changes: 2 additions & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ contact_note: >
You can even add a little note about which of these is the best way to reach you.
description: > # the ">" symbol means to ignore newlines until "footer_text:"
Visualization and Intelligent Data Analytics Lab (VIDA Lab)at Nanyang Technological University (NTU), Singapore, is dedicated to advancing the frontiers of visual analytics, data visualization, and human-centered AI.
footer_text: > # Powered by <a href="https://jekyllrb.com/" target="_blank">Jekyll</a> with <a href="https://github.com/alshedivat/al-folio">al-folio</a> theme. Hosted by <a href="https://pages.github.com/" target="_blank">GitHub Pages</a>. Photos from <a href="https://unsplash.com" target="_blank">Unsplash</a>.
footer_text:
> # Powered by <a href="https://jekyllrb.com/" target="_blank">Jekyll</a> with <a href="https://github.com/alshedivat/al-folio">al-folio</a> theme. Hosted by <a href="https://pages.github.com/" target="_blank">GitHub Pages</a>. Photos from <a href="https://unsplash.com" target="_blank">Unsplash</a>.
keywords: vidalab, vtu, visual analytics, human-centered ai # add your own keywords or leave empty
lang: en # the language of your site (for example: en, fr, cn, ru, etc.)
icon: Logo-Only.png # the emoji used as the favicon (alternatively, provide image name in /assets/img/)
Expand Down
9 changes: 4 additions & 5 deletions _data/venues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,10 @@
url: https://dl.acm.org/conference/chi
color: "#86e2c5"


"VIS":
url: https://dblp.org/db/conf/visualization/index.html
color: "#dd7694"
url: https://dblp.org/db/conf/visualization/index.html
color: "#dd7694"

"VIS-short":
url: https://dblp.org/db/conf/visualization/index.html
color: "#dd7694"
url: https://dblp.org/db/conf/visualization/index.html
color: "#dd7694"
38 changes: 18 additions & 20 deletions _includes/header.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,17 @@
<!-- Nav Bar -->
<nav id="navbar" class="navbar navbar-light navbar-expand-sm {% if site.navbar_fixed %}fixed-top{% else %}sticky-top{% endif %}" role="navigation">
<div class="container">

<a class="navbar-brand" href="{{ site.baseurl }}/">
<img
class="only-light nav-logo"
src="{{ '/assets/img/Logo_with_text_Light.png' | relative_url }}"
alt="{{ site.title }} (light logo)"
>
<img
class="only-dark nav-logo"
src="{{ '/assets/img/Logo_with_text_Dark.png' | relative_url }}"
alt="{{ site.title }} (dark logo)"
>
<a class="navbar-brand" href="{{ site.baseurl }}/">
<img
class="only-light nav-logo"
src="{{ '/assets/img/Logo_with_text_Light.png' | relative_url }}"
alt="{{ site.title }} (light logo)"
>
<img
class="only-dark nav-logo"
src="{{ '/assets/img/Logo_with_text_Dark.png' | relative_url }}"
alt="{{ site.title }} (dark logo)"
>
</a>
{% if page.permalink != '/' %}
{% elsif site.enable_navbar_social %}
Expand Down Expand Up @@ -146,11 +145,10 @@
</header>

<style>
.nav-logo {
max-height: 60px;
width: auto;
display: inline-block;
vertical-align: middle;
}

</style>
.nav-logo {
max-height: 60px;
width: auto;
display: inline-block;
vertical-align: middle;
}
</style>
Loading
Loading