From: <Saved by Windows Internet Explorer 8>
Subject: 2007 AATCC Materials Design Competiton 1st Place Winner
Date: Fri, 14 Oct 2011 12:30:40 -0400
MIME-Version: 1.0
Content-Type: multipart/related;
	type="text/html";
	boundary="----=_NextPart_000_001B_01CC8A6D.155174F0"
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.6109

This is a multi-part message in MIME format.

------=_NextPart_000_001B_01CC8A6D.155174F0
Content-Type: text/html;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Content-Location: mhtml:http://www.aatcc.org/members/students/CZ_ Nanowire_Arrays_for_Radiation_Sensor_Poster.mht!CZ_Nanowire_Arrays_for_Radiation_Sensor_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 Competiton 1st 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"../CZ_Nanowire_Arrays_for_Radiation_Sensor_Poster.htm"><LINK=20
rel=3DPreview href=3D"preview.wmf"><!--[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/CZ_Nanowire_Arrays_for_Radiation_Sensor_Poste=
r_files/master03_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: #bbe0e3; 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 "slide0001.xml#_x0000_s2049"></p:shaperange><![if =
!ppt]><p:shaperange=20
href =3D "master03.xml#_x0000_s1028"></p:shaperange><p:shaperange href =
=3D=20
"master03.xml#_x0000_s1029"></p:shaperange><![endif]><p:shaperange href =
=3D=20
"slide0001.xml#_x0000_s2052"></p:shaperange>
<DIV=20
style=3D"TEXT-ALIGN: center; mso-line-spacing: '100 50 0'; tab-interval: =
4.8003in"=20
class=3DO v:shape=3D"_x0000_s2052"><SPAN=20
style=3D"POSITION: absolute; WIDTH: 84.83%; HEIGHT: 3.85%; TOP: 3.37%; =
LEFT: 6.49%"><SPAN=20
style=3D"FONT-SIZE: 478%; mso-fareast-font-family: &#23435;&#20307;; =
mso-hansi-font-family: Arial; mso-fareast-language: ZH-CN"=20
lang=3DEN-US>Room Temperature Radiological Nanowire Sensors for Low and=20
</SPAN></SPAN><SPAN=20
style=3D"POSITION: absolute; WIDTH: 72.2%; HEIGHT: 3.85%; TOP: 7.46%; =
LEFT: 12.81%"><SPAN=20
style=3D"FONT-SIZE: 478%; mso-fareast-font-family: &#23435;&#20307;; =
mso-hansi-font-family: Arial; mso-fareast-language: ZH-CN"=20
lang=3DEN-US>Medium Energy Radiation Detection </SPAN><SPAN=20
style=3D"DISPLAY: none; FONT-SIZE: 478%; mso-special-format: =
lastCR"></SPAN></SPAN></DIV>
<DIV=20
style=3D"POSITION: absolute; TEXT-ALIGN: center; WIDTH: 35.92%; HEIGHT: =
2.16%; TOP: 13.01%; LEFT: 31.94%; mso-line-spacing: '100 50 0'; =
tab-interval: 4.8003in"=20
class=3DO v:shape=3D"_x0000_s2053"><SPAN style=3D"FONT-SIZE: 244%">Brett =
Pearson,=20
Daniel Peterson, and Michael Saterlie</SPAN></DIV><p:shaperange href =3D =

"slide0001.xml#_x0000_s2054"></p:shaperange><![if !vml]><img border=3D0
 v:shapes=3D"_x0000_s2054" src=3D"slide0001_image002.gif" =
style=3D'position:absolute;
 top:2.89%;left:1.8%;width:8.84%;height:19.51%'><![endif]><p:shaperange =
href =3D=20
"slide0001.xml#_x0000_s2055"></p:shaperange><![if !vml]><img border=3D0
 v:shapes=3D"_x0000_s2055" src=3D"slide0001_image004.jpg" =
style=3D'position:absolute;
 =
top:2.89%;left:87.54%;width:10.46%;height:13.97%'><![endif]><p:shaperange=
 href=20
=3D "slide0001.xml#_x0000_s2056"></p:shaperange><![if !vml]><img =
border=3D0
 v:shapes=3D"_x0000_s2056" src=3D"slide0001_image006.jpg" =
style=3D'position:absolute;
 =
top:80.72%;left:4.33%;width:20.57%;height:13.73%'><![endif]><p:shaperange=
 href=20
=3D "slide0001.xml#_x0000_s2079"></p:shaperange><![if !vml]><img =
border=3D0
 v:shapes=3D"_x0000_s2079" src=3D"slide0001_image007.gif" =
style=3D'position:absolute;
 top:78.31%;left:64.62%;width:31.4%;height:16.14%'><![endif]>
<DIV style=3D"tab-interval: 4.8003in" v:shape=3D"_x0000_s2079">
<DIV=20
style=3D"POSITION: absolute; WIDTH: 30.86%; HEIGHT: 1.68%; TOP: 78.55%; =
LEFT: 64.8%"=20
class=3DO><SPAN=20
style=3D"FONT-SIZE: 178%; mso-hansi-font-family: =
Arial"><B><U>Significant Features=20
of the UNR Radiation Nano-sensor </U></B></SPAN></DIV>
<DIV=20
style=3D"POSITION: absolute; WIDTH: 35.55%; HEIGHT: 1.68%; TOP: 80%; =
LEFT: 65.88%"=20
class=3DO1><SPAN=20
style=3D"POSITION: absolute; WIDTH: 97.46%; HEIGHT: 100%; TOP: 0%; LEFT: =
2.03%"><SPAN=20
style=3D"FONT-SIZE: 178%; text-shadow: auto"><SPAN=20
style=3D"POSITION: absolute; FONT-FAMILY: Wingdings; COLOR: #333399; =
LEFT: -2.08%; mso-special-format: bullet; mso-color-index: =
5">v</SPAN></SPAN><SPAN=20
style=3D"FONT-SIZE: 178%; text-shadow: auto; mso-hansi-font-family: =
Arial">Synthesis=20
of CZT nanowires in single-step electrodeposition technique</SPAN><SPAN=20
style=3D"DISPLAY: none; FONT-SIZE: 178%; mso-hansi-font-family: Arial">=20
</SPAN></SPAN></DIV>
<DIV=20
style=3D"POSITION: absolute; WIDTH: 29.96%; HEIGHT: 1.68%; TOP: 81.44%; =
LEFT: 65.88%"=20
class=3DO1><SPAN=20
style=3D"POSITION: absolute; WIDTH: 96.98%; HEIGHT: 100%; TOP: 0%; LEFT: =
2.4%"><SPAN=20
style=3D"FONT-SIZE: 178%"><SPAN=20
style=3D"POSITION: absolute; FONT-FAMILY: Wingdings; COLOR: #333399; =
LEFT: -2.48%; mso-special-format: bullet; mso-color-index: =
5">v</SPAN></SPAN><SPAN=20
style=3D"FONT-SIZE: 178%; mso-hansi-font-family: Arial">Room temperature =
detection=20
</SPAN></SPAN></DIV>
<DIV=20
style=3D"POSITION: absolute; WIDTH: 29.96%; HEIGHT: 1.68%; TOP: 83.13%; =
LEFT: 65.88%"=20
class=3DO1><SPAN=20
style=3D"POSITION: absolute; WIDTH: 96.98%; HEIGHT: 100%; TOP: 0%; LEFT: =
2.4%"><SPAN=20
style=3D"FONT-SIZE: 178%"><SPAN=20
style=3D"POSITION: absolute; FONT-FAMILY: Wingdings; COLOR: #333399; =
LEFT: -2.48%; mso-special-format: bullet; mso-color-index: =
5">v</SPAN></SPAN><SPAN=20
style=3D"FONT-SIZE: 178%; mso-hansi-font-family: Arial">Miniaturized =
Size=20
</SPAN></SPAN></DIV>
<DIV=20
style=3D"POSITION: absolute; WIDTH: 29.96%; HEIGHT: 1.68%; TOP: 84.57%; =
LEFT: 65.88%"=20
class=3DO1><SPAN=20
style=3D"POSITION: absolute; WIDTH: 96.98%; HEIGHT: 100%; TOP: 0%; LEFT: =
2.4%"><SPAN=20
style=3D"FONT-SIZE: 178%"><SPAN=20
style=3D"POSITION: absolute; FONT-FAMILY: Wingdings; COLOR: #333399; =
LEFT: -2.48%; mso-special-format: bullet; mso-color-index: =
5">v</SPAN></SPAN><SPAN=20
style=3D"FONT-SIZE: 178%; mso-hansi-font-family: Arial">Able to detect =
low and=20
medium energy radiation </SPAN></SPAN></DIV>
<DIV=20
style=3D"POSITION: absolute; WIDTH: 29.96%; HEIGHT: 1.68%; TOP: 86.02%; =
LEFT: 65.88%"=20
class=3DO1><SPAN=20
style=3D"POSITION: absolute; WIDTH: 96.98%; HEIGHT: 100%; TOP: 0%; LEFT: =
2.4%"><SPAN=20
style=3D"FONT-SIZE: 178%"><SPAN=20
style=3D"POSITION: absolute; FONT-FAMILY: Wingdings; COLOR: #333399; =
LEFT: -2.48%; mso-special-format: bullet; mso-color-index: =
5">v</SPAN></SPAN><SPAN=20
style=3D"FONT-SIZE: 178%; mso-hansi-font-family: Arial">Very fast =
response time=20
</SPAN></SPAN></DIV>
<DIV=20
style=3D"POSITION: absolute; WIDTH: 29.96%; HEIGHT: 1.68%; TOP: 87.46%; =
LEFT: 65.88%"=20
class=3DO1><SPAN=20
style=3D"POSITION: absolute; WIDTH: 96.98%; HEIGHT: 100%; TOP: 0%; LEFT: =
2.4%"><SPAN=20
style=3D"FONT-SIZE: 178%"><SPAN=20
style=3D"POSITION: absolute; FONT-FAMILY: Wingdings; COLOR: #333399; =
LEFT: -2.48%; mso-special-format: bullet; mso-color-index: =
5">v</SPAN></SPAN><SPAN=20
style=3D"FONT-SIZE: 178%; mso-hansi-font-family: Arial">Very low noise =
level=20
(resistance: 10</SPAN><SPAN=20
style=3D"POSITION: relative; FONT-SIZE: 118%; TOP: -0.45em; =
mso-text-raise: 30%; mso-hansi-font-family: Arial">12=20
</SPAN><SPAN style=3D"FONT-SIZE: 178%; mso-hansi-font-family: Arial"=20
lang=3DEL>&#937;</SPAN><SPAN style=3D"FONT-SIZE: 178%; =
mso-hansi-font-family: Arial">cm)=20
</SPAN></SPAN></DIV>
<DIV=20
style=3D"POSITION: absolute; WIDTH: 29.96%; HEIGHT: 1.68%; TOP: 88.91%; =
LEFT: 65.88%"=20
class=3DO1><SPAN=20
style=3D"POSITION: absolute; WIDTH: 96.98%; HEIGHT: 100%; TOP: 0%; LEFT: =
2.4%"><SPAN=20
style=3D"FONT-SIZE: 178%"><SPAN=20
style=3D"POSITION: absolute; FONT-FAMILY: Wingdings; COLOR: #333399; =
LEFT: -2.48%; mso-special-format: bullet; mso-color-index: =
5">v</SPAN></SPAN><SPAN=20
style=3D"FONT-SIZE: 178%; mso-hansi-font-family: Arial">Feasible to =
synthesis very=20
large area detectors at low cost </SPAN></SPAN></DIV>
<DIV=20
style=3D"POSITION: absolute; WIDTH: 29.96%; HEIGHT: 1.68%; TOP: 90.36%; =
LEFT: 65.88%"=20
class=3DO1><SPAN=20
style=3D"POSITION: absolute; WIDTH: 96.98%; HEIGHT: 100%; TOP: 0%; LEFT: =
2.4%"><SPAN=20
style=3D"FONT-SIZE: 178%"><SPAN=20
style=3D"POSITION: absolute; FONT-FAMILY: Wingdings; COLOR: #333399; =
LEFT: -2.48%; mso-special-format: bullet; mso-color-index: =
5">v</SPAN></SPAN><SPAN=20
style=3D"FONT-SIZE: 178%; mso-hansi-font-family: Arial">Very high energy =

resolution and increased reliability </SPAN></SPAN></DIV>
<DIV=20
style=3D"POSITION: absolute; WIDTH: 29.96%; HEIGHT: 1.68%; TOP: 91.8%; =
LEFT: 65.88%"=20
class=3DO1><SPAN=20
style=3D"POSITION: absolute; WIDTH: 96.98%; HEIGHT: 100%; TOP: 0%; LEFT: =
2.4%"><SPAN=20
style=3D"FONT-SIZE: 178%"><SPAN=20
style=3D"POSITION: absolute; FONT-FAMILY: Wingdings; COLOR: #333399; =
LEFT: -2.48%; mso-special-format: bullet; mso-color-index: =
5">v</SPAN></SPAN><SPAN=20
style=3D"FONT-SIZE: 178%; mso-hansi-font-family: Arial">Ability to scale =
up=20
process for large production </SPAN></SPAN></DIV>
<DIV=20
style=3D"POSITION: absolute; WIDTH: 30.86%; HEIGHT: 1.68%; TOP: 93.49%; =
LEFT: 64.8%"=20
class=3DO><SPAN=20
style=3D"DISPLAY: none; FONT-SIZE: 178%; mso-hansi-font-family: =
Arial"></SPAN></DIV>
<DIV=20
style=3D"POSITION: absolute; WIDTH: 30.86%; HEIGHT: 1.92%; TOP: 94.93%; =
LEFT: 64.8%"=20
class=3DO><SPAN=20
style=3D"DISPLAY: none; FONT-SIZE: 222%; mso-special-format: lastCR; =
mso-hansi-font-family: Arial"></SPAN></DIV></DIV>
<DIV=20
style=3D"POSITION: absolute; TEXT-ALIGN: center; WIDTH: 31.22%; HEIGHT: =
2.16%; TOP: 16.38%; LEFT: 34.47%; mso-line-spacing: '100 50 0'; =
tab-interval: 4.8003in"=20
class=3DO v:shape=3D"_x0000_s2106"><SPAN style=3D"FONT-SIZE: =
244%">University of=20
Nevada, Reno</SPAN></DIV><p:shaperange href =3D=20
"slide0001.xml#_x0000_s2107"></p:shaperange><![if !vml]><img border=3D0
 =
v:shapes=3D"_x0000_s2107,_x0000_s2108,_x0000_s2109,_x0000_s2110,_x0000_s2=
135,_x0000_s2095,_x0000_s2081,_x0000_s2083,_x0000_s2084,_x0000_s2085,_x00=
00_s2091,_x0000_s2092,_x0000_s2111,_x0000_s2112,_x0000_s2087,_x0000_s2086=
,_x0000_s2088,_x0000_s2089,_x0000_s2090,_x0000_s2116,_x0000_s2118,_x0000_=
s2119,_x0000_s2115,_x0000_s2122,_x0000_s2160,_x0000_s2058,_x0000_s2059,_x=
0000_s2060,_x0000_s2061,_x0000_s2062,modem,_x0000_s2064,_x0000_s2065,_x00=
00_s2066,_x0000_s2067,_x0000_s2068,_x0000_s2069,_x0000_s2070,_x0000_s2071=
,_x0000_s2072,_x0000_s2073,_x0000_s2074,_x0000_s2077,_x0000_s2124,_x0000_=
s2125,_x0000_s2126,_x0000_s2161,_x0000_s2129,_x0000_s2130,_x0000_s2131,_x=
0000_s2132,_x0000_s2133,_x0000_s2098,_x0000_s2103,_x0000_s2134,_x0000_s21=
38,_x0000_s2139,_x0000_s2140,_x0000_s2162,_x0000_s2104,_x0000_s2105,_x000=
0_s2142,_x0000_s2156,_x0000_s2157,_x0000_s2163"
 src=3D"slide0001_image014.gif" =
style=3D'position:absolute;top:20.96%;left:4.33%;
 width:91.51%;height:73.49%'><![endif]>
<DIV style=3D"tab-interval: 4.8003in" class=3DO =
v:shape=3D"_x0000_s2107">
<DIV=20
style=3D"POSITION: absolute; TEXT-ALIGN: justify; WIDTH: 30.5%; HEIGHT: =
8.91%; TOP: 25.54%; LEFT: 4.69%"><SPAN=20
style=3D"FONT-SIZE: 178%; mso-fareast-font-family: &#23435;&#20307;; =
mso-hansi-font-family: Arial; mso-fareast-language: ZH-CN"=20
lang=3DEN-US><SPAN style=3D"mso-spacerun: yes">&nbsp;&nbsp;&nbsp;&nbsp; =
</SPAN>Since=20
the September 11, 2001 attacks on the U.S., there has been nationwide =
alarm and=20
an overwhelming rise in the demand for increased safety measures.<SPAN=20
style=3D"mso-spacerun: yes">&nbsp; </SPAN>This desire for increased =
protection has=20
led to the intense investigation into various types of detectors, which =
can=20
identify and possibly prevent an attack from occurring.<SPAN=20
style=3D"mso-spacerun: yes">&nbsp; </SPAN>The investigation has provided =
a large=20
and expanding demand for radiological sensors. </SPAN></DIV>
<DIV=20
style=3D"POSITION: absolute; TEXT-ALIGN: justify; WIDTH: 30.5%; HEIGHT: =
12.04%; TOP: 34.45%; LEFT: 4.69%"><SPAN=20
style=3D"FONT-SIZE: 178%; mso-fareast-font-family: &#23435;&#20307;; =
mso-hansi-font-family: Arial; mso-fareast-language: ZH-CN"=20
lang=3DEN-US><SPAN style=3D"mso-spacerun: yes">&nbsp;&nbsp;&nbsp;&nbsp;=20
</SPAN>Previous radiological detectors contain single crystal sensors =
which are=20
very expensive and slow to make.<SPAN style=3D"mso-spacerun: yes">&nbsp; =
</SPAN>In=20
addition, a large volume of the sensor material is needed to obtain more =
surface=20
area and therefore increase detection efficiency.<SPAN=20
style=3D"mso-spacerun: yes">&nbsp; </SPAN>The University of Nevada, Reno =
has=20
developed a new sensor design that remains extremely competitive in =
sensor=20
technology.<SPAN style=3D"mso-spacerun: yes">&nbsp; </SPAN>We have =
improved sensor=20
design by incorporation of nanotechnology and producing nanowires of the =
sensor=20
material in a titania substrate.</SPAN><SPAN=20
style=3D"DISPLAY: none; FONT-SIZE: 178%; mso-special-format: lastCR">=20
</SPAN></DIV></DIV>
<DIV=20
style=3D"POSITION: absolute; TEXT-ALIGN: center; WIDTH: 30.5%; HEIGHT: =
2.4%; TOP: 22.16%; LEFT: 4.69%; mso-line-spacing: '100 50 0'; =
tab-interval: 4.8003in"=20
class=3DO v:shape=3D"_x0000_s2108"><SPAN=20
style=3D"FONT-SIZE: 267%">Introduction</SPAN></DIV>
<DIV=20
style=3D"POSITION: absolute; TEXT-ALIGN: center; WIDTH: 30.68%; HEIGHT: =
2.4%; TOP: 47.95%; LEFT: 4.69%; mso-line-spacing: '100 50 0'; =
tab-interval: 4.8003in"=20
class=3DO v:shape=3D"_x0000_s2109"><SPAN=20
style=3D"FONT-SIZE: 267%">Technology</SPAN></DIV>
<DIV style=3D"tab-interval: 4.8003in" class=3DO =
v:shape=3D"_x0000_s2110">
<DIV=20
style=3D"POSITION: absolute; TEXT-ALIGN: justify; WIDTH: 30.5%; HEIGHT: =
12.04%; TOP: 51.32%; LEFT: 4.69%"><SPAN=20
style=3D"FONT-SIZE: 178%"><SPAN style=3D"mso-spacerun: =
yes">&nbsp;&nbsp;&nbsp;&nbsp;=20
</SPAN></SPAN><SPAN=20
style=3D"FONT-SIZE: 178%; mso-fareast-font-family: &#23435;&#20307;; =
mso-hansi-font-family: Arial; mso-fareast-language: ZH-CN"=20
lang=3DEN-US>Cadmium zinc telluride (CZT) is a room temperature =
operating compound=20
semiconductor widely used in infrared, X-ray, and gamma ray radiation =
detection=20
applications.<SPAN style=3D"mso-spacerun: yes">&nbsp; </SPAN>CZT is =
highly=20
advantageous over many other compound semiconductors due to its large =
band gap,=20
and high resistivity, which allows for a reduction in the background =
noise level=20
during detection.<SPAN style=3D"mso-spacerun: yes">&nbsp; </SPAN>CZT is =
among the=20
highest resistive compound semiconductors, being on the order of =
10</SPAN><SPAN=20
style=3D"POSITION: relative; FONT-SIZE: 118%; TOP: -0.45em; =
mso-text-raise: 30%; mso-fareast-font-family: &#23435;&#20307;; =
mso-hansi-font-family: Arial; mso-fareast-language: ZH-CN"=20
lang=3DEN-US>12</SPAN><SPAN=20
style=3D"FONT-SIZE: 178%; mso-fareast-font-family: &#23435;&#20307;; =
mso-hansi-font-family: Arial; mso-fareast-language: ZH-CN"=20
lang=3DEN-US><SPAN style=3D"mso-spacerun: yes">&nbsp;</SPAN></SPAN><SPAN =

style=3D"FONT-FAMILY: Symbol; FONT-SIZE: 178%; mso-fareast-font-family: =
&#23435;&#20307;; mso-hansi-font-family: Arial; mso-fareast-language: =
ZH-CN; mso-char-type: symbol"=20
lang=3DEN-US>W</SPAN><SPAN=20
style=3D"FONT-SIZE: 178%; mso-fareast-font-family: &#23435;&#20307;; =
mso-hansi-font-family: Arial; mso-fareast-language: ZH-CN"=20
lang=3DEN-US> cm, where high resistivity is ideal for passive =
detectors.<SPAN=20
style=3D"mso-spacerun: yes">&nbsp; </SPAN></SPAN></DIV>
<DIV=20
style=3D"POSITION: absolute; TEXT-ALIGN: justify; WIDTH: 30.5%; HEIGHT: =
8.91%; TOP: 63.13%; LEFT: 4.69%"><SPAN=20
style=3D"FONT-SIZE: 178%; mso-fareast-font-family: &#23435;&#20307;; =
mso-hansi-font-family: Arial; mso-fareast-language: ZH-CN"=20
lang=3DEN-US><SPAN style=3D"mso-spacerun: yes">&nbsp;&nbsp;&nbsp;&nbsp; =
</SPAN>The=20
nanowires in our technology provide the necessary surface area for =
detection and=20
a one dimensional path for the excited electrons to travel toward the=20
detector.<SPAN style=3D"mso-spacerun: yes">&nbsp; </SPAN>This greatly =
increases=20
detection efficiency and overall production can be managed in much less =
time=20
than conventional bulk detector methods.<SPAN style=3D"mso-spacerun: =
yes">&nbsp;=20
</SPAN>Figure 1 shows a schematic of how the sensor works. </SPAN></DIV>
<DIV=20
style=3D"POSITION: absolute; TEXT-ALIGN: justify; WIDTH: 30.5%; HEIGHT: =
7.46%; TOP: 72.04%; LEFT: 4.69%"><SPAN=20
style=3D"FONT-SIZE: 178%"><SPAN style=3D"mso-spacerun: =
yes">&nbsp;&nbsp;&nbsp;&nbsp;=20
</SPAN>The flowchart to the right shows the relatively simple production =

process.<SPAN style=3D"mso-spacerun: yes">&nbsp; </SPAN>The six steps =
shown can=20
produce fifteen sensors per glovebox daily.<SPAN=20
style=3D"mso-spacerun: yes">&nbsp; </SPAN>The first two steps are =
extremely=20
similar in the fact that they use an electric annodization-type process, =

differing only in chemicals and CZT growth under pulsing voltage.<SPAN=20
style=3D"mso-spacerun: yes">&nbsp; </SPAN>Figure 3 shows both process=20
setups.</SPAN></DIV></DIV>
<DIV=20
style=3D"TEXT-ALIGN: center; mso-line-spacing: '100 50 0'; tab-interval: =
4.8003in"=20
class=3DO v:shape=3D"_x0000_s2081"><SPAN=20
style=3D"POSITION: absolute; WIDTH: 20.57%; HEIGHT: 1.92%; TOP: 29.39%; =
LEFT: 39.71%"><SPAN=20
style=3D"FONT-SIZE: 222%"><B>Anodize titania foil to form =
</B></SPAN></SPAN><SPAN=20
style=3D"POSITION: absolute; WIDTH: 20.57%; HEIGHT: 1.92%; TOP: 31.08%; =
LEFT: 39.71%"><SPAN=20
style=3D"FONT-SIZE: 222%"><B>nanopores</B></SPAN></SPAN></DIV>
<DIV=20
style=3D"TEXT-ALIGN: center; mso-line-spacing: '100 50 0'; tab-interval: =
4.8003in"=20
class=3DO v:shape=3D"_x0000_s2083"><SPAN=20
style=3D"POSITION: absolute; WIDTH: 24.54%; HEIGHT: 1.92%; TOP: 44.33%; =
LEFT: 37.9%"><SPAN=20
style=3D"FONT-SIZE: 222%"><B>Grow CZT nanowires through pulsed=20
</B></SPAN></SPAN><SPAN=20
style=3D"POSITION: absolute; WIDTH: 20.57%; HEIGHT: 1.92%; TOP: 46.02%; =
LEFT: 39.89%"><SPAN=20
style=3D"FONT-SIZE: 222%"><B>electrodeposition =
process</B></SPAN></SPAN></DIV>
<DIV=20
style=3D"POSITION: absolute; TEXT-ALIGN: center; WIDTH: 20.57%; HEIGHT: =
1.92%; TOP: 83.85%; LEFT: 39.89%; mso-line-spacing: '100 50 0'; =
tab-interval: 4.8003in"=20
class=3DO v:shape=3D"_x0000_s2084"><SPAN style=3D"FONT-SIZE: =
222%"><B>Sputter surface=20
with gold</B></SPAN></DIV>
<DIV=20
style=3D"POSITION: absolute; TEXT-ALIGN: center; WIDTH: 20.75%; HEIGHT: =
1.92%; TOP: 89.39%; LEFT: 39.71%; mso-line-spacing: '100 50 0'; =
tab-interval: 4.8003in"=20
class=3DO v:shape=3D"_x0000_s2085"><SPAN style=3D"FONT-SIZE: =
222%"><B>Connect wires to=20
gold surfaces</B></SPAN></DIV>
<DIV=20
style=3D"TEXT-ALIGN: center; mso-line-spacing: '100 50 0'; tab-interval: =
4.8003in"=20
class=3DO v:shape=3D"_x0000_s2091"><SPAN=20
style=3D"POSITION: absolute; WIDTH: 23.82%; HEIGHT: 2.16%; TOP: 69.87%; =
LEFT: 38.26%"><SPAN=20
style=3D"FONT-SIZE: 222%; mso-fareast-font-family: &#23435;&#20307;; =
mso-hansi-font-family: Arial; mso-fareast-language: ZH-CN"=20
lang=3DEN-US><B>Annealed at 350</B></SPAN><SPAN=20
style=3D"FONT-FAMILY: Symbol; FONT-SIZE: 222%; mso-fareast-font-family: =
&#23435;&#20307;; mso-hansi-font-family: Arial; mso-fareast-language: =
ZH-CN; mso-char-type: symbol"=20
lang=3DEN-US><B>=B0</B></SPAN><SPAN=20
style=3D"FONT-SIZE: 222%; mso-fareast-font-family: &#23435;&#20307;; =
mso-hansi-font-family: Arial; mso-fareast-language: ZH-CN"=20
lang=3DEN-US><B>C in a CVD furnace </B></SPAN></SPAN><SPAN=20
style=3D"POSITION: absolute; WIDTH: 20.57%; HEIGHT: 1.92%; TOP: 71.8%; =
LEFT: 39.89%"><SPAN=20
style=3D"FONT-SIZE: 222%; mso-fareast-font-family: &#23435;&#20307;; =
mso-hansi-font-family: Arial; mso-fareast-language: ZH-CN"=20
lang=3DEN-US><B>for 1 hour (flowing argon </B></SPAN></SPAN><SPAN=20
style=3D"POSITION: absolute; WIDTH: 20.57%; HEIGHT: 1.92%; TOP: 73.73%; =
LEFT: 39.89%"><SPAN=20
style=3D"FONT-SIZE: 222%; mso-fareast-font-family: &#23435;&#20307;; =
mso-hansi-font-family: Arial; mso-fareast-language: ZH-CN"=20
lang=3DEN-US><B>atmosphere)</B></SPAN><SPAN=20
style=3D"DISPLAY: none; FONT-SIZE: 222%; mso-special-format: lastCR"><B> =

</B></SPAN></SPAN></DIV>
<DIV=20
style=3D"POSITION: absolute; TEXT-ALIGN: center; WIDTH: 20.57%; HEIGHT: =
1.92%; TOP: 79.03%; LEFT: 39.89%; mso-line-spacing: '100 50 0'; =
tab-interval: 4.8003in"=20
class=3DO v:shape=3D"_x0000_s2092"><SPAN style=3D"FONT-SIZE: =
222%"><B>Clean with=20
methanol</B></SPAN></DIV>
<DIV=20
style=3D"POSITION: absolute; TEXT-ALIGN: center; WIDTH: 16.42%; HEIGHT: =
1.92%; TOP: 39.75%; LEFT: 42.05%; mso-line-spacing: '100 50 0'; =
tab-interval: 4.8003in"=20
class=3DO v:shape=3D"_x0000_s2087"><SPAN=20
style=3D"FONT-SIZE: 200%; mso-fareast-font-family: &#23435;&#20307;; =
mso-hansi-font-family: Arial; mso-fareast-language: ZH-CN"=20
lang=3DEN-US>DC 20 V at 25 </SPAN><SPAN=20
style=3D"FONT-FAMILY: Symbol; FONT-SIZE: 200%; mso-fareast-font-family: =
&#23435;&#20307;; mso-hansi-font-family: Arial; mso-fareast-language: =
ZH-CN; mso-char-type: symbol"=20
lang=3DEN-US>=B0</SPAN><SPAN=20
style=3D"FONT-SIZE: 200%; mso-fareast-font-family: &#23435;&#20307;; =
mso-hansi-font-family: Arial; mso-fareast-language: ZH-CN"=20
lang=3DEN-US>C for 45 min </SPAN><SPAN=20
style=3D"DISPLAY: none; FONT-SIZE: 200%; mso-special-format: =
lastCR"></SPAN></DIV>
<DIV=20
style=3D"TEXT-ALIGN: center; mso-line-spacing: '100 50 0'; tab-interval: =
4.8003in"=20
class=3DO v:shape=3D"_x0000_s2086"><SPAN=20
style=3D"POSITION: absolute; WIDTH: 18.95%; HEIGHT: 1.68%; TOP: 34.93%; =
LEFT: 40.61%"><SPAN=20
style=3D"FONT-SIZE: 200%; mso-fareast-font-family: &#23435;&#20307;; =
mso-hansi-font-family: Arial; mso-fareast-language: ZH-CN"=20
lang=3DEN-US>0.5 M phosphoric acid and 0.14 M </SPAN></SPAN><SPAN=20
style=3D"POSITION: absolute; WIDTH: 16.42%; HEIGHT: 1.68%; TOP: 36.62%; =
LEFT: 41.87%"><SPAN=20
style=3D"FONT-SIZE: 200%; mso-fareast-font-family: &#23435;&#20307;; =
mso-hansi-font-family: Arial; mso-fareast-language: ZH-CN"=20
lang=3DEN-US>sodium fluoride at a pH of 2.0 </SPAN><SPAN=20
style=3D"DISPLAY: none; FONT-SIZE: 200%; mso-special-format: =
lastCR"></SPAN></SPAN></DIV>
<DIV=20
style=3D"TEXT-ALIGN: center; mso-line-spacing: '100 50 0'; tab-interval: =
4.8003in"=20
class=3DO v:shape=3D"_x0000_s2088"><SPAN=20
style=3D"POSITION: absolute; WIDTH: 18.77%; HEIGHT: 1.68%; TOP: 57.1%; =
LEFT: 40.79%"><SPAN=20
style=3D"FONT-SIZE: 200%; mso-fareast-font-family: &#23435;&#20307;; =
mso-hansi-font-family: Arial; mso-fareast-language: ZH-CN"=20
lang=3DEN-US>25 x 10-3 M NaClO4 was used as </SPAN></SPAN><SPAN=20
style=3D"POSITION: absolute; WIDTH: 16.42%; HEIGHT: 1.68%; TOP: 58.79%; =
LEFT: 42.05%"><SPAN=20
style=3D"FONT-SIZE: 200%; mso-fareast-font-family: &#23435;&#20307;; =
mso-hansi-font-family: Arial; mso-fareast-language: ZH-CN"=20
lang=3DEN-US>the supporting electrolyte </SPAN><SPAN=20
style=3D"DISPLAY: none; FONT-SIZE: 200%; mso-special-format: =
lastCR"></SPAN></SPAN></DIV>
<DIV=20
style=3D"TEXT-ALIGN: center; mso-line-spacing: '100 50 0'; tab-interval: =
4.8003in"=20
class=3DO v:shape=3D"_x0000_s2089"><SPAN=20
style=3D"POSITION: absolute; WIDTH: 18.95%; HEIGHT: 1.68%; TOP: 50.84%; =
LEFT: 40.79%"><SPAN=20
style=3D"FONT-SIZE: 200%; mso-fareast-font-family: &#23435;&#20307;; =
mso-hansi-font-family: Arial; mso-fareast-language: ZH-CN"=20
lang=3DEN-US>Propylene carbonate solution with </SPAN></SPAN><SPAN=20
style=3D"POSITION: absolute; WIDTH: 18.95%; HEIGHT: 1.68%; TOP: 52.53%; =
LEFT: 40.79%"><SPAN=20
style=3D"FONT-SIZE: 200%; mso-hansi-font-family: Arial">5x10</SPAN><SPAN =

style=3D"POSITION: relative; FONT-SIZE: 133%; TOP: -0.45em; =
mso-text-raise: 30%; mso-hansi-font-family: Arial">-3</SPAN><SPAN=20
style=3D"FONT-SIZE: 200%; mso-hansi-font-family: Arial">M =
CdCl</SPAN><SPAN=20
style=3D"POSITION: relative; FONT-SIZE: 133%; TOP: 0.37em; =
mso-text-raise: -25%; mso-hansi-font-family: Arial">2=20
</SPAN><SPAN style=3D"FONT-SIZE: 200%; mso-hansi-font-family: Arial">+=20
10x10</SPAN><SPAN=20
style=3D"POSITION: relative; FONT-SIZE: 133%; TOP: -0.45em; =
mso-text-raise: 30%; mso-hansi-font-family: Arial">-3</SPAN><SPAN=20
style=3D"FONT-SIZE: 200%; mso-hansi-font-family: Arial">M =
ZnCl</SPAN><SPAN=20
style=3D"POSITION: relative; FONT-SIZE: 133%; TOP: 0.37em; =
mso-text-raise: -25%; mso-hansi-font-family: Arial">2</SPAN><SPAN=20
style=3D"FONT-SIZE: 200%; mso-hansi-font-family: Arial">+ =
</SPAN></SPAN><SPAN=20
style=3D"POSITION: absolute; WIDTH: 16.42%; HEIGHT: 1.68%; TOP: 54.21%; =
LEFT: 42.05%"><SPAN=20
style=3D"FONT-SIZE: 200%; mso-hansi-font-family: =
Arial">0.5x10</SPAN><SPAN=20
style=3D"POSITION: relative; FONT-SIZE: 133%; TOP: -0.45em; =
mso-text-raise: 30%; mso-hansi-font-family: Arial">-3</SPAN><SPAN=20
style=3D"FONT-SIZE: 200%; mso-hansi-font-family: Arial">M =
TeCl</SPAN><SPAN=20
style=3D"POSITION: relative; FONT-SIZE: 133%; TOP: 0.37em; =
mso-text-raise: -25%; mso-hansi-font-family: Arial">4</SPAN><SPAN=20
style=3D"DISPLAY: none; FONT-FAMILY: &#23435;&#20307;; FONT-SIZE: 200%; =
mso-special-format: lastCR; mso-fareast-font-family: &#23435;&#20307;; =
mso-hansi-font-family: Arial">=20
</SPAN></SPAN></DIV>
<DIV=20
style=3D"TEXT-ALIGN: center; mso-line-spacing: '100 50 0'; tab-interval: =
4.8003in"=20
class=3DO v:shape=3D"_x0000_s2090"><SPAN=20
style=3D"POSITION: absolute; WIDTH: 19.67%; HEIGHT: 1.68%; TOP: 62.4%; =
LEFT: 40.43%"><SPAN=20
style=3D"FONT-SIZE: 200%; mso-fareast-font-family: &#23435;&#20307;; =
mso-hansi-font-family: Arial; mso-fareast-language: ZH-CN"=20
lang=3DEN-US>Voltage varied between =960.4 V and </SPAN></SPAN><SPAN=20
style=3D"POSITION: absolute; WIDTH: 18.05%; HEIGHT: 1.68%; TOP: 64.09%; =
LEFT: 41.15%"><SPAN=20
style=3D"FONT-FAMILY: Arial; FONT-SIZE: 200%; mso-fareast-font-family: =
&#23435;&#20307;; mso-hansi-font-family: Arial; mso-fareast-language: =
ZH-CN"=20
lang=3DEN-US>=961.2 V pulsed for 1 second each </SPAN></SPAN><SPAN=20
style=3D"POSITION: absolute; WIDTH: 16.42%; HEIGHT: 1.68%; TOP: 65.78%; =
LEFT: 42.05%"><SPAN=20
style=3D"FONT-SIZE: 200%; mso-fareast-font-family: &#23435;&#20307;; =
mso-hansi-font-family: Arial; mso-fareast-language: ZH-CN"=20
lang=3DEN-US>for 30 min. </SPAN><SPAN=20
style=3D"DISPLAY: none; FONT-SIZE: 200%; mso-special-format: =
lastCR"></SPAN></SPAN></DIV>
<DIV=20
style=3D"POSITION: absolute; TEXT-ALIGN: center; WIDTH: 20.39%; HEIGHT: =
2.89%; TOP: 24.33%; LEFT: 39.89%; mso-line-spacing: '100 50 0'; =
tab-interval: 4.8003in"=20
class=3DO v:shape=3D"_x0000_s2115"><SPAN style=3D"FONT-SIZE: =
333%"><U>Production=20
Process</U></SPAN></DIV>
<DIV style=3D"mso-line-spacing: '100 50 0'; tab-interval: 4.8003in" =
class=3DO=20
v:shape=3D"_x0000_s2122"><SPAN=20
style=3D"POSITION: absolute; WIDTH: 12.09%; HEIGHT: 1.2%; TOP: 82.16%; =
LEFT: 25.45%"><SPAN=20
style=3D"FONT-SIZE: 133%"><B>Figure 1:</B></SPAN><SPAN =
style=3D"FONT-SIZE: 133%">=20
Radiation energy gets </SPAN></SPAN><SPAN=20
style=3D"POSITION: absolute; WIDTH: 10.64%; HEIGHT: 1.2%; TOP: 83.37%; =
LEFT: 25.45%"><SPAN=20
style=3D"FONT-SIZE: 133%">absorbed by the nanowires </SPAN></SPAN><SPAN=20
style=3D"POSITION: absolute; WIDTH: 10.64%; HEIGHT: 1.2%; TOP: 84.33%; =
LEFT: 25.45%"><SPAN=20
style=3D"FONT-SIZE: 133%">(shown in red) an excites an =
</SPAN></SPAN><SPAN=20
style=3D"POSITION: absolute; WIDTH: 10.64%; HEIGHT: 1.2%; TOP: 85.54%; =
LEFT: 25.45%"><SPAN=20
style=3D"FONT-SIZE: 133%">electron.<SPAN style=3D"mso-spacerun: =
yes">&nbsp;=20
</SPAN>The loose electron </SPAN></SPAN><SPAN=20
style=3D"POSITION: absolute; WIDTH: 11.55%; HEIGHT: 1.2%; TOP: 86.5%; =
LEFT: 25.45%"><SPAN=20
style=3D"FONT-SIZE: 133%">travels up the nanowire toward =
</SPAN></SPAN><SPAN=20
style=3D"POSITION: absolute; WIDTH: 10.64%; HEIGHT: 1.2%; TOP: 87.71%; =
LEFT: 25.45%"><SPAN=20
style=3D"FONT-SIZE: 133%">the gold surfrace where it is =
</SPAN></SPAN><SPAN=20
style=3D"POSITION: absolute; WIDTH: 12.63%; HEIGHT: 1.2%; TOP: 88.91%; =
LEFT: 25.45%"><SPAN=20
style=3D"FONT-SIZE: 133%">conducted out the wire toward the =
</SPAN></SPAN><SPAN=20
style=3D"POSITION: absolute; WIDTH: 10.64%; HEIGHT: 1.2%; TOP: 89.87%; =
LEFT: 25.45%"><SPAN=20
style=3D"FONT-SIZE: 133%">detector.<SPAN style=3D"mso-spacerun: =
yes">&nbsp;=20
</SPAN>The signal is first </SPAN></SPAN><SPAN=20
style=3D"POSITION: absolute; WIDTH: 11.01%; HEIGHT: 1.2%; TOP: 91.08%; =
LEFT: 25.45%"><SPAN=20
style=3D"FONT-SIZE: 133%">amplified before reaching the =
</SPAN></SPAN><SPAN=20
style=3D"POSITION: absolute; WIDTH: 10.64%; HEIGHT: 1.2%; TOP: 92.04%; =
LEFT: 25.45%"><SPAN=20
style=3D"FONT-SIZE: 133%">detector.</SPAN><SPAN=20
style=3D"DISPLAY: none; FONT-SIZE: 133%; mso-special-format: lastCR"><B> =

</B></SPAN></SPAN></DIV>
<DIV=20
style=3D"POSITION: absolute; TEXT-ALIGN: center; WIDTH: 1.26%; HEIGHT: =
0.96%; TOP: 25.3%; LEFT: 87%; tab-interval: 4.8003in"=20
class=3DO v:shape=3D"_x0000_s2064"><SPAN=20
style=3D"COLOR: white; mso-hansi-font-family: Arial">V</SPAN><SPAN=20
style=3D"DISPLAY: none; FONT-SIZE: 478%; mso-special-format: lastCR">=20
</SPAN></DIV>
<DIV=20
style=3D"POSITION: absolute; TEXT-ALIGN: center; WIDTH: 4.15%; HEIGHT: =
1.2%; TOP: 21.2%; LEFT: 89.89%; tab-interval: 4.8003in"=20
class=3DO v:shape=3D"_x0000_s2074"><SPAN=20
style=3D"FONT-FAMILY: 'Times New Roman'; FONT-SIZE: 133%; =
mso-fareast-font-family: &#23435;&#20307;; mso-hansi-font-family: 'Times =
New Roman'; mso-fareast-language: ZH-CN; mso-ascii-font-family: 'Times =
New Roman'"=20
lang=3DEN-US><B>DC power</B></SPAN><SPAN=20
style=3D"DISPLAY: none; FONT-SIZE: 133%; mso-special-format: lastCR">=20
</SPAN></DIV>
<DIV style=3D"mso-line-spacing: '100 50 0'; tab-interval: 4.8003in" =
class=3DO=20
v:shape=3D"_x0000_s2124"><SPAN=20
style=3D"POSITION: absolute; WIDTH: 34.65%; HEIGHT: 1.2%; TOP: 36.62%; =
LEFT: 65.7%"><SPAN=20
style=3D"FONT-SIZE: 133%"><B>Figure 2:</B></SPAN><SPAN =
style=3D"FONT-SIZE: 133%">=20
(a) titania foil annodization at constant 20V compared to (b) CZT =
nanowire=20
growthat </SPAN></SPAN><SPAN=20
style=3D"POSITION: absolute; WIDTH: 33.57%; HEIGHT: 1.2%; TOP: 37.59%; =
LEFT: 65.7%"><SPAN=20
style=3D"FONT-SIZE: 133%">pulsed -0.4V to -1.2V.<SPAN=20
style=3D"mso-spacerun: yes">&nbsp; </SPAN>Both samples placed in =
solution<SPAN=20
style=3D"mso-spacerun: yes">&nbsp; </SPAN>between the cathode and=20
annode.</SPAN></SPAN></DIV>
<DIV=20
style=3D"POSITION: absolute; WIDTH: 1.26%; HEIGHT: 1.2%; TOP: 34.69%; =
LEFT: 71.29%; mso-line-spacing: '100 50 0'; tab-interval: 4.8003in"=20
class=3DO v:shape=3D"_x0000_s2125"><SPAN style=3D"FONT-SIZE: =
133%">(a)</SPAN></DIV>
<DIV=20
style=3D"POSITION: absolute; WIDTH: 1.26%; HEIGHT: 1.2%; TOP: 35.18%; =
LEFT: 86.64%; mso-line-spacing: '100 50 0'; tab-interval: 4.8003in"=20
class=3DO v:shape=3D"_x0000_s2126"><SPAN style=3D"FONT-SIZE: =
133%">(b)</SPAN></DIV>
<DIV style=3D"mso-line-spacing: '100 50 0'; tab-interval: 4.8003in" =
class=3DO=20
v:shape=3D"_x0000_s2134"><SPAN=20
style=3D"POSITION: absolute; WIDTH: 33.93%; HEIGHT: 1.2%; TOP: 51.32%; =
LEFT: 65.7%"><SPAN=20
style=3D"FONT-SIZE: 133%"><B>Figure 3:</B></SPAN><SPAN =
style=3D"FONT-SIZE: 133%">=20
(a) and (b) show nanoporous titania created with diameter ~70-100nm and =
length=20
</SPAN></SPAN><SPAN=20
style=3D"POSITION: absolute; WIDTH: 35.19%; HEIGHT: 1.2%; TOP: 52.53%; =
LEFT: 65.7%"><SPAN=20
style=3D"FONT-SIZE: 133%">~400-500nm. (c) shows annealed CZT nanowires =
~70-100nm=20
diameter grown in porous titania.</SPAN><SPAN=20
style=3D"DISPLAY: none; FONT-SIZE: 133%; mso-special-format: lastCR"><B> =

</B></SPAN></SPAN></DIV>
<DIV=20
style=3D"POSITION: absolute; WIDTH: 1.26%; HEIGHT: 1.2%; TOP: 49.87%; =
LEFT: 70.03%; mso-line-spacing: '100 50 0'; tab-interval: 4.8003in"=20
class=3DO v:shape=3D"_x0000_s2138"><SPAN style=3D"FONT-SIZE: =
133%">(a)</SPAN></DIV>
<DIV=20
style=3D"POSITION: absolute; WIDTH: 1.26%; HEIGHT: 1.2%; TOP: 49.63%; =
LEFT: 80.14%; mso-line-spacing: '100 50 0'; tab-interval: 4.8003in"=20
class=3DO v:shape=3D"_x0000_s2139"><SPAN style=3D"FONT-SIZE: =
133%">(b)</SPAN></DIV>
<DIV=20
style=3D"POSITION: absolute; WIDTH: 1.08%; HEIGHT: 1.2%; TOP: 49.63%; =
LEFT: 90.07%; mso-line-spacing: '100 50 0'; tab-interval: 4.8003in"=20
class=3DO v:shape=3D"_x0000_s2140"><SPAN style=3D"FONT-SIZE: =
133%">(c)</SPAN></DIV>
<DIV style=3D"mso-line-spacing: '100 50 0'; tab-interval: 4.8003in" =
class=3DO=20
v:shape=3D"_x0000_s2142"><SPAN=20
style=3D"POSITION: absolute; WIDTH: 32.12%; HEIGHT: 1.2%; TOP: 68.43%; =
LEFT: 65.88%"><SPAN=20
style=3D"FONT-SIZE: 133%"><B>Figure 4: </B></SPAN><SPAN=20
style=3D"FONT-SIZE: 133%">X-Ray Diffraction of the sensors (a) before =
and (b)=20
after annealing.<SPAN style=3D"mso-spacerun: yes">&nbsp; </SPAN>It can =
be=20
</SPAN></SPAN><SPAN=20
style=3D"POSITION: absolute; WIDTH: 33.21%; HEIGHT: 1.2%; TOP: 69.39%; =
LEFT: 65.88%"><SPAN=20
style=3D"FONT-SIZE: 133%">observed that the CZT phase of the nanowires =
becomes=20
more developed in the annealing </SPAN></SPAN><SPAN=20
style=3D"POSITION: absolute; WIDTH: 29.6%; HEIGHT: 1.2%; TOP: 70.6%; =
LEFT: 65.88%"><SPAN=20
style=3D"FONT-SIZE: 133%">process resulting in increased quality of =
desired CZT=20
detection properties.</SPAN></SPAN></DIV>
<DIV=20
style=3D"POSITION: absolute; WIDTH: 1.26%; HEIGHT: 1.2%; TOP: 66.74%; =
LEFT: 73.82%; mso-line-spacing: '100 50 0'; tab-interval: 4.8003in"=20
class=3DO v:shape=3D"_x0000_s2156"><SPAN style=3D"FONT-SIZE: =
133%">(a)</SPAN></DIV>
<DIV=20
style=3D"POSITION: absolute; WIDTH: 1.26%; HEIGHT: 1.2%; TOP: 66.74%; =
LEFT: 86.46%; mso-line-spacing: '100 50 0'; tab-interval: 4.8003in"=20
class=3DO v:shape=3D"_x0000_s2157"><SPAN style=3D"FONT-SIZE: =
133%">(b)</SPAN></DIV>
<DIV=20
style=3D"POSITION: absolute; TEXT-ALIGN: center; WIDTH: 30.86%; HEIGHT: =
2.4%; TOP: 75.42%; LEFT: 64.8%; mso-line-spacing: '100 50 0'; =
tab-interval: 4.8003in"=20
class=3DO v:shape=3D"_x0000_s2163"><SPAN=20
style=3D"FONT-SIZE: =
267%">Conclusion</SPAN></DIV></p:slide></DIV></BODY></HTML>

------=_NextPart_000_001B_01CC8A6D.155174F0
Content-Type: text/css;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Content-Location: file:///C:/672B5D12/CZ_Nanowire_Arrays_for_Radiation_Sensor_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: 213%; =
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: 155%; =
mso-color-index: 1; mso-char-wrap: 1; mso-kinsoku-overflow: 1; =
mso-margin-left-alt: 1037
}
.B1B {
	mso-special-format: bullet=96
}
.B1 {
	TEXT-ALIGN: left; FONT-FAMILY: Arial; COLOR: black; FONT-SIZE: 135%; =
mso-color-index: 1; mso-char-wrap: 1; mso-kinsoku-overflow: 1; =
mso-margin-left-alt: 2246; mso-text-indent-alt: 1382
}
.B2B {
	mso-special-format: bullet=95
}
.B2 {
	TEXT-ALIGN: left; FONT-FAMILY: Arial; COLOR: black; FONT-SIZE: 116%; =
mso-color-index: 1; mso-char-wrap: 1; mso-kinsoku-overflow: 1; =
mso-margin-left-alt: 3456; mso-text-indent-alt: 2765
}
.B3B {
	mso-special-format: bullet=96
}
.B3 {
	TEXT-ALIGN: left; FONT-FAMILY: Arial; COLOR: black; FONT-SIZE: 96%; =
mso-color-index: 1; mso-char-wrap: 1; mso-kinsoku-overflow: 1; =
mso-margin-left-alt: 4838; mso-text-indent-alt: 4147
}
.B4B {
	mso-special-format: bullet=BB
}
.B4 {
	TEXT-ALIGN: left; FONT-FAMILY: Arial; COLOR: black; FONT-SIZE: 96%; =
mso-color-index: 1; mso-char-wrap: 1; mso-kinsoku-overflow: 1; =
mso-margin-left-alt: 6221; mso-text-indent-alt: 5530
}
.N {
	mso-char-wrap: 1; mso-kinsoku-overflow: 1
}
.N1 {
	mso-char-wrap: 1; mso-kinsoku-overflow: 1
}
.N2 {
	mso-char-wrap: 1; mso-kinsoku-overflow: 1
}
.N3 {
	mso-char-wrap: 1; mso-kinsoku-overflow: 1
}
.N4 {
	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: 155%; mso-char-wrap: 1; mso-kinsoku-overflow: 1
}
.CB1 {
	FONT-SIZE: 135%; mso-char-wrap: 1; mso-kinsoku-overflow: 1; =
mso-margin-left-alt: 1382; mso-text-indent-alt: 1382
}
.CB2 {
	FONT-SIZE: 116%; mso-char-wrap: 1; mso-kinsoku-overflow: 1; =
mso-margin-left-alt: 2765; mso-text-indent-alt: 2765
}
.CB3 {
	FONT-SIZE: 96%; mso-char-wrap: 1; mso-kinsoku-overflow: 1; =
mso-margin-left-alt: 4147; mso-text-indent-alt: 4147
}
.CB4 {
	FONT-SIZE: 96%; mso-char-wrap: 1; mso-kinsoku-overflow: 1; =
mso-margin-left-alt: 5530; mso-text-indent-alt: 5530
}
.CT {
	FONT-SIZE: 213%; mso-char-wrap: 1; mso-kinsoku-overflow: 1
}
.HB {
	FONT-SIZE: 135%; mso-char-wrap: 1; mso-kinsoku-overflow: 1; =
mso-margin-left-alt: 1037
}
.HB1 {
	FONT-SIZE: 116%; mso-char-wrap: 1; mso-kinsoku-overflow: 1; =
mso-margin-left-alt: 2246; mso-text-indent-alt: 1382
}
.HB2 {
	FONT-SIZE: 96%; mso-char-wrap: 1; mso-kinsoku-overflow: 1; =
mso-margin-left-alt: 3456; mso-text-indent-alt: 2765
}
.HB3 {
	FONT-SIZE: 86%; mso-char-wrap: 1; mso-kinsoku-overflow: 1; =
mso-margin-left-alt: 4838; mso-text-indent-alt: 4147
}
.HB4 {
	FONT-SIZE: 86%; mso-char-wrap: 1; mso-kinsoku-overflow: 1; =
mso-margin-left-alt: 6221; mso-text-indent-alt: 5530
}
.QB {
	FONT-SIZE: 116%; mso-char-wrap: 1; mso-kinsoku-overflow: 1; =
mso-margin-left-alt: 1037
}
.QB1 {
	FONT-SIZE: 96%; mso-char-wrap: 1; mso-kinsoku-overflow: 1; =
mso-margin-left-alt: 2246; mso-text-indent-alt: 1382
}
.QB2 {
	FONT-SIZE: 86%; mso-char-wrap: 1; mso-kinsoku-overflow: 1; =
mso-margin-left-alt: 3456; mso-text-indent-alt: 2765
}
.QB3 {
	FONT-SIZE: 77%; mso-char-wrap: 1; mso-kinsoku-overflow: 1; =
mso-margin-left-alt: 4838; mso-text-indent-alt: 4147
}
.QB4 {
	FONT-SIZE: 77%; mso-char-wrap: 1; mso-kinsoku-overflow: 1; =
mso-margin-left-alt: 6221; mso-text-indent-alt: 5530
}
.Tbl {
	FONT-SIZE: 141%; mso-char-wrap: 1; mso-kinsoku-overflow: 1; =
mso-margin-left-alt: 1037
}
.Tbl1 {
	FONT-SIZE: 123%; mso-char-wrap: 1; mso-kinsoku-overflow: 1; =
mso-margin-left-alt: 2246; mso-text-indent-alt: 1382
}
.Tbl2 {
	FONT-SIZE: 106%; mso-char-wrap: 1; mso-kinsoku-overflow: 1; =
mso-margin-left-alt: 3456; mso-text-indent-alt: 2765
}
.Tbl3 {
	FONT-SIZE: 88%; mso-char-wrap: 1; mso-kinsoku-overflow: 1; =
mso-margin-left-alt: 4838; mso-text-indent-alt: 4147
}
.Tbl4 {
	FONT-SIZE: 88%; mso-char-wrap: 1; mso-kinsoku-overflow: 1; =
mso-margin-left-alt: 6221; mso-text-indent-alt: 5530
}
.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: 86%; =
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_001B_01CC8A6D.155174F0--
