Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 13 additions & 16 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@
<div class="nav-collapse">
<ul class="nav">
<li class="active"><a href="#">Home</a></li>
<li><a href="http://wiki.hackingmadison.org" target="_blank">Wiki</a></li>
<li><a href="#events">Events</a></li>
<li><a href="#projects">Projects</a></li>
<li><a href="#data">Datasets</a></li>
Expand Down Expand Up @@ -110,7 +109,7 @@ <h1>HackingMadison</h1>

<section id="projects">
<hr>
<h1>Projects <small>A handful of Madison's civic hacking projects currently in use</small></h1>
<h1>Projects <small>A handful of Madison's civic hacking projects currently (or previously) in use</small></h1>
<div class="row">
<div class="span4">
<h2>Transit Tools</h2>
Expand All @@ -132,40 +131,40 @@ <h2>Transit Tools</h2>

<div class="span4">
<h2>Adopt-a-Hydrant</h2>
<p><a href="http://hydrants.hackingmadison.org">Adopt-a-hydrant</a> is an open-source project built and shared by <a href=http://codeforamerica.org>Code for America</a>. It encourages citizen engagement by letting individuals sign up as a caregiver for a fire hydrant when the snow storms hit. This Rails app has been customized and <a href=http://hydrants.hackingmadison.org>deployed</a> here in Madison.</p>
<p><a class="btn" href="http://hydrants.hackingmadison.org"><i class="icon-map-marker"></i> launch app</a></p>
<p><a href="https://github.com/HackingMadison/adopt-a-hydrant">Adopt-a-hydrant</a> was an open-source project built and shared by <a href=http://codeforamerica.org>Code for America</a>. It encourages citizen engagement by letting individuals sign up as a caregiver for a fire hydrant when the snow storms hit. This Rails app has been customized and <a href=http://hydrants.hackingmadison.org>deployed</a> here in Madison.</p>
<p></p>
</div>

<div class="span4">
<h2>Transit API</h2>
<p>An extension to the original SMS application, this unofficial <a href="http://api.smsmybus.com/">API</a> provides a web services wrapper around the Metro's transit data to enabled organizations to build their own Madison transit applications. Access:'
<p>An extension to the original SMS application, this unofficial <a href="https://github.com/HackingMadison/smsmybus-dev">API</a> provided a web services wrapper around the Metro's transit data to enabled organizations to build their own Madison transit applications. Access:'
<ul>
<li>real-time arrival estimates for all stops</li>
<li>perform geo-spacial queries for Metro stops</li>
<li>get location details for all stops</li>
<li>find route details</li>
</ul>
</p>
<p><a class="btn" href="http://api.smsmybus.com/"><i class="icon-info-sign"></i> view api</a></p>
<p></p>
</div>
</div>

<div class="row">
<div class="span4">
<h2>MadSafety</h2>
<p>This is an awesome collection of web tools and APIs from Chris Keller. The services provide access to police and fire details from around Madison.</p>
<p><a class="btn" href="http://madsafety.nwsmkr.com/"><i class="icon-map-marker"></i> launch app</a></p>
<p>This was an awesome collection of web tools and APIs from Chris Keller. The services provide access to police and fire details from around Madison.</p>
<p></p>
<h2>Madison Crimeline</h2>
<p>Using Open Incident Data, which is updated frequently with whitty quips written by the Madison Police Department's aspiring authors (mainly PIO Joel DeSpain), this app creates a timeline of Incident data overlayed on a map using geospacial data.</p>
<p><a class="btn" href="http://mapcrimes.com/"><i class="icon-map-marker"></i> launch app</a></p>
<p>Using Open Incident Data, which is updated frequently with whitty quips written by the Madison Police Department's aspiring authors (mainly PIO Joel DeSpain), <a href="https://github.com/chrislkeller/madcrime>this app</a> created a timeline of Incident data overlayed on a map using geospacial data.</p>
<p></p>
</div>
<div class="span4">
<h2>Shareabouts</h2>
<p>An open source mapping tool to gather crowd sourced public input.</p>
<dl>
<dt><a href="http://libraries.hackingmadison.org">Little Libraries</a></dt>
<dt><a href="https://github.com/HackingMadison/shareabouts-littlelibraries">Little Libraries</a></dt>
<dd><p>Mapping current and prospective <a href="http://littlefreelibrary.org">Little Library</a> locations in Madison.</p>
<p><a class="btn" href="http://madsafety.nwsmkr.com/"><i class="icon-map-marker"></i> launch app</a></p>
<p></p>
</dd>
</dl>
<dl>
Expand Down Expand Up @@ -197,13 +196,11 @@ <h1>Datasets <small>The open data available in Madison</h1>
<h2>Transit Data</h2>
<p>The Madison Metro provides downloadable access to stop and route data in GTFS format. It is the official data set of the Metro transit system.</p>
<p><a class="btn" href="http://mymetrobus.com/developers"><i class="icon-info-sign"></i> view details</a></p>
<p>The unofficial transit API available through the SMSMyBus project offers a programmable, web services interface to this data and more including real-time arrival data for stops throughout the city.
<p><a class="btn" href="http://api.smsmybus.com/"><i class="icon-info-sign"></i> view api</a></p>
</div>
<div class="span4">
<h2>City Data</h2>
<p>The city of Madison provides open data for in a json format.</p>
<p><a href="https://data.cityofmadison.com/" class="btn"><i class="icon-info-sign"></i> view datasets</a></p>
<p>The city of Madison provides open data on a variety of topics.</p>
<p><a href="https://www.cityofmadison.com/mpo/maps-data/data-resources" class="btn"><i class="icon-info-sign"></i> view data resources</a></p>
</div>
</div>
</section>
Expand Down