diff --git a/README.md b/README.md
index c6b4225..f2956c6 100644
--- a/README.md
+++ b/README.md
@@ -6,12 +6,12 @@
Continually updated IPython Data Science Notebooks geared towards processing big data (AWS, Spark, Hadoop MapReduce, HDFS, Linux command line, Python, NumPy, pandas, matplotlib, SciPy, scikit-learn, Kaggle).
-## kaggle
-
+## kaggle + IPython Notebooks used in [kaggle](https://www.kaggle.com/) competitions. | Notebook | Description | @@ -19,12 +19,12 @@ IPython Notebooks used in [kaggle](https://www.kaggle.com/) competitions. | [titanic](http://nbviewer.ipython.org/github/donnemartin/ipython-data-notebooks/blob/master/kaggle/titanic.ipynb) | Predicts survival on the Titanic. Demonstrates data cleaning, exploratory data analysis, and machine learning. |
+## spark + IPython Notebooks demonstrating spark and HDFS functionality. | Notebook | Description | @@ -33,12 +33,12 @@ IPython Notebooks demonstrating spark and HDFS functionality. | [hdfs](http://nbviewer.ipython.org/github/donnemartin/ipython-data-notebooks/blob/master/spark/hdfs.ipynb) | Reliably stores very large files across machines in a large cluster. |
+## aws + IPython Notebooks demonstrating Amazon Web Services functionality. | Notebook | Description | @@ -52,12 +52,12 @@ IPython Notebooks demonstrating Amazon Web Services functionality. | [lambda](http://nbviewer.ipython.org/github/donnemartin/ipython-data-notebooks/blob/master/aws/aws.ipynb#lambda) | Runs code in response to events, automatically managing compute resources. |
+## python-core + IPython Notebooks demonstrating core Python functionality geared towards data analysis. | Notebook | Description | @@ -69,12 +69,12 @@ IPython Notebooks demonstrating core Python functionality geared towards data an | [unit tests](http://nbviewer.ipython.org/github/donnemartin/ipython-data-notebooks/blob/master/python-core/unit_tests.ipynb) | Nose unit tests. |
+## pandas + IPython Notebooks demonstrating pandas functionality. | Notebook | Description | @@ -84,12 +84,12 @@ IPython Notebooks demonstrating pandas functionality. | [pandas cleaning](http://nbviewer.ipython.org/github/donnemartin/ipython-data-notebooks/blob/master/pandas/pandas_clean.ipynb) | Data wrangling operations. |
+## commands + IPython Notebooks demonstrating various command lines for Linux, Git, etc. | Notebook | Description | @@ -102,42 +102,41 @@ IPython Notebooks demonstrating various command lines for Linux, Git, etc. | [jekyll](http://nbviewer.ipython.org/github/donnemartin/ipython-data-notebooks/blob/master/commands/misc.ipynb#jekyll) | Simple, blog-aware, static site generator for personal, project, or organization sites. Renders Markdown or Textile and Liquid templates, and produces a complete, static website ready to be served by Apache HTTP Server, Nginx or another web server. |
+## matplotlib + [Coming Soon] IPython Notebooks demonstrating matplotlib functionality.
+## scikit-learn + [Coming Soon] IPython Notebooks demonstrating scikit-learn functionality.
+## scipy + [Coming Soon] IPython Notebooks demonstrating SciPy functionality.
+## numpy + [Coming Soon] IPython Notebooks demonstrating NumPy functionality. -