From 6379165519b1425701d8d56efb6a355a4f552b7e Mon Sep 17 00:00:00 2001 From: Jan Heinrich Reimer Date: Mon, 17 Jun 2024 14:14:40 +0200 Subject: [PATCH] Rename repo --- README.md | 12 ++++++------ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 3619c9a..b360544 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,12 @@ -# 🆚 search-quality-decision-making +# 🆚 clef24-search-quality-decision-making Code and data for the paper "The Impact of Web Search Result Quality on Decision Making". diff --git a/pyproject.toml b/pyproject.toml index 4537f60..4dfa52c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [project] -name = "search-quality-decision-making" +name = "clef24-search-quality-decision-making" description = "The Impact of Web Search Result Quality on Decision Making" readme = "README.md" requires-python = ">=3.9"