From 9b672077200081adc5ba3a0902489ebea8704841 Mon Sep 17 00:00:00 2001 From: Tatiana Mac Date: Thu, 7 May 2020 23:35:23 -0700 Subject: [PATCH 01/13] =?UTF-8?q?=E2=9E=95=20Add=20definition=20for=20over?= =?UTF-8?q?represented=20majority,=20underrepresented=20minority=20(#116)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * ➕ Added Asian terms and subterms, Orientalism * feat: add overrepresented majoirty * ➕ [DRAFT] Added overrepresented-majority * Adding underrepresented minority * 🐛 Fixes flag build issue * Improve interlinking * flag: Co-authored-by: Tierney Cyren --- 11ty/definitions/minorities.md | 8 ++++ 11ty/definitions/overrepresented-majority.md | 44 +++++++++++++++-- 11ty/definitions/underrepresented-minority.md | 47 +++++++++++++++++++ 3 files changed, 96 insertions(+), 3 deletions(-) create mode 100644 11ty/definitions/underrepresented-minority.md diff --git a/11ty/definitions/minorities.md b/11ty/definitions/minorities.md index b76babef..1a156133 100644 --- a/11ty/definitions/minorities.md +++ b/11ty/definitions/minorities.md @@ -21,3 +21,11 @@ By referring to a group as 'minorities,' it can suggest the group hasn't taken i ## Impact By repeatedly referring to groups as "minorities," they are being infantised to their numerical representation and made to feel minor. The vagueness also abstracts the identify of the marginalised group, making it difficult to address why they are minoritised to begin with. + +## See Also + +## See also + +- [minoritised](/definitions/minoritised) +- [overrepresented majority](/definitions/overrepresented-majority) +- [underrepresented majority](/definitions/underrepresented-majority) \ No newline at end of file diff --git a/11ty/definitions/overrepresented-majority.md b/11ty/definitions/overrepresented-majority.md index b3e9c676..a2b632e6 100644 --- a/11ty/definitions/overrepresented-majority.md +++ b/11ty/definitions/overrepresented-majority.md @@ -1,5 +1,43 @@ --- -title: Overrepresented Majority -slug: overrepresented-majoirty -defined: false +title: overrepresented majority (ORM) +slug: overrepresented-majority +defined: true +speech: noun +flag: + level: better-alternative + alt-for: underrepresented minority (URM) +reading: + - text: Minority vs minoritize + href: https://www.theodysseyonline.com/minority-vs-minoritize --- + +group resulting from social constructs have grant less power or representation compared to other members or groups in society; acts as a contrast to underrepresented minority (URM) + +## Usage + +When using any term for a group, it's important to contextualise it into people. So, for example, "people from the overrepresented majority are less likely to be affected by this change" over "the overrepresented majority are less likely to be affected by this change." + +As the underrepresented minority (URM) is the more commonly used term, it has an impact of focusing issues on that that group, which often can imply and place the burden of fixing the problem is onto that group. Underrepresented can imply that the group can do more to represent themselves. + +Meanwhile, the overrepresented majority is usually the group that possesses the power to influence which groups are majoritised (and subsequently receive power) and which groups are minoritised. It renders this power dynamic invisible. + +## Preferable To + +[minorities](/definitions/minorities) +[underrepresented minorities](/definitions/underrepresented-minorities) + +## Benefits + +Naming the overrepresented majority allows us to discuss the power dynamic involved, and places emphasis on the fact that it's not about minoritised groups being _underrepresented_, but that it is also about majoritised groups being _overrepresented_. + +It also allows prevents the false dichotomy where everyone is either "default/unnamed" or from an underrepresented minority. Without it, people from underrepresented minorities are forced to carry a label when people from overrepresented majorities are not. + +## Impact + +The term overrepresented majority allows us to discuss the holistic systems and all of the players involved. + +## See also + +- [minorities](/definitions/minorities) +- [minoritised](/definitions/minoritised) +- [underrepresented majority](/definitions/underrepresented-majority) \ No newline at end of file diff --git a/11ty/definitions/underrepresented-minority.md b/11ty/definitions/underrepresented-minority.md new file mode 100644 index 00000000..a4bba8fa --- /dev/null +++ b/11ty/definitions/underrepresented-minority.md @@ -0,0 +1,47 @@ +--- +title: underrepresented minority (URM) +slug: underrepresented-majority +defined: true +speech: noun +flag: + level: avoid +reading: + - text: Free Dictionary definition + href: https://medical-dictionary.thefreedictionary.com/underrepresented+minority +--- + +group whose representation is disproportionately less than their proportion in the general population; often racial or ethnic minority is implied, but can be used to represent any identifier, such as LGBTQIA+, disabled, gender, etc. + +abbreviated often to URM + +## Issues + +Often people use URM to mean "minoritised racial group", when it doesn't explicitly mean racial group in all contexts (even if that's the most commonly used context). It can cause confusion when which minoritised group is being spoken of, and can also lessen/erase additional intersections of identity. For example, if someone is disabled and of a minoritised racial group, using URM to imply racial group can erase their disability. + +Using a term like URM can also erase meaningful specificity. For example, an issue might specifically be relevant to Black folks, but by referring to the group as URM, it erases their Blackness, conflates/waters down issues, and reinforces the power dynamic of white and everyone else. + +URM can also imply that the group in question isn't "showing up" to be represented; that the burden is on the URM group to show up or to do more to improve their numbers and representation. Meanwhile, the complement, the overrepresented majority, tends to be unnamed. + +## Impact + +By naming the underrepresented minority often without the overrepresented majority, we are often reinforcing the idea that people harmed by oppressive systems are on the hook to fix them. + +By repeatedly referring to groups as "[minorities](/definitions/minorities)," they are being infantilised to their numerical representation and made to feel minor. The vagueness also abstracts the identify of the marginalised group, making it difficult to address why they are minoritised to begin with and often erasing the complexity of those intersections. + +## Usage + +When using any term for a group, it's important to contextualise it into people. So, for example, "people from the underrepresented minorities are more likely to be affected by this change" over "the underrepresented minority are more likely to be affected by this change." + +Additionally, it's important to examine the context of the usage: + +- Why are you placing focus on the URM groups? +- Will you also be speaking of the role overrepresented majorities play as well? +- Would examining and speaking of overrepresented majorities be more accurate to your context? +- Is URM accurate? +- If no, can you be more specific than URM? + +## See also + +- [minorities](/definitions/minorities) +- [minoritised](/definitions/minoritised) +- [overrepresented majority](/definitions/overrepresented-majority) \ No newline at end of file From 4d0df09fe54a7277bfe1e74a188cd9fd677cf76f Mon Sep 17 00:00:00 2001 From: tatianamac Date: Thu, 7 May 2020 23:38:20 -0700 Subject: [PATCH 02/13] Fixes term link issue --- 11ty/definitions/underrepresented-minority.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/11ty/definitions/underrepresented-minority.md b/11ty/definitions/underrepresented-minority.md index a4bba8fa..c7505949 100644 --- a/11ty/definitions/underrepresented-minority.md +++ b/11ty/definitions/underrepresented-minority.md @@ -1,6 +1,6 @@ --- title: underrepresented minority (URM) -slug: underrepresented-majority +slug: underrepresented-minority defined: true speech: noun flag: From 92772b52b7173fe9fa1f3b9b2b5a1ea09063e52a Mon Sep 17 00:00:00 2001 From: tatianamac Date: Thu, 7 May 2020 23:39:36 -0700 Subject: [PATCH 03/13] Flag update --- 11ty/definitions/nuts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/11ty/definitions/nuts.md b/11ty/definitions/nuts.md index 7306152d..97919581 100644 --- a/11ty/definitions/nuts.md +++ b/11ty/definitions/nuts.md @@ -4,5 +4,5 @@ slug: nuts defined: false flag: level: avoid - text: ableist slur + text: ableist language --- From 26e215acace0074f065e0ccc809ab4295a32f052 Mon Sep 17 00:00:00 2001 From: tatianamac Date: Thu, 7 May 2020 23:41:25 -0700 Subject: [PATCH 04/13] Fixes link issues --- 11ty/definitions/minorities.md | 2 +- 11ty/definitions/overrepresented-majority.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/11ty/definitions/minorities.md b/11ty/definitions/minorities.md index 1a156133..1329e32e 100644 --- a/11ty/definitions/minorities.md +++ b/11ty/definitions/minorities.md @@ -28,4 +28,4 @@ By repeatedly referring to groups as "minorities," they are being infantised to - [minoritised](/definitions/minoritised) - [overrepresented majority](/definitions/overrepresented-majority) -- [underrepresented majority](/definitions/underrepresented-majority) \ No newline at end of file +- [underrepresented majority](/definitions/underrepresented-minority) \ No newline at end of file diff --git a/11ty/definitions/overrepresented-majority.md b/11ty/definitions/overrepresented-majority.md index a2b632e6..182d2e29 100644 --- a/11ty/definitions/overrepresented-majority.md +++ b/11ty/definitions/overrepresented-majority.md @@ -40,4 +40,4 @@ The term overrepresented majority allows us to discuss the holistic systems and - [minorities](/definitions/minorities) - [minoritised](/definitions/minoritised) -- [underrepresented majority](/definitions/underrepresented-majority) \ No newline at end of file +- [underrepresented majority](/definitions/underrepresented-minority) \ No newline at end of file From de2277225056e435b6f567fc95aedac1ff810ed1 Mon Sep 17 00:00:00 2001 From: tatianamac Date: Thu, 7 May 2020 23:44:00 -0700 Subject: [PATCH 05/13] Adds manual interlinking to minoritised --- 11ty/definitions/minoritised.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/11ty/definitions/minoritised.md b/11ty/definitions/minoritised.md index d7f0142d..b324edd4 100644 --- a/11ty/definitions/minoritised.md +++ b/11ty/definitions/minoritised.md @@ -25,3 +25,8 @@ Minoritised places the emphasis on the power struggle, and on the systemic issue It removes the pejorative nature of "minorities", illuminating that this is an effect upon the individual or group, rather than the singular way to identify the group. +## See Also + +- [minorities](/definitions/minorities) +- [overrepresented majority](/definitions/overrepresented-majority) +- [underrepresented majority](/definitions/underrepresented-minority) \ No newline at end of file From ffd84a0562882379cfdc87cea6ac723b4d50e685 Mon Sep 17 00:00:00 2001 From: Tatiana Mac Date: Sat, 9 May 2020 19:31:20 -0700 Subject: [PATCH 06/13] =?UTF-8?q?=E2=9A=A0=EF=B8=8F=20Add=20flag=20design?= =?UTF-8?q?=20for=20content=20warning=20(#120)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * ⚠️ Add flag design for content warning * Fix build error * Lol fix build error * Added terms --- .eleventy.js | 7 +++++++ .../components/table-of-content-item.njk | 5 +++++ 11ty/definitions/ableism.md | 15 +++++++++------ 11ty/definitions/ablelist-language.md | 8 ++++++++ 11ty/definitions/abuse.md | 8 ++++++++ 11ty/definitions/alcoholism.md | 8 ++++++++ 11ty/definitions/bullying.md | 8 ++++++++ 11ty/definitions/childhood-trauma.md | 8 ++++++++ 11ty/definitions/crazy.md | 2 +- 11ty/definitions/depression.md | 8 ++++++++ 11ty/definitions/fatphobia.md | 3 +++ 11ty/definitions/food.md | 8 ++++++++ 11ty/definitions/maniac.md | 2 +- 11ty/definitions/nudity.md | 8 ++++++++ 11ty/definitions/pedophilia.md | 8 ++++++++ 11ty/definitions/police-brutality.md | 8 ++++++++ 11ty/definitions/psych.md | 5 ++++- 11ty/definitions/racism.md | 3 +++ 11ty/definitions/racist-language.md | 8 ++++++++ 11ty/definitions/rape.md | 8 ++++++++ 11ty/definitions/self-harm.md | 8 ++++++++ 11ty/definitions/sexual-assault.md | 8 ++++++++ 11ty/definitions/stupid.md | 2 +- 11ty/definitions/suicide.md | 8 ++++++++ 11ty/definitions/transmisia.md | 8 ++++++++ 11ty/definitions/transphobia.md | 8 ++++++++ 11ty/definitions/trauma.md | 8 ++++++++ 11ty/definitions/weight-gain.md | 8 ++++++++ 11ty/definitions/weight-loss.md | 8 ++++++++ 11ty/definitions/white-feminism.md | 8 ++++++++ 11ty/definitions/xenophoba.md | 8 ++++++++ assets/css/abstracts/_mixins.scss | 4 ++++ assets/css/abstracts/_variables.scss | 6 +++++- assets/css/components/_flag.scss | 18 +++++++++++++++++- assets/css/components/_word.scss | 11 +++++++++-- assets/css/structures/_definition-content.scss | 13 +++++++++++-- 36 files changed, 256 insertions(+), 16 deletions(-) create mode 100644 11ty/definitions/ablelist-language.md create mode 100644 11ty/definitions/abuse.md create mode 100644 11ty/definitions/alcoholism.md create mode 100644 11ty/definitions/bullying.md create mode 100644 11ty/definitions/childhood-trauma.md create mode 100644 11ty/definitions/depression.md create mode 100644 11ty/definitions/food.md create mode 100644 11ty/definitions/nudity.md create mode 100644 11ty/definitions/pedophilia.md create mode 100644 11ty/definitions/police-brutality.md create mode 100644 11ty/definitions/racist-language.md create mode 100644 11ty/definitions/rape.md create mode 100644 11ty/definitions/self-harm.md create mode 100644 11ty/definitions/sexual-assault.md create mode 100644 11ty/definitions/suicide.md create mode 100644 11ty/definitions/transmisia.md create mode 100644 11ty/definitions/transphobia.md create mode 100644 11ty/definitions/trauma.md create mode 100644 11ty/definitions/weight-gain.md create mode 100644 11ty/definitions/weight-loss.md create mode 100644 11ty/definitions/white-feminism.md create mode 100644 11ty/definitions/xenophoba.md diff --git a/.eleventy.js b/.eleventy.js index 25f8c61f..6443a5d1 100644 --- a/.eleventy.js +++ b/.eleventy.js @@ -60,6 +60,13 @@ module.exports = function(config) { class: 'tool', text: '' } + ], + [ + 'warning', + { + class: 'warning', + text: 'Content warning' + } ] ]); diff --git a/11ty/_includes/components/table-of-content-item.njk b/11ty/_includes/components/table-of-content-item.njk index f9136784..7d20b6fb 100644 --- a/11ty/_includes/components/table-of-content-item.njk +++ b/11ty/_includes/components/table-of-content-item.njk @@ -5,6 +5,11 @@ definition.data.flag.text and (definition.data.flag.level == 'avoid') -%} {{ definition.data.flag.text }} + {%- elseif + definition.data.flag and + definition.data.flag.text and + (definition.data.flag.level == 'warning') -%} + {{ definition.data.flag.text }} {% endif %} {%- if definition.data.sub_terms -%}
    diff --git a/11ty/definitions/ableism.md b/11ty/definitions/ableism.md index 597656ab..f6b12ba3 100644 --- a/11ty/definitions/ableism.md +++ b/11ty/definitions/ableism.md @@ -3,6 +3,14 @@ title: Ableism slug: ableism defined: true speech: noun +flag: + level: warning + text: content warning +reading: +- text: "Ableism 2020: An Updated Definition" + href: https://www.talilalewis.com/blog/ableism-2020-an-updated-definition +- text: "Longmore Lecture: Context, Clarity & Grounding" + href: https://www.talilalewis.com/blog/longmore-lecture-context-clarity-grounding --- a system that places value on people’s bodies and minds based on societally constructed ideas of normalcy, intelligence, excellence, and productivity. These constructed ideas are deeply rooted in anti-Blackness, eugenics, colonialism, and capitalism. @@ -11,9 +19,4 @@ a system that places value on people’s bodies and minds based on societally co ## Impact -To paraphrase Lewis, ableism "leads to people and society determining who is valuable and worthy based on a person’s appearance and/or their ability to [...] produce, excel, and 'behave.'" You do not have to be disabled to experience ableism, and Disabled people can also reinforce ableism internally (manifesting as harm to themselves) and externally (harm to other disabled people). - -## Further reading - -- [Longmore Lecture: Context, Clarity & Grounding](https://www.talilalewis.com/blog/longmore-lecture-context-clarity-grounding) -- [Ableism 2020: An Updated Definition](https://www.talilalewis.com/blog/ableism-2020-an-updated-definition) +To paraphrase Lewis, ableism "leads to people and society determining who is valuable and worthy based on a person’s appearance and/or their ability to [...] produce, excel, and 'behave.'" You do not have to be disabled to experience ableism, and Disabled people can also reinforce ableism internally (manifesting as harm to themselves) and externally (harm to other disabled people). \ No newline at end of file diff --git a/11ty/definitions/ablelist-language.md b/11ty/definitions/ablelist-language.md new file mode 100644 index 00000000..66cca073 --- /dev/null +++ b/11ty/definitions/ablelist-language.md @@ -0,0 +1,8 @@ +--- +title: Ableist language +slug: ableist-language +defined: false +flag: + level: warning + text: content warning +--- diff --git a/11ty/definitions/abuse.md b/11ty/definitions/abuse.md new file mode 100644 index 00000000..40f323dc --- /dev/null +++ b/11ty/definitions/abuse.md @@ -0,0 +1,8 @@ +--- +title: Abuse +slug: abuse +defined: false +flag: + level: warning + text: content warning +--- \ No newline at end of file diff --git a/11ty/definitions/alcoholism.md b/11ty/definitions/alcoholism.md new file mode 100644 index 00000000..0e518b64 --- /dev/null +++ b/11ty/definitions/alcoholism.md @@ -0,0 +1,8 @@ +--- +title: alcoholism +slug: alcoholism +defined: false +flag: + level: warning + text: content warning +--- diff --git a/11ty/definitions/bullying.md b/11ty/definitions/bullying.md new file mode 100644 index 00000000..884d3794 --- /dev/null +++ b/11ty/definitions/bullying.md @@ -0,0 +1,8 @@ +--- +title: Bullying +slug: bullying +defined: false +flag: + level: warning + text: content warning +--- diff --git a/11ty/definitions/childhood-trauma.md b/11ty/definitions/childhood-trauma.md new file mode 100644 index 00000000..30c10a6e --- /dev/null +++ b/11ty/definitions/childhood-trauma.md @@ -0,0 +1,8 @@ +--- +title: chilldhood trauma +slug: childhood-trauma +defined: false +flag: + level: warning + text: content warning +--- \ No newline at end of file diff --git a/11ty/definitions/crazy.md b/11ty/definitions/crazy.md index a6866a83..f1ccec4c 100644 --- a/11ty/definitions/crazy.md +++ b/11ty/definitions/crazy.md @@ -2,7 +2,7 @@ title: crazy slug: crazy flag: - text: 'Ableist Slur' + text: 'Ableist language' level: avoid defined: true speech: noun diff --git a/11ty/definitions/depression.md b/11ty/definitions/depression.md new file mode 100644 index 00000000..95d5c8a0 --- /dev/null +++ b/11ty/definitions/depression.md @@ -0,0 +1,8 @@ +--- +title: Depression +slug: depression +defined: false +flag: + level: warning + text: content warning +--- diff --git a/11ty/definitions/fatphobia.md b/11ty/definitions/fatphobia.md index 5c41d135..1da5cfea 100644 --- a/11ty/definitions/fatphobia.md +++ b/11ty/definitions/fatphobia.md @@ -4,6 +4,9 @@ slug: fatphobia defined: true speech: noun skip_in_table_of_content: true +flag: + level: warning + text: content warning reading: - text: Sizeism and Fatphobia href: https://www.srhweek.ca/providers/people-and-communities/sizeism-and-fatphobia/ diff --git a/11ty/definitions/food.md b/11ty/definitions/food.md new file mode 100644 index 00000000..625b304b --- /dev/null +++ b/11ty/definitions/food.md @@ -0,0 +1,8 @@ +--- +title: Food +slug: food +defined: false +flag: + level: warning + text: content warning +--- diff --git a/11ty/definitions/maniac.md b/11ty/definitions/maniac.md index aa8f3bf6..6d4462f1 100644 --- a/11ty/definitions/maniac.md +++ b/11ty/definitions/maniac.md @@ -4,5 +4,5 @@ slug: maniac defined: false flag: level: avoid - text: ableist slur + text: ableist language --- diff --git a/11ty/definitions/nudity.md b/11ty/definitions/nudity.md new file mode 100644 index 00000000..ca2b6c87 --- /dev/null +++ b/11ty/definitions/nudity.md @@ -0,0 +1,8 @@ +--- +title: Nudity +slug: nudity +defined: false +flag: + level: warning + text: content warning +--- diff --git a/11ty/definitions/pedophilia.md b/11ty/definitions/pedophilia.md new file mode 100644 index 00000000..b0f3476e --- /dev/null +++ b/11ty/definitions/pedophilia.md @@ -0,0 +1,8 @@ +--- +title: pedophilia +slug: pedophilia +defined: false +flag: + level: warning + text: content warning +--- diff --git a/11ty/definitions/police-brutality.md b/11ty/definitions/police-brutality.md new file mode 100644 index 00000000..6592bc3e --- /dev/null +++ b/11ty/definitions/police-brutality.md @@ -0,0 +1,8 @@ +--- +title: police brutality +slug: police-brutality +defined: false +flag: + level: warning + text: content warning +--- \ No newline at end of file diff --git a/11ty/definitions/psych.md b/11ty/definitions/psych.md index 044e4712..a05afffa 100644 --- a/11ty/definitions/psych.md +++ b/11ty/definitions/psych.md @@ -1,5 +1,8 @@ --- -title: Psych ableist slur +title: Psych slug: psych defined: false +flag: + level: avoid + text: ableist language --- \ No newline at end of file diff --git a/11ty/definitions/racism.md b/11ty/definitions/racism.md index e013369f..6b192d8b 100644 --- a/11ty/definitions/racism.md +++ b/11ty/definitions/racism.md @@ -2,4 +2,7 @@ title: Racism slug: racism defined: false +flag: + level: warning + text: content warning --- \ No newline at end of file diff --git a/11ty/definitions/racist-language.md b/11ty/definitions/racist-language.md new file mode 100644 index 00000000..98070826 --- /dev/null +++ b/11ty/definitions/racist-language.md @@ -0,0 +1,8 @@ +--- +title: Racist language +slug: racist-language +defined: false +flag: + level: warning + text: content warning +--- diff --git a/11ty/definitions/rape.md b/11ty/definitions/rape.md new file mode 100644 index 00000000..2fdb9d0c --- /dev/null +++ b/11ty/definitions/rape.md @@ -0,0 +1,8 @@ +--- +title: Rape +slug: rape +defined: false +flag: + level: warning + text: content warning +--- \ No newline at end of file diff --git a/11ty/definitions/self-harm.md b/11ty/definitions/self-harm.md new file mode 100644 index 00000000..806557a5 --- /dev/null +++ b/11ty/definitions/self-harm.md @@ -0,0 +1,8 @@ +--- +title: Self-harm +slug: self-harm +defined: false +flag: + level: warning + text: content warning +--- diff --git a/11ty/definitions/sexual-assault.md b/11ty/definitions/sexual-assault.md new file mode 100644 index 00000000..b839115f --- /dev/null +++ b/11ty/definitions/sexual-assault.md @@ -0,0 +1,8 @@ +--- +title: sexual assault +slug: sexual-assault +defined: false +flag: + level: warning + text: content warning +--- \ No newline at end of file diff --git a/11ty/definitions/stupid.md b/11ty/definitions/stupid.md index 01080da5..4ac6f545 100644 --- a/11ty/definitions/stupid.md +++ b/11ty/definitions/stupid.md @@ -4,5 +4,5 @@ slug: stupid defined: false flag: level: avoid - text: ableist slur + text: ableist language --- diff --git a/11ty/definitions/suicide.md b/11ty/definitions/suicide.md new file mode 100644 index 00000000..c497d746 --- /dev/null +++ b/11ty/definitions/suicide.md @@ -0,0 +1,8 @@ +--- +title: Suicide +slug: suicide +defined: false +flag: + level: warning + text: content warning +--- diff --git a/11ty/definitions/transmisia.md b/11ty/definitions/transmisia.md new file mode 100644 index 00000000..f1ed64e2 --- /dev/null +++ b/11ty/definitions/transmisia.md @@ -0,0 +1,8 @@ +--- +title: transmisia +slug: transmisia +defined: false +flag: + level: warning + text: content warning +--- diff --git a/11ty/definitions/transphobia.md b/11ty/definitions/transphobia.md new file mode 100644 index 00000000..9e05a132 --- /dev/null +++ b/11ty/definitions/transphobia.md @@ -0,0 +1,8 @@ +--- +title: transphobia +slug: transphobia +defined: false +flag: + level: warning + text: content warning +--- diff --git a/11ty/definitions/trauma.md b/11ty/definitions/trauma.md new file mode 100644 index 00000000..79557f51 --- /dev/null +++ b/11ty/definitions/trauma.md @@ -0,0 +1,8 @@ +--- +title: trauma +slug: trauma +defined: false +flag: + level: warning + text: content warning +--- \ No newline at end of file diff --git a/11ty/definitions/weight-gain.md b/11ty/definitions/weight-gain.md new file mode 100644 index 00000000..80ec6396 --- /dev/null +++ b/11ty/definitions/weight-gain.md @@ -0,0 +1,8 @@ +--- +title: weight gain +slug: weight-gain +defined: false +flag: + level: warning + text: content warning +--- diff --git a/11ty/definitions/weight-loss.md b/11ty/definitions/weight-loss.md new file mode 100644 index 00000000..039ccca1 --- /dev/null +++ b/11ty/definitions/weight-loss.md @@ -0,0 +1,8 @@ +--- +title: weight loss +slug: weight-loss +defined: false +flag: + level: warning + text: content warning +--- diff --git a/11ty/definitions/white-feminism.md b/11ty/definitions/white-feminism.md new file mode 100644 index 00000000..37b1704b --- /dev/null +++ b/11ty/definitions/white-feminism.md @@ -0,0 +1,8 @@ +--- +title: white feminism +slug: white-feminism +defined: false +flag: + level: warning + text: content warning +--- diff --git a/11ty/definitions/xenophoba.md b/11ty/definitions/xenophoba.md new file mode 100644 index 00000000..4fb94c8a --- /dev/null +++ b/11ty/definitions/xenophoba.md @@ -0,0 +1,8 @@ +--- +title: xenophobia +slug: xenophobia +defined: false +flag: + level: warning + text: content warning +--- \ No newline at end of file diff --git a/assets/css/abstracts/_mixins.scss b/assets/css/abstracts/_mixins.scss index e0e2cfb6..ad928545 100644 --- a/assets/css/abstracts/_mixins.scss +++ b/assets/css/abstracts/_mixins.scss @@ -2,6 +2,10 @@ content: '🚨'; } +@mixin icon__warning() { + content: '⚠️'; +} + @mixin icon__alt() { content: '👍'; } diff --git a/assets/css/abstracts/_variables.scss b/assets/css/abstracts/_variables.scss index ba8ea795..d1bf4240 100644 --- a/assets/css/abstracts/_variables.scss +++ b/assets/css/abstracts/_variables.scss @@ -3,6 +3,10 @@ $secondary-color: hsl(120, 100%, 25%); $dark-red: hsl(0, 100%, 32.2%); $pink: hsl(349.5, 100%, 87.6%); +$dark-green: hsl(120, 100%, 15%); +$yellow: hsl(50, 100%, 50%); +$dark-yellow: hsl(50, 100%, 20%); +$pale-yellow: hsl(50, 100%, 86%); $black: hsl(0, 0%, 13%); $white: hsl(0, 0%, 100%); @@ -13,4 +17,4 @@ $light-grey: hsl(0, 0%, 93.3%); // for backgrounds only $browser-context: 16; $lt-background-color: $pink; - +$lt-background-color-warning: $pale-yellow; diff --git a/assets/css/components/_flag.scss b/assets/css/components/_flag.scss index 25fac85a..93a9d047 100644 --- a/assets/css/components/_flag.scss +++ b/assets/css/components/_flag.scss @@ -1,5 +1,5 @@ .flag__red { - background-color: rgb(255, 192, 203); + background-color:$lt-background-color; border-radius: 1rem; display: inline-block; font-size: 0.9rem; @@ -13,3 +13,19 @@ @include icon__embed(); } } + +.flag__yellow { + background-color: $lt-background-color-warning; + border-radius: 1rem; + display: inline-block; + font-size: 0.9rem; + font-weight: bold; + margin: 0.5rem 0.75rem 0.25rem 0; + padding: 0.45rem 0.65rem; + text-transform: lowercase; + + &:before { + @include icon__warning(); + @include icon__embed(); + } +} diff --git a/assets/css/components/_word.scss b/assets/css/components/_word.scss index ba6d3870..17e6c016 100644 --- a/assets/css/components/_word.scss +++ b/assets/css/components/_word.scss @@ -74,7 +74,7 @@ text-transform: uppercase; &--avoid { - --word-signal-color: #a40000; + --word-signal-color: $dark-red; &:before { @include icon__avoid(); @@ -83,7 +83,7 @@ } &--better { - --word-signal-color: green; + --word-signal-color: $dark-green; &:before { @include icon__alt(); @@ -97,5 +97,12 @@ @include icon__hanging(); } } + &--warning { + --word-signal-color: $dark-yellow; + &:before { + @include icon__warning(); + @include icon__hanging(); + } + } } } diff --git a/assets/css/structures/_definition-content.scss b/assets/css/structures/_definition-content.scss index 8e48d088..27d4a9cc 100644 --- a/assets/css/structures/_definition-content.scss +++ b/assets/css/structures/_definition-content.scss @@ -81,7 +81,7 @@ text-transform: uppercase; &--avoid { - --word-signal-color: #a40000; + --word-signal-color: $dark-red; &:before { @include icon__avoid(); @@ -90,7 +90,7 @@ } &--better { - --word-signal-color: green; + --word-signal-color: $dark-green; &:before { @include icon__alt(); @@ -104,6 +104,15 @@ @include icon__hanging(); } } + + &--warning { + --word-signal-color: $dark-yellow; + + &:before { + @include icon__warning(); + @include icon__hanging(); + } + } } } From 465ac7bff276e2896bdb298871ab34cfea08133a Mon Sep 17 00:00:00 2001 From: Tatiana Mac Date: Sat, 9 May 2020 20:34:49 -0700 Subject: [PATCH 07/13] =?UTF-8?q?=E2=9E=95=20Add=20-misia,=20updates=20fat?= =?UTF-8?q?phobia=20(#111)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * ➕ Add misia, update fatphobia * ✏️ Applied PR revisions * 🐛 Resolve build error * 🐛 Resolve build error * 🐛 Resolve build error * ➕ Add definition for overrepresented majority, underrepresented minority (#116) * ➕ Added Asian terms and subterms, Orientalism * feat: add overrepresented majoirty * ➕ [DRAFT] Added overrepresented-majority * Adding underrepresented minority * 🐛 Fixes flag build issue * Improve interlinking * flag: Co-authored-by: Tierney Cyren * Fixes term link issue * Flag update * Fixes link issues * Adds manual interlinking to minoritised * ⚠️ Add flag design for content warning (#120) * ⚠️ Add flag design for content warning * Fix build error * Lol fix build error * Added terms Co-authored-by: Tierney Cyren --- 11ty/definitions/-misia.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/11ty/definitions/-misia.md b/11ty/definitions/-misia.md index 7d0eb5df..1334c67d 100644 --- a/11ty/definitions/-misia.md +++ b/11ty/definitions/-misia.md @@ -7,36 +7,37 @@ sub_terms: - text: Fat full_title: fatmisia - text: Islam - full_title: fatmisia + full_title: Islamomisia - text: Trans full_title: transmisia reading: - text: Beatley Library Anti-Oppression Guide href: https://simmons.libguides.com/anti-oppression#s-lib-ctab-10174165-1 - - text: 'Anti-Oppression: Anti-Fatmisia' + - text: "Anti-Oppression: Anti-Fatmisia" href: https://simmons.libguides.com/anti-oppression/anti-fatmisia --- +--- from Greek for hate or hatred ## Use --Misia can be appended to minoritised identifiers that are targeted for hate, such as to fat (fatmisia), trans (transmisia), or Islam (Islamomisia). +-Misia can be appended to minoritised identifiers that are targeted for hate, such as fat (fatmisia), trans (transmisia), or Islam (Islamomisia). ## Issues -Phobia is Greek for 'fear of'. -When used as a suffix in the context of Islamophobia, transphobia, or fatphobia, it is translated to mean that the group has a fear of individuals and communities who identify in those ways. However, the implication and subtext typically is that there is prejudice and discrimination against those groups. It falsely masks hate as fear. +When used as a suffix in the context of Islamophobia, transphobia, or fatphobia, it is implied that the individual or group has a _fear_ of individuals and communities who identify in those ways. Rather than a direct translation, however, the implication and subtext of these terms is one of prejudice and discrimination. Using the term phobia falsely masks hate as fear. -Additionally, phobias are one real component of anxiety disorders and mental illness, so conflating prejudice and discrimination (things that can be helped) with anxiety disorders (things that cannot necessarily be helped) additionally harms people who experience phobias from their anxiety disorders. +Additionally, people with anxiety disorders and mental illness can also experience phobias, so conflating prejudice and discrimination (attitudes and behaviours that can be changed) with medical conditions that cannot be changed additionally harms people who experience phobias from their anxiety disorders. -As such, it removes the responsibility from those who exhibit prejudice and discrimination as it implies it is outside of their control. +As such, using the term phobia removes the responsibility from those who exhibit prejudice and discrimination as it implies it is outside of their control. ## Impact Hateful actions of prejudice and discrimination are unfairly conflated with mental illness. It can create a false parallel where one could imply that actual phobias are something that can be controlled, which harms people who experience actual phobias. -Meanwhile, people exhibiting prejudice and discrimination are given excuses for their bigoted behaviour and not held accountable. +Meanwhile, people exhibiting prejudice and discrimination are given excuses for their bigoted behaviour and not held accountable for their actions. ## Preferable To From ce3d7fb924e37617cbdf50f2c7bbd2ed9aca444b Mon Sep 17 00:00:00 2001 From: Sophie <2573361+sophieschoice@users.noreply.github.com> Date: Sun, 10 May 2020 20:39:24 +0000 Subject: [PATCH 08/13] =?UTF-8?q?=F0=9F=8C=90=20Adds=20translations=20/=20?= =?UTF-8?q?nl=5FNL=20=20(#87)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * NL translation * update NL translations * Update 11ty/definitions/nl_NL/biseksueel.md Co-authored-by: qrazi Co-authored-by: qrazi Co-authored-by: Tatiana Mac --- 11ty/definitions/nl_NL/biseksueel.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 11ty/definitions/nl_NL/biseksueel.md diff --git a/11ty/definitions/nl_NL/biseksueel.md b/11ty/definitions/nl_NL/biseksueel.md new file mode 100644 index 00000000..87e51b41 --- /dev/null +++ b/11ty/definitions/nl_NL/biseksueel.md @@ -0,0 +1,16 @@ +--- +title: Biseksueel +slug: biseksueel +speech: adj +defined: true +--- + +het zijn, relateren aan of zich laten kenmerken door seksueel aangetrokken zijn tot meer dan een geslacht. + +#### Opmerking + +Biseksualiteit sluit aangetrokken zijn tot [non-binaire](#non-binair) personen of [transgenders](#transgender) niet uit. + +#### Meer informatie + +[Am I Bisexual?](http://www.bisexualindex.org.uk/index.php/AmIBisexual) From b443b777be3197e6a9fec374767985d0bbb0b7c0 Mon Sep 17 00:00:00 2001 From: tatianamac Date: Sun, 10 May 2020 20:24:53 -0700 Subject: [PATCH 09/13] =?UTF-8?q?=20=E2=9E=95=20Add=20nl=5FNL=20bisexual?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 11ty/definitions/bisexual.md | 7 +++++-- 11ty/definitions/nl_NL/biseksueel.md | 10 +++++++--- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/11ty/definitions/bisexual.md b/11ty/definitions/bisexual.md index d1886e04..50b7499d 100644 --- a/11ty/definitions/bisexual.md +++ b/11ty/definitions/bisexual.md @@ -3,6 +3,9 @@ title: Bisexual slug: bisexual speech: adj defined: true +reading: + - text: Am I Bisexual? + href: http://www.bisexualindex.org.uk/index.php/AmIBisexual --- of, relating to, or characterised by being sexually attracted to more than one gender. @@ -11,6 +14,6 @@ of, relating to, or characterised by being sexually attracted to more than one g Bisexuality does not preclude attraction to [non-binary](/definitions/non-binary) or [transgender](/definitions/transgender) people. -## Further Reading +## Other languages -[Am I Bisexual?](http://www.bisexualindex.org.uk/index.php/AmIBisexual) +[Nederlands](/definitions/nl_NL/biseksueel) \ No newline at end of file diff --git a/11ty/definitions/nl_NL/biseksueel.md b/11ty/definitions/nl_NL/biseksueel.md index 87e51b41..7595111e 100644 --- a/11ty/definitions/nl_NL/biseksueel.md +++ b/11ty/definitions/nl_NL/biseksueel.md @@ -7,10 +7,14 @@ defined: true het zijn, relateren aan of zich laten kenmerken door seksueel aangetrokken zijn tot meer dan een geslacht. -#### Opmerking +## Opmerking -Biseksualiteit sluit aangetrokken zijn tot [non-binaire](#non-binair) personen of [transgenders](#transgender) niet uit. +Biseksualiteit sluit aangetrokken zijn tot [non-binaire](../../non-binary) personen of [transgenders](../../transgender) niet uit. -#### Meer informatie +## Meer informatie [Am I Bisexual?](http://www.bisexualindex.org.uk/index.php/AmIBisexual) + +## Andere talen + +[English](../../bisexual) \ No newline at end of file From a864877f94bae10f53504846350d4677afc59abd Mon Sep 17 00:00:00 2001 From: Tatiana Mac Date: Sun, 10 May 2020 20:29:18 -0700 Subject: [PATCH 10/13] =?UTF-8?q?=E2=9E=95=20Adds=20powwow=20(#122)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * [WIP] draft for powwow * 🐛 Fix build error --- 11ty/definitions/pow-wow.md | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 11ty/definitions/pow-wow.md diff --git a/11ty/definitions/pow-wow.md b/11ty/definitions/pow-wow.md new file mode 100644 index 00000000..d72a9594 --- /dev/null +++ b/11ty/definitions/pow-wow.md @@ -0,0 +1,36 @@ +--- +title: pow-wow +slug: pow-wow +defined: true +speech: noun or verb +flag: + level: avoid + text: cultural appropriation +alt-words: +- brainstorm/brainstorming session +- gather/gathering +- get together +- meet/meeting +- whiteboard/whiteboarding session +- work/working session +reading: +- text: Use these culturally offensive phrases, questions at your own risk + href: https://www.ictinc.ca/blog/culturally-offensive-phrases-you-should-use-at +- text: "Vice: How to be an ally to Native Americans and Indigenous people" + href: https://www.vice.com/en_us/article/pa5a3m/how-to-be-an-ally-to-native-americans-indigenous-people +- text: "Mic: Things we need to stop saying about Native Americans" + href: https://www.mic.com/articles/144584/things-we-need-to-stop-saying-about-native-americans +- text: "Working Effectively with Indigenous Peoples (4th Ed)" + href: https://www.chinookmarketplace.com/products/book-working-effectively-with-indigenous-peoples-4th-edition +--- +comes from the Narragansett word _powwaw_, meaning "spiritual leader; (also spelled powwow, powaw, pawaw, powah, pauwau and pawau); social gathering, ceremony, or celebrations held in different Native American communities that can be spiritually symbolic in nature, involve dancing and regalia, and involve months of planning with hundreds of people in attendance; colloquially is culturally appropriated and used to mean "to meet" (verb) or meeting, working session, or gathering (noun). + +## Issue +Non-Native/non-Indigenous people using pow-wow outside of the context of its Native American meaning and significance is culturally appropriation through terminology. + +Using culturally appropriative language while Native American and Indigenous people are systematically harmed reinforces settler colonial oppression. + +## Impact +Cultural appropriation is problematic because it robs the culture from the people without their consent, while the people behind the culture are left behind and systemically excluded from the spaces using their culture. + +Using Native and Indigenous culture outside of its intended meaning also demeans its value to the culture. Connoting that your five-person meeting about making an app is somehow the same as culturally significant event minimises what powwows are. \ No newline at end of file From daf0661b014fcd02e7bbc7d5d26ab081d259a48a Mon Sep 17 00:00:00 2001 From: Harsh Kapadia Date: Tue, 12 May 2020 04:00:32 +0530 Subject: [PATCH 11/13] =?UTF-8?q?=F0=9F=90=9B=20Fixed=20mobile=20view=20fo?= =?UTF-8?q?r=20home=20page=20(#124)=20(#127)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/css/structures/_grid.scss | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/assets/css/structures/_grid.scss b/assets/css/structures/_grid.scss index d8a394ad..a99605ee 100644 --- a/assets/css/structures/_grid.scss +++ b/assets/css/structures/_grid.scss @@ -15,6 +15,13 @@ ); } +@media screen and (max-width: 880px) { + .auto-grid { + display: flex; + flex-direction: column; + } +} + .small-left-grid { display: grid; grid-gap: 1rem; From 4e75a3c34d52219df90486579fea3e2197eafdb0 Mon Sep 17 00:00:00 2001 From: Amberley Date: Mon, 11 May 2020 18:28:25 -0500 Subject: [PATCH 12/13] =?UTF-8?q?=E2=9E=95=20Renames=20r-tard,=20adds=20de?= =?UTF-8?q?finition=20for=20r-word=20(#123)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * rename r-tard to r-word, and suggest definition * add introduction to the word and euphemism, and amend to use intl english * address other comments Co-authored-by: Tatiana Mac --- 11ty/definitions/r-tard.md | 8 -------- 11ty/definitions/r-word.md | 40 ++++++++++++++++++++++++++++++++++++++ 2 files changed, 40 insertions(+), 8 deletions(-) delete mode 100644 11ty/definitions/r-tard.md create mode 100644 11ty/definitions/r-word.md diff --git a/11ty/definitions/r-tard.md b/11ty/definitions/r-tard.md deleted file mode 100644 index 7afebc4c..00000000 --- a/11ty/definitions/r-tard.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: R-tard -slug: r-tard -defined: false -flag: - level: avoid - text: ableist slur ---- diff --git a/11ty/definitions/r-word.md b/11ty/definitions/r-word.md new file mode 100644 index 00000000..a2f3cbdb --- /dev/null +++ b/11ty/definitions/r-word.md @@ -0,0 +1,40 @@ +--- +title: R-word +slug: r-word +defined: true +speech: noun +flag: + level: avoid + text: ableist slur +reading: + - text: 'Why Use of the R-Word Needs to Stop' + href: https://www.verywellfamily.com/what-is-the-r-word-3105651 + - text: 'End the R word' + href: https://www.sonc.org/EndtheRWord +--- + +Previously, the word "retard" (often referred to by the euphemism "the r-word") was used in a medical context as an umbrella term to describe people with intellectual and developmental disabilities (I/DD). + +In modern use, the r-word is generally used as a denigrating term for a person with an I/DD, or to compare someone _without_ an I/DD to someone _with_ an I/DD in a derogatory sense. + +## Issues + +While the term was previously used in a medical context, use of the word has transitioned to having a negative connotation in modern language. Changes are being made in both the medical and legal fields to reflect that conversational shift. + +[Rosa's Law was passed in 2010](https://www.congress.gov/111/plaws/publ256/PLAW-111publ256.pdf) to eliminate all references to "mental retardation" in U.S. federal law, replacing them with "intellectual disability". + +The [DSM-5 update in 2013](https://www.psychiatry.org/File%20Library/Psychiatrists/Practice/DSM/APA_DSM-5-Intellectual-Disability.pdf) replaced "mental retardation" with "intellectual disability". [The Diagnostic and Statistical Manual of Mental Disorders (DSM)](https://www.psychiatry.org/psychiatrists/practice/dsm/feedback-and-questions/frequently-asked-questions) is the handbook used by health care professionals in the United States and much of the world as the authoritative guide to the diagnosis of mental disorders. The DSM is [periodically revised](https://www.psychiatry.org/File%20Library/Psychiatrists/Practice/DSM/APA_DSM-5-Intellectual-Disability.pdf) to align the manual's content with modern language and in reflection of the most up-to-date research and diagnostic criteria. + +## Impact + +Regardless of whether r-word is being used to describe someone with or without an I/DD, use of the word contributes to the dehumanisation, stigmatisation, and negative perceptions of people with an I/DD. + +By using ableist language, we are perpetuating violence against people who experience mental or psychological disabilities. Using this language perpetuates those systems and language of harm, regardless of our intent. + +## Alt Words + +If you are using it to describe or refer to a person with an I/DD in a context where their I/DD is relevant, first be certain that they have an I/DD. Use a term that does not have a derogatory connotation ("intellectual disability", or the name of the actual disability, if applicable). If you use the name of the actual disability, be certain that you are correct, and be certain that they are comfortable with using the name. + +If you are using it to describe or refer to a person with an I/DD in a context where their I/DD is not relevant, don't. Describe something else about them as a person. if someone is writing an article about a person with an I/DD, the relevance of their I/DD should be led by them. Avoid "inspiration porn", which is the portrayal of people with disabilities as inspirational solely or in part on the basis of their disability. ([Coined by Stella Young](https://www.youtube.com/watch?v=SxrS7-I_sMQ)). + +If you are using it to describe or refer to a person without an I/DD, don't. Use a different, more relevant, descriptive word. From 1e8e8549cc5f5e8328c31ba1738faea61f65c9b3 Mon Sep 17 00:00:00 2001 From: Frederik Prijck Date: Wed, 13 May 2020 08:07:19 +0200 Subject: [PATCH 13/13] Update biseksueel.md (#126) * Update biseksueel.md * Use gender instead of geslacht for dutch definition of bisexual Co-authored-by: Tatiana Mac --- 11ty/definitions/nl_NL/biseksueel.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/11ty/definitions/nl_NL/biseksueel.md b/11ty/definitions/nl_NL/biseksueel.md index 7595111e..ba97e48b 100644 --- a/11ty/definitions/nl_NL/biseksueel.md +++ b/11ty/definitions/nl_NL/biseksueel.md @@ -5,7 +5,7 @@ speech: adj defined: true --- -het zijn, relateren aan of zich laten kenmerken door seksueel aangetrokken zijn tot meer dan een geslacht. +het zijn, relateren aan of zich laten kenmerken door seksueel aangetrokken te zijn tot meer dan één gender. ## Opmerking @@ -17,4 +17,4 @@ Biseksualiteit sluit aangetrokken zijn tot [non-binaire](../../non-binary) perso ## Andere talen -[English](../../bisexual) \ No newline at end of file +[English](../../bisexual)