From d7eb6bc3ecc654f8a54d3d26605fc4d7a883b020 Mon Sep 17 00:00:00 2001 From: Will Crichton Date: Thu, 26 Sep 2024 17:54:56 -0400 Subject: [PATCH] Add publications to experiment intro --- src/experiment-intro.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/src/experiment-intro.md b/src/experiment-intro.md index 6aaca45f76..71a75afde9 100644 --- a/src/experiment-intro.md +++ b/src/experiment-intro.md @@ -33,6 +33,8 @@ You can use highlights to save information for yourself. You can also use highli The book's content may change as you go through the experiment. We will update this page as we add new features. Here's the changelog: +* September 26, 2024 + * Chris Krycho's chapter on async Rust has been added, along with new quiz questions. * February 16, 2023 * A new chapter on ownership has replaced the previous Chapter 4. * January 18, 2023 @@ -48,6 +50,16 @@ The book's content may change as you go through the experiment. We will update t _Interested in participating in other experiments about making Rust easier to learn? Please sign up here:_ -## 4. Acknowledgments +## 4. Publications + +Thus far, this experiment has led to two open-access publications. Check them out if you're interested to see the academic research behind this book: + +* [Profiling Programming Language Learning](https://dl.acm.org/doi/10.1145/3649812)
+ Will Crichton and Shriram Krishnamurthi. OOPSLA 2024. (Distinguished Paper!) + +* [A Grounded Conceptual Model for Ownership Types in Rust](https://dl.acm.org/doi/10.1145/3622841)
+ Will Crichton, Gavin Gray, and Shriram Krishnamurthi. OOPSLA 2023. + +## 5. Acknowledgments Niko Matsakis and Amazon Web Services provided funding for this experiment. Carol Nichols and the Rust Foundation helped publicize the experiment. TRPL is the product of many people's hard work before we started this experiment.