Skip to content

Commit

Permalink
2024-09-22 Update
Browse files Browse the repository at this point in the history
  • Loading branch information
iantangc committed Sep 22, 2024
1 parent 594218f commit 8b01b0b
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 3 deletions.
5 changes: 5 additions & 0 deletions css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -115,10 +115,15 @@ hr.row-item {
a:not([class*="btn"]):not(.nav-link) {
text-decoration: none;
}

a:not([class*="btn"]):not(.nav-link):hover {
text-decoration: underline;
}

#more_news_btn:hover{
text-decoration: none;
}

#more_news_btn[aria-expanded="false"]:after {
content: '▼ Read More';
}
Expand Down
Binary file added img/UbiComp_2024.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
25 changes: 23 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,27 @@ <h4>2024</h4>
</div>
</div>

<div class="row">
<div class="col-12 col-md-3 order-md-last">
<a href="https://sites.google.com/view/soar-tutorial-ubicomp2024/home">
<img src="img/UbiComp_2024.jpg" class="img-fluid mx-auto d-block p-1" style="max-height: 250px;" />
</a>
</div>

<div class="col-12 col-md-9">
<p>
<strong>Solving the Sensor-Based Activity Recognition Problem (SOAR): Self-Supervised, Multi-Modal Recognition of Activities from Wearable Sensors</strong> <br/>
Harish Haresamudram, <u>Chi Ian Tang</u>, Sungho Suh, Paul Lukowicz, Thomas Ploetz<br/>
In <a href="https://doi.org/10.1145/3675094.3677562">UbiComp/ISWC 2024 Adjunct</a>
</p>
<div class="btn-group-sm">
<a href="https://doi.org/10.1145/3675094.3677562" class="btn btn-outline-dark" role="button">ACM UbiComp Proposal <i class="fa-solid fa-arrow-up-right-from-square fa-lg"></i></a>
<a href="https://sites.google.com/view/soar-tutorial-ubicomp2024/home" class="btn btn-outline-dark" role="button">Website <i class="fa-solid fa-arrow-up-right-from-square fa-lg"></i></a>
</div>
</div>
</div>
<hr class="row-item"/>

<div class="row">
<div class="col-12">
<p>
Expand Down Expand Up @@ -216,7 +237,7 @@ <h4>2023</h4>
<div class="row">
<div class="col-12">
<p>
<strong>Self-supervised learning for data-efficient human activity recognition</strong> <br/>
<strong>Self-supervised Learning for Data-efficient Human Activity Recognition</strong> <br/>
Chi Ian Tang<br/>
PhD Thesis
</p>
Expand All @@ -236,7 +257,7 @@ <h4>2023</h4>

<div class="col-12 col-md-9">
<p>
<strong>Solving the sensor-based activity recognition problem (SOAR): self-supervised, multi-modal recognition of activities from wearable sensors</strong> <br/>
<strong>Solving the Sensor-based Activity Recognition Problem (SOAR): Self-supervised, Multi-modal Recognition of Activities from Wearable Sensors</strong> <br/>
Harish Haresamudram, <u>Chi Ian Tang</u>, Sungho Suh, Paul Lukowicz, Thomas Ploetz<br/>
In <a href="https://doi.org/10.1145/3594739.3605102">UbiComp/ISWC 2023 Adjunct</a>
</p>
Expand Down
2 changes: 1 addition & 1 deletion sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://iantang.co/</loc>
<lastmod>2024-09-21T00:04:00Z</lastmod>
<lastmod>2024-09-22T00:19:00Z</lastmod>
</url>
</urlset>

0 comments on commit 8b01b0b

Please sign in to comment.