-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathimmanence.html
93 lines (77 loc) · 4.02 KB
/
immanence.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
<!DOCTYPE HTML>
<!--
Strongly Typed 1.1 by HTML5 UP
html5up.net | @n33co
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>timothy j barraclough - Immanence</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="description" content="" />
<meta name="keywords" content="" />
<meta name="viewport" content="width=1040" />
<link href="http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600|Arvo:700" rel="stylesheet" type="text/css" />
<!--[if lte IE 8]><script src="js/html5shiv.js"></script><![endif]-->
<script src="js/jquery.min.js"></script>
<script src="js/jquery.dropotron.min.js"></script>
<script src="js/config.js"></script>
<script src="js/skel.min.js"></script>
<script src="js/skel-panels.min.js"></script>
<noscript>
<link rel="stylesheet" href="css/skel-noscript.css" />
<link rel="stylesheet" href="css/style.css" />
<link rel="stylesheet" href="css/style-desktop.css" />
</noscript>
</head>
<body class="no-sidebar">
<!-- Header Wrapper -->
<div id="header-wrapper">
<!-- Header -->
<div id="header" class="container">
<!-- Logo -->
<h1 id="logo"><a href="#">timothy j. </a></h1>
<p>sonic artist / music technologist</p>
<!-- Nav -->
<nav id="nav">
<ul>
<li><a class="fa fa-moon" href="bio.html"><span>Bio</span></a></li>
<li><a class="fa fa-moon" href="index.html"><span>Works</span></a></li>
<li><a class="fa fa-moon" href="modulome.html"><span>Modulome</span></a></li>
<li><a class="fa fa-moon" href="pyxis.html"><span>pyxis minor</span></a></li>
<li><a class="fa fa-moon" href="flora.html"><span>flora</span></a></li>
</ul>
</nav>
</div>
</div>
<!-- Main Wrapper -->
<div id="main" class="container">
<div class="row">
<div id="content" class="12u skel-cell-important">
<!-- Post -->
<article class="is-feature">
<h2> Immanence </h2>
<h1> Paul Mathews & Timothy J. </h1>
<h1> 2013</h1>
<p>Installation consisting of sonic and visual elements, designed to provide an unsettling experience through use of non-tactile sensors, reactive moving parts and live sampling of sound. Uses found objects to anchor a particular aesthetic with custom designed functional components.
<br><br>Conceptually functions to question issues of privacy as a fundamental civil liberty and the degradation of this ideal in a technological age. Provoked by the recent GCSB bill in New Zealand and the revelations concerning the NSA's wide ranging digital surveillance in the USA, this installation seeks to provoke observers to question their relationships with technology as a tool for the erosion of privacy by using simple and easily obtainable data to produce an awkward technological response.
<br><br>Immanence was installed at the Sonic Arts Engineering Expo 2013 at Victoria University of Wellington. Immanence was featured in a collection of student works from both the Victoria University School of Engineering and the New Zealand School of Music. Situated in the central hub of the university's Kelburn campus, the installation drew a large amount of attention during the time it was installed.
</p>
</article>
<div align="center">
<iframe src="//player.vimeo.com/video/76843514?title=0&byline=0&portrait=0&color=ffffff" width="800" height="452" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>
</div>
</div>
</div>
<!-- Footer Wrapper -->
<div id="footer-wrapper">
<!-- Footer --><!-- Copyright -->
<div id="copyright" class="container">
<ul class="links">
<li>© timothy j. barraclough. 2014. All rights reserved</li>
<li>Design: <a href="http://html5up.net/">HTML5 UP</a></li>
</ul>
</div>
</div>
</body>
</html>