This repository has been archived by the owner on Mar 9, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathindex_preview.html
138 lines (107 loc) · 6.45 KB
/
index_preview.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
<!DOCTYPE html>
<html>
<head>
<title>The Nature of Code</title>
<link rel="stylesheet" href="css/fonts.css"/>
<link rel="stylesheet" href="css/natureofcode.css" />
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
<script src="/js/jquery-ui-1.8.23.custom.min.js" type="text/javascript"></script>
<script src="/js/index.js"></script>
<script type = "text/javascript" src="core.js"></script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-34673170-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</head>
<body>
<div id="top">
<div id="header">
<h1><a href="/">The <strong>Nature</strong> of Code</a></h1>
<h2>Daniel Shiffman</h2>
<span style="font-style: italic; text-transform:none">(Coming soon!)</span>
</div>
</div>
<div id="middle">
<div id="content">
Can we capture the unpredictable evolutionary and emergent properties of nature in software? Can understanding the mathematical principles behind our physical world world help us to create digital worlds? This book focuses on the programming strategies and techniques behind computer simulations of natural systems using <a href="http://www.processing.org">Processing</a>.
<div id="purchase-options">
<div id="purchase-pdf">
<p>If you are an educator and would like to preview a draft PDF for a course, please
<a href="mailto:[email protected]">contact me</a> for more information.</p>
<p>For updates about when the book will be ready for purchase:</p>
<p>
<a href="https://twitter.com/shiffman" class="twitter-follow-button" data-show-count="false">Follow @shiffman</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script></p>
<form name="form" id="form" method="post" onsubmit="return false" action="http://scripts.dreamhost.com/add_list.cgi">
<table cellspacing="0" cellpadding="0">
<tr>
<td>e-mail: </td>
<td><input name="email" type="text" id="email" size="50" /></td>
<td><input type="button" value="Get Updates" onclick="validate_application(this.form)" id="submitbtn" /></td>
</tr>
</table>
<input type="hidden" name="list" value="[email protected]" />
<input type="hidden" name="domain" value="learningprocessing.com" />
<input type="hidden" name="url" value="http://www.learningprocessing.com/noc" />
<input type="hidden" name="unsuburl" value="http://www.learningprocessing.com" />
<input type="hidden" name="alreadyonurl" value="http://www.learningprocessing.com" />
<input type="hidden" name="notonurl" value="http://www.learningprocessing.com" />
<input type="hidden" name="invalidurl" value="http://www.learningprocessing.com" />
<input type="hidden" name="emailconfirmurl" value="thankyou.html" />
<input type="hidden" name="emailit" value="1" />
</form>
</div>
<div id="purchase-print">
<img src="http://farm9.staticflickr.com/8448/7749029626_04c08b4bed.jpg" style="max-width:100%;">
</div>
</div>
<div class="row">
<div class="half-box">
<h3>Read the Entire Book Online for Free</h3>
<p>The complete book will be available as HTML with interactive Processing.js examples. Coming soon!</p>
</div>
<div class="half-box">
<h3>Download the book's code</h3>
<p>All of the <a href="https://github.com/shiffman/The-Nature-of-Code">source files for building the book</a> and the Processing code examples are available on <a href="https://github.com/shiffman/The-Nature-of-Code">github</a>.</p>
<a class="block-link" href="https://github.com/downloads/shiffman/The-Nature-of-Code/code.zip">Download Code</a>
</div>
</div>
</div>
</div>
<div id="bottom">
<div id="footer">
<div class="one-third" id="licenses">
<h4>Licenses</h4>
<p>
<a class="license-badge" rel="license" href="http://creativecommons.org/licenses/by-nc/3.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-nc/3.0/88x31.png" /></a>
<a class="license-badge" rel="license" href="http://creativecommons.org/licenses/LGPL/2.1/"><img alt="LGPL License" style="border-width:0" src="http://www.gnu.org/graphics/lgplv3-88x31.png" /></a>
</p>
<p>
The book's text and illustrations are licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc/3.0/">Creative Commons Attribution-NonCommercial 3.0 Unported License</a>.
</p>
<p>
All of the book's source code is licensed under the <a rel="license" href="http://creativecommons.org/licenses/LGPL/2.1/">GNU Lesser General Public License</a> as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.
</p>
</div>
<div class="one-third">
<h4>Colophon</h4>
<p>This book was generated with <a href="https://github.com/runemadsen/Magic-Book-Project">The Magic Book Project</a>.
<p>This book is typeset on the web in Georgia with headers in Proxima Nova.</p>
<p>Please report any mistakes in the book or bugs in the source with a <a href="https://github.com/shiffman/The-Nature-of-Code/issues?sort=created&state=open">github issue</a> or contact me at <span class="eml">daniel at shiffman dot net</span>.</p>
</div>
<div class="one-third">
<h4>Author</h4>
<p>Daniel Shiffman teaches at the <a href="http://itp.nyu.edu/">Interactive Telecommunications Program</a> at New York University.</p>
<p>He is the author of <a href="http://www.learningprocessing.com/">Learning Processing</a>.</p>
<p><a href="https://twitter.com/shiffman">Twitter</a> <a href="http://github.com/shiffman">Github</a></p>
</div>
</div>
</div>
</body>
</html>