From d08898ba67c61d6642d0670216cd900a78375353 Mon Sep 17 00:00:00 2001 From: Michael Dorner Date: Wed, 9 Oct 2024 10:19:24 +0200 Subject: [PATCH] Add temse.education to user list --- exampleSite/content/users/users.json | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/exampleSite/content/users/users.json b/exampleSite/content/users/users.json index 9ac387bf..352b9b3f 100644 --- a/exampleSite/content/users/users.json +++ b/exampleSite/content/users/users.json @@ -757,5 +757,14 @@ "Personal site", "Blog" ] + }, + { + "title": "Handbook on Teaching Empirical Software Engineering: Online Materials", + "url": "https://www.emse.education", + "source": "https://github.com/mendezfe/temse", + "tags": [ + "Book", + "Academia" + ] } -] \ No newline at end of file +]