Initial commit
This commit is contained in:
87
public/research/ancient-democratic-practices/index.html
Normal file
87
public/research/ancient-democratic-practices/index.html
Normal file
@ -0,0 +1,87 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Ancient Democratic Practices | Governance Ecologies</title>
|
||||
<link rel="stylesheet" href="/css/main.css">
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
<div class="container">
|
||||
<div class="header-content">
|
||||
<a href="/" class="logo-link">
|
||||
<img src="/images/GovEco-removebg-preview.png" alt="Governance Ecologies Logo" class="logo">
|
||||
</a>
|
||||
<nav class="main-nav">
|
||||
<ul>
|
||||
<li><a href="/">Home</a></li>
|
||||
<li><a href="/about/">About</a></li>
|
||||
<li><a href="/research/">Research</a></li>
|
||||
<li><a href="/contact/">Contact</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
<main>
|
||||
|
||||
<section>
|
||||
<div class="container">
|
||||
<h1>Ancient Democratic Practices</h1>
|
||||
<h2 id="democracy-beyond-athens">Democracy Beyond Athens</h2>
|
||||
<p>While Athenian democracy is widely studied, many other societies throughout history have developed democratic and participatory governance systems. This research area examines these diverse models of democratic practice.</p>
|
||||
<p>Our research challenges the narrative that democracy is exclusively a Western invention, exploring participatory governance practices from:</p>
|
||||
<ul>
|
||||
<li>The Indian subcontinent, including the Sangha traditions and early republics</li>
|
||||
<li>Pre-colonial governance in Africa</li>
|
||||
<li>Mesoamerican and South American participatory systems</li>
|
||||
<li>Island societies of the Pacific</li>
|
||||
<li>Medieval European commons and guild structures</li>
|
||||
</ul>
|
||||
<h2 id="current-projects">Current Projects</h2>
|
||||
<ul>
|
||||
<li>Comparative study of sortition (selection by lot) across cultures</li>
|
||||
<li>Women’s participation in ancient democratic systems</li>
|
||||
<li>Documentation of consensus processes in non-state societies</li>
|
||||
<li>Resource governance in ancient democratic systems</li>
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
</section>
|
||||
|
||||
</main>
|
||||
|
||||
<footer>
|
||||
<div class="container">
|
||||
<div class="footer-content">
|
||||
<div class="footer-logo">
|
||||
<img src="/images/GovEco-removebg-preview.png" alt="Governance Ecologies Logo" class="footer-logo-img">
|
||||
</div>
|
||||
<div class="footer-nav">
|
||||
<h3>Site Links</h3>
|
||||
<ul>
|
||||
<li><a href="/">Home</a></li>
|
||||
<li><a href="/about/">About</a></li>
|
||||
<li><a href="/research/">Research</a></li>
|
||||
<li><a href="/contact/">Contact</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="footer-contact">
|
||||
<h3>Connect</h3>
|
||||
<p>Email: info@governanceecologies.org</p>
|
||||
<div class="social-icons">
|
||||
<a href="#" class="social-icon">Twitter</a>
|
||||
<a href="#" class="social-icon">LinkedIn</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="footer-bottom">
|
||||
<p>© 2025 Governance Ecologies. All rights reserved.</p>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user