<!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>
	Maree Roche, Research, Wintec
</title>
    <title>Maree Roche, Research, Wintec</title>
</head>

<body class="HasBackground">

<form name="aspnetForm" method="post" action="maree-roche.aspx" id="aspnetForm">
<input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="/wEPDwUJNDMyNDU0NjAzZGTHNhq67YAZR9qDs0J6zWVrT2nUww==" />


<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>Research Features</h1>
    <div class="ColumnLeft">
        <h2>Maree Roche</h2>
        <h3>Farmers shed light on Wellbeing at Work</h3>
        <p>"We spend a considerable amount of our lives working and as such happiness and wellbeing at work is essential."</p>
        <p>This quote, from the final report, sums up the theme of a study by Maree Roche, a lecturer at Wintec's School of Business and Administration, researching wellbeing at work. Maree carried out this research in collaboration with her colleague, Carolyn Rolley, producing a final report entitled Living Personally, Acting Locally, Impacting Globally: A Case of Wellbeing (Happiness) at Work. This expanded on existing research suggesting that, in future, 'wellbeing' (rather than job satisfaction or turnover intentions) may be a better predictor for organisations of the likelihood of retaining staff.</p>
        <p>The study reports on data gathered from farmers participating in the restoration of the Maungatautari Ecological Island Reserve. A review of farming literature showed that most of the research on farming focussed on how stressful work and isolated working conditions seemed to be the norm. This study examined wellbeing in an isolated farming community near Cambridge and highlighted how an improved work environment created a helpful situation in which each individual's wellbeing thrived.</p>
        <p>"The framework was used to explain how purpose and meaning created additional positive outcomes in terms of social connectedness and wellbeing," Maree Roche said in the report.</p>
        <p>Twenty-one farming workplaces, which bordered Maungatautari Mountain, participated in the 2006 study. All 21 farmers participated in the study and the researchers collected their stories over a six month period.</p>
        <p>The collection of these stories allowed for greater insight into each farmer's experience of the restoration project and the impact this had on their wellbeing. It also allowed for an understanding of how the entire farming community, with its different perspectives and interests, experienced the process.</p>
        <p>As a result, the research was able to present a collective understanding of how these members made sense of this experience. The report findings highlight how an enhanced workplace context, through the restoration process, aided wellbeing in terms of developing meaning and social connectivity in previously isolated workplaces.</p>
        <p>The findings support the growing research that encourages human resource academics and practitioners to place emphasis on the contributions of positive psychology, particularity on how enhancing meaning and social connectivity at work can leverage workplace and employee potential and wellbeing.</p>
        <p>Maree also said this information could aid organisations in the recruitment and retention of staff. "With current labour shortages, this information could help organisations understand the potential benefits in encouraging employee wellbeing."</p>
        <p>Maree has also been researching in collaboration with Associate Professor Jarrod Haar from the University of Waikato, Department of Strategy and Human Resource Management, on how employees perceive their organisations as supporting both their work and life priorities and roles.</p>
        <p>The findings from this research also suggest that organisations that provide for and enhance employee wellbeing benefit from this in terms of greater commitment from employees towards their organisations.</p>
    </div>
    <div class="ColumnRightNone">
        <h6><img alt="Maree Roche, School of Business &amp; Administration" title="Maree Roche, School of Business &amp; Administration" src="images/MareeRoche.jpg" border="0" class="SpaceRight" /> Maree Roche, School of Business &amp; Administration.<br />Wellbeing at Work: Subjective wellbeing [happiness] as a contributor to workplace wellbeing.</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></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 gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
var pageTracker = _gat._getTracker("UA-6887001-1");
pageTracker._trackPageview();
</script>
</body>

</html>
