Editing
Critical Race Theory
(section)
Jump to navigation
Jump to search
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
== <span style="color: #FFFFFF;">Applying</span> == '''Modeling 'The Systemic Bias' (How a 'Neutral' rule creates a gap):''' <syntaxhighlight lang="python"> def calculate_wealth_accumulation(initial_wealth, annual_return, debt_penalty): """ Shows how historical gaps grow over time. """ current_wealth = initial_wealth for year in range(30): # One generation current_wealth = current_wealth * (1 + annual_return) - debt_penalty return round(current_wealth) # Family A (White): Inherited $50k, 5% return, Low debt. print(f"Family A (30 years): ${calculate_wealth_accumulation(50000, 0.05, 1000)}") # Family B (Black): Inherited $0, 5% return, High debt (from lack of safety net). print(f"Family B (30 years): ${calculate_wealth_accumulation(0, 0.05, 5000)}") # The 'Rules' (5% return) are the same, but the 'Outcome' is a massive gap. </syntaxhighlight> ; CRT Landmarks : '''The 'Redlining' Maps (1930s)''' → Government maps that literally "Drew a red line" around Black neighborhoods, making it illegal for them to get home loans—creating the "Wealth Gap" we see today. : '''Mapping Intersectionality (1989)''' → Kimberlé Crenshaw's paper that showed how Black women were being "Forgotten" by both the feminist and the anti-racist movements. : '''The 'Bell Curve' Critique''' → CRT scholars fighting back against 1990s books that tried to use "Fake Science" to prove that some races were "Less Intelligent." : '''The 1619 Project (2019)''' → A journalistic project that "Reframed" US history by putting the arrival of the first enslaved Africans at the very center of the story. </div> <div style="background-color: #8B4500; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;">
Summary:
Please note that all contributions to BloomWiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
BloomWiki:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Navigation menu
Personal tools
Not logged in
Talk
Contributions
Create account
Log in
Namespaces
Page
Discussion
English
Views
Read
Edit
View history
More
Search
Navigation
Main page
Recent changes
Random page
Help about MediaWiki
Tools
What links here
Related changes
Special pages
Page information