Last active
May 19, 2017 04:55
-
-
Save dsblank/b864fc7cf5072b52542ee17a3b95374d to your computer and use it in GitHub Desktop.
Computational Storytelling
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"cells": [ | |
{ | |
"cell_type": "markdown", | |
"metadata": { | |
"slideshow": { | |
"slide_type": "slide" | |
} | |
}, | |
"source": [ | |
"<h1>Computational Storytelling<br/>in the Liberal Arts</h1>\n", | |
"\n", | |
"<h2>Douglas S. Blank</h2>\n", | |
"\n", | |
"<h3>Bryn Mawr College<br/>Department of Computer Science</h3>\n", | |
"\n", | |
"<h2><a href=\"https://goo.gl/2xNpct\">goo.gl/2xNpct</a></h2>" | |
] | |
}, | |
{ | |
"cell_type": "markdown", | |
"metadata": { | |
"slideshow": { | |
"slide_type": "slide" | |
} | |
}, | |
"source": [ | |
"# Table of Contents\n", | |
"* [1. Standing on the Shoulders of Giants](#1.-Standing-on-the-Shoulders-of-Giants)\n", | |
"\t* [1.1 Storytelling at Bryn Mawr College](#1.1-Storytelling-at-Bryn-Mawr-College)\n", | |
"\t* [1.2 Project Jupyter: Computational Narratives as the Engine of Collaborative Data Science](#1.2-Project-Jupyter:-Computational-Narratives-as-the-Engine-of-Collaborative-Data-Science)\n" | |
] | |
}, | |
{ | |
"cell_type": "markdown", | |
"metadata": { | |
"collapsed": true, | |
"slideshow": { | |
"slide_type": "slide" | |
} | |
}, | |
"source": [ | |
"# 1. Standing on the Shoulders of Giants" | |
] | |
}, | |
{ | |
"cell_type": "markdown", | |
"metadata": { | |
"slideshow": { | |
"slide_type": "subslide" | |
} | |
}, | |
"source": [ | |
"## 1.1 Storytelling at Bryn Mawr College" | |
] | |
}, | |
{ | |
"cell_type": "markdown", | |
"metadata": {}, | |
"source": [ | |
"* Paul Grobstein (1946 - 2011), BMC Biology\n", | |
"* Paul thought a lot about <a href=\"http://jrp.icaap.org/index.php/jrp/article/view/9/17\">storytelling</a>\n", | |
"* Paul was fond of saying that science is **not** about \"getting it right\", but \"<a href=\"http://serendip.brynmawr.edu/sci_cult/lesswrong/lesswrong/\">getting it less wrong</a>\"\n", | |
"\n", | |
"<img src=\"https://athena.brynmawr.edu/jupyter/hub/dblank/public//jupyterday/paul-grobstein.png\" width=\"300\">" | |
] | |
}, | |
{ | |
"cell_type": "markdown", | |
"metadata": {}, | |
"source": [ | |
"## 1.2 Project Jupyter: Computational Narratives as the Engine of Collaborative Data Science" | |
] | |
}, | |
{ | |
"cell_type": "markdown", | |
"metadata": {}, | |
"source": [ | |
"* Fernando Perez, Lawrence Berkeley National Lab, and UC Berkeley\n", | |
"* Brian E. Granger, Cal Poly San Luis Obispo\n", | |
"\n", | |
"<img src=\"http://helmsleytrust.org/sites/default/files/Perez%20Granger_ProjectJupyter.jpg\" width=\"300\"/>" | |
] | |
}, | |
{ | |
"cell_type": "markdown", | |
"metadata": {}, | |
"source": [ | |
"<img src=\"https://athena.brynmawr.edu/jupyter/user/dblank/files/public_html/jupyterday/courses-using-jupyter.png\" width=\"400\">" | |
] | |
}, | |
{ | |
"cell_type": "code", | |
"execution_count": null, | |
"metadata": { | |
"collapsed": true | |
}, | |
"outputs": [], | |
"source": [] | |
} | |
], | |
"metadata": { | |
"celltoolbar": "Slideshow", | |
"kernelspec": { | |
"display_name": "Python 3", | |
"language": "python", | |
"name": "python3" | |
}, | |
"language_info": { | |
"codemirror_mode": { | |
"name": "ipython", | |
"version": 3 | |
}, | |
"file_extension": ".py", | |
"mimetype": "text/x-python", | |
"name": "python", | |
"nbconvert_exporter": "python", | |
"pygments_lexer": "ipython3", | |
"version": "3.5.2" | |
} | |
}, | |
"nbformat": 4, | |
"nbformat_minor": 1 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment