Skip to content

Latest commit

 

History

History
186 lines (169 loc) · 8.18 KB

File metadata and controls

186 lines (169 loc) · 8.18 KB
layout default
title CityCamp
permalink /citycamp/
leaflet true

CityCamp

Where civics meets community

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.

Upcoming CityCamps

{% 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 %}

{{ next_event.date | date: "%B %-d, %Y" }}
{{ city.city }}{% if city.region %}, {{ city.region }}{% endif %}{% if city.country != "United States" %}, {{ city.country }}{% endif %}
{% if next_event.name %}
{{ next_event.name }}
{% endif %} {% if next_event.venue %}
{{ next_event.venue }}{% if next_event.address %} — {{ next_event.address }}{% endif %}
{% endif %} {% if next_event.organizer %}
Organized by {% if next_event.organizer_website %}{{ next_event.organizer }}{% else %}{{ next_event.organizer }}{% endif %}
{% endif %} Learn more →
{% endif %} {% endfor %}

Past CityCamps

World CityCamp Day

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.

Who is CityCamp for

CityCamp is for everyone in the community:

  • Residents
  • Elected officials
  • Government staff
  • Civic leaders
  • Entrepreneurs
  • Designers
  • Technologists
  • Journalists

Themes

CityCamp themes vary by event, but generally focus on these interest areas:

  • Arts
  • Civic engagement
  • Civic technology
  • Economics
  • Education
  • Environment
  • Housing
  • Human services
  • Open government
  • Safety
  • Emergency management
  • Health
  • Transportation

Participating Cities

{% include citycamp-map.html %}

View all cities

United States

{% assign cities_by_country = sorted_cities | where_exp: "c", "c.country != 'United States'" | group_by: "country" | sort: "name" %} {% for group in cities_by_country %}

{{ group.name }}

{% endfor %}

History

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.

Format

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.