Skip to content

Commit 29c9998

Browse files
author
Danyel Fisher
committed
first cut of repo
1 parent ef28faa commit 29c9998

File tree

81 files changed

+97240
-33
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

81 files changed

+97240
-33
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
_site/

Gemfile

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
source 'https://rubygems.org'
2+
gem 'github-pages', group: :jekyll_plugins

Gemfile.lock

+218
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,218 @@
1+
GEM
2+
remote: https://rubygems.org/
3+
specs:
4+
activesupport (4.2.8)
5+
i18n (~> 0.7)
6+
minitest (~> 5.1)
7+
thread_safe (~> 0.3, >= 0.3.4)
8+
tzinfo (~> 1.1)
9+
addressable (2.5.2)
10+
public_suffix (>= 2.0.2, < 4.0)
11+
coffee-script (2.4.1)
12+
coffee-script-source
13+
execjs
14+
coffee-script-source (1.11.1)
15+
colorator (1.1.0)
16+
ethon (0.10.1)
17+
ffi (>= 1.3.0)
18+
execjs (2.7.0)
19+
faraday (0.13.1)
20+
multipart-post (>= 1.2, < 3)
21+
ffi (1.9.18)
22+
forwardable-extended (2.6.0)
23+
gemoji (3.0.0)
24+
github-pages (160)
25+
activesupport (= 4.2.8)
26+
github-pages-health-check (= 1.3.5)
27+
jekyll (= 3.5.2)
28+
jekyll-avatar (= 0.5.0)
29+
jekyll-coffeescript (= 1.0.2)
30+
jekyll-default-layout (= 0.1.4)
31+
jekyll-feed (= 0.9.2)
32+
jekyll-gist (= 1.4.1)
33+
jekyll-github-metadata (= 2.9.3)
34+
jekyll-mentions (= 1.2.0)
35+
jekyll-optional-front-matter (= 0.2.0)
36+
jekyll-paginate (= 1.1.0)
37+
jekyll-readme-index (= 0.1.0)
38+
jekyll-redirect-from (= 0.12.1)
39+
jekyll-relative-links (= 0.4.1)
40+
jekyll-sass-converter (= 1.5.0)
41+
jekyll-seo-tag (= 2.3.0)
42+
jekyll-sitemap (= 1.1.1)
43+
jekyll-swiss (= 0.4.0)
44+
jekyll-theme-architect (= 0.1.0)
45+
jekyll-theme-cayman (= 0.1.0)
46+
jekyll-theme-dinky (= 0.1.0)
47+
jekyll-theme-hacker (= 0.1.0)
48+
jekyll-theme-leap-day (= 0.1.0)
49+
jekyll-theme-merlot (= 0.1.0)
50+
jekyll-theme-midnight (= 0.1.0)
51+
jekyll-theme-minimal (= 0.1.0)
52+
jekyll-theme-modernist (= 0.1.0)
53+
jekyll-theme-primer (= 0.5.2)
54+
jekyll-theme-slate (= 0.1.0)
55+
jekyll-theme-tactile (= 0.1.0)
56+
jekyll-theme-time-machine (= 0.1.0)
57+
jekyll-titles-from-headings (= 0.4.0)
58+
jemoji (= 0.8.0)
59+
kramdown (= 1.13.2)
60+
liquid (= 4.0.0)
61+
listen (= 3.0.6)
62+
mercenary (~> 0.3)
63+
minima (= 2.1.1)
64+
rouge (= 1.11.1)
65+
terminal-table (~> 1.4)
66+
github-pages-health-check (1.3.5)
67+
addressable (~> 2.3)
68+
net-dns (~> 0.8)
69+
octokit (~> 4.0)
70+
public_suffix (~> 2.0)
71+
typhoeus (~> 0.7)
72+
html-pipeline (2.7.0)
73+
activesupport (>= 2)
74+
nokogiri (>= 1.4)
75+
i18n (0.8.6)
76+
jekyll (3.5.2)
77+
addressable (~> 2.4)
78+
colorator (~> 1.0)
79+
jekyll-sass-converter (~> 1.0)
80+
jekyll-watch (~> 1.1)
81+
kramdown (~> 1.3)
82+
liquid (~> 4.0)
83+
mercenary (~> 0.3.3)
84+
pathutil (~> 0.9)
85+
rouge (~> 1.7)
86+
safe_yaml (~> 1.0)
87+
jekyll-avatar (0.5.0)
88+
jekyll (~> 3.0)
89+
jekyll-coffeescript (1.0.2)
90+
coffee-script (~> 2.2)
91+
coffee-script-source (~> 1.11.1)
92+
jekyll-default-layout (0.1.4)
93+
jekyll (~> 3.0)
94+
jekyll-feed (0.9.2)
95+
jekyll (~> 3.3)
96+
jekyll-gist (1.4.1)
97+
octokit (~> 4.2)
98+
jekyll-github-metadata (2.9.3)
99+
jekyll (~> 3.1)
100+
octokit (~> 4.0, != 4.4.0)
101+
jekyll-mentions (1.2.0)
102+
activesupport (~> 4.0)
103+
html-pipeline (~> 2.3)
104+
jekyll (~> 3.0)
105+
jekyll-optional-front-matter (0.2.0)
106+
jekyll (~> 3.0)
107+
jekyll-paginate (1.1.0)
108+
jekyll-readme-index (0.1.0)
109+
jekyll (~> 3.0)
110+
jekyll-redirect-from (0.12.1)
111+
jekyll (~> 3.3)
112+
jekyll-relative-links (0.4.1)
113+
jekyll (~> 3.3)
114+
jekyll-sass-converter (1.5.0)
115+
sass (~> 3.4)
116+
jekyll-seo-tag (2.3.0)
117+
jekyll (~> 3.3)
118+
jekyll-sitemap (1.1.1)
119+
jekyll (~> 3.3)
120+
jekyll-swiss (0.4.0)
121+
jekyll-theme-architect (0.1.0)
122+
jekyll (~> 3.5)
123+
jekyll-seo-tag (~> 2.0)
124+
jekyll-theme-cayman (0.1.0)
125+
jekyll (~> 3.5)
126+
jekyll-seo-tag (~> 2.0)
127+
jekyll-theme-dinky (0.1.0)
128+
jekyll (~> 3.5)
129+
jekyll-seo-tag (~> 2.0)
130+
jekyll-theme-hacker (0.1.0)
131+
jekyll (~> 3.5)
132+
jekyll-seo-tag (~> 2.0)
133+
jekyll-theme-leap-day (0.1.0)
134+
jekyll (~> 3.5)
135+
jekyll-seo-tag (~> 2.0)
136+
jekyll-theme-merlot (0.1.0)
137+
jekyll (~> 3.5)
138+
jekyll-seo-tag (~> 2.0)
139+
jekyll-theme-midnight (0.1.0)
140+
jekyll (~> 3.5)
141+
jekyll-seo-tag (~> 2.0)
142+
jekyll-theme-minimal (0.1.0)
143+
jekyll (~> 3.5)
144+
jekyll-seo-tag (~> 2.0)
145+
jekyll-theme-modernist (0.1.0)
146+
jekyll (~> 3.5)
147+
jekyll-seo-tag (~> 2.0)
148+
jekyll-theme-primer (0.5.2)
149+
jekyll (~> 3.5)
150+
jekyll-github-metadata (~> 2.9)
151+
jekyll-seo-tag (~> 2.2)
152+
jekyll-theme-slate (0.1.0)
153+
jekyll (~> 3.5)
154+
jekyll-seo-tag (~> 2.0)
155+
jekyll-theme-tactile (0.1.0)
156+
jekyll (~> 3.5)
157+
jekyll-seo-tag (~> 2.0)
158+
jekyll-theme-time-machine (0.1.0)
159+
jekyll (~> 3.5)
160+
jekyll-seo-tag (~> 2.0)
161+
jekyll-titles-from-headings (0.4.0)
162+
jekyll (~> 3.3)
163+
jekyll-watch (1.5.0)
164+
listen (~> 3.0, < 3.1)
165+
jemoji (0.8.0)
166+
activesupport (~> 4.0)
167+
gemoji (~> 3.0)
168+
html-pipeline (~> 2.2)
169+
jekyll (>= 3.0)
170+
kramdown (1.13.2)
171+
liquid (4.0.0)
172+
listen (3.0.6)
173+
rb-fsevent (>= 0.9.3)
174+
rb-inotify (>= 0.9.7)
175+
mercenary (0.3.6)
176+
mini_portile2 (2.2.0)
177+
minima (2.1.1)
178+
jekyll (~> 3.3)
179+
minitest (5.10.3)
180+
multipart-post (2.0.0)
181+
net-dns (0.8.0)
182+
nokogiri (1.8.0)
183+
mini_portile2 (~> 2.2.0)
184+
octokit (4.7.0)
185+
sawyer (~> 0.8.0, >= 0.5.3)
186+
pathutil (0.14.0)
187+
forwardable-extended (~> 2.6)
188+
public_suffix (2.0.5)
189+
rb-fsevent (0.10.2)
190+
rb-inotify (0.9.10)
191+
ffi (>= 0.5.0, < 2)
192+
rouge (1.11.1)
193+
safe_yaml (1.0.4)
194+
sass (3.5.1)
195+
sass-listen (~> 4.0.0)
196+
sass-listen (4.0.0)
197+
rb-fsevent (~> 0.9, >= 0.9.4)
198+
rb-inotify (~> 0.9, >= 0.9.7)
199+
sawyer (0.8.1)
200+
addressable (>= 2.3.5, < 2.6)
201+
faraday (~> 0.8, < 1.0)
202+
terminal-table (1.8.0)
203+
unicode-display_width (~> 1.1, >= 1.1.1)
204+
thread_safe (0.3.6)
205+
typhoeus (0.8.0)
206+
ethon (>= 0.8.0)
207+
tzinfo (1.2.3)
208+
thread_safe (~> 0.1)
209+
unicode-display_width (1.3.0)
210+
211+
PLATFORMS
212+
ruby
213+
214+
DEPENDENCIES
215+
github-pages
216+
217+
BUNDLED WITH
218+
1.15.4

README.md

+9-33
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,13 @@
1-
## Welcome to GitHub Pages
1+
## Executable Examples
22

3-
You can use the [editor on GitHub](https://github.com/danyelf/makingdatavisual/edit/master/README.md) to maintain and preview the content for your website in Markdown files.
3+
<div style="float:right">
4+
<img src="img/cover-1.png" width="200" style="margin: 10px;"/>
5+
</div>
46

5-
Whenever you commit to this repository, GitHub Pages will run [Jekyll](https://jekyllrb.com/) to rebuild the pages in your site, from the content in your Markdown files.
7+
This page and project contain a live copy of the figures for the book ["Making Data Visual"](http://shop.oreilly.com/product/0636920041320.do). The book's official O'Reilly source materials can be found at [its website](https://resources.oreilly.com/examples/0636920041320). These are here so that you can learn how to re-create this images for your own visualizations.
68

7-
### Markdown
9+
The figures are written in [Vega and Vega-Lite](http://vega.github.io), a JSON-based web-based language for creating sophisticated data visualizations.
810

9-
Markdown is a lightweight and easy-to-use syntax for styling your writing. It includes conventions for
10-
11-
```markdown
12-
Syntax highlighted code block
13-
14-
# Header 1
15-
## Header 2
16-
### Header 3
17-
18-
- Bulleted
19-
- List
20-
21-
1. Numbered
22-
2. List
23-
24-
**Bold** and _Italic_ and `Code` text
25-
26-
[Link](url) and ![Image](src)
27-
```
28-
29-
For more details see [GitHub Flavored Markdown](https://guides.github.com/features/mastering-markdown/).
30-
31-
### Jekyll Themes
32-
33-
Your Pages site will use the layout and styles from the Jekyll theme you have selected in your [repository settings](https://github.com/danyelf/makingdatavisual/settings). The name of this theme is saved in the Jekyll `_config.yml` configuration file.
34-
35-
### Support or Contact
36-
37-
Having trouble with Pages? Check out our [documentation](https://help.github.com/categories/github-pages-basics/) or [contact support](https://github.com/contact) and we’ll help you sort it out.
11+
<div style="clear:both;">
12+
<iframe src="examples.html" width="100%"></iframe>
13+
</div>

0 commit comments

Comments
 (0)