Editing
Social Movements
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}} Social Movements are purposeful, organized groups that strive to work toward a common goal, typically involving the attempt to create change in a society's social, political, or economic structure. From the Civil Rights Movement and the Women's Suffrage Movement to modern environmental and digital privacy movements, these groups represent the "collective voice" of people who feel that existing institutions have failed them. Understanding social movements involves exploring how they mobilize resources, how they "frame" their message to attract followers, and how they navigate the path from protest to institutional reform. </div> __TOC__ <div style="background-color: #000080; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;"> == <span style="color: #FFFFFF;">Remembering</span> == * '''Social Movement''' β A large, organized group of people who are trying to promote or resist social change. * '''Collective Behavior''' β Non-institutionalized activity in which several or many people voluntarily engage. * '''Mobilization''' β The process of bringing together people and resources for a social movement. * '''Frame Analysis''' β The way a movement "packages" its message to resonate with the public's values and beliefs. * '''Resource Mobilization Theory''' β The theory that a movement's success depends on its ability to acquire money, labor, and media attention. * '''Relative Deprivation''' β The feeling that you are being deprived of something you are entitled to, compared to others. * '''Activism''' β The policy or action of using vigorous campaigning to bring about political or social change. * '''Reform Movement''' β A movement that seeks to change something specific about the social structure (e.g., marriage equality). * '''Revolutionary Movement''' β A movement that seeks to completely overhaul every aspect of society (e.g., the French Revolution). * '''Resistance Movement''' β A movement that seeks to prevent or undo a change to the social structure. * '''Direct Action''' β The use of strikes, demonstrations, or other public forms of protest rather than negotiation to achieve one's demands. * '''Coalition''' β An alliance for combined action, especially a temporary alliance of political parties forming a government or of states. * '''Political Opportunity Structure''' β The extent to which a political system is open or closed to the demands of a social movement. * '''Digital Activism''' β The use of digital tools (social media, hashtags, websites) to organize and promote a movement. </div> <div style="background-color: #006400; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;"> == <span style="color: #FFFFFF;">Understanding</span> == Social movements don't just happen; they are built. '''The Lifecycle of a Movement (Blumer/Mauss)''': 1. '''Emergence''': People realize there is a problem and start to organize. 2. '''Coalescence''': The movement becomes organized and recruits members. Leaders emerge. 3. '''Bureaucratization''': The movement becomes a formal organization with a budget and staff. 4. '''Decline''': The movement either succeeds, fails, is co-opted (absorbed by the state), or becomes a permanent part of the mainstream. '''Framing (The "Story")''': To get people to join, you must "Frame" the problem. * '''Diagnostic Framing''': Defining what the problem is and who is to blame. * '''Prognostic Framing''': Offering a solution. * '''Motivational Framing''': A "call to action" that gives people a reason to help. '''Resource Mobilization''': A movement needs more than just "anger." It needs '''Money''' (to print signs or run ads), '''People''' (to show up to marches), '''Leadership''' (to negotiate), and '''Media''' (to tell their story to the world). </div> <div style="background-color: #8B0000; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;"> == <span style="color: #FFFFFF;">Applying</span> == '''Modeling 'The Tipping Point' for Social Change:''' <syntaxhighlight lang="python"> def simulate_movement_growth(initial_believers, total_pop, persuasion_rate): """ Shows how a movement can stay small for years and then suddenly 'explode' once it hits a critical mass. """ believers = initial_believers for year in range(1, 11): # New believers = current * persuasion * (1 - saturation) new_believers = believers * persuasion_rate * (1 - believers/total_pop) believers += new_believers perc = (believers / total_pop) * 100 print(f"Year {year:2d}: {perc:4.1f}% of population involved.") if perc > 25: print(" >>> TIPPING POINT REACHED! <<<") persuasion_rate *= 2 # Momentum increases # A movement starting with 1% of the people simulate_movement_growth(100, 10000, 0.4) </syntaxhighlight> ; Iconic Social Movements : '''Civil Rights Movement''' β Used non-violent direct action to dismantle systemic segregation in the US. : '''Environmentalism''' β From local "Save the Whale" campaigns to global climate strikes. : '''LGBTQ+ Rights''' β Shifting from secret social clubs to the global "Pride" movement and legal equality. : '''Anti-Apartheid''' β A global movement that used boycotts and divestment to end racial segregation in South Africa. </div> <div style="background-color: #8B4500; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;"> == <span style="color: #FFFFFF;">Analyzing</span> == {| class="wikitable" |+ Successful vs. Failed Movements ! Factor !! Successful Movement !! Failed Movement |- | Goal || Specific and achievable || Vague or "impossible" |- | Leadership || Unified and strategic || Fractured or chaotic |- | Public Opinion || Successfully "Reframed" as a moral issue || Seen as "radical" or "extremist" |- | Timing || Political system was "Open" to change || Met with total repression or "Closed" system |} '''The Paradox of Success''': Sometimes, when a movement wins, it "dies." If a movement's goal was to pass a specific law, and the law passes, the members often go home. This is why some movements continuously "pivot" to new goals to stay aliveβa process called '''Goal Displacement'''. </div> <div style="background-color: #483D8B; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;"> == <span style="color: #FFFFFF;">Evaluating</span> == Evaluating a movement's impact: # '''Policy Change''': Did any laws or regulations change? # '''Cultural Change''': Did the way people ''talk'' and ''think'' about the issue change (e.g., the #MeToo movement)? # '''Institutionalization''': Did the movement's leaders get jobs in the government or corporations they were protesting? # '''Backlash''': Did the movement provoke a powerful "counter-movement" that made things worse for its members? </div> <div style="background-color: #2F4F4F; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;"> == <span style="color: #FFFFFF;">Creating</span> == Future Frontiers: # '''Leaderless Movements''': Analyzing how "decentralized" movements (like Anonymous or the Arab Spring) operate without a clear head. # '''Algorithmic Resistance''': How movements can "game" or "hack" social media algorithms to ensure their message is seen. # '''Global Solidarity''': Using the internet to create movements that transcend borders (e.g., Black Lives Matter or the Global Climate Strike). # '''AI-Driven Mobilization''': Using AI to personalize the "Frame" for millions of potential recruits based on their specific psychological profiles. [[Category:Sociology]] [[Category:Politics]] [[Category:Social Science]] </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