| layout | default |
|---|---|
| title | CityCamp |
| permalink | /citycamp/ |
| leaflet | true |
CityCamp is a global movement of community-focused events that foster civic collaboration and innovation. These events bring people together to improve their communities. Everyone is welcome to join and share their ideas and skills to help make their city a better place.
{% assign today = site.current_date %} {% assign sorted_cities = site.citycamp | sort: "city" %}
{% for city in sorted_cities %} {% assign city_has_upcoming = false %} {% assign next_event = nil %} {% assign next_event_date_str = "9999-99-99" %} {% for event in city.events %} {% if event.date %} {% assign edf = event.date | date: "%Y-%m-%d" %} {% if edf >= today %} {% assign city_has_upcoming = true %} {% if edf < next_event_date_str %} {% assign next_event_date_str = edf %} {% assign next_event = event %} {% endif %} {% endif %} {% endif %} {% endfor %} {% if city_has_upcoming %}
{{ city.city }}{% if city.region %}, {{ city.region }}{% endif %}{% if city.country != "United States" %}, {{ city.country }}{% endif %}
-
{% for entry in site.data.citycamp_past_events %}
- {{ entry.city }}{% if entry.region %}, {{ entry.region }}{% endif %}{% if entry.country != "United States" %}, {{ entry.country }}{% endif %} {{ entry.date | date: "%B %-d, %Y" }} {% endfor %}
World CityCamp Day is held on the third Saturday of September. While some cities hold CityCamps throughout the year, World CityCamp Day brings together the global CityCamp community to celebrate their efforts. Some cities hold official CityCamps at this time, while others use it to plan for a future event.
CityCamp is for everyone in the community:
- Residents
- Elected officials
- Government staff
- Civic leaders
- Entrepreneurs
- Designers
- Technologists
- Journalists
{% include citycamp-map.html %}
-
{% assign us_cities = sorted_cities | where: "country", "United States" %}
{% for city in us_cities %}
- {{ city.city }}{% if city.region %}, {{ city.region }}{% endif %} {% endfor %}
-
{% assign country_cities = group.items | sort: "city" %}
{% for city in country_cities %}
- {{ city.city }}{% if city.region %}, {{ city.region }}{% endif %} {% endfor %}
The first CityCamp was organized by Kevin Curry and Jen Pahlka and held January 23–24, 2010, in Chicago, Illinois. Afterwards, Kevin and Luke Fretwell developed it as an open source brand so that anyone could host events anywhere. Since then, there have been self-organized CityCamp events worldwide.
CityCamp is an unconference, where the people attending help plan the schedule.
- Participants create and organize the agenda, with help from facilitators.
- Everyone takes part in the sessions instead of just listening.
- This makes it easier to share ideas and take real action.
- CityCamp focuses on local governments and community groups that affect our daily lives.
- The goal is to build local teams that come up with smart ways to improve city life.
- These ideas often involve design, better processes, and technology.
- The purpose is to make communities more open, welcoming, and easy to use.
- Though technology is a big part of CityCamp, it also includes other important topics.