Skip to content

Commit

Permalink
2024-09 Update
Browse files Browse the repository at this point in the history
  • Loading branch information
iantangc committed Sep 21, 2024
1 parent 982a806 commit 739192a
Show file tree
Hide file tree
Showing 10 changed files with 948 additions and 67 deletions.
12 changes: 12 additions & 0 deletions css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ html {
margin-top: 40px;
padding: 0px 0px;
}

.row-header * {
padding-bottom: 1px;
}

.row-content {
margin: 0px auto;
Expand Down Expand Up @@ -114,3 +118,11 @@ a:not([class*="btn"]):not(.nav-link) {
a:not([class*="btn"]):not(.nav-link):hover {
text-decoration: underline;
}

#more_news_btn[aria-expanded="false"]:after {
content: '▼ Read More';
}

#more_news_btn[aria-expanded="true"]:after {
content: '▲ Read Less';
}
Binary file added files/2024_AAAI_HCLR_Poster.pdf
Binary file not shown.
Binary file added files/Kaizen_WACV_2024_Poster.pdf
Binary file not shown.
Binary file added files/ML4H_2021_Poster.pdf
Binary file not shown.
Binary file added img/2024_Kaizen_WACV.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/ICML_orchestra.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
719 changes: 719 additions & 0 deletions img/NBL_Logo_rgb.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/UbiComp_2023.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
280 changes: 215 additions & 65 deletions index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions sitemap.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://iantangc.github.io/</loc>
<lastmod>2022-11-17T00:01:00Z</lastmod>
<loc>https://iantang.co/</loc>
<lastmod>2024-09-21T00:04:00Z</lastmod>
</url>
</urlset>

0 comments on commit 739192a

Please sign in to comment.