Skip to content

Latest commit

 

History

History
176 lines (141 loc) · 4.9 KB

index.md

File metadata and controls

176 lines (141 loc) · 4.9 KB
layout
front.njk

Edge Collective

Projects | Research | Presentations | Guides | Journal

Edge Collective is a distributed research, teaching, and facilitation cooperative. We're working to help individuals and communities to adapt their vital food, water, energy, and communications infrastructure to challenging environments. All of the research, designs, and code that we produce are freely available online. We support our work through grants, donations, and via 'pay-if-or-as-you-can' arrangements.

If you'd like to learn more -- or would be interested to work on a project together -- please do reach out at collaborate (at) edgecollective (dot) io. Cheers!

Projects

{% for project in collections.projects reversed %}

{{ project.data.blurb }}

Updated: {{ project.date | date: "%Y-%m-%d" }}
{% endfor %}

Research Notebook

{% for note in collections.notes reversed %}

{{ note.data.blurb }}

Updated: {{ note.date | date: "%Y-%m-%d" }}
{% endfor %}

Presentations

{% for talk in collections.talks reversed %}

{{ talk.data.blurb }}

Updated: {{ talk.date | date: "%Y-%m-%d" }}
{% endfor %}

Guides

{% for workshop in collections.pedagogy reversed %}

{{ workshop.data.blurb }}

Updated: {{ workshop.date | date: "%Y-%m-%d" }}
{% endfor %}