Skip to content

Commit 152c9f6

Browse files
author
Tsung-Wei Huang
committed
updated news
1 parent 2cb4922 commit 152c9f6

File tree

6 files changed

+36
-3
lines changed

6 files changed

+36
-3
lines changed

images/2023-DAC-logo.png

53.1 KB
Loading

images/2023-IPDPS-logo.jpeg

7.93 KB
Loading

images/moduleworks-logo.png

5.31 KB
Loading

images/pact-logo.png

38.1 KB
Loading

index.html

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,8 @@ <h2><i class="fas fa-quote-right"></i> Research</h2>
247247
<div class="col-md-12">
248248
<h2><i class="fas fa-award"></i> Recognition</h2>
249249
<ol>
250-
<li>Champion of the MIT/Amazon Graph Challenge at the 2020 IEEE High-performance Extreme Computing Conference (<a href="https://graphchallenge.mit.edu/champions">Link</a>)</li>
250+
<li>Innovation Award of the 2023 IEEE HPEC/MIT/Amazon Stochastic Block Partition Challenge (<a href="https://graphchallenge.mit.edu/champions">Link</a>)</li>
251+
<li>Champion Award of the 2020 IEEE HPEC/MIT/Amazon Sparse Neural Network Graph Challenge (<a href="https://graphchallenge.mit.edu/champions">Link</a>)</li>
251252
<li>Second Prize of Open-Source Software Competition at the 2019 ACM Multimedia Conference</li>
252253
<li>ACM SIGDA Outstanding PhD Dissertation Award at the 2019 ACM/IEEE Design Automation Conference (<a href="http://www.sigda.org/awards/opda/">Link</a>)</li>
253254
<li>Best Poster Award at the 2018 Official C++ Conference, voted by hundreds of developers</li>
@@ -401,7 +402,7 @@ <h2><i class="fas fa-award"></i> Recognition</h2>
401402

402403
</div>
403404

404-
<!-- forth row -->
405+
<!-- fifth row -->
405406
<div class="row align-items-center mb-4">
406407

407408
<div class="col-md-1 col-sm-1 vertical-align">
@@ -414,6 +415,10 @@ <h2><i class="fas fa-award"></i> Recognition</h2>
414415
<div class="col-md-2 col-sm-2 vertical-align">
415416
<a href="https://www.cda.cit.tum.de/research/quantum/mqt/"><img src="images/mqt-logo.png" style="width: 100%;"></a>
416417
</div>
418+
419+
<div class="col-md-3 col-sm-3 vertical-align">
420+
<a href="https://www.moduleworks.com/"><img src="images/moduleworks-logo.png" style="width: 100%;"></a>
421+
</div>
417422
</div>
418423

419424

@@ -523,7 +528,7 @@ <h2><i class="fas fa-award"></i> Recognition</h2>
523528

524529
<hr>
525530
<footer class="text-center">
526-
<p>&copy; <a href="https://tsung-wei-huang.github.io/">Dr. Tsung-Wei Huang</a>, University of Utah 2019-2022</p>
531+
<p>&copy; <a href="https://tsung-wei-huang.github.io/">Taskflow Team</a>, University of Wisconsin at Madison 2019-2023</p>
527532
</footer>
528533

529534

js/news.js

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,25 @@
11
const news = [
2+
{
3+
title: "Taskflow won the Innovation Award of 2023 HPEC Graph Challenge",
4+
image_src: "images/hpec-gc20.png",
5+
image_url: "http://graphchallenge.mit.edu/champions",
6+
content: `Our Taskflow-powered graph partitioning algorithm, <q><i>uSAP: An Ultra-Fast Stochastic Graph Partitioner,</i></q> received the <a href="http://graphchallenge.mit.edu/champions">Innovation Award</a> of the 2023 IEEE/MIT/Amazon HPEC Stochastic Block Partition Challenge.`,
7+
footer: "Last updated on 2023/10/01"
8+
},
9+
{
10+
title: "Taskflow@DAC'23",
11+
image_src: "images/2023-DAC-logo.png",
12+
image_url: "https://60dac.conference-program.com/presentation/?id=TUT109&sess=sess180",
13+
content: `We are giving a technical tutorial of Taskflow at 2023 DAC! Please check out the <a href="https://60dac.conference-program.com/presentation/?id=TUT109&sess=sess180">program schedule</a> and join us to learn how Taskflow advances EDA applications.`,
14+
footer: "Last updated on 2023/07/01"
15+
},
16+
{
17+
title: "Taskflow@IPDPS'23",
18+
image_src: "images/2023-IPDPS-logo.jpeg",
19+
image_url: "https://www.ipdps.org/ipdps2023/2023-advance-program.html",
20+
content: `We are giving a technical talk for Taskflow-powered quantum circuit simulation at 2023 IPDPS, as well as a panel at <a href="https://hcw-ipdps.org/">HCW</a> to discuss Taskflow in heterogeneity! Please check out the <a href="https://www.ipdps.org/ipdps2023/2023-advance-program.html">program schedule</a>.`,
21+
footer: "Last updated on 2023/05/16"
22+
},
223
{
324
title: "Taskflow v3.6 released",
425
image_src: "images/release.png",
@@ -20,6 +41,13 @@ const news = [
2041
content: `We have release Taskflow v3.5! This release has largely improved the scheduling performance and its energy efficiency. Please check out the <a href="https://taskflow.github.io/taskflow/release-3-5-0.html">release notes</a>.`,
2142
footer: "Last updated on 2023/01/05"
2243
},
44+
{
45+
title: "Taskflow@PACT'22",
46+
image_src: "images/pact-logo.png",
47+
image_url: "https://pact22.cs.illinois.edu/tutorials.html#tut1-2",
48+
content: `We are giving a technical talk of Taskflow at the SYCL workshop at 2022 PACT. Please check out the <a href="https://pact22.cs.illinois.edu/tutorials.html#tut1-2">program schedule</a> and join us if you plan to attend PACT.`,
49+
footer: "Last updated on 2022/10/01"
50+
},
2351
{
2452
title: "Taskflow Received NSF POSE Award",
2553
image_src: "images/nsf.png",

0 commit comments

Comments
 (0)