Editing
Second-Wave Feminism and the Social Revolution
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!
<div style="background-color: #4B0082; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;"> {{BloomIntro}} Second-Wave Feminism and the Social Revolution is the "Study of the Personal"βthe investigation of the "Transformative Movement" (~1960sβ1980s) that "Expanded" the "Focus" of feminism from "Legal Rights" (see Article 641) to "Everyday Life," "Domesticity," "Workplace Equality," and "Reproductive Autonomy." While the "First Wave" was about "The Vote," the **Second Wave** was about "The Body and the Office." From **Betty Friedanβs** "The Feminine Mystique" and **Gloria Steinem** to "Roe v. Wade" and the "Equal Rights Amendment" (ERA), this field explores the "Liberation of the Self." It is the science of "Social Structure," explaining why "The Personal is Political"βand how "Women" "Challenged" the "Hidden Barriers" of the "Nuclear Family." </div> __TOC__ <div style="background-color: #000080; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;"> == <span style="color: #FFFFFF;">Remembering</span> == * '''Second-Wave Feminism''' β The "Period" of "Feminist Activity" that "Addressed" "De Facto" (Social) "Inequalities": "Family," "Workplace," "Sexuality," and "Reproductive Rights." * '''Betty Friedan''' β The "Spark": author of 'The Feminine Mystique' (1963), which "Identified" "The Problem That Has No Name" (The 'Boredom and Frustration' of suburban housewives). * '''Gloria Steinem''' β The "Face": a "Journalist" and "Founder" of 'Ms. Magazine,' who "Mainstreamed" "Feminist Ideas." * '''Reproductive Rights''' β The "Right" to "Control" "One's Own Body," including "Contraception" (The Pill) and "Abortion." * '''Roe v. Wade''' (1973) β The "Landmark" "US Supreme Court Case" that "Established" a "Constitutional Right" to "Abortion." * '''Title IX''' (1972) β The "US Law" that "Prohibited" "Sex Discrimination" in "Education" and "Sports," "Changing" the "Future" for "Millions of Girls." * '''Equal Rights Amendment''' (ERA) β A "Proposed" amendment to the "US Constitution" to "Guarantee" "Equal Rights" "Regardless of Sex" (It "Failed" to be ratified but "Sparked" "National Debate"). * '''Consciousness-Raising''' β A "Method" where "Groups of Women" "Shared" "Personal Experiences" to "Realize" that their "Problems" were "Systemic," not "Individual." * '''Glass Ceiling''' β The "Invisible Barrier" that "Prevents" "Women" from "Reaching" the "Top Levels" of "Corporate Leadership." * '''The Pill''' (Oral Contraceptive) β (1960). The "Technological Tool" (see Article 155) that "Allowed" women to "Separate" "Sex" from "Procreation," "Enabling" "Careers" and "Education." </div> <div style="background-color: #006400; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;"> == <span style="color: #FFFFFF;">Understanding</span> == Second-Wave Feminism is understood through '''Domesticity''' and '''Autonomy'''. '''1. The "Golden Cage" (The Feminine Mystique)''': Why were "Happy Housewives" "Sad"? * In the **1950s**, the "Ideal" was a "Woman" whose "Whole Purpose" was to "Serve" the **"Family."** * **Betty Friedan** "Revealed" that "Millions" of women felt **"Stifled"** and **"Empty."** * She "Argued" that "Women" "Needed" **"Identities"** "Outside" of "Wife and Mother." * "The Kitchen" was a **"Political Space."** '''2. The "Personal is Political" (Social Logic)''': "Private" problems are "Public" issues. * The "Second Wave" "Argued" that "Things" like **"Housework," "Sexual Harassment,"** and **"Childcare"** were not "Private Matters" for "Each Family" to "Fix." * They were **"Political Struggles"** "Rooted" in **"Power Dynamics."** * To "Fix" them, you had to **"Change the Laws"** and **"Change the Culture."** * "The Home" was the "New Battleground." '''3. The "Biology" as "Destiny" (Reproduction)''': "Autonomy" starts with the "Uterus." * (See Article 635). You cannot have an **"Equal Career"** if you "Cannot Control" **"When"** you have a "Child." * The "Liberation" of the second wave was "Directly Linked" to **"Medical Technology"** (The Pill). * **"Reproductive Rights"** was the "Biological Foundation" of **"Economic Equality."** '''The 'Miss America' Protest (1968)'''': A "Symbolic" "Action." Feminists "Protested" the "Objectification" of women by "Crowning a Sheep" and "Throwing" "Symbols of Oppression" (Bras/Girdles/Curler) into a "Freedom Trash Can." It proved that "Culture" (Beauty standards) was a "Form of Control." </div> <div style="background-color: #8B0000; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;"> == <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;"> == <span style="color: #FFFFFF;">Analyzing</span> == {| class="wikitable" |+ First-Wave vs. Second-Wave ! Feature !! First-Wave (The Vote) !! Second-Wave (The Self) |- | Goal || "Legal Suffrage / Property Rights" || "Social Equality / Autonomy" |- | Enemy || "The Law / The State" || "The Culture / The Family / The Office" |- | Successes || "19th Amendment" || "Title IX / Roe v. Wade / Workplace Entry" |- | Tone || "Dignified / Formal" || "Revolutionary / Personal / Bold" |- | Analogy || A 'Petition' || A 'Manifesto' |} '''The Concept of "The Double Burden"''': Analyzing "The Trap." As women "Entered the Workforce," they "Still" "Did" **"90%"** of the **"Housework and Childcare."** (The 'Second Shift'). The "Second Wave" "Argued" that "True Equality" "Requires" **"Men"** to "Change" their "Role" in the "Home." "Work" is "Half" the "Story." </div> <div style="background-color: #483D8B; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;"> == <span style="color: #FFFFFF;">Evaluating</span> == Evaluating Second-Wave Feminism: # '''Impact''': Why did the **ERA** "Fail"? (The 'Backlash' and 'Phyllis Schlafly' factor). # '''Inequality''': (See Article 560). How did the "Second Wave" "Leave Behind" "Women of Color"? # '''Psychology''': (See Article 635). How did "Feminism" "Change" "Women's Self-Efficacy"? # '''Economics''': (See Article 138). How did "Women's Entry" into the "Workforce" "Change" the "Global GDP"? </div> <div style="background-color: #2F4F4F; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;"> == <span style="color: #FFFFFF;">Creating</span> == Future Frontiers: # '''The 'Glass Ceiling' AI-Auditor''': (See Article 08). An AI that "Analyzes" "Company Promotions" and "Pay Scales" to "Highlight" "Systemic Bias" "Automatically." # '''VR 'Consciousness-Raising' ''': A "Virtual Circle" where "Women from Different Generations" "Share Stories" to "Find" "Common Solutions" to "Modern Problems." # '''The 'Universal' Childcare DAO''': (See Article 533). A "Community-Owned" "Fund" that "Provides" "Childcare" for "Every Working Parent," "Ending" the "Double Burden." # '''Digital 'Reproductive' Autonomy''': (See Article 614). "Using" "Encrypted Technology" (see Article 01) to "Ensure" "Access" to "Healthcare" and "Information" in "Restrictive Regions." [[Category:Arts]] [[Category:Science]] [[Category:History]] [[Category:Sociology]] [[Category:Politics]] [[Category:Women's History]] [[Category:Human Rights]] [[Category:Philosophy]] [[Category:Civil Rights]] </div>
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)
Template used on this page:
Template:BloomIntro
(
edit
)
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