Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds a page to the documentation for publications #214

Merged
merged 5 commits into from
Oct 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -60,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
Expand Down
37 changes: 37 additions & 0 deletions docs/publications.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
******************************
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 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.

- 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
=========

- HPCIC Tutorials: Caliper, Hatchet, and Thicket. Virtual. August 8, 2024. `YouTube <https://youtu.be/qVmxDOxM9Ws?si=CL6MjN0mvQcivVXA>`_

- RADIUSS AWS Tutorials: Caliper, Hatchet, and Thicket. Virtual. August 14, 2023. `YouTube <https://youtu.be/_Ch4pik5QCs?si=HCd8D4oJlyiSvzg1>`_

Presentations
=============

- Scalable Tools Workshop: Thicket: Growth of the Heterogeneous Performance Experiment Forest. August 12, 2024. `Slides <https://dyninst.github.io/scalable_tools_workshop/petascale2024/assets/slides/2024_08_12_Thicket_ScalableTools.pdf>`_

- Scalable Tools Workshop: Programmatic Analysis of Large-Scale Performance Data. August, 12, 2024. `Slides <https://dyninst.github.io/scalable_tools_workshop/petascale2024/assets/slides/STW-2024-Grbic.pdf>`_

- Scalable Tools Workshop: Thicket: Seeing the Performance Experiment Forest for the Individual Run Trees. June 20, 2023. `Slides <https://dyninst.github.io/scalable_tools_workshop/petascale2023/assets/slides/2023_06_20_Thicket_ScalableTools.pdf>`_
Loading