|
1 | 1 | 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 | + }, |
2 | 16 | {
|
3 | 17 | title: "Taskflow accepted by IEEE TPDS",
|
4 | 18 | image_src: "images/tpds.png",
|
@@ -122,7 +136,7 @@ const news = [
|
122 | 136 | title: "Taskflow @ CppCon 2020",
|
123 | 137 | image_src: "images/cppcon.png",
|
124 | 138 | 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>.`, |
126 | 140 | footer: "Last updated on 2020/08/12"
|
127 | 141 | },
|
128 | 142 | {
|
|
0 commit comments