46 lines
1.3 KiB
Markdown
46 lines
1.3 KiB
Markdown
# Center for Cybernomics Research (CCR)
|
|
|
|
## 🌐 About
|
|
|
|
The Center for Cybernomics Research (CCR) is an interdisciplinary initiative from the AF2C exploring cybernetic systems for post-capitalist economic models. We combine systems theory, decentralized governance, and computational modeling to develop frameworks for resource allocation and organizational structure modelling beyond liberal markets.
|
|
|
|
Current Focus Areas:
|
|
- Anarchist cybernetic systems
|
|
- Mutual aid network simulations
|
|
- Decentralized decision-making protocols
|
|
- Anti-hierarchical resource management
|
|
|
|
## 📂 Repository Structure
|
|
```
|
|
CCR/
|
|
├── python/ # Python implementations
|
|
├── papers/ # Research whitepapers (upcoming)
|
|
├── governance/ # Decision-making protocols (upcoming)
|
|
└── flake.nix # Nix development environment
|
|
```
|
|
|
|
## 🚀 Getting Started
|
|
1. Clone repository:
|
|
```bash
|
|
Copy
|
|
git clone https://github.com/your-org/CCR.git
|
|
cd CCR
|
|
```
|
|
2. Enable flake :
|
|
```bash
|
|
bash
|
|
Copy
|
|
nix develop # Enter unified development environment
|
|
```
|
|
## 🤝 Contributing
|
|
We welcome contributions through :
|
|
- Code : Implement new simulation modules
|
|
- Research : Develop theoretical frameworks
|
|
- Design : Create visualization tools
|
|
- Documentation : Improve technical specs
|
|
|
|
See CONTRIBUTING.md (upcoming) for guidelines.
|
|
|
|
## 📜 License
|
|
upcoming
|