<!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>
	Mother and daughter team up, News, News & Events, About Us, Wintec
</title>
  <title>Mother and daughter team up, News, News &amp; Events, About Us, Wintec</title>
  <link rel="image_src" href="http://www.wintec.ac.nz/news/2011/thumbnails/renukth.jpg" />
</head>

<body class="HasBackground">

<form name="aspnetForm" method="post" action="nurses.aspx" id="aspnetForm">
<input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="/wEPDwULLTIwODgxOTMyNTZkZHIH4NDDfXh8tueLTQ12m2wMN2KK" />


<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>Wintec News</h1>
  <div class="ColumnLeft">
    <h2>Mother and daughter team up</h2>
    <h5>By Wintec journalism student Vicky Way</h5>
    <h6>Posted On: Wednesday, 31 August 2011</h6>
    <p>When Renuka Gounder hits a problem in her nursing studies she turns to her classmate, and daughter, Shastika, for help.</p>
    <p>For the Goundar family, helping others is something that runs in the blood.</p>
    <p>At least, that is the way Renuka Gounder and her daughter,  Shastika, explain their enrolment in the same course.</p>
    <p>Renuka and Shastika are currently navigating their way  through their second year in the Bachelor of Nursing programme at Wintec.</p>
    <p>The Goundar family moved to New Zealand from Fiji in 2008 and mother and daughter agree they went into nursing as a career which will allow  them to help others, something they both enjoy doing.</p>
    <p>In fact, Renuka goes so far as to describe nursing as her dream career which had not been possible to pursue in Fiji.</p>
    <p>“It was one of the reasons we moved here – I wanted to experience nursing in New Zealand.”</p>
    <p>But with living together as well as studying together, Renuka  and Shastika admit they get little privacy. On the plus side, they are able to  help each other with lecture notes and discuss class assignments before working  on them.</p>
    <p>Studying with teenagers straight out of high school is  something Renuka admits she finds a bit of a struggle – but at the same time  she is learning from it.</p>
    <p>With the already difficult transition of moving from Suva to Hamilton, combined with multiple visa problems, both mother and daughter are  the first to admit the past three years have not always been easy. </p>
    <p>They believe the support of their family is what helped get them through. Renuka said they are now fully settled in.&nbsp; “We really enjoy it here, it is different in so many ways to Fiji.”</p>
    <p>Both Renuka and Shastika are scheduled to graduate in July 2013. Renuka is considering working in a retirement home, while Shastika has her sights on going to medical school and becoming a surgeon. She believes the  nursing degree will be the stepping stone she needs.</p>
    <p>And they both say that graduating is something they are looking  forward to. As Shastika puts it: “That will be one proud moment for dad.”</p>
  </div>
  <div class="ColumnRightNone">
    <h6><img border="0" width="197" src="images/renuka.jpg" alt="Mother and daughter" /><br />Taking the pulse: Shastika, 18 and mum Renuka are now in their third year of study.</h6>
    <h6>&nbsp;</h6>
    <h6>&nbsp;</h6>
    <h6 align="center"><a href="mailto:annabel.barbosa@wintec.ac.nz"><img src="../images/reportnews.gif" alt="Got News to report?" width="130" height="118" border="0" /></a></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>

