Editing
Second-Wave Feminism and the Social Revolution
(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 Wage Gap' (Predicting 'Economic Impact'):''' <syntaxhighlight lang="python"> def calculate_career_earnings(years_worked, is_female, has_child): """ Shows why 'Workplace Equality' was the goal. """ base_salary = 50000 total = years_worked * base_salary if is_female: # The 'Glass Ceiling' and 'Wage Gap' (~80%) total = total * 0.80 if has_child and is_female: # The 'Motherhood Penalty' (Missed promotions/Reduced hours) total = total * 0.90 return f"PROJECTED LIFETIME EARNINGS: ${int(total)}. (Systemic Gap: ${int((years_worked * base_salary) - total)})." # Case: A woman with a child over 30 years print(calculate_career_earnings(30, True, True)) </syntaxhighlight> ; Second-Wave Landmarks : ''' 'Our Bodies, Ourselves' ''' (1970) β The "Bible" of **Women's Health**: a "Book" "Written by Women for Women," "Taking Back" "Medical Knowledge" (see Article 596) from "Male Doctors." : '''The 'Battle of the Sexes' ''' (1973) β When **Billie Jean King** "Beat" **Bobby Riggs** in "Tennis," "Proving" "Physical Equality" to a "Global Audience" of **50 Million.** : '''Black Feminism''' (Combahee River Collective) β "Highlighting" that the "Second Wave" was "Too White" and "Middle Class," "Establishing" the "Need" for **"Intersectionality"** (Race + Gender + Class). : '''The 'Women's Strike for Equality' (1970)''' β When **50,000 Women** "Marched" down "Fifth Avenue," "Demanding" "Equal Pay" and "Childcare," "Demonstrating" "Mass Power." </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