<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.wintec.ac.nz/dtd/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">

<head id="ctl00_Head1"><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=1.0" /><link id="ctl00_mobilestylesheet" href="../../../SharedControls/css/mobiledevicestyle.css" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="/javascript/AllScriptsCompressed.js"></script>
<title>
	Jo Langford, Graduates, Our Students, Media Arts, Faculty, Wintec
</title>
<title>Jo Langford, Graduates, Our Students, Media Arts, Faculty, Wintec</title>
</head>

<body class="HasBackground">

<form name="aspnetForm" method="post" action="jo-langford.aspx" id="aspnetForm">
<input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="/wEPDwUJNDMyNDU0NjAzZGRm0ti+G04tyRu3/1HgPAdDRCOSng==" />


<div id="MobilePageHeader">
<div id="MobileImage">
<img src="http://www.wintec.ac.nz/mobile-device/images/mobile-logo.gif" alt="Wintec website for Mobile devices" title="Wintec website for mobile devices" />
</div>
<div id="MobileWintecImage">
<img src="http://www.wintec.ac.nz/mobile-device/images/wintec-logo.gif" alt="Wintec - Waikato Institute of Technology" title="Wintec - Waikato Institute of Technology" width="149" height="50" />
</div>
<div class="MobileTopMenu">
	<div class="MobileMenuItem"><a href="http://www.wintec.ac.nz/index.aspx">Home</a></div>
    <div class="MobileMenuItem"><a href="http://www.wintec.ac.nz/courses/index.aspx">Courses</a></div>
    <div class="MobileMenuItem"><a href="http://www.wintec.ac.nz/studentlife/index.aspx">Student Life</a></div>
    <div class="MobileMenuItem"><a href="http://www.wintec.ac.nz/international/index.aspx">International</a></div>
    <div class="MobileMenuItem"><a href="http://www.wintec.ac.nz/faculty/index.aspx">Faculty</a></div>
</div>
</div>

<div id="MobilePageContent">
	
<h1>Graduate Profiles</h1>
    <div class="ColumnLeft">
	<h2>Jo Langford</h2>
	<h3>Painting/Sculpture Pathway</h3>
	<p>I studied painting and sculpture in the Media Arts programme at Wintec.    During my time at Media Arts I really appreciated the openness between   departments (painting, sculpture, film and design). This flexibility allowed me   to branch into various areas, tailoring my education to suit my own practice and   interests. Technically this was good as it gave me opportunities to access   equipment from across departments.</p>
<p>I appreciated the critical feed   back from tutors and the new work and artists that they introduced me to. I   found it beneficial to observe how the tutors managed their own art careers and   found practical information that they provided about practicing and exhibiting   very helpful.</p>
<p>Media Arts supplied me with an excellent basis for   further study and I have gone on to pursue a career as a practicing artist. I   have participated in solo and group exhibitions around New Zealand. Some of my   recent exhibitions have included The Big Rock Candy Castle, a house constructed   from Hundreds and Thousands biscuits and Beyond Nowhere, a work constructed from   plastic bags, skewers , fans and electrical components.</p>
<p>I really enjoy   using temporal materials and my work often appears fragile and transitory. I   like creating installations that grow from simple elements and create networks   of playful spaces, evolving into their own world and set of governing rules.</p>
<p>After media arts I went on to do my masters at Canterbury University.   I found it very beneficial to do the extra few years of study. I found this time   helped to cement some of the habits of practicing and it was great to create a   community of friends, a lot of whom are still fellow practitioners. I find it   very important to have these friends to discuss work with and to get critical   feedback from.</p>
<p>I have found that there are many residency opportunities and these can   financially allow me to do studio work for longer periods of time. My most   recent residency 'The Olivia Spencer Bower' supported me for a year and provided   accommodation and a studio.</p>
<p>I am currently working on a solo show for   the Jonothan Smart gallery and a show curated by Emma Bugden at Te Tuhi in   Auckland named 'Who's Afraid of the Big Bad Wolf'. I am then hoping to go to   Europe in June to catch the Venice Biennale and Documenta then I am doing a   residency in Wanganui 'Tylee Cottage' for a few months.</p>
</div>
	<div class="ColumnRightNone">
	<h6 align="center"><img src="../../about/images/MediartsLogoSmall.jpg" alt="Mediarts" width="160" height="36" /></h6>
	<h6 align="center"><img src="images/JLangford2.jpg" alt="Jo Langford sculpture 1" /></h6>
	<h6 align="center"><img src="images/JLangford3.jpg" alt="Jo Langford sculpture 2" /></h6>
<h6 align="center"><img src="../../../SharedControls/images/quote-top.gif" alt="" /></h6>
<h4 align="center"><em>I found it beneficial to observe how the tutors managed their own art careers and found practical information that they provided about practicing and exhibiting very helpful</em></h4>
<h6 align="center"><img src="../../../SharedControls/images/quote-bottom.gif" alt="" /></h6>
	</div>

	<div id="SideMenu">
	<br />&nbsp;
	<div class="smMainCategory">Section Links</div>
	<div id="SideMenuBtns"></div>
	

	</div>
	<script type="text/javascript">
	<!--
	    LoadMenus();
	-->
	</script>
</div>

<div id="FooterBackground">
<div id="MobilePageFooter">
<span class="SmallLinks"><a href="http://www.wintec.ac.nz/zoom/search.aspx">Search</a> | <a href="http://www.wintec.ac.nz/about/disclaimer.aspx">Disclaimer</a> | <a href="http://www.wintec.ac.nz/about/index.aspx">About Us</a> | <a href="http://www.wintec.ac.nz/mobile-device/contact.aspx">Contact Us</a> | <a href="https://staff.wintec.ac.nz/">Staff Intranet</a></span>
</div>
</div>


<script type='text/javascript'>var imgObjs = document.images;var maxWidth = 250;var maxHeight = 150;for (var i = 0; i < imgObjs.length; i++) {var obj = imgObjs[i];var origWidth = obj.width;var origHeight = obj.height;if (obj.width > obj.height) {if (obj.width > maxWidth) { obj.width = maxWidth; obj.height = origHeight * (maxWidth / origWidth); }} else {if (obj.height > maxHeight) { obj.height = maxHeight; obj.width = origWidth * (maxHeight / origHeight); }}}</script></form>

<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-6887001-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>
</body>

</html>

