From e58ce75435ae794b92f1d28043069a47ec988a5d Mon Sep 17 00:00:00 2001 From: Saksham Arora Date: Fri, 15 Mar 2024 10:49:25 +0100 Subject: [PATCH] vocabularies: tags: Add Yellow Report, Women in Tech and Diversity tags --- cds_ils/vocabularies/data/tags.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/cds_ils/vocabularies/data/tags.json b/cds_ils/vocabularies/data/tags.json index 50092d6df..40e691e00 100644 --- a/cds_ils/vocabularies/data/tags.json +++ b/cds_ils/vocabularies/data/tags.json @@ -28,5 +28,20 @@ "type": "tag", "key": "THESIS", "text": "Thesis" + }, + { + "type": "tag", + "key": "YELLOW_REPORT", + "text": "Yellow Report" + }, + { + "type": "tag", + "key": "WOMEN_IN_TECHNOLOGY", + "text": "Women in Technology" + }, + { + "type": "tag", + "key": "DIVERSITY_AND_INCLUSION", + "text": "Diversity and Inclusion" } ]