-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
630 lines (542 loc) · 26.1 KB
/
index.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
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<!-- Force latest available IE rendering engine and Chrome Frame (if installed) -->
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<!-- Document Title & Description -->
<title>Tobias Zehntner</title>
<meta name="description" content="The portfolio of visual artist Tobias Zehntner">
<!-- Mobile Screen Resizing -->
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Icons: place in the root directory -->
<!-- https://github.com/audreyr/favicon-cheat-sheet -->
<!-- Feature Test -->
<script src="/assets/js/feature-test.js"></script>
<!-- HTML5 Shim for IE 6-8 -->
<!--[if lt IE 9]>
<script src="/assets/js/html5.js"></script>
<![endif]-->
<!-- js Video player shiv, needs to be in <head> -->
<script type="text/javascript">document.createElement('video');document.createElement('audio');document.createElement('track');</script>
<!-- js Video player assets -->
<link href="/assets/css/video-js.css" rel="stylesheet">
<script src="/assets/js/video.js"></script>
<script>
videojs.options.flash.swf = "/assets/swf/video-js.swf"
</script>
<!-- stylesheets / need to be loaded as late as possible in <head> and AFTER video-js.css -->
<link rel="stylesheet" href="/assets/css/normalize.css" type="text/css">
<!-- <link rel="stylesheet" href="/assets/font/fonts.css" type="text/css"> -->
<link href='http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,300,400' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="/assets/css/tz.css" type="text/css">
<!-- video-js style for Fullscreen
<style>
.video-js {padding-top: 56.25%}
.vjs-fullscreen {padding-top: 0px}
</style> -->
<!-- Favicon -->
<link rel="apple-touch-icon" sizes="57x57" href="/assets/img/apple-touch-icon-57x57.png?v=3">
<link rel="apple-touch-icon" sizes="60x60" href="/assets/img/apple-touch-icon-60x60.png?v=3">
<link rel="apple-touch-icon" sizes="72x72" href="/assets/img/apple-touch-icon-72x72.png?v=3">
<link rel="apple-touch-icon" sizes="76x76" href="/assets/img/apple-touch-icon-76x76.png?v=3">
<link rel="apple-touch-icon" sizes="114x114" href="/assets/img/apple-touch-icon-114x114.png?v=3">
<link rel="apple-touch-icon" sizes="120x120" href="/assets/img/apple-touch-icon-120x120.png?v=3">
<link rel="apple-touch-icon" sizes="144x144" href="/assets/img/apple-touch-icon-144x144.png?v=3">
<link rel="apple-touch-icon" sizes="152x152" href="/assets/img/apple-touch-icon-152x152.png?v=3">
<link rel="apple-touch-icon" sizes="180x180" href="/assets/img/apple-touch-icon-180x180.png?v=3">
<link rel="icon" type="image/png" href="/assets/img/favicon-32x32.png?v=3" sizes="32x32">
<link rel="icon" type="image/png" href="/assets/img/favicon-194x194.png?v=3" sizes="194x194">
<link rel="icon" type="image/png" href="/assets/img/favicon-96x96.png?v=3" sizes="96x96">
<link rel="icon" type="image/png" href="/assets/img/android-chrome-192x192.png?v=3" sizes="192x192">
<link rel="icon" type="image/png" href="/assets/img/favicon-16x16.png?v=3" sizes="16x16">
<link rel="manifest" href="/assets/img/manifest.json?v=3">
<link rel="mask-icon" href="/assets/img/safari-pinned-tab.svg?v=3" color="#ff0000">
<link rel="shortcut icon" href="/assets/img/favicon.ico?v=3">
<meta name="apple-mobile-web-app-title" content="tz.com">
<meta name="application-name" content="tz.com">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="msapplication-TileImage" content="/assets/img/mstile-144x144.png?v=3">
<meta name="theme-color" content="#ffffff">
</head>
<body>
<!-- Old Browser Warning -->
<!-- If you're supporting IE 6-7, remove this -->
<!--[if lt IE 8]>
<section class="container">
Did you know that your web browser is a bit old? Some of the content on this site might not work right as a result. <a href="http://whatbrowser.org">Upgrade your browser</a> for a faster, better, and safer web experience.
</section>
<![endif]-->
<div class="wrapper">
<section class="container">
<!-- Header -->
<header class="row">
<div class="grid-full"><a class="nav disabled" href="/index.html">
<h2 style="letter-spacing:0.1em">TOBIAS ZEHNTNER</h2>
</div>
</header>
<!-- Menu -->
<nav class="row">
<div class="grid-fourth" style="padding-bottom: 1em;">
<a class="nav" href="/work/index.html">
<div style="border-bottom: thin solid #999999;">Work</div>
</a>
</div>
<div class="grid-fourth offset-fourth" style="padding-bottom: 1em;">
<a class="nav" href="/about/index.html">
<div style="border-bottom: thin solid #999999;">About</div>
</a>
</div>
<div class="grid-fourth" style="padding-bottom: 1em;">
<a class="nav" href="/contact/index.html">
<div style="border-bottom: thin solid #999999;">Contact</div>
</a>
</div>
</nav>
<!-- Title image -->
<div style="padding-bottom:1em;">
<img src="/assets/img/home.jpg" alt="Title image" width="100%"/>
</div>
<!-- Newsfeed -->
<div>
<div class="grid-full text-block">
<div style="max-width: 50em">
<span class="text-title">07 Jan 2019 | New work: Swing, 2018</span><br>
<div>The documentation of the work <a href="/work/swingaarau">Swing, 2018</a>, which was
shown last May in Switzerland, is now available online.
</div>
</div>
</div>
<div class="grid-full text-block">
<div style="max-width: 50em">
<span class="text-title">30 Sep 2017 | New domain</span><br>
<div>The domain of the website moved to <code>.art</code>. Please note the new contact email <a href="mailto:[email protected]">[email protected]</a>.
</div>
</div>
</div>
<div class="grid-full text-block">
<div style="max-width: 50em">
<span class="text-title">09 Oct 2015 | Screening in Chicago</span><br>
<div>The documentation video of <a href="/work/orbit">Orbit (2015)</a>
will be part of <a href="http://romansusan.org/streetlight">Streetlight</a>
at <a href="http://romansusan.org/">RomanSusan Gallery</a> in December in Chicago, USA.
</div>
</div>
</div>
<div class="grid-full text-block">
<div style="max-width: 50em">
<span class="text-title">11 Jul 2015 | Video profile</span><br>
<div>The University of Chicago Arts, Science and Culture Initiative published a <a href="https://www.youtube.com/watch?v=DBVx8ZjA98M">video</a> about my collaboration with
Damien Bright and Cameron Hu.
</div>
</div>
</div>
<div class="grid-full text-block">
<div style="max-width: 50em">
<span class="text-title">28 Jun 2015 | Updated Artist's Statement</span><br>
<div>I updated my <a href="about/index.html">Artist’s Statement</a> to reflect
my current artistic practice.
</div>
</div>
</div>
<div class="grid-full text-block">
<div style="max-width: 50em">
<span class="text-title">18 Jun 2015 | Orbit at Pantocrátor Gallery</span><br>
<div>The work <a href="/work/orbit">Orbit</a> will be displayed
at Pantocrátor Gallery at M50 in Shanghai from June 21 to 30. Opening on Saturday June 21, 6-9pm. M50, Moghanshan Rd. Bld. 4B 105, Shanghai, China.
</div>
</div>
</div>
<div class="grid-full text-block">
<div style="max-width: 50em">
<span class="text-title">03 Jun 2015 | Shanghai Residency</span><br>
<div>I have moved to Shanghai, China, to participate in an artist’s residency at the <a href="http://pantocratorgallery.com/">Pantocrátor Gallery</a>.
</div>
</div>
</div>
<div class="grid-full text-block">
<div style="max-width: 50em">
<span class="text-title">27 May 2015 | New work: Orbit</span><br>
<div>The documentation of the work <a href="/work/orbit">Orbit</a>, which was
presented at the MFA Show the past few weeks, is now available online.
</div>
</div>
</div>
<div class="grid-full text-block">
<div style="max-width: 50em">
<span class="text-title">10 May 2015 | John Quincy Adams Fellowship</span><br>
<div>The School of the Art Institute of Chicago has awarded me the John Quincy Adams
Fellowship in connection with conferring me the Master of Fine Arts in Studio.
</div>
</div>
</div>
<div class="grid-full text-block">
<div style="max-width: 50em">
<span class="text-title">21 Apr 2015 | Presentation for the Arts, Science & Culture Initiative</span><br>
<div>Me and my collaborators Damien Bright and Cameron Hu will present our ongoing work on the theme of <em>Adjustments</em> for the Arts, Science & Culture Initiative of the University of Chicago. May 5, 5pm, Logan Center for the Arts, 915 E 60th St, Chicago, USA. <a href="https://arts.uchicago.edu/event/arts-science-culture-2014-2015-graduate-collaboration-grantee-final-presentations">More…</a>
</div>
</div>
</div>
<div class="grid-full text-block">
<div style="max-width: 50em">
<span class="text-title">20 Apr 2015 | MFA Show</span><br>
<div>The new work <em>Orbit</em> (2015) will be presented at the <a href="http://sites.saic.edu/mfa2015/">MFA Show</a> April 25–May 13. Reception: Friday, April 24, 7–9pm. Sullivan Galleries, 33 S State St, 7th floor, Chicago, USA.
</div>
</div>
</div>
<div class="grid-full text-block">
<div style="max-width: 50em">
<span class="text-title">06 Apr 2015 | Interview</span><br>
<div>I have been featured in a short series of interviews with graudating MFAs. Find the video <a href="http://sites.saic.edu/mfa2015/beyond-the-bubble-interviews-with-graduating-mfas/">here</a>.
</div>
</div>
</div>
<div class="grid-full text-block">
<div style="max-width: 50em">
<span class="text-title">15 Feb 2015 | Exhibition in Portland OR</span><br>
<div>The work <a href="/work/aquarium">Aquarium</a> will be part of the group show <em>To Feel What I Am</em> at <a href="http://hapgallery.com/">Hap Gallery</a> in Portland OR, 5-28 March 2015.
</div>
</div>
</div>
<div class="grid-full text-block">
<div style="max-width: 50em">
<span class="text-title">06 Jan 2015 | New work online</span><br>
<div>The new work <a href="/work/swing">Untitled (swing)</a> is now online.
</div>
</div>
</div>
<div class="grid-full text-block">
<div style="max-width: 50em">
<span class="text-title">30 Nov 2014 | Graduate Collaboration Grant, University of Chicago</span><br>
<div>The Arts, Science and Culture Initiative of the University of Chicago has awarded
a Graduate Collaboration Grant to me and my two collaborators, Damien Bright and
Cameron Hu (Ph.D Candidates, Anthropology, UChicago). Read more about the project <a href="https://arts.uchicago.edu/artsscienceculture-initiative/graduate-collaboration-grants-graduate-fellows/graduate-collaboration">here</a>.
</div>
</div>
</div>
<div class="grid-full text-block">
<div style="max-width: 50em">
<span class="text-title">09 Nov 2014 | Media Futures Exhibition</span><br>
<div>I will present new work at the <em>Media Futures</em> exhibition in Chicago. 2 December
2014 - 14 February 2015. Reception: Friday, 5 December, 4.30–7.00pm. Sullivan
Galleries, 33 S. State St., 7th floor, Chicago.
</div>
</div>
</div>
<div class="grid-full text-block">
<div style="max-width: 50em">
<span class="text-title">06 Oct 2014 | Screening in Copenhagen</span><br>
<div>The work <a href="/work/aquarium">Aquarium</a> will be shown at the 20-year-anniversary
of <a href="http://kulturo.dk/">Kulturo Magazine</a> at <a href="http://domeofvisions.dk/">Dome of Visions</a>
in Copenhagen, Denmark. Saturday, 25 October 2014, 8pm. Check the <a href="http://www.facebook.com/events/712437958850075">Facebook Event</a> for details.
</div>
</div>
</div>
<div class="grid-full text-block">
<div style="max-width: 50em">
<span class="text-title">03 Oct 2014 | Interview in fNews, Chicago</span><br>
<div><a href="http://fnewsmagazine.com/">fNews Magazine</a> has published an
<a href="http://fnewsmagazine.com/wp-2/2014/10/03/5-questions-tobias-zehntner/">interview</a>
with me in their October issue.
</div>
</div>
</div>
<div class="grid-full text-block">
<div style="max-width: 50em">
<span class="text-title">01 Sep 2014 | Gelman Scholarship Finalist</span><br>
<div>I made it to the Final round for the Jacques and Natasha Gelman Trust Scholar and Fellow Program
at the School of the Art Institute of Chicago.
</div>
</div>
</div>
<div class="grid-full text-block">
<div style="max-width: 50em">
<span class="text-title">08 Apr 2014 | Exhibition in Bloomingdales, Chicago</span><br>
<div>The work <a href="/work/12step">12 Step</a> will be
exhibited at <em>SAIC at 900</em> in Bloomingdales, 900 N Michigan Ave, Chicago,
from 11 April to 8 May 2014.
</div>
</div>
</div>
<div class="grid-full text-block">
<div style="max-width: 50em">
<span class="text-title">19 Mar 2014 | In Conversation with Natalia De Orellana</span><br>
<div>Natalia De Orellana from <a href="http://www.flatspacechicago.com">FLAT Space</a> has
conducted an interview with me. The audio is available
<a href="http://www.flatspace.org/conversations/2014/3/31/a-conversation-with-tobias-zehntner">here</a>.
</div>
</div>
</div>
<div class="grid-full text-block">
<div style="max-width: 50em">
<span class="text-title">24 Feb 2014 | Exhibition at FLAT</span><br>
<div>Two new works, <a href="/work/skyline">Skyline</a> and
<a href="/work/two-bulbs">Untitled (two bulbs)</a> will
be presented in the exhibition <em>Visual Ends: The Edge of Perception</em>, at
<a href="http://www.flatspacechicago.com">FLAT Space</a>, Chicago. 28 February - 30 March
2014, Sat & Sun 1-4pm.
Opening: Friday 28 Feb, 7-10pm, 2023 S Ruble Street, Chicago, IL 60616.
</div>
</div>
</div>
<div class="grid-full text-block">
<div style="max-width: 50em">
<span class="text-title">26 Aug 2013 | Moved to Chicago</span><br>
<div>The quiet period of the past year is owed to me preparing my next educational step.
I am all the more happy to announce that I now have started a Master of Fine Arts in Studio, Art and Technology
Studies, at the <a href="http://www.saic.edu">School of the Art Institute of Chicago</a>, USA.
This has only been possible with the help of a number of sponsors, among them a Fulbright Scholarship.
</div>
</div>
</div>
<div class="grid-full text-block">
<div style="max-width: 50em">
<span class="text-title">24 Jun 2012 | Exhibition at DegreeArt</span><br>
<div>The works <a href="/work/matchbox-melody">Matchbox Melody</a>,
<a href="/work/break-time">Break Time</a> and
<a href="/work/aquarium">Aquarium</a> will be part of the show
Audio Video at the DegreeArt Gallery: 5-29 July 2012, 12-6pm, 12A Vyner Street,
London E2 9DG.
</div>
</div>
</div>
<div class="grid-full text-block">
<div style="max-width: 50em">
<span class="text-title">11 Apr 2012 | Exhibition at No Format and Son Galleries</span><br>
<div>I am participating in the two part show <em>The Function of the Oblique</em>, produced
and curated by <a href="http://www.attiliaff.com/">Attilia Fattori Franchini</a>, and will be showing the works
<a href="/work/no-input">No Input</a> and
<a href="/work/surfaces">Surfaces</a> respectively.
More details and the press release can be found on the
<a href="https://www.facebook.com/events/334701873261326/335203606544486/">Facebook event page</a>.
Part I: <em>Resistance</em>, <a href="http://www.noformat.co.uk/">No Format Gallery</a>, 14 - 22 April 2012,
PV: 13 April, 6-10 pm, 2nd Floor Studios & Arts, Harrington Way, London SE18 5NR.
Part II: <em>Action</em>, <a href="http://www.songallery.co.uk/">Son Gallery</a>, 27 April - 26 May 2012,
PV: 25 April, 6-9 pm, Unit 9c, 133 Copeland Road, London SE15 3SN.
</div>
</div>
</div>
<div class="grid-full text-block">
<div style="max-width: 50em">
<span class="text-title">10 Apr 2012 | Screening in Kiev</span><br>
<div><a href="/work/aquarium">Aquarium</a> will be screened at the
<em>Vidas Bivenis</em> exhibition at A-House Gallery in Kiev, Ukraine, 11-20 May 2012.
</div>
</div>
</div>
<div class="grid-full text-block">
<div style="max-width: 50em">
<span class="text-title">06 Apr 2012 | Screening in Athens</span><br>
<div>The work <a href="/work/aquarium">Aquarium</a> will be
screened in the video art program <em>Is. The. Message. Medium. The.</em> for the symposium
<a href="http://newsensorium.panteion.org/">The New Sensorium</a> at the Panteion University in Athens, Greece, 21-22 April 2012.
</div>
</div>
</div>
<div class="grid-full text-block">
<div style="max-width: 50em">
<span class="text-title">24 Oct 2011 | Affordable Art Fair in Hampstead</span><br>
<div>The work <a href="/work/aquarium">Wave (water)</a> will
also be shown at the <a href="http://www.affordableartfair.com/hampstead/home/">Affordable Art Fair in Hampstead Heath</a>
27-30 October 2011.
</div>
</div>
</div>
<div class="grid-full text-block">
<div style="max-width: 50em">
<span class="text-title">15 Oct 2011 | Affordable Art Fair in Battersea</span><br>
<div>The work <a href="/work/aquarium">Wave (water)</a> will be
shown at the <em>Recent Graduates Showcase</em> at <a href="http://www.affordableartfair.com/uk/home/">Affordable Art Fair</a>,
Private View Oct 19th, 5.30-9.30pm; Thu 11am-9.30pm, Fri-Sun 11am-6pm. Battersea Park,
London SW11 4NJ.
</div>
</div>
</div>
<div class="grid-full text-block">
<div style="max-width: 50em">
<span class="text-title">12 Oct 2011 | Multichannel event</span><br>
<div>I will participate in the <em>Multichannel</em> event by <a href="http://thecomposingrooms.com/">Ché Zara Blomfield</a>.
This Sunday October 16th, 7-10pm. At <a href="http://www.richmix.org.uk">Richmix</a>,
35-47 Bethnal Green Road, E1 6LA, London, UK.
</div>
</div>
</div>
<div class="grid-full text-block">
<div style="max-width: 50em">
<span class="text-title">15 Sep 2011 | Show at The Alekano Club</span><br>
<div>The work <a href="/work/aquarium">Aquarium</a> will be
part of the show <em>I Wish I Was A Circle</em> at <a href="http://www.alekanoclub.com/">The Alekano Club</a>
in Hoxton, London, September 16th-18th 2011. More info on the
<a href="http://www.facebook.com/event.php?eid=256335744399788">Facebook event page</a>.
</div>
</div>
</div>
<div class="grid-full text-block">
<div style="max-width: 50em">
<span class="text-title">29 Aug 2011 | Quadrangle Film Festival</span><br>
<div>The work <a href="/work/aquarium">Aquarium</a> will
be shown at the <a href="http://www.quadranglefilmfest.com/">Quadrangle Film Festival</a>
in Shoreham, Kent, UK. 2-4 September 2011.
</div>
</div>
</div>
<div class="grid-full text-block">
<div style="max-width: 50em">
<span class="text-title">13 Jun 2011 | Artist talk</span><br>
<div>In the context of the <a href="http://www.holmfirthartsfestival.co.uk/">Holmfirth Arts Festival</a>
I will give an artist talk on Saturday 18 June 2011. Back Lane Art Space, 4-6pm,
Holmfirth UK.
</div>
</div>
</div>
<div class="grid-full text-block">
<div style="max-width: 50em">
<span class="text-title">11 Jun 2011 | Goldsmiths Degree Show</span><br>
<div>The works <a href="/work/wave-light">Wave (light)</a>
and <a href="/work/wave-water">Wave (water)</a> will be shown at the
<a href="http://www.gold.ac.uk/">Goldsmiths</a> Degree Show 24-27 June 2011. Private view 23 June 6-9pm;
24-27 June 2011, Fri-Mon 10am-7pm, Sun 10am-4pm, Ben Pimlot Building, 3rd Floor, New Cross, London SE14 6NW, UK.
</div>
</div>
</div>
<div class="grid-full text-block">
<div style="max-width: 50em">
<span class="text-title">11 May 2011 | Holmfirth Arts Festival</span><br>
<div>The video <a href="/work/aquarium">Aquarium</a> will
be shown at the <a href="http://www.holmfirthartsfestival.co.uk/">Holmfirth Arts Festival</a>
11-26 June 2011 in Holmfirth UK.
</div>
</div>
</div>
<div class="grid-full text-block">
<div style="max-width: 50em">
<span class="text-title">19 Apr 2011 | Art Walks, Greece</span><br>
<div>The work Trace (2010) will be screened in the frame of <em>Art Walks</em>, an open
exhibition organized by Cultural Antilogos.
Wednesday 27th of April, 9.30pm, Amfeias square, Kalamata, Greece.
</div>
</div>
</div>
<div class="grid-full text-block">
<div style="max-width: 50em">
<span class="text-title">21 Oct 2010 | Front Row on BBC 4</span><br>
<div>BBC Radio 4 will air an <a href="http://www.bbc.co.uk/programmes/b00vcr4f">episode of Front Row</a>
in which I participated in on 22 October 7.15pm.
</div>
</div>
</div>
<div class="grid-full text-block">
<div style="max-width: 50em">
<span class="text-title">30 Jun 2010 | Videoart Festival Miden, Greece</span><br>
<div>The works Trace (2010) and <a href="/work/aquarium">Aquarium</a>
will be shown at the <a href="http://www.festivalmiden.gr/taftotita_eng.html">Videoart Festival Miden</a>
in Kalamata, Greece, July 8-10, 2010.
</div>
</div>
</div>
<div class="grid-full text-block">
<div style="max-width: 50em">
<span class="text-title">21 Jun 2010 | Hamad Butt Memorial Prize</span><br>
<div>Goldsmiths Art Department rewarded me with The Hamad Butt Memorial Prize 2010
for best student of my year.
</div>
</div>
</div>
<div class="grid-full text-block">
<div style="max-width: 50em">
<span class="text-title">07 Jun 2010 | Heterotopia Provocation</span><br>
<div>New work in collaboration with anthropologists Polly Jarman and Therese Henningsen
will be shown at the <em>Heterotopia Provocation</em> exhibition.
Stamford Works, Gillett Street, Dalston, London N16 8JH; June 10th-11th, 2pm - 2am,
Opening: June 9th 6pm.
</div>
</div>
</div>
<div class="grid-full text-block">
<div style="max-width: 50em">
<span class="text-title">25 May 2010 | Travel grant</span><br>
<div>I received the Grosserer L.F. Foght’s grant to realise a planned art
journey through the US West in September.
</div>
</div>
</div>
<div class="grid-full text-block">
<div style="max-width: 50em">
<span class="text-title">21 Apr 2010 | Worcester Open</span><br>
<div>The works <em>Trace</em> (2010) and <a href="/work/citywall">Citywall</a>
will be shown at Worcester Open: City Art Gallery & Museum, Foregate Street, Worcester WR1 1DT.
24 April -26 June 2010, opening: April 24th 11am-3pm.
</div>
</div>
</div>
<div class="grid-full text-block">
<div style="max-width: 50em">
<span class="text-title">05 Apr 2010 | Souvenirs from Earth</span><br>
<div>The works <a href="/work/aquarium">Aquarium</a> and
<a href="/work/matchbox-melody">Matchbox Melody</a> will
from today on be broadcasted on a weekly basis by the German/French cable TV
station <a href="http://www.souvenirsfromearth.tv/">Souvenirs From Earth</a>.
</div>
</div>
</div>
<div class="grid-full text-block">
<div style="max-width: 50em">
<span class="text-title">26 Mar 2010 | Art Nouveau Magazine</span><br>
<div>Art Nouveau Magazine has published an <a href="http://www.an-mag.com/tobias-zehntners-zeitfenster-exhibition-in-london/">article</a>
about my <em>LightWall</em> exhibition, written by Laura Beaney.
</div>
</div>
</div>
<div class="grid-full text-block">
<div style="max-width: 50em">
<span class="text-title">22 Mar 2010 | Instituto Superior del Arte, Cuba</span><br>
<div>The work <a href="/work/citywall">Citywall</a> will be
shown at a screening at the Instituto Superior del Arte (ISA)
in Havana, Cuba, 10-17 April 2010.
</div>
</div>
</div>
<div class="grid-full text-block">
<div style="max-width: 50em">
<span class="text-title">21 Mar 2010 | Video workshop</span><br>
<div>I’m holding a video art workshop for ART@K4 at <a href="http://www.kreuzfeld4.ch/">Kreuzfeld 4</a>
in Langenthal, Switzerland, 22-30 March 2010.
</div>
</div>
</div>
<div class="grid-full text-block">
<div style="max-width: 50em">
<span class="text-title">10 Feb 2010 | LightWall exhibition</span><br>
<div>The work <a href="/work/zeitfenster">Zeitfenster</a>
will be exhibited at <em>Lightwall presents: Tobias Zehntner</em>. Thu-Sun 4-8 February
6-11pm, Calvin Street E1, London.
</div>
</div>
</div>
</div>
</section>
<div class="footer">
<hr>
<div class="grid-full">
<div style="text-align:center; font-size:0.7em; padding-bottom:1em;">
All content © 2019 Tobias Zehntner |
Last update: 08 Jan 2019
</div>
</div>
</div>
<!-- End footer -->
</div> <!-- End Wrapper -->
<!-- Javascript -->
<!-- In the footer for better performance -->
<script src="/assets/js/kraken.js"></script>
<!-- Google Analytics -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-39379005-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>