updated README with link to wiki and other detail
authorBenjamin Mako Hill <mako@atdot.cc>
Fri, 9 Oct 2015 22:08:59 +0000 (15:08 -0700)
committerBenjamin Mako Hill <mako@atdot.cc>
Fri, 9 Oct 2015 22:08:59 +0000 (15:08 -0700)
README

diff --git a/README b/README
index 4dcc61532b162d5dc015c552b38f349598cb5876..cbf04d9a97df3da5d890a3c2c31ff6e7e80d9540 100644 (file)
--- a/README
+++ b/README
@@ -1,14 +1,36 @@
-Copyright ⓒ 2014-2015  Benjamin Mako Hill (http://mako.cc/)
-
-Released as free software under the GNU General Public License v3 or any later
-version.
+Baby Names Project - Community Data Science Workshops
+=======================================================================
 
 These are example programs for use in the Community Data Science
 
 These are example programs for use in the Community Data Science
-Workshops. More details are available here:
+Workshops.  Detail about this project is kept in the CDSW wiki:
+
+http://wiki.communitydata.cc/Baby_Names
+
+In our workshops, mentors and teachers will introduce and walk through
+the three example programs included in this archive (i.e.,
+babynames1.py, babynames2.py, and babynames3.py).
+
+After we have introduced these files, we will walk through a set of
+coding challenges or exercises. The recommended exercises are
+detailed here although we encourage learners to explore, play, and try
+things out:
+
+http://wiki.communitydata.cc/Baby_Names#Ideas_for_exercises
 
 
-http://wiki.communitydata.cc/Community_Data_Science_Workshops
 
 
-Data for this project (the txt files) are downloaded from the US Social
-Security administration and are public domain:
+Copyright and Credit
+=======================================================================
+Copyright ⓒ 2014-2015  Benjamin Mako Hill (http://mako.cc/)
+
+Released as free software under the GNU General Public License v3 or
+any later version.
+
+Data for this project (the txt files) are downloaded from the US
+Social Security administration and are public domain:
 
 http://www.ssa.gov/oact/babynames/limits.html
 
 http://www.ssa.gov/oact/babynames/limits.html
+
+More details about the CDSW is available here:
+
+http://wiki.communitydata.cc/Community_Data_Science_Workshops
+

Benjamin Mako Hill || Want to submit a patch?