From abc64b6d63fd0d4092d34960b736b35073068985 Mon Sep 17 00:00:00 2001 From: tomBeach Date: Sun, 31 Jul 2016 18:26:58 -0400 Subject: [PATCH] first draft civic file --- civic.json | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 civic.json diff --git a/civic.json b/civic.json new file mode 100644 index 0000000..f9e1084 --- /dev/null +++ b/civic.json @@ -0,0 +1,50 @@ + +{ + "id": "", + "name": "WABA Bike Infrastructure Map Project", + "status": "Beta", + "type": "Website", + "contact": { + "name": "Alex Ulsh", + "email": "alexandra.ulsh@gmail.com" + }, + "partners": [ + { + "url": "http://codefordc.org", + "name": "Code for DC" + }, + { + "url": "http://www.waba.org/", + "name": "Washington Area Bicyclist Association" + } + ], + "description": "Creating a bike map advocacy tool for Washington Area Bicyclist Association", + "license": "", + "homepage": "https://dcfemtech.github.io/hackforgood-waba-map/", + "repository": "https://github.com/dcfemtech/hackforgood-waba-map", + "geography": [ + "Washington, D.C.", + "Montgomery County, MD", + "Prince George’s County, MD", + "Arlington County, VA", + "Fairfax County, VA", + "Alexandria, VA" + ], + "data": [ + { + "name": "buffers", + "url": "https://github.com/dcfemtech/hackforgood-waba-map/tree/master/buffers" + }, + { + "name": "bikelanes", + "url": "https://github.com/dcfemtech/hackforgood-waba-map/tree/master/bikelanes" + } + ], + "tags": [ + "Data visualization", + "mapping", + "biking", + "bike lanes" + ], + "links": [] +}