<!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>
	Ngārimu and 28th (Māori) Battalion Memorial Scholarship Fund, Scholarships,Paying for your Study, Student Life, Wintec
</title>
<title>Ng&#257;rimu and 28th (M&#257;ori) Battalion Memorial Scholarship Fund, Scholarships, Wintec</title>
</head>

<body class="HasBackground">

<form name="aspnetForm" method="post" action="ngarimu-28th-battalion-memorial-scholarship-fund.aspx" id="aspnetForm">
<input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="/wEPDwUJNDMyNDU0NjAzZGToxx4ErZaHhGKp4Q1YqOrokux5Qw==" />


<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>Ng&#257;rimu and 28th (M&#257;ori) Battalion Memorial Scholarship Fund</h1>
<div class="ColumnLeft">
<h2>Background</h2>
<p>Enterprising, innovative and influential M&#257;ori are invited to submit an application for a scholarship grant.</p>
<p>The Ng&#257;rimu and 28th (M&#257;ori) Battalion Memorial Scholarship Fund was established to assist future generations to achieve both academically and within their own communities as leaders of M&#257;ori. It is a tribute to the 28th M&#257;ori Battalion.</p>
<p>The new scholarships cover a wider range of purposes from Undergraduate, Masters and Doctoral studies to a leadership scholarship for enterprising, innovative and influential people not necessarily engaged in academic studies.</p>
<h2>Eligibility</h2>
<p>The Board is looking for applicants that are M&#257;ori that have and can demonstrate characteristics similar to those identified as consistent with the 28th M&#257;ori Battalion.</p>
<h2>Value</h2>
<ul>
	<li>3 Undergraduate scholarships valued at $10,000 per year for up to five years</li>
	<li>1 Masters scholarship valued at $15,000 per year for two years</li>
	<li>1 PhD scholarship valued at $25,000 per year for three years</li>
	<li>1 Manakura scholarship for enterprising, innovative and influential people who want to a make a quantum shift in their lives and more of a contribution to wh&#257;nau, hap&#363; and iwi. This is valued at $30,000</li>
</ul>
<h2>Closing Date</h2>
<p>31 July</p>
<h2>Forms</h2>
<table border="0" cellspacing="0" cellpadding="2">
<tr>
	<td><img src="../../SharedControls/images/iconPDF.gif" alt="PDF File" width="16" height="16" border="0" title="Word File" /></td>
    <td>&nbsp;</td>
    <td><a href="files/Ngarimu-Scholarships-Application.pdf" target="_blank">Application Form</a></td>
</tr>
</table>
<h2>More Information</h2>
<p>Further information is available on the <a href="http://www.minedu.govt.nz/educationSectors/MaoriEducation/Initiatives/NgarimuVCAnd28thBattalionMemorialFund/MemorialScholarships.aspx" target="_blank">Ministry of Education website</a>.</p>
</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>

