<!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>
	Confucious Institute Scholarship, Scholarships, Paying for your Study, Student Life, Wintec
</title>
<title>Confucious Institute Scholarship, Scholarships, Paying for your Study, Student Life, Wintec</title>
</head>

<body class="HasBackground">

<form name="aspnetForm" method="post" action="confucious-institute-scholarship.aspx" id="aspnetForm">
<input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="/wEPDwUJNDMyNDU0NjAzZGQbiSv1CFbAVcNzKqun6YjC27FFJw==" />


<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>Confucious Institute Scholarship</h1>
<div class="ColumnLeft">
<h2>Background</h2>
<p>Confucius Institute Scholarship is established by Confucius Institute Headquarters, with a goal of encouraging students and teachers worldwide, who are studying and/or teaching Chinese as a second language, to study Chinese language and culture in China.</p>
<h2>Eligibility</h2>
<ol>
  <li>Outstanding students from Confucius  Institutes (Classrooms) worldwide;</li>
  <li> Foreign teachers who are teaching or  planning to teach Chinese as a second language;</li>
  <li> Students who received distinguished  grade from the Chinese Examination series held by Confucius Institute  Headquarters;</li>
  <li> Outstanding Contestants in “Chinese  Bridge” Chinese Proficiency Competition; </li>
  <li> Students studying Chinese as a second  language in overseas universities or colleges;</li>
  <li> Applicants who meet the requirements  of other of Confucius Institute Headquarters’ agreements.</li></ol>
 <p>Applicants must be non-Chinese citizens  in good health.<br />
    All scholarships applicants for degrees are required to have attended  HSK and acquired Level 3 or higher certificate.  <br />
    Bachelor's Degree Scholarship: 4-5 academic years. Applicants are  required to have a diploma comparable to a Chinese high school certificate,  pass the Chinese university admission examination or be admitted by  recommendation and without taking an admission exam, and under the age of 35.<br />
Master's  Degree Scholarship: 2-3 academic years. Applicants are required to have a  bachelor degree or a diploma comparable to a bachelor degree, and under the age  of 45.</p>
<h2>Value</h2>
<ol>
  <li>Exempt from registration fee, tuition  fee, fees for basic learning materials and accommodation on campus</li>
  <li> Monthly allowance are at the  following rates (CNY Yuan per month)
    <ol type="a">
      <li>Short-term studying：CNY1,400</li>
      <li>Bachelor’s Degree Students：CNY1,400</li>
      <li>Master’s Degree Students：CNY1,700</li>
      <li>Doctor’s Degree Students：CNY2,000</li>
    </ol>
  </li>
  <li>One-off settlement subsidy, at the  following rates (CNY Yuan)：
    <ol type="a">
      <li> Students who will study in China for  1 academic year or more：CNY 1,500</li>
      <li> Students who will study in China more  than 1 semester, but within 1 academic year ： CNY 1,000.</li>
    </ol>
  </li>
  <li>Comprehensive Medical Insurance and Benefit Plan for  International Students in China is provided by Confucius Institute Headquarters  for the scholarship students, in case of hospitalization for serious diseases  and accidental injuries.  </li>
  </ol>
<h2>Closing Date</h2>
<p>18 December</p>
<h2>More Information</h2>
<p>Visit <a href="http://www.hanban.org" target="_blank">www.hanban.org</a> or <a href="mailto:867799046@qq.com">email Chang Liu</a>, from College of International Culture Exchange.</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>

