From 4cfbe183292c5758d588360dc01ff47f2ff2a1d5 Mon Sep 17 00:00:00 2001 From: Bernhard Manfred Gruber Date: Fri, 24 Feb 2023 19:21:37 +0100 Subject: [PATCH] Add recent publications to README --- README.md | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e81a4d09c9..eeb5315bf1 100644 --- a/README.md +++ b/README.md @@ -28,9 +28,6 @@ It includes: An API documentation is generated by [Doxygen](https://alpaka-group.github.io/llama/) from the C++ source. Please read the documentation on Read the Docs first! -We published a paper on LLAMA to the [Wiley Digital Library](https://doi.org/10.1002/spe.3077). -We gave a talk on LLAMA at CERN's Compute Accelerator Forum on 2021-05-12. -The video recording (starting at 40:00) and slides are available here on [CERN's Indico](https://indico.cern.ch/event/975010/). Supported compilers ------------------- @@ -61,6 +58,19 @@ Contributing We greatly welcome contributions to LLAMA. Rules for contributions can be found in [CONTRIBUTING.md](CONTRIBUTING.md). +Scientific publications +----------------------- + +We published an [article](https://doi.org/10.1002/spe.3077) on LLAMA in the journal of Software: Practice and Experience. +We gave a talk on LLAMA at CERN's Compute Accelerator Forum on 2021-05-12. +The video recording (starting at 40:00) and slides are available here on [CERN's Indico](https://indico.cern.ch/event/975010/). +Mind that some of the presented LLAMA APIs have been renamed or redesigned in the meantime. + +We presented recently added features to LLAMA at the ACAT22 workshop as a [poster](https://indico.cern.ch/event/1106990/contributions/5096939/) +and a contribution to the [proceedings](https://arxiv.org/abs/2302.08251). +Additionally, we gave a [talk](https://indico.cern.ch/event/1106990/contributions/4991259/) at ACAT22 on LLAMA's instrumentation capabilities during a case study on [AdePT](https://github.com/apt-sim/AdePT), +again, with a contribution to the [proceedings](https://arxiv.org/abs/2302.08252). + Attribution -----------