-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathps02.html
50 lines (46 loc) · 2.56 KB
/
ps02.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
<!doctype html>
<html class="no-js" lang="">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>IDV Studio 2</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="apple-touch-icon" href="./img/apple-touch-icon.png">
<link href='https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Raleway:400' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="../css/normalize.min.css">
<link rel="stylesheet" href="../css/boilerplate.css">
<link rel="stylesheet" href="../css/main.css">
<script src="../js/vendor/jquery.min.js"></script>
<script src="../js/solutions.js"></script>
</head>
<body>
<div class="fixed-width">
<h3 id="reading-viewing-">Reading / viewing:</h3>
<ul>
<li>View: <a href="https://www.youtube.com/watch?v=0fKBhvDjuy0">Powers of 10</a>. Is this a data visualization? Does it belong in the "Data Viz" or "Data Art" category?</li>
<li>Read: <a href="http://worrydream.com/#!2/LadderOfAbstraction">Up and Down the Ladder of Abstraction</a></li>
</ul>
<h3 id="problems-">Problems:</h3>
<p>Please create a new folder <code><username>/ps-02/index.html</code> and have it point to each of your sollutions for these problems (a,b,c,d,e):</p>
<ul>
<li><code>a.html</code>: 10 n-gons (shapes of your own) (javascript & canvas)</li>
<li><code>b.html</code>: 100 quadralaterals. (javascript & canvas)</li>
<li><code>c.htlm</code>: 1000 line segments. (javascript & canvas)</li>
<li>Choose any early computer art piece (pre 1980) to respond to: <a href="http://www.veramolnar.com/diapo.php">Vera Molnar</a>, <a href="https://en.wikipedia.org/wiki/Georg_Nees">George Nees</a>, <a href="http://dam.org/artists/phase-one/a-michael-noll/artworks">Michael Noll</a>, or <a href="http://dam.org">research your own.</a><ul>
<li><code>d.html</code>: One page fact sheet. Include a reference image of the work you are responding to. Include background information about the artist and artwork.</li>
<li><code>e.html</code>: Your reinterpretation in the browser. This can be done using any technology stack / framework you like. Please feel free to continue using canvas and javscript.</li>
</ul>
</li>
</ul>
<h3 id="solutions-">Solutions:</h3>
<script>
$(document).ready(function () {
solutions("ps-02");
});
</script>
<div id="dynamic-content"></div>
</div>
</body>
</html>