From: <Saved by Windows Internet Explorer 8>
Subject: 2007 AATCC Materials Design Completion 2nd Place Winner
Date: Fri, 14 Oct 2011 12:31:34 -0400
MIME-Version: 1.0
Content-Type: multipart/related;
	type="text/html";
	boundary="----=_NextPart_000_0051_01CC8A6D.35E7BDF0"
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.6109

This is a multi-part message in MIME format.

------=_NextPart_000_0051_01CC8A6D.35E7BDF0
Content-Type: text/html;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Content-Location: mhtml:http://www.aatcc.org/members/students/Lithium_Ion_Nano_Batteries_Poster.mht!Lithium_Ion_Nano_Batteries_Poster_files/slide0001.htm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML xmlns=3D"http://www.w3.org/TR/REC-html40" xmlns:v =3D=20
"urn:schemas-microsoft-com:vml" xmlns:o =3D=20
"urn:schemas-microsoft-com:office:office" xmlns:p =3D=20
"urn:schemas-microsoft-com:office:powerpoint" xmlns:oa =3D=20
"urn:schemas-microsoft-com:office:activation"><HEAD><TITLE>2007 AATCC =
Materials Design Completion 2nd Place Winner</TITLE>
<META content=3D"text/html; charset=3Dwindows-1252" =
http-equiv=3DContent-Type>
<META name=3DProgId content=3DPowerPoint.Slide>
<META name=3DGENERATOR content=3D"MSHTML 8.00.6001.19154"><LINK =
id=3DMain-File=20
rel=3DMain-File href=3D"../Lithium_Ion_Nano_Batteries_Poster.htm"><LINK =
rel=3DPreview=20
href=3D"preview.wmf"><LINK rel=3DOLE-Object-Data =
href=3D"oledata.mso"><!--[if !mso]>
<STYLE>v\:* {
	BEHAVIOR: url(#default#VML)
}
o\:* {
	BEHAVIOR: url(#default#VML)
}
p\:* {
	BEHAVIOR: url(#default#VML)
}
.shape {
	BEHAVIOR: url(#default#VML)
}
v\:textbox {
	DISPLAY: none
}
</STYLE>
<![endif]--><![if IE]><![endif]>
<META name=3DDescription content=3D6/20/2007><LINK rel=3DStylesheet=20
href=3D"file:///C:/672B5D12/Lithium_Ion_Nano_Batteries_Poster_files/maste=
r03_stylesheet.css"><![if !ppt]>
<STYLE media=3Dprint>.sld {
	WIDTH: 6in !important; HEIGHT: 4.5in !important; FONT-SIZE: 103% =
!important; LEFT: 0px !important
}
</STYLE>

<SCRIPT><!--
function LoadSld()
{
	var sld=3DGetObj("SlideObj")
	if( !g_supportsPPTHTML ) {	=09
		sld.style.visibility=3D"visible"
		return
	}

	if( MakeNotesVis() ) return

	runAnimations =3D _InitAnimations();
=09
	if( IsWin("PPTSld") )
		parent.SldUpdated(GetSldId())
	g_origSz=3DparseInt(SlideObj.style.fontSize)
	g_origH=3Dsld.style.posHeight
	g_origW=3Dsld.style.posWidth
	g_scaleHyperlinks=3D(document.all.tags("AREA").length>0)
	if( g_scaleHyperlinks )
		InitHLinkArray()
	if( g_scaleInFrame||(IsWin("PPTSld") && parent.IsFullScrMode() ) )
		document.body.scroll=3D"no"
	_RSW()
	if( IsWin("PPTSld") && parent.IsFullScrMode() )
		FullScrInit();
=09
	MakeSldVis();
=09
	if( runAnimations )
	{
		if( document.all("NSPlay") )
			document.all("NSPlay").autoStart =3D false;

		if( sld.filters && sld.filters.revealtrans )
			setTimeout( "document.body.start()", sld.filters.revealtrans.duration =
* 1000 );
		else
			document.body.start();
	}
}

function MakeSldVis()=20
{
	var fTrans=3Dg_showAnimation && SldHasTrans()
	if( fTrans )=09
	{
		if( g_bgSound ) {
			idx=3Dg_bgSound.indexOf(",");
			pptSound.src=3Dg_bgSound.substr( 0, idx );
			pptSound.loop=3D -(parseInt(g_bgSound.substr(idx+1)));
		}
		SlideObj.filters.revealtrans.Apply()=09
    }
	SlideObj.style.visibility=3D"visible"
	if( fTrans )
		SlideObj.filters.revealtrans.Play()
}
function MakeNotesVis()=20
{
	if( !IsNts() ) return false=20
	SlideObj.style.display=3D"none"
	nObj =3D document.all.item("NotesObj")
	parent.SetHasNts(0)
	if( nObj ) {=20
		nObj.style.display=3D""
		parent.SetHasNts(1)
	}
	return 1
}
function ChkAutoAdv()
{
	if(SldHasTrans())
		SlideObj.onfilterchange=3DAutoAdv
	else
		AutoAdv()
}
function AutoAdv()
{
	if(!IsWin("PPTSld") || !gUseSldTimings )return
	var sld=3DGetCurSld()
	if( (sld.mAdvDelay>0) && !parent.IsFramesMode() )
		setTimeout("parent.GoToNextSld()",sld.mAdvDelay)
}
function GetObj(id)
{
	if(g_supportsPPTHTML) return document.all(id);
	else return document.getElementById(id);
}
function SldHasTrans() { return SlideObj.style.filter !=3D ""; }
function GetSldId()=20
{
	var regExp =3D /file:\/\/\//i
	var pos =3D location.href.search(regExp)
	if (MHTMLPrefix !=3D "" && pos !=3D -1)
		sId =3D location.href.substring(pos)
	else
	{
		sId =3D RemoveFilePrefixFromHref(location.href);
		var regExp =3D /\//
		var fixedHref =3D sId
		var pos =3D -1
=09
		pos =3D fixedHref.search(regExp)
		while (pos !=3D -1)
		{
			fixedHref =3D fixedHref.replace(regExp, "\\")
			pos =3D fixedHref.search(regExp)
		}
=09
		if (g_fBaseHyperlink =3D=3D true)
			sId =3D "file:///" + fixedHref;
		else
			sId =3D fixedHref.substring(fixedHref.lastIndexOf('\\') + 1)
	}
=09
	return sId
}
function HideMenu() { if( frames["PPTSld"] && =
PPTSld.document.all.item("ctxtmenu") && =
PPTSld.ctxtmenu.style.display!=3D"none" ) { =
PPTSld.ctxtmenu.style.display=3D'none'; return true } return false }
function IsWin( name ) { return window.name =3D=3D name }
function IsNts() { return IsWin("PPTNts") }
function IsSldOrNts() { return( IsWin("PPTSld")||IsWin("PPTNts") ) }
function SupportsPPTAnimation() { return( navigator.platform =3D=3D =
"Win32" && navigator.appVersion.indexOf("Windows")>0 ) }
function SupportsPPTHTML()
{
	var appVer=3Dnavigator.appVersion, msie=3DappVer.indexOf("MSIE "), =
ver=3D0
	if( msie >=3D 0 )
		ver=3DparseFloat( appVer.substring( msie+5, appVer.indexOf(";",msie) ) =
)
	else
		ver=3DparseInt(appVer)

	return( ver >=3D 4 && msie >=3D 0 )
}
function _RSW()
{
	if( !g_supportsPPTHTML || IsNts() ||
	  ( !g_scaleInFrame && (!IsWin("PPTSld") || !parent.IsFullScrMode()) ) =
)
		return

        var padding=3D0;
        if( IsWin("PPTSld") && parent.IsFramesMode() ) padding=3D6

	cltWidth=3Ddocument.body.clientWidth-padding
	cltHeight=3Ddocument.body.clientHeight-padding
	factor=3D(1.0*cltWidth)/g_origW
	if( cltHeight < g_origH*factor )
		factor=3D(1.0*cltHeight)/g_origH

	newSize =3D g_origSz * factor
	if( newSize < 1 ) newSize=3D1

	s=3DSlideObj.style
	s.fontSize=3DnewSize+"px"
	s.posWidth=3Dg_origW*factor
	s.posHeight=3Dg_origH*factor
	s.posLeft=3D(cltWidth-s.posWidth+padding)/2
	s.posTop=3D(cltHeight-s.posHeight+padding)/2

	if( g_scaleHyperlinks )
		ScaleHyperlinks( factor )
}
function _InitAnimations()
{
	animRuntimeInstalled =3D ''+document.body.localTime !=3D 'undefined';
	isFullScreen =3D (window.name =3D=3D "PPTSld") && =
!parent.IsFramesMode();
	g_animUseRuntime =3D g_showAnimation && animRuntimeInstalled && =
!(isFullScreen && parent.IsSldVisited());
	if( g_animUseRuntime ) {
		collSeq =3D document.all.tags("seq");
		if( collSeq !=3D null ) {
			for(ii=3D0;ii<collSeq.length;ii++) {
				if( collSeq[ii].getAttribute( "p:nodeType" ) =3D=3D "mainSeq" ) {
					g_animMainSequence =3D collSeq[ii];
					break;
				}
			}
		}
=09
		if( g_animItemsToHide && document.body.playAnimations !=3D false ) {
			for(jj =3D 0; jj < g_animItemsToHide.length; jj++) {
				if( hideObj =3D GetObj(g_animItemsToHide[jj]) )
					hideObj.runtimeStyle.visibility=3D"hidden";
			}
		}

		if( g_animInteractiveItems ){
			for(jj =3D 0; jj < g_animInteractiveItems.length; jj++) {
				if( triggerObj =3D GetObj(g_animInteractiveItems[jj]) )
					triggerObj.runtimeStyle.cursor=3D"hand";
			}
		}
	=09
		if( gUseSldTimings && ''+g_animSlideTime !=3D 'undefined' ) {
			adjustedTime =3D document.body.calculateAutoAdvanceTimes( =
g_animSlideTime, g_animEffectTimings );
			if( IsWin("PPTSld") && adjustedTime !=3D g_animSlideTime ) {
			   var sld =3D GetCurSld();
			   sld.mAdvDelay =3D adjustedTime * 1000;
			}
		}
	}

	return g_animUseRuntime;
}


var g_supportsPPTHTML =3D SupportsPPTHTML(), g_scaleInFrame =3D 1, =
gId=3D"", g_bgSound=3D"",
    g_scaleHyperlinks =3D false, g_allowAdvOnClick =3D 1, =
g_showInBrowser =3D 0, gLoopCont =3D 0, gUseSldTimings =3D 1;
var g_showAnimation =3D g_supportsPPTHTML && SupportsPPTAnimation() && =
g_showInBrowser;
var g_animManager =3D null;
var g_animUseRuntime =3D false;
var g_animItemsToHide, g_animInteractiveItems, g_animSlideTime;
var g_animMainSequence =3D null;

//--></SCRIPT>
<!--[if vml]>
<SCRIPT>g_vml =3D 1;
</SCRIPT>
<![endif]--><![endif]></HEAD>
<BODY style=3D"BACKGROUND-COLOR: white; MARGIN: 0px" lang=3DEN-US =
onresize=3D_RSW()=20
onload=3DLoadSld()>
<DIV=20
style=3D"CLIP: rect(0% 101% 101% 0%); POSITION: absolute; =
BACKGROUND-COLOR: #5e9eff; WIDTH: 554px; HEIGHT: 415px; VISIBILITY: =
hidden; FONT-SIZE: 16px; TOP: 0px; LEFT: 0px"=20
id=3DSlideObj class=3Dsld><p:slide masterhref =3D "master03.xml" href =
=3D=20
"slide0001.xml" coordsize =3D "3456,2592" colors =3D=20
"#FFFFFF,#000000,#808080,#000000,#BBE0E3,#333399,#009999,#99CC00"><p:shap=
erange=20
href =3D "master03.xml#_x0000_s1025"></p:shaperange><![if !vml]><img
 src=3D"slide0001_background.gif" v:shapes=3D"_x0000_s1025" =
style=3D'position:absolute;
 top:0%;left:0%;width:100.0%;height:100.0%'><![endif]><![if =
!ppt]><p:shaperange=20
href =3D "master03.xml#_x0000_s1028"></p:shaperange><p:shaperange href =
=3D=20
"master03.xml#_x0000_s1029"></p:shaperange><p:shaperange href =3D=20
"master03.xml#Base"></p:shaperange><![if !ppt]>
<DIV=20
style=3D"VISIBILITY: hidden"><![endif]><![if =
!ppt]></DIV><![endif]><![endif]><p:shaperange=20
href =3D "slide0001.xml#_x0000_s8660"></p:shaperange><![if !vml]><img
 border=3D0 v:shapes=3D"_x0000_s8660" src=3D"slide0001_image002.jpg"
 =
style=3D'position:absolute;top:10.6%;left:30.68%;width:29.78%;height:4.33=
%'><![endif]><p:shaperange=20
href =3D "slide0001.xml#_x0000_s2053"></p:shaperange><![if !vml]><img =
border=3D0
 v:shapes=3D"_x0000_s2407" src=3D"slide0001_image003.gif" =
style=3D'position:absolute;
 top:76.62%;left:86.1%;width:.72%;height:.48%'><![endif]>
<DIV style=3D"tab-interval: 4.7968in" v:shape=3D"_x0000_s2053">
<DIV style=3D"mso-margin-left-alt: 289; mso-text-indent-alt: 289" =
class=3DO1></DIV>
<DIV style=3D"mso-margin-left-alt: 579; mso-text-indent-alt: 579" =
class=3DO2></DIV>
<DIV style=3D"mso-margin-left-alt: 868; mso-text-indent-alt: 868" =
class=3DO3></DIV>
<DIV style=3D"mso-margin-left-alt: 1148; mso-text-indent-alt: 1148"=20
class=3DO4></DIV>
<DIV=20
style=3D"POSITION: absolute; TEXT-ALIGN: center; WIDTH: 80.14%; HEIGHT: =
3.61%; TOP: 0.24%; LEFT: 8.84%"=20
class=3DO><SPAN=20
style=3D"FONT-FAMILY: 'Book Antiqua'; COLOR: #333399; FONT-SIZE: 400%; =
mso-color-index: 5; text-shadow: auto; mso-ascii-font-family: 'Book =
Antiqua'; mso-fareast-font-family: &#23435;&#20307;; =
mso-hansi-font-family: 'Book Antiqua'; mso-fareast-language: ZH-CN"=20
lang=3DEN-US><B>Lithium Ion Electric Vehicle Battery</B></SPAN><SPAN=20
style=3D"DISPLAY: none; FONT-FAMILY: &#23435;&#20307;; COLOR: #333399; =
FONT-SIZE: 400%; mso-special-format: lastCR; mso-color-index: 5; =
text-shadow: auto; mso-ascii-font-family: 'Book Antiqua'; =
mso-fareast-font-family: &#23435;&#20307;; mso-hansi-font-family: 'Book =
Antiqua'"><B>=20
</B></SPAN></DIV></DIV>
<DIV style=3D"tab-interval: 4.7968in" v:shape=3D"_x0000_s2055">
<DIV style=3D"mso-margin-left-alt: 289; mso-text-indent-alt: 289" =
class=3DO1></DIV>
<DIV style=3D"mso-margin-left-alt: 579; mso-text-indent-alt: 579" =
class=3DO2></DIV>
<DIV style=3D"mso-margin-left-alt: 868; mso-text-indent-alt: 868" =
class=3DO3></DIV>
<DIV style=3D"mso-margin-left-alt: 1148; mso-text-indent-alt: 1148"=20
class=3DO4></DIV>
<DIV=20
style=3D"POSITION: absolute; TEXT-ALIGN: center; WIDTH: 63.71%; HEIGHT: =
2.65%; TOP: 3.61%; LEFT: 16.06%"=20
class=3DO><SPAN=20
style=3D"FONT-FAMILY: 'Book Antiqua'; COLOR: #333399; FONT-SIZE: 300%; =
mso-color-index: 5"><B>Bradley=20
Drake, Hiroki Kasahara, Vishal Mahajan, Whip =
Thompson</B></SPAN></DIV></DIV>
<DIV style=3D"tab-interval: 1.0052in" v:shape=3D"_x0000_s2056">
<DIV style=3D"mso-margin-left-alt: 289; mso-text-indent-alt: 289" =
class=3DO1></DIV>
<DIV style=3D"mso-margin-left-alt: 579; mso-text-indent-alt: 579" =
class=3DO2></DIV>
<DIV style=3D"mso-margin-left-alt: 868; mso-text-indent-alt: 868" =
class=3DO3></DIV>
<DIV style=3D"mso-margin-left-alt: 1148; mso-text-indent-alt: 1148"=20
class=3DO4></DIV>
<DIV=20
style=3D"POSITION: absolute; TEXT-ALIGN: center; WIDTH: 61.01%; HEIGHT: =
1.68%; TOP: 6.74%; LEFT: 13.35%"=20
class=3DO><SPAN=20
style=3D"FONT-FAMILY: 'Book Antiqua'; COLOR: #333399; FONT-SIZE: 178%; =
mso-color-index: 5"><B><I>Department=20
of Materials Science and<SPAN style=3D"mso-spacerun: yes">&nbsp;=20
</SPAN>Engineering, University of Nevada, Reno, USA<SPAN=20
style=3D"WIDTH: 1.2%; mso-tab-count: 1"> </SPAN></I></B></SPAN><SPAN=20
style=3D"DISPLAY: none; FONT-FAMILY: 'Book Antiqua'; COLOR: #333399; =
FONT-SIZE: 178%; mso-special-format: lastCR; mso-color-index: =
5"></SPAN></DIV></DIV>
<DIV style=3D"tab-interval: 1.0052in" v:shape=3D"_x0000_s2057">
<DIV style=3D"mso-margin-left-alt: 289; mso-text-indent-alt: 289" =
class=3DO1></DIV>
<DIV style=3D"mso-margin-left-alt: 579; mso-text-indent-alt: 579" =
class=3DO2></DIV>
<DIV style=3D"mso-margin-left-alt: 868; mso-text-indent-alt: 868" =
class=3DO3></DIV>
<DIV style=3D"mso-margin-left-alt: 1148; mso-text-indent-alt: 1148"=20
class=3DO4></DIV>
<DIV=20
style=3D"POSITION: absolute; TEXT-ALIGN: center; WIDTH: 26.89%; HEIGHT: =
1.68%; TOP: 15.9%; LEFT: 3.24%"=20
class=3DO><SPAN=20
style=3D"DISPLAY: none; FONT-FAMILY: 'Book Antiqua'; COLOR: red; =
FONT-SIZE: 183%; text-shadow: auto"><B></B></SPAN></DIV>
<DIV class=3DO><SPAN=20
style=3D"POSITION: absolute; WIDTH: 30.32%; HEIGHT: 1.92%; TOP: 17.34%; =
LEFT: 3.24%"><SPAN=20
style=3D"FONT-FAMILY: 'Book Antiqua'; FONT-SIZE: 183%; =
mso-ascii-font-family: 'Book Antiqua'; mso-bidi-font-family: 'Times New =
Roman'"><B><SPAN=20
style=3D"WIDTH: 6.9%; mso-tab-count: 1"></SPAN></B></SPAN><SPAN=20
style=3D"FONT-FAMILY: 'Book Antiqua'; FONT-SIZE: 183%; =
mso-ascii-font-family: 'Book Antiqua'; mso-hansi-font-family: 'Book =
Antiqua'">Scientists=20
at the University of Nevada, Reno have been </SPAN></SPAN><SPAN=20
style=3D"POSITION: absolute; WIDTH: 31.04%; HEIGHT: 1.92%; TOP: 18.79%; =
LEFT: 3.24%"><SPAN=20
style=3D"FONT-FAMILY: 'Book Antiqua'; FONT-SIZE: 183%; =
mso-ascii-font-family: 'Book Antiqua'; mso-hansi-font-family: 'Book =
Antiqua'">developing=20
technology that allows lithium ion batteries to be </SPAN></SPAN><SPAN=20
style=3D"POSITION: absolute; WIDTH: 26.89%; HEIGHT: 1.92%; TOP: 20.48%; =
LEFT: 3.24%"><SPAN=20
style=3D"FONT-FAMILY: 'Book Antiqua'; FONT-SIZE: 183%; =
mso-ascii-font-family: 'Book Antiqua'; mso-hansi-font-family: 'Book =
Antiqua'">developed=20
for electric vehicle applications.<SPAN style=3D"mso-spacerun: =
yes">&nbsp;=20
</SPAN>The new </SPAN></SPAN><SPAN=20
style=3D"POSITION: absolute; WIDTH: 26.89%; HEIGHT: 1.92%; TOP: 21.92%; =
LEFT: 3.24%"><SPAN=20
style=3D"FONT-FAMILY: 'Book Antiqua'; FONT-SIZE: 183%; =
mso-ascii-font-family: 'Book Antiqua'; mso-hansi-font-family: 'Book =
Antiqua'">anodization=20
technology has allowed battery cathode </SPAN></SPAN><SPAN=20
style=3D"POSITION: absolute; WIDTH: 30.32%; HEIGHT: 1.92%; TOP: 23.37%; =
LEFT: 3.24%"><SPAN=20
style=3D"FONT-FAMILY: 'Book Antiqua'; FONT-SIZE: 183%; =
mso-ascii-font-family: 'Book Antiqua'; mso-hansi-font-family: 'Book =
Antiqua'">technology=20
to reach unprecedented levels through a unique </SPAN></SPAN><SPAN=20
style=3D"POSITION: absolute; WIDTH: 31.76%; HEIGHT: 1.92%; TOP: 25.06%; =
LEFT: 3.24%"><SPAN=20
style=3D"FONT-FAMILY: 'Book Antiqua'; FONT-SIZE: 183%; =
mso-ascii-font-family: 'Book Antiqua'; mso-hansi-font-family: 'Book =
Antiqua'">and=20
easy anodization process of titanium manganese resulting =
</SPAN></SPAN><SPAN=20
style=3D"POSITION: absolute; WIDTH: 30.5%; HEIGHT: 1.92%; TOP: 26.5%; =
LEFT: 3.24%"><SPAN=20
style=3D"FONT-FAMILY: 'Book Antiqua'; FONT-SIZE: 183%; =
mso-ascii-font-family: 'Book Antiqua'; mso-hansi-font-family: 'Book =
Antiqua'">in=20
nanotubular arrays that allow for more storage of lithium =
</SPAN></SPAN><SPAN=20
style=3D"POSITION: absolute; WIDTH: 26.89%; HEIGHT: 1.92%; TOP: 27.95%; =
LEFT: 3.24%"><SPAN=20
style=3D"FONT-FAMILY: 'Book Antiqua'; FONT-SIZE: 183%; =
mso-ascii-font-family: 'Book Antiqua'; mso-hansi-font-family: 'Book =
Antiqua'">and=20
improved charging characteristics.</SPAN><SPAN=20
style=3D"DISPLAY: none; FONT-FAMILY: 'Times New Roman'; FONT-SIZE: 183%; =
mso-special-format: lastCR; mso-ascii-font-family: 'Book Antiqua'; =
mso-hansi-font-family: 'Book Antiqua'; mso-bidi-font-family: 'Times New =
Roman'">=20
</SPAN></SPAN></DIV></DIV>
<DIV=20
style=3D"POSITION: absolute; TEXT-ALIGN: center; WIDTH: 2.16%; HEIGHT: =
0.96%; TOP: 78.31%; LEFT: 78.15%"=20
class=3DO v:shape=3D"_x0000_s2385"><SPAN=20
style=3D"COLOR: white; FONT-SIZE: 89%; mso-color-index: 0"><B>20=20
nm</B></SPAN></DIV>
<DIV=20
style=3D"POSITION: absolute; TEXT-ALIGN: center; WIDTH: 1.98%; HEIGHT: =
0.96%; TOP: 78.31%; LEFT: 84.47%"=20
class=3DO v:shape=3D"_x0000_s2408"><SPAN=20
style=3D"COLOR: white; FONT-SIZE: 89%; mso-color-index: 0"><B>20=20
nm</B></SPAN></DIV><p:shaperange href =3D=20
"slide0001.xml#_x0000_s2419"></p:shaperange><![if !vml]><img border=3D0
 v:shapes=3D"_x0000_s2419" src=3D"slide0001_image004.gif" =
style=3D'position:absolute;
 top:79.03%;left:90.25%;width:.9%;height:.48%'><![endif]>
<DIV=20
style=3D"POSITION: absolute; TEXT-ALIGN: center; WIDTH: 2.52%; HEIGHT: =
0.96%; TOP: 78.07%; LEFT: 89.53%; mso-line-spacing: '100 50 0'"=20
class=3DO v:shape=3D"_x0000_s2421"><SPAN=20
style=3D"COLOR: white; FONT-SIZE: 89%; mso-color-index: 0"><B>10=20
nm</B></SPAN></DIV><p:shaperange href =3D=20
"slide0001.xml#_x0000_s2741"></p:shaperange><![if !vml]><img border=3D0
 v:shapes=3D"_x0000_s2741" src=3D"slide0001_image006.jpg" =
style=3D'position:absolute;
 =
top:11.32%;left:8.12%;width:15.16%;height:4.33%'><![endif]><p:shaperange =
href=20
=3D "slide0001.xml#_x0000_s2744"></p:shaperange>
<DIV=20
style=3D"POSITION: absolute; TEXT-ALIGN: center; WIDTH: 10.83%; HEIGHT: =
2.89%; TOP: 12.28%; LEFT: 9.92%; mso-line-spacing: '100 50 0'"=20
class=3DO v:shape=3D"_x0000_s2744"><SPAN=20
style=3D"FONT-FAMILY: 'Book Antiqua'; COLOR: #333399; FONT-SIZE: 300%; =
mso-color-index: 5">Summary</SPAN></DIV><p:shaperange=20
href =3D "slide0001.xml#_x0000_s2745"></p:shaperange><![if !vml]><img =
border=3D0
 v:shapes=3D"_x0000_s2745" src=3D"slide0001_image008.jpg" =
style=3D'position:absolute;
 top:.48%;left:.36%;width:6.85%;height:9.15%'><![endif]><p:shaperange =
href =3D=20
"slide0001.xml#_x0000_s2748"></p:shaperange>
<DIV style=3D"tab-interval: 1.0052in" v:shape=3D"_x0000_s2748">
<DIV style=3D"mso-margin-left-alt: 289; mso-text-indent-alt: 289" =
class=3DO1></DIV>
<DIV style=3D"mso-margin-left-alt: 579; mso-text-indent-alt: 579" =
class=3DO2></DIV>
<DIV style=3D"mso-margin-left-alt: 868; mso-text-indent-alt: 868" =
class=3DO3></DIV>
<DIV style=3D"mso-margin-left-alt: 1148; mso-text-indent-alt: 1148"=20
class=3DO4></DIV>
<DIV=20
style=3D"POSITION: absolute; TEXT-ALIGN: center; WIDTH: 31.4%; HEIGHT: =
1.92%; TOP: 37.34%; LEFT: -1.08%"=20
class=3DO><SPAN=20
style=3D"FONT-FAMILY: 'Book Antiqua'; FONT-SIZE: 200%; =
mso-ascii-font-family: 'Book Antiqua'; mso-hansi-font-family: 'Book =
Antiqua'">Reasons=20
to develop alternative automotive technologies: </SPAN></DIV>
<DIV=20
style=3D"POSITION: absolute; WIDTH: 26.53%; HEIGHT: 1.92%; TOP: 39.03%; =
LEFT: 1.44%"=20
class=3DO><SPAN=20
style=3D"POSITION: absolute; WIDTH: 97.27%; HEIGHT: 100%; TOP: 0%; LEFT: =
2.04%"><SPAN=20
style=3D"FONT-FAMILY: 'Book Antiqua'; FONT-SIZE: 200%"><SPAN=20
style=3D"POSITION: absolute; LEFT: -2.09%; mso-special-format: =
bullet">=95</SPAN></SPAN><SPAN=20
style=3D"FONT-FAMILY: 'Book Antiqua'; FONT-SIZE: 200%; =
mso-ascii-font-family: 'Book Antiqua'; mso-hansi-font-family: 'Book =
Antiqua'"><SPAN=20
style=3D"mso-spacerun: yes">&nbsp;</SPAN>Dependence on foreign oil=20
</SPAN></SPAN></DIV>
<DIV=20
style=3D"POSITION: absolute; WIDTH: 26.53%; HEIGHT: 1.92%; TOP: 40.72%; =
LEFT: 1.44%"=20
class=3DO><SPAN=20
style=3D"POSITION: absolute; WIDTH: 97.27%; HEIGHT: 100%; TOP: 0%; LEFT: =
2.04%"><SPAN=20
style=3D"FONT-FAMILY: 'Book Antiqua'; FONT-SIZE: 200%"><SPAN=20
style=3D"POSITION: absolute; LEFT: -2.09%; mso-special-format: =
bullet">=95</SPAN></SPAN><SPAN=20
style=3D"FONT-FAMILY: 'Book Antiqua'; FONT-SIZE: 200%; =
mso-ascii-font-family: 'Book Antiqua'; mso-hansi-font-family: 'Book =
Antiqua'"><SPAN=20
style=3D"mso-spacerun: yes">&nbsp; </SPAN>Reduction in green house =
emissions=20
</SPAN></SPAN></DIV>
<DIV=20
style=3D"POSITION: absolute; WIDTH: 26.53%; HEIGHT: 1.92%; TOP: 42.4%; =
LEFT: 1.44%"=20
class=3DO><SPAN=20
style=3D"POSITION: absolute; WIDTH: 97.27%; HEIGHT: 100%; TOP: 0%; LEFT: =
2.04%"><SPAN=20
style=3D"FONT-FAMILY: 'Book Antiqua'; FONT-SIZE: 200%"><SPAN=20
style=3D"POSITION: absolute; LEFT: -2.09%; mso-special-format: =
bullet">=95</SPAN></SPAN><SPAN=20
style=3D"FONT-FAMILY: 'Book Antiqua'; FONT-SIZE: 200%; =
mso-ascii-font-family: 'Book Antiqua'; mso-hansi-font-family: 'Book =
Antiqua'"><SPAN=20
style=3D"mso-spacerun: yes">&nbsp;</SPAN>Clean energy source<SPAN=20
style=3D"mso-spacerun: =
yes">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n=
bsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
</SPAN></SPAN></SPAN></DIV>
<DIV=20
style=3D"POSITION: absolute; WIDTH: 26.53%; HEIGHT: 1.92%; TOP: 44.09%; =
LEFT: 1.44%"=20
class=3DO><SPAN=20
style=3D"POSITION: absolute; WIDTH: 97.27%; HEIGHT: 100%; TOP: 0%; LEFT: =
2.04%"><SPAN=20
style=3D"FONT-FAMILY: 'Book Antiqua'; FONT-SIZE: 200%"><SPAN=20
style=3D"POSITION: absolute; LEFT: -2.09%; mso-special-format: =
bullet">=95</SPAN></SPAN><SPAN=20
style=3D"FONT-FAMILY: 'Book Antiqua'; FONT-SIZE: 200%; =
mso-ascii-font-family: 'Book Antiqua'; mso-hansi-font-family: 'Book =
Antiqua'"><SPAN=20
style=3D"mso-spacerun: yes">&nbsp;</SPAN>Environmentally friendly=20
</SPAN></SPAN></DIV>
<DIV=20
style=3D"POSITION: absolute; WIDTH: 26.53%; HEIGHT: 1.92%; TOP: 45.78%; =
LEFT: 1.44%"=20
class=3DO><SPAN=20
style=3D"POSITION: absolute; WIDTH: 97.27%; HEIGHT: 100%; TOP: 0%; LEFT: =
2.04%"><SPAN=20
style=3D"FONT-FAMILY: 'Book Antiqua'; FONT-SIZE: 200%"><SPAN=20
style=3D"POSITION: absolute; LEFT: -2.09%; mso-special-format: =
bullet">=95</SPAN></SPAN><SPAN=20
style=3D"FONT-FAMILY: 'Book Antiqua'; FONT-SIZE: 200%; =
mso-ascii-font-family: 'Book Antiqua'; mso-hansi-font-family: 'Book =
Antiqua'"><SPAN=20
style=3D"mso-spacerun: yes">&nbsp;</SPAN>Higher energy efficiency=20
</SPAN></SPAN></DIV>
<DIV=20
style=3D"POSITION: absolute; WIDTH: 26.53%; HEIGHT: 1.92%; TOP: 47.46%; =
LEFT: 1.44%"=20
class=3DO><SPAN=20
style=3D"POSITION: absolute; WIDTH: 97.27%; HEIGHT: 100%; TOP: 0%; LEFT: =
2.04%"><SPAN=20
style=3D"FONT-FAMILY: 'Book Antiqua'; FONT-SIZE: 200%"><SPAN=20
style=3D"POSITION: absolute; LEFT: -2.09%; mso-special-format: =
bullet">=95</SPAN></SPAN><SPAN=20
style=3D"FONT-FAMILY: 'Book Antiqua'; FONT-SIZE: 200%; =
mso-ascii-font-family: 'Book Antiqua'; mso-hansi-font-family: 'Book =
Antiqua'"><SPAN=20
style=3D"mso-spacerun: yes">&nbsp;</SPAN>Growing industry =
</SPAN></SPAN></DIV>
<DIV=20
style=3D"POSITION: absolute; WIDTH: 26.53%; HEIGHT: 1.92%; TOP: 49.15%; =
LEFT: 1.44%"=20
class=3DO><SPAN=20
style=3D"POSITION: absolute; WIDTH: 97.27%; HEIGHT: 100%; TOP: 0%; LEFT: =
2.04%"><SPAN=20
style=3D"FONT-FAMILY: 'Book Antiqua'; VISIBILITY: hidden; FONT-SIZE: =
200%"><SPAN=20
style=3D"POSITION: absolute; LEFT: -2.09%; mso-special-format: =
bullet">=95</SPAN></SPAN><SPAN=20
style=3D"DISPLAY: none; FONT-SIZE: 200%; mso-ascii-font-family: 'Book =
Antiqua'; mso-hansi-font-family: 'Book Antiqua'">=20
</SPAN></SPAN></DIV>
<DIV=20
style=3D"POSITION: absolute; TEXT-ALIGN: center; WIDTH: 26.17%; HEIGHT: =
1.2%; TOP: 50.84%; LEFT: 1.62%"=20
class=3DO><SPAN=20
style=3D"VISIBILITY: hidden; FONT-SIZE: 133%; text-shadow: auto"><SPAN=20
style=3D"POSITION: absolute; TEXT-ALIGN: left; LEFT: 48.96%; =
mso-special-format: bullet">=95</SPAN></SPAN><SPAN=20
style=3D"DISPLAY: none; FONT-SIZE: 133%; text-shadow: auto; =
mso-hansi-font-family: Arial"><B>=20
</B></SPAN></DIV>
<DIV=20
style=3D"POSITION: absolute; TEXT-ALIGN: center; WIDTH: 26.53%; HEIGHT: =
1.2%; TOP: 51.8%; LEFT: 1.44%"=20
class=3DO><SPAN=20
style=3D"FONT-SIZE: 133%; text-shadow: auto; mso-hansi-font-family: =
Arial"><B><SPAN=20
style=3D"WIDTH: 7.89%; mso-tab-count: 1"></SPAN></B></SPAN><SPAN=20
style=3D"DISPLAY: none; FONT-FAMILY: 'Times New Roman'; FONT-SIZE: 133%; =
mso-special-format: lastCR; mso-ascii-font-family: Arial; =
mso-hansi-font-family: Arial; mso-bidi-font-family: 'Times New =
Roman'"><B></B></SPAN></DIV></DIV><p:shaperange=20
href =3D "slide0001.xml#_x0000_s2808"></p:shaperange><![if !vml]><img =
border=3D0
 v:shapes=3D"_x0000_s2808" src=3D"slide0001_image010.jpg" =
style=3D'position:absolute;
 =
top:47.22%;left:67.68%;width:29.42%;height:4.33%'><![endif]><p:shaperange=
 href=20
=3D "slide0001.xml#_x0000_s2806"></p:shaperange>
<DIV=20
style=3D"POSITION: absolute; WIDTH: 24.36%; HEIGHT: 2.89%; TOP: 48.19%; =
LEFT: 71.29%; mso-line-spacing: '100 50 0'; tab-interval: 4.7968in"=20
class=3DO v:shape=3D"_x0000_s2806"><SPAN=20
style=3D"FONT-FAMILY: 'Book Antiqua'; COLOR: #333399; FONT-SIZE: 300%; =
mso-color-index: 5">Ethics=20
and Benefits to Society</SPAN></DIV><p:shaperange href =3D=20
"slide0001.xml#_x0000_s8493"></p:shaperange><![if !vml]><img border=3D0
 v:shapes=3D"_x0000_s8493" src=3D"slide0001_image011.jpg" =
style=3D'position:absolute;
 =
top:32.04%;left:6.85%;width:15.16%;height:4.33%'><![endif]><p:shaperange =
href=20
=3D "slide0001.xml#_x0000_s8494"></p:shaperange>
<DIV=20
style=3D"POSITION: absolute; TEXT-ALIGN: center; WIDTH: 10.83%; HEIGHT: =
2.89%; TOP: 32.77%; LEFT: 9.38%; tab-interval: 4.7968in"=20
class=3DO v:shape=3D"_x0000_s8494"><SPAN=20
style=3D"FONT-FAMILY: 'Book Antiqua'; COLOR: #333399; FONT-SIZE: 300%; =
mso-color-index: 5">Background</SPAN></DIV><p:shaperange=20
href =3D "slide0001.xml#_x0000_s8495"></p:shaperange><![if !vml]><img =
border=3D0
 v:shapes=3D"_x0000_s8495" src=3D"slide0001_image013.jpg" =
style=3D'position:absolute;
 =
top:42.89%;left:14.98%;width:10.46%;height:10.84%'><![endif]><p:shaperang=
e=20
href =3D "slide0001.xml#_x0000_s2797"></p:shaperange>
<DIV style=3D"tab-interval: 4.7968in" class=3DO =
v:shape=3D"_x0000_s2797">
<DIV style=3D"TEXT-ALIGN: center; mso-line-spacing: '100 50 0'"><SPAN=20
style=3D"POSITION: absolute; WIDTH: 31.4%; HEIGHT: 1.92%; TOP: 63.61%; =
LEFT: 0%"><SPAN=20
style=3D"FONT-FAMILY: 'Book Antiqua'; FONT-SIZE: 183%">Besides electric =
vehicles,=20
there are several different alternative </SPAN></SPAN><SPAN=20
style=3D"POSITION: absolute; WIDTH: 27.61%; HEIGHT: 1.92%; TOP: 65.06%; =
LEFT: 1.98%"><SPAN=20
style=3D"FONT-FAMILY: 'Book Antiqua'; FONT-SIZE: 183%">fuels that have =
been=20
proposed to replace the </SPAN></SPAN></DIV>
<DIV=20
style=3D"POSITION: absolute; TEXT-ALIGN: center; WIDTH: 27.61%; HEIGHT: =
1.92%; TOP: 67.22%; LEFT: 1.98%; mso-line-spacing: '100 50 0'"><SPAN=20
style=3D"FONT-FAMILY: 'Book Antiqua'; FONT-SIZE: 183%">internal =
combustion engine:=20
</SPAN></DIV>
<DIV=20
style=3D"POSITION: absolute; WIDTH: 27.61%; HEIGHT: 1.92%; TOP: 69.63%; =
LEFT: 1.98%; mso-line-spacing: '100 50 0'"><SPAN=20
style=3D"POSITION: absolute; WIDTH: 97.38%; HEIGHT: 100%; TOP: 0%; LEFT: =
1.96%"><SPAN=20
style=3D"FONT-FAMILY: 'Book Antiqua'; FONT-SIZE: 183%"><SPAN=20
style=3D"POSITION: absolute; LEFT: -2.01%; mso-special-format: =
bullet">=95</SPAN></SPAN><SPAN=20
style=3D"FONT-FAMILY: 'Book Antiqua'; FONT-SIZE: 183%"><SPAN=20
style=3D"mso-spacerun: yes">&nbsp;</SPAN>Ethanol </SPAN></SPAN></DIV>
<DIV=20
style=3D"POSITION: absolute; WIDTH: 27.61%; HEIGHT: 1.92%; TOP: 72.04%; =
LEFT: 1.98%; mso-line-spacing: '100 50 0'"><SPAN=20
style=3D"POSITION: absolute; WIDTH: 97.38%; HEIGHT: 100%; TOP: 0%; LEFT: =
1.96%"><SPAN=20
style=3D"FONT-FAMILY: 'Book Antiqua'; FONT-SIZE: 183%"><SPAN=20
style=3D"POSITION: absolute; LEFT: -2.01%; mso-special-format: =
bullet">=95</SPAN></SPAN><SPAN=20
style=3D"FONT-FAMILY: 'Book Antiqua'; FONT-SIZE: 183%"><SPAN=20
style=3D"mso-spacerun: yes">&nbsp;</SPAN>Hydrogen </SPAN></SPAN></DIV>
<DIV=20
style=3D"POSITION: absolute; TEXT-ALIGN: center; WIDTH: 27.61%; HEIGHT: =
1.92%; TOP: 74.21%; LEFT: 1.98%; mso-line-spacing: '100 50 0'"><SPAN=20
style=3D"DISPLAY: none; FONT-FAMILY: 'Book Antiqua'; FONT-SIZE: 183%; =
mso-special-format: lastCR"></SPAN></DIV></DIV>
<DIV style=3D"TEXT-ALIGN: center; tab-interval: 4.7968in" class=3DO=20
v:shape=3D"_x0000_s2799"><SPAN=20
style=3D"POSITION: absolute; WIDTH: 32.12%; HEIGHT: 1.92%; TOP: 76.62%; =
LEFT: 0%"><SPAN=20
style=3D"FONT-FAMILY: 'Book Antiqua'; FONT-SIZE: 183%">Despite all of =
these=20
different possible alternatives for providing </SPAN></SPAN><SPAN=20
style=3D"POSITION: absolute; WIDTH: 29.96%; HEIGHT: 1.92%; TOP: 78.31%; =
LEFT: 1.08%"><SPAN=20
style=3D"FONT-FAMILY: 'Book Antiqua'; FONT-SIZE: 183%">fuels to =
vehicles, electric=20
cars maintain to lead the evolving </SPAN></SPAN><SPAN=20
style=3D"POSITION: absolute; WIDTH: 30.5%; HEIGHT: 1.92%; TOP: 79.75%; =
LEFT: 0.9%"><SPAN=20
style=3D"FONT-FAMILY: 'Book Antiqua'; FONT-SIZE: 183%">industry with =
more=20
advantages.<SPAN style=3D"mso-spacerun: yes">&nbsp; </SPAN>These =
advantages over=20
the </SPAN></SPAN><SPAN=20
style=3D"POSITION: absolute; WIDTH: 27.79%; HEIGHT: 1.92%; TOP: 81.2%; =
LEFT: 2.16%"><SPAN=20
style=3D"FONT-FAMILY: 'Book Antiqua'; FONT-SIZE: 183%">competitors=20
include:</SPAN></SPAN></DIV><p:shaperange href =3D=20
"slide0001.xml#_x0000_s8496"></p:shaperange><![if !vml]><img border=3D0
 v:shapes=3D"_x0000_s8496" src=3D"slide0001_image014.jpg" =
style=3D'position:absolute;
 =
top:56.86%;left:7.22%;width:16.06%;height:4.33%'><![endif]><p:shaperange =
href=20
=3D "slide0001.xml#_x0000_s8497"></p:shaperange>
<DIV=20
style=3D"POSITION: absolute; TEXT-ALIGN: center; WIDTH: 14.44%; HEIGHT: =
2.89%; TOP: 57.83%; LEFT: 8.12%; tab-interval: 4.7968in"=20
class=3DO v:shape=3D"_x0000_s8497"><SPAN=20
style=3D"FONT-FAMILY: 'Book Antiqua'; COLOR: #333399; FONT-SIZE: 300%; =
mso-color-index: 5">Alternative=20
Fuels</SPAN></DIV>
<DIV style=3D"tab-interval: 4.7968in" class=3DO =
v:shape=3D"_x0000_s8498">
<DIV=20
style=3D"POSITION: absolute; WIDTH: 9.56%; HEIGHT: 1.92%; TOP: 69.63%; =
LEFT: 10.28%"><SPAN=20
style=3D"POSITION: absolute; WIDTH: 92.45%; HEIGHT: 100%; TOP: 0%; LEFT: =
5.66%"><SPAN=20
style=3D"FONT-FAMILY: 'Book Antiqua'; FONT-SIZE: 183%"><SPAN=20
style=3D"POSITION: absolute; LEFT: -6.12%; mso-special-format: =
bullet">=95</SPAN></SPAN><SPAN=20
style=3D"FONT-FAMILY: 'Book Antiqua'; FONT-SIZE: 183%"><SPAN=20
style=3D"mso-spacerun: yes">&nbsp;</SPAN>Biodiesel </SPAN></SPAN></DIV>
<DIV=20
style=3D"POSITION: absolute; WIDTH: 9.56%; HEIGHT: 1.92%; TOP: 71.08%; =
LEFT: 10.28%"><SPAN=20
style=3D"POSITION: absolute; WIDTH: 92.45%; HEIGHT: 100%; TOP: 0%; LEFT: =
5.66%"><SPAN=20
style=3D"FONT-FAMILY: 'Book Antiqua'; VISIBILITY: hidden; FONT-SIZE: =
183%"><SPAN=20
style=3D"POSITION: absolute; LEFT: -6.12%; mso-special-format: =
bullet">=95</SPAN></SPAN><SPAN=20
style=3D"DISPLAY: none; FONT-FAMILY: 'Book Antiqua'; FONT-SIZE: 183%">=20
</SPAN></SPAN></DIV>
<DIV=20
style=3D"POSITION: absolute; WIDTH: 9.56%; HEIGHT: 1.92%; TOP: 72.53%; =
LEFT: 10.28%"><SPAN=20
style=3D"POSITION: absolute; WIDTH: 92.45%; HEIGHT: 100%; TOP: 0%; LEFT: =
5.66%"><SPAN=20
style=3D"FONT-FAMILY: 'Book Antiqua'; FONT-SIZE: 183%"><SPAN=20
style=3D"POSITION: absolute; LEFT: -6.12%; mso-special-format: =
bullet">=95</SPAN></SPAN><SPAN=20
style=3D"FONT-FAMILY: 'Book Antiqua'; FONT-SIZE: 183%"><SPAN=20
style=3D"mso-spacerun: yes">&nbsp;</SPAN>Hybrid Vehicles =
</SPAN></SPAN></DIV>
<DIV=20
style=3D"POSITION: absolute; WIDTH: 9.56%; HEIGHT: 1.92%; TOP: 74.21%; =
LEFT: 10.28%"><SPAN=20
style=3D"POSITION: absolute; WIDTH: 92.45%; HEIGHT: 100%; TOP: 0%; LEFT: =
5.66%"><SPAN=20
style=3D"FONT-FAMILY: 'Book Antiqua'; VISIBILITY: hidden; FONT-SIZE: =
183%"><SPAN=20
style=3D"POSITION: absolute; LEFT: -6.12%; mso-special-format: =
bullet">=95</SPAN></SPAN><SPAN=20
style=3D"DISPLAY: none; FONT-FAMILY: 'Book Antiqua'; FONT-SIZE: 183%; =
mso-special-format: lastCR">=20
</SPAN></SPAN></DIV></DIV>
<DIV style=3D"tab-interval: 4.7968in" class=3DO =
v:shape=3D"_x0000_s8499">
<DIV=20
style=3D"POSITION: absolute; WIDTH: 9.56%; HEIGHT: 1.92%; TOP: 69.87%; =
LEFT: 20.57%"><SPAN=20
style=3D"POSITION: absolute; WIDTH: 92.45%; HEIGHT: 100%; TOP: 0%; LEFT: =
5.66%"><SPAN=20
style=3D"FONT-FAMILY: 'Book Antiqua'; FONT-SIZE: 183%"><SPAN=20
style=3D"POSITION: absolute; LEFT: -6.12%; mso-special-format: =
bullet">=95</SPAN></SPAN><SPAN=20
style=3D"FONT-FAMILY: 'Book Antiqua'; FONT-SIZE: 183%"><SPAN=20
style=3D"mso-spacerun: yes">&nbsp;</SPAN>Propane </SPAN></SPAN></DIV>
<DIV=20
style=3D"POSITION: absolute; WIDTH: 9.56%; HEIGHT: 1.92%; TOP: 71.32%; =
LEFT: 20.57%"><SPAN=20
style=3D"POSITION: absolute; WIDTH: 92.45%; HEIGHT: 100%; TOP: 0%; LEFT: =
5.66%"><SPAN=20
style=3D"FONT-FAMILY: 'Book Antiqua'; VISIBILITY: hidden; FONT-SIZE: =
183%"><SPAN=20
style=3D"POSITION: absolute; LEFT: -6.12%; mso-special-format: =
bullet">=95</SPAN></SPAN><SPAN=20
style=3D"DISPLAY: none; FONT-FAMILY: 'Book Antiqua'; FONT-SIZE: 183%">=20
</SPAN></SPAN></DIV>
<DIV=20
style=3D"POSITION: absolute; WIDTH: 9.56%; HEIGHT: 1.92%; TOP: 72.77%; =
LEFT: 20.57%"><SPAN=20
style=3D"POSITION: absolute; WIDTH: 92.45%; HEIGHT: 100%; TOP: 0%; LEFT: =
5.66%"><SPAN=20
style=3D"FONT-FAMILY: 'Book Antiqua'; FONT-SIZE: 183%"><SPAN=20
style=3D"POSITION: absolute; LEFT: -6.12%; mso-special-format: =
bullet">=95</SPAN></SPAN><SPAN=20
style=3D"FONT-FAMILY: 'Book Antiqua'; FONT-SIZE: 183%"><SPAN=20
style=3D"mso-spacerun: yes">&nbsp;</SPAN>Natural gas =
</SPAN></SPAN></DIV>
<DIV=20
style=3D"POSITION: absolute; WIDTH: 9.56%; HEIGHT: 1.92%; TOP: 74.45%; =
LEFT: 20.57%"><SPAN=20
style=3D"POSITION: absolute; WIDTH: 92.45%; HEIGHT: 100%; TOP: 0%; LEFT: =
5.66%"><SPAN=20
style=3D"FONT-FAMILY: 'Book Antiqua'; VISIBILITY: hidden; FONT-SIZE: =
183%"><SPAN=20
style=3D"POSITION: absolute; LEFT: -6.12%; mso-special-format: =
bullet">=95</SPAN></SPAN><SPAN=20
style=3D"DISPLAY: none; FONT-FAMILY: 'Book Antiqua'; FONT-SIZE: 183%; =
mso-special-format: lastCR">=20
</SPAN></SPAN></DIV></DIV>
<DIV style=3D"tab-interval: 4.7968in" class=3DO =
v:shape=3D"_x0000_s8502"><SPAN=20
style=3D"POSITION: absolute; WIDTH: 13.53%; HEIGHT: 1.92%; TOP: 85.06%; =
LEFT: 2.7%"><SPAN=20
style=3D"FONT-FAMILY: 'Book Antiqua'; FONT-SIZE: 183%"><SPAN=20
style=3D"POSITION: absolute; LEFT: -4%; mso-special-format: =
bullet">=95</SPAN></SPAN><SPAN=20
style=3D"FONT-FAMILY: 'Book Antiqua'; FONT-SIZE: 183%"><SPAN=20
style=3D"mso-spacerun: yes">&nbsp;</SPAN>Zero tail pipe emissions =96=20
</SPAN></SPAN><SPAN=20
style=3D"POSITION: absolute; WIDTH: 14.44%; HEIGHT: 1.92%; TOP: 86.5%; =
LEFT: 2.16%"><SPAN=20
style=3D"FONT-FAMILY: 'Book Antiqua'; FONT-SIZE: 183%">eliminating green =
house gas=20
</SPAN></SPAN><SPAN=20
style=3D"POSITION: absolute; WIDTH: 14.07%; HEIGHT: 1.92%; TOP: 87.95%; =
LEFT: 2.16%"><SPAN=20
style=3D"FONT-FAMILY: 'Book Antiqua'; FONT-SIZE: 183%">emissions =
</SPAN></SPAN>
<DIV=20
style=3D"POSITION: absolute; WIDTH: 14.07%; HEIGHT: 1.92%; TOP: 89.63%; =
LEFT: 2.16%"><SPAN=20
style=3D"POSITION: absolute; WIDTH: 96.15%; HEIGHT: 100%; TOP: 0%; LEFT: =
3.84%"><SPAN=20
style=3D"FONT-FAMILY: 'Book Antiqua'; FONT-SIZE: 183%"><SPAN=20
style=3D"POSITION: absolute; LEFT: -4%; mso-special-format: =
bullet">=95</SPAN></SPAN><SPAN=20
style=3D"FONT-FAMILY: 'Book Antiqua'; FONT-SIZE: 183%"><SPAN=20
style=3D"mso-spacerun: yes">&nbsp;</SPAN>Lower maintenance cost=20
</SPAN></SPAN></DIV><SPAN=20
style=3D"POSITION: absolute; WIDTH: 14.07%; HEIGHT: 1.92%; TOP: 91.08%; =
LEFT: 2.7%"><SPAN=20
style=3D"FONT-FAMILY: 'Book Antiqua'; FONT-SIZE: 183%"><SPAN=20
style=3D"POSITION: absolute; LEFT: -3.84%; mso-special-format: =
bullet">=95</SPAN></SPAN><SPAN=20
style=3D"FONT-FAMILY: 'Book Antiqua'; FONT-SIZE: 183%">Federal rebate =
incentives=20
to </SPAN></SPAN><SPAN=20
style=3D"POSITION: absolute; WIDTH: 14.07%; HEIGHT: 1.92%; TOP: 92.53%; =
LEFT: 2.16%"><SPAN=20
style=3D"FONT-FAMILY: 'Book Antiqua'; FONT-SIZE: 183%">electric vehicle =
owners=20
</SPAN></SPAN><SPAN=20
style=3D"POSITION: absolute; WIDTH: 14.98%; HEIGHT: 1.92%; TOP: 94.21%; =
LEFT: 2.7%"><SPAN=20
style=3D"FONT-FAMILY: 'Book Antiqua'; FONT-SIZE: 183%"><SPAN=20
style=3D"POSITION: absolute; LEFT: -3.61%; mso-special-format: =
bullet">=95</SPAN></SPAN><SPAN=20
style=3D"FONT-FAMILY: 'Book Antiqua'; FONT-SIZE: 183%"><SPAN=20
style=3D"mso-spacerun: yes">&nbsp;</SPAN>Refuel off of standard power=20
</SPAN></SPAN><SPAN=20
style=3D"POSITION: absolute; WIDTH: 14.07%; HEIGHT: 1.92%; TOP: 95.66%; =
LEFT: 2.16%"><SPAN=20
style=3D"FONT-FAMILY: 'Book Antiqua'; FONT-SIZE: 183%">grid =
</SPAN></SPAN>
<DIV=20
style=3D"POSITION: absolute; WIDTH: 14.07%; HEIGHT: 1.92%; TOP: 97.1%; =
LEFT: 2.16%"><SPAN=20
style=3D"POSITION: absolute; WIDTH: 96.15%; HEIGHT: 100%; TOP: 0%; LEFT: =
3.84%"><SPAN=20
style=3D"FONT-FAMILY: 'Book Antiqua'; VISIBILITY: hidden; FONT-SIZE: =
183%"><SPAN=20
style=3D"POSITION: absolute; LEFT: -4%; mso-special-format: =
bullet">=95</SPAN></SPAN><SPAN=20
style=3D"DISPLAY: none; FONT-FAMILY: 'Book Antiqua'; FONT-SIZE: 183%; =
mso-special-format: lastCR">=20
</SPAN></SPAN></DIV></DIV>
<DIV style=3D"tab-interval: 4.7968in" class=3DO =
v:shape=3D"_x0000_s8503">
<DIV=20
style=3D"POSITION: absolute; WIDTH: 14.98%; HEIGHT: 1.92%; TOP: 86.74%; =
LEFT: 16.78%"><SPAN=20
style=3D"POSITION: absolute; WIDTH: 96.38%; HEIGHT: 100%; TOP: 0%; LEFT: =
4.81%"><SPAN=20
style=3D"FONT-FAMILY: 'Book Antiqua'; FONT-SIZE: 183%"><SPAN=20
style=3D"POSITION: absolute; LEFT: -5%; mso-special-format: =
bullet">=95</SPAN></SPAN><SPAN=20
style=3D"FONT-FAMILY: 'Book Antiqua'; FONT-SIZE: 183%"><SPAN=20
style=3D"mso-spacerun: yes">&nbsp;</SPAN>Higher efficiency per mile=20
</SPAN></SPAN></DIV><SPAN=20
style=3D"POSITION: absolute; WIDTH: 16.6%; HEIGHT: 1.92%; TOP: 88.43%; =
LEFT: 17.5%"><SPAN=20
style=3D"FONT-FAMILY: 'Book Antiqua'; FONT-SIZE: 183%"><SPAN=20
style=3D"POSITION: absolute; LEFT: -4.34%; mso-special-format: =
bullet">=95</SPAN></SPAN><SPAN=20
style=3D"FONT-FAMILY: 'Book Antiqua'; FONT-SIZE: 183%"><SPAN=20
style=3D"mso-spacerun: yes">&nbsp;</SPAN>Does not rely on crops and land =

</SPAN></SPAN><SPAN=20
style=3D"POSITION: absolute; WIDTH: 17.5%; HEIGHT: 1.92%; TOP: 89.87%; =
LEFT: 16.78%"><SPAN=20
style=3D"FONT-FAMILY: 'Book Antiqua'; FONT-SIZE: 183%">to produce fuel =
which=20
allows food </SPAN></SPAN><SPAN=20
style=3D"POSITION: absolute; WIDTH: 14.98%; HEIGHT: 1.92%; TOP: 91.32%; =
LEFT: 16.78%"><SPAN=20
style=3D"FONT-FAMILY: 'Book Antiqua'; FONT-SIZE: 183%">prices to remain =
lower.=20
</SPAN></SPAN><SPAN=20
style=3D"POSITION: absolute; WIDTH: 14.62%; HEIGHT: 1.92%; TOP: 93.01%; =
LEFT: 17.5%"><SPAN=20
style=3D"FONT-FAMILY: 'Book Antiqua'; FONT-SIZE: 183%"><SPAN=20
style=3D"POSITION: absolute; LEFT: -4.93%; mso-special-format: =
bullet">=95</SPAN></SPAN><SPAN=20
style=3D"FONT-FAMILY: 'Book Antiqua'; FONT-SIZE: 183%"><SPAN=20
style=3D"mso-spacerun: yes">&nbsp;</SPAN>No expensive infrastructure=20
</SPAN></SPAN><SPAN=20
style=3D"POSITION: absolute; WIDTH: 17.5%; HEIGHT: 1.92%; TOP: 94.45%; =
LEFT: 16.78%"><SPAN=20
style=3D"FONT-FAMILY: 'Book Antiqua'; FONT-SIZE: 183%">required to =
implement=20
technology</SPAN></SPAN></DIV>
<DIV style=3D"tab-interval: 4.7968in" class=3DO =
v:shape=3D"_x0000_s8504"><SPAN=20
style=3D"POSITION: absolute; WIDTH: 16.96%; HEIGHT: 1.92%; TOP: 51.56%; =
LEFT: 67.32%"><SPAN=20
style=3D"FONT-FAMILY: 'Book Antiqua'; FONT-SIZE: 183%"><SPAN=20
style=3D"POSITION: absolute; LEFT: -3.19%; mso-special-format: =
bullet">=95</SPAN></SPAN><SPAN=20
style=3D"FONT-FAMILY: 'Book Antiqua'; FONT-SIZE: 183%"><SPAN=20
style=3D"mso-spacerun: yes">&nbsp;</SPAN>Reduce CO</SPAN><SPAN=20
style=3D"POSITION: relative; FONT-FAMILY: 'Book Antiqua'; FONT-SIZE: =
122%; TOP: 0.37em; mso-text-raise: -25%">2=20
</SPAN><SPAN style=3D"FONT-FAMILY: 'Book Antiqua'; FONT-SIZE: =
183%">emissions to=20
protect </SPAN></SPAN><SPAN=20
style=3D"POSITION: absolute; WIDTH: 17.14%; HEIGHT: 1.92%; TOP: 53.25%; =
LEFT: 66.78%"><SPAN=20
style=3D"FONT-FAMILY: 'Book Antiqua'; FONT-SIZE: 183%">environment=20
</SPAN></SPAN><SPAN=20
style=3D"POSITION: absolute; WIDTH: 18.23%; HEIGHT: 1.92%; TOP: 54.69%; =
LEFT: 67.32%"><SPAN=20
style=3D"FONT-FAMILY: 'Book Antiqua'; FONT-SIZE: 183%"><SPAN=20
style=3D"POSITION: absolute; LEFT: -2.97%; mso-special-format: =
bullet">=95</SPAN></SPAN><SPAN=20
style=3D"FONT-FAMILY: 'Book Antiqua'; FONT-SIZE: 183%"><SPAN=20
style=3D"mso-spacerun: yes">&nbsp;</SPAN>U.S. can become less dependent =
on=20
</SPAN></SPAN><SPAN=20
style=3D"POSITION: absolute; WIDTH: 18.95%; HEIGHT: 1.92%; TOP: 56.14%; =
LEFT: 66.78%"><SPAN=20
style=3D"FONT-FAMILY: 'Book Antiqua'; FONT-SIZE: 183%">foreign nations =
that are=20
very volatile.</SPAN></SPAN></DIV>
<DIV style=3D"tab-interval: 4.7968in" class=3DO =
v:shape=3D"_x0000_s8505"><SPAN=20
style=3D"POSITION: absolute; WIDTH: 20.21%; HEIGHT: 1.92%; TOP: 51.56%; =
LEFT: 83.03%"><SPAN=20
style=3D"FONT-FAMILY: 'Book Antiqua'; FONT-SIZE: 183%"><SPAN=20
style=3D"POSITION: absolute; LEFT: -2.67%; mso-special-format: =
bullet">=95</SPAN></SPAN><SPAN=20
style=3D"FONT-FAMILY: 'Book Antiqua'; FONT-SIZE: 183%"><SPAN=20
style=3D"mso-spacerun: yes">&nbsp;</SPAN>Every individual will be =
responsible to=20
</SPAN></SPAN><SPAN=20
style=3D"POSITION: absolute; WIDTH: 19.49%; HEIGHT: 1.92%; TOP: 53.25%; =
LEFT: 82.49%"><SPAN=20
style=3D"FONT-FAMILY: 'Book Antiqua'; FONT-SIZE: 183%">do their own part =
to=20
protect the future </SPAN></SPAN><SPAN=20
style=3D"POSITION: absolute; WIDTH: 17.87%; HEIGHT: 1.92%; TOP: 54.69%; =
LEFT: 83.03%"><SPAN=20
style=3D"FONT-FAMILY: 'Book Antiqua'; FONT-SIZE: 183%"><SPAN=20
style=3D"POSITION: absolute; LEFT: -3.03%; mso-special-format: =
bullet">=95</SPAN></SPAN><SPAN=20
style=3D"FONT-FAMILY: 'Book Antiqua'; FONT-SIZE: 183%"><SPAN=20
style=3D"mso-spacerun: yes">&nbsp;</SPAN>Safer mode of travel for =
passenger=20
</SPAN></SPAN><SPAN=20
style=3D"POSITION: absolute; WIDTH: 17.5%; HEIGHT: 1.92%; TOP: 56.14%; =
LEFT: 82.49%"><SPAN=20
style=3D"FONT-FAMILY: 'Book Antiqua'; FONT-SIZE: =
183%">vehicles</SPAN></SPAN></DIV><p:shaperange=20
href =3D "slide0001.xml#_x0000_s8509"></p:shaperange><![if !vml]><img =
border=3D0
 v:shapes=3D"_x0000_s8509" src=3D"slide0001_image015.jpg" =
style=3D'position:absolute;
 =
top:74.93%;left:77.07%;width:13.71%;height:4.81%'><![endif]><p:shaperange=
 href=20
=3D "slide0001.xml#_x0000_s8510"></p:shaperange>
<DIV=20
style=3D"POSITION: absolute; TEXT-ALIGN: center; WIDTH: 10.83%; HEIGHT: =
2.89%; TOP: 75.66%; LEFT: 78.15%; tab-interval: 4.7968in"=20
class=3DO v:shape=3D"_x0000_s8510"><SPAN=20
style=3D"FONT-FAMILY: 'Book Antiqua'; COLOR: #333399; FONT-SIZE: 300%; =
mso-color-index: 5">Future=20
Work</SPAN></DIV>
<DIV style=3D"tab-interval: 4.7968in" class=3DO =
v:shape=3D"_x0000_s8511"><SPAN=20
style=3D"POSITION: absolute; WIDTH: 33.39%; HEIGHT: 1.92%; TOP: 80.24%; =
LEFT: 68.95%"><SPAN=20
style=3D"FONT-FAMILY: 'Book Antiqua'; FONT-SIZE: 200%">In order to =
improve our=20
battery technology there are several </SPAN></SPAN><SPAN=20
style=3D"POSITION: absolute; WIDTH: 33.75%; HEIGHT: 1.92%; TOP: 81.92%; =
LEFT: 68.95%"><SPAN=20
style=3D"FONT-FAMILY: 'Book Antiqua'; FONT-SIZE: 200%">thing that can be =
improved=20
upon through more research and </SPAN></SPAN><SPAN=20
style=3D"POSITION: absolute; WIDTH: 29.6%; HEIGHT: 1.92%; TOP: 83.61%; =
LEFT: 68.95%"><SPAN=20
style=3D"FONT-FAMILY: 'Book Antiqua'; FONT-SIZE: =
200%">development:</SPAN></SPAN></DIV>
<DIV style=3D"tab-interval: 4.7968in" class=3DO =
v:shape=3D"_x0000_s8513">
<DIV=20
style=3D"POSITION: absolute; WIDTH: 30.14%; HEIGHT: 1.92%; TOP: 86.02%; =
LEFT: 68.41%"><SPAN=20
style=3D"POSITION: absolute; WIDTH: 97.6%; HEIGHT: 100%; TOP: 0%; LEFT: =
2.39%"><SPAN=20
style=3D"FONT-FAMILY: 'Book Antiqua'; FONT-SIZE: 200%"><SPAN=20
style=3D"POSITION: absolute; LEFT: -2.45%; mso-special-format: =
bullet">=95</SPAN></SPAN><SPAN=20
style=3D"FONT-FAMILY: 'Book Antiqua'; FONT-SIZE: 200%"><SPAN=20
style=3D"mso-spacerun: yes">&nbsp;</SPAN>Development of cathode =
materials.=20
</SPAN></SPAN></DIV><SPAN=20
style=3D"POSITION: absolute; WIDTH: 31.22%; HEIGHT: 1.92%; TOP: 87.71%; =
LEFT: 69.13%"><SPAN=20
style=3D"FONT-FAMILY: 'Book Antiqua'; FONT-SIZE: 200%"><SPAN=20
style=3D"POSITION: absolute; LEFT: -2.31%; mso-special-format: =
bullet">=95</SPAN></SPAN><SPAN=20
style=3D"FONT-FAMILY: 'Book Antiqua'; FONT-SIZE: 200%">Improved battery =
stability=20
to operate at a wider range of </SPAN></SPAN><SPAN=20
style=3D"POSITION: absolute; WIDTH: 30.14%; HEIGHT: 1.92%; TOP: 89.39%; =
LEFT: 68.41%"><SPAN=20
style=3D"FONT-FAMILY: 'Book Antiqua'; FONT-SIZE: 200%">environmental =
conditions=20
</SPAN></SPAN><SPAN=20
style=3D"POSITION: absolute; WIDTH: 35.19%; HEIGHT: 1.92%; TOP: 90.84%; =
LEFT: 69.13%"><SPAN=20
style=3D"FONT-FAMILY: 'Book Antiqua'; FONT-SIZE: 200%"><SPAN=20
style=3D"POSITION: absolute; LEFT: -2.05%; mso-special-format: =
bullet">=95</SPAN></SPAN><SPAN=20
style=3D"FONT-FAMILY: 'Book Antiqua'; FONT-SIZE: 200%"><SPAN=20
style=3D"mso-spacerun: yes">&nbsp;</SPAN>Higher specific power and =
specific energy=20
to allow for smaller, </SPAN></SPAN><SPAN=20
style=3D"POSITION: absolute; WIDTH: 30.14%; HEIGHT: 1.92%; TOP: 92.53%; =
LEFT: 68.41%"><SPAN=20
style=3D"FONT-FAMILY: 'Book Antiqua'; FONT-SIZE: 200%">lighter batteries =
that=20
provide better performance</SPAN></SPAN></DIV><p:shaperange href =3D=20
"slide0001.xml#_x0000_s8515"></p:shaperange><![if !vml]><img border=3D0
 v:shapes=3D"_x0000_s8515" src=3D"slide0001_image017.gif" =
style=3D'position:absolute;
 =
top:86.26%;left:32.49%;width:14.44%;height:12.04%'><![endif]><p:shaperang=
e=20
href =3D "slide0001.xml#_x0000_s8516"></p:shaperange><![if !vml]><img =
border=3D0
 v:shapes=3D"_x0000_s8516" src=3D"slide0001_image018.gif" =
style=3D'position:absolute;
 top:82.89%;left:32.85%;width:30.68%;height:2.89%'><![endif]>
<DIV=20
style=3D"POSITION: absolute; WIDTH: 35.55%; HEIGHT: 1.68%; TOP: 83.13%; =
LEFT: 33.03%; tab-interval: 4.7968in"=20
class=3DO v:shape=3D"_x0000_s8516"><SPAN=20
style=3D"COLOR: blue; FONT-SIZE: 183%"><B>Charging and discharging test =
of an=20
anode for lithium ion battery</B></SPAN><SPAN=20
style=3D"DISPLAY: none; FONT-SIZE: 183%; mso-special-format: lastCR">=20
</SPAN></DIV>
<DIV style=3D"tab-interval: 4.7968in" class=3DO =
v:shape=3D"_x0000_s8517">
<DIV=20
style=3D"POSITION: absolute; WIDTH: 16.06%; HEIGHT: 1.92%; TOP: 86.98%; =
LEFT: 48.01%"><SPAN=20
style=3D"FONT-FAMILY: 'Book Antiqua'; FONT-SIZE: 183%">Capacity =96 210 =
Wh/Kg.=20
</SPAN></DIV>
<DIV=20
style=3D"POSITION: absolute; WIDTH: 16.06%; HEIGHT: 1.92%; TOP: 88.43%; =
LEFT: 48.01%"><SPAN=20
style=3D"FONT-FAMILY: 'Book Antiqua'; FONT-SIZE: 183%"><SPAN=20
style=3D"mso-spacerun: yes">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </SPAN>1.3 =
Ah/g of=20
(Ti,Mn)O</SPAN><SPAN=20
style=3D"POSITION: relative; FONT-FAMILY: 'Book Antiqua'; FONT-SIZE: =
122%; TOP: 0.37em; mso-text-raise: -25%">2</SPAN><SPAN=20
style=3D"FONT-FAMILY: 'Book Antiqua'; FONT-SIZE: 183%"><SPAN=20
style=3D"mso-spacerun: yes">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
</SPAN></SPAN></DIV>
<DIV=20
style=3D"POSITION: absolute; WIDTH: 16.06%; HEIGHT: 1.92%; TOP: 89.87%; =
LEFT: 48.01%"><SPAN=20
style=3D"FONT-FAMILY: 'Book Antiqua'; FONT-SIZE: 183%"><SPAN=20
style=3D"mso-spacerun: yes">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </SPAN>~3 =
times more=20
than TiO</SPAN><SPAN=20
style=3D"POSITION: relative; FONT-FAMILY: 'Book Antiqua'; FONT-SIZE: =
122%; TOP: 0.37em; mso-text-raise: -25%">2=20
</SPAN></DIV><SPAN=20
style=3D"POSITION: absolute; WIDTH: 18.77%; HEIGHT: 1.92%; TOP: 91.56%; =
LEFT: 48.01%"><SPAN=20
style=3D"FONT-FAMILY: 'Book Antiqua'; FONT-SIZE: 183%">Intercalation of =
1.68 mole=20
of Li ion in </SPAN></SPAN><SPAN=20
style=3D"POSITION: absolute; WIDTH: 18.23%; HEIGHT: 1.92%; TOP: 93.01%; =
LEFT: 48.01%"><SPAN=20
style=3D"FONT-FAMILY: 'Book Antiqua'; FONT-SIZE: 183%">one mole of=20
(Ti,Mn)O</SPAN><SPAN=20
style=3D"POSITION: relative; FONT-FAMILY: 'Book Antiqua'; FONT-SIZE: =
122%; TOP: 0.37em; mso-text-raise: -25%">2</SPAN><SPAN=20
style=3D"FONT-FAMILY: 'Book Antiqua'; FONT-SIZE: 183%"><SPAN=20
style=3D"mso-spacerun: yes">&nbsp;</SPAN>as compared </SPAN></SPAN><SPAN =

style=3D"POSITION: absolute; WIDTH: 18.23%; HEIGHT: 1.92%; TOP: 94.45%; =
LEFT: 48.01%"><SPAN=20
style=3D"FONT-FAMILY: 'Book Antiqua'; FONT-SIZE: 183%">to currently used =
1 mole of=20
Li ion in </SPAN></SPAN><SPAN=20
style=3D"POSITION: absolute; WIDTH: 16.06%; HEIGHT: 1.92%; TOP: 96.14%; =
LEFT: 48.01%"><SPAN=20
style=3D"FONT-FAMILY: 'Book Antiqua'; FONT-SIZE: 183%">one mole of =
TiO</SPAN><SPAN=20
style=3D"POSITION: relative; FONT-FAMILY: 'Book Antiqua'; FONT-SIZE: =
122%; TOP: 0.37em; mso-text-raise: =
-25%">2</SPAN></SPAN></DIV><p:shaperange=20
href =3D "slide0001.xml#_x0000_s8522"></p:shaperange><![if !vml]><img =
border=3D0
 v:shapes=3D"_x0000_s8522" src=3D"slide0001_image020.jpg" =
style=3D'position:absolute;
 =
top:70.12%;left:31.22%;width:9.38%;height:8.91%'><![endif]><p:shaperange =
href=20
=3D "slide0001.xml#_x0000_s8549"></p:shaperange>
<DIV=20
style=3D"POSITION: absolute; WIDTH: 17.68%; HEIGHT: 1.44%; TOP: 58.79%; =
LEFT: 66.96%; tab-interval: 4.7968in"=20
class=3DO v:shape=3D"_x0000_s8549"><SPAN=20
style=3D"COLOR: black; FONT-SIZE: 156%">Carbon monoxide emission vs=20
Efficiency</SPAN><SPAN=20
style=3D"DISPLAY: none; FONT-SIZE: 156%; mso-special-format: lastCR">=20
</SPAN></DIV><p:shaperange href =3D =
"slide0001.xml#_x0000_s8571"></p:shaperange><![if !vml]><img border=3D0
 v:shapes=3D"_x0000_s8571" src=3D"slide0001_image022.jpg" =
style=3D'position:absolute;
 =
top:32.53%;left:54.51%;width:7.76%;height:11.08%'><![endif]><p:shaperange=
 href=20
=3D "slide0001.xml#_x0000_s8572"></p:shaperange>
<DIV class=3DO v:shape=3D"_x0000_s8572">
<DIV=20
style=3D"POSITION: absolute; WIDTH: 33.39%; HEIGHT: 1.68%; TOP: 56.86%; =
LEFT: 30.32%; mso-line-spacing: '100 50 0'"><SPAN=20
style=3D"POSITION: absolute; WIDTH: 97.83%; HEIGHT: 100%; TOP: 0%; LEFT: =
1.62%"><SPAN=20
style=3D"FONT-FAMILY: 'Book Antiqua'; FONT-SIZE: 167%"><SPAN=20
style=3D"POSITION: absolute; FONT-FAMILY: Wingdings; LEFT: -1.65%; =
mso-special-format: bullet">=D8</SPAN></SPAN><SPAN=20
style=3D"FONT-FAMILY: 'Book Antiqua'; FONT-SIZE: 167%"><SPAN=20
style=3D"mso-spacerun: yes">&nbsp;</SPAN>Battery is based on use of =
nanotubular=20
(Ti,Mn)O</SPAN><SPAN=20
style=3D"POSITION: relative; FONT-FAMILY: 'Book Antiqua'; FONT-SIZE: =
111%; TOP: 0.37em; mso-text-raise: -25%">2=20
</SPAN><SPAN style=3D"FONT-FAMILY: 'Book Antiqua'; FONT-SIZE: =
167%">anode=20
material. </SPAN></SPAN></DIV>
<DIV style=3D"mso-line-spacing: '100 50 0'"><SPAN=20
style=3D"POSITION: absolute; WIDTH: 36.1%; HEIGHT: 1.68%; TOP: 58.79%; =
LEFT: 30.86%"><SPAN=20
style=3D"FONT-FAMILY: 'Book Antiqua'; FONT-SIZE: 167%"><SPAN=20
style=3D"POSITION: absolute; FONT-FAMILY: Wingdings; LEFT: -1.5%; =
mso-special-format: bullet">=D8</SPAN></SPAN><SPAN=20
style=3D"FONT-FAMILY: 'Book Antiqua'; FONT-SIZE: 167%">Easy and no loss =
flow of=20
Ions and electrons in the nanochannels and along the </SPAN></SPAN><SPAN =

style=3D"POSITION: absolute; WIDTH: 33.39%; HEIGHT: 1.68%; TOP: 60.24%; =
LEFT: 30.32%"><SPAN=20
style=3D"FONT-FAMILY: 'Book Antiqua'; FONT-SIZE: 167%">nanotubes =96 low =
charging=20
time, High power density </SPAN></SPAN></DIV>
<DIV style=3D"mso-line-spacing: '100 50 0'"><SPAN=20
style=3D"POSITION: absolute; WIDTH: 38.44%; HEIGHT: 1.68%; TOP: 62.4%; =
LEFT: 30.86%"><SPAN=20
style=3D"FONT-FAMILY: 'Book Antiqua'; FONT-SIZE: 167%"><SPAN=20
style=3D"POSITION: absolute; FONT-FAMILY: Wingdings; LEFT: -1.4%; =
mso-special-format: bullet">=D8</SPAN></SPAN><SPAN=20
style=3D"FONT-FAMILY: 'Book Antiqua'; FONT-SIZE: 167%">High Lithium =
intercalation=20
capacity of the newly developed material =96 High power =
</SPAN></SPAN><SPAN=20
style=3D"POSITION: absolute; WIDTH: 33.39%; HEIGHT: 1.68%; TOP: 63.85%; =
LEFT: 30.32%"><SPAN=20
style=3D"FONT-FAMILY: 'Book Antiqua'; FONT-SIZE: =
167%">density</SPAN></SPAN></DIV></DIV><p:shaperange=20
href =3D "slide0001.xml#_x0000_s8575"></p:shaperange><![if !vml]><img =
border=3D0
 v:shapes=3D"_x0000_s8575" src=3D"slide0001_image024.jpg" =
style=3D'position:absolute;
 =
top:69.87%;left:41.51%;width:8.84%;height:8.91%'><![endif]><p:shaperange =
href=20
=3D "slide0001.xml#_x0000_s8619"></p:shaperange><![if !vml]><img =
border=3D0
 v:shapes=3D"_x0000_s8619" src=3D"slide0001_image026.jpg" =
style=3D'position:absolute;
 =
top:15.18%;left:52.16%;width:10.46%;height:10.6%'><![endif]><p:shaperange=
 href=20
=3D "slide0001.xml#_x0000_s8663"></p:shaperange><![if !vml]><img =
border=3D0
 =
v:shapes=3D"_x0000_s8663,_x0000_s2793,_x0000_s2794,_x0000_s8577,_x0000_s8=
578,_x0000_s8579,_x0000_s8580,_x0000_s8581,_x0000_s8582,_x0000_s8583,_x00=
00_s8584,_x0000_s8585,_x0000_s8586,_x0000_s8587,_x0000_s8588,_x0000_s8589=
,_x0000_s8590,_x0000_s8591,_x0000_s8592,_x0000_s8593,_x0000_s8594,_x0000_=
s8595,_x0000_s8596,_x0000_s8597,_x0000_s8598,_x0000_s8599,_x0000_s8600,_x=
0000_s8601,_x0000_s8602,_x0000_s8603,_x0000_s8604,_x0000_s8605,_x0000_s86=
06,_x0000_s8607,_x0000_s8608,_x0000_s8609,_x0000_s8610,_x0000_s8611,_x000=
0_s8612,_x0000_s8613,_x0000_s8614,_x0000_s8615,_x0000_s8616,_x0000_s8617,=
_x0000_s8618,_x0000_s8620"
 src=3D"slide0001_image030.gif" =
style=3D'position:absolute;top:10.84%;left:65.88%;
 width:33.93%;height:24.09%'><![endif]>
<DIV=20
style=3D"POSITION: absolute; TEXT-ALIGN: center; WIDTH: 14.44%; HEIGHT: =
2.16%; TOP: 11.8%; LEFT: 75.09%; mso-line-spacing: '100 50 0'"=20
class=3DO v:shape=3D"_x0000_s2794"><SPAN=20
style=3D"FONT-FAMILY: 'Book Antiqua'; COLOR: #333399; FONT-SIZE: 222%; =
mso-color-index: 5">Process=20
Manufacturing</SPAN></DIV>
<DIV style=3D"TEXT-ALIGN: center; mso-line-spacing: '100 50 0'" =
class=3DO=20
v:shape=3D"_x0000_s8599"><SPAN=20
style=3D"POSITION: absolute; WIDTH: 3.79%; HEIGHT: 0.96%; TOP: 21.44%; =
LEFT: 66.24%"><SPAN=20
style=3D"FONT-FAMILY: 'Times New Roman'"><B>Recirculation =
</B></SPAN></SPAN><SPAN=20
style=3D"POSITION: absolute; WIDTH: 3.79%; HEIGHT: 0.96%; TOP: 22.16%; =
LEFT: 66.24%"><SPAN=20
style=3D"FONT-FAMILY: 'Times New Roman'"><B>pump</B></SPAN></SPAN></DIV>
<DIV style=3D"TEXT-ALIGN: center; mso-line-spacing: '100 50 0'" =
class=3DO=20
v:shape=3D"_x0000_s8600"><SPAN=20
style=3D"POSITION: absolute; WIDTH: 3.79%; HEIGHT: 0.96%; TOP: 16.38%; =
LEFT: 67.87%"><SPAN=20
style=3D"FONT-FAMILY: 'Times New Roman'"><B>Recirculation =
</B></SPAN></SPAN><SPAN=20
style=3D"POSITION: absolute; WIDTH: 3.24%; HEIGHT: 0.96%; TOP: 17.34%; =
LEFT: 68.05%"><SPAN=20
style=3D"FONT-FAMILY: 'Times New =
Roman'"><B>filter</B></SPAN></SPAN></DIV>
<DIV=20
style=3D"POSITION: absolute; WIDTH: 4.15%; HEIGHT: 0.96%; TOP: 19.27%; =
LEFT: 78.33%; mso-line-spacing: '100 50 0'"=20
class=3DO v:shape=3D"_x0000_s8601"><SPAN=20
style=3D"FONT-FAMILY: 'Times New =
Roman'"><B>Ultrasonicator</B></SPAN></DIV>
<DIV class=3DO v:shape=3D"_x0000_s8602">
<DIV=20
style=3D"POSITION: absolute; WIDTH: 1.98%; HEIGHT: 0.96%; TOP: 18.07%; =
LEFT: 76.35%; mso-line-spacing: '50 50 0'"><SPAN=20
style=3D"FONT-FAMILY: 'Times New Roman'; COLOR: =
black"><B>Anode</B></SPAN><SPAN=20
style=3D"FONT-FAMILY: 'Times New Roman'; COLOR: black"> </SPAN></DIV>
<DIV=20
style=3D"POSITION: absolute; WIDTH: 1.98%; HEIGHT: 0.96%; TOP: 18.79%; =
LEFT: 76.35%; mso-line-spacing: '50 50 0'"><SPAN=20
style=3D"FONT-FAMILY: 'Times New Roman'; COLOR: black"><SPAN=20
style=3D"mso-spacerun: yes">&nbsp;&nbsp; </SPAN>(</SPAN><SPAN=20
style=3D"FONT-FAMILY: 'Times New Roman'; COLOR: =
black"><B>Ti)</B></SPAN></DIV></DIV>
<DIV class=3DO v:shape=3D"_x0000_s8603">
<DIV=20
style=3D"POSITION: absolute; WIDTH: 2.52%; HEIGHT: 0.96%; TOP: 18.07%; =
LEFT: 72.74%; mso-line-spacing: '60 50 0'"><SPAN=20
style=3D"FONT-FAMILY: 'Times New Roman'; COLOR: black"><B>Cathode=20
</B></SPAN></DIV>
<DIV=20
style=3D"POSITION: absolute; WIDTH: 2.52%; HEIGHT: 0.96%; TOP: 19.03%; =
LEFT: 72.74%; mso-line-spacing: '60 50 0'"><SPAN=20
style=3D"FONT-FAMILY: 'Times New Roman'; COLOR: black"><B><SPAN=20
style=3D"mso-spacerun: yes">&nbsp;&nbsp;&nbsp; </SPAN>( =
Pt)</B></SPAN></DIV></DIV>
<DIV=20
style=3D"POSITION: absolute; WIDTH: 5.23%; HEIGHT: 0.96%; TOP: 21.92%; =
LEFT: 72.74%; mso-line-spacing: '100 50 0'"=20
class=3DO v:shape=3D"_x0000_s8604"><SPAN=20
style=3D"FONT-FAMILY: 'Times New Roman'; COLOR: black"><B>Anodizing=20
Solution</B></SPAN></DIV>
<DIV=20
style=3D"POSITION: absolute; WIDTH: 5.05%; HEIGHT: 0.96%; TOP: 14.93%; =
LEFT: 74.54%; mso-line-spacing: '100 50 0'"=20
class=3DO v:shape=3D"_x0000_s8605"><SPAN=20
style=3D"FONT-FAMILY: 'Times New Roman'"><B>Power =
Supply</B></SPAN></DIV>
<DIV style=3D"mso-line-spacing: '100 50 0'" class=3DO =
v:shape=3D"_x0000_s8608"><SPAN=20
style=3D"POSITION: absolute; WIDTH: 1.26%; HEIGHT: 0.96%; TOP: 17.83%; =
LEFT: 79.42%"><SPAN=20
style=3D"FONT-FAMILY: 'Times New Roman'"><B>Fee</B></SPAN></SPAN><SPAN=20
style=3D"POSITION: absolute; WIDTH: 1.26%; HEIGHT: 0.96%; TOP: 18.55%; =
LEFT: 79.42%"><SPAN=20
style=3D"FONT-FAMILY: 'Times New Roman'"><B>d</B></SPAN></SPAN></DIV>
<DIV=20
style=3D"POSITION: absolute; WIDTH: 1.8%; HEIGHT: 0.96%; TOP: 22.16%; =
LEFT: 79.6%; mso-line-spacing: '100 50 0'"=20
class=3DO v:shape=3D"_x0000_s8609"><SPAN=20
style=3D"FONT-FAMILY: 'Times New Roman'"><B>Drain</B></SPAN></DIV>
<DIV=20
style=3D"POSITION: absolute; WIDTH: 0.72%; HEIGHT: 0.96%; TOP: 15.66%; =
LEFT: 73.28%; mso-line-spacing: '100 50 0'"=20
class=3DO v:shape=3D"_x0000_s8612"><SPAN=20
style=3D"FONT-FAMILY: 'Times New Roman'">A</SPAN></DIV>
<DIV=20
style=3D"POSITION: absolute; WIDTH: 0.72%; HEIGHT: 0.96%; TOP: 16.86%; =
LEFT: 74.36%; mso-line-spacing: '100 50 0'"=20
class=3DO v:shape=3D"_x0000_s8615"><SPAN=20
style=3D"FONT-FAMILY: 'Times New Roman'">V</SPAN></DIV>
<DIV class=3DO v:shape=3D"_x0000_s8618"><SPAN=20
style=3D"POSITION: absolute; WIDTH: 20.57%; HEIGHT: 1.92%; TOP: 14.69%; =
LEFT: 82.31%"><SPAN=20
style=3D"FONT-FAMILY: 'Book Antiqua'; FONT-SIZE: 183%; =
mso-ascii-font-family: 'Book Antiqua'; mso-fareast-font-family: =
&#23435;&#20307;; mso-hansi-font-family: 'Book Antiqua'; =
mso-fareast-language: ZH-CN"=20
lang=3DEN-US>First to make the Titanium =96 Manganese =
</SPAN></SPAN><SPAN=20
style=3D"POSITION: absolute; WIDTH: 17.32%; HEIGHT: 1.92%; TOP: 16.14%; =
LEFT: 82.31%"><SPAN=20
style=3D"FONT-FAMILY: 'Book Antiqua'; FONT-SIZE: 183%; =
mso-ascii-font-family: 'Book Antiqua'; mso-fareast-font-family: =
&#23435;&#20307;; mso-hansi-font-family: 'Book Antiqua'; =
mso-fareast-language: ZH-CN"=20
lang=3DEN-US>-oxide nanotubes by our patented </SPAN></SPAN><SPAN=20
style=3D"POSITION: absolute; WIDTH: 17.32%; HEIGHT: 1.92%; TOP: 17.59%; =
LEFT: 82.31%"><SPAN=20
style=3D"FONT-FAMILY: 'Book Antiqua'; FONT-SIZE: 183%; =
mso-ascii-font-family: 'Book Antiqua'; mso-fareast-font-family: =
&#23435;&#20307;; mso-hansi-font-family: 'Book Antiqua'; =
mso-fareast-language: ZH-CN"=20
lang=3DEN-US>technology. </SPAN></SPAN>
<DIV=20
style=3D"POSITION: absolute; WIDTH: 17.32%; HEIGHT: 1.44%; TOP: 19.51%; =
LEFT: 82.31%"><SPAN=20
style=3D"DISPLAY: none; FONT-FAMILY: &#23435;&#20307;; FONT-SIZE: 183%; =
mso-ascii-font-family: 'Book Antiqua'; mso-fareast-font-family: =
&#23435;&#20307;; mso-hansi-font-family: 'Book Antiqua'; =
mso-fareast-language: ZH-CN"=20
lang=3DEN-US></SPAN></DIV><SPAN=20
style=3D"POSITION: absolute; WIDTH: 17.68%; HEIGHT: 1.92%; TOP: 20.72%; =
LEFT: 82.31%"><SPAN=20
style=3D"FONT-FAMILY: 'Book Antiqua'; FONT-SIZE: 183%; =
mso-ascii-font-family: 'Book Antiqua'; mso-fareast-font-family: =
&#23435;&#20307;; mso-hansi-font-family: 'Book Antiqua'; =
mso-fareast-language: ZH-CN"=20
lang=3DEN-US>Then stack it along with separator, </SPAN></SPAN><SPAN=20
style=3D"POSITION: absolute; WIDTH: 18.23%; HEIGHT: 1.92%; TOP: 22.4%; =
LEFT: 82.31%"><SPAN=20
style=3D"FONT-FAMILY: 'Book Antiqua'; FONT-SIZE: 183%; =
mso-ascii-font-family: 'Book Antiqua'; mso-fareast-font-family: =
&#23435;&#20307;; mso-hansi-font-family: 'Book Antiqua'; =
mso-fareast-language: ZH-CN"=20
lang=3DEN-US>Lithium cobalt oxide cathode in cell </SPAN></SPAN><SPAN=20
style=3D"POSITION: absolute; WIDTH: 20.03%; HEIGHT: 1.92%; TOP: 23.85%; =
LEFT: 82.31%"><SPAN=20
style=3D"FONT-FAMILY: 'Book Antiqua'; FONT-SIZE: 183%; =
mso-ascii-font-family: 'Book Antiqua'; mso-fareast-font-family: =
&#23435;&#20307;; mso-hansi-font-family: 'Book Antiqua'; =
mso-fareast-language: ZH-CN"=20
lang=3DEN-US>pack with the Nickel interconnects and </SPAN></SPAN><SPAN=20
style=3D"POSITION: absolute; WIDTH: 17.32%; HEIGHT: 1.92%; TOP: 25.3%; =
LEFT: 82.31%"><SPAN=20
style=3D"FONT-FAMILY: 'Book Antiqua'; FONT-SIZE: 183%; =
mso-ascii-font-family: 'Book Antiqua'; mso-fareast-font-family: =
&#23435;&#20307;; mso-hansi-font-family: 'Book Antiqua'; =
mso-fareast-language: ZH-CN"=20
lang=3DEN-US>spacer grids. </SPAN></SPAN>
<DIV=20
style=3D"POSITION: absolute; WIDTH: 17.32%; HEIGHT: 1.44%; TOP: 27.22%; =
LEFT: 82.31%"><SPAN=20
style=3D"DISPLAY: none; FONT-FAMILY: &#23435;&#20307;; FONT-SIZE: 183%; =
mso-ascii-font-family: 'Book Antiqua'; mso-fareast-font-family: =
&#23435;&#20307;; mso-hansi-font-family: 'Book Antiqua'; =
mso-fareast-language: ZH-CN"=20
lang=3DEN-US></SPAN></DIV><SPAN=20
style=3D"POSITION: absolute; WIDTH: 17.87%; HEIGHT: 1.92%; TOP: 28.43%; =
LEFT: 82.31%"><SPAN=20
style=3D"FONT-FAMILY: 'Book Antiqua'; FONT-SIZE: 183%; =
mso-ascii-font-family: 'Book Antiqua'; mso-fareast-font-family: =
&#23435;&#20307;; mso-hansi-font-family: 'Book Antiqua'; =
mso-fareast-language: ZH-CN"=20
lang=3DEN-US>Finally connect the number of cells </SPAN></SPAN><SPAN=20
style=3D"POSITION: absolute; WIDTH: 19.13%; HEIGHT: 1.92%; TOP: 29.87%; =
LEFT: 82.31%"><SPAN=20
style=3D"FONT-FAMILY: 'Book Antiqua'; FONT-SIZE: 183%; =
mso-ascii-font-family: 'Book Antiqua'; mso-fareast-font-family: =
&#23435;&#20307;; mso-hansi-font-family: 'Book Antiqua'; =
mso-fareast-language: ZH-CN"=20
lang=3DEN-US>(according to power requirements) to </SPAN></SPAN><SPAN=20
style=3D"POSITION: absolute; WIDTH: 17.32%; HEIGHT: 1.92%; TOP: 31.56%; =
LEFT: 82.31%"><SPAN=20
style=3D"FONT-FAMILY: 'Book Antiqua'; FONT-SIZE: 183%; =
mso-ascii-font-family: 'Book Antiqua'; mso-fareast-font-family: =
&#23435;&#20307;; mso-hansi-font-family: 'Book Antiqua'; =
mso-fareast-language: ZH-CN"=20
lang=3DEN-US>make one complete module for </SPAN></SPAN><SPAN=20
style=3D"POSITION: absolute; WIDTH: 17.32%; HEIGHT: 1.92%; TOP: 33.01%; =
LEFT: 82.31%"><SPAN=20
style=3D"FONT-FAMILY: 'Book Antiqua'; FONT-SIZE: 183%; =
mso-ascii-font-family: 'Book Antiqua'; mso-fareast-font-family: =
&#23435;&#20307;; mso-hansi-font-family: 'Book Antiqua'; =
mso-fareast-language: ZH-CN"=20
lang=3DEN-US>Electronic vehicle. </SPAN><SPAN=20
style=3D"DISPLAY: none; FONT-SIZE: 183%; mso-special-format: lastCR; =
mso-ascii-font-family: 'Book Antiqua'; mso-hansi-font-family: 'Book =
Antiqua'"></SPAN></SPAN></DIV><p:shaperange=20
href =3D "slide0001.xml#_x0000_s8626"></p:shaperange><![if !vml]><img =
border=3D0
 v:shapes=3D"_x0000_s8626" src=3D"slide0001_image031.gif" =
style=3D'position:absolute;
 top:44.57%;left:46.75%;width:16.78%;height:9.15%'><![endif]>
<DIV class=3DO v:shape=3D"_x0000_s8626">
<DIV style=3D"mso-margin-left-alt: 180; mso-line-spacing: '100 50 =
0'"><SPAN=20
style=3D"POSITION: absolute; WIDTH: 15.52%; HEIGHT: 1.92%; TOP: 44.81%; =
LEFT: 48.01%"><SPAN=20
style=3D"FONT-FAMILY: 'Book Antiqua'; FONT-SIZE: 183%"><SPAN=20
style=3D"POSITION: absolute; FONT-FAMILY: Wingdings; LEFT: -5.81%; =
mso-special-format: bullet">v</SPAN></SPAN><SPAN=20
style=3D"FONT-FAMILY: 'Book Antiqua'; FONT-SIZE: 183%">1 D nanotubes =
have improved=20
</SPAN></SPAN><SPAN=20
style=3D"POSITION: absolute; WIDTH: 16.96%; HEIGHT: 1.92%; TOP: 46.26%; =
LEFT: 47.83%"><SPAN=20
style=3D"FONT-FAMILY: 'Book Antiqua'; FONT-SIZE: 183%">charge transport =
due to=20
quantum </SPAN></SPAN><SPAN=20
style=3D"POSITION: absolute; WIDTH: 16.24%; HEIGHT: 1.92%; TOP: 47.95%; =
LEFT: 47.83%"><SPAN=20
style=3D"FONT-FAMILY: 'Book Antiqua'; FONT-SIZE: 183%">confinement in =
radial=20
direction. </SPAN></SPAN></DIV>
<DIV style=3D"mso-margin-left-alt: 180; mso-line-spacing: '100 50 =
0'"><SPAN=20
style=3D"POSITION: absolute; WIDTH: 16.6%; HEIGHT: 1.92%; TOP: 50.12%; =
LEFT: 48.01%"><SPAN=20
style=3D"FONT-FAMILY: 'Book Antiqua'; FONT-SIZE: 183%"><SPAN=20
style=3D"POSITION: absolute; FONT-FAMILY: Wingdings; LEFT: -5.43%; =
mso-special-format: bullet">v</SPAN></SPAN><SPAN=20
style=3D"FONT-FAMILY: 'Book Antiqua'; FONT-SIZE: 183%">Charge =
recombination losses=20
are </SPAN></SPAN><SPAN=20
style=3D"POSITION: absolute; WIDTH: 15.52%; HEIGHT: 1.92%; TOP: 51.8%; =
LEFT: 47.83%"><SPAN=20
style=3D"FONT-FAMILY: 'Book Antiqua'; FONT-SIZE: 183%">less for 1 D =
nanotubes.=20
</SPAN></SPAN></DIV></DIV>
<DIV=20
style=3D"POSITION: absolute; WIDTH: 11.01%; HEIGHT: 1.92%; TOP: 30.6%; =
LEFT: 42.23%; mso-line-spacing: '100 50 0'"=20
class=3DO v:shape=3D"_x0000_s8628"><SPAN=20
style=3D"FONT-FAMILY: 'Book Antiqua'; FONT-SIZE: 183%">1D nanotubular=20
TiO</SPAN><SPAN=20
style=3D"POSITION: relative; FONT-FAMILY: 'Book Antiqua'; FONT-SIZE: =
122%; TOP: 0.37em; mso-text-raise: -25%">2</SPAN></DIV>
<DIV=20
style=3D"POSITION: absolute; WIDTH: 9.56%; HEIGHT: 1.92%; TOP: 30.6%; =
LEFT: 32.67%; mso-line-spacing: '100 50 0'"=20
class=3DO v:shape=3D"_x0000_s8629"><SPAN=20
style=3D"FONT-FAMILY: 'Book Antiqua'; FONT-SIZE: 183%">TiO</SPAN><SPAN=20
style=3D"POSITION: relative; FONT-FAMILY: 'Book Antiqua'; FONT-SIZE: =
122%; TOP: 0.37em; mso-text-raise: -25%">2=20
</SPAN><SPAN=20
style=3D"FONT-FAMILY: 'Book Antiqua'; FONT-SIZE: =
183%">nanoparticles</SPAN><SPAN=20
style=3D"POSITION: relative; DISPLAY: none; FONT-FAMILY: 'Book Antiqua'; =
FONT-SIZE: 122%; TOP: 0.37em; mso-special-format: lastCR; =
mso-text-raise: -25%">=20
</SPAN></DIV><p:shaperange href =3D =
"slide0001.xml#_x0000_s8633"></p:shaperange><![if !vml]><img border=3D0
 v:shapes=3D"_x0000_s8633" src=3D"slide0001_image033.jpg" =
style=3D'position:absolute;
 =
top:32.53%;left:41.87%;width:11.19%;height:11.32%'><![endif]><p:shaperang=
e=20
href =3D "slide0001.xml#_x0000_s8634"></p:shaperange><![if !vml]><img =
border=3D0
 v:shapes=3D"_x0000_s8634" src=3D"slide0001_image034.gif" =
style=3D'position:absolute;
 top:37.34%;left:46.2%;width:.36%;height:3.85%'><![endif]><p:shaperange =
href =3D=20
"slide0001.xml#_x0000_s8635"></p:shaperange><![if !vml]><img border=3D0
 =
v:shapes=3D"_x0000_s8635,_x0000_s8661,_x0000_s8632,_x0000_s8636,_x0000_s8=
637,_x0000_s8638,_x0000_s8639,_x0000_s8640,_x0000_s8641,_x0000_s8642,_x00=
00_s8643,_x0000_s8644"
 src=3D"slide0001_image036.gif" =
style=3D'position:absolute;top:32.53%;left:29.42%;
 width:18.95%;height:24.33%'><![endif]>
<DIV class=3DO v:shape=3D"_x0000_s8644">
<DIV style=3D"mso-margin-left-alt: 180; mso-line-spacing: '100 50 =
0'"><SPAN=20
style=3D"POSITION: absolute; WIDTH: 16.78%; HEIGHT: 1.92%; TOP: 44.81%; =
LEFT: 30.68%"><SPAN=20
style=3D"FONT-FAMILY: 'Book Antiqua'; FONT-SIZE: 183%"><SPAN=20
style=3D"POSITION: absolute; FONT-FAMILY: Wingdings; LEFT: -5.37%; =
mso-special-format: bullet">v</SPAN></SPAN><SPAN=20
style=3D"FONT-FAMILY: 'Book Antiqua'; FONT-SIZE: 183%">In=20
nanoparticles/nanocrystalline </SPAN></SPAN><SPAN=20
style=3D"POSITION: absolute; WIDTH: 15.7%; HEIGHT: 1.92%; TOP: 46.26%; =
LEFT: 30.5%"><SPAN=20
style=3D"FONT-FAMILY: 'Book Antiqua'; FONT-SIZE: 183%">material charge =
transport=20
is by </SPAN></SPAN><SPAN=20
style=3D"POSITION: absolute; WIDTH: 15.52%; HEIGHT: 1.92%; TOP: 47.95%; =
LEFT: 30.5%"><SPAN=20
style=3D"FONT-FAMILY: 'Book Antiqua'; FONT-SIZE: 183%">sluggish hopping =
mechanism.=20
</SPAN></SPAN></DIV>
<DIV style=3D"mso-margin-left-alt: 180; mso-line-spacing: '100 50 =
0'"><SPAN=20
style=3D"POSITION: absolute; WIDTH: 16.6%; HEIGHT: 1.92%; TOP: 50.12%; =
LEFT: 30.68%"><SPAN=20
style=3D"FONT-FAMILY: 'Book Antiqua'; FONT-SIZE: 183%"><SPAN=20
style=3D"POSITION: absolute; FONT-FAMILY: Wingdings; LEFT: -5.43%; =
mso-special-format: bullet">v</SPAN></SPAN><SPAN=20
style=3D"FONT-FAMILY: 'Book Antiqua'; FONT-SIZE: 183%">Charge =
recombination losses=20
are </SPAN></SPAN><SPAN=20
style=3D"POSITION: absolute; WIDTH: 15.34%; HEIGHT: 1.92%; TOP: 51.8%; =
LEFT: 30.5%"><SPAN=20
style=3D"FONT-FAMILY: 'Book Antiqua'; FONT-SIZE: 183%">more due to =
increased grain=20
</SPAN></SPAN><SPAN=20
style=3D"POSITION: absolute; WIDTH: 16.24%; HEIGHT: 1.92%; TOP: 53.25%; =
LEFT: 30.5%"><SPAN=20
style=3D"FONT-FAMILY: 'Book Antiqua'; FONT-SIZE: 183%">boundary regions =
in=20
particulate </SPAN></SPAN><SPAN=20
style=3D"POSITION: absolute; WIDTH: 15.34%; HEIGHT: 1.92%; TOP: 54.69%; =
LEFT: 30.5%"><SPAN=20
style=3D"FONT-FAMILY: 'Book Antiqua'; FONT-SIZE: 183%">nanocrystalline=20
material.</SPAN></SPAN></DIV></DIV><p:shaperange href =3D=20
"slide0001.xml#_x0000_s8646"></p:shaperange><![if !vml]><img border=3D0
 v:shapes=3D"_x0000_s8646" src=3D"slide0001_image038.jpg" =
style=3D'position:absolute;
 =
top:69.87%;left:51.26%;width:8.66%;height:8.91%'><![endif]><p:shaperange =
href=20
=3D "slide0001.xml#_x0000_s8647"></p:shaperange><![if !vml]><img =
border=3D0
 v:shapes=3D"_x0000_s8647" src=3D"slide0001_image040.jpg" =
style=3D'position:absolute;
 =
top:70.36%;left:60.64%;width:2.88%;height:3.61%'><![endif]><p:shaperange =
href=20
=3D "slide0001.xml#_x0000_s8648"></p:shaperange><![if !vml]><img =
border=3D0
 v:shapes=3D"_x0000_s8648" src=3D"slide0001_image042.jpg" =
style=3D'position:absolute;
 =
top:74.21%;left:60.83%;width:2.88%;height:3.37%'><![endif]><p:shaperange =
href=20
=3D "slide0001.xml#_x0000_s8649"></p:shaperange><![if !vml]><img =
border=3D0
 v:shapes=3D"_x0000_s8649" src=3D"slide0001_image043.gif" =
style=3D'position:absolute;
 top:72.28%;left:61.01%;width:1.26%;height:.96%'><![endif]>
<DIV=20
style=3D"POSITION: absolute; WIDTH: 1.26%; HEIGHT: 0.72%; TOP: 72.28%; =
LEFT: 61.19%"=20
class=3DO v:shape=3D"_x0000_s8649"><SPAN style=3D"FONT-SIZE: 67%">Ti =
K</SPAN><SPAN=20
style=3D"POSITION: relative; FONT-SIZE: 44%; TOP: 0.37em; =
mso-text-raise: -25%; mso-ascii-font-family: 'Times New Roman'; =
mso-hansi-font-family: 'Times New Roman'">&#945;1</SPAN><SPAN=20
style=3D"DISPLAY: none; mso-special-format: lastCR"> =
</SPAN></DIV><p:shaperange=20
href =3D "slide0001.xml#_x0000_s8650"></p:shaperange><![if !vml]><img =
border=3D0
 v:shapes=3D"_x0000_s8650" src=3D"slide0001_image044.gif" =
style=3D'position:absolute;
 top:76.38%;left:61.01%;width:1.44%;height:.96%'><![endif]>
<DIV=20
style=3D"POSITION: absolute; WIDTH: 1.44%; HEIGHT: 0.72%; TOP: 76.38%; =
LEFT: 61.01%"=20
class=3DO v:shape=3D"_x0000_s8650"><SPAN style=3D"FONT-SIZE: 67%">Mn =
K</SPAN><SPAN=20
style=3D"POSITION: relative; FONT-SIZE: 44%; TOP: 0.37em; =
mso-text-raise: -25%; mso-ascii-font-family: 'Times New Roman'; =
mso-hansi-font-family: 'Times New Roman'">&#945;1</SPAN><SPAN=20
style=3D"DISPLAY: none; mso-special-format: lastCR"> =
</SPAN></DIV><p:shaperange=20
href =3D "slide0001.xml#_x0000_s8651"></p:shaperange><![if !vml]><img =
border=3D0
 v:shapes=3D"_x0000_s8651,_x0000_s8652" src=3D"slide0001_image045.gif"
 =
style=3D'position:absolute;top:71.56%;left:56.13%;width:5.41%;height:4.57=
%'><![endif]>
<DIV class=3DO v:shape=3D"_x0000_s8653"><SPAN=20
style=3D"POSITION: absolute; WIDTH: 36.64%; HEIGHT: 1.92%; TOP: 79.27%; =
LEFT: 32.49%"><SPAN=20
style=3D"FONT-FAMILY: 'Book Antiqua'; FONT-SIZE: 183%">SEM and STEM =
images of=20
as-anodized Ti-Mn oxide nanotube and X-ray </SPAN></SPAN><SPAN=20
style=3D"POSITION: absolute; WIDTH: 38.8%; HEIGHT: 1.92%; TOP: 80.72%; =
LEFT: 32.49%"><SPAN=20
style=3D"FONT-FAMILY: 'Book Antiqua'; FONT-SIZE: 183%">mapping of Ti and =
Mn=20
elements. The yellow spots are overlap of Ti and Mn.</SPAN></SPAN></DIV>
<DIV=20
style=3D"POSITION: absolute; TEXT-ALIGN: center; WIDTH: 26.71%; HEIGHT: =
2.89%; TOP: 11.32%; LEFT: 31.76%; mso-line-spacing: '100 50 0'"=20
class=3DO v:shape=3D"_x0000_s8659"><SPAN=20
style=3D"FONT-FAMILY: 'Book Antiqua'; COLOR: #333399; FONT-SIZE: 300%; =
mso-color-index: 5">Lithium=20
Ion Battery Technology</SPAN></DIV><p:shaperange href =3D=20
"slide0001.xml#_x0000_s8667"></p:shaperange><![if !vml]><img border=3D0
 v:shapes=3D"_x0000_s8667" src=3D"slide0001_image047.gif" =
style=3D'position:absolute;
 =
top:60.96%;left:82.12%;width:17.87%;height:13.01%'><![endif]><p:shaperang=
e=20
href =3D "slide0001.xml#_x0000_s8668"></p:shaperange><![if !vml]><img =
border=3D0
 v:shapes=3D"_x0000_s8674" src=3D"slide0001_image048.gif" =
style=3D'position:absolute;
 top:35.42%;left:70.03%;width:25.99%;height:11.56%'><![endif]>
<DIV style=3D"mso-line-spacing: '100 50 0'; tab-interval: 4.7968in" =
class=3DO=20
v:shape=3D"_x0000_s8668"><SPAN=20
style=3D"POSITION: absolute; WIDTH: 22.56%; HEIGHT: 1.92%; TOP: 15.66%; =
LEFT: 30.68%"><SPAN=20
style=3D"FONT-FAMILY: 'Book Antiqua'; FONT-SIZE: 183%">Lithium ion =
battery has=20
High power density </SPAN></SPAN><SPAN=20
style=3D"POSITION: absolute; WIDTH: 22.2%; HEIGHT: 1.92%; TOP: 17.1%; =
LEFT: 30.68%"><SPAN=20
style=3D"FONT-FAMILY: 'Book Antiqua'; FONT-SIZE: 183%">due to smaller =
weight of Li=20
ion. Use of TiO</SPAN><SPAN=20
style=3D"POSITION: relative; FONT-FAMILY: 'Book Antiqua'; FONT-SIZE: =
122%; TOP: 0.37em; mso-text-raise: -25%">2</SPAN><SPAN=20
style=3D"FONT-FAMILY: 'Book Antiqua'; FONT-SIZE: 183%"><SPAN=20
style=3D"mso-spacerun: yes">&nbsp;</SPAN></SPAN></SPAN><SPAN=20
style=3D"POSITION: absolute; WIDTH: 24.18%; HEIGHT: 1.92%; TOP: 18.55%; =
LEFT: 30.68%"><SPAN=20
style=3D"FONT-FAMILY: 'Book Antiqua'; FONT-SIZE: 183%">anodes unable =
insertion of=20
more lithium ions at </SPAN></SPAN><SPAN=20
style=3D"POSITION: absolute; WIDTH: 23.1%; HEIGHT: 1.92%; TOP: 20.24%; =
LEFT: 30.68%"><SPAN=20
style=3D"FONT-FAMILY: 'Book Antiqua'; FONT-SIZE: 183%">lower insertion =
potentials.=20
It is also inter with </SPAN></SPAN><SPAN=20
style=3D"POSITION: absolute; WIDTH: 22.56%; HEIGHT: 1.92%; TOP: 21.68%; =
LEFT: 30.68%"><SPAN=20
style=3D"FONT-FAMILY: 'Book Antiqua'; FONT-SIZE: 183%">Lithium ions and =
do not=20
forms passive layer </SPAN></SPAN><SPAN=20
style=3D"POSITION: absolute; WIDTH: 23.1%; HEIGHT: 1.92%; TOP: 23.13%; =
LEFT: 30.68%"><SPAN=20
style=3D"FONT-FAMILY: 'Book Antiqua'; FONT-SIZE: 183%">which hinders the =
movement=20
of lithium ions. </SPAN></SPAN><SPAN=20
style=3D"POSITION: absolute; WIDTH: 24.36%; HEIGHT: 1.92%; TOP: 24.81%; =
LEFT: 30.68%"><SPAN=20
style=3D"FONT-FAMILY: 'Book Antiqua'; FONT-SIZE: 183%">Addition of Mn in =

TiO</SPAN><SPAN=20
style=3D"POSITION: relative; FONT-FAMILY: 'Book Antiqua'; FONT-SIZE: =
122%; TOP: 0.37em; mso-text-raise: -25%">2</SPAN><SPAN=20
style=3D"FONT-FAMILY: 'Book Antiqua'; FONT-SIZE: 183%"><SPAN=20
style=3D"mso-spacerun: yes">&nbsp;</SPAN>increases the amount of=20
</SPAN></SPAN><SPAN=20
style=3D"POSITION: absolute; WIDTH: 23.1%; HEIGHT: 1.92%; TOP: 26.26%; =
LEFT: 30.68%"><SPAN=20
style=3D"FONT-FAMILY: 'Book Antiqua'; FONT-SIZE: 183%">Li ion =
intercalation and=20
also gives strength to </SPAN></SPAN><SPAN=20
style=3D"POSITION: absolute; WIDTH: 20.57%; HEIGHT: 1.92%; TOP: 27.95%; =
LEFT: 30.68%"><SPAN=20
style=3D"FONT-FAMILY: 'Book Antiqua'; FONT-SIZE: 183%">comparatively =
brittle=20
TiO</SPAN><SPAN=20
style=3D"POSITION: relative; FONT-FAMILY: 'Book Antiqua'; FONT-SIZE: =
122%; TOP: 0.37em; mso-text-raise: -25%">2</SPAN><SPAN=20
style=3D"FONT-FAMILY: 'Book Antiqua'; FONT-SIZE: 183%"><SPAN=20
style=3D"mso-spacerun: yes">&nbsp;</SPAN>electrode. </SPAN></SPAN></DIV>
<DIV=20
style=3D"POSITION: absolute; WIDTH: 13.71%; HEIGHT: 1.92%; TOP: 26.5%; =
LEFT: 52.16%; mso-line-spacing: '100 50 0'; tab-interval: 4.7968in"=20
class=3DO v:shape=3D"_x0000_s8669"><SPAN=20
style=3D"FONT-FAMILY: 'Book Antiqua'; FONT-SIZE: 183%">Schematic of Li =
ion=20
Battery</SPAN></DIV>
<DIV style=3D"mso-line-spacing: '100 50 0'; tab-interval: 4.7968in" =
class=3DO=20
v:shape=3D"_x0000_s8673"><SPAN=20
style=3D"POSITION: absolute; WIDTH: 11.19%; HEIGHT: 1.92%; TOP: 28.91%; =
LEFT: 53.24%"><SPAN=20
style=3D"FONT-FAMILY: 'Book Antiqua'; FONT-SIZE: 183%">Insertion of Li =
ion=20
</SPAN></SPAN><SPAN=20
style=3D"POSITION: absolute; WIDTH: 11.55%; HEIGHT: 1.92%; TOP: 30.6%; =
LEFT: 53.24%"><SPAN=20
style=3D"FONT-FAMILY: 'Book Antiqua'; FONT-SIZE: 183%">through=20
nanochannels</SPAN></SPAN></DIV>
<DIV style=3D"tab-interval: 4.7968in" v:shape=3D"_x0000_s8674">
<DIV=20
style=3D"POSITION: absolute; WIDTH: 25.63%; HEIGHT: 1.68%; TOP: 35.66%; =
LEFT: 70.21%"=20
class=3DO><SPAN=20
style=3D"FONT-FAMILY: 'Book Antiqua'; COLOR: white; FONT-SIZE: 183%; =
mso-ascii-font-family: 'Book Antiqua'; mso-hansi-font-family: 'Book =
Antiqua'"><B><U>Salient=20
Features of the UNR Li ion battery anode </U></B></SPAN></DIV>
<DIV class=3DO1><SPAN=20
style=3D"POSITION: absolute; WIDTH: 26.35%; HEIGHT: 1.92%; TOP: 37.1%; =
LEFT: 72.02%"><SPAN=20
style=3D"FONT-FAMILY: 'Book Antiqua'; COLOR: white; FONT-SIZE: =
183%"><SPAN=20
style=3D"POSITION: absolute; FONT-FAMILY: Wingdings; LEFT: -2.73%; =
mso-special-format: bullet">v</SPAN></SPAN><SPAN=20
style=3D"FONT-FAMILY: 'Book Antiqua'; COLOR: white; FONT-SIZE: 183%; =
mso-ascii-font-family: 'Book Antiqua'; mso-hansi-font-family: 'Book =
Antiqua'">High=20
power density i.e.. High power storage in low </SPAN></SPAN><SPAN=20
style=3D"POSITION: absolute; WIDTH: 24.36%; HEIGHT: 1.92%; TOP: 38.55%; =
LEFT: 71.29%"><SPAN=20
style=3D"FONT-FAMILY: 'Book Antiqua'; COLOR: white; FONT-SIZE: 183%; =
mso-ascii-font-family: 'Book Antiqua'; mso-hansi-font-family: 'Book =
Antiqua'">weight=20
, small volume of material </SPAN></SPAN></DIV>
<DIV=20
style=3D"POSITION: absolute; WIDTH: 24.36%; HEIGHT: 1.92%; TOP: 40%; =
LEFT: 71.29%"=20
class=3DO1><SPAN=20
style=3D"POSITION: absolute; WIDTH: 96.29%; HEIGHT: 100%; TOP: 0%; LEFT: =
2.96%"><SPAN=20
style=3D"FONT-FAMILY: 'Book Antiqua'; COLOR: white; FONT-SIZE: =
183%"><SPAN=20
style=3D"POSITION: absolute; FONT-FAMILY: Wingdings; LEFT: -3.07%; =
mso-special-format: bullet">v</SPAN></SPAN><SPAN=20
style=3D"FONT-FAMILY: 'Book Antiqua'; COLOR: white; FONT-SIZE: 183%; =
mso-ascii-font-family: 'Book Antiqua'; mso-hansi-font-family: 'Book =
Antiqua'">Increased=20
stability and durability </SPAN></SPAN></DIV>
<DIV=20
style=3D"POSITION: absolute; WIDTH: 24.36%; HEIGHT: 1.92%; TOP: 41.68%; =
LEFT: 71.29%"=20
class=3DO1><SPAN=20
style=3D"POSITION: absolute; WIDTH: 96.29%; HEIGHT: 100%; TOP: 0%; LEFT: =
2.96%"><SPAN=20
style=3D"FONT-FAMILY: 'Book Antiqua'; COLOR: white; FONT-SIZE: =
183%"><SPAN=20
style=3D"POSITION: absolute; FONT-FAMILY: Wingdings; LEFT: -3.07%; =
mso-special-format: bullet">v</SPAN></SPAN><SPAN=20
style=3D"FONT-FAMILY: 'Book Antiqua'; COLOR: white; FONT-SIZE: 183%; =
mso-ascii-font-family: 'Book Antiqua'; mso-hansi-font-family: 'Book =
Antiqua'">Fast=20
charging times </SPAN></SPAN></DIV>
<DIV class=3DO1><SPAN=20
style=3D"POSITION: absolute; WIDTH: 26.35%; HEIGHT: 1.92%; TOP: 43.13%; =
LEFT: 72.02%"><SPAN=20
style=3D"FONT-FAMILY: 'Book Antiqua'; COLOR: white; FONT-SIZE: =
183%"><SPAN=20
style=3D"POSITION: absolute; FONT-FAMILY: Wingdings; LEFT: -2.73%; =
mso-special-format: bullet">v</SPAN></SPAN><SPAN=20
style=3D"FONT-FAMILY: 'Book Antiqua'; COLOR: white; FONT-SIZE: 183%; =
mso-ascii-font-family: 'Book Antiqua'; mso-hansi-font-family: 'Book =
Antiqua'">Easy=20
to synthesize in large volume production with </SPAN></SPAN><SPAN=20
style=3D"POSITION: absolute; WIDTH: 24.36%; HEIGHT: 1.92%; TOP: 44.81%; =
LEFT: 71.29%"><SPAN=20
style=3D"FONT-FAMILY: 'Book Antiqua'; COLOR: white; FONT-SIZE: 183%; =
mso-ascii-font-family: 'Book Antiqua'; mso-hansi-font-family: 'Book =
Antiqua'">minimum=20
cost.</SPAN><SPAN=20
style=3D"DISPLAY: none; FONT-SIZE: 183%; mso-special-format: lastCR; =
mso-ascii-font-family: 'Book Antiqua'; mso-hansi-font-family: 'Book =
Antiqua'">=20
</SPAN></SPAN></DIV></DIV><p:shaperange href =3D=20
"slide0001.xml#_x0000_s8678"></p:shaperange><![if !vml]><img border=3D0
 v:shapes=3D"_x0000_s8678" src=3D"slide0001_image049.jpg" =
style=3D'position:absolute;
 =
top:65.06%;left:32.49%;width:30.32%;height:4.57%'><![endif]><p:shaperange=
 href=20
=3D "slide0001.xml#_x0000_s8679"></p:shaperange><![if !vml]><img =
border=3D0
 v:shapes=3D"_x0000_s8680" src=3D"slide0001_image050.gif" =
style=3D'position:absolute;
 top:95.18%;left:68.77%;width:29.06%;height:3.61%'><![endif]>
<DIV=20
style=3D"POSITION: absolute; TEXT-ALIGN: center; WIDTH: 16.06%; HEIGHT: =
2.89%; TOP: 66.02%; LEFT: 39.53%; tab-interval: 4.7968in"=20
class=3DO v:shape=3D"_x0000_s8679"><SPAN=20
style=3D"FONT-FAMILY: 'Book Antiqua'; COLOR: #333399; FONT-SIZE: 300%; =
mso-color-index: 5">Preliminary=20
results</SPAN></DIV>
<DIV style=3D"mso-line-spacing: '100 50 0'; tab-interval: 4.7968in" =
class=3DO=20
v:shape=3D"_x0000_s8680"><SPAN=20
style=3D"POSITION: absolute; WIDTH: 33.93%; HEIGHT: 1.92%; TOP: 95.18%; =
LEFT: 68.95%"><SPAN=20
style=3D"FONT-FAMILY: 'Book Antiqua'; FONT-SIZE: 183%">Acknowledgement - =
The=20
synthesis part of the work was supported </SPAN></SPAN><SPAN=20
style=3D"POSITION: absolute; WIDTH: 30.5%; HEIGHT: 1.92%; TOP: 96.86%; =
LEFT: 68.95%"><SPAN=20
style=3D"FONT-FAMILY: 'Book Antiqua'; FONT-SIZE: 183%">by U.S. =
Department of=20
Energy, Grants DE-FC52-98NV13492 </SPAN></SPAN></DIV>
<DIV=20
style=3D"POSITION: absolute; WIDTH: 16.6%; HEIGHT: 1.44%; TOP: 58.79%; =
LEFT: 83.57%; mso-line-spacing: '100 50 0'; tab-interval: 4.7968in"=20
class=3DO v:shape=3D"_x0000_s8681"><SPAN style=3D"FONT-SIZE: =
156%">Comparisons of=20
different technologies</SPAN></DIV>
<DIV=20
style=3D"POSITION: absolute; WIDTH: 8.84%; HEIGHT: 1.2%; TOP: 62.4%; =
LEFT: 74.54%; mso-line-spacing: '100 50 0'"=20
class=3DO v:shape=3D"_x0000_s8705"><SPAN=20
style=3D"COLOR: white; FONT-SIZE: 111%; mso-color-index: 0">Hybrid +=20
EV</SPAN></DIV><p:shaperange href =3D =
"slide0001.xml#_x0000_s8708"></p:shaperange><![if !vml]><img border=3D0
 =
v:shapes=3D"_x0000_s8708,_x0000_s2384,_x0000_s8696,_x0000_s8698,_x0000_s8=
699,_x0000_s8700,_x0000_s8701,_x0000_s8702,_x0000_s8703,_x0000_s8704,_x00=
00_s8706"
 src=3D"slide0001_image052.gif" =
style=3D'position:absolute;top:60.48%;left:66.24%;
 width:16.06%;height:16.62%'><![endif]>
<DIV=20
style=3D"POSITION: absolute; WIDTH: 6.31%; HEIGHT: 1.2%; TOP: 64.09%; =
LEFT: 69.85%; mso-line-spacing: '100 50 0'"=20
class=3DO v:shape=3D"_x0000_s8699"><SPAN style=3D"FONT-SIZE: =
111%">Current=20
Scenario</SPAN></DIV>
<DIV style=3D"mso-line-spacing: '100 50 0'" class=3DO =
v:shape=3D"_x0000_s8701"><SPAN=20
style=3D"POSITION: absolute; WIDTH: 5.95%; HEIGHT: 1.2%; TOP: 67.95%; =
LEFT: 74.9%"><SPAN=20
style=3D"FONT-SIZE: 111%"><SPAN style=3D"mso-spacerun: yes">&nbsp;&nbsp; =
</SPAN>EVs=20
+ renewable </SPAN></SPAN><SPAN=20
style=3D"POSITION: absolute; WIDTH: 5.41%; HEIGHT: 1.2%; TOP: 68.91%; =
LEFT: 74.9%"><SPAN=20
style=3D"FONT-SIZE: 111%"><SPAN=20
style=3D"WIDTH: 38.47%; mso-tab-count: 1"></SPAN><SPAN=20
style=3D"mso-spacerun: =
yes">&nbsp;&nbsp;&nbsp;</SPAN>energy</SPAN></SPAN></DIV>
<DIV=20
style=3D"POSITION: absolute; WIDTH: 10.83%; HEIGHT: 1.2%; TOP: 60.96%; =
LEFT: 69.67%; mso-line-spacing: '100 50 0'"=20
class=3DO v:shape=3D"_x0000_s8702"><SPAN=20
style=3D"COLOR: white; FONT-SIZE: 111%; mso-color-index: 0">Combustion =
Engine=20
</SPAN></DIV></p:slide></DIV></BODY></HTML>

------=_NextPart_000_0051_01CC8A6D.35E7BDF0
Content-Type: text/css;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Content-Location: file:///C:/672B5D12/Lithium_Ion_Nano_Batteries_Poster_files/master03_stylesheet.css

BODY {
	WIDTH: 554px; HEIGHT: 415px
}
.TB {
	mso-special-format: nobullet=95
}
.T {
	TEXT-ALIGN: center; FONT-FAMILY: Arial; COLOR: black; FONT-SIZE: 217%; =
mso-color-index: 3; mso-char-wrap: 1; mso-kinsoku-overflow: 1
}
.BB {
	mso-special-format: bullet=95
}
.B {
	TEXT-ALIGN: left; FONT-FAMILY: Arial; COLOR: black; FONT-SIZE: 150%; =
mso-color-index: 1; mso-char-wrap: 1; mso-kinsoku-overflow: 1; =
mso-margin-left-alt: 1036
}
.B1B {
	mso-special-format: bullet=96
}
.B1 {
	TEXT-ALIGN: left; FONT-FAMILY: Arial; COLOR: black; FONT-SIZE: 132%; =
mso-color-index: 1; mso-char-wrap: 1; mso-kinsoku-overflow: 1; =
mso-margin-left-alt: 2249; mso-text-indent-alt: 1381
}
.B2B {
	mso-special-format: bullet=95
}
.B2 {
	TEXT-ALIGN: left; FONT-FAMILY: Arial; COLOR: black; FONT-SIZE: 113%; =
mso-color-index: 1; mso-char-wrap: 1; mso-kinsoku-overflow: 1; =
mso-margin-left-alt: 3453; mso-text-indent-alt: 2763
}
.B3B {
	mso-special-format: bullet=96
}
.B3 {
	TEXT-ALIGN: left; FONT-FAMILY: Arial; COLOR: black; FONT-SIZE: 93%; =
mso-color-index: 1; mso-char-wrap: 1; mso-kinsoku-overflow: 1; =
mso-margin-left-alt: 4835; mso-text-indent-alt: 4144
}
.B4B {
	mso-special-format: bullet=BB
}
.B4 {
	TEXT-ALIGN: left; FONT-FAMILY: Arial; COLOR: black; FONT-SIZE: 93%; =
mso-color-index: 1; mso-char-wrap: 1; mso-kinsoku-overflow: 1; =
mso-margin-left-alt: 6216; mso-text-indent-alt: 5525
}
.NB {
	mso-special-format: nobullet=95
}
.N {
	TEXT-ALIGN: left; FONT-FAMILY: Arial; COLOR: black; FONT-SIZE: 12%; =
mso-color-index: 1; mso-char-wrap: 1; mso-kinsoku-overflow: 1
}
.N1B {
	mso-special-format: nobullet=95
}
.N1 {
	TEXT-ALIGN: left; FONT-FAMILY: Arial; COLOR: black; FONT-SIZE: 12%; =
mso-color-index: 1; mso-char-wrap: 1; mso-kinsoku-overflow: 1
}
.N2B {
	mso-special-format: nobullet=95
}
.N2 {
	TEXT-ALIGN: left; FONT-FAMILY: Arial; COLOR: black; FONT-SIZE: 12%; =
mso-color-index: 1; mso-char-wrap: 1; mso-kinsoku-overflow: 1
}
.N3B {
	mso-special-format: nobullet=95
}
.N3 {
	TEXT-ALIGN: left; FONT-FAMILY: Arial; COLOR: black; FONT-SIZE: 12%; =
mso-color-index: 1; mso-char-wrap: 1; mso-kinsoku-overflow: 1
}
.N4N {
	mso-special-format: nobullet=95
}
.N4 {
	TEXT-ALIGN: left; FONT-FAMILY: Arial; COLOR: black; FONT-SIZE: 12%; =
mso-color-index: 1; mso-char-wrap: 1; mso-kinsoku-overflow: 1
}
.OB {
	mso-special-format: nobullet=95
}
.O {
	TEXT-ALIGN: left; FONT-FAMILY: Arial; COLOR: black; FONT-SIZE: 18%; =
mso-color-index: 1; mso-char-wrap: 1; mso-kinsoku-overflow: 1
}
.O1B {
	mso-special-format: nobullet=95
}
.O1 {
	TEXT-ALIGN: left; FONT-FAMILY: Arial; COLOR: black; FONT-SIZE: 18%; =
mso-color-index: 1; mso-char-wrap: 1; mso-kinsoku-overflow: 1
}
.O2 {
	mso-char-wrap: 1; mso-kinsoku-overflow: 1
}
.O3 {
	mso-char-wrap: 1; mso-kinsoku-overflow: 1
}
.O4 {
	mso-char-wrap: 1; mso-kinsoku-overflow: 1
}
.CB {
	FONT-SIZE: 150%; mso-char-wrap: 1; mso-kinsoku-overflow: 1
}
.CB1 {
	FONT-SIZE: 132%; mso-char-wrap: 1; mso-kinsoku-overflow: 1; =
mso-margin-left-alt: 1381; mso-text-indent-alt: 1381
}
.CB2 {
	FONT-SIZE: 113%; mso-char-wrap: 1; mso-kinsoku-overflow: 1; =
mso-margin-left-alt: 2763; mso-text-indent-alt: 2763
}
.CB3 {
	FONT-SIZE: 93%; mso-char-wrap: 1; mso-kinsoku-overflow: 1; =
mso-margin-left-alt: 4144; mso-text-indent-alt: 4144
}
.CB4 {
	FONT-SIZE: 93%; mso-char-wrap: 1; mso-kinsoku-overflow: 1; =
mso-margin-left-alt: 5525; mso-text-indent-alt: 5525
}
.CT {
	FONT-SIZE: 217%; mso-char-wrap: 1; mso-kinsoku-overflow: 1
}
.HB {
	FONT-SIZE: 132%; mso-char-wrap: 1; mso-kinsoku-overflow: 1; =
mso-margin-left-alt: 1036
}
.HB1 {
	FONT-SIZE: 113%; mso-char-wrap: 1; mso-kinsoku-overflow: 1; =
mso-margin-left-alt: 2249; mso-text-indent-alt: 1381
}
.HB2 {
	FONT-SIZE: 93%; mso-char-wrap: 1; mso-kinsoku-overflow: 1; =
mso-margin-left-alt: 3453; mso-text-indent-alt: 2763
}
.HB3 {
	FONT-SIZE: 84%; mso-char-wrap: 1; mso-kinsoku-overflow: 1; =
mso-margin-left-alt: 4835; mso-text-indent-alt: 4144
}
.HB4 {
	FONT-SIZE: 84%; mso-char-wrap: 1; mso-kinsoku-overflow: 1; =
mso-margin-left-alt: 6216; mso-text-indent-alt: 5525
}
.QB {
	FONT-SIZE: 113%; mso-char-wrap: 1; mso-kinsoku-overflow: 1; =
mso-margin-left-alt: 1036
}
.QB1 {
	FONT-SIZE: 93%; mso-char-wrap: 1; mso-kinsoku-overflow: 1; =
mso-margin-left-alt: 2249; mso-text-indent-alt: 1381
}
.QB2 {
	FONT-SIZE: 84%; mso-char-wrap: 1; mso-kinsoku-overflow: 1; =
mso-margin-left-alt: 3453; mso-text-indent-alt: 2763
}
.QB3 {
	FONT-SIZE: 75%; mso-char-wrap: 1; mso-kinsoku-overflow: 1; =
mso-margin-left-alt: 4835; mso-text-indent-alt: 4144
}
.QB4 {
	FONT-SIZE: 75%; mso-char-wrap: 1; mso-kinsoku-overflow: 1; =
mso-margin-left-alt: 6216; mso-text-indent-alt: 5525
}
.Tbl {
	FONT-SIZE: 136%; mso-char-wrap: 1; mso-kinsoku-overflow: 1; =
mso-margin-left-alt: 1036
}
.Tbl1 {
	FONT-SIZE: 120%; mso-char-wrap: 1; mso-kinsoku-overflow: 1; =
mso-margin-left-alt: 2249; mso-text-indent-alt: 1381
}
.Tbl2 {
	FONT-SIZE: 103%; mso-char-wrap: 1; mso-kinsoku-overflow: 1; =
mso-margin-left-alt: 3453; mso-text-indent-alt: 2763
}
.Tbl3 {
	FONT-SIZE: 85%; mso-char-wrap: 1; mso-kinsoku-overflow: 1; =
mso-margin-left-alt: 4835; mso-text-indent-alt: 4144
}
.Tbl4 {
	FONT-SIZE: 85%; mso-char-wrap: 1; mso-kinsoku-overflow: 1; =
mso-margin-left-alt: 6216; mso-text-indent-alt: 5525
}
.defaultB {
	mso-special-format: nobullet=95
}
.default {
	TEXT-ALIGN: left; FONT-STYLE: normal; LAYOUT-FLOW: horizontal; =
FONT-FAMILY: Arial; DIRECTION: ltr; COLOR: black; FONT-SIZE: 84%; =
FONT-WEIGHT: normal; TEXT-DECORATION: none; mso-color-index: 1; =
mso-char-wrap: 1; mso-kinsoku-overflow: 1; mso-margin-left-alt: 0; =
mso-text-indent-alt: 0; text-shadow: none; text-effect: none; =
mso-fareast-hint: no; mso-text-raise: 0%; mso-line-spacing: "100 0 0"; =
mso-word-wrap: 1; mso-vertical-align-special: baseline; =
mso-ansi-language: EN-US
}
A:link {
	COLOR: #009999 !important
}
A:active {
	COLOR: #333399 !important
}
A:visited {
	COLOR: #99cc00 !important
}

------=_NextPart_000_0051_01CC8A6D.35E7BDF0--
