<!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>
	Andrea Braakhuis, Research, Wintec
</title>
    <title>Andrea Braakhuis, Research, Wintec</title>
</head>

<body class="HasBackground">

<form name="aspnetForm" method="post" action="andrea-braakhuis.aspx" id="aspnetForm">
<input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="/wEPDwUJNDMyNDU0NjAzZGTOzUAp9rC6Ev0SKlrZ13EItxBdiw==" />


<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>Andrea Braakhuis</h2>
        <h3>Going for Gold in Beijing</h3>
        <p>Andrea Braakhuis, a senior academic staff member at Wintec, and nutritionist for the New Zealand Academy of Sport and Rowing's elite rowers, has come up with a way to help prepare our top rowers for the Olympic Games in Beijing this year. She has proposed that rowers be tested for fluid and electrolyte losses in a training setting, under time trial conditions. The testing would allow Andrea to determine which individuals sweat a large amount and enable her to provide advice for the dietary requirements of individual athletes to minimise cramping and poor recovery. In turn, this would better equip the rowers in their quest for a gold medal at the Games.</p>
        <p>Rowing New Zealand approved the project and Wintec provided the funding and resources for the research to be undertaken. Originally Andrea had planned on replicating Beijing conditions and testing the rowers in Wintec's facility, where artificial heat and humidity can be created. Unfortunately this was not practical for the elite rowers so they decided to use ergometers located at Lake Karapiro instead.</p>
        <p>Andrea and two students carried out the testing of 30 elite rowers on 22 December 2007. The group could not predict the results as testing of this nature had in the past focused on athletes in other sports. Rowing is unique in that it relies on training both aerobic and anaerobic energy systems and requires many hours of moderate to high intensity training. To test the fluid and electrolyte losses, Andrea first took urine specific gravity and body weight samples from each rower to produce a hydration assessment and then got them to row for one hour while wearing sweat patches. On completion of rowing, Andrea was able to collect the sweat and analyse it by testing for six sweat electrolytes. The key three were sodium, magnesium and potassium; the others were calcium, zinc and phosphorus.</p>
        <h4>Research Features 2007</h4>
        <p>From this detailed information, Andrea produced statistics and compared her findings to previous literature, also comparing male athletes to female athletes. She then provided each rower with a sweat testing report, outlining their specific numbers for hydration assessment, sweat rate and sweat electrolyte loss. Individual recommendations were made to athletes as to how they should keep themselves hydrated.</p>
        <p>An example of an athlete's report is:</p>
        <ul>
	        <li>Your sweat losses are below average in potassium and zinc.</li>
	        <li>Your sweat losses are above average in sodium, calcium and magnesium.</li>
	        <li>The sodium and calcium losses will naturally be replaced in the next meal, however the magnesium losses are considerable and I might suggest you try a magnesium-containing sports drink or food while training.</li>
        </ul>
        <p>A consistent finding that came out of the testing was that the normal recommendation of no salty foods would not be appropriate in Beijing and the rowers will be encouraged to include plenty of salt in their diet.</p>
        <p>With the successful completion of this project, Andrea is now going to use the same technology for her third year Wintec students' projects.</p>
    </div>
    <div class="ColumnRightNone">
        <h6><img alt="Andrea Braakhuis, School of Sport and Exercise Science" title="Andrea Braakhuis, School of Sport and Exercise Science" src="images/AndreaBraakhuis.jpg" border="0" class="SpaceRight" /> Andrea Braakhuis. School of Sport and Exercise Science.<br />Differences in Sweat Electrolyte Concentrations.</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>
