From 7aa10465a1de965b356cc04207ed6c8f6d12c649 Mon Sep 17 00:00:00 2001 From: Ian Lumsden Date: Tue, 15 Oct 2024 10:06:03 -0400 Subject: [PATCH 1/5] Adds an initial publications page for the docs --- docs/publications.rst | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 docs/publications.rst diff --git a/docs/publications.rst b/docs/publications.rst new file mode 100644 index 00000000..97df3037 --- /dev/null +++ b/docs/publications.rst @@ -0,0 +1,26 @@ +****************************** +Publications and Presentations +****************************** + +Publications +============ + +- Olga Pearce, Jason Burmark, Rich Hornung, Befikir Bogale, Ian Lumsden, Michael McKinsey, Dewi Yokelson, David Boehme, Stephanie Brink, Michela Taufer, Tom Scogland. RAJA Performance Suite: Performance Portability Analysis with Caliper and Thicket. In Proceedings of the SC'24 Workshops of the International Conference on High Performance Computing, Network, Storage, and Analysis (SC-W '24), Atlanta, GA. + +- Stephanie Brink, Michael McKinsey, David Boehme, Connor Scully-Allison, Ian Lumsden, Daryl Hawkins, Treece Burrgess, Vanessa Lama, Jakob Luettgau, Katherine E. Issacs, Michela Taufer, Olga Pearce. Thicket: Seeing the Performance Experiment Forest for the Individual Run Trees. In Proceedings of the 32nd International Symposium on High-Performance Parallel and Distributed Computing (HPDC '23), Orlando, FL. + +Posters +======= + +- Dragana Gbric. Integrating HPCToolkit with Tools for Automated Analysis. Presented at SC '24. Best Poster Candidate. + +- Befikir Bogale. Cluster-based Methodology for Characterizing the Performance of Portable Applications. Presented at SC '24. + +- Ian Lumsden, Jakob Luettgau, Vanessa Lama, Connor Scully-Allison, Stephanie Brink, Katherine E. Issacs, Olga Pearce, Michela Taufer. Identifying Performance Bottlenecks in Scientific Applications with Call Path Querying. Presented at the 2023 Salishan Conference. + +Tutorials +========= + +- HPCIC Tutorials: Caliper, Hatchet, and Thicket. Virtual. August 8, 2024. `YouTube `_ + +- RADIUSS AWS Tutorials: Caliper, Hatchet, and Thicket. Virtual. August 14, 2023. `YouTube `_ \ No newline at end of file From b2ae74a1040f3334358c63027a1e86db51c78a38 Mon Sep 17 00:00:00 2001 From: Ian Lumsden Date: Tue, 15 Oct 2024 12:14:54 -0400 Subject: [PATCH 2/5] Adds Dewi's ISC poster Co-authored-by: Dewi <43684384+dyokelson@users.noreply.github.com> --- docs/publications.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/publications.rst b/docs/publications.rst index 97df3037..1b54a46f 100644 --- a/docs/publications.rst +++ b/docs/publications.rst @@ -16,6 +16,8 @@ Posters - Befikir Bogale. Cluster-based Methodology for Characterizing the Performance of Portable Applications. Presented at SC '24. +- Dewi Yokelson, David Boehme, Stephanie Brink, Olga Pearce, Allen Malony. Timeseries Visualization of Performance Metrics. Presented at ISC '24. + - Ian Lumsden, Jakob Luettgau, Vanessa Lama, Connor Scully-Allison, Stephanie Brink, Katherine E. Issacs, Olga Pearce, Michela Taufer. Identifying Performance Bottlenecks in Scientific Applications with Call Path Querying. Presented at the 2023 Salishan Conference. Tutorials From 4b5d29a557e5306280f56ef68154a06322cd0d85 Mon Sep 17 00:00:00 2001 From: Ian Lumsden Date: Tue, 15 Oct 2024 12:15:18 -0400 Subject: [PATCH 3/5] Adds Scalable Tools Workshop presentations Co-authored-by: Dewi <43684384+dyokelson@users.noreply.github.com> --- docs/publications.rst | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/docs/publications.rst b/docs/publications.rst index 1b54a46f..e15c5ffa 100644 --- a/docs/publications.rst +++ b/docs/publications.rst @@ -25,4 +25,13 @@ Tutorials - HPCIC Tutorials: Caliper, Hatchet, and Thicket. Virtual. August 8, 2024. `YouTube `_ -- RADIUSS AWS Tutorials: Caliper, Hatchet, and Thicket. Virtual. August 14, 2023. `YouTube `_ \ No newline at end of file +- RADIUSS AWS Tutorials: Caliper, Hatchet, and Thicket. Virtual. August 14, 2023. `YouTube `_ + +Presentations +========== + +- Scalable Tools Workshop: Thicket: Growth of the Heterogeneous Performance Experiment Forest. August 12, 2024. `Slides `_ + +- Scalable Tools Workshop: Programmatic Analysis of Large-Scale Performance Data. August, 12, 2024. `Slides `_ + +- Scalable Tools Workshop: Thicket: Seeing the Performance Experiment Forest for the Individual Run Trees. June 20, 2023. `Slides `_ \ No newline at end of file From 75842477f0757a382cda5bc7f6cb01037dd1b85e Mon Sep 17 00:00:00 2001 From: Stephanie Brink Date: Fri, 25 Oct 2024 06:19:52 -0700 Subject: [PATCH 4/5] add publications page to index --- docs/index.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/index.rst b/docs/index.rst index 2c3bc56a..dcb3bb34 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -43,6 +43,7 @@ If you are new to thicket and want to start using it, see :doc:`Getting Started getting_started user_guide generating_data + publications If you encounter bugs while using thicket, you can report them by opening an issue on `GitHub `_. From f325b25a1309a9f2c41ed5c4ef259a3fc49d31e5 Mon Sep 17 00:00:00 2001 From: Stephanie Brink Date: Fri, 25 Oct 2024 06:25:46 -0700 Subject: [PATCH 5/5] reorganize --- docs/index.rst | 7 ++++++- docs/publications.rst | 6 +++--- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/docs/index.rst b/docs/index.rst index dcb3bb34..a3701d59 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -43,7 +43,6 @@ If you are new to thicket and want to start using it, see :doc:`Getting Started getting_started user_guide generating_data - publications If you encounter bugs while using thicket, you can report them by opening an issue on `GitHub `_. @@ -61,6 +60,12 @@ If you encounter bugs while using thicket, you can report them by opening an iss groupby_aggregate.ipynb vis_docs +.. toctree:: + :maxdepth: 2 + :caption: Reference + + publications + .. toctree:: :maxdepth: 2 :caption: Developer Docs diff --git a/docs/publications.rst b/docs/publications.rst index e15c5ffa..e34eaeae 100644 --- a/docs/publications.rst +++ b/docs/publications.rst @@ -12,7 +12,7 @@ Publications Posters ======= -- Dragana Gbric. Integrating HPCToolkit with Tools for Automated Analysis. Presented at SC '24. Best Poster Candidate. +- Dragana Grbic. Integrating HPCToolkit with Tools for Automated Analysis. Presented at SC '24. Best Poster Candidate. - Befikir Bogale. Cluster-based Methodology for Characterizing the Performance of Portable Applications. Presented at SC '24. @@ -28,10 +28,10 @@ Tutorials - RADIUSS AWS Tutorials: Caliper, Hatchet, and Thicket. Virtual. August 14, 2023. `YouTube `_ Presentations -========== +============= - Scalable Tools Workshop: Thicket: Growth of the Heterogeneous Performance Experiment Forest. August 12, 2024. `Slides `_ - Scalable Tools Workshop: Programmatic Analysis of Large-Scale Performance Data. August, 12, 2024. `Slides `_ -- Scalable Tools Workshop: Thicket: Seeing the Performance Experiment Forest for the Individual Run Trees. June 20, 2023. `Slides `_ \ No newline at end of file +- Scalable Tools Workshop: Thicket: Seeing the Performance Experiment Forest for the Individual Run Trees. June 20, 2023. `Slides `_