diff --git a/exports/2020/public/UserDiversity.json b/exports/2020/public/UserDiversity.json new file mode 100644 index 000000000..99b1f0d27 --- /dev/null +++ b/exports/2020/public/UserDiversity.json @@ -0,0 +1,28 @@ +{ + "diversity": { + "age": { + "": 70, + "0-14": 2, + "15-24": 56, + "25-34": 124, + "35-44": 98, + "45-54": 51, + "55-64": 18, + "65+": 7, + "other": 4 + }, + "ethnicity": { + "": 135, + "anglosphere": 40, + "both": 117, + "other": 38, + "white": 95 + }, + "sex": { + "": 79, + "female": 67, + "male": 255, + "other": 26 + } + } +} \ No newline at end of file diff --git a/exports/2022/public/UserDiversity.json b/exports/2022/public/UserDiversity.json new file mode 100644 index 000000000..b87bd6d69 --- /dev/null +++ b/exports/2022/public/UserDiversity.json @@ -0,0 +1,28 @@ +{ + "diversity": { + "age": { + "": 353, + "0-14": 4, + "15-24": 100, + "25-34": 263, + "35-44": 312, + "45-54": 155, + "55-64": 57, + "65+": 14, + "other": 4 + }, + "ethnicity": { + "": 495, + "anglosphere": 106, + "both": 311, + "other": 105, + "white": 240 + }, + "sex": { + "": 366, + "female": 205, + "male": 610, + "other": 76 + } + } +} \ No newline at end of file