From 728d2e81fb0c9cc1cc5f3d53bbc59f89a41a5ac0 Mon Sep 17 00:00:00 2001 From: Logan Ward Date: Thu, 22 Jun 2023 09:14:46 -0400 Subject: [PATCH] Add new publications, code, tutorials --- docs/examples.rst | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/docs/examples.rst b/docs/examples.rst index 249fbf0..d706b57 100644 --- a/docs/examples.rst +++ b/docs/examples.rst @@ -1,7 +1,14 @@ Examples ======== -Examples of using Colmena in the scientific literature and in other open-source codes. +Presentations about Colmena, examples of using Colmena in the scientific literature, and in other open-source codes. + +Tutorials +--------- + +Presentations focused on how to use Colmena + +- Exascale Computing Project's 2023 Annual Meeting [`YouTube `_] Publications ------------ @@ -17,6 +24,11 @@ Papers about improving the performance or utility of Colmena [`ArXiv `_] [`slides `_] [`YouTube `_] +- Ward et al. "Cloud Services Enable Efficient AI-Guided Simulation Workflows across Heterogeneous Resources". + *Heterogenous Computing Workshop at IPDPS 2023* + [`ArXiv `_] + [`slides `_] + [`YouTube `_] Applications of Colmena +++++++++++++++++++++++ @@ -29,3 +41,10 @@ Papers where Colmena was used [`ChemRxiv `_] - Zvyagin et al. "GenSLMs: Genome-scale language models reveal SARS-CoV-2 evolutionary dynamics." [`bioRxiv `_] + +Open-Source Software +-------------------- + +Other codes which use Colmena + +- `ExaMol `_: Performs molecule design on HPC by combining AI and quantum chemistry (same devs as Colmena)