Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add contributors! Fixes #58
  • Loading branch information
tmcw committed Feb 7, 2014
1 parent 64f8bce commit 4f10e72
Show file tree
Hide file tree
Showing 36 changed files with 122 additions and 5 deletions.
6 changes: 3 additions & 3 deletions CONTRIBUTORS.md
@@ -1,14 +1,14 @@
mapschool is what it is thanks to the collective hard work of its authors:

* [Bill Morris](https://github.com/wboykinm)
* [Dave Guarino](https://github.com/daguar)
* [Eric Fischer](http://www.flickr.com/photos/walkingsf/)
* [Josh Livni](https://github.com/jlivni)
* [Morgan Herlocker](https://github.com/morganherlocker)
* [Ramiro Gómez](http://ramiro.org/)
* [Rob Story](https://github.com/wrobstory)
* [Tom MacWright](http://www.macwright.org/)
* [Stephanie May](https://github.com/mizmay)
* [Dave Guarino](https://github.com/daguar)
* [Josh Livni](https://github.com/jlivni)
* [Tom MacWright](http://www.macwright.org/)

the mapschool favicon is from the [Maki icon project](https://www.mapbox.com/maki/).
Its source is licensed BSD.
10 changes: 8 additions & 2 deletions Makefile
@@ -1,7 +1,13 @@
all: index.html mapschool.epub
all: index.html mapschool.epub furtherreading.html contributors.html

mapschool.epub: README.md template._
pandoc README.md -o mapschool.epub

index.html: README.md SEEALSO.md template._
index.html: README.md template._
node build.js

furtherreading.html: SEEALSO.md
node template.js SEEALSO.md "further reading" > furtherreading.html

contributors.html: CONTRIBUTORS.md
node template.js CONTRIBUTORS.md "contributors" > contributors.html
72 changes: 72 additions & 0 deletions contributors.html
@@ -0,0 +1,72 @@
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<title>mapschool: contributors: a free introduction to geo</title>
<link rel='stylesheet' type='text/css' href='css/site.css' />
<meta http-equiv='content-type' content='text/html; charset=utf-8' />
<meta name='viewport' content='initial-scale=1.0 maximum-scale=1.0'>
<meta name='description' content='a brief introduction to map and geospatial concepts'>
<link rel='shortcut icon' href='img/library-24.png'>
</head>
<body>
<div class='header'>
<h1><a href='./'>mapschool: contributors</a></h1>
<p>a free introduction to geo.</p>
<nav>
<a href='./'>home</a>
<a href='https://github.com/tmcw/mapschool'>code</a>
<a href='https://tmcw.wufoo.com/forms/mapschool-feedback/'>feedback</a>
<a href='https://raw.github.com/tmcw/mapschool/gh-pages/mapschool.epub'>ebook</a>
<a href='./contributors.html'>contributors</a>
<a href='./furtherreading.html'>further reading</a>
</nav>
</div>
<div class='wrap'>
<div class='content'>
<p>mapschool is what it is thanks to the collective hard work of its authors:</p>
<ul>
<li><a href="https://github.com/wboykinm">Bill Morris</a></li>
<li><a href="https://github.com/daguar">Dave Guarino</a></li>
<li><a href="http://www.flickr.com/photos/walkingsf/">Eric Fischer</a></li>
<li><a href="https://github.com/jlivni">Josh Livni</a></li>
<li><a href="https://github.com/morganherlocker">Morgan Herlocker</a></li>
<li><a href="http://ramiro.org/">Ramiro Gómez</a></li>
<li><a href="https://github.com/wrobstory">Rob Story</a></li>
<li><a href="https://github.com/mizmay">Stephanie May</a></li>
<li><a href="http://www.macwright.org/">Tom MacWright</a></li>
</ul>
<p>the mapschool favicon is from the <a href="https://www.mapbox.com/maki/">Maki icon project</a>.
Its source is licensed BSD.</p>

<div id='disqus_thread'></div>
<script type='text/javascript'>
/* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
var disqus_shortname = 'mapschool'; // required: replace example with your forum shortname

/* * * DON'T EDIT BELOW THIS LINE * * */
(function() {
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
})();
</script>
<noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
<a href="http://disqus.com" class="dsq-brlink">comments powered by <span class="logo-disqus">Disqus</span></a>
</div>
</div>
<script type='text/javascript'>
var _gauges = _gauges || [];
(function() {
var t = document.createElement('script');
t.type = 'text/javascript';
t.async = true;
t.id = 'gauges-tracker';
t.setAttribute('data-site-id', '528a6fcff5a1f56dc400009f');
t.src = '//secure.gaug.es/track.js';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(t, s);
})();
</script>
</body>
</html>
1 change: 1 addition & 0 deletions furtherreading.html
Expand Up @@ -18,6 +18,7 @@ <h1><a href='./'>mapschool: further reading</a></h1>
<a href='https://github.com/tmcw/mapschool'>code</a>
<a href='https://tmcw.wufoo.com/forms/mapschool-feedback/'>feedback</a>
<a href='https://raw.github.com/tmcw/mapschool/gh-pages/mapschool.epub'>ebook</a>
<a href='./contributors.html'>contributors</a>
<a href='./furtherreading.html'>further reading</a>
</nav>
</div>
Expand Down
1 change: 1 addition & 0 deletions index.html
Expand Up @@ -18,6 +18,7 @@ <h1><a href='./'>mapschool</a></h1>
<a href='https://github.com/tmcw/mapschool'>code</a>
<a href='https://tmcw.wufoo.com/forms/mapschool-feedback/'>feedback</a>
<a href='https://raw.github.com/tmcw/mapschool/gh-pages/mapschool.epub'>ebook</a>
<a href='./contributors.html'>contributors</a>
<a href='./furtherreading.html'>further reading</a>
</nav>
</div>
Expand Down
Binary file modified mapschool.epub
Binary file not shown.
1 change: 1 addition & 0 deletions section-afterword.html
Expand Up @@ -18,6 +18,7 @@ <h1><a href='./'>mapschool: Afterword</a></h1>
<a href='https://github.com/tmcw/mapschool'>code</a>
<a href='https://tmcw.wufoo.com/forms/mapschool-feedback/'>feedback</a>
<a href='https://raw.github.com/tmcw/mapschool/gh-pages/mapschool.epub'>ebook</a>
<a href='./contributors.html'>contributors</a>
<a href='./furtherreading.html'>further reading</a>
</nav>
</div>
Expand Down
1 change: 1 addition & 0 deletions section-aggregation.html
Expand Up @@ -18,6 +18,7 @@ <h1><a href='./'>mapschool: Aggregation</a></h1>
<a href='https://github.com/tmcw/mapschool'>code</a>
<a href='https://tmcw.wufoo.com/forms/mapschool-feedback/'>feedback</a>
<a href='https://raw.github.com/tmcw/mapschool/gh-pages/mapschool.epub'>ebook</a>
<a href='./contributors.html'>contributors</a>
<a href='./furtherreading.html'>further reading</a>
</nav>
</div>
Expand Down
1 change: 1 addition & 0 deletions section-analysis.html
Expand Up @@ -18,6 +18,7 @@ <h1><a href='./'>mapschool: Analysis</a></h1>
<a href='https://github.com/tmcw/mapschool'>code</a>
<a href='https://tmcw.wufoo.com/forms/mapschool-feedback/'>feedback</a>
<a href='https://raw.github.com/tmcw/mapschool/gh-pages/mapschool.epub'>ebook</a>
<a href='./contributors.html'>contributors</a>
<a href='./furtherreading.html'>further reading</a>
</nav>
</div>
Expand Down
1 change: 1 addition & 0 deletions section-choropleth.html
Expand Up @@ -18,6 +18,7 @@ <h1><a href='./'>mapschool: Choropleth</a></h1>
<a href='https://github.com/tmcw/mapschool'>code</a>
<a href='https://tmcw.wufoo.com/forms/mapschool-feedback/'>feedback</a>
<a href='https://raw.github.com/tmcw/mapschool/gh-pages/mapschool.epub'>ebook</a>
<a href='./contributors.html'>contributors</a>
<a href='./furtherreading.html'>further reading</a>
</nav>
</div>
Expand Down
1 change: 1 addition & 0 deletions section-choropleths-in-depth.html
Expand Up @@ -18,6 +18,7 @@ <h1><a href='./'>mapschool: Choropleths in Depth</a></h1>
<a href='https://github.com/tmcw/mapschool'>code</a>
<a href='https://tmcw.wufoo.com/forms/mapschool-feedback/'>feedback</a>
<a href='https://raw.github.com/tmcw/mapschool/gh-pages/mapschool.epub'>ebook</a>
<a href='./contributors.html'>contributors</a>
<a href='./furtherreading.html'>further reading</a>
</nav>
</div>
Expand Down
1 change: 1 addition & 0 deletions section-data-collection.html
Expand Up @@ -18,6 +18,7 @@ <h1><a href='./'>mapschool: Data Collection</a></h1>
<a href='https://github.com/tmcw/mapschool'>code</a>
<a href='https://tmcw.wufoo.com/forms/mapschool-feedback/'>feedback</a>
<a href='https://raw.github.com/tmcw/mapschool/gh-pages/mapschool.epub'>ebook</a>
<a href='./contributors.html'>contributors</a>
<a href='./furtherreading.html'>further reading</a>
</nav>
</div>
Expand Down
1 change: 1 addition & 0 deletions section-data.html
Expand Up @@ -18,6 +18,7 @@ <h1><a href='./'>mapschool: Data</a></h1>
<a href='https://github.com/tmcw/mapschool'>code</a>
<a href='https://tmcw.wufoo.com/forms/mapschool-feedback/'>feedback</a>
<a href='https://raw.github.com/tmcw/mapschool/gh-pages/mapschool.epub'>ebook</a>
<a href='./contributors.html'>contributors</a>
<a href='./furtherreading.html'>further reading</a>
</nav>
</div>
Expand Down
1 change: 1 addition & 0 deletions section-geocoding.html
Expand Up @@ -18,6 +18,7 @@ <h1><a href='./'>mapschool: Geocoding</a></h1>
<a href='https://github.com/tmcw/mapschool'>code</a>
<a href='https://tmcw.wufoo.com/forms/mapschool-feedback/'>feedback</a>
<a href='https://raw.github.com/tmcw/mapschool/gh-pages/mapschool.epub'>ebook</a>
<a href='./contributors.html'>contributors</a>
<a href='./furtherreading.html'>further reading</a>
</nav>
</div>
Expand Down
1 change: 1 addition & 0 deletions section-information.html
Expand Up @@ -18,6 +18,7 @@ <h1><a href='./'>mapschool: Information</a></h1>
<a href='https://github.com/tmcw/mapschool'>code</a>
<a href='https://tmcw.wufoo.com/forms/mapschool-feedback/'>feedback</a>
<a href='https://raw.github.com/tmcw/mapschool/gh-pages/mapschool.epub'>ebook</a>
<a href='./contributors.html'>contributors</a>
<a href='./furtherreading.html'>further reading</a>
</nav>
</div>
Expand Down
1 change: 1 addition & 0 deletions section-interpolation.html
Expand Up @@ -18,6 +18,7 @@ <h1><a href='./'>mapschool: Interpolation</a></h1>
<a href='https://github.com/tmcw/mapschool'>code</a>
<a href='https://tmcw.wufoo.com/forms/mapschool-feedback/'>feedback</a>
<a href='https://raw.github.com/tmcw/mapschool/gh-pages/mapschool.epub'>ebook</a>
<a href='./contributors.html'>contributors</a>
<a href='./furtherreading.html'>further reading</a>
</nav>
</div>
Expand Down
1 change: 1 addition & 0 deletions section-latitude-longitude.html
Expand Up @@ -18,6 +18,7 @@ <h1><a href='./'>mapschool: Latitude & Longitude</a></h1>
<a href='https://github.com/tmcw/mapschool'>code</a>
<a href='https://tmcw.wufoo.com/forms/mapschool-feedback/'>feedback</a>
<a href='https://raw.github.com/tmcw/mapschool/gh-pages/mapschool.epub'>ebook</a>
<a href='./contributors.html'>contributors</a>
<a href='./furtherreading.html'>further reading</a>
</nav>
</div>
Expand Down
1 change: 1 addition & 0 deletions section-map-school.html
Expand Up @@ -18,6 +18,7 @@ <h1><a href='./'>mapschool: map school</a></h1>
<a href='https://github.com/tmcw/mapschool'>code</a>
<a href='https://tmcw.wufoo.com/forms/mapschool-feedback/'>feedback</a>
<a href='https://raw.github.com/tmcw/mapschool/gh-pages/mapschool.epub'>ebook</a>
<a href='./contributors.html'>contributors</a>
<a href='./furtherreading.html'>further reading</a>
</nav>
</div>
Expand Down
1 change: 1 addition & 0 deletions section-point.html
Expand Up @@ -18,6 +18,7 @@ <h1><a href='./'>mapschool: Point</a></h1>
<a href='https://github.com/tmcw/mapschool'>code</a>
<a href='https://tmcw.wufoo.com/forms/mapschool-feedback/'>feedback</a>
<a href='https://raw.github.com/tmcw/mapschool/gh-pages/mapschool.epub'>ebook</a>
<a href='./contributors.html'>contributors</a>
<a href='./furtherreading.html'>further reading</a>
</nav>
</div>
Expand Down
1 change: 1 addition & 0 deletions section-projection.html
Expand Up @@ -18,6 +18,7 @@ <h1><a href='./'>mapschool: Projection</a></h1>
<a href='https://github.com/tmcw/mapschool'>code</a>
<a href='https://tmcw.wufoo.com/forms/mapschool-feedback/'>feedback</a>
<a href='https://raw.github.com/tmcw/mapschool/gh-pages/mapschool.epub'>ebook</a>
<a href='./contributors.html'>contributors</a>
<a href='./furtherreading.html'>further reading</a>
</nav>
</div>
Expand Down
1 change: 1 addition & 0 deletions section-publishing.html
Expand Up @@ -18,6 +18,7 @@ <h1><a href='./'>mapschool: Publishing</a></h1>
<a href='https://github.com/tmcw/mapschool'>code</a>
<a href='https://tmcw.wufoo.com/forms/mapschool-feedback/'>feedback</a>
<a href='https://raw.github.com/tmcw/mapschool/gh-pages/mapschool.epub'>ebook</a>
<a href='./contributors.html'>contributors</a>
<a href='./furtherreading.html'>further reading</a>
</nav>
</div>
Expand Down
1 change: 1 addition & 0 deletions section-raster-bands.html
Expand Up @@ -18,6 +18,7 @@ <h1><a href='./'>mapschool: Raster Bands</a></h1>
<a href='https://github.com/tmcw/mapschool'>code</a>
<a href='https://tmcw.wufoo.com/forms/mapschool-feedback/'>feedback</a>
<a href='https://raw.github.com/tmcw/mapschool/gh-pages/mapschool.epub'>ebook</a>
<a href='./contributors.html'>contributors</a>
<a href='./furtherreading.html'>further reading</a>
</nav>
</div>
Expand Down
1 change: 1 addition & 0 deletions section-raster-formats.html
Expand Up @@ -18,6 +18,7 @@ <h1><a href='./'>mapschool: Raster Formats</a></h1>
<a href='https://github.com/tmcw/mapschool'>code</a>
<a href='https://tmcw.wufoo.com/forms/mapschool-feedback/'>feedback</a>
<a href='https://raw.github.com/tmcw/mapschool/gh-pages/mapschool.epub'>ebook</a>
<a href='./contributors.html'>contributors</a>
<a href='./furtherreading.html'>further reading</a>
</nav>
</div>
Expand Down
1 change: 1 addition & 0 deletions section-raster-to-vector.html
Expand Up @@ -18,6 +18,7 @@ <h1><a href='./'>mapschool: Raster to Vector</a></h1>
<a href='https://github.com/tmcw/mapschool'>code</a>
<a href='https://tmcw.wufoo.com/forms/mapschool-feedback/'>feedback</a>
<a href='https://raw.github.com/tmcw/mapschool/gh-pages/mapschool.epub'>ebook</a>
<a href='./contributors.html'>contributors</a>
<a href='./furtherreading.html'>further reading</a>
</nav>
</div>
Expand Down
1 change: 1 addition & 0 deletions section-raster.html
Expand Up @@ -18,6 +18,7 @@ <h1><a href='./'>mapschool: Raster</a></h1>
<a href='https://github.com/tmcw/mapschool'>code</a>
<a href='https://tmcw.wufoo.com/forms/mapschool-feedback/'>feedback</a>
<a href='https://raw.github.com/tmcw/mapschool/gh-pages/mapschool.epub'>ebook</a>
<a href='./contributors.html'>contributors</a>
<a href='./furtherreading.html'>further reading</a>
</nav>
</div>
Expand Down
1 change: 1 addition & 0 deletions section-sequential-categorical.html
Expand Up @@ -18,6 +18,7 @@ <h1><a href='./'>mapschool: Sequential & Categorical</a></h1>
<a href='https://github.com/tmcw/mapschool'>code</a>
<a href='https://tmcw.wufoo.com/forms/mapschool-feedback/'>feedback</a>
<a href='https://raw.github.com/tmcw/mapschool/gh-pages/mapschool.epub'>ebook</a>
<a href='./contributors.html'>contributors</a>
<a href='./furtherreading.html'>further reading</a>
</nav>
</div>
Expand Down
1 change: 1 addition & 0 deletions section-simulation.html
Expand Up @@ -18,6 +18,7 @@ <h1><a href='./'>mapschool: Simulation</a></h1>
<a href='https://github.com/tmcw/mapschool'>code</a>
<a href='https://tmcw.wufoo.com/forms/mapschool-feedback/'>feedback</a>
<a href='https://raw.github.com/tmcw/mapschool/gh-pages/mapschool.epub'>ebook</a>
<a href='./contributors.html'>contributors</a>
<a href='./furtherreading.html'>further reading</a>
</nav>
</div>
Expand Down
1 change: 1 addition & 0 deletions section-storage.html
Expand Up @@ -18,6 +18,7 @@ <h1><a href='./'>mapschool: Storage</a></h1>
<a href='https://github.com/tmcw/mapschool'>code</a>
<a href='https://tmcw.wufoo.com/forms/mapschool-feedback/'>feedback</a>
<a href='https://raw.github.com/tmcw/mapschool/gh-pages/mapschool.epub'>ebook</a>
<a href='./contributors.html'>contributors</a>
<a href='./furtherreading.html'>further reading</a>
</nav>
</div>
Expand Down
1 change: 1 addition & 0 deletions section-symbolization.html
Expand Up @@ -18,6 +18,7 @@ <h1><a href='./'>mapschool: Symbolization</a></h1>
<a href='https://github.com/tmcw/mapschool'>code</a>
<a href='https://tmcw.wufoo.com/forms/mapschool-feedback/'>feedback</a>
<a href='https://raw.github.com/tmcw/mapschool/gh-pages/mapschool.epub'>ebook</a>
<a href='./contributors.html'>contributors</a>
<a href='./furtherreading.html'>further reading</a>
</nav>
</div>
Expand Down
1 change: 1 addition & 0 deletions section-the-shape-of-the-earth.html
Expand Up @@ -18,6 +18,7 @@ <h1><a href='./'>mapschool: The Shape of the Earth</a></h1>
<a href='https://github.com/tmcw/mapschool'>code</a>
<a href='https://tmcw.wufoo.com/forms/mapschool-feedback/'>feedback</a>
<a href='https://raw.github.com/tmcw/mapschool/gh-pages/mapschool.epub'>ebook</a>
<a href='./contributors.html'>contributors</a>
<a href='./furtherreading.html'>further reading</a>
</nav>
</div>
Expand Down
1 change: 1 addition & 0 deletions section-topology.html
Expand Up @@ -18,6 +18,7 @@ <h1><a href='./'>mapschool: Topology</a></h1>
<a href='https://github.com/tmcw/mapschool'>code</a>
<a href='https://tmcw.wufoo.com/forms/mapschool-feedback/'>feedback</a>
<a href='https://raw.github.com/tmcw/mapschool/gh-pages/mapschool.epub'>ebook</a>
<a href='./contributors.html'>contributors</a>
<a href='./furtherreading.html'>further reading</a>
</nav>
</div>
Expand Down
1 change: 1 addition & 0 deletions section-vector-formats.html
Expand Up @@ -18,6 +18,7 @@ <h1><a href='./'>mapschool: Vector Formats</a></h1>
<a href='https://github.com/tmcw/mapschool'>code</a>
<a href='https://tmcw.wufoo.com/forms/mapschool-feedback/'>feedback</a>
<a href='https://raw.github.com/tmcw/mapschool/gh-pages/mapschool.epub'>ebook</a>
<a href='./contributors.html'>contributors</a>
<a href='./furtherreading.html'>further reading</a>
</nav>
</div>
Expand Down
1 change: 1 addition & 0 deletions section-vector-to-raster.html
Expand Up @@ -18,6 +18,7 @@ <h1><a href='./'>mapschool: Vector to Raster</a></h1>
<a href='https://github.com/tmcw/mapschool'>code</a>
<a href='https://tmcw.wufoo.com/forms/mapschool-feedback/'>feedback</a>
<a href='https://raw.github.com/tmcw/mapschool/gh-pages/mapschool.epub'>ebook</a>
<a href='./contributors.html'>contributors</a>
<a href='./furtherreading.html'>further reading</a>
</nav>
</div>
Expand Down
1 change: 1 addition & 0 deletions section-vector.html
Expand Up @@ -18,6 +18,7 @@ <h1><a href='./'>mapschool: Vector</a></h1>
<a href='https://github.com/tmcw/mapschool'>code</a>
<a href='https://tmcw.wufoo.com/forms/mapschool-feedback/'>feedback</a>
<a href='https://raw.github.com/tmcw/mapschool/gh-pages/mapschool.epub'>ebook</a>
<a href='./contributors.html'>contributors</a>
<a href='./furtherreading.html'>further reading</a>
</nav>
</div>
Expand Down
1 change: 1 addition & 0 deletions template._
Expand Up @@ -18,6 +18,7 @@
<a href='https://github.com/tmcw/mapschool'>code</a>
<a href='https://tmcw.wufoo.com/forms/mapschool-feedback/'>feedback</a>
<a href='https://raw.github.com/tmcw/mapschool/gh-pages/mapschool.epub'>ebook</a>
<a href='./contributors.html'>contributors</a>
<a href='./furtherreading.html'>further reading</a>
</nav>
</div>
Expand Down

0 comments on commit 4f10e72

Please sign in to comment.