diff --git a/content/home/awards.md b/content/home/awards.md index d663740..01baf00 100644 --- a/content/home/awards.md +++ b/content/home/awards.md @@ -13,7 +13,7 @@ widget = "custom" weight = 50 +++ -Best Paper Candidate and ACM Artifact Evaluation Stamp - ICPE 2019 +Best Paper and ACM Artifact Evaluation Stamp for [Evaluating CUDA Communication Primitives on High-Bandwidth Interconnects](/publication/20190410_pearson_icpe) - ICPE 2019 [E. A. Reid Fellowship](https://ece.illinois.edu/academics/grad/fellowships/reid) - UIUC 2019-2020 @@ -21,7 +21,7 @@ Best Paper Candidate and ACM Artifact Evaluation Stamp - ICPE 2019 [MIT Graph Challenge](https://graphchallenge.mit.edu/champions) Finalist - UIUC 2018 -Mavis Future Faculty Fellowship - UIUC 2017-2018 +[Mavis Future Faculty Fellowship](http://publish.illinois.edu/engr-mavis/) - UIUC 2017-2018 Top-20 Poster - NVIDIA GPU Technology Conference 2017 diff --git a/content/post/20190411-icpe-best-paper/featured.png b/content/post/20190411-icpe-best-paper/featured.png new file mode 100644 index 0000000..ba12372 Binary files /dev/null and b/content/post/20190411-icpe-best-paper/featured.png differ diff --git a/content/post/20190411-icpe-best-paper/index.md b/content/post/20190411-icpe-best-paper/index.md new file mode 100644 index 0000000..1ff61c6 --- /dev/null +++ b/content/post/20190411-icpe-best-paper/index.md @@ -0,0 +1,41 @@ ++++ +title = "Best Paper award at ICPE!" +subtitle = "" +date = 2019-04-11T00:00:00 +lastmod = 2019-04-11T00:00:00 +draft = false + +# Authors. Comma separated list, e.g. `["Bob Smith", "David Jones"]`. +authors = ["Carl Pearson"] + +tags = [] + +summary = "Best research track paper at ICPE" + +# Projects (optional). +# Associate this post with one or more of your projects. +# Simply enter your project's folder or file name without extension. +# E.g. `projects = ["deep-learning"]` references +# `content/project/deep-learning/index.md`. +# Otherwise, set `projects = []`. +# projects = ["internal-project"] + +# Featured image +# To use, add an image named `featured.jpg/png` to your project's folder. +[image] + # Caption (optional) + caption = "Image credit: [**ICPE**](https://icpe2019.spec.org/)" + + # Focal point (optional) + # Options: Smart, Center, TopLeft, Top, TopRight, Left, Right, BottomLeft, Bottom, BottomRight + focal_point = "Center" + + # Show image only in page previews? + preview_only = true + + +categories = [] ++++ + +My paper *Evaluating Characteristics of CUDA Communication Primitives on High-Bandwidth Interconnects* won the best paper award at ICPE! + diff --git a/content/publication/20190410_pearson_icpe/index.md b/content/publication/20190410_pearson_icpe/index.md index a399589..a9cb36e 100644 --- a/content/publication/20190410_pearson_icpe/index.md +++ b/content/publication/20190410_pearson_icpe/index.md @@ -75,6 +75,8 @@ url_source = "" focal_point = "" +++ -This paper was nominated as a Best Paper Candidate, and received an ACM Artifact Evaluation stamp. -functional artifact +* Best Paper for the ICPE research track papers +* Functional ACM Artifact Evaluation. + +functional artifact \ No newline at end of file diff --git a/content/talk/20190410icpe/index.md b/content/talk/20190410icpe/index.md index 3127499..388d79f 100644 --- a/content/talk/20190410icpe/index.md +++ b/content/talk/20190410icpe/index.md @@ -72,6 +72,8 @@ math = false focal_point = "Right" +++ +You can find the paper [here](/publication/20190410_pearson_icpe). + Thanks to my co-authors: * Abdul Dakkak (University of Illinois Urbana-Champaign)