-
Notifications
You must be signed in to change notification settings - Fork 66
/
Copy pathabout.html
42 lines (41 loc) · 2.06 KB
/
about.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
---
layout: default
permalink: /about/
---
<main class="left-container about out">
<div class="logo-set">
<h1>About Daniel Shiffman</h1>
</div>
<div class="content-wrapper article">
<br /><br />
<img src="/images/shiffman_rainbow.png" class="img-responsive" />
<p>
Daniel Shiffman works as an Associate Arts Professor at the
<a href="https://itp.nyu.edu/" target="_blank">Interactive Telecommunications Program</a> at NYU’s
<a href="https://www.tisch.nyu.edu/page/home" target="_blank">Tisch School of the Arts</a>.
</p>
<p>
Originally from Baltimore, Daniel received a BA in Mathematics and Philosophy from
<a href="https://www.yale.edu/" target="_blank">Yale University</a> and a Master’s Degree from the
<a href="http://itp.nyu.edu/" target="_blank">ITP</a>. He is a director of
<a href="https://processingfoundation.org">The Processing Foundation</a> and develops tutorials, examples, and libraries for
<a href="https://www.processing.org/" target="_blank">Processing</a> and <a href="https://p5js.org">p5.js</a>. He is the author of
<a href="http://www.learningprocessing.com/"
>Learning Processing: A Beginner’s Guide to Programming Images, Animation, and Interaction</a
>
and <a href="http://natureofcode.com/">The Nature of Code</a> (self-published via Kickstarter), an open source book about simulating
natural phenomenon in Processing. He can be found
<a href="https://youtube.com/user/shiffman">talking incessantly on the YouTube</a> about programming.
</p>
</div>
</main>
<button class="mobile-quick-links" aria-controls="quicklinks-section" aria-haspopup="true" id="quicklinks-btn"></button>
<aside class="right-container quick-links out" id="quicklinks-section">
<h3>QUICK LINKS</h3>
<div class="quick-link">
<a href="https://twitter.com/shiffman" target="_blank" class="secondary">Shiffman on Twitter</a>
</div>
<div class="quick-link">
<a href="https://github.com/shiffman" target="_blank" class="secondary">Shiffman on Github</a>
</div>
</aside>