Skip to content

Commit 2c32cb1

Browse files
updated news
1 parent 4240734 commit 2c32cb1

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

images/ixpug-logo.jpeg

11.7 KB
Loading

js/news.js

+15-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,18 @@
11
const news = [
2+
{
3+
title: "Taskflow @ IXPUG 2021",
4+
image_src: "images/ixpug-logo.jpeg",
5+
image_url: "https://www.ixpug.org/ixpug-2021",
6+
content: `We are presenting <q><a href="https://www.ixpug.org/ixpug-2021">A General-Purpose Parallel and Heterogeneous Task Programming System Using Modern C++</a></q> in the 2021 Intel Extreme Performance Users Group (IXPUG).`,
7+
footer: "Last updated on 2021/10/15"
8+
},
9+
{
10+
title: "Taskflow @ CppCon 2021",
11+
image_src: "images/cppcon.png",
12+
image_url: "https://cppcon.org/",
13+
content: `We are presenting <q><a href="https://cppcon2021.sched.com/event/nvAk?iframe=no">cudaFlow: A Modern C++ Programming Model for GPU Task Graph Parallelism</a></q> in the 2021 C++ Conference (CppCon).`,
14+
footer: "Last updated on 2021/10/10"
15+
},
216
{
317
title: "Taskflow accepted by IEEE TPDS",
418
image_src: "images/tpds.png",
@@ -122,7 +136,7 @@ const news = [
122136
title: "Taskflow @ CppCon 2020",
123137
image_src: "images/cppcon.png",
124138
image_url: "https://cppcon.org/",
125-
content: `We are glad Taskflow is accepted by the official 2020 C++ conference as a regular presentation! The presentation title is <q><a href="https://sched.co/e79y">Taskflow: A General-purpose Parallel and Heterogeneous Task Programming System using Modern C++</q>.`,
139+
content: `We are glad Taskflow is accepted by the official 2020 C++ conference as a regular presentation! The presentation title is <q><a href="https://sched.co/e79y">Taskflow: A General-purpose Parallel and Heterogeneous Task Programming System using Modern C++</a></q>.`,
126140
footer: "Last updated on 2020/08/12"
127141
},
128142
{

0 commit comments

Comments
 (0)