From ab23319c1607de4efc3c9fb8980370115b6d405e Mon Sep 17 00:00:00 2001 From: Daniela Huppenkothen Date: Wed, 3 Apr 2019 18:45:42 -0700 Subject: [PATCH 1/2] added hack week paper to readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index e46fd26..68a5b03 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,8 @@ The targets could be based on various objectives that depend on the workshop or Note that this is explicitly not the same as a quota: the underlying algorithim optimizes for the subset of participants that overall matches up with the targets, taking into account all targets simultaneously. It is also possible to include relative weights between targets, depending on how important they are to you. +For some more information about participant-driven events and some considerations important in the context of participant selection for these events can be found in [this paper](https://www.pnas.org/content/115/36/8872) (see in particular the appendix for practical advice on some aspects). + ### Input - CSV file with candidates, attribute, and values. - Target size of subset From 8779c378a4532645ed12dda01b67dc0a8d29985c Mon Sep 17 00:00:00 2001 From: Daniela Huppenkothen Date: Fri, 5 Apr 2019 10:50:48 -0400 Subject: [PATCH 2/2] Updated reference to hack week paper --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 68a5b03..37816fa 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ The targets could be based on various objectives that depend on the workshop or Note that this is explicitly not the same as a quota: the underlying algorithim optimizes for the subset of participants that overall matches up with the targets, taking into account all targets simultaneously. It is also possible to include relative weights between targets, depending on how important they are to you. -For some more information about participant-driven events and some considerations important in the context of participant selection for these events can be found in [this paper](https://www.pnas.org/content/115/36/8872) (see in particular the appendix for practical advice on some aspects). +For some more information about participant-driven events and some considerations important in the context of participant selection for these events can be found in our paper on hack weeks ([Huppenkothen et al. (2018)](https://www.pnas.org/content/115/36/8872), see in particular the appendix for practical advice on some aspects). ### Input - CSV file with candidates, attribute, and values.