Skip to content
Open
Show file tree
Hide file tree
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
8 changes: 6 additions & 2 deletions README → README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
a talk aimed to try and get data scientists over that first hump of d3's learing curve and into the beautiful vista beyond...
A talk aimed to try and get data scientists over that first hump of d3's learing curve and into the beautiful vista beyond...

The code for the slide mechanics was written by Mike Bostock in d3! The data is from meetup.com's public API.

In order to actually run through talk, clone this repository and run `python -m SimpleHTTPServer 8000`. Then point your browser at http://localhost:8000.
In order to actually run through talk, clone this repository and run this command from inside the cloned dir:

`python -m SimpleHTTPServer 8000`

Then point your browser at http://localhost:8000
64 changes: 32 additions & 32 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -73,38 +73,38 @@

</div>
<script type="text/javascript">

var slides = [
"title.html",
"intro.html",
"egovis.html", //data
"structure.html",
"JSON.html",
"JSON_1.html",
"json_golden_rule.html",
"JSON_2.html",
"JSON_3.html",
"jsonlint.html",
"server.html",
"elements.html",
"JSON_4.html",
"html_base.html",
"list_code.html",
"html_after.html",
"list.html",
"list_code.html",
"bar.html",
"html_after_bars.html",
"bar_code.html",
"select.html",
"scale.html",
"scale_1.html",
"axes.html",
"line.html",
"onmouseover.html",
"summary.html",
"layout.html",
"layout_1.html",
var slides_dir = 'slides/',
slides = [
slides_dir+"title.html",
slides_dir+"intro.html",
slides_dir+"egovis.html", //data
slides_dir+"structure.html",
slides_dir+"JSON.html",
slides_dir+"JSON_1.html",
slides_dir+"json_golden_rule.html",
slides_dir+"JSON_2.html",
slides_dir+"JSON_3.html",
slides_dir+"jsonlint.html",
slides_dir+"server.html",
slides_dir+"elements.html",
slides_dir+"JSON_4.html",
slides_dir+"html_base.html",
slides_dir+"list_code.html",
slides_dir+"html_after.html",
slides_dir+"list.html",
slides_dir+"list_code.html",
slides_dir+"bar.html",
slides_dir+"html_after_bars.html",
slides_dir+"bar_code.html",
slides_dir+"select.html",
slides_dir+"scale.html",
slides_dir+"scale_1.html",
slides_dir+"axes.html",
slides_dir+"line.html",
slides_dir+"onmouseover.html",
slides_dir+"summary.html",
slides_dir+"layout.html",
slides_dir+"layout_1.html",

];

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.