14
14
15
15
< meta name ="viewport " content ="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no ">
16
16
17
- < link rel ="stylesheet " href ="reveal.js/css/reveal.min.css ">
18
- < link rel ="stylesheet " href ="reveal.js/css/theme/idl.css " id ="theme ">
17
+ < link rel ="stylesheet " href ="reveal.js/css/reveal.css ">
18
+ < link rel ="stylesheet " href ="reveal.js/css/theme/black.css " id ="theme ">
19
+ < link rel ="stylesheet " href ="style.css ">
19
20
20
21
<!-- For syntax highlighting -->
21
- < link rel ="stylesheet " href ="reveal.js/lib/css/zenburn.css ">
22
- < link rel ="stylesheet " href ="style.css ">
22
+ < link rel ="stylesheet " href ="highlight.js/src/styles/obsidian.css " id ="highlight-theme ">
23
23
24
24
<!-- If the query includes 'print-pdf', use the PDF print sheet -->
25
25
< script >
26
26
document . write ( '<link rel="stylesheet" href="reveal.js/css/print/' + ( window . location . search . match ( / p r i n t - p d f / gi) ? 'pdf' : 'paper' ) + '.css" type="text/css" media="print">' ) ;
27
27
</ script >
28
28
29
- < script src ="jquery.js "> </ script >
29
+ < script src ="js/ jquery.js "> </ script >
30
30
< script src ="js/d3.js "> </ script >
31
31
32
32
< script >
@@ -61,7 +61,7 @@ <h4>Second Part</h4>
61
61
< br />
62
62
< p >
63
63
< small >
64
- by < a href ="http://hakim.se " > Kanit "Ham" Wongsuphasawat</ a >
64
+ A tutorial by < a href ="http://homes.cs.washington.edu/~domoritz/ " > Dominik Moritz </ a > ( < a href =" http://twitter.com/domoritz " > @domoritz </ a > ) and < a href =" http://kanitw.yellowpigz.com/ " > Kanit "Ham" Wongsuphasawat</ a > ( < a href =" http://twitter.com/kanitw " > @kanitw </ a > )
65
65
</ small >
66
66
</ p >
67
67
< p >
@@ -70,14 +70,7 @@ <h4>Second Part</h4>
70
70
< a href ="http://uw.edu "> University of Washington</ a >
71
71
</ small >
72
72
</ p >
73
- < p >
74
- < small >
75
- < a href ="http://twitter.com/kanitw "> @kanitw</ a >
76
- /
77
- < a href ="http://kanitw.yellowpigz.com "> kanitw.yellowpigz.com</ a >
78
- </ small >
79
- </ p >
80
- < p > < small > < small > (Based on < a href ="http://vadim.ogievetsky.com/IntroD3 "> Vadim Ogievetsky</ a > and < a href ="alignedleft.com/tutorials/d3/ "> Scott Murray</ a > 's work)</ small > </ small > </ p >
73
+ < p > < small > < small > (Based on < a href ="http://vadim.ogievetsky.com/IntroD3 "> Vadim Ogievetsky</ a > and < a href ="http://alignedleft.com/tutorials/d3/ "> Scott Murray</ a > 's work)</ small > </ small > </ p >
81
74
</ section >
82
75
< section >
83
76
< section >
@@ -278,26 +271,26 @@ <h3><a href="https://github.com/mbostock/d3/wiki/SVG-Axes">SVG Axes</a></h3>
278
271
< p > See < a href ="http://bl.ocks.org/mbostock/3885304 "> Bar Chart</ a > example</ p >
279
272
</ section >
280
273
< section data-markdown >
281
- ## [More SVG Axes](https://github.com/mbostock/d3/wiki/SVG-Axes)
274
+ ## [More SVG Axes](https://github.com/mbostock/d3/wiki/SVG-Axes)
282
275
283
- [](http://bl.ocks.org/mbostock/6186172)
284
- [](http://bl.ocks.org/mbostock/5537697)
285
- [](http://bl.ocks.org/mbostock/4573883)
286
- [](http://bl.ocks.org/mbostock/4403522)
287
- [](http://bl.ocks.org/mbostock/4349486)
288
- [](http://bl.ocks.org/mbostock/3892919)
276
+ [](http://bl.ocks.org/mbostock/6186172)
277
+ [](http://bl.ocks.org/mbostock/5537697)
278
+ [](http://bl.ocks.org/mbostock/4573883)
279
+ [](http://bl.ocks.org/mbostock/4403522)
280
+ [](http://bl.ocks.org/mbostock/4349486)
281
+ [](http://bl.ocks.org/mbostock/3892919)
289
282
</ section >
290
283
< section data-markdown >
291
- ## [More SVG Axes](https://github.com/mbostock/d3/wiki/SVG-Axes)
284
+ ## [More SVG Axes](https://github.com/mbostock/d3/wiki/SVG-Axes)
292
285
293
- [](http://bl.ocks.org/mbostock/3371592)
294
- [](http://bl.ocks.org/mbostock/3259783)
295
- [](http://bl.ocks.org/mbostock/3212294)
296
- [](http://bl.ocks.org/mbostock/2983699)
297
- [](http://bl.ocks.org/mbostock/2996766)
298
- [](http://bl.ocks.org/mbostock/2996785)
299
- [](http://bl.ocks.org/mbostock/1849162)
300
- [](http://bl.ocks.org/mbostock/4323929)
286
+ [](http://bl.ocks.org/mbostock/3371592)
287
+ [](http://bl.ocks.org/mbostock/3259783)
288
+ [](http://bl.ocks.org/mbostock/3212294)
289
+ [](http://bl.ocks.org/mbostock/2983699)
290
+ [](http://bl.ocks.org/mbostock/2996766)
291
+ [](http://bl.ocks.org/mbostock/2996785)
292
+ [](http://bl.ocks.org/mbostock/1849162)
293
+ [](http://bl.ocks.org/mbostock/4323929)
301
294
</ section >
302
295
</ section >
303
296
< section >
@@ -423,12 +416,12 @@ <h3>importing data</h3>
423
416
< h2 > Useful Tips</ h2 >
424
417
</ section >
425
418
< section data-markdown >
426
- ### Useful Helpers
419
+ ### Useful Helpers
427
420
428
- * `max()`, `min()`, `range()`, `extent()`, `mean()`, `median()`
429
- * `keys()`, `values()`
430
- * [Arrays](https://github.com/mbostock/d3/wiki/Arrays) – Learn to use Javascript built-in + D3's [Arrays Helpers](https://github.com/mbostock/d3/wiki/Arrays)!
431
- * [SVG Helpers](https://github.com/mbostock/d3/wiki/SVG) e.g. `d3.svg.area()`
421
+ * `max()`, `min()`, `range()`, `extent()`, `mean()`, `median()`
422
+ * `keys()`, `values()`
423
+ * [Arrays](https://github.com/mbostock/d3/wiki/Arrays) – Learn to use Javascript built-in + D3's [Arrays Helpers](https://github.com/mbostock/d3/wiki/Arrays)!
424
+ * [SVG Helpers](https://github.com/mbostock/d3/wiki/SVG) e.g. `d3.svg.area()`
432
425
</ section >
433
426
< section >
434
427
< h3 > Reusable d3.</ h3 >
@@ -466,25 +459,19 @@ <h3>Focus + Context Brush</h3>
466
459
<footer class="source"><small>Source: http://bl.ocks.org/mbostock/1667367</small></footer>
467
460
</section> -->
468
461
< section data-markdown >
469
- ### More Examples
470
- * https://github.com/mbostock/d3/wiki/Gallery
471
- * http://mbostock.github.io/d3/talk/20111018/
472
- * http://bost.ocks.org/mike/map/
473
- * http://christopheviau.com/d3list/gallery.html
462
+ ### More Examples
463
+ * https://github.com/mbostock/d3/wiki/Gallery
464
+ * http://mbostock.github.io/d3/talk/20111018/
465
+ * http://bost.ocks.org/mike/map/
466
+ * http://christopheviau.com/d3list/gallery.html
474
467
</ section >
475
468
</ section >
476
-
477
- < section >
478
- < h1 > Q&A</ h1 >
479
-
480
- < p > < small > Acknowledgement: This tutorial borrows some contents from Mike Bostock, Vadim Ogievetsky, Scott Murray and Jerome Cukier.</ small > </ p >
481
- </ section >
482
469
</ div >
483
470
484
471
</ div >
485
472
486
473
< script src ="reveal.js/lib/js/head.min.js "> </ script >
487
- < script src ="reveal.js/js/reveal.min. js "> </ script >
474
+ < script src ="reveal.js/js/reveal.js "> </ script >
488
475
489
476
< script >
490
477
// Full list of configuration options available here:
@@ -494,9 +481,11 @@ <h1>Q&A</h1>
494
481
progress : true ,
495
482
history : true ,
496
483
center : true ,
484
+ slideNumber : true ,
485
+ transitionSpeed : 'fast' ,
497
486
498
487
theme : Reveal . getQueryHash ( ) . theme , // available themes are in /css/theme
499
- transition : Reveal . getQueryHash ( ) . transition || 'default ' , // default/cube/page/concave/zoom/linear/fade/none
488
+ transition : Reveal . getQueryHash ( ) . transition || 'slide ' , // default/cube/page/concave/zoom/linear/fade/none
500
489
501
490
// Parallax scrolling
502
491
// parallaxBackgroundImage: 'https://s3.amazonaws.com/hakim-static/reveal-js/reveal-parallax-1.jpg',
0 commit comments