diff --git a/docs/random/political_theories.md b/docs/random/political_theories.md index 006e713..034e37b 100644 --- a/docs/random/political_theories.md +++ b/docs/random/political_theories.md @@ -40,4 +40,73 @@ Building out a spectrum of social and political theories in play in modern socie - **Overview**: Advocates for individual freedom, minimal government intervention, and a free-market economy. It emphasizes personal and economic liberty, seeking to reduce government control and taxation. - **Impact**: While more niche, libertarian ideas influence discussions on civil liberties, economic policies, and the size of government in the U.S. and, to a lesser extent, in the EU. -This spectrum represents a range of theories that contribute to a dynamic and evolving political discourse in modern society. Each theory offers different perspectives on governance, economics, social welfare, and individual freedoms, reflecting the diverse viewpoints and policy approaches in the U.S. and EU. \ No newline at end of file +This spectrum represents a range of theories that contribute to a dynamic and evolving political discourse in modern society. Each theory offers different perspectives on governance, economics, social welfare, and individual freedoms, reflecting the diverse viewpoints and policy approaches in the U.S. and EU. + +```json +{ + "Neoliberalism": [ + { + "name": "The Heritage Foundation", + "type": "organization", + "description": "A conservative think tank known for advocating free-market policies, limited government, and deregulation.", + "website": "https://www.heritage.org/" + } + ], + "Keynesian Economics": [ + { + "name": "Paul Krugman", + "type": "individual", + "description": "Nobel Prize-winning economist and columnist known for his advocacy of Keynesian economic policies.", + "website": "https://twitter.com/paulkrugman" + } + ], + "Social Democracy": [ + { + "name": "Bernie Sanders", + "type": "individual", + "description": "U.S. Senator and former presidential candidate known for his support of social democratic policies like universal healthcare and free college tuition.", + "website": "https://www.sanders.senate.gov/" + } + ], + "Populism": [ + { + "name": "Donald Trump", + "type": "individual", + "description": "45th President of the United States, known for his populist rhetoric and policies.", + "website": "https://www.donaldjtrump.com/" + } + ], + "Progressivism": [ + { + "name": "The American Prospect", + "type": "organization", + "description": "A progressive political and public policy magazine.", + "website": "https://prospect.org/" + } + ], + "Conservatism": [ + { + "name": "The Federalist Society", + "type": "organization", + "description": "An organization of conservatives and libertarians that advocates for a textualist and originalist interpretation of the United States Constitution.", + "website": "https://fedsoc.org/" + } + ], + "Green Politics": [ + { + "name": "Greenpeace USA", + "type": "organization", + "description": "An independent environmental organization that promotes efforts to address global climate change and protect biodiversity.", + "website": "https://www.greenpeace.org/usa/" + } + ], + "Libertarianism": [ + { + "name": "Cato Institute", + "type": "organization", + "description": "A libertarian think tank that advocates for public policies based on individual liberty, limited government, free markets, and peace.", + "website": "https://www.cato.org/" + } + ] +} +``` \ No newline at end of file